f9ac71145aafc48274aefe5f33ebd82256fc2626
[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 [ 13942] By: jhi                                   on 2001/12/29  21:12:02
35         Log: Subject: [PATCH] cleaner close on tests, take 2
36              From: andreas.koenig@anima.de (Andreas J. Koenig)
37              Date: 29 Dec 2001 21:42:37 +0100
38              Message-ID: <m33d1tvjuq.fsf@anima.de>
39              
40              (the DB_File patches)
41      Branch: perl
42            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
43            ! ext/DB_File/t/db-recno.t
44 ____________________________________________________________________________
45 [ 13941] By: jhi                                   on 2001/12/29  20:25:22
46         Log: Integrate perlio; regen'ed config_H.?c
47      Branch: perl
48           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
49 ____________________________________________________________________________
50 [ 13940] By: jhi                                   on 2001/12/29  20:22:57
51         Log: Subject: [PATCH] cleaner close on tests, take 2             
52              From: andreas.koenig@anima.de (Andreas J. Koenig)
53              Date: 29 Dec 2001 21:42:37 +0100
54              Message-ID: <m33d1tvjuq.fsf@anima.de>
55              
56              (except for the three DB_File patch fragments)
57      Branch: perl
58            ! ext/Devel/DProf/DProf.t ext/PerlIO/t/encoding.t
59            ! ext/SDBM_File/sdbm.t ext/Storable/t/store.t lib/strict.t
60            ! t/cmd/while.t t/comp/cpp.aux t/comp/multiline.t
61            ! t/comp/require.t t/comp/script.t t/io/argv.t t/io/dup.t
62            ! t/lib/filter-util.pl t/op/anonsub.t t/op/do.t t/op/inccode.t
63            ! t/op/runlevel.t t/op/write.t t/run/switches.t
64 ____________________________________________________________________________
65 [ 13939] By: jhi                                   on 2001/12/29  20:17:55
66         Log: Subject: [PATCH] from the non-ANSI comment police (was: it won't compile on win32)  
67              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
68              Date: Sat, 29 Dec 2001 20:38:59 +0100
69              Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl>      
70              
71              (NetWare tree not touched because it's very //)
72      Branch: perl
73            ! XSUB.h os2/os2.c perl.h win32/include/netdb.h
74            ! win32/include/sys/socket.h win32/perlhost.h win32/vmem.h
75            ! wince/include/errno.h wince/include/netdb.h
76            ! wince/include/sys/socket.h wince/include/sys/stat.h
77            ! wince/perllib.c wince/perlmain.c wince/win32.h
78            ! wince/win32iop.h wince/win32thread.c wince/win32thread.h
79            ! wince/wince.c wince/wince.h wince/wincesck.c x2p/a2py.c
80 ____________________________________________________________________________
81 [ 13937] By: jhi                                   on 2001/12/29  18:28:36
82         Log: Give up on serious testing of langinfo().  Leave the old
83              code in place, though.
84      Branch: perl
85            ! ext/I18N/Langinfo/Langinfo.t
86 ____________________________________________________________________________
87 [ 13935] By: jhi                                   on 2001/12/29  17:36:08
88         Log: Integrate perlio;
89              
90              Define the two socket error numbers in terms of WSAEXXXXX equivalents
91              
92              Fudge Config.pm so File::Spec does not croak.
93      Branch: perl
94           !> win32/FindExt.pm win32/win32.h
95 ____________________________________________________________________________
96 [ 13932] By: jhi                                   on 2001/12/29  17:24:24
97         Log: VOS tweaks from Paul Green.
98              
99              The Configure tweaks: the _exe needs to be
100              set after the init; VOS has fd 3 hardwired to /dev/tty;
101              the grep/ln/make substitutions really need to stick.
102      Branch: perl
103            ! Configure hints/vos.sh perl.h util.c vos/build.cm
104            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
105            ! vos/config.ga.h vos/vosish.h
106 ____________________________________________________________________________
107 [ 13930] By: jhi                                   on 2001/12/29  15:35:00
108         Log: Subject: [PATCH] Pod whitespace cleanup, round 0.                
109              From: coral@eekeek.org
110              Date: Fri, 28 Dec 2001 19:58:22 -0500      
111              Message-Id: <200112290058.fBT0wMD26750@eekeek.org>
112      Branch: perl
113            ! pod/perl561delta.pod pod/perl572delta.pod pod/perlapi.pod
114            ! pod/perldelta.pod pod/perlfaq4.pod pod/perlfaq6.pod
115            ! pod/perlfaq7.pod pod/perlfunc.pod pod/perlpacktut.pod
116            ! pod/perlunicode.pod pod/perlxs.pod util.c
117 ____________________________________________________________________________
118 [ 13929] By: jhi                                   on 2001/12/29  15:31:20
119         Log: op/exec Win32 patch from Schwern via Abe Timmerman.
120      Branch: perl
121            ! t/op/exec.t
122 ____________________________________________________________________________
123 [ 13928] By: jhi                                   on 2001/12/29  15:30:14
124         Log: Subject: [PATCH lib/Pod/t/InputObjects.t] 
125              From: Abe Timmerman <abe@ztreet.demon.nl>
126              Date: Sat, 29 Dec 2001 13:10:06 +0100
127              Message-ID: <cibr2u4f2ksggo4bgt8ijdkfn783avvvj4@4ax.com>           
128      Branch: perl
129            + lib/Pod/t/InputObjects.t
130 ____________________________________________________________________________
131 [ 13927] By: jhi                                   on 2001/12/29  15:27:39
132         Log: Integrate perlio;
133              
134              Quick fix (after couple of clever fixes failed) for
135              "accept leaks memory" fail [ID 20011223.001]
136              
137              Nick Clark's embed.pl fix for my_socketpair
138      Branch: perl
139           !> embed.h embed.pl global.sym pod/perlapi.pod pp_sys.c proto.h
140 ____________________________________________________________________________
141 [ 13925] By: jhi                                   on 2001/12/29  15:21:53
142         Log: Slight tweaks on the MM_Win32.t.
143      Branch: perl
144            ! lib/ExtUtils/t/MM_Win32.t
145 ____________________________________________________________________________
146 [ 13924] By: jhi                                   on 2001/12/29  15:16:47
147         Log: Subject: [PATCH lib/ExtUtils/t/MM_Win32.t]
148              From: Abe Timmerman <abe@ztreet.demon.nl>
149              Date: Sat, 29 Dec 2001 12:51:36 +0100
150              Message-ID: <bmar2u8jdib45442jh1ht3e3i1qhlaek59@4ax.com>
151      Branch: perl
152            + lib/ExtUtils/t/MM_Win32.t
153            ! MANIFEST
154 ____________________________________________________________________________
155 [ 13922] By: jhi                                   on 2001/12/29  15:09:00
156         Log: Subject: [PATCH] Module names and other nits
157              From: Autrijus Tang <autrijus@autrijus.org>                 
158              Date: Sat, 29 Dec 2001 01:59:28 +0800
159              Message-ID: <20011229015928.A29712@geb.elixus.org>              
160      Branch: perl
161            ! lib/Exporter/Heavy.pm pod/perl561delta.pod pod/perl56delta.pod
162            ! pod/perldebguts.pod pod/perldebug.pod pod/perlfaq4.pod
163            ! pod/perlfaq6.pod pod/perlfunc.pod pod/perlguts.pod
164            ! pod/perlpacktut.pod pod/perlsub.pod pod/perltodo.pod
165            ! pod/perlunicode.pod pod/perlutil.pod pod/perlxs.pod
166 ____________________________________________________________________________
167 [ 13921] By: jhi                                   on 2001/12/29  15:05:08
168         Log: socketpair tweaks from Nicholas Clark.
169      Branch: perl
170            ! ext/Socket/socketpair.t util.c
171 ____________________________________________________________________________
172 [ 13919] By: jhi                                   on 2001/12/28  17:01:39
173         Log: Retract #13917.
174      Branch: perl
175            ! doop.c
176 ____________________________________________________________________________
177 [ 13918] By: jhi                                   on 2001/12/28  17:00:53
178         Log: Subject: provisional MakeMaker patch for VMS
179              From: "Craig A. Berry" <craigberry@mac.com> 
180              Date: Thu, 27 Dec 2001 22:29:37 -0600
181              Message-Id: <a05101004b8515264aa3a@[172.16.52.1]>
182      Branch: perl
183            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
184 ____________________________________________________________________________
185 [ 13917] By: jhi                                   on 2001/12/28  16:57:19
186         Log: (retracted by #13919)
187      Branch: perl
188            ! doop.c
189 ____________________________________________________________________________
190 [ 13915] By: jhi                                   on 2001/12/28  01:16:45
191         Log: Remove debris in any case.
192      Branch: perl
193            ! Configure
194 ____________________________________________________________________________
195 [ 13914] By: jhi                                   on 2001/12/28  00:22:10
196         Log: Subject: [PATCH] Re: B::walksymtable oddness
197              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
198              Date: Thu, 27 Dec 2001 19:14:24 +0100
199              Message-ID: <3C2B7310.861.18820D0@localhost>
200      Branch: perl
201            ! ext/B/B.pm
202 ____________________________________________________________________________
203 [ 13913] By: jhi                                   on 2001/12/27  23:57:34
204         Log: Subject: [PATCH] because (sys)?read doesn't reset buffers
205              From: Nicholas Clark <nick@unfortu.net> 
206              Date: Fri, 28 Dec 2001 00:43:02 +0000
207              Message-ID: <20011228004301.B23373@Bagpuss.unfortu.net>
208      Branch: perl
209            ! ext/Socket/socketpair.t
210 ____________________________________________________________________________
211 [ 13912] By: jhi                                   on 2001/12/27  23:56:20
212         Log: Fast Latin1<->UTF-8 conversion for older Perls.
213      Branch: perl
214            ! pod/perluniintro.pod
215 ____________________________________________________________________________
216 [ 13911] By: jhi                                   on 2001/12/27  14:52:45
217         Log: Update Changes.
218      Branch: perl
219            ! Changes patchlevel.h
220 ____________________________________________________________________________
221 [ 13910] By: jhi                                   on 2001/12/27  14:32:23
222         Log: More wait status trickery for BeOS.
223      Branch: perl
224            ! ext/POSIX/POSIX.xs
225 ____________________________________________________________________________
226 [ 13908] By: jhi                                   on 2001/12/27  14:15:27
227         Log: Try to catch the SIGBUS, as suggested by Nicholas Clark.
228      Branch: perl
229            ! Configure
230 ____________________________________________________________________________
231 [ 13907] By: jhi                                   on 2001/12/27  14:05:09
232         Log: Subject: [ID 20011227.002] Not OK: perl v5.7.2 +DEVEL13884 on i386-freebsd 4.4-stable (UNINSTALLED)
233              From: gbarr@monty.mutatus.co.uk
234              Date: 27 Dec 2001 14:41:36 -0000
235              Message-Id: <20011227144136.71851.qmail@monty.mutatus.co.uk>    
236      Branch: perl
237            ! lib/ExtUtils/t/Embed.t
238 ____________________________________________________________________________
239 [ 13906] By: jhi                                   on 2001/12/27  13:58:18
240         Log: Subject: [PATCH] Re: socketpair emulation
241              From: Nicholas Clark <nick@unfortu.net> 
242              Date: Wed, 26 Dec 2001 20:08:14 +0000
243              Message-ID: <20011226200813.A11903@Bagpuss.unfortu.net>
244      Branch: perl
245            ! ext/Socket/socketpair.t
246 ____________________________________________________________________________
247 [ 13905] By: jhi                                   on 2001/12/27  13:55:03
248         Log: Subject: [DOC PATCH] left is right and right is left
249              From: Philip Newton <Philip.Newton@gmx.net>
250              Date: Thu, 27 Dec 2001 10:04:17 +0100
251              Message-ID: <vsol2uchfg3ruf0rfjf33b75544nv21uhi@4ax.com>
252      Branch: perl
253            ! pod/perlfunc.pod pod/perlport.pod
254 ____________________________________________________________________________
255 [ 13904] By: jhi                                   on 2001/12/27  13:53:25
256         Log: Subject: [PATCH] check return of close
257              From: andreas.koenig@anima.de (Andreas J. Koenig)            
258              Date: 27 Dec 2001 09:47:30 +0100
259              Message-ID: <m3ellhgicd.fsf@anima.de> 
260              
261              Subject: [PATCH] improve error reporting
262              From: andreas.koenig@anima.de (Andreas J. Koenig)            
263              Date: 27 Dec 2001 09:54:55 +0100
264              Message-ID: <m3adw5gi00.fsf@anima.de> 
265              
266              Subject: [PATCH] check return value of close
267              From: andreas.koenig@anima.de (Andreas J. Koenig)            
268              Date: 27 Dec 2001 10:03:55 +0100
269              Message-ID: <m3666tghl0.fsf@anima.de> 
270              
271              Subject: [PATCH] return of close
272              From: andreas.koenig@anima.de (Andreas J. Koenig)            
273              Date: 27 Dec 2001 10:22:15 +0100
274              Message-ID: <m31yhhggqg.fsf@anima.de> 
275      Branch: perl
276            ! ext/IO/lib/IO/t/io_dir.t lib/warnings.t t/cmd/subval.t
277            ! t/io/fflush.t
278 ____________________________________________________________________________
279 [ 13903] By: jhi                                   on 2001/12/27  13:44:57
280         Log: Subject: [PATCH] check return of close
281              From: andreas.koenig@anima.de (Andreas J. Koenig)            
282              Date: 27 Dec 2001 09:47:30 +0100
283              Message-ID: <m3ellhgicd.fsf@anima.de> 
284      Branch: perl
285            ! t/base/rs.t
286 ____________________________________________________________________________
287 [ 13902] By: jhi                                   on 2001/12/27  13:38:30
288         Log: Subject: [PATCH] better error diagnosis from t/op/sysio.t
289              From: andreas.koenig@anima.de (Andreas J. Koenig)
290              Date: 27 Dec 2001 09:21:16 +0100
291              Message-ID: <m3n105gjk3.fsf@anima.de>
292      Branch: perl
293            ! t/op/sysio.t
294 ____________________________________________________________________________
295 [ 13901] By: jhi                                   on 2001/12/27  13:35:03
296         Log: Subject: [PATCH] Re: ExtUtils::MM_Cygwin test failures (was Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK))
297              From: "Gerrit P. Haase" <gp@familiehaase.de>
298              Date: Thu, 27 Dec 2001 09:23:55 +0100 
299              Message-ID: <98211521662.20011227092355@familiehaase.de>
300      Branch: perl
301            ! lib/ExtUtils/t/MM_Cygwin.t
302 ____________________________________________________________________________
303 [ 13899] By: jhi                                   on 2001/12/26  21:30:13
304         Log: Replace the awful (most likely generated and not very persistent)
305              URL with something tangible.
306      Branch: perl
307            ! README.hpux
308 ____________________________________________________________________________
309 [ 13898] By: jhi                                   on 2001/12/26  21:21:01
310         Log: Naughty /dev/printer (ls -l, really) of IRIX.
311      Branch: perl
312            ! t/op/stat.t
313 ____________________________________________________________________________
314 [ 13897] By: jhi                                   on 2001/12/26  20:56:09
315         Log: Upgrade to Net::Ping 2.10.
316      Branch: perl
317            ! lib/Net/Ping.pm lib/Net/Ping/CHANGES lib/Net/Ping/t/100_load.t
318            ! lib/Net/Ping/t/110_icmp_inst.t lib/Net/Ping/t/120_udp_inst.t
319            ! lib/Net/Ping/t/130_tcp_inst.t lib/Net/Ping/t/140_stream_inst.t
320            ! lib/Net/Ping/t/200_ping_tcp.t lib/Net/Ping/t/300_ping_stream.t
321 ____________________________________________________________________________
322 [ 13896] By: jhi                                   on 2001/12/26  20:15:32
323         Log: BeOS has times() tick of 1000000, not CLK_TCK (1000)
324              (this showed up in Benchmark.t)
325      Branch: perl
326            ! pp_sys.c
327 ____________________________________________________________________________
328 [ 13895] By: jhi                                   on 2001/12/26  19:52:03
329         Log: BeOS updates.
330      Branch: perl
331            ! README.beos beos/beos.c
332 ____________________________________________________________________________
333 [ 13894] By: jhi                                   on 2001/12/26  19:31:38
334         Log: Subject: Re: bleadperl doesn't compile
335              From: "Gerrit P. Haase" <gp@familiehaase.de>
336              Date: Wed, 26 Dec 2001 21:29:08 +0100
337              Message-ID: <22168634623.20011226212908@familiehaase.de>
338              
339              Cygwin with multiplicity.
340      Branch: perl
341            ! perlio.c
342 ____________________________________________________________________________
343 [ 13893] By: jhi                                   on 2001/12/26  19:11:49
344         Log: Subject: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
345              From: Nicholas Clark <nick@ccl4.org>
346              Date: Wed, 26 Dec 2001 19:07:33 +0000
347              Message-ID: <20011226190732.J48842@plum.flirble.org>            
348              
349              socketpair() (un)signedness nit.
350      Branch: perl
351            ! util.c
352 ____________________________________________________________________________
353 [ 13892] By: jhi                                   on 2001/12/26  19:10:15
354         Log: Subject: Re: [PATCH] Re: [ PATCH ] Cygwin groups.t  (PLEASE CHECK)
355              From: Nicholas Clark <nick@ccl4.org>
356              Date: Wed, 26 Dec 2001 19:19:47 +0000
357              Message-ID: <20011226191946.K48842@plum.flirble.org>
358              
359              Use report_evil_fh().
360      Branch: perl
361            ! doio.c
362 ____________________________________________________________________________
363 [ 13891] By: jhi                                   on 2001/12/26  18:58:09
364         Log: Bad $? assumptions.
365      Branch: perl
366            ! ext/POSIX/POSIX.pod pod/perlfunc.pod pod/perlport.pod
367 ____________________________________________________________________________
368 [ 13890] By: jhi                                   on 2001/12/26  17:47:57
369         Log: Net::Ping isn't going to work much without
370              the Socket extension; fail more gracefully.
371      Branch: perl
372            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
373            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
374            ! lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
375            ! lib/Net/Ping/t/300_ping_stream.t
376 ____________________________________________________________________________
377 [ 13888] By: jhi                                   on 2001/12/26  17:18:59
378         Log: test -d /system is a bit too generic test for VOS
379              (false hit in BeOS)
380      Branch: perl
381            ! Configure
382 ____________________________________________________________________________
383 [ 13887] By: jhi                                   on 2001/12/26  17:13:27
384         Log: No AF_UNIX in BeOS.
385      Branch: perl
386            ! util.c
387 ____________________________________________________________________________
388 [ 13886] By: jhi                                   on 2001/12/26  17:07:39
389         Log: FAQ sync.
390      Branch: perl
391            ! pod/perlfaq5.pod
392 ____________________________________________________________________________
393 [ 13885] By: jhi                                   on 2001/12/25  16:24:10
394         Log: Update Changes.
395      Branch: perl
396            ! Changes patchlevel.h
397 ____________________________________________________________________________
398 [ 13884] By: jhi                                   on 2001/12/25  16:20:19
399         Log: Make -t equal -tw.
400      Branch: perl
401            ! perl.c pod/perlrun.pod
402 ____________________________________________________________________________
403 [ 13883] By: jhi                                   on 2001/12/25  15:56:49
404         Log: Subject: Re: Not OK 13881
405              From: John Peacock <jpeacock@rowman.com>
406              Date: Tue, 25 Dec 2001 06:02:12 -0500
407              Message-ID: <3C285CB4.8040006@rowman.com>
408      Branch: perl
409            ! embed.h embed.pl global.sym pod/perlapi.pod util.c
410 ____________________________________________________________________________
411 [ 13882] By: jhi                                   on 2001/12/25  15:45:52
412         Log: Subject: Re: Not OK 13881
413              From: andreas.koenig@anima.de (Andreas J. Koenig)
414              Date: 25 Dec 2001 07:33:23 +0100
415              Message-ID: <m3bsgnajws.fsf@anima.de>
416      Branch: perl
417            ! op.c
418 ____________________________________________________________________________
419 [ 13881] By: jhi                                   on 2001/12/24  23:47:53
420         Log: Subject: PATCH: Restore "Can't declare scalar dereference in my" error
421              From: Mark-Jason Dominus <mjd@plover.com>    
422              Date: Mon, 24 Dec 2001 18:14:48 -0500
423              Message-ID: <20011224231448.25826.qmail@plover.com>
424      Branch: perl
425            ! op.c t/op/eval.t
426 ____________________________________________________________________________
427 [ 13880] By: jhi                                   on 2001/12/24  22:58:18
428         Log: Subject: [PATCH]: ExtUtils::MM_* and File::Spec 
429              From: Dave Rolsky <autarch@urth.org>
430              Date: Mon, 24 Dec 2001 13:27:23 -0600 (CST) 
431              Message-ID: <Pine.LNX.4.43.0112241305020.21723-100000@urth.org>
432      Branch: perl
433            + lib/File/Spec/Cygwin.pm lib/File/Spec/NW5.pm
434            ! MANIFEST lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_NW5.pm
435            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
436            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
437            ! lib/File/Spec.pm lib/File/Spec/Win32.pm
438 ____________________________________________________________________________
439 [ 13879] By: jhi                                   on 2001/12/24  18:52:10
440         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked 
441              From: Jeffrey Friedl <jfriedl@yahoo.com>
442              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST)           
443              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>
444              
445              The rest of the tests for plus few extras.
446      Branch: perl
447            ! t/op/pat.t
448 ____________________________________________________________________________
449 [ 13877] By: jhi                                   on 2001/12/24  17:13:53
450         Log: No-op.
451      Branch: perl
452            ! Configure
453 ____________________________________________________________________________
454 [ 13876] By: jhi                                   on 2001/12/24  17:13:16
455         Log: More constant casting.
456      Branch: perl
457            ! regexec.c
458 ____________________________________________________________________________
459 [ 13875] By: jhi                                   on 2001/12/24  16:47:30
460         Log: Subject: perlhack.pod 
461              From: "John P. Linderman" <jpl@research.att.com>
462              Date: Sun, 23 Dec 2001 16:16:10 -0500 (EST) 
463              Message-Id: <200112232116.QAA18463@raptor.research.att.com>
464      Branch: perl
465            ! pod/perlhack.pod
466 ____________________________________________________________________________
467 [ 13874] By: jhi                                   on 2001/12/24  16:41:03
468         Log: File::Find patch patches from Thomas Wegner.
469      Branch: perl
470            ! lib/File/Find.pm
471 ____________________________________________________________________________
472 [ 13873] By: jhi                                   on 2001/12/24  16:38:10
473         Log: Subject: Re: socketpair emulation 
474              From: Nicholas Clark <nick@unfortu.net>                 
475              Date: Mon, 24 Dec 2001 16:11:30 +0000                 
476              Message-ID: <20011224161129.A1520@Bagpuss.unfortu.net>          
477      Branch: perl
478            ! ext/Socket/socketpair.t
479 ____________________________________________________________________________
480 [ 13872] By: jhi                                   on 2001/12/24  02:53:02
481         Log: Must cast constants if they can be quads.
482      Branch: perl
483            ! regcomp.c
484 ____________________________________________________________________________
485 [ 13871] By: jhi                                   on 2001/12/24  01:40:12
486         Log: Promote the e/uid to wide enough un/signed integers
487              and printf them as such.
488      Branch: perl
489            ! taint.c
490 ____________________________________________________________________________
491 [ 13869] By: jhi                                   on 2001/12/24  01:14:06
492         Log: The U32 alignment test wasn't really working, noticed
493              by Paul Green.  Now the test works, but this means that
494              we may see coredumps from the test.   I sure hope MMUless
495              places don't crash on the test.
496      Branch: perl
497            ! Configure
498 ____________________________________________________________________________
499 [ 13867] By: jhi                                   on 2001/12/23  23:46:18
500         Log: More VOS tweaks.
501      Branch: perl
502            ! Configure
503 ____________________________________________________________________________
504 [ 13866] By: jhi                                   on 2001/12/23  16:43:29
505         Log: The funky final sigma casefolding.
506      Branch: perl
507            ! regcomp.c regexec.c t/op/pat.t utf8.h
508 ____________________________________________________________________________
509 [ 13865] By: jhi                                   on 2001/12/23  13:55:23
510         Log: Update Changes.
511      Branch: perl
512            ! Changes patchlevel.h
513 ____________________________________________________________________________
514 [ 13864] By: jhi                                   on 2001/12/23  13:50:25
515         Log: Move the \C and \X to pat.t.
516      Branch: perl
517            ! t/op/pat.t t/op/re_tests
518 ____________________________________________________________________________
519 [ 13863] By: jhi                                   on 2001/12/23  04:04:20
520         Log: More logical test ordering.
521      Branch: perl
522            ! perl.h
523 ____________________________________________________________________________
524 [ 13862] By: jhi                                   on 2001/12/23  01:47:23
525         Log: Integrate perlio;
526              
527              Add at least the "important" PerlIO_xxxx functions to embed.pl
528              so that they get implicit pTHX_ and we can avoid slow dTHX.
529              
530              Put PerlIO stuff inside EXTERN C
531              
532              Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
533      Branch: perl
534           !> embed.h embed.pl ext/IO/IO.xs global.sym globals.c makedef.pl
535           !> perlio.c perlio.h perlio.sym pod/perlapi.pod proto.h
536           !> win32/win32.c
537 ____________________________________________________________________________
538 [ 13861] By: jhi                                   on 2001/12/23  01:38:54
539         Log: Even more \X fixing.
540      Branch: perl
541            ! regexec.c t/op/pat.t
542 ____________________________________________________________________________
543 [ 13860] By: jhi                                   on 2001/12/23  01:29:45
544         Log: More \X fixing.
545      Branch: perl
546            ! regexec.c t/op/pat.t
547 ____________________________________________________________________________
548 [ 13859] By: jhi                                   on 2001/12/23  00:57:10
549         Log: Fix encoding pragma.
550      Branch: perl
551            ! regcomp.c
552 ____________________________________________________________________________
553 [ 13858] By: jhi                                   on 2001/12/23  00:12:51
554         Log: Subject: socketpair emulation
555              From: Nicholas Clark <nick@unfortu.net>
556              Date: Sat, 22 Dec 2001 18:38:18 +0000
557              Message-ID: <20011222183817.A12020@Bagpuss.unfortu.net>
558      Branch: perl
559            + ext/Socket/socketpair.t
560            ! MANIFEST embed.h embed.pl global.sym perl.h pod/perlfunc.pod
561            ! pp_sys.c proto.h util.c
562 ____________________________________________________________________________
563 [ 13857] By: jhi                                   on 2001/12/22  23:53:26
564         Log: Subject: [PATCH] and [BUG]   \X and \C fixed, \X still dorked        
565              From: Jeffrey Friedl <jfriedl@yahoo.com>
566              Date: Fri, 21 Dec 2001 23:18:17 -0800 (PST) 
567              Message-Id: <200112220718.fBM7IHG25075@ventrue.corp.yahoo.com>  
568              
569              (partially applied, most of the new tests need to be rethought)
570      Branch: perl
571            ! regcomp.c t/op/re_tests
572 ____________________________________________________________________________
573 [ 13856] By: jhi                                   on 2001/12/22  23:45:35
574         Log: Small tweaks.
575      Branch: perl
576            ! handy.h regexec.c
577 ____________________________________________________________________________
578 [ 13855] By: jhi                                   on 2001/12/22  20:10:01
579         Log: Unicode casefolding continues.
580              (lib/encoding.t still failing.)
581      Branch: perl
582            ! regexec.c t/op/pat.t
583 ____________________________________________________________________________
584 [ 13850] By: jhi                                   on 2001/12/22  17:41:40
585         Log: Rework the make logic (again).
586      Branch: perl
587            ! Configure
588 ____________________________________________________________________________
589 [ 13849] By: jhi                                   on 2001/12/22  16:40:24
590         Log: Integrate perlio;
591              Fix mis-parse of autoloaded usage code by declaring the sub
592              Correct checking code which Ilya spotted was tripped by CR at EOF.
593              The CR at EOF fix earlier broke CR at end-of-buffer.
594      Branch: perl
595            ! regexec.c
596           !> ext/POSIX/POSIX.pm perlio.c sv.c
597 ____________________________________________________________________________
598 [ 13844] By: jhi                                   on 2001/12/22  04:27:46
599         Log: More Unicode casing fixes.
600      Branch: perl
601            ! regexec.c t/op/pat.t
602 ____________________________________________________________________________
603 [ 13843] By: jhi                                   on 2001/12/22  02:47:08
604         Log: Unicode casefolding fixes.
605      Branch: perl
606            ! op.c regcomp.c regexec.c t/op/pat.t
607 ____________________________________________________________________________
608 [ 13842] By: jhi                                   on 2001/12/21  22:32:14
609         Log: Subject: [PATCH B::Deparse] __DATA__ and packages
610              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
611              Date: Sat, 22 Dec 2001 00:01:29 +0100
612              Message-ID: <20011222000129.A713@rafael>
613      Branch: perl
614            ! ext/B/B/Deparse.pm
615 ____________________________________________________________________________
616 [ 13841] By: jhi                                   on 2001/12/21  20:38:28
617         Log: VOS config from Paul Green.
618      Branch: perl
619            ! hints/vos.sh
620 ____________________________________________________________________________
621 [ 13840] By: jhi                                   on 2001/12/21  20:00:43
622         Log: Subject: [PATCH @13746] CreateTTY on OS/2
623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
624              Date: Fri, 21 Dec 2001 15:59:45 -0500
625              Message-ID: <20011221155945.A6806@math.ohio-state.edu>
626      Branch: perl
627            ! lib/perl5db.pl
628 ____________________________________________________________________________
629 [ 13839] By: jhi                                   on 2001/12/21  19:52:49
630         Log: Subject: [PATCH @13746] uninstalled build of modules broken
631              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
632              Date: Fri, 21 Dec 2001 15:49:09 -0500
633              Message-ID: <20011221154909.A6760@math.ohio-state.edu>
634      Branch: perl
635            ! lib/ExtUtils/MM_Unix.pm
636 ____________________________________________________________________________
637 [ 13838] By: jhi                                   on 2001/12/21  19:52:09
638         Log: Subject: [PATCH @13746] OS/2 File::* modules
639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
640              Date: Fri, 21 Dec 2001 15:43:24 -0500
641              Message-ID: <20011221154324.A6524@math.ohio-state.edu>
642      Branch: perl
643            ! lib/File/Basename.pm lib/File/Spec/OS2.pm
644 ____________________________________________________________________________
645 [ 13837] By: jhi                                   on 2001/12/21  19:49:41
646         Log: Subject: [PATCH] perltie.pod (or what does it mean?)
647              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
648              Date: Fri, 21 Dec 2001 17:29:07 +0100
649              Message-ID: <3C236353.6625C4C0@alcatel.at>
650      Branch: perl
651            ! pod/perltie.pod
652 ____________________________________________________________________________
653 [ 13835] By: jhi                                   on 2001/12/21  19:47:03
654         Log: Further VOS tweaks: the _exe needs to be introduced
655              in the very beginning, and the make/gmake needs special
656              VOS logic.
657      Branch: perl
658            ! Configure Makefile.SH
659 ____________________________________________________________________________
660 [ 13834] By: jhi                                   on 2001/12/21  15:12:26
661         Log: Update Changes.
662      Branch: perl
663            ! Changes patchlevel.h
664 ____________________________________________________________________________
665 [ 13832] By: jhi                                   on 2001/12/21  14:46:24
666         Log: Also the search for cat needs to be _exe-aware.
667      Branch: perl
668            ! Configure
669 ____________________________________________________________________________
670 [ 13831] By: jhi                                   on 2001/12/21  13:43:53
671         Log: Subject: [PATCH] ext/B/B/Xref.pm adding "our" recognition
672              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
673              Date: Fri, 21 Dec 2001 14:02:01 +0100
674              Message-ID: <3C2332C9.7CFED5F2@alcatel.at>
675      Branch: perl
676            ! ext/B/B/Xref.pm
677 ____________________________________________________________________________
678 [ 13830] By: jhi                                   on 2001/12/21  13:42:31
679         Log: packing I32 with L is not nice, need l; from Wolfgang Laun.
680      Branch: perl
681            ! ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
682            ! ext/B/t/assembler.t
683 ____________________________________________________________________________
684 [ 13829] By: jhi                                   on 2001/12/21  13:39:06
685         Log: Subject: [ PATCH ] Smoke 13820 /pro/3gl/CPAN/perl-current
686              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
687              Date: Fri, 21 Dec 2001 11:15:38 +0100
688              Message-Id: <20011221104035.4B4F.H.M.BRAND@hccnet.nl>
689      Branch: perl
690            ! hv.c
691 ____________________________________________________________________________
692 [ 13828] By: jhi                                   on 2001/12/21  01:59:10
693         Log: A plan is good.
694      Branch: perl
695            ! ext/re/re.t
696 ____________________________________________________________________________
697 [ 13827] By: jhi                                   on 2001/12/21  01:57:48
698         Log: Subject: [REPATCH MANIFEST, ext/re/re.t] Tests for re pragma
699              From: chromatic <chromatic@rmci.net>
700              Date: Thu, 20 Dec 2001 16:16:48 -0700
701              Message-ID: <20011220231726.23878.qmail@onion.perl.org>
702      Branch: perl
703            + ext/re/re.t
704            ! MANIFEST
705 ____________________________________________________________________________
706 [ 13826] By: jhi                                   on 2001/12/21  01:34:37
707         Log: Synchronize the skippage message.
708      Branch: perl
709            ! lib/ExtUtils/t/MM_OS2.t
710 ____________________________________________________________________________
711 [ 13825] By: jhi                                   on 2001/12/21  01:32:42
712         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/t/MM_OS2.t] Tests for ExtUtils::MM_OS2
713              From: chromatic <chromatic@rmci.net>
714              Date: Thu, 20 Dec 2001 16:09:10 -0700
715              Message-ID: <20011220230948.18010.qmail@onion.perl.org>
716      Branch: perl
717            + lib/ExtUtils/t/MM_OS2.t
718            ! MANIFEST
719 ____________________________________________________________________________
720 [ 13824] By: jhi                                   on 2001/12/21  01:14:12
721         Log: Subject: perlfunc.pod patch re flock via fcntl
722              From: "Tye McQueen" <tye@metronet.com>
723              Date: Thu, 20 Dec 2001 14:52:19 -0600 (CST) 
724              Message-Id: <200112202052.fBKKqKH16263@metronet.com>
725      Branch: perl
726            ! pod/perlfunc.pod
727 ____________________________________________________________________________
728 [ 13823] By: jhi                                   on 2001/12/21  00:54:49
729         Log: Make using U+FDD0..U+FDEF (noncharacters since Unicode 3.1),
730              U+...FFFE, U+...FFFF, and characters beyond U+10FFFF
731              (the Unicode maximum code point) warnable offenses.
732      Branch: perl
733            ! embed.h embed.pl global.sym op.c pod/perlapi.pod pp.c proto.h
734            ! t/op/each.t t/op/pat.t t/op/qq.t utf8.c utf8.h
735 ____________________________________________________________________________
736 [ 13822] By: jhi                                   on 2001/12/20  20:59:55
737         Log: Sterner admonishment on -t.
738      Branch: perl
739            ! pod/perlrun.pod
740 ____________________________________________________________________________
741 [ 13821] By: jhi                                   on 2001/12/20  20:53:42
742         Log: Subject: [PATCH B::Dpparse] minor qr// fix
743              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
744              Date: Thu, 20 Dec 2001 22:53:34 +0100
745              Message-ID: <20011220225334.A735@rafael>
746      Branch: perl
747            ! ext/B/B/Deparse.pm
748 ____________________________________________________________________________
749 [ 13820] By: jhi                                   on 2001/12/20  15:18:25
750         Log: Subject: [PATCH} typo fix in Carp/Heavy.pm
751              From: Robert Spier <rspier@pobox.com>
752              Date: Thu, 20 Dec 2001 08:10:00 -0800
753              Message-ID: <15394.3416.693353.107334@rls.cx>
754      Branch: perl
755            ! lib/Carp/Heavy.pm
756 ____________________________________________________________________________
757 [ 13819] By: jhi                                   on 2001/12/20  14:56:30
758         Log: Integrate perlio (pTHX_ fixes for :win32 layer)
759      Branch: perl
760           !> win32/win32io.c
761 ____________________________________________________________________________
762 [ 13818] By: jhi                                   on 2001/12/20  14:53:05
763         Log: Subject: Re: [PATCH pod/perliol.pod] resend
764              From: Stas Bekman <stas@stason.org>
765              Date: Thu, 20 Dec 2001 17:15:09 +0800 (SGT)
766              Message-ID: <Pine.LNX.4.40.0112201714210.23498-100000@hope.stason.org>
767      Branch: perl
768            ! pod/perliol.pod
769 ____________________________________________________________________________
770 [ 13817] By: jhi                                   on 2001/12/20  14:51:24
771         Log: Fix up the APIs noone hopefully uses.
772      Branch: perl
773            ! utf8.c
774 ____________________________________________________________________________
775 [ 13816] By: jhi                                   on 2001/12/20  14:18:56
776         Log: Subject: [PATCH] Carp.pm caller_info returns wrong info for eval
777              Date: Wed, 19 Dec 2001 14:13:38 -0800
778              From: Robert Spier <rspier@pobox.com>
779              Message-ID: <15393.4370.605214.548582@rls.cx>
780      Branch: perl
781            ! lib/Carp.t lib/Carp/Heavy.pm
782 ____________________________________________________________________________
783 [ 13813] By: jhi                                   on 2001/12/19  21:29:49
784         Log: Some bincompat clawbacks.
785      Branch: perl
786            ! embed.h embed.pl embedvar.h perlapi.h proto.h thrdvar.h utf8.c
787            ! wince/perldll.def
788 ____________________________________________________________________________
789 [ 13812] By: jhi                                   on 2001/12/19  17:56:53
790         Log: gcc pacifying (RH 7.1/ia64).
791      Branch: perl
792            ! pp.c
793 ____________________________________________________________________________
794 [ 13811] By: jhi                                   on 2001/12/19  16:55:09
795         Log: Update Changes.
796      Branch: perl
797            ! Changes patchlevel.h
798 ____________________________________________________________________________
799 [ 13810] By: jhi                                   on 2001/12/19  16:50:12
800         Log: Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
801              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
802              Date: Wed, 19 Dec 2001 12:35:07 +0100
803              Message-ID: <3C207B6B.A687A8EC@alcatel.at>
804              
805              Subject: Re: [BUG] bleadperl regexp (was ok in 5.6.0)
806              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
807              Date: Wed, 19 Dec 2001 17:34:51 +0000
808              Message-Id: <200112191734.fBJHYpd30715@crypt.compulink.co.uk>
809      Branch: perl
810            ! pod/perlre.pod
811 ____________________________________________________________________________
812 [ 13809] By: jhi                                   on 2001/12/19  16:47:11
813         Log: Integrate perlio.
814      Branch: perl
815           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
816           !> ext/PerlIO/Via/Via.xs perlio.c perliol.h
817 ____________________________________________________________________________
818 [ 13807] By: jhi                                   on 2001/12/19  15:59:02
819         Log: One more embedded (?sx) de-embedded, from Wolfgang Laun.
820      Branch: perl
821            ! ext/B/B/Assembler.pm
822 ____________________________________________________________________________
823 [ 13806] By: jhi                                   on 2001/12/19  15:08:29
824         Log: Reword the alarm explanation.
825      Branch: perl
826            ! pod/perlfunc.pod
827 ____________________________________________________________________________
828 [ 13805] By: jhi                                   on 2001/12/19  15:04:03
829         Log: Subject: [PATCH @13746] OS/2 build
830              From: Ilya Zakharevich <ilya@math.ohio-state.edu> 
831              Date: Wed, 19 Dec 2001 02:45:41 -0500
832              Message-ID: <20011219024541.A29803@math.ohio-state.edu>        
833              
834              (skipped the t/TEST change)
835      Branch: perl
836            ! lib/English.t lib/ExtUtils/t/Embed.t lib/File/stat.t
837            ! lib/Shell.t os2/Makefile.SHs os2/OS2/REXX/DLL/Makefile.PL
838            ! os2/os2.c os2/perlrexx.c t/op/alarm.t util.c
839 ____________________________________________________________________________
840 [ 13804] By: jhi                                   on 2001/12/19  14:55:26
841         Log: Upgrade to Net::Ping 2.09.
842      Branch: perl
843            + lib/Net/Ping/CHANGES lib/Net/Ping/README
844            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
845            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
846            + lib/Net/Ping/t/140_stream_inst.t lib/Net/Ping/t/200_ping_tcp.t
847            + lib/Net/Ping/t/300_ping_stream.t
848            ! MANIFEST lib/Net/Ping.pm
849 ____________________________________________________________________________
850 [ 13802] By: jhi                                   on 2001/12/19  14:25:27
851         Log: B::Assembler/B::Disassembler patches and test;
852              from Wolfgang Laun.
853              
854              TODO: getting perlcc working.
855      Branch: perl
856            + ext/B/t/assembler.t
857            ! MANIFEST ext/B/B/Assembler.pm ext/B/B/Disassembler.pm
858 ____________________________________________________________________________
859 [ 13801] By: jhi                                   on 2001/12/19  14:18:10
860         Log: Can't printf U8s as UVs.
861      Branch: perl
862            ! utf8.c
863 ____________________________________________________________________________
864 [ 13800] By: jhi                                   on 2001/12/19  14:12:02
865         Log: Subject: Re: [PATCH] ...while $var = glob(...)
866              From: Robin Houston <robin@kitsite.com> 
867              Date: Wed, 19 Dec 2001 13:48:55 +0000
868              Message-ID: <20011219134855.A20452@puffinry.freeserve.co.uk>        
869              
870              Not exactly a glob test but internal-logically correct.
871      Branch: perl
872            ! t/op/glob.t
873 ____________________________________________________________________________
874 [ 13799] By: jhi                                   on 2001/12/19  13:51:37
875         Log: Subject: [PATCH lib/lib_pm.PL lib/lib.t] portability snag
876              From: Michael G Schwern <schwern@pobox.com> 
877              Date: Wed, 19 Dec 2001 07:42:54 -0500
878              Message-ID: <20011219124254.GF8630@blackrider>
879      Branch: perl
880            + lib/lib.t
881            ! MANIFEST lib/lib_pm.PL
882 ____________________________________________________________________________
883 [ 13798] By: jhi                                   on 2001/12/19  13:35:59
884         Log: Integrate with perlio.
885      Branch: perl
886           !> hv.c hv.h scope.c util.c
887 ____________________________________________________________________________
888 [ 13793] By: jhi                                   on 2001/12/19  04:58:51
889         Log: Regen toc.
890      Branch: perl
891            ! pod/perltoc.pod
892 ____________________________________________________________________________
893 [ 13792] By: jhi                                   on 2001/12/19  04:56:42
894         Log: FAQ sync.
895      Branch: perl
896            ! pod/perlfaq5.pod
897 ____________________________________________________________________________
898 [ 13791] By: jhi                                   on 2001/12/19  04:38:47
899         Log: Reformat round.
900      Branch: perl
901            ! pod/perlunicode.pod
902 ____________________________________________________________________________
903 [ 13790] By: jhi                                   on 2001/12/19  04:32:06
904         Log: Subject: [PATCH] pod/perlunicode.pod
905              From: Jeffrey Friedl <jfriedl@yahoo.com>
906              Date: Tue, 18 Dec 2001 21:31:13 -0800 (PST) 
907              Message-Id: <200112190531.fBJ5VDp57308@ventrue.corp.yahoo.com> 
908      Branch: perl
909            ! pod/perlunicode.pod
910 ____________________________________________________________________________
911 [ 13789] By: jhi                                   on 2001/12/19  04:16:39
912         Log: Subject: Re: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
913              From: Jeffrey Friedl <jfriedl@yahoo.com>
914              Date: Tue, 18 Dec 2001 21:13:59 -0800 (PST) 
915              Message-Id: <200112190513.fBJ5DxN56315@ventrue.corp.yahoo.com> 
916      Branch: perl
917            ! pod/perluniintro.pod
918 ____________________________________________________________________________
919 [ 13788] By: jhi                                   on 2001/12/19  03:54:08
920         Log: Slight pod reformatting.
921      Branch: perl
922            ! pod/perluniintro.pod
923 ____________________________________________________________________________
924 [ 13787] By: jhi                                   on 2001/12/19  03:41:45
925         Log: Subject: [PATCH] pod/perluniintro.pod (removes unnecessary UTF-8 references)
926              From: Jeffrey Friedl <jfriedl@yahoo.com>    
927              Date: Tue, 18 Dec 2001 20:27:42 -0800 (PST)
928              Message-Id: <200112190427.fBJ4RgP53458@ventrue.corp.yahoo.com>
929      Branch: perl
930            ! pod/perluniintro.pod
931 ____________________________________________________________________________
932 [ 13786] By: jhi                                   on 2001/12/19  01:14:04
933         Log: Subject: Re: [ID 20011213.001] Segfault with overload and Test
934              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
935              Date: Wed, 19 Dec 2001 01:45:23 +0000
936              Message-Id: <200112190145.fBJ1jNt23668@crypt.compulink.co.uk>
937      Branch: perl
938            ! sv.c
939 ____________________________________________________________________________
940 [ 13785] By: jhi                                   on 2001/12/19  01:11:45
941         Log: Subject: Porting/checkURL.pl
942              From: abigail@foad.org
943              Date: Tue, 18 Dec 2001 19:03:22 +0100          
944              Message-ID: <20011218180322.8278.qmail@foad.org> 
945      Branch: perl
946            ! Porting/checkURL.pl
947 ____________________________________________________________________________
948 [ 13783] By: jhi                                   on 2001/12/19  00:26:34
949         Log: A bit too oversweeping matching in #13778.
950      Branch: perl
951            ! Configure
952 ____________________________________________________________________________
953 [ 13782] By: jhi                                   on 2001/12/19  00:09:10
954         Log: Re-gen Configure based on #13778..13781.
955      Branch: perl
956            ! Configure config_h.SH
957 ____________________________________________________________________________
958 [ 13767] By: jhi                                   on 2001/12/18  22:13:14
959         Log: Subject: Re: Benchmark.t failure on Linux
960              From: Nicholas Clark <nick@ccl4.org>
961              Date: Tue, 18 Dec 2001 22:51:25 +0000
962              Message-ID: <20011218225124.N21702@plum.flirble.org>
963      Branch: perl
964            ! lib/Benchmark.t
965 ____________________________________________________________________________
966 [ 13766] By: jhi                                   on 2001/12/18  22:07:35
967         Log: Re-applying #13752 until a better solution can be found.
968      Branch: perl
969            ! lib/ExtUtils/t/MM_Unix.t
970 ____________________________________________________________________________
971 [ 13765] By: jhi                                   on 2001/12/18  21:05:13
972         Log: Subject: [PATCH] Suggested doc enhancement(?) to Exporter.pm
973              From: "Giroux, Mike (Exchange)" <mgiroux@bear.com>
974              Date: Tue, 18 Dec 2001 12:05:40 -0500
975              Message-ID: <03CF7D5B2CFFD211990300A0C95DEA0C080BEB5A@whmsx18.is.bear.com>
976      Branch: perl
977            ! lib/Exporter.pm
978 ____________________________________________________________________________
979 [ 13764] By: jhi                                   on 2001/12/18  20:58:44
980         Log: %g -> NVgf cleanup, based on Schwern's RedHat 7.1/Alpha
981              findings -- some of the warnings I can't explain except
982              by NVgf being detected wrong, though.
983      Branch: perl
984            ! dump.c pp.c sv.c x2p/a2p.h x2p/str.c
985 ____________________________________________________________________________
986 [ 13763] By: jhi                                   on 2001/12/18  20:54:28
987         Log: Subject: [PATCH] pod/perluniintro.pod
988              From: Jeffrey Friedl <jfriedl@yahoo.com>
989              Date: Tue, 18 Dec 2001 10:27:45 -0800 (PST)
990              Message-Id: <200112181827.fBIIRjv16547@ventrue.corp.yahoo.com>
991      Branch: perl
992            ! pod/perluniintro.pod
993 ____________________________________________________________________________
994 [ 13762] By: jhi                                   on 2001/12/18  17:49:07
995         Log: ".pm" is the native executable suffix in VOS.
996      Branch: perl
997            ! hints/vos.sh
998 ____________________________________________________________________________
999 [ 13761] By: jhi                                   on 2001/12/18  15:57:39
1000         Log: Integrate perlio;
1001              Tidied version of Jeffrey Friedl's <jfriedl@yahoo.com> restricted hashes
1002      Branch: perl
1003           !> ext/Devel/Peek/Peek.t hv.c hv.h scope.c sv.c t/lib/access.t
1004 ____________________________________________________________________________
1005 [ 13759] By: jhi                                   on 2001/12/18  15:54:19
1006         Log: (Undone by #13766.)
1007              Retract #13752.
1008      Branch: perl
1009            ! lib/ExtUtils/t/MM_Unix.t
1010 ____________________________________________________________________________
1011 [ 13758] By: jhi                                   on 2001/12/18  15:26:18
1012         Log: Echoes of #13757.
1013      Branch: perl
1014            ! t/lib/warnings/utf8
1015 ____________________________________________________________________________
1016 [ 13757] By: jhi                                   on 2001/12/18  15:24:50
1017         Log: Make the utf8 malformedness messages more verbose.
1018      Branch: perl
1019            ! lib/utf8.t utf8.c
1020 ____________________________________________________________________________
1021 [ 13755] By: jhi                                   on 2001/12/18  14:05:26
1022         Log: README.aix updates from Jens-Uwe Mager.
1023      Branch: perl
1024            ! README.aix
1025 ____________________________________________________________________________
1026 [ 13754] By: jhi                                   on 2001/12/18  14:03:31
1027         Log: Subject: [PATCH lib/Benchmark.t] Show value of $fastslow on failure
1028              From: Michael G Schwern <schwern@pobox.com>
1029              Date: Tue, 18 Dec 2001 00:58:18 -0500
1030              Message-ID: <20011218055818.GC4362@blackrider>
1031      Branch: perl
1032            ! lib/Benchmark.t
1033 ____________________________________________________________________________
1034 [ 13753] By: jhi                                   on 2001/12/18  14:02:49
1035         Log: Subject: [PATCH lib/ExtUtils/t/Installed.t] Making it somewhat more portable
1036              From: Michael G Schwern <schwern@pobox.com>
1037              Date: Tue, 18 Dec 2001 00:40:38 -0500
1038              Message-ID: <20011218054038.GB4362@blackrider>
1039      Branch: perl
1040            ! lib/ExtUtils/Installed.pm lib/ExtUtils/t/Installed.t
1041 ____________________________________________________________________________
1042 [ 13752] By: jhi                                   on 2001/12/18  14:01:44
1043         Log: (reintroduced by #13766)
1044              (retracted by #13759)
1045              
1046              Subject: [PATCH lib/ExtUtils/t/MM_Unix.t] All the world's not a Unix
1047              From: Michael G Schwern <schwern@pobox.com>  
1048              Date: Tue, 18 Dec 2001 00:00:23 -0500
1049              Message-ID: <20011218050023.GA27893@blackrider>
1050      Branch: perl
1051            ! lib/ExtUtils/t/MM_Unix.t
1052 ____________________________________________________________________________
1053 [ 13751] By: jhi                                   on 2001/12/18  13:59:32
1054         Log: Re-patch #13749.
1055      Branch: perl
1056            ! t/op/glob.t
1057 ____________________________________________________________________________
1058 [ 13750] By: jhi                                   on 2001/12/18  13:56:34
1059         Log: Subject: [doc patch] s{(?<=perldeb)ug}{guts}
1060              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1061              Date: Tue, 18 Dec 2001 12:55:43 +0000
1062              Message-Id: <200112181255.fBICthb09977@crypt.compulink.co.uk>
1063      Branch: perl
1064            ! ext/Devel/Peek/Peek.pm
1065 ____________________________________________________________________________
1066 [ 13749] By: jhi                                   on 2001/12/18  13:55:12
1067         Log: Subject: Third time lucky? (Re: [PATCH] ...while $var = glob(...))
1068              From: Robin Houston <robin@kitsite.com> 
1069              Date: Tue, 18 Dec 2001 14:54:33 +0000
1070              Message-ID: <20011218145433.A18835@puffinry.freeserve.co.uk>
1071      Branch: perl
1072            ! t/op/glob.t
1073 ____________________________________________________________________________
1074 [ 13748] By: jhi                                   on 2001/12/17  23:54:41
1075         Log: Subject: [PATCH] slightly more for Exporter.pm
1076              From: Nicholas Clark <nick@ccl4.org>
1077              Date: Tue, 18 Dec 2001 00:22:03 +0000
1078              Message-ID: <20011218002203.M21702@plum.flirble.org>
1079      Branch: perl
1080            ! lib/Exporter.pm
1081 ____________________________________________________________________________
1082 [ 13747] By: jhi                                   on 2001/12/17  21:59:07
1083         Log: Subject: [PATCH] Re: chomp/chop prototype changed?
1084              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1085              Date: Mon, 17 Dec 2001 16:37:18 +0100
1086              Message-ID: <20011217163718.A2292@rafael>
1087              
1088              Subject: Re: [PATCH] Re: chomp/chop prototype changed?
1089              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1090              Date: Mon, 17 Dec 2001 23:17:06 +0100
1091              Message-ID: <20011217231706.A730@rafael>
1092      Branch: perl
1093            ! pod/perlsub.pod pp.c toke.c
1094 ____________________________________________________________________________
1095 [ 13746] By: jhi                                   on 2001/12/17  20:22:08
1096         Log: Update Changes.
1097      Branch: perl
1098            ! Changes patchlevel.h
1099 ____________________________________________________________________________
1100 [ 13745] By: jhi                                   on 2001/12/17  20:12:37
1101         Log: New test warrants a MANIFEST entry.
1102      Branch: perl
1103            ! MANIFEST
1104 ____________________________________________________________________________
1105 [ 13744] By: jhi                                   on 2001/12/17  19:27:40
1106         Log: Subject: Re: [PATCH] ...while $var = glob(...)
1107              From: Robin Houston <robin@kitsite.com>
1108              Date: Mon, 17 Dec 2001 20:27:30 +0000
1109              Message-ID: <20011217202730.A17817@puffinry.freeserve.co.uk>
1110              
1111              Can't portably unlink open files.
1112      Branch: perl
1113            ! t/op/glob.t
1114 ____________________________________________________________________________
1115 [ 13743] By: jhi                                   on 2001/12/17  19:26:34
1116         Log: perluniintro tweaks as suggested by Jeffrey Friedl.
1117      Branch: perl
1118            ! pod/perluniintro.pod
1119 ____________________________________________________________________________
1120 [ 13742] By: jhi                                   on 2001/12/17  19:18:52
1121         Log: Move typeglob test from glob.t to gv.t.
1122      Branch: perl
1123            ! t/op/glob.t t/op/gv.t
1124 ____________________________________________________________________________
1125 [ 13741] By: jhi                                   on 2001/12/17  19:12:16
1126         Log: Subject: Re: [PATCH] ...while $var = glob(...)                
1127              From: Robin Houston <robin@kitsite.com> 
1128              Date: Mon, 17 Dec 2001 20:07:02 +0000                 
1129              Message-ID: <20011217200702.A17721@puffinry.freeserve.co.uk>
1130      Branch: perl
1131            ! t/op/glob.t
1132 ____________________________________________________________________________
1133 [ 13740] By: jhi                                   on 2001/12/17  19:11:29
1134         Log: Demote the surrogate and non-character errors to warnings.
1135      Branch: perl
1136            ! pod/perldiag.pod t/lib/warnings/utf8 t/op/ord.t utf8.c
1137 ____________________________________________________________________________
1138 [ 13739] By: jhi                                   on 2001/12/17  18:47:41
1139         Log: Subject: [PATCH] more POSIX tests, and more autoloading
1140              From: Nicholas Clark <nick@ccl4.org>
1141              Date: Mon, 17 Dec 2001 18:27:47 +0000
1142              Message-ID: <20011217182747.D21702@plum.flirble.org>
1143      Branch: perl
1144            ! ext/POSIX/POSIX.pm ext/POSIX/t/posix.t
1145 ____________________________________________________________________________
1146 [ 13738] By: jhi                                   on 2001/12/17  18:43:55
1147         Log: Subject: [PATCH] ...while $var = glob(...)
1148              From: Robin Houston <robin@kitsite.com> 
1149              Date: Mon, 17 Dec 2001 15:51:54 +0000
1150              Message-ID: <20011217155153.A311@robin.kitsite.com>
1151      Branch: perl
1152            ! op.c
1153 ____________________________________________________________________________
1154 [ 13737] By: jhi                                   on 2001/12/17  18:38:33
1155         Log: Subject: [PATCH] -t and the core tests; -t and PERL5OPT
1156              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1157              Date: Mon, 17 Dec 2001 15:23:01 +0100
1158              Message-ID: <20011217152301.A704@rafael>
1159      Branch: perl
1160            ! perl.c pod/perldiag.pod pod/perlrun.pod t/run/runenv.t
1161 ____________________________________________________________________________
1162 [ 13736] By: jhi                                   on 2001/12/17  18:36:20
1163         Log: The system() vs $SIG{ARLM} is no more a todo.
1164      Branch: perl
1165            ! t/op/alarm.t
1166 ____________________________________________________________________________
1167 [ 13735] By: jhi                                   on 2001/12/17  18:34:43
1168         Log: Subject: [PATCH t/op/alarm.t MANIFEST] alarm() test, take two
1169              From: Michael G Schwern <schwern@pobox.com>
1170              Date: Sun, 16 Dec 2001 23:59:01 -0500
1171              Message-ID: <20011217045901.GL17232@blackrider>
1172      Branch: perl
1173            + t/op/alarm.t
1174            ! MANIFEST
1175 ____________________________________________________________________________
1176 [ 13734] By: jhi                                   on 2001/12/17  17:54:19
1177         Log: s/UNIX/Unix/
1178      Branch: perl
1179            ! MANIFEST
1180 ____________________________________________________________________________
1181 [ 13733] By: jhi                                   on 2001/12/17  17:50:22
1182         Log: Move ExtUtils tests to lib/ExtUtils/t.
1183      Branch: perl
1184            + lib/ExtUtils/t/Command.t lib/ExtUtils/t/Embed.t
1185            + lib/ExtUtils/t/ExtUtils.t lib/ExtUtils/t/Installed.t
1186            + lib/ExtUtils/t/MM_Cygwin.t lib/ExtUtils/t/MM_Unix.t
1187            + lib/ExtUtils/t/MM_VMS.t lib/ExtUtils/t/Manifest.t
1188            + lib/ExtUtils/t/Mkbootstrap.t lib/ExtUtils/t/Packlist.t
1189            + lib/ExtUtils/t/testlib.t
1190            - lib/ExtUtils.t lib/ExtUtils/Command.t lib/ExtUtils/Embed.t
1191            - lib/ExtUtils/Installed.t lib/ExtUtils/MM_Cygwin.t
1192            - lib/ExtUtils/MM_Unix.t lib/ExtUtils/MM_VMS.t
1193            - lib/ExtUtils/Manifest.t lib/ExtUtils/Mkbootstrap.t
1194            - lib/ExtUtils/Packlist.t lib/ExtUtils/testlib.t
1195            ! MANIFEST
1196 ____________________________________________________________________________
1197 [ 13732] By: jhi                                   on 2001/12/17  17:45:33
1198         Log: Subject: [PATCH] MM_Unix tests, and some questions
1199              From: Tels <perl_dummy@bloodgate.com>
1200              Date: Sun, 16 Dec 2001 22:29:13 +0100 (CET)                
1201              Message-Id: <200112162132.XAA12694@tiku.hut.fi>
1202              
1203              Subject: Re: [PATCH] MM_Unix tests, and some questions
1204              From: Tels <perl_dummy@bloodgate.com>
1205              Date: Mon, 17 Dec 2001 00:29:11 +0100 (CET)                
1206              Message-Id: <200112162332.BAA25411@tiku.hut.fi>
1207      Branch: perl
1208            + lib/ExtUtils/MM_Unix.t
1209            ! MANIFEST lib/ExtUtils/MM_Unix.pm
1210 ____________________________________________________________________________
1211 [ 13731] By: jhi                                   on 2001/12/17  17:31:35
1212         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] miniperl found before perl
1213              From: Michael G Schwern <schwern@pobox.com>
1214              Date: Sun, 16 Dec 2001 17:53:55 -0500
1215              Message-ID: <20011216225354.GE8900@blackrider>
1216      Branch: perl
1217            ! lib/ExtUtils/MM_Unix.pm
1218 ____________________________________________________________________________
1219 [ 13730] By: jhi                                   on 2001/12/17  17:26:44
1220         Log: Subject: [PATCH ext/B/B/Deparse.pm] Re: [ID 20011216.005] B::Deparse turns legal code into illegal ones.
1221              From: Michael G Schwern <schwern@pobox.com>                
1222              Date: Sun, 16 Dec 2001 16:12:55 -0500
1223              Message-ID: <20011216211255.GV8900@blackrider>
1224      Branch: perl
1225            ! ext/B/B/Deparse.pm
1226 ____________________________________________________________________________
1227 [ 13729] By: jhi                                   on 2001/12/17  17:25:09
1228         Log: Subject: [PATCH] Exporter.pm
1229              From: Nicholas Clark <nick@ccl4.org>
1230              Date: Sun, 16 Dec 2001 19:24:25 +0000
1231              Message-ID: <20011216192425.R21702@plum.flirble.org>
1232      Branch: perl
1233            ! lib/Exporter.pm
1234 ____________________________________________________________________________
1235 [ 13728] By: jhi                                   on 2001/12/17  17:20:51
1236         Log: Subject: [PATCH] Exporter.t (and question)
1237              From: Nicholas Clark <nick@ccl4.org>
1238              Date: Sun, 16 Dec 2001 17:24:55 +0000
1239              Message-ID: <20011216172455.P21702@plum.flirble.org>
1240      Branch: perl
1241            ! lib/Exporter.t
1242 ____________________________________________________________________________
1243 [ 13727] By: jhi                                   on 2001/12/17  17:18:21
1244         Log: Subject: Re: perl@13661
1245              From: "John P. Linderman" <jpl@research.att.com>              
1246              Date: Mon, 17 Dec 2001 07:11:27 -0500 (EST)           
1247              Message-Id: <200112171211.HAA71597@raptor.research.att.com>
1248      Branch: perl
1249            ! pp_sort.c
1250 ____________________________________________________________________________
1251 [ 13726] By: jhi                                   on 2001/12/17  16:57:57
1252         Log: Subject: Will the real Unicode encoding please stand up?
1253              From: Jeffrey Friedl <jfriedl@yahoo.com>
1254              Date: Sun, 16 Dec 2001 11:36:32 -0800 (PST)
1255              Message-Id: <200112161936.fBGJaWe41263@ventrue.corp.yahoo.com>
1256      Branch: perl
1257            ! pod/perluniintro.pod
1258 ____________________________________________________________________________
1259 [ 13725] By: jhi                                   on 2001/12/17  16:43:09
1260         Log: Integrate perlio; interruptable system().
1261      Branch: perl
1262           !> util.c
1263 ____________________________________________________________________________
1264 [ 13722] By: jhi                                   on 2001/12/16  16:12:57
1265         Log: Disallow also Unicode ranges 0xFDD0..0xFDEF and
1266              0xFFFE..0xFFFF.  Ranges 0x...FFFE..0x...FFFF in general,
1267              and characters beyond 0x10FFF should be disallowed, too,
1268              but some tests would need changing, but more importantly some
1269              APIs would need remodeling since one can easily generate such
1270              characters either by bitwise complements, tr complements, or
1271              v-strings.
1272      Branch: perl
1273            ! pod/perldiag.pod utf8.c
1274 ____________________________________________________________________________
1275 [ 13721] By: jhi                                   on 2001/12/16  15:34:52
1276         Log: Make surrogates illegal also on EBCDIC.
1277      Branch: perl
1278            ! utf8.c
1279 ____________________________________________________________________________
1280 [ 13720] By: jhi                                   on 2001/12/16  14:49:18
1281         Log: Subject: [patch @13687] Unicode::Collate 0.10
1282              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>               
1283              Date: Sun, 16 Dec 2001 21:22:12 +0900
1284              Message-Id: <20011216211615.8ED5.BQW10602@nifty.com>
1285      Branch: perl
1286            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
1287            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
1288 ____________________________________________________________________________
1289 [ 13719] By: jhi                                   on 2001/12/16  14:39:34
1290         Log: More documentation for the encoding pragma.
1291      Branch: perl
1292            ! lib/encoding.pm
1293 ____________________________________________________________________________
1294 [ 13718] By: jhi                                   on 2001/12/16  14:34:02
1295         Log: Subject: [PATCH] lib/open.pm 
1296              From: Jeffrey Friedl <jfriedl@yahoo.com>
1297              Date: Sat, 15 Dec 2001 23:07:42 -0800 (PST)
1298              Message-Id: <200112160707.fBG77g896350@ventrue.corp.yahoo.com>
1299      Branch: perl
1300            ! lib/open.pm
1301 ____________________________________________________________________________
1302 [ 13717] By: jhi                                   on 2001/12/16  14:18:49
1303         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Installed.t] Add tests for ExtUtils::Installed
1304              From: chromatic <chromatic@rmci.net>
1305              Date: Sat, 15 Dec 2001 23:24:40 -0700
1306              Message-ID: <20011216062507.71492.qmail@onion.perl.org>
1307      Branch: perl
1308            + lib/ExtUtils/Installed.t
1309            ! MANIFEST
1310 ____________________________________________________________________________
1311 [ 13716] By: jhi                                   on 2001/12/16  14:17:10
1312         Log: Subject: [PATCH lib/diagnostics.pm] Little warning nit
1313              From: Michael G Schwern <schwern@pobox.com>
1314              Date: Sun, 16 Dec 2001 01:14:00 -0500
1315              Message-ID: <20011216061400.GC8900@blackrider>
1316      Branch: perl
1317            ! lib/diagnostics.pm
1318 ____________________________________________________________________________
1319 [ 13715] By: jhi                                   on 2001/12/16  14:16:17
1320         Log: Subject: [PATCH] Re: [PATCH t/test.pl] diagnostics to STDERR
1321              From: Michael G Schwern <schwern@pobox.com>
1322              Date: Sun, 16 Dec 2001 01:12:42 -0500
1323              Message-ID: <20011216061242.GB8900@blackrider>
1324      Branch: perl
1325            ! t/test.pl
1326 ____________________________________________________________________________
1327 [ 13714] By: jhi                                   on 2001/12/16  04:21:53
1328         Log: I sometimes outsmart myself.
1329      Branch: perl
1330            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
1331 ____________________________________________________________________________
1332 [ 13713] By: jhi                                   on 2001/12/16  03:24:34
1333         Log: Subject: [PATCH lib/AutoSplit.pm]  Fwd: [russell-belfast-pm@futureless.org: Re: This is the __END__] 
1334              From: Michael G Schwern <schwern@pobox.com>
1335              Date: Sat, 15 Dec 2001 15:08:29 -0500
1336              Message-ID: <20011215200829.GK1548@blackrider>
1337      Branch: perl
1338            ! lib/AutoSplit.pm
1339 ____________________________________________________________________________
1340 [ 13712] By: jhi                                   on 2001/12/16  03:22:39
1341         Log: perlunicode enchancements suggested by Jeffrey Friedl.
1342      Branch: perl
1343            ! pod/perlunicode.pod
1344 ____________________________________________________________________________
1345 [ 13711] By: jhi                                   on 2001/12/16  03:00:44
1346         Log: Subject: [PATCH] perlunicode.pod
1347              From: Jeffrey Friedl <jfriedl@yahoo.com>
1348              Date: Sat, 15 Dec 2001 19:17:09 -0800 (PST) 
1349              Message-Id: <200112160317.fBG3H9M82618@ventrue.corp.yahoo.com>
1350      Branch: perl
1351            ! pod/perlunicode.pod
1352 ____________________________________________________________________________
1353 [ 13710] By: jhi                                   on 2001/12/16  02:57:09
1354         Log: Subject: RESENT - [PATCH] utf8_heavy.pl 
1355              From: Jeffrey Friedl <jfriedl@yahoo.com>
1356              Date: Sat, 15 Dec 2001 19:55:01 -0800 (PST) 
1357              Message-Id: <200112160355.fBG3t1t84835@ventrue.corp.yahoo.com>
1358      Branch: perl
1359            ! lib/utf8_heavy.pl
1360 ____________________________________________________________________________
1361 [ 13709] By: jhi                                   on 2001/12/16  02:47:36
1362         Log: Can't create surrogates; so can't match them, either.
1363      Branch: perl
1364            ! pod/perlunicode.pod
1365 ____________________________________________________________________________
1366 [ 13708] By: jhi                                   on 2001/12/16  02:46:07
1367         Log: Subject: [PATCH t/test.pl] diagnostics to STDERR
1368              From: Michael G Schwern <schwern@pobox.com>
1369              Date: Sat, 15 Dec 2001 21:20:35 -0500
1370              Message-ID: <20011216022035.GE5672@blackrider>
1371      Branch: perl
1372            ! t/test.pl
1373 ____________________________________________________________________________
1374 [ 13707] By: jhi                                   on 2001/12/16  02:45:06
1375         Log: Make creating UTF-8 surrogates a punishable act.
1376      Branch: perl
1377            ! pod/perldiag.pod pod/perlunicode.pod t/op/ord.t utf8.c
1378 ____________________________________________________________________________
1379 [ 13706] By: jhi                                   on 2001/12/15  23:00:56
1380         Log: Support \p{All}, \p{IsAssigned}, \p{IsUnassigned}.
1381      Branch: perl
1382            + lib/unicore/In/172.pl lib/unicore/In/173.pl
1383            ! MANIFEST lib/unicore/In.pl lib/unicore/In/164.pl
1384            ! lib/unicore/In/165.pl lib/unicore/In/166.pl
1385            ! lib/unicore/In/167.pl lib/unicore/In/168.pl
1386            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
1387            ! lib/unicore/In/171.pl lib/unicore/mktables lib/utf8_heavy.pl
1388 ____________________________________________________________________________
1389 [ 13705] By: jhi                                   on 2001/12/15  22:17:10
1390         Log: Subject: [PATCH B::Deparse] rcatline support ($_.=<ARGV>)
1391              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1392              Date: Sat, 15 Dec 2001 23:21:43 +0100
1393              Message-ID: <20011215232143.A11790@rafael>
1394      Branch: perl
1395            ! ext/B/B/Deparse.pm ext/B/t/deparse.t
1396 ____________________________________________________________________________
1397 [ 13704] By: jhi                                   on 2001/12/15  22:09:20
1398         Log: Make charnames more robust.
1399      Branch: perl
1400            ! lib/charnames.pm
1401 ____________________________________________________________________________
1402 [ 13703] By: jhi                                   on 2001/12/15  17:30:55
1403         Log: The hoops one has to jump through.
1404      Branch: perl
1405            ! ext/I18N/Langinfo/Langinfo.pm
1406 ____________________________________________________________________________
1407 [ 13702] By: jhi                                   on 2001/12/15  17:18:49
1408         Log: Subject: [PATCH] perlstyle.pod nit on warnings
1409              From: Autrijus Tang <autrijus@egb.elixus.org>
1410              Date: Sat, 15 Dec 2001 04:24:34 -0800
1411              Message-ID: <20011215122434.GA1682@egb.elixus.org> 
1412      Branch: perl
1413            ! pod/perlstyle.pod
1414 ____________________________________________________________________________
1415 [ 13701] By: jhi                                   on 2001/12/15  17:17:47
1416         Log: I don't think we are in FooOS, Toto.
1417      Branch: perl
1418            ! lib/ExtUtils/MM_Cygwin.t lib/ExtUtils/MM_VMS.t
1419 ____________________________________________________________________________
1420 [ 13700] By: jhi                                   on 2001/12/15  17:15:50
1421         Log: Subject: Re: Untested modules update:  There's more than we thought
1422              From: chromatic <chromatic@rmci.net>
1423              Date: Fri, 14 Dec 2001 17:20:24 -0700
1424              Message-ID: <20011215002049.37259.qmail@onion.perl.org>
1425      Branch: perl
1426            + lib/ExtUtils/MM_Cygwin.t
1427            ! MANIFEST
1428 ____________________________________________________________________________
1429 [ 13699] By: jhi                                   on 2001/12/15  17:14:26
1430         Log: Subject: [PATCH t/TEST] -bytecompile & -compile for testing perlcc
1431              From: Michael G Schwern <schwern@pobox.com> 
1432              Date: Fri, 14 Dec 2001 20:59:42 -0500
1433              Message-ID: <20011215015942.GF28596@blackrider>
1434      Branch: perl
1435            ! t/TEST
1436 ____________________________________________________________________________
1437 [ 13698] By: jhi                                   on 2001/12/15  17:13:35
1438         Log: Subject: [PATCH MANIFEST ext/B/t/bblock.t] Compile test
1439              From: Michael G Schwern <schwern@pobox.com> 
1440              Date: Fri, 14 Dec 2001 20:03:46 -0500
1441              Message-ID: <20011215010346.GD28596@blackrider>
1442      Branch: perl
1443            + ext/B/t/bblock.t
1444            ! MANIFEST
1445 ____________________________________________________________________________
1446 [ 13697] By: jhi                                   on 2001/12/15  17:12:32
1447         Log: Subject: [PATCH ext/B/B/Bblock.pm] Some weak docs
1448              From: Michael G Schwern <schwern@pobox.com> 
1449              Date: Fri, 14 Dec 2001 19:59:13 -0500
1450              Message-ID: <20011215005913.GC28596@blackrider>
1451      Branch: perl
1452            ! ext/B/B/Bblock.pm
1453 ____________________________________________________________________________
1454 [ 13696] By: jhi                                   on 2001/12/15  17:11:32
1455         Log: Subject: [PATCH MANIFEST ext/B/t/asmdata.t] B::Asmdata test 
1456              From: Michael G Schwern <schwern@pobox.com> 
1457              Date: Fri, 14 Dec 2001 19:36:12 -0500
1458              Message-ID: <20011215003611.GA28596@blackrider>
1459      Branch: perl
1460            + ext/B/t/asmdata.t
1461            ! MANIFEST
1462 ____________________________________________________________________________
1463 [ 13695] By: jhi                                   on 2001/12/15  17:10:05
1464         Log: Subject: [PATCH bytecode.pl] Adding B::Asmdata docs
1465              From: Michael G Schwern <schwern@pobox.com> 
1466              Date: Fri, 14 Dec 2001 19:14:14 -0500
1467              Message-ID: <20011215001414.GA25077@blackrider>
1468      Branch: perl
1469            ! bytecode.pl ext/B/B/Asmdata.pm
1470 ____________________________________________________________________________
1471 [ 13694] By: jhi                                   on 2001/12/15  17:00:44
1472         Log: Permissions.
1473      Branch: perl
1474            ! ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
1475            ! ext/Devel/PPPort/module3.c
1476 ____________________________________________________________________________
1477 [ 13693] By: jhi                                   on 2001/12/14  23:48:59
1478         Log: Benchmark test from Nicholas Clark.
1479      Branch: perl
1480            + lib/Benchmark.t
1481            ! MANIFEST lib/Benchmark.pm
1482 ____________________________________________________________________________
1483 [ 13692] By: jhi                                   on 2001/12/14  23:33:28
1484         Log: Mithing.
1485      Branch: perl
1486            + lib/Attribute/Handlers/demo/demo2.pl
1487            + lib/Attribute/Handlers/demo/demo3.pl
1488            + lib/Attribute/Handlers/demo/demo4.pl
1489 ____________________________________________________________________________
1490 [ 13691] By: jhi                                   on 2001/12/14  21:26:08
1491         Log: Silence compiler worries found by Schwern/Digital cc.
1492      Branch: perl
1493            ! perlio.c sv.c x2p/str.c
1494 ____________________________________________________________________________
1495 [ 13690] By: jhi                                   on 2001/12/14  20:26:51
1496         Log: User may not have a valid home directory even if
1497              getpwuid() succedds.
1498      Branch: perl
1499            ! ext/File/Glob/t/basic.t
1500 ____________________________________________________________________________
1501 [ 13689] By: jhi                                   on 2001/12/14  18:14:52
1502         Log: Integrate with perlio.  (No changes, but that's okay.)
1503      Branch: perl
1504           !> doio.c lib/Exporter.pm perlio.c perliol.h pod/perlmodlib.pod
1505 ____________________________________________________________________________
1506 [ 13688] By: jhi                                   on 2001/12/14  18:06:18
1507         Log: Add a Configure hints file for VOS: the POSIX support
1508              of VOS is getting close to the point where it can run
1509              Configure (some Configure tweaks will be required).
1510      Branch: perl
1511            + hints/vos.sh
1512            ! MANIFEST
1513 ____________________________________________________________________________
1514 [ 13687] By: jhi                                   on 2001/12/14  16:15:17
1515         Log: Update Changes.
1516      Branch: perl
1517            ! Changes patchlevel.h
1518 ____________________________________________________________________________
1519 [ 13686] By: jhi                                   on 2001/12/14  16:07:02
1520         Log: Reintroduce Attribute::Handlers with Spider's fixes.
1521      Branch: perl
1522            + lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
1523            + lib/Attribute/Handlers/README
1524            + lib/Attribute/Handlers/demo/Demo.pm
1525            + lib/Attribute/Handlers/demo/Descriptions.pm
1526            + lib/Attribute/Handlers/demo/MyClass.pm
1527            + lib/Attribute/Handlers/demo/demo.pl
1528            + lib/Attribute/Handlers/demo/demo_call.pl
1529            + lib/Attribute/Handlers/demo/demo_chain.pl
1530            + lib/Attribute/Handlers/demo/demo_cycle.pl
1531            + lib/Attribute/Handlers/demo/demo_hashdir.pl
1532            + lib/Attribute/Handlers/demo/demo_phases.pl
1533            + lib/Attribute/Handlers/demo/demo_range.pl
1534            + lib/Attribute/Handlers/demo/demo_rawdata.pl
1535            + lib/Attribute/Handlers/t/multi.t
1536            ! MANIFEST pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
1537 ____________________________________________________________________________
1538 [ 13684] By: jhi                                   on 2001/12/14  14:43:40
1539         Log: Subject: [PATCH taint.c intrpvar.h perl.c ...] -t taint warnings
1540              From: Michael G Schwern <schwern@pobox.com> 
1541              Date: Thu, 13 Dec 2001 19:27:08 -0500
1542              Message-ID: <20011214002707.GA10532@blackrider>
1543              
1544              (reword the perlrun -t description a bit,
1545              and move the Itaint_warn to the bottom of
1546              the intrpvar.h for binary compatibility)
1547      Branch: perl
1548            + t/run/switcht.t
1549            ! MANIFEST embedvar.h intrpvar.h lib/Test/Harness.pm perl.c
1550            ! perlapi.h pod/perlrun.pod t/TEST taint.c
1551 ____________________________________________________________________________
1552 [ 13682] By: jhi                                   on 2001/12/14  04:10:37
1553         Log: Detypo.
1554      Branch: perl
1555            ! utf8.c
1556 ____________________________________________________________________________
1557 [ 13681] By: jhi                                   on 2001/12/14  04:07:08
1558         Log: Buffer overflow checks.
1559      Branch: perl
1560            ! utf8.c
1561 ____________________________________________________________________________
1562 [ 13680] By: jhi                                   on 2001/12/13  21:30:14
1563         Log: Subject: [ID 20011213.009] Not OK: perl v5.7.2 +DEVEL13660 on alpha-dec_osf-perlio-ld 5.1 (UNINSTALLED)
1564              From: Spider Boardman <spider@leggy.zk3.dec.com>
1565              Date: Thu, 13 Dec 2001 15:32:51 -0500
1566              Message-Id: <200112132032.PAA203491@leggy.zk3.dec.com>
1567      Branch: perl
1568            ! lib/ExtUtils/Embed.t
1569 ____________________________________________________________________________
1570 [ 13679] By: jhi                                   on 2001/12/13  21:27:31
1571         Log: More on the Unicode "line" definition.
1572      Branch: perl
1573            ! pod/perlunicode.pod
1574 ____________________________________________________________________________
1575 [ 13678] By: jhi                                   on 2001/12/13  21:18:47
1576         Log: Open-ended VERSION?
1577      Branch: perl
1578            ! lib/ExtUtils/Install.pm
1579 ____________________________________________________________________________
1580 [ 13677] By: jhi                                   on 2001/12/13  19:13:13
1581         Log: Subject: [PATCH] Better make distclean
1582              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
1583              Date: Thu, 13 Dec 2001 21:10:18 +0100
1584              Message-Id: <20011213204542.0321.H.M.BRAND@hccnet.nl>
1585      Branch: perl
1586            ! Makefile.SH
1587 ____________________________________________________________________________
1588 [ 13676] By: jhi                                   on 2001/12/13  17:11:42
1589         Log: Remove Memoize::Saves as requested by mjd.
1590      Branch: perl
1591            - lib/Memoize/Saves.pm
1592            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod
1593 ____________________________________________________________________________
1594 [ 13675] By: jhi                                   on 2001/12/13  16:16:12
1595         Log: Subject: [PATCH ExtUtils::Install] Old RCS $Date$ tag
1596              From: Michael G Schwern <schwern@pobox.com>
1597              Date: Tue, 11 Dec 2001 23:17:32 -0500
1598              Message-ID: <20011212041732.GS17250@blackrider>
1599      Branch: perl
1600            ! lib/ExtUtils/Install.pm
1601 ____________________________________________________________________________
1602 [ 13674] By: jhi                                   on 2001/12/13  16:12:19
1603         Log: Subject: [PATCH] Re: use utf8; with bad utf8
1604              From: Nicholas Clark <nick@ccl4.org>
1605              Date: Thu, 13 Dec 2001 17:09:39 +0000
1606              Message-ID: <20011213170939.L21702@plum.flirble.org>
1607      Branch: perl
1608            ! t/lib/1_compile.t
1609 ____________________________________________________________________________
1610 [ 13673] By: jhi                                   on 2001/12/13  16:09:18
1611         Log: Subject: (LONG!) Sort benchmarks and patch
1612              From: "John P. Linderman" <jpl@research.att.com>
1613              Date: Thu, 13 Dec 2001 09:50:58 -0500 (EST)
1614              Message-Id: <200112131450.JAA84836@raptor.research.att.com>
1615      Branch: perl
1616            ! pp_sort.c
1617 ____________________________________________________________________________
1618 [ 13672] By: jhi                                   on 2001/12/13  14:19:28
1619         Log: Unadorned numbers evil.
1620      Branch: perl
1621            ! pp.c regcomp.c regexec.c utf8.c utf8.h
1622 ____________________________________________________________________________
1623 [ 13671] By: jhi                                   on 2001/12/13  13:35:47
1624         Log: "preprocessing directive not recognized within macro arg"
1625      Branch: perl
1626            ! ext/Data/Dumper/Dumper.xs
1627 ____________________________________________________________________________
1628 [ 13670] By: jhi                                   on 2001/12/13  13:32:37
1629         Log: Subject: Clarifying the documentation of goto            
1630              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>      
1631              Date: Thu, 13 Dec 2001 08:57:38 -0500
1632              Message-ID: <3C18BD8B@operamail.com>
1633      Branch: perl
1634            ! pod/perlfunc.pod
1635 ____________________________________________________________________________
1636 [ 13669] By: jhi                                   on 2001/12/13  04:38:19
1637         Log: It could be possible for the case-insensitive
1638              Unicode-aware string comparison to wander off
1639              to the la-la land.
1640      Branch: perl
1641            ! embed.h embed.pl pod/perlapi.pod pod/perlunicode.pod proto.h
1642            ! regexec.c utf8.c
1643 ____________________________________________________________________________
1644 [ 13668] By: jhi                                   on 2001/12/13  02:48:14
1645         Log: Subject: [PATCH] Re: [PATCH t/test.pl t/op/stat.t lib/Net/hostent.t] Unbail out
1646              From: Michael G Schwern <schwern@pobox.com> 
1647              Date: Wed, 12 Dec 2001 21:53:46 -0500
1648              Message-ID: <20011213025346.GH25129@blackrider>
1649      Branch: perl
1650            ! lib/Net/hostent.t t/op/stat.t t/test.pl
1651 ____________________________________________________________________________
1652 [ 13667] By: jhi                                   on 2001/12/13  02:47:27
1653         Log: Subject: [PATCH t/io/fs.t] Proper skip tests and VMS unlink
1654              From: Michael G Schwern <schwern@pobox.com> 
1655              Date: Wed, 12 Dec 2001 20:33:42 -0500
1656              Message-ID: <20011213013342.GX25129@blackrider>
1657      Branch: perl
1658            ! t/io/fs.t
1659 ____________________________________________________________________________
1660 [ 13666] By: jhi                                   on 2001/12/12  23:22:27
1661         Log: Subject: Re: [PATCH] use utf8; tests
1662              From: Nicholas Clark <nick@ccl4.org>
1663              Date: Thu, 13 Dec 2001 00:16:58 +0000
1664              Message-ID: <20011213001658.I21702@plum.flirble.org>
1665      Branch: perl
1666            ! lib/utf8.t
1667 ____________________________________________________________________________
1668 [ 13665] By: jhi                                   on 2001/12/12  21:45:49
1669         Log: EPOC fixes from Olaf Flebbe.
1670      Branch: perl
1671            ! README.epoc epoc/config.sh epoc/createpkg.pl
1672            ! ext/Data/Dumper/Dumper.xs ext/Errno/Errno_pm.PL
1673 ____________________________________________________________________________
1674 [ 13664] By: jhi                                   on 2001/12/12  21:33:50
1675         Log: Subject: [PATCH perl@13661] VMS test fix-ups
1676              From: "Craig A. Berry" <craigberry@mac.com>
1677              Date: Wed, 12 Dec 2001 16:27:48 -0600
1678              Message-Id: <5.1.0.14.2.20011212154350.01be3618@exchi01>
1679      Branch: perl
1680            ! lib/Net/hostent.t t/io/fs.t
1681 ____________________________________________________________________________
1682 [ 13663] By: jhi                                   on 2001/12/12  19:59:56
1683         Log: Subject: Re: Next cygwin round.
1684              From: "Gerrit P. Haase" <gp@familiehaase.de>
1685              Date: Wed, 12 Dec 2001 21:59:00 +0100
1686              Message-ID: <122343874595.20011212215900@familiehaase.de>
1687      Branch: perl
1688            ! t/io/fs.t
1689 ____________________________________________________________________________
1690 [ 13662] By: jhi                                   on 2001/12/12  19:12:36
1691         Log: Subject: [PATCH] use utf8; tests
1692              From: Nicholas Clark <nick@ccl4.org>
1693              Date: Wed, 12 Dec 2001 20:07:04 +0000
1694              Message-ID: <20011212200704.E21702@plum.flirble.org>
1695      Branch: perl
1696            ! lib/utf8.t t/test.pl
1697 ____________________________________________________________________________
1698 [ 13661] By: jhi                                   on 2001/12/12  15:24:42
1699         Log: Update Changes.
1700      Branch: perl
1701            ! Changes patchlevel.h
1702 ____________________________________________________________________________
1703 [ 13660] By: jhi                                   on 2001/12/12  15:04:03
1704         Log: Subject: [PATCH] Passing in env to perl_parse did not work
1705              From: Gisle Aas <gisle@ActiveState.com>
1706              Date: 11 Dec 2001 20:52:57 -0800
1707              Message-ID: <lrheqxniom.fsf@caliper.activestate.com>
1708      Branch: perl
1709            ! perl.c perl.h
1710 ____________________________________________________________________________
1711 [ 13659] By: jhi                                   on 2001/12/12  14:33:30
1712         Log: Fixes for casting problems detected on a SuSE 7.2 Itanium,
1713              mostly gcc -Wall complaining about the argument of %p not
1714              being a void *.
1715      Branch: perl
1716            ! perlio.c regcomp.c taint.c toke.c
1717 ____________________________________________________________________________
1718 [ 13657] By: jhi                                   on 2001/12/12  14:08:49
1719         Log: Try YP/NIS also from /usr/lib/yp.
1720      Branch: perl
1721            ! Configure
1722 ____________________________________________________________________________
1723 [ 13656] By: jhi                                   on 2001/12/12  14:05:28
1724         Log: Subject: [PATCH Configure t/op/grent.t] ypcat working, but NIS not used
1725              From: Michael G Schwern <schwern@pobox.com>                
1726              Date: Wed, 12 Dec 2001 05:27:02 -0500      
1727              Message-ID: <20011212102702.GW17250@blackrider>
1728              
1729              (the op/grent part)
1730      Branch: perl
1731            ! t/op/grent.t
1732 ____________________________________________________________________________
1733 [ 13655] By: jhi                                   on 2001/12/12  14:01:55
1734         Log: Weed out .files from ls and readdir() results.
1735      Branch: perl
1736            ! t/op/stat.t
1737 ____________________________________________________________________________
1738 [ 13654] By: jhi                                   on 2001/12/12  13:45:21
1739         Log: Subject: Re: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"  
1740              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
1741              Date: Wed, 12 Dec 2001 10:52:21 +0100
1742              Message-ID: <200112121052210220.001ACE6B@smtp.chello.at>
1743      Branch: perl
1744            ! lib/File/Find.pm
1745 ____________________________________________________________________________
1746 [ 13653] By: jhi                                   on 2001/12/12  13:34:06
1747         Log: Subject: [PATCH] doio fatal on cygwin for 13651
1748              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>               
1749              Date: Wed, 12 Dec 2001 11:28:13 +0100      
1750              Message-Id: <20011212112548.4611.H.M.BRAND@hccnet.nl>
1751      Branch: perl
1752            ! doio.c
1753 ____________________________________________________________________________
1754 [ 13652] By: jhi                                   on 2001/12/12  13:32:51
1755         Log: Get the whole line of ls, makes debugging easier
1756              (from Schwern)
1757      Branch: perl
1758            ! t/op/stat.t
1759 ____________________________________________________________________________
1760 [ 13651] By: jhi                                   on 2001/12/12  05:42:05
1761         Log: rename() must be tested even without link()
1762              or the utime() and rename-directory tests fail.
1763              (Also got the BeOS utime atime/time the wrong way round.)
1764      Branch: perl
1765            ! t/io/fs.t
1766 ____________________________________________________________________________
1767 [ 13650] By: jhi                                   on 2001/12/12  05:36:31
1768         Log: Now that the beos.c is compiled at the main level
1769              the header is in the beos/
1770      Branch: perl
1771            ! beos/beos.c
1772 ____________________________________________________________________________
1773 [ 13649] By: jhi                                   on 2001/12/12  04:25:21
1774         Log: Must remember to require Socket.
1775      Branch: perl
1776            ! ext/Sys/Syslog/syslog.t
1777 ____________________________________________________________________________
1778 [ 13648] By: jhi                                   on 2001/12/12  04:12:05
1779         Log: In BeOS Errno must resort to actual compilation
1780              and execution for some of the error constants.
1781      Branch: perl
1782            ! ext/Errno/Errno_pm.PL
1783 ____________________________________________________________________________
1784 [ 13647] By: jhi                                   on 2001/12/12  03:23:26
1785         Log: BeOS still has no good sockets.
1786      Branch: perl
1787            ! ext/IO/lib/IO/t/io_sel.t
1788 ____________________________________________________________________________
1789 [ 13646] By: jhi                                   on 2001/12/12  03:19:56
1790         Log: BeOS sockets are not true sockets.
1791      Branch: perl
1792            ! ext/IO/lib/IO/t/io_poll.t
1793 ____________________________________________________________________________
1794 [ 13645] By: jhi                                   on 2001/12/12  03:14:32
1795         Log: No Socket, no Syslog.
1796      Branch: perl
1797            ! ext/Sys/Syslog/syslog.t
1798 ____________________________________________________________________________
1799 [ 13644] By: jhi                                   on 2001/12/12  03:12:46
1800         Log: (On some platforms) missing truncate FH.
1801      Branch: perl
1802            ! pod/perltodo.pod
1803 ____________________________________________________________________________
1804 [ 13643] By: jhi                                   on 2001/12/12  03:09:37
1805         Log: io/fs cleanup: testing on win32/cygwin/netware/djgpp/...
1806              and vms would be muchly appreciated.
1807      Branch: perl
1808            ! t/io/fs.t
1809 ____________________________________________________________________________
1810 [ 13642] By: jhi                                   on 2001/12/12  02:32:05
1811         Log: utime() updates only the mtime in BeOS. 
1812      Branch: perl
1813            ! pod/perlport.pod
1814 ____________________________________________________________________________
1815 [ 13641] By: jhi                                   on 2001/12/12  01:50:13
1816         Log: No link(), no need to dSP.
1817      Branch: perl
1818            ! pp_sys.c
1819 ____________________________________________________________________________
1820 [ 13640] By: jhi                                   on 2001/12/12  01:49:40
1821         Log: Missing argument.
1822      Branch: perl
1823            ! utf8.c
1824 ____________________________________________________________________________
1825 [ 13639] By: jhi                                   on 2001/12/12  01:44:39
1826         Log: (1) To assume any setuid programs is silly.
1827              (2) Chaining tests with booleans means that some
1828              of them may not get run which means getting out
1829              of test count sync.
1830      Branch: perl
1831            ! t/op/stat.t
1832 ____________________________________________________________________________
1833 [ 13638] By: jhi                                   on 2001/12/12  01:12:49
1834         Log: The beos.c needs to be in the main directory.
1835      Branch: perl
1836            ! hints/beos.sh
1837 ____________________________________________________________________________
1838 [ 13637] By: jhi                                   on 2001/12/12  00:37:20
1839         Log: Detypo and rename.
1840      Branch: perl
1841            ! doio.c perl.h perlio.c perliol.h
1842 ____________________________________________________________________________
1843 [ 13636] By: jhi                                   on 2001/12/12  00:22:16
1844         Log: This time I test compiled.  Honest.
1845      Branch: perl
1846            ! beos/beos.c
1847 ____________________________________________________________________________
1848 [ 13635] By: jhi                                   on 2001/12/11  22:57:07
1849         Log: Subject: [PATCH] slightly more pack tests
1850              From: Nicholas Clark <nick@ccl4.org>
1851              Date: Tue, 11 Dec 2001 23:41:23 +0000
1852              Message-ID: <20011211234123.Y21702@plum.flirble.org>
1853      Branch: perl
1854            ! t/op/pack.t
1855 ____________________________________________________________________________
1856 [ 13634] By: jhi                                   on 2001/12/11  21:49:58
1857         Log: Subject: [PATCH perl@13600] Gconvert for VMS again
1858              From: "Craig A. Berry" <craigberry@mac.com>
1859              Date: Tue, 11 Dec 2001 16:39:13 -0600
1860              Message-Id: <5.1.0.14.2.20011211162600.02a4b008@exchi01>
1861      Branch: perl
1862            ! configure.com
1863 ____________________________________________________________________________
1864 [ 13632] By: jhi                                   on 2001/12/11  21:48:26
1865         Log: Subject: $Config{perlpath} and -Dversiononly
1866              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1867              Date: Tue, 11 Dec 2001 23:32:33 +0100
1868              Message-ID: <20011211233233.A11587@rafael>
1869      Branch: perl
1870            ! Configure
1871 ____________________________________________________________________________
1872 [ 13631] By: jhi                                   on 2001/12/11  21:01:00
1873         Log: Subject: [PATCH] _qq pack.t Re: [PATCH] tests for hash assignment
1874              From: Nicholas Clark <nick@ccl4.org>
1875              Date: Tue, 11 Dec 2001 21:59:36 +0000
1876              Message-ID: <20011211215935.W21702@plum.flirble.org>
1877      Branch: perl
1878            ! t/op/pack.t
1879 ____________________________________________________________________________
1880 [ 13630] By: jhi                                   on 2001/12/11  20:16:29
1881         Log: More UTF-8 API docs.
1882      Branch: perl
1883            ! embed.pl pod/perlapi.pod pod/perlunicode.pod utf8.c
1884 ____________________________________________________________________________
1885 [ 13629] By: jhi                                   on 2001/12/11  19:17:16
1886         Log: Subject: [PATCH] Re: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
1887              From: Nicholas Clark <nick@ccl4.org>
1888              Date: Tue, 11 Dec 2001 20:08:59 +0000
1889              Message-ID: <20011211200859.S21702@plum.flirble.org>
1890      Branch: perl
1891            ! t/op/pack.t
1892 ____________________________________________________________________________
1893 [ 13628] By: jhi                                   on 2001/12/11  19:13:57
1894         Log: Subject: Re: use utf8; with bad utf8
1895              From: Nicholas Clark <nick@ccl4.org>
1896              Date: Tue, 11 Dec 2001 19:49:21 +0000
1897              Message-ID: <20011211194921.R21702@plum.flirble.org>
1898      Branch: perl
1899            ! lib/utf8.t
1900 ____________________________________________________________________________
1901 [ 13627] By: jhi                                   on 2001/12/11  17:29:01
1902         Log: Can't spell worth a dam.  (Try Three Gorges.)
1903      Branch: perl
1904            ! beos/beos.c
1905 ____________________________________________________________________________
1906 [ 13626] By: jhi                                   on 2001/12/11  15:55:51
1907         Log: We need DWIM cpps.
1908      Branch: perl
1909            ! perlio.c
1910 ____________________________________________________________________________
1911 [ 13625] By: jhi                                   on 2001/12/11  15:53:41
1912         Log: The unixish.h needs to be found and the waitpid wrapper
1913              could use a proto.
1914      Branch: perl
1915            ! beos/beosish.h
1916 ____________________________________________________________________________
1917 [ 13624] By: jhi                                   on 2001/12/11  15:27:06
1918         Log: The BeOS waitpid() seems to be broken,
1919              have a wrapper for it.
1920      Branch: perl
1921            + beos/beos.c beos/beosish.h
1922            ! MANIFEST hints/beos.sh perl.h
1923 ____________________________________________________________________________
1924 [ 13623] By: jhi                                   on 2001/12/11  15:12:18
1925         Log: Unlean the leaning tower of Babel.
1926      Branch: perl
1927            ! perl.h
1928 ____________________________________________________________________________
1929 [ 13622] By: jhi                                   on 2001/12/11  14:34:53
1930         Log: Retract #13607 until we figure out what to do with autouse.
1931      Branch: perl
1932            ! lib/Carp.pm
1933 ____________________________________________________________________________
1934 [ 13621] By: jhi                                   on 2001/12/11  14:33:14
1935         Log: Try to handle platforms that have O_TEXT != O_BINARY but
1936              which are not DOSish, BeOS being one of such platforms.
1937              Ideally this should be a Configure test, not a hardwired
1938              cpp symbol test... 
1939      Branch: perl
1940            ! doio.c perl.h perlio.c perliol.h
1941 ____________________________________________________________________________
1942 [ 13620] By: jhi                                   on 2001/12/11  13:56:17
1943         Log: Subject: [PATCH lib/Term/Cap.pm lib/Term/Cap.t] Sync changes in CPAN version
1944              From: Jonathan Stowe <gellyfish@gellyfish.com>
1945              Date: Tue, 11 Dec 2001 07:28:45 +0000 (GMT) 
1946              Message-ID: <Pine.LNX.4.33.0112110720470.31242-100000@orpheus.gellyfish.com>
1947      Branch: perl
1948            ! lib/Term/Cap.pm lib/Term/Cap.t
1949 ____________________________________________________________________________
1950 [ 13619] By: jhi                                   on 2001/12/11  13:51:21
1951         Log: Subject: [patch perlio.c] test for NULL before derefencing
1952              From: Stas Bekman <stas@stason.org>
1953              Date: Tue, 11 Dec 2001 16:17:55 +0800
1954              Message-ID: <3C15C133.8@stason.org>
1955      Branch: perl
1956            ! perlio.c
1957 ____________________________________________________________________________
1958 [ 13617] By: jhi                                   on 2001/12/11  05:22:08
1959         Log: BeOS has socket() but not enough to build a working Socket.
1960              Go figure.  ("BONE" (BeOS NEtworking?) is some sort of rumored
1961              new networking implementation, which is rumored to fix the
1962              non-standardness of sockets, but it's apparently not publicly
1963              available, and anything to do with BeOS has become quite
1964              complicated with the sale of the Be assets to Palm.)
1965      Branch: perl
1966            ! Configure
1967 ____________________________________________________________________________
1968 [ 13611] By: jhi                                   on 2001/12/11  04:29:32
1969         Log: Subject: Exporter's documentation shouldn't lie               
1970              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
1971              Date: Mon, 10 Dec 2001 21:30:20 -0500
1972              Message-ID: <3C4AA201@operamail.com>
1973      Branch: perl
1974            ! lib/Exporter.pm
1975 ____________________________________________________________________________
1976 [ 13610] By: jhi                                   on 2001/12/11  04:28:31
1977         Log: Make Errno better in BeOS (the second hunk is
1978              good on any platform).  Still not working in BeOS
1979              are the E constants that refer BeOS native error
1980              constants (B_...) which are enums (*groan*).
1981      Branch: perl
1982            ! ext/Errno/Errno_pm.PL
1983 ____________________________________________________________________________
1984 [ 13609] By: jhi                                   on 2001/12/11  00:59:31
1985         Log: The BeOS linker seems to link the last seen symbol,
1986              not the first (so the symbols of op.o from libperl.so
1987              would get linked to miniperl instead of the symbols of
1988              opmini.o)-- use the same trick as for NeXT4 for linking
1989              miniperl.
1990      Branch: perl
1991            ! Makefile.SH
1992 ____________________________________________________________________________
1993 [ 13608] By: jhi                                   on 2001/12/11  00:49:15
1994         Log: Subject: Re: [PATCH] tests for hash assignment
1995              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1996              Date: Tue, 11 Dec 2001 01:48:55 +0000
1997              Message-Id: <200112110148.fBB1mtl19148@crypt.compulink.co.uk>
1998      Branch: perl
1999            ! utf8.c
2000 ____________________________________________________________________________
2001 [ 13607] By: jhi                                   on 2001/12/11  00:40:47
2002         Log: (retracted by #13622)
2003              
2004              Subject: RE: More verbose POD for Carp
2005              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
2006              Date: Mon, 10 Dec 2001 20:23:20 -0500
2007              Message-ID: <3C4A3566@operamail.com>
2008      Branch: perl
2009            ! lib/Carp.pm
2010 ____________________________________________________________________________
2011 [ 13606] By: jhi                                   on 2001/12/11  00:39:20
2012         Log: Subject: [PATCH follow-up] (was Re: [PATCH perl@13600] cat2type in tests for VMS)
2013              From: "Craig A. Berry" <craigberry@mac.com>
2014              Date: Mon, 10 Dec 2001 18:25:37 -0600
2015              Message-Id: <5.1.0.14.2.20011210174517.029c7ec0@mail.mac.com>
2016      Branch: perl
2017            ! t/op/write.t t/test.pl
2018 ____________________________________________________________________________
2019 [ 13605] By: jhi                                   on 2001/12/11  00:37:54
2020         Log: Subject: [PATCH t/io/multiline.t] Cleanup and $. check
2021              From: Michael G Schwern <schwern@pobox.com>
2022              Date: Mon, 10 Dec 2001 08:00:01 -0500
2023              Message-ID: <20011210130000.GK1770@blackrider>
2024      Branch: perl
2025            ! t/comp/multiline.t
2026 ____________________________________________________________________________
2027 [ 13604] By: jhi                                   on 2001/12/10  22:51:44
2028         Log: Subject: Re: [PATCH] tests for hash assignment
2029              From: Nicholas Clark <nick@ccl4.org>
2030              Date: Mon, 10 Dec 2001 23:22:28 +0000
2031              Message-ID: <20011210232228.M21702@plum.flirble.org>
2032      Branch: perl
2033            + t/op/hashassign.t
2034            ! MANIFEST t/op/each.t t/test.pl
2035 ____________________________________________________________________________
2036 [ 13603] By: jhi                                   on 2001/12/10  21:34:46
2037         Log: Subject: [PATCH perl@13600] cat2type in tests for VMS
2038              From: "Craig A. Berry" <craigberry@mac.com>
2039              Date: Mon, 10 Dec 2001 16:38:14 -0600
2040              Message-Id: <5.1.0.14.2.20011210154846.01aef188@exchi01>
2041      Branch: perl
2042            ! ext/IO/lib/IO/t/io_dup.t t/comp/multiline.t t/io/dup.t
2043 ____________________________________________________________________________
2044 [ 13602] By: jhi                                   on 2001/12/10  19:52:01
2045         Log: Subject: [PATCH perl@13600] configure.com fixes
2046              From: "Craig A. Berry" <craigberry@mac.com>
2047              Date: Mon, 10 Dec 2001 14:40:20 -0600
2048              Message-Id: <5.1.0.14.2.20011210142528.01aff2e8@exchi01>
2049      Branch: perl
2050            ! configure.com
2051 ____________________________________________________________________________
2052 [ 13601] By: jhi                                   on 2001/12/10  18:25:30
2053         Log: Silence BeOS compilation moaning.
2054      Branch: perl
2055            ! perl.h
2056 ____________________________________________________________________________
2057 [ 13600] By: jhi                                   on 2001/12/10  15:11:40
2058         Log: Update Changes.
2059      Branch: perl
2060            ! Changes patchlevel.h
2061 ____________________________________________________________________________
2062 [ 13599] By: jhi                                   on 2001/12/10  13:35:57
2063         Log: Subject: [PATCH lib/ExtUtils/Command.t] Bad touch
2064              From: Michael G Schwern <schwern@pobox.com>
2065              Date: Mon, 10 Dec 2001 01:21:03 -0500
2066              Message-ID: <20011210062103.GC1770@blackrider>
2067      Branch: perl
2068            ! lib/ExtUtils/Command.t
2069 ____________________________________________________________________________
2070 [ 13598] By: jhi                                   on 2001/12/10  13:35:20
2071         Log: Subject: [PATCH t/op/groups.t] Need @INC = '../lib' mantra
2072              From: Michael G Schwern <schwern@pobox.com>
2073              Date: Mon, 10 Dec 2001 01:10:57 -0500
2074              Message-ID: <20011210061057.GB1770@blackrider>
2075      Branch: perl
2076            ! t/op/groups.t
2077 ____________________________________________________________________________
2078 [ 13597] By: jhi                                   on 2001/12/10  13:33:51
2079         Log: Retract #13596, #13593 should do the trick.
2080      Branch: perl
2081            ! t/op/stat.t
2082 ____________________________________________________________________________
2083 [ 13596] By: jhi                                   on 2001/12/10  13:31:38
2084         Log: (retracted by #13597, #13593 does the job better)
2085              
2086              Subject: [PATCH t/op/stat.t] -B/-T Cygwin fix
2087              From: Michael G Schwern <schwern@pobox.com>
2088              Date: Mon, 10 Dec 2001 00:53:16 -0500
2089              Message-ID: <20011210055316.GA1770@blackrider>
2090      Branch: perl
2091            ! t/op/stat.t
2092 ____________________________________________________________________________
2093 [ 13595] By: jhi                                   on 2001/12/10  13:28:30
2094         Log: Subject: [PATCH lib/AutoSplit.t] Too fast for FAT filesystems
2095              From: Michael G Schwern <schwern@pobox.com> 
2096              Date: Mon, 10 Dec 2001 02:19:14 -0500
2097              Message-ID: <20011210071914.GF1770@blackrider>
2098      Branch: perl
2099            ! lib/AutoSplit.t
2100 ____________________________________________________________________________
2101 [ 13594] By: jhi                                   on 2001/12/10  13:26:24
2102         Log: Subject: [PATCH] Re: [PATCH t/op/pack.t] Cleanup
2103              From: Michael G Schwern <schwern@pobox.com>
2104              Date: Mon, 10 Dec 2001 02:47:40 -0500
2105              Message-ID: <20011210074739.GH1770@blackrider>
2106      Branch: perl
2107            ! t/op/pack.t
2108 ____________________________________________________________________________
2109 [ 13593] By: jhi                                   on 2001/12/10  13:22:49
2110         Log: Subject: [PATCH t/test.pl] Moving Cygwin .exe logic into which_perl
2111              From: Michael G Schwern <schwern@pobox.com>
2112              Date: Mon, 10 Dec 2001 02:54:22 -0500
2113              Message-ID: <20011210075422.GI1770@blackrider>
2114      Branch: perl
2115            ! t/test.pl
2116 ____________________________________________________________________________
2117 [ 13592] By: jhi                                   on 2001/12/10  13:21:06
2118         Log: Subject: Re: [ID 20011209.005] perl "u2" eats RAM
2119              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2120              Date: Mon, 10 Dec 2001 08:45:20 +0100
2121              Message-ID: <3C146810.60B5B7C0@alcatel.at>
2122      Branch: perl
2123            ! pp_pack.c
2124 ____________________________________________________________________________
2125 [ 13591] By: jhi                                   on 2001/12/10  13:18:17
2126         Log: Subject: [PATCH] Re: [PATCH t/io/openpid.t] Cleanup
2127              From: Michael G Schwern <schwern@pobox.com>
2128              Date: Mon, 10 Dec 2001 03:27:02 -0500
2129              Message-ID: <20011210082702.GN1770@blackrider>
2130      Branch: perl
2131            ! t/io/openpid.t
2132 ____________________________________________________________________________
2133 [ 13590] By: jhi                                   on 2001/12/10  13:17:08
2134         Log: More chmod +w.
2135      Branch: perl
2136            ! Porting/makerel
2137 ____________________________________________________________________________
2138 [ 13589] By: jhi                                   on 2001/12/10  04:21:59
2139         Log: Just skip the readability test if running as root.
2140      Branch: perl
2141            ! lib/Net/t/netrc.t
2142 ____________________________________________________________________________
2143 [ 13588] By: jhi                                   on 2001/12/10  04:03:10
2144         Log: Tell about the downside of safe signals.
2145      Branch: perl
2146            ! pod/perldelta.pod
2147 ____________________________________________________________________________
2148 [ 13587] By: jhi                                   on 2001/12/10  03:38:20
2149         Log: Make the whole -lperl thing NetBSD only until we
2150              find some other platform that needs the same.
2151      Branch: perl
2152            ! lib/ExtUtils/MM_Unix.pm
2153 ____________________________________________________________________________
2154 [ 13586] By: jhi                                   on 2001/12/10  03:13:59
2155         Log: Subject: [PATCH t/op/pack.t] Cleanup
2156              From: Michael G Schwern <schwern@pobox.com> 
2157              Date: Sun, 9 Dec 2001 23:08:26 -0500
2158              Message-ID: <20011210040826.GD660@blackrider>
2159      Branch: perl
2160            ! t/op/pack.t
2161 ____________________________________________________________________________
2162 [ 13585] By: jhi                                   on 2001/12/10  02:47:01
2163         Log: Add threads support for NetBSD.
2164              
2165              This is also the first (I think) Perl threads build with
2166              the GNU pth ( http://www.gnu.org/software/pth/pth.html ).
2167              NetBSD does not as of yet have true kernel POSIX threads,
2168              but the user-level pth seems to be doing pretty well--
2169              the only failure is that threads/t/basic okays 6 and 7
2170              consistently seem be arriving in the reverse order.
2171              Well, gdbm.t is also failing: 'Undefined PLT symbol
2172              "gdbm_open" (reloc type = 7, symnum = 28)', but I'm
2173              guessing that GDBM would need a threaded rebuild.
2174      Branch: perl
2175            ! hints/netbsd.sh
2176 ____________________________________________________________________________
2177 [ 13582] By: jhi                                   on 2001/12/10  02:01:26
2178         Log: Update the ithreads selection info in Configure,
2179              as suggested by Michael Schwern.
2180      Branch: perl
2181            ! Configure
2182 ____________________________________________________________________________
2183 [ 13581] By: jhi                                   on 2001/12/10  01:56:14
2184         Log: Clearing locale environment simply doesn't seem to
2185              guarantee that (nl_)langinfo(CODESET) would return nil.
2186              (I for example get "ISO8859-1", so <guess>maybe there can
2187              be per-system default settings at work</guess>.)
2188      Branch: perl
2189            ! lib/open.t
2190 ____________________________________________________________________________
2191 [ 13580] By: jhi                                   on 2001/12/10  01:53:11
2192         Log: Subject: RE: Exporter fixes reversed in 13540?
2193              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
2194              Date: Sun, 9 Dec 2001 12:55:15 -0500
2195              Message-ID: <3C13F455@operamail.com>
2196      Branch: perl
2197            ! lib/open.pm
2198 ____________________________________________________________________________
2199 [ 13579] By: jhi                                   on 2001/12/10  01:26:53
2200         Log: Root is the lizard king.
2201      Branch: perl
2202            ! lib/Net/t/netrc.t
2203 ____________________________________________________________________________
2204 [ 13578] By: jhi                                   on 2001/12/10  01:01:24
2205         Log: Telling how many tests we are expecting helps.
2206      Branch: perl
2207            ! ext/POSIX/t/waitpid.t
2208 ____________________________________________________________________________
2209 [ 13577] By: jhi                                   on 2001/12/10  00:38:09
2210         Log: Add a test case for waitpid(): from Rocco Caputo.
2211      Branch: perl
2212            + ext/POSIX/t/waitpid.t
2213            ! MANIFEST
2214 ____________________________________________________________________________
2215 [ 13576] By: jhi                                   on 2001/12/10  00:15:19
2216         Log: Subject: [PATCH] Term::ReadLine tweaks and test
2217              From: Richard Clamp <richardc@unixbeard.net>
2218              Date: Mon, 10 Dec 2001 00:51:47 +0000
2219              Message-ID: <20011210005147.GA1073@mirth.demon.co.uk>
2220      Branch: perl
2221            + lib/Term/ReadLine.t
2222            ! MANIFEST lib/Term/ReadLine.pm
2223 ____________________________________________________________________________
2224 [ 13575] By: jhi                                   on 2001/12/10  00:04:56
2225         Log: Subject: [patch] non-blocking waitpid(-1,WNOHANG) for MSWin32
2226              From: Rocco Caputo <troc@netrus.net>
2227              Date: Sun, 9 Dec 2001 18:12:38 -0500
2228              Message-ID: <20011209181238.A803@eyrie.homenet>
2229      Branch: perl
2230            ! win32/win32.c
2231 ____________________________________________________________________________
2232 [ 13574] By: jhi                                   on 2001/12/09  23:49:19
2233         Log: make sure that va_start() has matching va_end();
2234              from OpenBSD 3.0.
2235      Branch: perl
2236            ! x2p/util.c
2237 ____________________________________________________________________________
2238 [ 13573] By: jhi                                   on 2001/12/09  23:45:57
2239         Log: h2ph updates from OpenBSD 3.0.
2240      Branch: perl
2241            ! utils/h2ph.PL
2242 ____________________________________________________________________________
2243 [ 13572] By: jhi                                   on 2001/12/09  23:44:25
2244         Log: OpenBSD hints update from OpenBSD 3.0.
2245      Branch: perl
2246            ! hints/openbsd.sh
2247 ____________________________________________________________________________
2248 [ 13571] By: jhi                                   on 2001/12/09  23:32:08
2249         Log: DJGPP tweaks from Laszlo Molnar.
2250      Branch: perl
2251            ! djgpp/config.over lib/File/Find/t/find.t
2252            ! lib/File/Find/t/taint.t t/pod/find.t
2253 ____________________________________________________________________________
2254 [ 13570] By: jhi                                   on 2001/12/09  23:28:55
2255         Log: Subject: [PATCH README.cygwin] 64bit ints & Cygwin98 ok
2256              From: Michael G Schwern <schwern@pobox.com> 
2257              Date: Sun, 9 Dec 2001 19:28:12 -0500
2258              Message-ID: <20011210002812.GF13586@blackrider>
2259      Branch: perl
2260            ! README.cygwin
2261 ____________________________________________________________________________
2262 [ 13569] By: jhi                                   on 2001/12/09  21:51:37
2263         Log: README.cygwin update from Gerrit P. Haase.
2264      Branch: perl
2265            ! README.cygwin
2266 ____________________________________________________________________________
2267 [ 13568] By: jhi                                   on 2001/12/09  21:49:06
2268         Log: Apply NetBSD patch-ag: shared/static linking,
2269              but make the change less intrusive on non-NetBSD.
2270      Branch: perl
2271            ! lib/ExtUtils/MM_Unix.pm
2272 ____________________________________________________________________________
2273 [ 13567] By: jhi                                   on 2001/12/09  21:09:10
2274         Log: Apply NetBSD patch-af: handle both -[LR] and -Wl,-R linker paths.
2275      Branch: perl
2276            ! lib/ExtUtils/Liblist.pm
2277 ____________________________________________________________________________
2278 [ 13566] By: jhi                                   on 2001/12/09  20:55:32
2279         Log: Apply NetBSD patch-ae: another gcc sparc64 bug.
2280      Branch: perl
2281            ! regcomp.c
2282 ____________________________________________________________________________
2283 [ 13565] By: jhi                                   on 2001/12/09  20:50:57
2284         Log: Apply NetBSD patch-ad: a gcc sparc64 code generation bug.
2285      Branch: perl
2286            ! pp.c
2287 ____________________________________________________________________________
2288 [ 13564] By: jhi                                   on 2001/12/09  20:38:48
2289         Log: Apply NetBSD patch-ac.
2290              (the fix has already been done: change #9706, fully qualified
2291              pathnames in packlists)
2292      Branch: perl
2293            ! lib/ExtUtils/Install.pm
2294 ____________________________________________________________________________
2295 [ 13563] By: jhi                                   on 2001/12/09  20:32:52
2296         Log: Apply NetBSD patch-ab: NetBSD hints update.
2297      Branch: perl
2298            ! hints/netbsd.sh
2299 ____________________________________________________________________________
2300 [ 13561] By: jhi                                   on 2001/12/09  20:31:14
2301         Log: NetBSD has <ieeefp.h> but hidden.
2302      Branch: perl
2303            ! hints/netbsd.sh
2304 ____________________________________________________________________________
2305 [ 13560] By: jhi                                   on 2001/12/09  20:29:35
2306         Log: Implement NetBSD patch-aa.
2307      Branch: perl
2308            ! Configure
2309 ____________________________________________________________________________
2310 [ 13559] By: jhi                                   on 2001/12/09  19:21:45
2311         Log: Subject: Re: [ID 20011206.006] File::Find calls lstat on wrong object before wanted()
2312              From: "Wolfgang Laun" <wolfgang.laun@chello.at>             
2313              Date: Sun, 09 Dec 2001 13:40:58 +0100
2314              Message-ID: <200112091340580550.008ED513@smtp.chello.at>
2315              
2316              (The lstat()s were there in 5.6.1: what happened to them?)
2317      Branch: perl
2318            ! lib/File/Find.pm
2319 ____________________________________________________________________________
2320 [ 13558] By: jhi                                   on 2001/12/09  19:04:23
2321         Log: Quickie documentation of the C UTF-8 API.
2322      Branch: perl
2323            ! pod/perlunicode.pod
2324 ____________________________________________________________________________
2325 [ 13557] By: jhi                                   on 2001/12/09  18:36:20
2326         Log: Subject: bleadperl on cygwin weirdness...
2327              From: "Gerrit P. Haase" <gp@familiehaase.de>
2328              Date: Sun, 9 Dec 2001 20:31:28 +0100
2329              Message-ID: <13779422183.20011209203128@familiehaase.de>          
2330              
2331              (plus libperl*.dll version portability tweaks)
2332      Branch: perl
2333            ! lib/ExtUtils/Embed.t
2334 ____________________________________________________________________________
2335 [ 13556] By: jhi                                   on 2001/12/09  18:21:46
2336         Log: Instead of muting symbol export error if under eval,
2337              delay the errors until the croak().
2338              
2339              (replaces #13408)
2340      Branch: perl
2341            ! lib/Exporter/Heavy.pm
2342 ____________________________________________________________________________
2343 [ 13555] By: jhi                                   on 2001/12/09  18:09:12
2344         Log: Basegroup 0 is a cygwin_nt thing.
2345      Branch: perl
2346            ! t/op/groups.t
2347 ____________________________________________________________________________
2348 [ 13554] By: jhi                                   on 2001/12/09  17:57:44
2349         Log: Also WinME is LoseLink.
2350      Branch: perl
2351            ! t/op/stat.t
2352 ____________________________________________________________________________
2353 [ 13553] By: jhi                                   on 2001/12/09  16:25:52
2354         Log: Forgotten checkin.
2355      Branch: perl
2356            ! lib/User/grent.t
2357 ____________________________________________________________________________
2358 [ 13552] By: jhi                                   on 2001/12/09  16:23:14
2359         Log: Subject: [PATCH] ID 20011206.007 File::Find:name set to empty string for "/"
2360              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2361              Date: Sun, 09 Dec 2001 13:45:06 +0100
2362              Message-ID: <200112091345060760.00929EA9@smtp.chello.at>
2363      Branch: perl
2364            ! lib/File/Find.pm
2365 ____________________________________________________________________________
2366 [ 13551] By: jhi                                   on 2001/12/09  16:18:20
2367         Log: Tweakback.
2368      Branch: perl
2369            ! lib/Net/hostent.t
2370 ____________________________________________________________________________
2371 [ 13550] By: jhi                                   on 2001/12/09  16:01:55
2372         Log: Subject: [PATCH lib/User/grent.t] More Cygwin98 group oddities
2373              From: Michael G Schwern <schwern@pobox.com>
2374              Date: Sat, 8 Dec 2001 14:48:38 -0500
2375              Message-ID: <20011208194838.GA8650@blackrider>
2376      Branch: perl
2377            ! t/op/grent.t
2378 ____________________________________________________________________________
2379 [ 13549] By: jhi                                   on 2001/12/09  15:40:28
2380         Log: Subject: [README.cygwin] Removing old expected test failures
2381              From: Michael G Schwern <schwern@pobox.com>
2382              Date: Sat, 8 Dec 2001 15:38:28 -0500
2383              Message-ID: <20011208203828.GB9017@blackrider>
2384      Branch: perl
2385            ! README.cygwin
2386 ____________________________________________________________________________
2387 [ 13548] By: jhi                                   on 2001/12/09  15:37:48
2388         Log: Subject: [PATCH lib/Net/hostent.t] Cleanup and Cygwin98 oddity
2389              From: Michael G Schwern <schwern@pobox.com>                
2390              Date: Sat, 8 Dec 2001 15:26:59 -0500
2391              Message-ID: <20011208202659.GA9017@blackrider> 
2392      Branch: perl
2393            ! lib/Net/hostent.t
2394 ____________________________________________________________________________
2395 [ 13547] By: jhi                                   on 2001/12/09  15:33:43
2396         Log: Subject: [PATCH t/op/stat.t] Cygwin98 fakes hard links
2397              From: Michael G Schwern <schwern@pobox.com> 
2398              Date: Sat, 8 Dec 2001 15:06:16 -0500
2399              Message-ID: <20011208200616.GA8915@blackrider>
2400      Branch: perl
2401            ! t/op/stat.t
2402 ____________________________________________________________________________
2403 [ 13546] By: jhi                                   on 2001/12/09  15:31:19
2404         Log: Developer deprecations and an incompatibility.
2405      Branch: perl
2406            ! pod/perldelta.pod pod/perlmodlib.pod pod/perltoc.pod
2407 ____________________________________________________________________________
2408 [ 13545] By: jhi                                   on 2001/12/09  15:27:14
2409         Log: Shoo.
2410      Branch: perl
2411            - lib/Attribute/Handlers.pm
2412 ____________________________________________________________________________
2413 [ 13544] By: jhi                                   on 2001/12/09  15:20:08
2414         Log: Remove Attribute::Handlers, as per Damian's request.
2415              (Because of fixing the my variables to be now handled
2416              in run-time, the whole internals of the A::H needs to
2417              be rewritten and Damian will not have time for that
2418              for months.)
2419      Branch: perl
2420            - lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
2421            - lib/Attribute/Handlers/demo/Demo.pm
2422            - lib/Attribute/Handlers/demo/Descriptions.pm
2423            - lib/Attribute/Handlers/demo/MyClass.pm
2424            - lib/Attribute/Handlers/demo/demo.pl
2425            - lib/Attribute/Handlers/demo/demo2.pl
2426            - lib/Attribute/Handlers/demo/demo3.pl
2427            - lib/Attribute/Handlers/demo/demo4.pl
2428            - lib/Attribute/Handlers/demo/demo_call.pl
2429            - lib/Attribute/Handlers/demo/demo_chain.pl
2430            - lib/Attribute/Handlers/demo/demo_cycle.pl
2431            - lib/Attribute/Handlers/demo/demo_hashdir.pl
2432            - lib/Attribute/Handlers/demo/demo_phases.pl
2433            - lib/Attribute/Handlers/demo/demo_range.pl
2434            - lib/Attribute/Handlers/demo/demo_rawdata.pl
2435            - lib/Attribute/Handlers/t/multi.t
2436            ! MANIFEST lib/Attribute/Handlers.pm pod/perldelta.pod
2437            ! pod/perlmodlib.pod pod/perltoc.pod
2438 ____________________________________________________________________________
2439 [ 13543] By: jhi                                   on 2001/12/09  15:00:50
2440         Log: Subject: Re: attributes are broken
2441              From: Spider Boardman <spider@Orb.Nashua.NH.US>
2442              Date: Sun, 09 Dec 2001 00:09:23 -0500
2443              Message-Id: <200112090509.AAA02053@Orb.Nashua.NH.US>              
2444      Branch: perl
2445            ! dump.c embed.h embed.pl lib/attributes.pm op.c op.h
2446            ! pod/perldelta.pod pod/perltoc.pod proto.h t/op/attrs.t
2447            ! xsutils.c
2448 ____________________________________________________________________________
2449 [ 13542] By: jhi                                   on 2001/12/09  14:49:46
2450         Log: Forgotten checkin.
2451      Branch: perl
2452            ! lib/Pod/Text.pm
2453 ____________________________________________________________________________
2454 [ 13541] By: jhi                                   on 2001/12/09  14:48:15
2455         Log: uconfig.h update.
2456      Branch: perl
2457            ! uconfig.h
2458 ____________________________________________________________________________
2459 [ 13540] By: jhi                                   on 2001/12/08  18:39:51
2460         Log: Update Changes.
2461      Branch: perl
2462            ! Changes patchlevel.h
2463 ____________________________________________________________________________
2464 [ 13539] By: jhi                                   on 2001/12/08  18:28:02
2465         Log: Note that some of the Unicode features are
2466              dependent on perlio.
2467      Branch: perl
2468            ! pod/perluniintro.pod
2469 ____________________________________________________________________________
2470 [ 13538] By: jhi                                   on 2001/12/08  17:53:00
2471         Log: Regen perlapi, regen toc.
2472      Branch: perl
2473            ! pod/perlapi.pod pod/perltoc.pod
2474 ____________________________________________________________________________
2475 [ 13537] By: jhi                                   on 2001/12/08  17:44:48
2476         Log: FAQ sync.
2477      Branch: perl
2478            ! pod/perlfaq4.pod pod/perlfaq6.pod
2479 ____________________________________________________________________________
2480 [ 13536] By: jhi                                   on 2001/12/08  17:37:53
2481         Log: Subject: [PATCH] Fix odd language in an sv.c comment
2482              From: coral@eekeek.org
2483              Date: Sat, 8 Dec 2001 12:19:39 -0500
2484              Message-Id: <200112081719.fB8HJdZ14747@eekeek.org>
2485      Branch: perl
2486            ! sv.c
2487 ____________________________________________________________________________
2488 [ 13535] By: jhi                                   on 2001/12/08  15:29:18
2489         Log: Subject: [PATCH lib/vmsish.t] Small test name abuse.
2490              From: Michael G Schwern <schwern@pobox.com>
2491              Date: Fri, 7 Dec 2001 20:03:45 -0500
2492              Message-ID: <20011208010345.GD642@blackrider>
2493              
2494              Subject: [PATCH vms/test.com] Goodbye frightening echo kludge!
2495              From: Michael G Schwern <schwern@pobox.com>
2496              Date: Fri, 7 Dec 2001 20:13:54 -0500
2497              Message-ID: <20011208011354.GE642@blackrider>
2498              
2499              Subject: [PATCH t/io/pipe.t t/test.pl] Cleanup & $NO_ENDING
2500              From: Michael G Schwern <schwern@pobox.com>
2501              Date: Fri, 7 Dec 2001 21:47:36 -0500
2502              Message-ID: <20011208024736.GH642@blackrider>
2503              
2504              Subject: [PATCH t/op/exec.t] Piping and newline on pipe tests
2505              From: Michael G Schwern <schwern@pobox.com>
2506              Date: Fri, 7 Dec 2001 23:09:43 -0500
2507              Message-ID: <20011208040943.GK642@blackrider>
2508              
2509              Subject: [PATCH] vms/test.com -- skip tty tests when not interactive
2510              Message-Id: <a05101004b83754903506@[172.16.52.1]>
2511              Date: Fri, 7 Dec 2001 23:28:15 -0600
2512              From: "Craig A. Berry" <craigberry@mac.com>
2513      Branch: perl
2514            ! lib/vmsish.t t/io/pipe.t t/op/exec.t t/test.pl vms/test.com
2515 ____________________________________________________________________________
2516 [ 13534] By: jhi                                   on 2001/12/08  15:16:14
2517         Log: Integrate perlio.
2518      Branch: perl
2519           !> doio.c lib/Exporter/Heavy.pm lib/open.t op.c perlio.c
2520           !> perliol.h pod/perlfunc.pod pod/perltoc.pod pp.c
2521 ____________________________________________________________________________
2522 [ 13533] By: jhi                                   on 2001/12/08  15:13:39
2523         Log: Retract #11156 since Sarathy has found that it breaks code:
2524              http://bugs.ActiveState.com/show_bug.cgi?id=18457
2525              http://bugs.ActiveState.com/show_bug.cgi?id=18858
2526      Branch: perl
2527            ! op.c sv.c t/op/pos.t
2528 ____________________________________________________________________________
2529 [ 13532] By: nick                                  on 2001/12/08  14:11:12
2530         Log: Integrate mainline
2531      Branch: perlio
2532           !> Changes doop.c patchlevel.h pod/perluniintro.pod t/op/chop.t
2533           !> t/op/magic.t t/op/stat.t t/run/switches.t t/test.pl
2534 ____________________________________________________________________________
2535 [ 13531] By: nick                                  on 2001/12/08  13:48:21
2536         Log: Tweak multi-arg open error messages
2537      Branch: perlio
2538            ! perlio.c
2539 ____________________________________________________________________________
2540 [ 13530] By: nick                                  on 2001/12/08  10:20:06
2541         Log: Allow multi-arg open() if opening layer declares this legal.
2542      Branch: perlio
2543            ! doio.c perlio.c perliol.h
2544 ____________________________________________________________________________
2545 [ 13529] By: jhi                                   on 2001/12/07  23:48:58
2546         Log: Subject: [PATCH t/run/switches.t] Declaring mostly TODO
2547              From: Michael G Schwern <schwern@pobox.com>       
2548              Date: Fri, 7 Dec 2001 19:41:31 -0500
2549              Message-ID: <20011208004131.GC642@blackrider>
2550      Branch: perl
2551            ! t/run/switches.t t/test.pl
2552 ____________________________________________________________________________
2553 [ 13528] By: jhi                                   on 2001/12/07  23:47:26
2554         Log: Subject: [PATCH t/op/stat.t] Declaring -t STDIN w/pipe TODO
2555              From: Michael G Schwern <schwern@pobox.com>       
2556              Date: Fri, 7 Dec 2001 19:12:44 -0500
2557              Message-ID: <20011208001244.GB642@blackrider>
2558      Branch: perl
2559            ! t/op/stat.t
2560 ____________________________________________________________________________
2561 [ 13527] By: jhi                                   on 2001/12/07  22:31:22
2562         Log: Subject: [PATCH t/op/magic.t] Puut... The TODO... Beck!
2563              From: Michael G Schwern <schwern@pobox.com>
2564              Date: Fri, 7 Dec 2001 17:28:57 -0500
2565              Message-ID: <20011207222857.GI23210@blackrider>
2566      Branch: perl
2567            ! t/op/magic.t
2568 ____________________________________________________________________________
2569 [ 13526] By: jhi                                   on 2001/12/07  22:27:46
2570         Log: which_perl: if File::Spec fails, assume "./" and hope for the best.
2571      Branch: perl
2572            ! t/test.pl
2573 ____________________________________________________________________________
2574 [ 13525] By: jhi                                   on 2001/12/07  22:21:25
2575         Log: which_perl: delay as much a possible till runtime.
2576      Branch: perl
2577            ! t/test.pl
2578 ____________________________________________________________________________
2579 [ 13524] By: jhi                                   on 2001/12/07  21:58:15
2580         Log: Further tweakage to which_perl().
2581      Branch: perl
2582            ! t/test.pl
2583 ____________________________________________________________________________
2584 [ 13523] By: jhi                                   on 2001/12/07  21:57:30
2585         Log: perluniintro tweaks.
2586      Branch: perl
2587            ! pod/perluniintro.pod
2588 ____________________________________________________________________________
2589 [ 13522] By: jhi                                   on 2001/12/07  21:01:02
2590         Log: Tweak the $Perl computation.
2591      Branch: perl
2592            ! t/test.pl
2593 ____________________________________________________________________________
2594 [ 13521] By: jhi                                   on 2001/12/07  17:27:02
2595         Log: Subject: Re: [PATCH] chom?p needs to remove read only fakery
2596              From: Nicholas Clark <nick@ccl4.org>
2597              Date: Fri, 7 Dec 2001 17:06:56 +0000
2598              Message-ID: <20011207170656.G21702@plum.flirble.org>
2599      Branch: perl
2600            ! doop.c t/op/chop.t
2601 ____________________________________________________________________________
2602 [ 13520] By: jhi                                   on 2001/12/07  15:55:34
2603         Log: Update Changes.
2604      Branch: perl
2605            ! Changes patchlevel.h
2606 ____________________________________________________________________________
2607 [ 13519] By: jhi                                   on 2001/12/07  15:32:58
2608         Log: Missing ).
2609      Branch: perl
2610            ! t/test.pl
2611 ____________________________________________________________________________
2612 [ 13518] By: jhi                                   on 2001/12/07  15:24:32
2613         Log: Allow several arguments to display().
2614      Branch: perl
2615            ! t/test.pl
2616 ____________________________________________________________________________
2617 [ 13517] By: jhi                                   on 2001/12/07  15:19:20
2618         Log: /dev/stdout could be either a character special file
2619              or a named pipe, so let's pretend it doesn't exist.
2620      Branch: perl
2621            ! t/op/stat.t
2622 ____________________________________________________________________________
2623 [ 13516] By: nick                                  on 2001/12/07  15:09:23
2624         Log: Integrate again - can I catch up ?
2625      Branch: perlio
2626           !> t/test.pl
2627 ____________________________________________________________________________
2628 [ 13515] By: nick                                  on 2001/12/07  15:08:17
2629         Log: Integrate mainline some more
2630      Branch: perlio
2631           !> README.hpux hints/linux.sh pod/perlfunc.pod
2632 ____________________________________________________________________________
2633 [ 13514] By: nick                                  on 2001/12/07  15:07:15
2634         Log: Integrate mainline
2635      Branch: perlio
2636           +> djgpp/djgpp.h ext/Devel/PPPort/Changes
2637           +> ext/Devel/PPPort/PPPort.xs ext/Devel/PPPort/module2.c
2638           +> ext/Devel/PPPort/module3.c ext/Devel/PPPort/t/test.t
2639           +> hints/super-ux.sh lib/File/Spec/t/Functions.t
2640           +> lib/File/Spec/t/Spec.t lib/File/Spec/t/rel2abs2rel.t
2641           +> lib/Math/BigInt/t/bare_mbi.t pod/perl561delta.pod
2642           +> t/lib/Math/BigInt/BareCalc.pm
2643            - ext/Devel/PPPort/harness/Harness.pm
2644            - ext/Devel/PPPort/harness/Harness.xs
2645            - ext/Devel/PPPort/harness/Makefile.PL
2646            - ext/Devel/PPPort/harness/module2.c
2647            - ext/Devel/PPPort/harness/module3.c
2648            - ext/Devel/PPPort/harness/t/test.t lib/File/Spec.t
2649            - lib/File/Spec/Functions.t
2650           !> (integrate 103 files)
2651 ____________________________________________________________________________
2652 [ 13513] By: jhi                                   on 2001/12/07  14:58:06
2653         Log: Add display() for displaying icky scalars.
2654      Branch: perl
2655            ! t/test.pl
2656 ____________________________________________________________________________
2657 [ 13511] By: jhi                                   on 2001/12/07  14:40:58
2658         Log: Subject: [ID 20011207.001] documentation bug for waitpid
2659              From: Jan-Pieter Cornet <john@pc.xs4all.nl>
2660              Date: Fri, 7 Dec 2001 12:44:56 +0100
2661              Message-Id: <200112071144.MAA12790@pc.xs4all.nl>
2662      Branch: perl
2663            ! pod/perlfunc.pod
2664 ____________________________________________________________________________
2665 [ 13510] By: jhi                                   on 2001/12/07  14:38:39
2666         Log: gcc version matching didn't.
2667      Branch: perl
2668            ! hints/linux.sh
2669 ____________________________________________________________________________
2670 [ 13509] By: jhi                                   on 2001/12/07  14:21:33
2671         Log: Subject: HP renamed their servers              
2672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2673              Date: Fri, 07 Dec 2001 12:07:22 +0100
2674              Message-Id: <20011207120501.E16F.H.M.BRAND@hccnet.nl>
2675      Branch: perl
2676            ! README.hpux
2677 ____________________________________________________________________________
2678 [ 13508] By: jhi                                   on 2001/12/07  14:01:41
2679         Log: Subject: Re: [patch pod/perlport.pod] wrong escape
2680              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
2681              Date: Fri, 7 Dec 2001 00:24:55 -0500
2682              Message-ID: <20011207002455.D529632@linguist.thayer.dartmouth.edu>
2683      Branch: perl
2684            ! pod/perlport.pod
2685 ____________________________________________________________________________
2686 [ 13507] By: jhi                                   on 2001/12/07  03:07:03
2687         Log: Subject: [PATCH t/op/exec.t t/base/lex.t] Test For Echo, take 2
2688              From: Michael G Schwern <schwern@pobox.com> 
2689              Date: Thu, 6 Dec 2001 22:56:34 -0500
2690              Message-ID: <20011207035634.GO22648@blackrider>
2691      Branch: perl
2692            ! t/base/lex.t t/op/exec.t
2693 ____________________________________________________________________________
2694 [ 13506] By: jhi                                   on 2001/12/07  03:05:38
2695         Log: Subject: [PATCH t/test.pl ...] which_perl for safer $^Xing
2696              From: Michael G Schwern <schwern@pobox.com>
2697              Date: Thu, 6 Dec 2001 22:45:44 -0500
2698              Message-ID: <20011207034544.GN22648@blackrider>
2699              
2700              (plus op/ref tweak)
2701      Branch: perl
2702            ! t/comp/script.t t/io/open.t t/op/ref.t t/op/stat.t
2703            ! t/run/kill_perl.t t/test.pl
2704 ____________________________________________________________________________
2705 [ 13505] By: jhi                                   on 2001/12/07  01:30:25
2706         Log: Upgrade to Math::BigInt 1.48.
2707      Branch: perl
2708            + lib/Math/BigInt/t/bare_mbi.t t/lib/Math/BigInt/BareCalc.pm
2709            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
2710            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
2711            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
2712            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
2713            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
2714            ! t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
2715 ____________________________________________________________________________
2716 [ 13504] By: jhi                                   on 2001/12/07  00:56:58
2717         Log: Mention also perl56delta in case somone is upgrading from
2718              Perl 5.005_03.
2719      Branch: perl
2720            ! pod/perldelta.pod
2721 ____________________________________________________________________________
2722 [ 13503] By: jhi                                   on 2001/12/07  00:46:55
2723         Log: Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
2724              From: Michael G Schwern <schwern@pobox.com>
2725              Date: Thu, 6 Dec 2001 15:15:28 -0500
2726              Message-ID: <20011206201528.GF16414@blackrider>
2727              
2728              (just the term.t, not the lex.t)
2729              
2730              Subject: [PATCH t/comp/script.t] Elimininating needless logic, runs from t/ now
2731              From: Michael G Schwern <schwern@pobox.com>
2732              Date: Thu, 6 Dec 2001 15:22:22 -0500
2733              Message-ID: <20011206202222.GG16414@blackrider>
2734              
2735              Subject: [PATCH t/run/kill_perl.t] Eliminationg needless $^X logic
2736              From: Michael G Schwern <schwern@pobox.com>
2737              Date: Thu, 6 Dec 2001 15:31:58 -0500
2738              Message-ID: <20011206203158.GI16414@blackrider>
2739              
2740              Subject: [PATCH t/io/open.t t/test.pl] Cleanup and echo purge
2741              From: Michael G Schwern <schwern@pobox.com>
2742              Date: Thu, 6 Dec 2001 17:38:55 -0500
2743              Message-ID: <20011206223855.GC22648@blackrider>
2744      Branch: perl
2745            ! t/base/term.t t/comp/script.t t/io/open.t t/run/kill_perl.t
2746            ! t/test.pl
2747 ____________________________________________________________________________
2748 [ 13502] By: jhi                                   on 2001/12/06  22:15:49
2749         Log: Update the thr5005 situation.
2750      Branch: perl
2751            ! pod/perldelta.pod
2752 ____________________________________________________________________________
2753 [ 13501] By: jhi                                   on 2001/12/06  22:06:28
2754         Log: perldelta borrowings from perl561delta.
2755      Branch: perl
2756            ! pod/perldelta.pod
2757 ____________________________________________________________________________
2758 [ 13500] By: jhi                                   on 2001/12/06  21:21:59
2759         Log: Add the 5.6.1 perldelta as perl561delta.
2760              (Makes it easier to steal stuff for perldelta :-)
2761      Branch: perl
2762            + pod/perl561delta.pod
2763            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2764 ____________________________________________________________________________
2765 [ 13499] By: jhi                                   on 2001/12/06  20:46:04
2766         Log: Retract #13496 for now.
2767      Branch: perl
2768            ! t/base/lex.t t/base/term.t
2769 ____________________________________________________________________________
2770 [ 13498] By: jhi                                   on 2001/12/06  20:16:04
2771         Log: Subject: [PATCH per@13492] (was Re: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix)
2772              From: "Craig A. Berry" <craigberry@mac.com>
2773              Date: Thu, 6 Dec 2001 14:54:36 -0600
2774              Message-Id: <a05101000b8358a58eb28@[172.16.52.1]>
2775      Branch: perl
2776            ! vms/ext/filespec.t
2777 ____________________________________________________________________________
2778 [ 13496] By: jhi                                   on 2001/12/06  19:47:53
2779         Log: (retracted by #13499)
2780              
2781              Subject: [PATCH t/base/lex.t, term.t] Purging echo from base tests
2782              From: Michael G Schwern <schwern@pobox.com>
2783              Date: Thu, 6 Dec 2001 15:15:28 -0500
2784              Message-ID: <20011206201528.GF16414@blackrider>
2785      Branch: perl
2786            ! t/base/lex.t t/base/term.t
2787 ____________________________________________________________________________
2788 [ 13495] By: jhi                                   on 2001/12/06  17:56:15
2789         Log: Subject: [PATCH t/op/stat.t] VMS has no link count
2790              From: Michael G Schwern <schwern@pobox.com>
2791              Date: Thu, 6 Dec 2001 13:54:48 -0500
2792              Message-ID: <20011206185448.GC16414@blackrider>
2793      Branch: perl
2794            ! t/op/stat.t
2795 ____________________________________________________________________________
2796 [ 13494] By: jhi                                   on 2001/12/06  17:54:14
2797         Log: The #4 has nothing to do with Unicode.
2798      Branch: perl
2799            ! t/op/tr.t
2800 ____________________________________________________________________________
2801 [ 13493] By: jhi                                   on 2001/12/06  17:52:43
2802         Log: Subject: [PATCH t/op/tr.t] Cleanup and more counting tests
2803              From: Michael G Schwern <schwern@pobox.com>
2804              Date: Thu, 6 Dec 2001 13:45:48 -0500
2805              Message-ID: <20011206184548.GB16414@blackrider>
2806      Branch: perl
2807            ! t/op/tr.t
2808 ____________________________________________________________________________
2809 [ 13492] By: jhi                                   on 2001/12/06  15:47:08
2810         Log: Update Changes.
2811      Branch: perl
2812            ! Changes patchlevel.h
2813 ____________________________________________________________________________
2814 [ 13491] By: jhi                                   on 2001/12/06  15:43:22
2815         Log: Subject: [PATCH Perl@13462, on top of prev. multiplicity patch] MY_RAND workaround update
2816              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2817              Date: Thu, 6 Dec 2001 11:41:25 EST
2818              Message-Id: <011206114105.67cab@DUPHY4.Physics.Drexel.Edu>
2819      Branch: perl
2820            ! vms/vms.c vms/vmsish.h
2821 ____________________________________________________________________________
2822 [ 13490] By: jhi                                   on 2001/12/06  15:08:40
2823         Log: Subject: [PATCH] Re: weirdness in regexps
2824              From: Robin Houston <robin@kitsite.com> 
2825              Date: Thu, 6 Dec 2001 14:44:01 +0000
2826              Message-ID: <20011206144401.A27752@puffinry.freeserve.co.uk>
2827      Branch: perl
2828            ! op.c t/lib/strict/subs
2829 ____________________________________________________________________________
2830 [ 13489] By: jhi                                   on 2001/12/06  15:07:18
2831         Log: Make the -b -c -S tests count all of the /dev, not just
2832              check the first one, as suggested by Benjamin Goldberg.
2833      Branch: perl
2834            ! t/op/stat.t
2835 ____________________________________________________________________________
2836 [ 13488] By: jhi                                   on 2001/12/06  14:41:02
2837         Log: Subject: Re: [PATCH: bleadperl] casefold backref
2838              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
2839              Date: Thu, 6 Dec 2001 10:39:45 -0500 (EST) 
2840              Message-ID: <Pine.GSO.4.21.0112061038490.14590-100000@crusoe.crusoe.net>
2841      Branch: perl
2842            ! regexec.c
2843 ____________________________________________________________________________
2844 [ 13487] By: jhi                                   on 2001/12/06  14:30:45
2845         Log: Nits noticed by Philip Newton, and de-tab DB.t.
2846      Branch: perl
2847            ! lib/DB.t
2848 ____________________________________________________________________________
2849 [ 13486] By: jhi                                   on 2001/12/06  14:23:06
2850         Log: Subject: [PATCH] Re: counting tr thinks it's modifying 
2851              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2852              Date: 6 Dec 2001 11:06:01 -0000
2853              Message-Id: <slrna0ukap.kbt.rgarciasuarez@rafael.kazibao.net>
2854      Branch: perl
2855            ! op.c t/op/tr.t
2856 ____________________________________________________________________________
2857 [ 13485] By: jhi                                   on 2001/12/06  14:07:54
2858         Log: Subject: [PATCH: bleadperl] casefold backref
2859              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
2860              Date: Wed, 05 Dec 2001 17:27:05 +0000
2861              Message-Id: <200112051727.fB5HR5422706@crypt.compulink.co.uk> 
2862      Branch: perl
2863            ! regexec.c t/op/re_tests
2864 ____________________________________________________________________________
2865 [ 13484] By: jhi                                   on 2001/12/06  03:04:18
2866         Log: Subject: [PATCH Perl@13440] MULTIPLICITY fixups               
2867              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2868              Date: Wed, 5 Dec 2001 22:34:53 EST
2869              Message-Id: <011205223453.8122e@DUPHY4.Physics.Drexel.Edu>
2870      Branch: perl
2871            ! mg.c vms/vms.c vms/vmsish.h
2872 ____________________________________________________________________________
2873 [ 13483] By: jhi                                   on 2001/12/06  02:59:40
2874         Log: Subject: [PATCH lib/File/Spec* MANIFEST] Better abs2rel/rel2abs/canonpath tests
2875              From: Michael G Schwern <schwern@pobox.com>
2876              Date: Wed, 5 Dec 2001 19:52:58 -0500
2877              Message-ID: <20011205195257.A903@blackrider>
2878      Branch: perl
2879            + lib/File/Spec/t/Functions.t lib/File/Spec/t/Spec.t
2880            + lib/File/Spec/t/rel2abs2rel.t
2881            - lib/File/Spec.t lib/File/Spec/Functions.t
2882            ! MANIFEST
2883 ____________________________________________________________________________
2884 [ 13482] By: jhi                                   on 2001/12/06  02:48:27
2885         Log: Subject: Re: Silly stat() portability questions                
2886              From: Benjamin Goldberg <goldbb2@earthlink.net>
2887              Date: Wed, 05 Dec 2001 22:52:35 -0500
2888              Message-ID: <3C0EEB83.8CE93CA2@earthlink.net>
2889      Branch: perl
2890            ! pod/perlport.pod
2891 ____________________________________________________________________________
2892 [ 13481] By: jhi                                   on 2001/12/06  02:39:43
2893         Log: Subject: [PATCH perl@13462]] VMS-only File::Spec->canonpath fix
2894              From: "Craig A. Berry" <craigberry@mac.com>
2895              Date: Wed, 05 Dec 2001 16:41:59 -0600
2896              Message-Id: <5.1.0.14.2.20011205160043.02160e90@exchi01>
2897      Branch: perl
2898            ! README.vms configure.com lib/File/Spec/VMS.pm
2899            ! vms/ext/filespec.t
2900 ____________________________________________________________________________
2901 [ 13480] By: jhi                                   on 2001/12/05  19:53:05
2902         Log: $apply->('club', $glibc_maintainers);
2903              
2904              (Nick Clark just reported that <langinfo.h> YESSTR
2905              is an empty string in Linux 2.4.16-rmk glibc 2.2.4-5)
2906      Branch: perl
2907            ! ext/I18N/Langinfo/Langinfo.t
2908 ____________________________________________________________________________
2909 [ 13479] By: jhi                                   on 2001/12/05  19:49:16
2910         Log: Admonish against assuming A^HUNIX fs/uid/gid semantics.
2911      Branch: perl
2912            ! pod/perlport.pod
2913 ____________________________________________________________________________
2914 [ 13478] By: gsar                                  on 2001/12/05  18:22:38
2915         Log: tweak change#13474 (pad entries can apparently be null in some
2916              situations)
2917      Branch: maint-5.6/perl
2918            ! op.c
2919 ____________________________________________________________________________
2920 [ 13477] By: jhi                                   on 2001/12/05  17:53:13
2921         Log: Restore the /dev -b -c -S part of the test.
2922      Branch: perl
2923            ! t/op/stat.t
2924 ____________________________________________________________________________
2925 [ 13476] By: jhi                                   on 2001/12/05  17:29:36
2926         Log: Retract #13475 until Arthur gets back to the mine.
2927      Branch: perl
2928            ! op.c t/run/kill_perl.t
2929 ____________________________________________________________________________
2930 [ 13475] By: jhi                                   on 2001/12/05  17:07:00
2931         Log: (retracted by #13476)
2932              
2933              Manually apply #13474; fixes stale reference to dead
2934              CvOUTSIDE(); this can happen when anonymous subroutines
2935              that aren't closures are returned from an eval""
2936              
2937              (threads/shared/sv_refs.t is coredump-unhappy about this change)
2938      Branch: perl
2939            ! op.c t/run/kill_perl.t
2940 ____________________________________________________________________________
2941 [ 13474] By: gsar                                  on 2001/12/05  15:14:24
2942         Log: replacement for change#10451
2943              
2944              fixes stale reference to dead CvOUTSIDE(); this can happen when
2945              anonymous subroutines that aren't closures are returned from an
2946              eval""
2947      Branch: maint-5.6/perl
2948            ! op.c t/op/misc.t
2949 ____________________________________________________________________________
2950 [ 13473] By: gsar                                  on 2001/12/05  15:08:18
2951         Log: revert change#10451,10472; it was a naive fix that simply
2952              reintroduced the memory leak!
2953      Branch: maint-5.6/perl
2954            ! op.c t/op/misc.t
2955 ____________________________________________________________________________
2956 [ 13472] By: jhi                                   on 2001/12/05  13:30:47
2957         Log: Subject: Re: [PATCH] File::Basename pod and .t (was: perlpacktut.pod v0.0 (split))
2958              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
2959              Date: Wed, 05 Dec 2001 10:49:20 +0100
2960              Message-ID: <3C0DEDA0.C58A8A9E@alcatel.at>
2961      Branch: perl
2962            ! lib/File/Basename.pm lib/File/Basename.t
2963 ____________________________________________________________________________
2964 [ 13471] By: jhi                                   on 2001/12/05  13:22:50
2965         Log: Subject: [PATCH t/op/magic.t] Removing a TODO
2966              From: Michael G Schwern <schwern@pobox.com> 
2967              Date: Wed, 5 Dec 2001 02:47:59 -0500
2968              Message-ID: <20011205024759.H14333@blackrider>
2969      Branch: perl
2970            ! t/op/magic.t
2971 ____________________________________________________________________________
2972 [ 13470] By: jhi                                   on 2001/12/05  13:21:09
2973         Log: Subject: [PATCH t/op/stat.t vms/test.com] stat.t portability, the LAST VMS exception!
2974              From: Michael G Schwern <schwern@pobox.com>              
2975              Date: Wed, 5 Dec 2001 02:22:05 -0500
2976              Message-ID: <20011205022205.F14333@blackrider>
2977      Branch: perl
2978            ! t/op/stat.t vms/test.com
2979 ____________________________________________________________________________
2980 [ 13469] By: jhi                                   on 2001/12/05  03:44:59
2981         Log: Subject: Re: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
2982              From: Michael G Schwern <schwern@pobox.com> 
2983              Date: Tue, 4 Dec 2001 23:40:10 -0500
2984              Message-ID: <20011204234010.B14333@blackrider>
2985      Branch: perl
2986            ! t/op/stat.t
2987 ____________________________________________________________________________
2988 [ 13468] By: jhi                                   on 2001/12/05  01:37:04
2989         Log: Subject: [PATCH t/op/stat.t t/test.pl] stat.t cleanup, first pass
2990              From: Michael G Schwern <schwern@pobox.com> 
2991              Date: Tue, 4 Dec 2001 21:09:18 -0500           
2992              Message-ID: <20011204210918.D13279@blackrider>
2993              
2994              t/test.
2995      Branch: perl
2996            ! t/test.pl
2997 ____________________________________________________________________________
2998 [ 13467] By: jhi                                   on 2001/12/05  01:36:44
2999         Log: (accidentally empty check-in)
3000      Branch: perl
3001            ! t/op/stat.t
3002 ____________________________________________________________________________
3003 [ 13466] By: jhi                                   on 2001/12/04  22:51:19
3004         Log: Subject: [PATCH] $., $%, $=, and $- are IV's now
3005              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
3006              Date: Tue, 04 Dec 2001 23:40:27 +0100
3007              Message-Id: <20011204233412.304B.H.M.BRAND@hccnet.nl>
3008      Branch: perl
3009            ! mg.c
3010 ____________________________________________________________________________
3011 [ 13465] By: jhi                                   on 2001/12/04  22:50:26
3012         Log: Subject: [PATCH] minor pod fix in Safe.pm
3013              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3014              Date: Tue, 4 Dec 2001 22:02:34 +0100
3015              Message-ID: <20011204220234.A17293@rafael>
3016      Branch: perl
3017            ! ext/Opcode/Safe.pm
3018 ____________________________________________________________________________
3019 [ 13464] By: jhi                                   on 2001/12/04  22:47:43
3020         Log: CRLF GRRR.
3021      Branch: perl
3022            ! djgpp/configure.bat
3023 ____________________________________________________________________________
3024 [ 13463] By: jhi                                   on 2001/12/04  22:46:28
3025         Log: DJGPP fixes from Laszlo Molnar.
3026      Branch: perl
3027            ! djgpp/configure.bat djgpp/djgpp.h
3028 ____________________________________________________________________________
3029 [ 13462] By: jhi                                   on 2001/12/04  14:56:22
3030         Log: Update Changes.
3031      Branch: perl
3032            ! Changes patchlevel.h
3033 ____________________________________________________________________________
3034 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
3035         Log: Must wipe out the memory of real Socket before starting
3036              to use the new fake one.
3037      Branch: perl
3038            ! lib/Net/t/config.t
3039 ____________________________________________________________________________
3040 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
3041         Log: LC_ALL might trump LANG.
3042      Branch: perl
3043            ! lib/open.t
3044 ____________________________________________________________________________
3045 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
3046         Log: Make the eval runtime.
3047      Branch: perl
3048            ! lib/open.pm
3049 ____________________________________________________________________________
3050 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
3051         Log: Make the Langinfo test both more lenient (allow
3052              for any symbol not to exists) and stricter (add
3053              more symbols).
3054      Branch: perl
3055            ! ext/I18N/Langinfo/Langinfo.t
3056 ____________________________________________________________________________
3057 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
3058         Log: integrate change#13453 from maint-5.6
3059              
3060              tweak change#11399 to use an explicit flag rather than
3061              ass_u_ming w32_pseudo_id will only be zero for the real
3062              toplevel interpreter; avoids multiple hosts from diddling
3063              the environment at the same time
3064      Branch: perl
3065           !> win32/perlhost.h
3066 ____________________________________________________________________________
3067 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
3068         Log: Subject: [PATCH] VMS update for perldelta.pod
3069              From: "Craig A. Berry" <craigberry@mac.com> 
3070              Date: Tue, 4 Dec 2001 00:23:12 -0600
3071              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
3072      Branch: perl
3073            ! pod/perldelta.pod
3074 ____________________________________________________________________________
3075 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
3076         Log: NetWare tweak from Ananth Kesari.
3077      Branch: perl
3078            ! NetWare/Makefile
3079 ____________________________________________________________________________
3080 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
3081         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
3082              Not adding the test suite because of its many assumptions.
3083      Branch: perl
3084            ! lib/Net/Ping.pm
3085 ____________________________________________________________________________
3086 [ 13453] By: gsar                                  on 2001/12/04  07:54:58
3087         Log: tweak change#11399 to use an explicit flag rather than
3088              ass_u_ming w32_pseudo_id will only be zero for the real
3089              toplevel interpreter; avoids multiple hosts from diddling
3090              the environment at the same time
3091      Branch: maint-5.6/perl
3092            ! win32/perlhost.h
3093 ____________________________________________________________________________
3094 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
3095         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
3096              from Len Makin.
3097      Branch: perl
3098            + hints/super-ux.sh
3099            ! MANIFEST
3100 ____________________________________________________________________________
3101 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
3102         Log: Add Mac OS X known failures to perldelta.
3103      Branch: perl
3104            ! pod/perldelta.pod
3105 ____________________________________________________________________________
3106 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
3107         Log: I think it's time to call the utf8 code non-test.
3108      Branch: perl
3109            ! utf8.c
3110 ____________________________________________________________________________
3111 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
3112         Log: Retract #13303, need rethink.
3113      Branch: perl
3114            ! utf8.c
3115 ____________________________________________________________________________
3116 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
3117         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
3118              From: "Craig A. Berry" <craigberry@mac.com>
3119              Date: Mon, 03 Dec 2001 16:28:06 -0600
3120              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
3121      Branch: perl
3122            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
3123 ____________________________________________________________________________
3124 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
3125         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
3126              From: Andy Dougherty <doughera@lafayette.edu>
3127              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
3128              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
3129      Branch: perl
3130            ! hints/solaris_2.sh
3131 ____________________________________________________________________________
3132 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
3133         Log: This test is not very robust on 8.3-constrained systems:
3134              all the "with truncated name" lines between "Autosplitting ..."
3135              and "some names are not unique" lines are unexpected,
3136              and the truncation message becomes:
3137              testtest.al, testtest.al truncate to testtest 
3138      Branch: perl
3139            ! lib/AutoSplit.t
3140 ____________________________________________________________________________
3141 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
3142         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
3143      Branch: perl
3144            ! ext/I18N/Langinfo/Langinfo.t
3145 ____________________________________________________________________________
3146 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
3147         Log: Test::Morify UCD.t
3148      Branch: perl
3149            ! lib/Unicode/UCD.t
3150 ____________________________________________________________________________
3151 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
3152         Log: If Socket has not been built (e.g. DJGPP) the libnet
3153              tests fall over with (too) much noise.
3154      Branch: perl
3155            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
3156            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
3157            ! lib/Net/t/smtp.t lib/Net/t/time.t
3158 ____________________________________________________________________________
3159 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
3160         Log: Subject: [PATCH] shared hash keys and ++/--
3161              From: Nicholas Clark <nick@ccl4.org>
3162              Date: Mon, 3 Dec 2001 16:37:16 +0000
3163              Message-ID: <20011203163716.C21702@plum.flirble.org>
3164      Branch: perl
3165            ! pp.c pp_hot.c sv.c t/op/inc.t
3166 ____________________________________________________________________________
3167 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
3168         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
3169              From: Jonathan Stowe <jns@gellyfish.com>
3170              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
3171              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
3172      Branch: perl
3173            ! lib/Term/Cap.pm
3174 ____________________________________________________________________________
3175 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
3176         Log: Update Changes.
3177      Branch: perl
3178            ! Changes patchlevel.h
3179 ____________________________________________________________________________
3180 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
3181         Log: perldelta tweaks.
3182      Branch: perl
3183            ! pod/perldelta.pod
3184 ____________________________________________________________________________
3185 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
3186         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
3187              From: Sam Tregar <sam@tregar.com> 
3188              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
3189              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
3190      Branch: perl
3191            ! pod/perlnewmod.pod
3192 ____________________________________________________________________________
3193 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
3194         Log: microperl casting nit.
3195      Branch: perl
3196            ! utf8.c
3197 ____________________________________________________________________________
3198 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
3199         Log: Make sharepvn a macro since all it does is a deref.
3200      Branch: perl
3201            ! embed.h embed.pl global.sym hv.c hv.h proto.h
3202 ____________________________________________________________________________
3203 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
3204         Log: perldelta updates.
3205      Branch: perl
3206            ! pod/perldelta.pod
3207 ____________________________________________________________________________
3208 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
3209         Log: PPPort update from Paul Marquess.
3210      Branch: perl
3211            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
3212            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
3213            + ext/Devel/PPPort/t/test.t
3214            - ext/Devel/PPPort/harness/Harness.pm
3215            - ext/Devel/PPPort/harness/Harness.xs
3216            - ext/Devel/PPPort/harness/Makefile.PL
3217            - ext/Devel/PPPort/harness/module2.c
3218            - ext/Devel/PPPort/harness/module3.c
3219            - ext/Devel/PPPort/harness/t/test.t
3220            ! MANIFEST ext/Devel/PPPort/MANIFEST
3221            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
3222            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
3223            ! ext/Devel/PPPort/soak
3224 ____________________________________________________________________________
3225 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
3226         Log: No use talking about dynamic library search patch
3227              unless we are having a dynamic build.
3228      Branch: perl
3229            ! t/TEST
3230 ____________________________________________________________________________
3231 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
3232         Log: Be more explicit on the List::Util build trick,
3233              should also stop unneeded rebuilds on static builds.
3234      Branch: perl
3235            ! ext/List/Util/Makefile.PL
3236 ____________________________________________________________________________
3237 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
3238         Log: We need to replace the optimize (-O1) with
3239              the -h scalar0 -h vector0, not append them
3240              to the ccflags.
3241      Branch: perl
3242            ! hints/unicos.sh hints/unicosmk.sh
3243 ____________________________________________________________________________
3244 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
3245         Log: Subject: [PATCH] Shared hash keys 
3246              From: Nicholas Clark <nick@ccl4.org>
3247              Date: Sun, 2 Dec 2001 20:52:32 +0000
3248              Message-ID: <20011202205232.U21702@plum.flirble.org>
3249      Branch: perl
3250            ! doop.c t/op/tr.t
3251 ____________________________________________________________________________
3252 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
3253         Log: Better add new files to MANIFEST, too.
3254      Branch: perl
3255            ! MANIFEST
3256 ____________________________________________________________________________
3257 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
3258         Log: Subject: {PATCH] perlpacktut.pod
3259              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
3260              Date: Sun, 02 Dec 2001 19:55:06 +0100
3261              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
3262      Branch: perl
3263            ! pod/perlpacktut.pod
3264 ____________________________________________________________________________
3265 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
3266         Log: Various small nits found by DJGPP build.
3267      Branch: perl
3268            ! doio.c mg.c pp.c util.c
3269 ____________________________________________________________________________
3270 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
3271         Log: Subject: RE: More verbose POD for Carp
3272              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
3273              Date: Sun, 2 Dec 2001 11:32:51 -0500
3274              Message-ID: <3C0A9748@operamail.com>
3275      Branch: perl
3276            ! lib/Carp.pm
3277 ____________________________________________________________________________
3278 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
3279         Log: Add a header for DJGPP with the function prototypes.
3280      Branch: perl
3281            + djgpp/djgpp.h
3282            ! MANIFEST djgpp/djgpp.c
3283 ____________________________________________________________________________
3284 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
3285         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
3286              From: Abe Timmerman <abe@ztreet.demon.nl>
3287              Date: Sun, 02 Dec 2001 02:41:25 +0100
3288              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
3289      Branch: perl
3290            ! pp_sys.c
3291 ____________________________________________________________________________
3292 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
3293         Log: There isn't PTR2INT(), there's PTR2IV().
3294      Branch: perl
3295            ! ext/Time/HiRes/HiRes.xs
3296 ____________________________________________________________________________
3297 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
3298         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
3299              From: Marc Lehmann <root@schmorp.de>
3300              Date: Sun, 02 Dec 2001 02:44:53 +0100
3301              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
3302      Branch: perl
3303            ! ext/Time/HiRes/HiRes.xs
3304 ____________________________________________________________________________
3305 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
3306         Log: encode()/decode() examples.
3307      Branch: perl
3308            ! ext/Encode/Encode.pm
3309 ____________________________________________________________________________
3310 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
3311         Log: DJGPP tweaks from Laszlo Molnar.
3312      Branch: perl
3313            ! djgpp/config.over djgpp/djgppsed.sh
3314 ____________________________________________________________________________
3315 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
3316         Log: Update Changes.
3317      Branch: perl
3318            ! Changes patchlevel.h
3319 ____________________________________________________________________________
3320 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
3321         Log: Integrate perlio;
3322              
3323              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
3324              which do not have file descriptors. Noticed a possibly
3325              worse problem in the process ...
3326      Branch: perl
3327           !> doio.c
3328 ____________________________________________________________________________
3329 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
3330         Log: Non-VMS-fixed and Win32-skipped version of
3331              
3332              Subject: [PATCH t/op/exec.t] Portabilty fix 
3333              From: Michael G Schwern <schwern@pobox.com> 
3334              Date: Fri, 30 Nov 2001 16:09:27 -0500
3335              Message-ID: <20011130160927.A10406@blackrider>
3336      Branch: perl
3337            ! t/op/exec.t
3338 ____________________________________________________________________________
3339 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
3340         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
3341              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3342              Date: Sat, 1 Dec 2001 07:01:09 -0500
3343              Message-ID: <3C0D2E39@operamail.com>
3344              
3345              Subject: More verbose POD for Carp
3346              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3347              Date: Sat, 1 Dec 2001 08:04:16 -0500
3348              Message-ID: <3C285C2B@operamail.com>
3349      Branch: perl
3350            ! lib/Carp.pm lib/Carp/Heavy.pm
3351 ____________________________________________________________________________
3352 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
3353         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
3354              From: chromatic <chromatic@rmci.net>
3355              Date: Sat, 01 Dec 2001 12:41:58 -0700
3356              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
3357      Branch: perl
3358            ! lib/DB.t
3359 ____________________________________________________________________________
3360 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
3361         Log: Try to make a missing RADIXCHAR a softer kinder error.
3362      Branch: perl
3363            ! ext/I18N/Langinfo/Langinfo.t
3364 ____________________________________________________________________________
3365 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
3366         Log: Have a little faith on nl_langinfo() itself.
3367      Branch: perl
3368            ! ext/I18N/Langinfo/Langinfo.xs
3369 ____________________________________________________________________________
3370 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
3371         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
3372              the max, not max plus one)
3373      Branch: perl
3374            ! ext/I18N/Langinfo/Langinfo.xs
3375 ____________________________________________________________________________
3376 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
3377         Log: Make reality agree with the comment.
3378      Branch: perl
3379            ! ext/I18N/Langinfo/Langinfo.xs
3380 ____________________________________________________________________________
3381 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
3382         Log: Try to protect against wild langinfo() arguments.
3383      Branch: perl
3384            ! ext/I18N/Langinfo/Langinfo.xs
3385 ____________________________________________________________________________
3386 [ 13409] By: nick                                  on 2001/12/01  18:19:59
3387         Log: Skip socket-ness tests on handles (e.g. PerlIO::Scalar) which do not
3388              have file descriptors. Noticed a possibly worse problem in the process ...
3389      Branch: perlio
3390            ! doio.c
3391 ____________________________________________________________________________
3392 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
3393         Log: If we are inside an eval, let's be silent about
3394              separate symbols and just croak() in the end.
3395      Branch: perl
3396            ! lib/Exporter/Heavy.pm
3397 ____________________________________________________________________________
3398 [ 13407] By: nick                                  on 2001/12/01  17:14:05
3399         Log: Integrate mainline
3400      Branch: perlio
3401           !> (integrate 26 files)
3402 ____________________________________________________________________________
3403 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
3404         Log: Subject: Fix for Exporter error reporting behaviour
3405              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
3406              Date: Sat, 1 Dec 2001 06:34:48 -0500
3407              Message-ID: <3C0D1B9A@operamail.com>
3408      Branch: perl
3409            ! lib/Exporter.pm lib/Exporter/Heavy.pm
3410 ____________________________________________________________________________
3411 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
3412         Log: Need to hide behind an eval to avoid a warning
3413              about :utf8 on non-perlio configs.
3414      Branch: perl
3415            ! lib/open.t
3416 ____________________________________________________________________________
3417 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
3418         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
3419              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3420              Date: Fri, 30 Nov 2001 23:46:58 +0100
3421              Message-ID: <20011130234658.A717@rafael>
3422      Branch: perl
3423            ! op.c t/op/method.t
3424 ____________________________________________________________________________
3425 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
3426         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
3427              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3428              Date: Thu, 29 Nov 2001 22:46:12 +0100
3429              Message-ID: <20011129224612.A699@rafael>
3430      Branch: perl
3431            ! ext/B/B/Xref.pm
3432 ____________________________________________________________________________
3433 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
3434         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
3435              From: Tels <perl_dummy@bloodgate.com>
3436              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
3437              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
3438      Branch: perl
3439            ! pod/perlfunc.pod
3440 ____________________________________________________________________________
3441 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
3442         Log: Subject: [REPATCH] reference pointer comparison
3443              From: Nicholas Clark <nick@ccl4.org>
3444              Date: Sat, 1 Dec 2001 13:00:17 +0000
3445              Message-ID: <20011201130017.I21702@plum.flirble.org>
3446      Branch: perl
3447            ! pp.c
3448 ____________________________________________________________________________
3449 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
3450         Log: Upgrade to Storable 1.0.14.
3451      Branch: perl
3452            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
3453 ____________________________________________________________________________
3454 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
3455         Log: Add simple caches for ::viacode() and ::vianame().
3456      Branch: perl
3457            ! lib/charnames.pm lib/charnames.t
3458 ____________________________________________________________________________
3459 [ 13398] By: nick                                  on 2001/12/01  10:36:24
3460         Log: Integrate mainline.
3461      Branch: perlio
3462           +> (branch 44 files)
3463            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
3464            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
3465            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
3466           !> (integrate 250 files)
3467 ____________________________________________________________________________
3468 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
3469         Log: Regen toc and modlib.
3470      Branch: perl
3471            ! pod/perlmodlib.pod pod/perltoc.pod
3472 ____________________________________________________________________________
3473 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
3474         Log: Upgrade to podlators-1.18.
3475      Branch: perl
3476            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
3477 ____________________________________________________________________________
3478 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
3479         Log: -h scalar0 -h vector0 seems to help for both
3480              UNICOS and UNICOS/mk on the unpack %65c problems.
3481              
3482              (replaces #13393)
3483      Branch: perl
3484            ! hints/unicos.sh hints/unicosmk.sh
3485 ____________________________________________________________________________
3486 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
3487         Log: More Socket constants.
3488      Branch: perl
3489            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
3490 ____________________________________________________________________________
3491 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
3492         Log: (replaced by #13395)
3493      Branch: perl
3494            ! hints/unicosmk.sh
3495 ____________________________________________________________________________
3496 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
3497         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
3498              From: Andy Dougherty <doughera@lafayette.edu>
3499              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
3500              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
3501              
3502              Simplify the test skippage criterion now that we are
3503              no more dependent on sed.
3504      Branch: perl
3505            ! t/comp/cpp.t t/run/switchPx.t
3506 ____________________________________________________________________________
3507 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
3508         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
3509              From: Michael G Schwern <schwern@pobox.com>
3510              Date: Fri, 30 Nov 2001 11:48:44 -0500
3511              Message-ID: <20011130114844.C1303@blackrider>
3512              
3513              (replaces #13381)
3514      Branch: perl
3515            ! t/op/stat.t
3516 ____________________________________________________________________________
3517 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
3518         Log: Let's not assume how much memory has been allocated
3519              to PVs.
3520      Branch: perl
3521            ! ext/Devel/Peek/Peek.t
3522 ____________________________________________________________________________
3523 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
3524         Log: VOS needs to know the modules, including pp_sort.
3525      Branch: perl
3526            ! vos/perl.bind
3527 ____________________________________________________________________________
3528 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
3529         Log: Unused variables.
3530      Branch: perl
3531            ! ext/Unicode/Normalize/Normalize.xs
3532 ____________________________________________________________________________
3533 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
3534         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
3535              From: John Peacock <jpeacock@rowman.com>     
3536              Date: Fri, 30 Nov 2001 10:24:00 -0500        
3537              Message-ID: <3C07A490.A22A76B0@rowman.com>   
3538      Branch: perl
3539            ! lib/ExtUtils/Embed.t
3540 ____________________________________________________________________________
3541 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
3542         Log: Tweak for the VOS building script from Paul Green.
3543      Branch: perl
3544            ! vos/configure_perl.cm
3545 ____________________________________________________________________________
3546 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
3547         Log: Update Changes.
3548      Branch: perl
3549            ! Changes patchlevel.h
3550 ____________________________________________________________________________
3551 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
3552         Log: Cannot test if cppstdin has not yet been installed.
3553      Branch: perl
3554            ! t/run/switchPx.t
3555 ____________________________________________________________________________
3556 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
3557         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
3558              From: Michael G Schwern <schwern@pobox.com> 
3559              Date: Thu, 29 Nov 2001 22:05:11 -0500
3560              Message-ID: <20011129220510.A18869@blackrider>
3561              
3562              TODO 1: if cppstdin is used and not yet installed,
3563              the Px.t will fail (must do the same as in cpp.t)
3564              
3565              TODO 2: does this work if no Perl whatsoever has
3566              yet been installed?  That is, we should be using
3567              the Perl we are building to execute the one-liner.
3568      Branch: perl
3569            + t/run/switchPx.aux t/run/switchPx.t
3570            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
3571            ! vms/test.com
3572 ____________________________________________________________________________
3573 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
3574         Log: Upgrade to Unicode::Normalize 0.12.
3575      Branch: perl
3576            ! ext/Unicode/Normalize/Changes
3577            ! ext/Unicode/Normalize/Normalize.pm
3578            ! ext/Unicode/Normalize/Normalize.xs
3579            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3580            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3581            ! ext/Unicode/Normalize/t/test.t
3582 ____________________________________________________________________________
3583 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
3584         Log: (replaced by #13391)
3585              
3586              Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
3587              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
3588              Date: 30 Nov 2001 11:41:53 -0000             
3589              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
3590              
3591              No need to die if we have high-paranoia (non-chdirable)
3592              system directories.
3593      Branch: perl
3594            ! t/op/stat.t
3595 ____________________________________________________________________________
3596 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
3597         Log: Paragraph rewrapping.
3598      Branch: perl
3599            ! pod/perliol.pod
3600 ____________________________________________________________________________
3601 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
3602         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
3603              From: Stas Bekman <stas@stason.org>
3604              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
3605              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
3606      Branch: perl
3607            ! pod/perliol.pod
3608 ____________________________________________________________________________
3609 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
3610         Log: Whether select() gets restarted on signals is
3611              implementation dependent.
3612      Branch: perl
3613            ! ext/Time/HiRes/HiRes.t
3614 ____________________________________________________________________________
3615 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
3616         Log: More forgotten checkins.
3617      Branch: perl
3618            ! embed.h embed.pl proto.h
3619 ____________________________________________________________________________
3620 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
3621         Log: Add a note about folding vs lowercase.
3622      Branch: perl
3623            ! regexec.c
3624 ____________________________________________________________________________
3625 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
3626         Log: Use to_uni_fold (and add changed global.sym)
3627      Branch: perl
3628            ! global.sym utf8.c
3629 ____________________________________________________________________________
3630 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
3631         Log: Make to Unicode character functions to use UVs
3632              instead of U32s and add to_uni_fold().
3633      Branch: perl
3634            ! embed.pl proto.h utf8.c
3635 ____________________________________________________________________________
3636 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
3637         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
3638              From: Nicholas Clark <nick@ccl4.org>
3639              Date: Thu, 29 Nov 2001 22:47:32 +0000
3640              Message-ID: <20011129224732.W37621@plum.flirble.org>
3641      Branch: perl
3642            ! pod/perlpacktut.pod
3643 ____________________________________________________________________________
3644 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
3645         Log: README.vos updates from Paul Green.
3646      Branch: perl
3647            ! README.vos
3648 ____________________________________________________________________________
3649 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
3650         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
3651              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3652              Date: Thu, 29 Nov 2001 14:18:51 EST
3653              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
3654      Branch: perl
3655            ! mg.c vms/vms.c vms/vmsish.h
3656 ____________________________________________________________________________
3657 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
3658         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
3659              From: Michael G Schwern <schwern@pobox.com>
3660              Date: Thu, 29 Nov 2001 13:12:31 -0500
3661              Message-ID: <20011129131231.E11300@blackrider>
3662      Branch: perl
3663            ! README.vms
3664 ____________________________________________________________________________
3665 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
3666         Log: BGET_IV was missing.
3667      Branch: perl
3668            ! ext/ByteLoader/bytecode.h
3669 ____________________________________________________________________________
3670 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
3671         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
3672              From: Jonathan Stowe <gellyfish@gellyfish.com>
3673              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
3674              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
3675      Branch: perl
3676            ! lib/Term/Cap.pm
3677 ____________________________________________________________________________
3678 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
3679         Log: Porting/checkURL.pl was missing.
3680      Branch: perl
3681            ! MANIFEST
3682 ____________________________________________________________________________
3683 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
3684         Log: Subject: INSTALL and READMEs should be reviewed
3685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3686              Date: Thu, 29 Nov 2001 16:49:36 +0100
3687              Message-ID: <20011129164936.A17492@rafael>         
3688      Branch: perl
3689            ! README.cygwin
3690 ____________________________________________________________________________
3691 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
3692         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
3693              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
3694              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
3695              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
3696      Branch: perl
3697            ! README.os390
3698 ____________________________________________________________________________
3699 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
3700         Log: Update Changes.
3701      Branch: perl
3702            ! Changes patchlevel.h
3703 ____________________________________________________________________________
3704 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
3705         Log: The changes to the curliffed files didn't stick in #13348.
3706      Branch: perl
3707            ! README.dos README.win32
3708 ____________________________________________________________________________
3709 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
3710         Log: Subject: Re: Found the rev where File::Glob broke
3711              From: Andy Dougherty <doughera@lafayette.edu>
3712              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
3713              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
3714      Branch: perl
3715            ! lib/ExtUtils/MM_Unix.pm
3716 ____________________________________________________________________________
3717 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
3718         Log: Use __DATA__ instead of __END__.
3719      Branch: perl
3720            ! lib/Term/Cap.pm
3721 ____________________________________________________________________________
3722 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
3723         Log: Subject: [PATCH toke.c] autosplit into @F fix
3724              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3725              Date: Thu, 29 Nov 2001 14:52:23 +0100
3726              Message-ID: <20011129145223.A25817@rafael>         
3727      Branch: perl
3728            ! toke.c
3729 ____________________________________________________________________________
3730 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
3731         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
3732              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3733              Date: Thu, 29 Nov 2001 15:48:15 +0100
3734              Message-ID: <20011129154815.C25817@rafael>         
3735      Branch: perl
3736            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
3737 ____________________________________________________________________________
3738 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
3739         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
3740              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
3741              Date: Wed, 28 Nov 2001 20:35:29 +0100
3742              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
3743      Branch: perl
3744            ! pod/perlpacktut.pod
3745 ____________________________________________________________________________
3746 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
3747         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
3748              From: Stas Bekman <stas@stason.org>
3749              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
3750              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
3751              
3752              (with tweaks)
3753      Branch: perl
3754            ! pod/perlapio.pod
3755 ____________________________________________________________________________
3756 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
3757         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
3758              From: Tels <perl_dummy@bloodgate.com>
3759              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
3760              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
3761              
3762              (plus paragraph rewrapping)
3763      Branch: perl
3764            ! lib/Exporter.pm
3765 ____________________________________________________________________________
3766 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
3767         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
3768              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
3769              Date: Wed, 28 Nov 2001 21:47:59 +0000
3770              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
3771      Branch: perl
3772            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
3773 ____________________________________________________________________________
3774 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
3775         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
3776              From: Andy Dougherty <doughera@lafayette.edu>
3777              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
3778              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
3779      Branch: perl
3780            ! INSTALL ext/Time/HiRes/HiRes.t
3781 ____________________________________________________________________________
3782 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
3783         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
3784              From: Michael G Schwern <schwern@pobox.com> 
3785              Date: Wed, 28 Nov 2001 16:37:01 -0500
3786              Message-ID: <20011128163701.H676@blackrider>
3787      Branch: perl
3788            ! t/run/kill_perl.t
3789 ____________________________________________________________________________
3790 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
3791         Log: @INC tweak.
3792      Branch: perl
3793            ! t/op/ref.t
3794 ____________________________________________________________________________
3795 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
3796         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
3797              From: Nicholas Clark <nick@ccl4.org>
3798              Date: Wed, 28 Nov 2001 23:38:43 +0000
3799              Message-ID: <20011128233843.N37621@plum.flirble.org>  
3800      Branch: perl
3801            ! installman
3802 ____________________________________________________________________________
3803 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
3804         Log: Tweak the forking logic.
3805      Branch: perl
3806            ! Porting/checkURL.pl
3807 ____________________________________________________________________________
3808 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
3809         Log: Update perlmodlib.PL as per #13348.  The L<> got
3810              changed back because that is coming from ParseLink.pm.
3811      Branch: perl
3812            ! pod/perlmodlib.PL pod/perlmodlib.pod
3813 ____________________________________________________________________________
3814 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
3815         Log: URL fixups from Michael Schwern.
3816      Branch: perl
3817            ! README.cygwin README.dos README.hpux README.mint README.mpeix
3818            ! README.os390 README.qnx README.solaris README.vos README.win32
3819            ! pod/perlmodlib.pod
3820 ____________________________________________________________________________
3821 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
3822         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
3823              From: Barrie Slaymaker <barries@slaysys.com>
3824              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
3825              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
3826      Branch: perl
3827            ! lib/Exporter.pm
3828 ____________________________________________________________________________
3829 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
3830         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
3831      Branch: perl
3832            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
3833 ____________________________________________________________________________
3834 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
3835         Log: Subject: [PATCH] Re: $\ very broken
3836              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3837              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
3838              Message-ID: <20011128223308.E732@rafael>   
3839              
3840              Subject: Re: [PATCH] Re: $\ very broken     
3841              From: Nicholas Clark <nick@ccl4.org>
3842              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
3843              Message-ID: <20011128222859.K37621@plum.flirble.org>
3844      Branch: perl
3845            ! mg.c t/op/ref.t
3846 ____________________________________________________________________________
3847 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
3848         Log: Add Abigail's link checker with the following tweaks:
3849              - known dummy URLs (Peter Prymmer)
3850              - do also READMEs and INSTALL (Michael Schwern)
3851              - do also ftp URLs
3852              - add fork retry loop in case the allowed number
3853              of processes per user is low
3854      Branch: perl
3855            + Porting/checkURL.pl
3856            ! MANIFEST
3857 ____________________________________________________________________________
3858 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
3859         Log: Update Changes.
3860      Branch: perl
3861            ! Changes patchlevel.h
3862 ____________________________________________________________________________
3863 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
3864         Log: In Linux if we have modern enough gcc and supported
3865              enough CPU, crank up the optimization level to -O3.
3866      Branch: perl
3867            ! hints/linux.sh
3868 ____________________________________________________________________________
3869 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
3870         Log: Add perlpacktut from Wolfgang Laun; regen toc.
3871      Branch: perl
3872            + pod/perlpacktut.pod
3873            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
3874            ! pod/perltoc.pod
3875 ____________________________________________________________________________
3876 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
3877         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
3878              From: PPrymmer@factset.com
3879              Date: Wed, 28 Nov 2001 07:51:26 -0500
3880              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
3881      Branch: perl
3882            ! vms/test.com
3883 ____________________________________________________________________________
3884 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
3885         Log: Test cases for the first half of #13338.
3886      Branch: perl
3887            ! t/lib/h2ph.h t/lib/h2ph.pht
3888 ____________________________________________________________________________
3889 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
3890         Log: Subject: Re: h2ph confused by comments in an enum.
3891              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3892              Date: Wed, 28 Nov 2001 04:19:21 +0000
3893              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
3894              
3895              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
3896              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
3897              Date: Wed, 28 Nov 2001 13:36:35 +0000
3898              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
3899      Branch: perl
3900            ! utils/h2ph.PL
3901 ____________________________________________________________________________
3902 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
3903         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
3904              From: Jonathan Stowe <gellyfish@gellyfish.com>
3905              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
3906              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
3907              
3908              (replace #13327)
3909      Branch: perl
3910            ! lib/Term/Cap.pm
3911 ____________________________________________________________________________
3912 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
3913         Log: Replace #13335 with
3914              
3915              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
3916              From: Russ Allbery <rra@stanford.edu>
3917              Date: 27 Nov 2001 20:42:49 -0800
3918              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
3919      Branch: perl
3920            ! lib/Pod/Text/Termcap.pm
3921 ____________________________________________________________________________
3922 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
3923         Log: (replaced by #13336)
3924              
3925              Subject: [PATCH perl@13323] Termcap.pm with no termios
3926              From: "Craig A. Berry" <craigberry@mac.com> 
3927              Date: Tue, 27 Nov 2001 22:28:50 -0600
3928              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
3929      Branch: perl
3930            ! lib/Pod/Text/Termcap.pm
3931 ____________________________________________________________________________
3932 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
3933         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
3934              From: "Craig A. Berry" <craigberry@mac.com> 
3935              Date: Tue, 27 Nov 2001 21:46:45 -0600
3936              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
3937      Branch: perl
3938            ! configure.com
3939 ____________________________________________________________________________
3940 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
3941         Log: Upgrade to podlators 1.17.
3942      Branch: perl
3943            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
3944            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
3945 ____________________________________________________________________________
3946 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
3947         Log: Fix for "a\x{100}" =~ /A/i.
3948      Branch: perl
3949            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
3950            ! utf8.c
3951 ____________________________________________________________________________
3952 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
3953         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
3954              From: "Craig A. Berry" <craigberry@mac.com>
3955              Date: Tue, 27 Nov 2001 17:11:49 -0600
3956              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
3957      Branch: perl
3958            ! lib/DB.t
3959 ____________________________________________________________________________
3960 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
3961         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
3962              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
3963              Date: Tue, 27 Nov 2001 14:55:23 -0500
3964              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
3965              
3966              Subject: [PATCH: perl@13324] updates to perldelta.pod 
3967              From: PPrymmer@factset.com
3968              Date: Tue, 27 Nov 2001 18:06:04 -0500
3969              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
3970              
3971              plus added some known problems.
3972      Branch: perl
3973            ! pod/perldelta.pod
3974 ____________________________________________________________________________
3975 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
3976         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
3977              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3978              Date: Tue, 27 Nov 2001 15:38:02 EST 
3979              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
3980      Branch: perl
3981            ! configure.com vms/vms.c vms/vmsish.h
3982 ____________________________________________________________________________
3983 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
3984         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
3985              From: Michael G Schwern <schwern@pobox.com> 
3986              Date: Tue, 27 Nov 2001 15:31:12 -0500
3987              Message-ID: <20011127153112.G20929@blackrider>
3988      Branch: perl
3989            ! t/run/kill_perl.t
3990 ____________________________________________________________________________
3991 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
3992         Log: (replaced by #13337)
3993              
3994              VMS can safely hardcode a termcap entry for VT100.
3995      Branch: perl
3996            ! lib/Term/Cap.pm
3997 ____________________________________________________________________________
3998 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
3999         Log: VMS piping fixes from Charles Lane (perl -P should
4000              be working now).
4001      Branch: perl
4002            ! vms/vms.c
4003 ____________________________________________________________________________
4004 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
4005         Log: Subject: [PATCH] perlvar.pod fix
4006              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4007              Date: Tue, 27 Nov 2001 13:11:47 -0500
4008              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
4009      Branch: perl
4010            ! pod/perlvar.pod
4011 ____________________________________________________________________________
4012 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
4013         Log: Update Changes.
4014      Branch: perl
4015            ! Changes patchlevel.h
4016 ____________________________________________________________________________
4017 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
4018         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
4019              From: "Craig A. Berry" <craigberry@mac.com> 
4020              Date: Tue, 27 Nov 2001 10:21:18 -0600
4021              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
4022      Branch: perl
4023            ! lib/ExtUtils/MM_VMS.pm
4024 ____________________________________________________________________________
4025 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
4026         Log: Protect against accumulating -options -options -options.
4027      Branch: perl
4028            ! hints/hpux.sh
4029 ____________________________________________________________________________
4030 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
4031         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
4032              From: Barrie Slaymaker <barries@slaysys.com>
4033              Date: Tue, 27 Nov 2001 10:58:54 -0500
4034              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
4035      Branch: perl
4036            ! lib/Benchmark.pm
4037 ____________________________________________________________________________
4038 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
4039         Log: Tiny fix from John P. Linderman.
4040      Branch: perl
4041            ! lib/sort.pm
4042 ____________________________________________________________________________
4043 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
4044         Log: The Story of sort(), from John P. Linderman.
4045      Branch: perl
4046            ! pod/perldelta.pod
4047 ____________________________________________________________________________
4048 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
4049         Log: Add information what to do if you are reading
4050              perluniintro but using some older Perl.
4051      Branch: perl
4052            ! pod/perluniintro.pod
4053 ____________________________________________________________________________
4054 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
4055         Log: Update the 'wide characters' FAQ entry.
4056      Branch: perl
4057            ! pod/perlfaq6.pod
4058 ____________________________________________________________________________
4059 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
4060         Log: Fix for
4061              
4062              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
4063              From: Marc Lehmann <root@schmorp.de>
4064              Date: Tue, 27 Nov 2001 14:27:14 +0100
4065              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
4066      Branch: perl
4067            ! ext/Encode.t ext/Encode/Encode.xs
4068 ____________________________________________________________________________
4069 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
4070         Log: Subject: [PATCH] DB_File 1.801
4071              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4072              Date: Tue, 27 Nov 2001 15:06:45 -0000
4073              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
4074      Branch: perl
4075            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4076            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
4077 ____________________________________________________________________________
4078 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
4079         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
4080      Branch: perl
4081            ! pod/perlmodlib.pod
4082 ____________________________________________________________________________
4083 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
4084         Log: sort() doc tweaks from John P. Linderman.
4085      Branch: perl
4086            ! pod/perlfunc.pod
4087 ____________________________________________________________________________
4088 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
4089         Log: Subject: [PATCH] More perldelta.pod nits
4090              From: Simon Glover <scog@roe.ac.uk>
4091              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
4092              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
4093      Branch: perl
4094            ! pod/perldelta.pod
4095 ____________________________________________________________________________
4096 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
4097         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
4098              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4099              Date: Tue, 27 Nov 2001 11:52:31 -0000
4100              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
4101      Branch: perl
4102            ! ext/Devel/PPPort/harness/Makefile.PL
4103 ____________________________________________________________________________
4104 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
4105         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
4106              From: Michael G Schwern <schwern@pobox.com>
4107              Date: Tue, 27 Nov 2001 03:38:24 -0500
4108              Message-ID: <20011127033824.A17775@blackrider>
4109      Branch: perl
4110            ! t/TEST
4111 ____________________________________________________________________________
4112 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
4113         Log: Subject: Re: perlcc very broken
4114              From: John Peacock <jpeacock@rowman.com>
4115              Date: Tue, 27 Nov 2001 06:48:01 -0500
4116              Message-ID: <3C037D71.4030508@rowman.com>
4117      Branch: perl
4118            ! utils/perlcc.PL
4119 ____________________________________________________________________________
4120 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
4121         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
4122              From: David Dyck <dcd@tc.fluke.com>
4123              Date: Mon, 26 Nov 2001 22:04:38 -0800
4124              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
4125      Branch: perl
4126            ! t/op/pack.t
4127 ____________________________________________________________________________
4128 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
4129         Log: Subject: [ID 20011126.149] t/op/split fails step 37
4130              From: David Dyck <dcd@tc.fluke.com>
4131              Date: Mon, 26 Nov 2001 21:52:35 -0800
4132              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
4133      Branch: perl
4134            ! t/op/split.t
4135 ____________________________________________________________________________
4136 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
4137         Log: incorporate last minute change from libnet 1.0901-tobe
4138      Branch: perl
4139            ! lib/Net/SMTP.pm
4140 ____________________________________________________________________________
4141 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
4142         Log: Pass 7 at perldelta - random edits.
4143      Branch: perl
4144            ! pod/perldelta.pod
4145 ____________________________________________________________________________
4146 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
4147         Log: Portability and skippage tweaks.
4148      Branch: perl
4149            ! t/op/split.t
4150 ____________________________________________________________________________
4151 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
4152         Log: (retracted by #13449)
4153              Try to make Unicode casemapping to work for EBCDIC, too.
4154      Branch: perl
4155            ! utf8.c
4156 ____________________________________________________________________________
4157 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
4158         Log: Just printing 1..0 is not quite enough...
4159      Branch: perl
4160            ! lib/Dumpvalue.t
4161 ____________________________________________________________________________
4162 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
4163         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
4164              Delay the match until runtime.
4165      Branch: perl
4166            ! t/op/append.t
4167 ____________________________________________________________________________
4168 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
4169         Log: UTF-EBCDIC.
4170      Branch: perl
4171            ! ext/Devel/Peek/Peek.t
4172 ____________________________________________________________________________
4173 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
4174         Log: Be UTF-EBCDIC aware.
4175      Branch: perl
4176            ! lib/bytes.t
4177 ____________________________________________________________________________
4178 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
4179         Log: Bad assumption which way digits and letters sort.
4180      Branch: perl
4181            ! lib/English.t
4182 ____________________________________________________________________________
4183 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
4184         Log: If in EBCDIC but no Convert::EBCDIC
4185              the libnet tests will all fail.
4186      Branch: perl
4187            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
4188            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
4189            ! lib/Net/t/smtp.t lib/Net/t/time.t
4190 ____________________________________________________________________________
4191 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
4192         Log: Just sorting to guarantee order is not enough.
4193              (Think EBCDIC.) 
4194      Branch: perl
4195            ! lib/ExtUtils/Manifest.t
4196 ____________________________________________________________________________
4197 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
4198         Log: OS/390 cleanable gunk.
4199      Branch: perl
4200            ! lib/ExtUtils/MM_Unix.pm
4201 ____________________________________________________________________________
4202 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
4203         Log: Update the EBCDIC MD5 checksums.
4204      Branch: perl
4205            ! ext/Digest/MD5/t/files.t
4206 ____________________________________________________________________________
4207 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
4208         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
4209              From: Nicholas Clark <nick@ccl4.org>
4210              Date: Mon, 26 Nov 2001 23:06:34 +0000
4211              Message-ID: <20011126230633.Q37621@plum.flirble.org>
4212      Branch: perl
4213            ! installman
4214 ____________________________________________________________________________
4215 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
4216         Log: sort tweaks from John P. Linderman.
4217      Branch: perl
4218            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
4219 ____________________________________________________________________________
4220 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
4221         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
4222              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
4223              Date: Mon, 26 Nov 2001 18:47:25 -0600
4224              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
4225              
4226              Craig Berry submitted half of this patch just yesterday.
4227              Spooky cosmic resonance.
4228      Branch: perl
4229            ! ext/Socket/Socket.xs
4230 ____________________________________________________________________________
4231 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
4232         Log: Subject: [PATCH] doio slightly smaller
4233              From: Nicholas Clark <nick@ccl4.org>
4234              Date: Tue, 27 Nov 2001 00:40:23 +0000      
4235              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
4236      Branch: perl
4237            ! doio.c
4238 ____________________________________________________________________________
4239 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
4240         Log: perldelta nits from Autrijus Tang and Ron Kimball.
4241      Branch: perl
4242            ! pod/perldelta.pod
4243 ____________________________________________________________________________
4244 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
4245         Log: Subject: [PATCH] unpack P* uses random length for item
4246              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
4247              Date: Mon, 26 Nov 2001 19:56:32 +0100
4248              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
4249      Branch: perl
4250            ! pod/perldiag.pod pp_pack.c t/op/pack.t
4251 ____________________________________________________________________________
4252 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
4253         Log: Subject: [PATCH current] system and taintedness
4254              From: Radu Greab <radu@netsoft.ro>
4255              Date: Mon, 26 Nov 2001 18:42:29 +0200
4256              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
4257      Branch: perl
4258            ! pp_sys.c t/op/taint.t
4259 ____________________________________________________________________________
4260 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
4261         Log: Subject: [PATCH @ 13283] Devel::PPPort
4262              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
4263              Date: Mon, 26 Nov 2001 14:37:17 -0000
4264              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
4265      Branch: perl
4266            + ext/Devel/PPPort/MANIFEST
4267            ! MANIFEST ext/Devel/PPPort/Makefile.PL
4268            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
4269            ! ext/Devel/PPPort/harness/Harness.xs
4270            ! ext/Devel/PPPort/harness/Makefile.PL
4271            ! ext/Devel/PPPort/harness/module2.c
4272            ! ext/Devel/PPPort/harness/module3.c
4273            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
4274 ____________________________________________________________________________
4275 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
4276         Log: Update the test list.
4277      Branch: perl
4278            ! t/lib/1_compile.t
4279 ____________________________________________________________________________
4280 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
4281         Log: Sync-up tests with libnet distribution
4282      Branch: perl
4283            + lib/Net/t/netrc.t
4284            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
4285 ____________________________________________________________________________
4286 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
4287         Log: Update Changes.
4288      Branch: perl
4289            ! Changes patchlevel.h
4290 ____________________________________________________________________________
4291 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
4292         Log: Upgrade to podlators 1.16.
4293      Branch: perl
4294            + lib/Pod/t/basic.cap
4295            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
4296            ! lib/Pod/t/basic.t pod/pod2man.PL
4297 ____________________________________________________________________________
4298 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
4299         Log: Pass 6 at perldelta - sort enhancements, generic and
4300              platform specific bug fixes.
4301      Branch: perl
4302            ! pod/perldelta.pod
4303 ____________________________________________________________________________
4304 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
4305         Log: PROPAGATE documentation from Tony Cook.
4306      Branch: perl
4307            ! pod/perlfunc.pod
4308 ____________________________________________________________________________
4309 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
4310         Log: DJGPP cannot do signals that well.
4311      Branch: perl
4312            ! ext/POSIX/t/sigaction.t
4313 ____________________________________________________________________________
4314 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
4315         Log: Can't do subsecond alarms without ualarm; and break out
4316              early if alarms do not seem to be coming in as expected.
4317      Branch: perl
4318            ! ext/Time/HiRes/HiRes.t
4319 ____________________________________________________________________________
4320 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
4321         Log: No Socket, little Net.
4322      Branch: perl
4323            ! t/lib/1_compile.t
4324 ____________________________________________________________________________
4325 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
4326         Log: Take the taint brush to the getcwds.
4327      Branch: perl
4328            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
4329 ____________________________________________________________________________
4330 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
4331         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
4332              From: "Craig A. Berry" <craigberry@mac.com>
4333              Date: Sun, 25 Nov 2001 16:20:45 -0600
4334              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
4335      Branch: perl
4336            ! ext/Socket/Socket.xs
4337 ____________________________________________________________________________
4338 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
4339         Log: Since in some DOS filesystems the timestamp granularity
4340              may be only two seconds, better sleep for three to play safe.
4341              (Helps CygWin, at least.)
4342      Branch: perl
4343            ! lib/Memoize/t/expire_file.t
4344 ____________________________________________________________________________
4345 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
4346         Log: For some reason CygWin wasn't collapsing multiple
4347              slashes into one, which made some Spec.t tests to fail.
4348              Either CygWin was being too prudish or the collapsing
4349              logic needs to be rethunk.
4350      Branch: perl
4351            ! lib/File/Spec/Unix.pm
4352 ____________________________________________________________________________
4353 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
4354         Log: Cygwin needs to have libperl.dll around if trying to link
4355              with -lperl.  Note: this change cures the test but whether
4356              it cures CygPerl installation, I don't know: hopefully the
4357              libperl5_7_2.dll, or the version equivalent, gets installed
4358              also as libperl.dll to the proper place(s).
4359      Branch: perl
4360            ! lib/ExtUtils/Embed.t
4361 ____________________________________________________________________________
4362 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
4363         Log: -I../lib/.. and -L../lib/..?  Strange.
4364      Branch: perl
4365            ! lib/ExtUtils/Embed.t
4366 ____________________________________________________________________________
4367 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
4368         Log: $MM?
4369      Branch: perl
4370            ! lib/ExtUtils/Embed.pm
4371 ____________________________________________________________________________
4372 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
4373         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
4374              From: Dave Rolsky <autarch@urth.org>
4375              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
4376              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
4377      Branch: perl
4378            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
4379            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
4380 ____________________________________________________________________________
4381 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
4382         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
4383              From: chromatic <chromatic@rmci.net>
4384              Date: Sat, 24 Nov 2001 14:56:57 -0700
4385              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
4386              
4387              plus a tweak for ithreads builds.
4388      Branch: perl
4389            + lib/DB.t
4390            ! MANIFEST lib/DB.pm
4391 ____________________________________________________________________________
4392 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
4393         Log: Win32 compilation tweaks for Blair Zajac.
4394      Branch: perl
4395            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
4396 ____________________________________________________________________________
4397 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
4398         Log: I don't think trying to bracket the hires time with lores
4399              times is going to be portable enough: Cygwin seems to be
4400              capable of getting hires ones rather consistently lower
4401              than the lores ones.  So let's try average difference instead.
4402      Branch: perl
4403            ! ext/Time/HiRes/HiRes.t
4404 ____________________________________________________________________________
4405 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
4406         Log: Subject: Re: benchmarks, sorts and reproducibility
4407              From: "John P. Linderman" <jpl@research.att.com>
4408              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
4409              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
4410              
4411              Randomize large partitions for quicksort to dodge the
4412              angry gods of quadratic.
4413      Branch: perl
4414            ! pp_sort.c
4415 ____________________________________________________________________________
4416 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
4417         Log: The joys of portable quoting.
4418      Branch: perl
4419            ! ext/Devel/PPPort/harness/Makefile.PL
4420 ____________________________________________________________________________
4421 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
4422         Log: sort pragma tweaks.
4423      Branch: perl
4424            ! lib/sort.pm
4425 ____________________________________________________________________________
4426 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
4427         Log: Skip the link= directives of utils.lst if no mandir
4428              (if no manpages).
4429      Branch: perl
4430            ! installman
4431 ____________________________________________________________________________
4432 [ 13261] By: gsar                                  on 2001/11/25  16:48:38
4433         Log: integrate changes#8340,13260 from mainline
4434              
4435              Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
4436              
4437              change#3373 introduced a handle leak in backticks and piped open()s
4438              that fail
4439      Branch: maint-5.6/perl
4440            ! t/io/pipe.t util.c
4441 ____________________________________________________________________________
4442 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
4443         Log: change#3373 introduced a handle leak in backticks and piped open()s
4444              that fail
4445      Branch: perl
4446            ! util.c
4447 ____________________________________________________________________________
4448 [ 13259] By: jhi                                   on 2001/11/25  05:58:47
4449         Log: metaconfig unit change for #13258.
4450      Branch: metaconfig/U/perl
4451            ! d_procselfexe.U
4452 ____________________________________________________________________________
4453 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
4454         Log: Extraenous breaks noticed by David Dyck.
4455      Branch: perl
4456            ! Configure
4457 ____________________________________________________________________________
4458 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
4459         Log: Revert the /proc/self/auxv experiment for now.
4460      Branch: perl
4461            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
4462 ____________________________________________________________________________
4463 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
4464         Log: Also ExtUtils.t had $^X assumptions.
4465      Branch: perl
4466            ! lib/ExtUtils.t
4467 ____________________________________________________________________________
4468 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
4469         Log: Now is Solaris if you start the t/perl in the t/
4470              as "./perl", the $^X will be "../perl", not "./perl".
4471      Branch: perl
4472            ! t/lib/1_compile.t
4473 ____________________________________________________________________________
4474 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
4475         Log: The new way of finding out $^X in Solaris
4476              requires a little tweak if the executable
4477              pathname is *not* absolute: prepend "./"
4478              (otherwise `$^X ...` will start perl from PATH...)
4479      Branch: perl
4480            ! perl.c
4481 ____________________________________________________________________________
4482 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
4483         Log: Avoid "will not stay shared" warnings.
4484      Branch: perl
4485            ! lib/ExtUtils/MM_Unix.pm
4486 ____________________________________________________________________________
4487 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
4488         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
4489              From: Michael G Schwern <schwern@pobox.com>
4490              Date: Sat, 24 Nov 2001 19:56:18 -0500
4491              Message-ID: <20011124195618.A14614@blackrider>            
4492      Branch: perl
4493            ! perl.c pp_sys.c t/op/magic.t util.c
4494 ____________________________________________________________________________
4495 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
4496         Log: In the MakeMaker pm_to_blib target don't copy all
4497              the files in one fell swppo, deal with them hunkwise,
4498              helps for CLIs with limited line lengths.
4499              (This seems to help for DJGPP building Encode,
4500              where there are dozens of files to copy.)
4501      Branch: perl
4502            ! lib/ExtUtils/MM_Unix.pm
4503 ____________________________________________________________________________
4504 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
4505         Log: testsuite leaves stray files behind on windows
4506      Branch: perl
4507            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
4508 ____________________________________________________________________________
4509 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
4510         Log: xsubpp produces a spurious warning on directories called 'typemap'
4511      Branch: perl
4512            ! lib/ExtUtils/xsubpp
4513 ____________________________________________________________________________
4514 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
4515         Log: xsubpp treats invalid (indented) cpp directives as comments
4516      Branch: perl
4517            ! ext/IO/IO.xs
4518 ____________________________________________________________________________
4519 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
4520         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
4521      Branch: perl
4522            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
4523 ____________________________________________________________________________
4524 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
4525         Log: The debug_pag needs to be visible at all times
4526              because of the re extension.
4527      Branch: perl
4528            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
4529 ____________________________________________________________________________
4530 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
4531         Log: Subject: Re: [PATCH] Tests are good
4532              From: Philip Newton <Philip.Newton@gmx.net>
4533              Date: Sat, 24 Nov 2001 21:24:00 +0100
4534              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
4535      Branch: perl
4536            ! pod/perlhack.pod
4537 ____________________________________________________________________________
4538 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
4539         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
4540              From: "Craig A. Berry" <craigberry@mac.com> 
4541              Date: Sat, 24 Nov 2001 12:45:44 -0600
4542              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
4543              
4544              (with tweaks, and combined with Sarathy's #13242)
4545      Branch: perl
4546            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
4547 ____________________________________________________________________________
4548 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
4549         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
4550              From: John Peacock <jpeacock@rowman.com>
4551              Date: Sat, 24 Nov 2001 14:27:46 -0500
4552              Message-ID: <3BFFF4B2.40509@rowman.com> 
4553      Branch: perl
4554            ! lib/Exporter/Heavy.pm
4555 ____________________________________________________________________________
4556 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
4557         Log: use portable quotes
4558      Branch: perl
4559            ! ext/Devel/PPPort/harness/Makefile.PL
4560 ____________________________________________________________________________
4561 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
4562         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
4563              From: Nicholas Clark <nick@ccl4.org>
4564              Date: Sat, 24 Nov 2001 18:06:26 +0000
4565              Message-ID: <20011124180626.T37621@plum.flirble.org>
4566      Branch: perl
4567            ! installman
4568 ____________________________________________________________________________
4569 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
4570         Log: Subject: [PATCH] perl5005delta.pod L<>
4571              From: Nicholas Clark <nick@ccl4.org>
4572              Date: Sat, 24 Nov 2001 18:04:21 +0000
4573              Message-ID: <20011124180421.S37621@plum.flirble.org>
4574      Branch: perl
4575            ! pod/perl5005delta.pod
4576 ____________________________________________________________________________
4577 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
4578         Log: fix typo in config.vc; regenerate win32 config_H.* files
4579      Branch: perl
4580            ! win32/config.vc win32/config_H.bc win32/config_H.gc
4581            ! win32/config_H.vc
4582 ____________________________________________________________________________
4583 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
4584         Log: Mention the charnames::vianame().
4585      Branch: perl
4586            ! pod/perluniintro.pod
4587 ____________________________________________________________________________
4588 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
4589         Log: Add charnames::vianame() in case people want to access
4590              the codes in run-time (as opposed to the compile-timeness
4591              of \N{...}).
4592      Branch: perl
4593            ! lib/charnames.pm lib/charnames.t
4594 ____________________________________________________________________________
4595 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
4596         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
4597              From: Nicholas Clark <nick@ccl4.org>
4598              Date: Sat, 24 Nov 2001 16:30:42 +0000
4599              Message-ID: <20011124163042.R37621@plum.flirble.org>
4600      Branch: perl
4601            ! regcomp.c regcomp.h
4602 ____________________________________________________________________________
4603 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
4604         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
4605              From: Nicholas Clark <nick@ccl4.org>
4606              Date: Sat, 24 Nov 2001 16:24:33 +0000
4607              Message-ID: <20011124162433.Q37621@plum.flirble.org>
4608              
4609              cmp fixes.
4610      Branch: perl
4611            ! pp.c
4612 ____________________________________________________________________________
4613 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
4614         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
4615              (It seems that "./perl" gets resolved to "perl" now.)
4616      Branch: perl
4617            ! perl.c
4618 ____________________________________________________________________________
4619 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
4620         Log: Subject: [PATCH] DB_File 1.800        
4621              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
4622              Date: Sat, 24 Nov 2001 11:41:41 -0000
4623              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
4624      Branch: perl
4625            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
4626            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
4627            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4628            ! ext/DB_File/t/db-recno.t
4629 ____________________________________________________________________________
4630 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
4631         Log: Tweak the PUSHED documentation.
4632      Branch: perl
4633            ! ext/PerlIO/Via/Via.pm
4634 ____________________________________________________________________________
4635 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
4636         Log: Update 1_compile for new known tests.
4637      Branch: perl
4638            ! t/lib/1_compile.t
4639 ____________________________________________________________________________
4640 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
4641         Log: Move the MBF/MBI test modules to t/lib.
4642      Branch: perl
4643            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
4644            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4645            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4646            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
4647            ! lib/Math/BigInt/t/sub_mbi.t
4648 ____________________________________________________________________________
4649 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
4650         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
4651              From: "Craig A. Berry" <craigberry@mac.com> 
4652              Date: Fri, 23 Nov 2001 18:05:35 -0600
4653              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
4654      Branch: perl
4655            ! configure.com
4656 ____________________________________________________________________________
4657 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
4658         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
4659              From: PPrymmer@factset.com 
4660              Date: Fri, 23 Nov 2001 17:03:07 -0500
4661              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
4662      Branch: perl
4663            ! ext/Unicode/Normalize/mkheader
4664 ____________________________________________________________________________
4665 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
4666         Log: Here are the right helper files.
4667      Branch: perl
4668            + t/lib/Filter/Simple/ExportTest.pm
4669            + t/lib/Filter/Simple/FilterOnlyTest.pm
4670            + t/lib/Filter/Simple/FilterTest.pm
4671            + t/lib/Filter/Simple/ImportTest.pm
4672            ! MANIFEST
4673 ____________________________________________________________________________
4674 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
4675         Log: Update Changes.
4676      Branch: perl
4677            ! Changes patchlevel.h
4678 ____________________________________________________________________________
4679 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
4680         Log: Never mind.
4681      Branch: perl
4682            - lib/Filter/Simple/lib/ExportTest.pm
4683            - lib/Filter/Simple/lib/ImportTest.pm
4684 ____________________________________________________________________________
4685 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
4686         Log: Mis-add.
4687      Branch: perl
4688            + lib/Filter/Simple/lib/ExportTest.pm
4689            + lib/Filter/Simple/lib/ImportTest.pm
4690 ____________________________________________________________________________
4691 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
4692         Log: Upgrade to Filter::Simple 0.77.
4693      Branch: perl
4694            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
4695            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
4696            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
4697            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
4698            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
4699 ____________________________________________________________________________
4700 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
4701         Log: Missing p4 add.
4702      Branch: perl
4703            + lib/ExtUtils/MM_VMS.t
4704 ____________________________________________________________________________
4705 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
4706         Log: Pass 5 at perldelta - module and utility updates cleanup.
4707      Branch: perl
4708            ! pod/perldelta.pod
4709 ____________________________________________________________________________
4710 [ 13220] By: jhi                                   on 2001/11/23  18:55:20
4711         Log: metaconfig unit change for #13219.
4712      Branch: metaconfig/U/perl
4713            ! d_procselfexe.U
4714 ____________________________________________________________________________
4715 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
4716         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
4717      Branch: perl
4718            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4719            ! pod/buildtoc.PL pod/perltoc.pod
4720 ____________________________________________________________________________
4721 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
4722         Log: Add procselfexe and d_dirfd to strange lands.
4723      Branch: perl
4724            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
4725            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
4726            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4727            ! win32/config.gc win32/config.vc win32/config.win64
4728            ! wince/config.ce
4729 ____________________________________________________________________________
4730 [ 13217] By: jhi                                   on 2001/11/23  18:47:41
4731         Log: metaconfig unit change for #13216.
4732      Branch: metaconfig/U/perl
4733            ! d_procselfexe.U
4734 ____________________________________________________________________________
4735 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
4736         Log: Better to "quote" the pathname.
4737      Branch: perl
4738            ! Configure config_h.SH
4739 ____________________________________________________________________________
4740 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
4741         Log: Use PROCSELFEXE_PATH.
4742      Branch: perl
4743            ! perl.c
4744 ____________________________________________________________________________
4745 [ 13214] By: jhi                                   on 2001/11/23  18:31:27
4746         Log: metaconfig unit change for #13213.
4747      Branch: metaconfig/U/perl
4748            ! d_procselfexe.U
4749 ____________________________________________________________________________
4750 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
4751         Log: Add probing for BSD-like /proc/curpoc/file.
4752      Branch: perl
4753            ! Configure config_h.SH
4754 ____________________________________________________________________________
4755 [ 13212] By: jhi                                   on 2001/11/23  18:10:05
4756         Log: metaconfig unit change for 13211.
4757      Branch: metaconfig/U/perl
4758            + d_dirfd.U
4759 ____________________________________________________________________________
4760 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
4761         Log: Add probing for dirfd() so that it can be added it IO::Dir.
4762      Branch: perl
4763            ! Configure config_h.SH perl.h
4764 ____________________________________________________________________________
4765 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
4766         Log: ...and update the test count.
4767      Branch: perl
4768            ! lib/Pod/t/basic.t
4769 ____________________________________________________________________________
4770 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
4771         Log: Must remove the cap test also from the test script.
4772      Branch: perl
4773            ! lib/Pod/t/basic.t
4774 ____________________________________________________________________________
4775 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
4776         Log: Subject: [PATCH] Tests are good
4777              From: Nicholas Clark <nick@ccl4.org>
4778              Date: Fri, 23 Nov 2001 18:12:21 +0000
4779              Message-ID: <20011123181220.F37621@plum.flirble.org>
4780      Branch: perl
4781            ! pod/perlhack.pod
4782 ____________________________________________________________________________
4783 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
4784         Log: The basic.cap from podlators 1.14 is not very portable.
4785      Branch: perl
4786            - lib/Pod/t/basic.cap
4787            ! MANIFEST
4788 ____________________________________________________________________________
4789 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
4790         Log: Subject: Re: [DOC PATCHES] pod cleanups
4791              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4792              Date: 22 Nov 2001 12:54:16 -0000
4793              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
4794      Branch: perl
4795            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
4796            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
4797 ____________________________________________________________________________
4798 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
4799         Log: FAQ sync.
4800      Branch: perl
4801            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
4802 ____________________________________________________________________________
4803 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
4804         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
4805              From: PPrymmer@factset.com
4806              Date: Fri, 23 Nov 2001 11:43:45 -0500
4807              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
4808      Branch: perl
4809            ! MANIFEST lib/ExtUtils/MM_VMS.pm
4810 ____________________________________________________________________________
4811 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
4812         Log: Corify podlators 1.14 test.
4813      Branch: perl
4814            ! lib/Pod/t/basic.t
4815 ____________________________________________________________________________
4816 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
4817         Log: Output tweak needed because of podlators 1.14.
4818      Branch: perl
4819            ! t/pod/multiline_items.xr
4820 ____________________________________________________________________________
4821 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
4822         Log: Upgrade to podlators 1.14.
4823      Branch: perl
4824            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
4825            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
4826            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
4827            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
4828            ! lib/Pod/Text/Overstrike.pm
4829 ____________________________________________________________________________
4830 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
4831         Log: perlmodinstall tweaks from Philip Newton.
4832      Branch: perl
4833            ! pod/perlmodinstall.pod
4834 ____________________________________________________________________________
4835 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
4836         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
4837              From: Autrijus Tang <autrijus@autrijus.org>           
4838              Date: Fri, 23 Nov 2001 23:55:53 +0800
4839              Message-ID: <20011123235553.A2310@not.autrijus.org>
4840      Branch: perl
4841            ! Porting/genlog
4842 ____________________________________________________________________________
4843 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
4844         Log: Subject: Re: regex oddness with \Z and $&
4845              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
4846              Date: Fri, 23 Nov 2001 15:15:24 +0000
4847              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
4848      Branch: perl
4849            ! regcomp.c t/op/re_tests
4850 ____________________________________________________________________________
4851 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
4852         Log: regen_headers.
4853      Branch: perl
4854            ! embed.h global.sym pod/perlapi.pod proto.h
4855 ____________________________________________________________________________
4856 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
4857         Log: Forgotten check-in.
4858      Branch: perl
4859            ! pod/perlapi.pod
4860 ____________________________________________________________________________
4861 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
4862         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
4863      Branch: perl
4864            ! lib/Test/Simple.pm
4865 ____________________________________________________________________________
4866 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
4867         Log: Retract #13173 (effectively retract Net::Ping 2.06,
4868              go back to 2.04, the 2.06 hasn't seen the patches
4869              that have gone to the blead version.)
4870      Branch: perl
4871            - lib/Net/Ping/CHANGES lib/Net/Ping/README
4872            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4873            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4874            - lib/Net/Ping/t/200_ping_tcp.t
4875            ! MANIFEST lib/Net/Ping.pm
4876 ____________________________________________________________________________
4877 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
4878         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
4879              From: Robin Barker <rmb1@cise.npl.co.uk>
4880              Date: Thu, 22 Nov 2001 11:00:38 GMT
4881              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
4882      Branch: perl
4883            ! utils/perldoc.PL
4884 ____________________________________________________________________________
4885 [ 13192] By: jhi                                   on 2001/11/22  05:06:35
4886         Log: metaconfig unit change for #13191.
4887      Branch: metaconfig/U/perl
4888            ! d_procselfexe.U
4889 ____________________________________________________________________________
4890 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
4891         Log: procselfexe tweak: for some reason I had a ls in
4892              /proc/self/exe, not the ls Configure thought it
4893              would found.
4894      Branch: perl
4895            ! Configure
4896 ____________________________________________________________________________
4897 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
4898         Log: Corify the Net::Ping tests; skip the tests
4899              unless $ENV{PERL_TEST_Net_Ping} is true.
4900      Branch: perl
4901            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
4902            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
4903            ! lib/Net/Ping/t/200_ping_tcp.t
4904 ____________________________________________________________________________
4905 [ 13189] By: jhi                                   on 2001/11/22  04:44:03
4906         Log: metaconfig units changes for #13188.
4907      Branch: metaconfig
4908            ! U/modified/Head.U
4909      Branch: metaconfig/U/perl
4910            ! issymlink.U
4911 ____________________________________________________________________________
4912 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
4913         Log: The #13182 didn't really help.  The real problem
4914              seems to be that 'sh' can in AIX mean at least three
4915              different things, and we can't know which one it is
4916              unless we export $newsh from an earlier run (and it's
4917              the 'bsh' aka 'sh' that has the the broken test -h).
4918      Branch: perl
4919            ! Configure
4920 ____________________________________________________________________________
4921 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
4922         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
4923      Branch: perl
4924            ! op.c t/op/override.t
4925 ____________________________________________________________________________
4926 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
4927         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
4928              From: PPrymmer@factset.com 
4929              Date: Wed, 21 Nov 2001 20:17:25 -0500
4930              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
4931      Branch: perl
4932            ! lib/Shell.t
4933 ____________________________________________________________________________
4934 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
4935         Log: Reapply perlmodinstall parts of #12897.
4936      Branch: perl
4937            ! pod/perlmodinstall.pod
4938 ____________________________________________________________________________
4939 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
4940         Log: perlmodinstall 2.01 from Jon Orwant.
4941      Branch: perl
4942            ! pod/perlmodinstall.pod
4943 ____________________________________________________________________________
4944 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
4945         Log: Subject: [PATCH @10907] REXX on OS/2
4946              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
4947              Date: Wed, 21 Nov 2001 15:26:11 -0500
4948              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
4949      Branch: perl
4950            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
4951            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
4952 ____________________________________________________________________________
4953 [ 13182] By: jhi                                   on 2001/11/21  22:31:10
4954         Log: metaconfig unit change for #13181.
4955      Branch: metaconfig/U/perl
4956            ! issymlink.U
4957 ____________________________________________________________________________
4958 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
4959         Log: AIX has broken builtin 'test'.
4960      Branch: perl
4961            ! Configure
4962 ____________________________________________________________________________
4963 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
4964         Log: Subject: [PATCH 5.7.x] INSTALL size update
4965              From: Andy Dougherty <doughera@lafayette.edu>
4966              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
4967              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
4968      Branch: perl
4969            ! INSTALL
4970 ____________________________________________________________________________
4971 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
4972         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
4973              to pp_sort.c.  Includes the quicksort stabilizing layer
4974              from John P. Linderman.  -Msort=qsort or -Msort=fast is
4975              faster than without (or with -Msort=mergesort or -Msort=safe)
4976              for short random inputs, but for some reason not quite as fast
4977              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
4978              optimizing definitely needed.
4979      Branch: perl
4980            + lib/sort.pm lib/sort.t pp_sort.c
4981            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
4982            ! embed.pl global.sym perl.h pp_ctl.c proto.h
4983            ! vms/descrip_mms.template vos/build.cm win32/Makefile
4984            ! win32/makefile.mk wince/Makefile.ce
4985 ____________________________________________________________________________
4986 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
4987         Log: Sync file with libnet-1.0901-tobe
4988      Branch: perl
4989            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
4990            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
4991            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
4992            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
4993            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
4994 ____________________________________________________________________________
4995 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
4996         Log: Subject: [PATCH perldoc] problems with pod2man
4997              From: Robin Barker <rmb1@cise.npl.co.uk>
4998              Date: Wed, 21 Nov 2001 17:48:51 GMT
4999              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
5000      Branch: perl
5001            ! utils/perldoc.PL
5002 ____________________________________________________________________________
5003 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
5004         Log: debug_pad only visible when debugging.
5005      Branch: perl
5006            ! makedef.pl
5007 ____________________________________________________________________________
5008 [ 13175] By: jhi                                   on 2001/11/21  16:02:14
5009         Log: metaconfig units changes for #13174.
5010      Branch: metaconfig/U/perl
5011            + d_procselfexe.U
5012            - procselfexe.U
5013 ____________________________________________________________________________
5014 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
5015         Log: procselfexe tweaks.
5016      Branch: perl
5017            ! Configure config_h.SH
5018 ____________________________________________________________________________
5019 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
5020         Log: Upgrade to Net::Ping 2.06.
5021      Branch: perl
5022            + lib/Net/Ping/CHANGES lib/Net/Ping/README
5023            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
5024            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
5025            + lib/Net/Ping/t/200_ping_tcp.t
5026            ! MANIFEST lib/Net/Ping.pm
5027 ____________________________________________________________________________
5028 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
5029         Log: Upgrade to Math::BigInt 1.47.
5030      Branch: perl
5031            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5032            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
5033            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
5034            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
5035            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
5036            ! lib/Math/BigInt/t/sub_mbi.t
5037 ____________________________________________________________________________
5038 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
5039         Log: Dynaloading for POSIX-BC from Thomas Dorner.
5040      Branch: perl
5041            ! hints/posix-bc.sh
5042 ____________________________________________________________________________
5043 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
5044         Log: Strange: the same mysterious regex study bug
5045              seems to be present both in OS/390 and POSIX-BC.
5046              Deep EBCDIC magic that regex engine gets wrong,
5047              or a bug in some compiler/library shared by the
5048              two platforms?  From Thomas Dorner.
5049      Branch: perl
5050            ! t/op/study.t
5051 ____________________________________________________________________________
5052 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
5053         Log: More lost and found.
5054      Branch: perl
5055            + lib/Test/Simple/README
5056            ! MANIFEST
5057 ____________________________________________________________________________
5058 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
5059         Log: MANIFESTly missing.
5060      Branch: perl
5061            ! MANIFEST
5062 ____________________________________________________________________________
5063 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
5064         Log: Subject: Re: PERFORCE change 13162 for review               
5065              From: Philip Newton <Philip.Newton@gmx.net> 
5066              Date: Wed, 21 Nov 2001 16:44:30 +0100
5067              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
5068      Branch: perl
5069            ! ext/Devel/PPPort/PPPort.pm
5070 ____________________________________________________________________________
5071 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
5072         Log: Update Changes.
5073      Branch: perl
5074            ! Changes patchlevel.h
5075 ____________________________________________________________________________
5076 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
5077         Log: Small doc tweaks.
5078      Branch: perl
5079            ! ext/PerlIO/Via/Via.pm
5080 ____________________________________________________________________________
5081 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
5082         Log: Redundant return.
5083      Branch: perl
5084            ! ext/MIME/Base64/QuotedPrint.pm
5085 ____________________________________________________________________________
5086 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
5087         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
5088              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
5089              Date: Wed, 21 Nov 2001 10:23:16 +0100
5090              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
5091      Branch: perl
5092            ! pp_pack.c t/op/pack.t
5093 ____________________________________________________________________________
5094 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
5095         Log: Add Devel::PPPort originally from Kenneth Albanowski,
5096              revigorated by Paul Marquess: gives h2xs a Perl version
5097              portability boost.
5098      Branch: perl
5099            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
5100            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
5101            + ext/Devel/PPPort/harness/Harness.pm
5102            + ext/Devel/PPPort/harness/Harness.xs
5103            + ext/Devel/PPPort/harness/Makefile.PL
5104            + ext/Devel/PPPort/harness/module2.c
5105            + ext/Devel/PPPort/harness/module3.c
5106            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
5107            ! MANIFEST lib/h2xs.t utils/h2xs.PL
5108 ____________________________________________________________________________
5109 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
5110         Log: Oops.
5111      Branch: perl
5112            ! lib/Test/Simple/t/filehandles.t
5113 ____________________________________________________________________________
5114 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
5115         Log: Subject: Re: PERFORCE change 13152 for review               
5116              From: Philip Newton <Philip.Newton@gmx.net> 
5117              Date: Wed, 21 Nov 2001 09:04:05 +0100
5118              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
5119      Branch: perl
5120            ! lib/Test/Builder.pm
5121 ____________________________________________________________________________
5122 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
5123         Log: Subject: Re: PERFORCE change 13142 for review
5124              From: Philip Newton <Philip.Newton@gmx.net>
5125              Date: Wed, 21 Nov 2001 09:04:03 +0100
5126              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
5127              
5128              plus rewrap few paragraphs.
5129      Branch: perl
5130            ! lib/Pod/LaTeX.pm
5131 ____________________________________________________________________________
5132 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
5133         Log: Integrate #13154 from macperl; Remove comments.
5134      Branch: perl
5135           !> lib/File/Spec/Mac.pm
5136 ____________________________________________________________________________
5137 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
5138         Log: Update the list of modules having tests.
5139      Branch: perl
5140            ! t/lib/1_compile.t
5141 ____________________________________________________________________________
5142 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
5143         Log: Slight doc changes.
5144      Branch: maint-5.6/macperl
5145            ! macos/macperl/MacPerl.podhelp
5146 ____________________________________________________________________________
5147 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
5148         Log: Add UTF-16 coercion.
5149      Branch: maint-5.6/macperl
5150            ! macos/lib/Mac/AppleEvents/Simple.pm
5151 ____________________________________________________________________________
5152 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
5153         Log: Remove comments.
5154      Branch: maint-5.6/macperl
5155            ! lib/File/Spec/Mac.pm
5156 ____________________________________________________________________________
5157 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
5158         Log: Fix FSpGetCatInfo (and other functions) corrupting
5159              memory with bad filespecs (bug #471867)
5160      Branch: maint-5.6/macperl
5161            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
5162 ____________________________________________________________________________
5163 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
5164         Log: Upgrade to Test::Simple 0.33.
5165      Branch: perl
5166            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
5167            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
5168            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
5169 ____________________________________________________________________________
5170 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
5171         Log: Upgrade to Test::Harness 1.26.
5172      Branch: perl
5173            ! lib/Test/Harness.pm lib/Test/Harness/Changes
5174 ____________________________________________________________________________
5175 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
5176         Log: Integrate change #13145 from maintperl;
5177              another compatibility tweak to change#12559: avoid quoting
5178              arguments that already have quotes; add test case
5179      Branch: perl
5180           !> t/op/system_tests win32/win32.c
5181 ____________________________________________________________________________
5182 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
5183         Log: integrate change#13147 from mainline (fixes nit in change#10091)
5184              
5185              Subject: [PATCH] spaceship and refs
5186      Branch: maint-5.6/perl
5187            ! pp.c pp_hot.c t/op/cmp.t
5188 ____________________________________________________________________________
5189 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
5190         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
5191              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
5192              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
5193              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
5194      Branch: perl
5195            + lib/Pod/t/utils.t
5196            ! MANIFEST
5197 ____________________________________________________________________________
5198 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
5199         Log: Subject: [PATCH] spaceship and refs
5200              From: Nicholas Clark <nick@ccl4.org>
5201              Date: Tue, 20 Nov 2001 21:59:51 +0000
5202              Message-ID: <20011120215951.U62891@plum.flirble.org> 
5203      Branch: perl
5204            ! pp.c pp_hot.c t/op/cmp.t
5205 ____________________________________________________________________________
5206 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
5207         Log: Try to clarify which I/O call operates on bytes,
5208              which on characters, which on either.
5209      Branch: perl
5210            ! pod/perlfunc.pod
5211 ____________________________________________________________________________
5212 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
5213         Log: another compatibility tweak to change#12559: avoid quoting
5214              arguments that already have quotes; add test case
5215      Branch: maint-5.6/perl
5216            ! t/op/system_tests win32/win32.c
5217 ____________________________________________________________________________
5218 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
5219         Log: Give a simple example of writing PerlIO::Via handlers
5220              in Perl.
5221      Branch: perl
5222            ! ext/PerlIO/Via/Via.pm
5223 ____________________________________________________________________________
5224 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
5225         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
5226      Branch: perl
5227            + lib/Pod/t/latex.t
5228            ! MANIFEST
5229 ____________________________________________________________________________
5230 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
5231         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
5232              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5233              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
5234              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
5235      Branch: perl
5236            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
5237 ____________________________________________________________________________
5238 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
5239         Log: Spread d_procselfexe to far-off lands (undefined).
5240      Branch: perl
5241            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
5242            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
5243            ! vos/config.ga.def vos/config.ga.h win32/config.bc
5244            ! win32/config.gc win32/config.vc win32/config.win64
5245            ! wince/config.ce
5246 ____________________________________________________________________________
5247 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
5248         Log: Integrate perlio; add detection and use of /proc/self/exe
5249              (Linuxism for finding the absolute path of the executable)
5250      Branch: perl
5251           !> Configure config_h.SH perl.c t/op/magic.t
5252 ____________________________________________________________________________
5253 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
5254         Log: Really define do_report_used() only if DEBUGGING.
5255      Branch: perl
5256            ! sv.c
5257 ____________________________________________________________________________
5258 [ 13138] By: nick                                  on 2001/11/20  20:01:05
5259         Log: perl.c change to use HAS_PROCSELFEXE, also
5260              tweak to $^X test to comprehend full path to real executable
5261              being returned (like Cygwin as it happens...)
5262      Branch: perlio
5263            ! perl.c t/op/magic.t
5264 ____________________________________________________________________________
5265 [ 13137] By: nick                                  on 2001/11/20  19:46:00
5266         Log: Integrate mainline
5267      Branch: perlio
5268           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
5269           +> lib/NEXT/t/unseen.t
5270            - lib/NEXT/test.pl
5271           !> (integrate 34 files)
5272 ____________________________________________________________________________
5273 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
5274         Log: Subject: [?PATCH] terser pp_eq
5275              From: Nicholas Clark <nick@ccl4.org>
5276              Date: Mon, 19 Nov 2001 23:09:02 +0000
5277              Message-ID: <20011119230901.O62891@plum.flirble.org>
5278      Branch: perl
5279            ! pp_hot.c
5280 ____________________________________________________________________________
5281 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
5282         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
5283      Branch: perl
5284            ! pod/perldelta.pod
5285 ____________________________________________________________________________
5286 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
5287         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
5288              From: Andy Dougherty <doughera@lafayette.edu>
5289              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
5290              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
5291      Branch: perl
5292            ! ext/re/Makefile.PL ext/re/re.xs
5293 ____________________________________________________________________________
5294 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
5295         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
5296              From: Andy Dougherty <doughera@lafayette.edu>
5297              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
5298              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
5299      Branch: perl
5300            ! ext/re/re.xs
5301 ____________________________________________________________________________
5302 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
5303         Log: Integrate change #13119 from macperl.
5304              (No changes since already applied the patch,
5305              just keep perforce happy and well-fed.)
5306      Branch: perl
5307           !> lib/Pod/Html.pm
5308 ____________________________________________________________________________
5309 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
5310         Log: Subject: [PATCH] filter-util.pl for Mac OS
5311              From: Chris Nandor <pudge@pobox.com>
5312              Date: Tue, 20 Nov 2001 00:16:11 -0500
5313              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
5314      Branch: perl
5315            ! t/lib/filter-util.pl
5316 ____________________________________________________________________________
5317 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
5318         Log: Subject: [PATCH] Portability fix for Pod::Html
5319              From: Chris Nandor <pudge@pobox.com>
5320              Date: Tue, 20 Nov 2001 00:01:05 -0500
5321              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
5322      Branch: perl
5323            ! lib/Pod/Html.pm
5324 ____________________________________________________________________________
5325 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
5326         Log: Need to skip more tests if not perlio.
5327      Branch: perl
5328            ! lib/open.t
5329 ____________________________________________________________________________
5330 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
5331         Log: Pass 3 at perldelta - sort the lists of new modules,
5332              module improvements, and new platforms.
5333      Branch: perl
5334            ! pod/perldelta.pod
5335 ____________________________________________________________________________
5336 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
5337         Log: Document ${^OPEN}.
5338      Branch: perl
5339            ! pod/perlvar.pod
5340 ____________________________________________________________________________
5341 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
5342         Log: Make configpm work with extra keys
5343      Branch: maint-5.6/macperl
5344            ! macos/configpm
5345 ____________________________________________________________________________
5346 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
5347         Log: Version and doc updates
5348      Branch: maint-5.6/macperl
5349            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
5350 ____________________________________________________________________________
5351 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
5352         Log: More fixes for error message parsing (bug #470316)
5353      Branch: maint-5.6/macperl
5354            ! macos/macish.c
5355 ____________________________________________________________________________
5356 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
5357         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
5358              remove obsolete function (bug #465225)
5359      Branch: maint-5.6/macperl
5360            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
5361            ! macos/macperl/MPScript.c
5362 ____________________________________________________________________________
5363 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
5364         Log: Add p2as droplet to distribution.
5365      Branch: maint-5.6/macperl
5366            + macos/macperl/Droplets/p2as.plx
5367 ____________________________________________________________________________
5368 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
5369         Log: Bundle File::Sort.
5370      Branch: maint-5.6/macperl
5371            + macos/bundled_lib/blib/lib/File/Sort.pm
5372 ____________________________________________________________________________
5373 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
5374         Log: Various bundled module fixes.
5375      Branch: maint-5.6/macperl
5376            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
5377            ! macos/bundled_ext/Digest/MD5/t/files.t
5378            ! macos/bundled_ext/Filter/t/filter-util.pl
5379            ! macos/bundled_lib/blib/lib/Net/Config.pm
5380            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
5381 ____________________________________________________________________________
5382 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
5383         Log: Portability fix for Pod::Html.
5384      Branch: maint-5.6/macperl
5385            ! lib/Pod/Html.pm
5386 ____________________________________________________________________________
5387 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
5388         Log: Upgrade to Text::Balanced 1.89.
5389      Branch: perl
5390            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
5391            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
5392            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
5393            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
5394            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
5395            ! lib/Text/Balanced/t/gentag.t
5396 ____________________________________________________________________________
5397 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
5398         Log: Upgrade to NEXT 0.50.
5399      Branch: perl
5400            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
5401            + lib/NEXT/t/unseen.t
5402            - lib/NEXT/test.pl
5403            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
5404 ____________________________________________________________________________
5405 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
5406         Log: Integrate with maint-5.6/perl.
5407      Branch: maint-5.6/macperl
5408           !> win32/win32.c
5409 ____________________________________________________________________________
5410 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
5411         Log: Update the README.threads scary header a bit.
5412      Branch: perl
5413            ! README.threads
5414 ____________________________________________________________________________
5415 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
5416         Log: Pass 2 at perldelta: add some changes since 5.7.2.
5417      Branch: perl
5418            ! pod/perldelta.pod
5419 ____________________________________________________________________________
5420 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
5421         Log: Subject: [DOC PATCH] perlfaq4.pod 
5422              From: Tim Jenness <t.jenness@jach.hawaii.edu>
5423              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
5424              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
5425      Branch: perl
5426            ! pod/perlfaq4.pod
5427 ____________________________________________________________________________
5428 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
5429         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
5430              From: Michael G Schwern <schwern@pobox.com> 
5431              Date: Mon, 19 Nov 2001 19:53:12 -0500
5432              Message-ID: <20011119195311.I11883@blackrider>
5433      Branch: perl
5434            ! perl.c
5435 ____________________________________________________________________________
5436 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
5437         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
5438              From: PPrymmer@factset.com
5439              Date: Mon, 19 Nov 2001 17:08:59 -0500
5440              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
5441      Branch: perl
5442            ! vms/descrip_mms.template
5443 ____________________________________________________________________________
5444 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
5445         Log: Create a per-interpeter debug scratchpad container
5446              and use that for the regexec debugging.
5447      Branch: perl
5448            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
5449 ____________________________________________________________________________
5450 [ 13109] By: nick                                  on 2001/11/19  22:01:45
5451         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
5452              Configure unit detects the feature).
5453      Branch: metaconfig/U/perl
5454            + procselfexe.U
5455      Branch: perlio
5456            ! Configure config_h.SH
5457 ____________________________________________________________________________
5458 [ 13108] By: nick                                  on 2001/11/19  20:39:17
5459         Log: Integrate mainline
5460      Branch: perlio
5461           +> t/op/or.t
5462           !> (integrate 44 files)
5463 ____________________________________________________________________________
5464 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
5465         Log: sysseek tweak.
5466      Branch: perl
5467            ! pod/perlfunc.pod
5468 ____________________________________________________________________________
5469 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
5470         Log: Move the sysio tests from io/utf8 to lib/open.
5471      Branch: perl
5472            ! lib/open.t t/io/utf8.t
5473 ____________________________________________________________________________
5474 [ 13105] By: nick                                  on 2001/11/19  20:15:39
5475         Log: Add a .package and a README to //depot/metaconfig
5476      Branch: metaconfig
5477            + .package README
5478 ____________________________________________________________________________
5479 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
5480         Log: Thou shalt not mix stdio and sysio.
5481      Branch: perl
5482            ! t/io/utf8.t
5483 ____________________________________________________________________________
5484 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
5485         Log: Update Changes.
5486      Branch: perl
5487            ! Changes patchlevel.h
5488 ____________________________________________________________________________
5489 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
5490         Log: The runops_debug needs to be present always, otherwise
5491              places like AIX which need an explicit symbol export list
5492              will croak when trying to build Devel::Peek (which uses
5493              the runops_debug).
5494      Branch: perl
5495            ! makedef.pl
5496 ____________________________________________________________________________
5497 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
5498         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
5499              From: PPrymmer@factset.com 
5500              Date: Mon, 19 Nov 2001 11:34:22 -0500
5501              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
5502      Branch: perl
5503            ! lib/Memoize/t/tie_sdbm.t
5504 ____________________________________________________________________________
5505 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
5506         Log: Retract #13088: it seems that unless dump.c is extensively
5507              reorganized as to what symbols it shows, when, and to whom,
5508              we are stuck with having the dump.o symbols in the libperl
5509              and thusly in the main Perl binary.
5510      Branch: perl
5511            ! embedvar.h perlapi.h perlvars.h
5512 ____________________________________________________________________________
5513 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
5514         Log: The _uni_display should not be in dump.c since they
5515              are used under normal operation (S_not_a_number()).
5516      Branch: perl
5517            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
5518 ____________________________________________________________________________
5519 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
5520         Log: Protect sv_dump() from being included unless DEBUGGING,
5521              as noticed by Ilya.
5522      Branch: perl
5523            ! sv.c
5524 ____________________________________________________________________________
5525 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
5526         Log: Pending further investigation skip the tell() tests.
5527              The tell() is okay on Solaris, HP-UX and Tru64, but fails
5528              (by returning too much) in Linux.
5529      Branch: perl
5530            ! t/io/utf8.t
5531 ____________________________________________________________________________
5532 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
5533         Log: Retract #13082 until a better solution is found:
5534              statics break ithreads.
5535      Branch: perl
5536            ! regexec.c
5537 ____________________________________________________________________________
5538 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
5539         Log: Figures 1 and 2 for UTF-8.
5540      Branch: perl
5541            ! pod/perlunicode.pod
5542 ____________________________________________________________________________
5543 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
5544         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
5545              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5546              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
5547              Message-ID: <20011119132645.A15034@rafael>
5548      Branch: perl
5549            ! op.c pod/perldiag.pod t/lib/warnings/op
5550 ____________________________________________________________________________
5551 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
5552         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
5553              From: Michael G Schwern <schwern@pobox.com> 
5554              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
5555              Message-ID: <20011119031112.E786@blackrider>
5556      Branch: perl
5557            ! t/op/closure.t
5558 ____________________________________________________________________________
5559 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
5560         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
5561              From: Michael G Schwern <schwern@pobox.com>
5562              Date: Mon, 19 Nov 2001 03:42:56 -0500
5563              Message-ID: <20011119034256.I786@blackrider>
5564      Branch: perl
5565            + t/op/or.t
5566            ! MANIFEST
5567 ____________________________________________________________________________
5568 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
5569         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
5570              From: "Craig A. Berry" <craigberry@mac.com>
5571              Date: Sun, 18 Nov 2001 14:33:48 -0600
5572              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
5573      Branch: perl
5574            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
5575 ____________________________________________________________________________
5576 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
5577         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
5578              From: Dave Rolsky <autarch@urth.org>
5579              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
5580              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
5581      Branch: perl
5582            ! lib/ExtUtils/Manifest.pm
5583 ____________________________________________________________________________
5584 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
5585         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
5586              From: Dave Rolsky <autarch@urth.org>
5587              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
5588              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
5589      Branch: perl
5590            ! lib/ExtUtils/Install.pm
5591 ____________________________________________________________________________
5592 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
5593         Log: The runops_dbg should not be needed.
5594      Branch: perl
5595            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
5596 ____________________________________________________________________________
5597 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
5598         Log: do_spawn() cleanup from Charles Lane.
5599      Branch: perl
5600            ! vms/vms.c
5601 ____________________________________________________________________________
5602 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
5603         Log: Update the list of tests.
5604      Branch: perl
5605            ! t/lib/1_compile.t
5606 ____________________________________________________________________________
5607 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
5608         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
5609              From: Michael G Schwern <schwern@pobox.com> 
5610              Date: Fri, 16 Nov 2001 17:37:04 -0500
5611              Message-ID: <20011116173703.L30160@blackrider>
5612      Branch: perl
5613            ! t/lib/warnings/sv
5614 ____________________________________________________________________________
5615 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
5616         Log: FAQ sync.
5617      Branch: perl
5618            ! pod/perlfaq4.pod
5619 ____________________________________________________________________________
5620 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
5621         Log: Integrate perlio; win32 sync.
5622      Branch: perl
5623           !> perlio.c win32/win32io.c
5624 ____________________________________________________________________________
5625 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
5626         Log: (retracted by #13096)
5627              Debugging would be badly skewed by a malloc per regex dump.
5628      Branch: perl
5629            ! regexec.c
5630 ____________________________________________________________________________
5631 [ 13081] By: nick                                  on 2001/11/18  19:08:40
5632         Log: Win32 layer has a dup which needs to match new prototype.
5633      Branch: perlio
5634            ! win32/win32io.c
5635 ____________________________________________________________________________
5636 [ 13080] By: nick                                  on 2001/11/18  19:05:02
5637         Log: Wrong way to get stdio mode used.
5638      Branch: perlio
5639            ! perlio.c
5640 ____________________________________________________________________________
5641 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
5642         Log: Retract #13048: that introduced a malloc() (through savepvn())
5643              to *every* m//, which killed the performance quite badly.
5644      Branch: perl
5645            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
5646 ____________________________________________________________________________
5647 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
5648         Log: Pass 1 at perldelta.pod: sort the section contents
5649              together, drop all but the 5.7.2 known problems,
5650              leave the 5.7.1 security note since that's the
5651              fullest explanation (update the date on that).
5652      Branch: perl
5653            ! pod/perldelta.pod
5654 ____________________________________________________________________________
5655 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
5656         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
5657              
5658              Tiny problem in the test for 20011113.110: I hope
5659              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
5660      Branch: perl
5661            ! pp.c t/op/repeat.t
5662 ____________________________________________________________________________
5663 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
5664         Log: All of syswrite/send/sendto need to return character counts,
5665              and character counts from the offset, not the beginning of
5666              the scalar.
5667      Branch: perl
5668            ! pp_sys.c
5669 ____________________________________________________________________________
5670 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
5671         Log: Integrate PerlIO: duping fixes.
5672      Branch: perl
5673           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5674           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
5675           !> perliol.h sv.c
5676 ____________________________________________________________________________
5677 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
5678         Log: syswrite() was still returning byte counts, not character counts.
5679      Branch: perl
5680            ! pp_sys.c t/io/utf8.t
5681 ____________________________________________________________________________
5682 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
5683         Log: Add test for sysread().
5684      Branch: perl
5685            ! t/io/utf8.t
5686 ____________________________________________________________________________
5687 [ 13072] By: nick                                  on 2001/11/18  16:15:31
5688         Log: Allow dup'ing of PerlIO::Scalar etc.
5689      Branch: perlio
5690            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
5691            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
5692            ! perliol.h sv.c
5693 ____________________________________________________________________________
5694 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
5695         Log: Prepend a null byte to the test set.
5696      Branch: perl
5697            ! t/io/utf8.t
5698 ____________________________________________________________________________
5699 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
5700         Log: Document how "no utf8;" can become handy.
5701      Branch: perl
5702            ! lib/utf8.pm
5703 ____________________________________________________________________________
5704 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
5705         Log: Integrate perlio; force the inclusion of the PL_runops_*
5706      Branch: perl
5707           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
5708 ____________________________________________________________________________
5709 [ 13068] By: nick                                  on 2001/11/18  13:23:33
5710         Log: embed.pl generated changes I forgot to include
5711      Branch: perlio
5712            ! embedvar.h perlapi.h pod/perlapi.pod
5713 ____________________________________________________________________________
5714 [ 13067] By: nick                                  on 2001/11/18  12:50:19
5715         Log: Force inclusion of both Perl_runops_* in perl itself,
5716              so they are available for Peek.xs etc.
5717      Branch: perlio
5718            ! perlvars.h
5719 ____________________________________________________________________________
5720 [ 13066] By: nick                                  on 2001/11/18  11:00:34
5721         Log: Integrate mainline - a few Devel::Peak fails.
5722      Branch: perlio
5723           +> (branch 29 files)
5724            - ext/Thread/Thread.pm lib/Benchmark.t
5725            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
5726            - lib/Lingua/KO/Hangul/Util/README
5727            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
5728            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
5729            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
5730            - vms/ext/vmsish.pm vms/ext/vmsish.t
5731            ! hv.c
5732           !> (integrate 389 files)
5733 ____________________________________________________________________________
5734 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
5735         Log: Start working on perldelta.  This is not yet any sort of
5736              editing; just concatenating perl570delta, perl571delta,
5737              and perl572delta.  Any sorting not done, any duplicate
5738              removal not done, any removal or update of obsolete items
5739              not done, any changes since 5.7.2 not included.  So there.
5740      Branch: perl
5741            ! pod/perldelta.pod
5742 ____________________________________________________________________________
5743 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
5744         Log: Banish "use utf8".
5745      Branch: perl
5746            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
5747 ____________________________________________________________________________
5748 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
5749         Log: Tweak from Charles Lane.
5750      Branch: perl
5751            ! vms/vms.c
5752 ____________________________________________________________________________
5753 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
5754         Log: Integrate change #13058 from maintperl;
5755              change#12559 breaks things on Win9x because command.com doesn't
5756              grok dquotes at all; disable all the system() smarts for
5757              command.com
5758      Branch: perl
5759           !> win32/win32.c
5760 ____________________________________________________________________________
5761 [ 13061] By: ams                                   on 2001/11/17  13:46:11
5762         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
5763              From: Jonathan Stowe <gellyfish@gellyfish.com>
5764              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
5765              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
5766      Branch: perl
5767            ! lib/Term/Cap.pm
5768 ____________________________________________________________________________
5769 [ 13060] By: ams                                   on 2001/11/17  09:49:10
5770         Log: Subject: [PATCH9 File/Find.pm doc nits
5771              From: Tels <perl_dummy@bloodgate.com>
5772              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
5773      Branch: perl
5774            ! lib/File/Find.pm
5775 ____________________________________________________________________________
5776 [ 13059] By: ams                                   on 2001/11/17  09:38:38
5777         Log: Subject: [PATCH] Benchmark.pm nit
5778              From: Tels <perl_dummy@bloodgate.com>
5779              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
5780      Branch: perl
5781            ! lib/Benchmark.pm
5782 ____________________________________________________________________________
5783 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
5784         Log: change#12559 breaks things on Win9x because command.com doesn't
5785              grok dquotes at all; disable all the system() smarts for
5786              command.com
5787      Branch: maint-5.6/perl
5788            ! win32/win32.c
5789 ____________________________________________________________________________
5790 [ 13057] By: ams                                   on 2001/11/16  20:30:03
5791         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
5792              From: Andy Dougherty <doughera@lafayette.edu>
5793              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
5794              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
5795      Branch: perl
5796            ! lib/Unicode/UCD.t
5797 ____________________________________________________________________________
5798 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
5799         Log: Subject: [Patch Perl@13023] VMS system() warning
5800              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5801              Date: Fri, 16 Nov 2001 15:20:11 EST
5802              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
5803      Branch: perl
5804            ! vms/vms.c
5805 ____________________________________________________________________________
5806 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
5807         Log: It's neither-nor, and protect against the impossible.
5808      Branch: perl
5809            ! lib/Thread.pm
5810 ____________________________________________________________________________
5811 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
5812         Log: 5005threads didn't work because $Thread::VERSION wasn't
5813              visible.  Oops.
5814      Branch: perl
5815            ! ext/Thread/Makefile.PL lib/Thread.pm
5816 ____________________________________________________________________________
5817 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
5818         Log: Robustness against Linux using something else than gcc;
5819              based on
5820              
5821              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
5822              From: Charles Randall <cfriv@yahoo.com>
5823              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
5824              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
5825      Branch: perl
5826            ! ext/Errno/Errno_pm.PL
5827 ____________________________________________________________________________
5828 [ 13052] By: ams                                   on 2001/11/16  16:46:39
5829         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
5830              From: Russ Allbery <rra@stanford.edu>
5831              Date: 16 Nov 2001 09:44:21 -0800
5832              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
5833      Branch: perl
5834            ! lib/Pod/ParseLink.pm
5835 ____________________________________________________________________________
5836 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
5837         Log: Update perluniintro on the UTF-8 output matters
5838              (that -w will warn unless the stream is explicitly UTF-8-ified).
5839      Branch: perl
5840            ! pod/perluniintro.pod
5841 ____________________________________________________________________________
5842 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
5843         Log: Adding new files to MANIFEST is nice.
5844      Branch: perl
5845            ! MANIFEST
5846 ____________________________________________________________________________
5847 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
5848         Log: Update Changes.
5849      Branch: perl
5850            ! Changes patchlevel.h
5851 ____________________________________________________________________________
5852 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
5853         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
5854              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
5855              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
5856              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
5857      Branch: perl
5858            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
5859 ____________________________________________________________________________
5860 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
5861         Log: Rename perlunintro to perluniintro; regen toc.
5862      Branch: perl
5863            + pod/perluniintro.pod
5864            - pod/perlunintro.pod
5865            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
5866 ____________________________________________________________________________
5867 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
5868         Log: Document the negated lookeahead trick to emulate
5869              character class subtraction.
5870      Branch: perl
5871            ! pod/perlunicode.pod
5872 ____________________________________________________________________________
5873 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
5874         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
5875              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
5876              Date: Fri, 16 Nov 2001 23:31:04 +0900
5877              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
5878              
5879              (with the tweak that Cntrl is not C, it's Cc)
5880      Branch: perl
5881            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
5882            ! lib/unicore/mktables
5883 ____________________________________________________________________________
5884 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
5885         Log: Subject: [PATCH current] runtime runops switch
5886              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5887              Date: Fri, 16 Nov 2001 00:48:09 -0500
5888              Message-ID: <20011116004809.A934@math.ohio-state.edu>
5889      Branch: perl
5890            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
5891            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
5892            ! pod/perlintern.pod proto.h run.c
5893 ____________________________________________________________________________
5894 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
5895         Log: Further discourage old Thread code; tell how to tell
5896              the difference.
5897      Branch: perl
5898            ! lib/Thread.pm
5899 ____________________________________________________________________________
5900 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
5901         Log: A missing return; from Charles Lane.
5902      Branch: perl
5903            ! vms/vms.c
5904 ____________________________________________________________________________
5905 [ 13041] By: ams                                   on 2001/11/16  12:11:14
5906         Log: Subject: [PATCH] Doc spellcheck + podcheck
5907              From: Autrijus Tang <autrijus@egb.elixus.org>
5908              Date: Thu, 15 Nov 2001 22:49:05 -0800
5909              Message-Id: <20011116064905.GA44092@egb.elixus.org>
5910              
5911              Subject: [PATCH] podcheck+spellcheck, the rest of the story
5912              From: Autrijus Tang <autrijus@egb.elixus.org>
5913              Date: Fri, 16 Nov 2001 00:42:20 -0800
5914              Message-Id: <20011116084220.GA44295@egb.elixus.org>
5915              
5916              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
5917              From: Nicholas Clark <nick@ccl4.org>
5918              Date: Fri, 16 Nov 2001 10:32:01 +0000
5919              Message-Id: <20011116103200.F62891@plum.flirble.org>
5920              (Applied after suitable de-mangling.)
5921      Branch: perl
5922            ! README.aix README.dgux README.dos README.epoc README.hpux
5923            ! README.mint README.mpeix README.netware README.os2
5924            ! README.os390 README.plan9 README.qnx README.solaris
5925            ! README.threads doio.c pod/perl571delta.pod
5926            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
5927            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
5928            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
5929            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
5930            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
5931            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
5932 ____________________________________________________________________________
5933 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
5934         Log: Avoid redefinedness warning for now.
5935      Branch: perl
5936            ! lib/Thread.pm
5937 ____________________________________________________________________________
5938 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
5939         Log: use strict.
5940      Branch: perl
5941            ! lib/Thread.pm
5942 ____________________________________________________________________________
5943 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
5944         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
5945              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
5946              Date: Thu, 15 Nov 2001 22:54:47 EST 
5947              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
5948      Branch: perl
5949            ! vms/vms.c vms/vmspipe.com
5950 ____________________________________________________________________________
5951 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
5952         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
5953              From: "chromatic" <chromatic@rmci.net>
5954              Date: Thu, 15 Nov 2001 19:54:23 -0700
5955              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
5956      Branch: perl
5957            ! lib/File/stat.t
5958 ____________________________________________________________________________
5959 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
5960         Log: Make Thread a wrapper for both ithreads and 5005threads.
5961              Needs a lot of work and Arthur's eyeballing (and finishing
5962              few missing odds and ends of threads.pm).  Now Thread
5963              is an extension without its own .pm.
5964              
5965              If there are people who have experience working with
5966              either the 5005threads or the ithreads: cleaning up
5967              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
5968              and porting the various Thread::* modules, like Thread::Queue,
5969              to work also with ithreads, is needed.
5970              
5971              Removed the 5005threads requirement from the 5005 tests
5972              for easier testing (not all of them work yet since
5973              they use the Thread::* modules that have not been made
5974              to work with ithreads).  Leave the 5005 tests named as
5975              *.tx so that they are not run by "make test".
5976      Branch: perl
5977            + lib/Thread.pm
5978            - ext/Thread/Thread.pm
5979            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
5980            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
5981            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
5982            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
5983            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
5984            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
5985            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
5986 ____________________________________________________________________________
5987 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
5988         Log: $VERSION "a5" doesn't quite work.
5989      Branch: perl
5990            ! ext/B/Makefile.PL
5991 ____________________________________________________________________________
5992 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
5993         Log: Add the fruits of Larry Shatzer's version verifying script.
5994              (There are some straddlers, but they will be fixed in the
5995              upcoming releases of the modules.)
5996      Branch: perl
5997            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
5998            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
5999            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
6000            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
6001            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
6002            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
6003            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
6004            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
6005            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
6006            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
6007            ! wince/FindExt.pm
6008 ____________________________________________________________________________
6009 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
6010         Log: Add Larry Shatzer's VERSION verifying script.
6011      Branch: perl
6012            + Porting/checkVERSION.pl
6013            ! MANIFEST Porting/pumpkin.pod
6014 ____________________________________________________________________________
6015 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
6016         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
6017              From: Michael G Schwern <schwern@pobox.com>
6018              Date: Thu, 15 Nov 2001 19:26:40 -0500
6019              Message-ID: <20011115192640.R31399@blackrider>
6020      Branch: perl
6021            ! t/test.pl
6022 ____________________________________________________________________________
6023 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
6024         Log: Document the MY_CXT business; from Paul Marquess.
6025      Branch: perl
6026            ! pod/perlxs.pod
6027 ____________________________________________________________________________
6028 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
6029         Log: VMSCMD synch attempt.
6030      Branch: perl
6031            ! vms/vms.c vms/vmsish.h
6032 ____________________________________________________________________________
6033 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
6034         Log: Advise against -P as instructed by Schwern.
6035      Branch: perl
6036            ! pod/perlrun.pod
6037 ____________________________________________________________________________
6038 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
6039         Log: Subject: [PATCH] v-strings as Objects Step 1
6040              From: John Peacock <jpeacock@rowman.com>
6041              Date: Thu, 15 Nov 2001 12:41:04 -0500
6042              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
6043      Branch: perl
6044            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
6045            ! util.c
6046 ____________________________________________________________________________
6047 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
6048         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
6049              From: Michael G Schwern <schwern@pobox.com>
6050              Date: Thu, 15 Nov 2001 12:47:59 -0500
6051              Message-ID: <20011115124759.E31399@blackrider>
6052      Branch: perl
6053            + t/run/switchx.aux t/run/switchx.t
6054            ! MANIFEST t/run/switches.t
6055 ____________________________________________________________________________
6056 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
6057         Log: Upgrade to Getopt::Long 2.26_03.
6058      Branch: perl
6059            ! lib/Getopt/Long.pm
6060 ____________________________________________________________________________
6061 [ 13025] By: ams                                   on 2001/11/15  20:46:22
6062         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
6063              From: Michael G Schwern <schwern@pobox.com>
6064              Date: Thu, 15 Nov 2001 16:24:11 -0500
6065              Message-Id: <20011115162411.M31399@blackrider>
6066      Branch: perl
6067            ! vms/vms.c
6068 ____________________________________________________________________________
6069 [ 13024] By: ams                                   on 2001/11/15  19:32:06
6070         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
6071              From: rspier@pobox.com (Robert Spier)
6072              Date: Thu, 15 Nov 2001 11:19:21 -0800
6073              Message-Id: <15348.5433.732364.963687@rls.cx>
6074      Branch: perl
6075            ! op.c
6076 ____________________________________________________________________________
6077 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
6078         Log: Update Changes.
6079      Branch: perl
6080            ! Changes patchlevel.h
6081 ____________________________________________________________________________
6082 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
6083         Log: Subject: [PATCH] new tests for command-line switches
6084              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6085              Date: Thu, 15 Nov 2001 17:00:30 +0100
6086              Message-ID: <20011115170030.A14193@rafael>
6087      Branch: perl
6088            + t/run/switches.t
6089            ! MANIFEST
6090 ____________________________________________________________________________
6091 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
6092         Log: Upgrade to podlators 1.13.
6093      Branch: perl
6094            + lib/Pod/ParseLink.pm
6095            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
6096            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
6097            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
6098            ! t/pod/pod2usage.xr t/pod/podselect.xr
6099 ____________________________________________________________________________
6100 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
6101         Log: skip "might be used uninitialized".
6102      Branch: perl
6103            ! pp_sys.c
6104 ____________________________________________________________________________
6105 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
6106         Log: Fix for "perlio bug in koi8-r encoding".  The problem
6107              seemed to be that binmode() always flushed the handle,
6108              which is not so good when switching encodings.  Fixed,
6109              added Matt Sergeant's testcase, documented in perlfunc/binmode,
6110              also added a pointer about disciplines to perlfunc/open,
6111              and in general cleaned up and reformatted the open entry.
6112      Branch: perl
6113            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
6114 ____________________________________________________________________________
6115 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
6116         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
6117              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
6118              Date: 15 Nov 2001 08:57:06 -0000
6119              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
6120              
6121              chop() and chomp() are not real list functions,
6122              so let's not have them overrideable.  (Casey will
6123              be confused since in #7071 he patched the other way.)
6124      Branch: perl
6125            ! pod/perlfunc.pod toke.c
6126 ____________________________________________________________________________
6127 [ 13017] By: ams                                   on 2001/11/15  12:56:49
6128         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
6129              From: Robin Barker <rmb1@cise.npl.co.uk>
6130              Date: Thu, 15 Nov 2001 13:48:34 GMT
6131              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
6132              (Applied with tweaks.)
6133      Branch: perl
6134            ! pod/perltrap.pod
6135 ____________________________________________________________________________
6136 [ 13016] By: ams                                   on 2001/11/15  09:12:48
6137         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
6138              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6139              Date: Thu, 15 Nov 2001 09:06:39 +0100
6140              Message-Id: <20011115090639.A13005@rafael>
6141      Branch: perl
6142            ! pod/perlrun.pod
6143 ____________________________________________________________________________
6144 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
6145         Log: "link =" from utils.lst was being processed oddly.
6146      Branch: perl
6147            ! installman
6148 ____________________________________________________________________________
6149 [ 13014] By: ams                                   on 2001/11/15  02:52:52
6150         Log: Subject: [PATCH current] CreateTTY in -d
6151              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6152              Date: Wed, 14 Nov 2001 21:26:31 -0500
6153              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
6154      Branch: perl
6155            ! lib/perl5db.pl
6156 ____________________________________________________________________________
6157 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
6158         Log: Corify the Filter::Simple tests. 
6159      Branch: perl
6160            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
6161            ! lib/Filter/Simple/t/filter_only.t
6162 ____________________________________________________________________________
6163 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
6164         Log: Upgrade to Filter::Simple 0.70.
6165      Branch: perl
6166            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
6167            + t/lib/FilterOnlyTest.pm
6168            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
6169            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
6170            ! t/lib/FilterTest.pm
6171 ____________________________________________________________________________
6172 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
6173         Log: Cleanliness inspired by Cygwin.
6174      Branch: perl
6175            ! Makefile.SH x2p/Makefile.SH
6176 ____________________________________________________________________________
6177 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
6178         Log: Add perlunintro (formerly known as perlunitut); regen toc.
6179      Branch: perl
6180            + pod/perlunintro.pod
6181            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6182 ____________________________________________________________________________
6183 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
6184         Log: FAQ sync.
6185      Branch: perl
6186            ! pod/perlfaq6.pod
6187 ____________________________________________________________________________
6188 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
6189         Log: Quieten pgcc 2.91.66 worries.
6190      Branch: perl
6191            ! gv.c pp_ctl.c utf8.c
6192 ____________________________________________________________________________
6193 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
6194         Log: Upgrade to Switch 2.06.
6195      Branch: perl
6196            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
6197            ! lib/Switch/t/nested.t
6198 ____________________________________________________________________________
6199 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
6200         Log: Upgrade to Attribute::Handlers 0.76.
6201      Branch: perl
6202            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
6203            ! lib/Attribute/Handlers/README
6204            ! lib/Attribute/Handlers/demo/Demo.pm
6205            ! lib/Attribute/Handlers/demo/Descriptions.pm
6206            ! lib/Attribute/Handlers/demo/MyClass.pm
6207            ! lib/Attribute/Handlers/demo/demo_cycle.pl
6208            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
6209            ! lib/Attribute/Handlers/t/multi.t
6210 ____________________________________________________________________________
6211 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
6212         Log: Signedness nit.
6213      Branch: perl
6214            ! regexec.c
6215 ____________________________________________________________________________
6216 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
6217         Log: VERSIONize.
6218      Branch: perl
6219            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
6220            ! lib/integer.pm
6221 ____________________________________________________________________________
6222 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
6223         Log: No pod in internal Net::FTP classes.
6224      Branch: perl
6225            ! pod/buildtoc.PL
6226 ____________________________________________________________________________
6227 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
6228         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
6229              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
6230              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
6231              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
6232      Branch: perl
6233            ! regexec.c
6234 ____________________________________________________________________________
6235 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
6236         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
6237              Pudge correctly).
6238      Branch: perl
6239            ! t/test.pl
6240 ____________________________________________________________________________
6241 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
6242         Log: Add comments to mark where $^X is being handled.
6243      Branch: perl
6244            ! perl.c toke.c
6245 ____________________________________________________________________________
6246 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
6247         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
6248              From: Michael G Schwern <schwern@pobox.com>
6249              Date: Wed, 14 Nov 2001 16:38:25 -0500
6250              Message-ID: <20011114163825.D6519@blackrider>
6251      Branch: perl
6252            ! t/op/repeat.t
6253 ____________________________________________________________________________
6254 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
6255         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
6256              From: Michael G Schwern <schwern@pobox.com>
6257              Date: Wed, 14 Nov 2001 13:19:15 -0500
6258              Message-ID: <20011114131915.K5096@blackrider>
6259      Branch: perl
6260            ! t/op/die_exit.t
6261 ____________________________________________________________________________
6262 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
6263         Log: Subject: Re: [PATCH] new version of runperl()
6264              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6265              Date: Wed, 14 Nov 2001 15:39:12 EST
6266              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
6267              
6268              "VMS $^X pipes etc" patch.
6269      Branch: perl
6270            ! vms/vms.c
6271 ____________________________________________________________________________
6272 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
6273         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
6274              and add "verbose" option to show the final command.
6275      Branch: perl
6276            ! t/test.pl
6277 ____________________________________________________________________________
6278 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
6279         Log: Goof in some of the comment fields of #12994.
6280      Branch: perl
6281            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
6282            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
6283            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
6284            ! lib/unicore/In/9.pl
6285 ____________________________________________________________________________
6286 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
6287         Log: The First, Last ranges in the Unicode data weren't
6288              getting their general categories added properly;
6289              noticed by Jeffrey Friedl.
6290      Branch: perl
6291            ! lib/unicore/Category.pl lib/unicore/In/0.pl
6292            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
6293            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
6294            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
6295            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
6296            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
6297            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
6298            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
6299            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
6300            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
6301            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
6302            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
6303            ! lib/unicore/mktables
6304 ____________________________________________________________________________
6305 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
6306         Log: Subject: [PATCH] new version of runperl()
6307              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6308              Date: Wed, 14 Nov 2001 12:23:01 +0100
6309              Message-ID: <20011114122301.A29384@rafael>
6310      Branch: perl
6311            ! t/io/argv.t t/test.pl
6312 ____________________________________________________________________________
6313 [ 12992] By: ams                                   on 2001/11/14  13:40:39
6314         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
6315              From: Michael G Schwern <schwern@pobox.com>
6316              Date: Tue, 13 Nov 2001 23:17:54 -0500
6317              Message-Id: <20011113231754.S32567@blackrider>
6318      Branch: perl
6319            ! perl.c
6320 ____________________________________________________________________________
6321 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
6322         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
6323              From: Philip Newton <Philip.Newton@gmx.net>
6324              Date: Wed, 14 Nov 2001 10:59:53 +0100
6325              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
6326              
6327              plus a lot of paragraph reformatting because of long lines.
6328      Branch: perl
6329            ! pod/perlapio.pod
6330 ____________________________________________________________________________
6331 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
6332         Log: A bool is not a pointer.
6333      Branch: perl
6334            ! pp_sys.c
6335 ____________________________________________________________________________
6336 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
6337         Log: AUTHORS updates.
6338      Branch: perl
6339            ! AUTHORS
6340 ____________________________________________________________________________
6341 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
6342         Log: There are several MIME RFCs.
6343      Branch: perl
6344            ! ext/Encode/Encode.pm
6345 ____________________________________________________________________________
6346 [ 12987] By: ams                                   on 2001/11/14  01:09:28
6347         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
6348              From: Michael G Schwern <schwern@pobox.com>
6349              Date: Tue, 13 Nov 2001 20:59:13 -0500
6350              Message-Id: <20011113205913.H32567@blackrider>
6351      Branch: perl
6352            ! t/op/groups.t vms/test.com
6353 ____________________________________________________________________________
6354 [ 12986] By: ams                                   on 2001/11/14  01:07:06
6355         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
6356              From: Michael G Schwern <schwern@pobox.com>
6357              Date: Tue, 13 Nov 2001 20:51:34 -0500
6358              Message-Id: <20011113205134.F32567@blackrider>
6359      Branch: perl
6360            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
6361 ____________________________________________________________________________
6362 [ 12985] By: ams                                   on 2001/11/14  00:43:59
6363         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
6364              From: Michael G Schwern <schwern@pobox.com>
6365              Date: Tue, 13 Nov 2001 20:38:42 -0500
6366              Message-Id: <20011113203842.E32567@blackrider>
6367      Branch: perl
6368            ! pod/perlport.pod
6369 ____________________________________________________________________________
6370 [ 12984] By: ams                                   on 2001/11/14  00:32:15
6371         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
6372              From: Michael G Schwern <schwern@pobox.com>
6373              Date: Tue, 13 Nov 2001 20:27:02 -0500
6374              Message-Id: <20011113202702.D32567@blackrider>
6375      Branch: perl
6376            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
6377            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
6378            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
6379            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
6380 ____________________________________________________________________________
6381 [ 12983] By: ams                                   on 2001/11/14  00:00:27
6382         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
6383              From: Michael G Schwern <schwern@pobox.com>
6384              Date: Tue, 13 Nov 2001 19:51:59 -0500
6385              Message-Id: <20011113195159.B32567@blackrider>
6386      Branch: perl
6387            ! pod/perlport.pod
6388 ____________________________________________________________________________
6389 [ 12982] By: ams                                   on 2001/11/13  23:53:11
6390         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
6391              From: Larry Shatzer <fugazi@zippy.zyx.net>
6392              Date: Tue, 13 Nov 2001 17:27:59 -0700
6393              Message-Id: <20011113172759.E27768@zippy.zyx.net>
6394      Branch: perl
6395            ! pod/perlapio.pod
6396 ____________________________________________________________________________
6397 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
6398         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
6399              "large enough" Unicode characters returned more than one
6400              as their "Unicode size".
6401      Branch: perl
6402            ! pp_sys.c t/io/utf8.t
6403 ____________________________________________________________________________
6404 [ 12980] By: ams                                   on 2001/11/13  19:32:33
6405         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
6406              From: "Craig A. Berry" <craigberry@mac.com>
6407              Date: Tue, 13 Nov 2001 14:33:25 -0600
6408              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
6409      Branch: perl
6410            ! vms/gen_shrfls.pl
6411 ____________________________________________________________________________
6412 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
6413         Log: Subject: Minor patch to Encode.pm (detypo)
6414              From: "Philip Newton" <Philip.Newton@gmx.net>
6415              Date: Tue, 13 Nov 2001 20:11:01 +0100
6416              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
6417      Branch: perl
6418            ! ext/Encode/Encode.pm
6419 ____________________________________________________________________________
6420 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
6421         Log: Evil tabulators.
6422      Branch: perl
6423            ! ext/Encode/Encode.pm
6424 ____________________________________________________________________________
6425 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
6426         Log: Document the available encodings.
6427      Branch: perl
6428            ! ext/Encode/Encode.pm
6429 ____________________________________________________________________________
6430 [ 12976] By: ams                                   on 2001/11/13  17:14:07
6431         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
6432              From: Barrie Slaymaker <barries@slaysys.com>
6433              Date: Tue, 13 Nov 2001 12:41:36 -0500
6434              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
6435      Branch: perl
6436            ! t/op/universal.t
6437 ____________________________________________________________________________
6438 [ 12975] By: ams                                   on 2001/11/13  16:24:21
6439         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
6440              From: Barrie Slaymaker <barries@slaysys.com>
6441              Date: Tue, 13 Nov 2001 10:56:20 -0500
6442              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
6443              (Test applied with minor tweaks and ->isa("HASH") omission.)
6444      Branch: perl
6445            ! lib/UNIVERSAL.pm t/op/universal.t
6446 ____________________________________________________________________________
6447 [ 12974] By: ams                                   on 2001/11/13  15:46:07
6448         Log: Subject: [PATCH Benchmark.pm] docco tweaks
6449              From: Barrie Slaymaker <barries@slaysys.com>
6450              Date: Tue, 13 Nov 2001 11:34:45 -0500
6451              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
6452      Branch: perl
6453            ! lib/Benchmark.pm
6454 ____________________________________________________________________________
6455 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
6456         Log: Subject: [PATCH] Attack of the C loops, round 1
6457              From: Richard Soderberg <rs@oregonnet.com>
6458              Date: Mon, 12 Nov 2001 12:07:29 -0800
6459              Message-Id: <200111122007.MAA01994@oregonnet.com>
6460              
6461              Subject: [PATCH] bytecode.pl (tiny patch)
6462              From: Richard Soderberg <rs@oregonnet.com>
6463              Date: Mon, 12 Nov 2001 12:53:24 -0800
6464              Message-Id: <200111122053.MAA06272@oregonnet.com>
6465      Branch: perl
6466            ! bytecode.pl installhtml
6467 ____________________________________________________________________________
6468 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
6469         Log: Subject: [PATCH] Update to Filter::Util::Call
6470              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
6471              Date: Sun, 11 Nov 2001 22:33:33 -0000
6472              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
6473              
6474              Use the new CXT* macros.
6475      Branch: perl
6476            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
6477 ____________________________________________________________________________
6478 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
6479         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
6480              From: Michael G Schwern <schwern@pobox.com>
6481              Date: Mon, 12 Nov 2001 20:50:34 -0500
6482              Message-ID: <20011112205034.H2888@blackrider>
6483      Branch: perl
6484            + lib/vmsish.pm lib/vmsish.t
6485            - vms/ext/vmsish.pm vms/ext/vmsish.t
6486            ! MANIFEST vms/descrip_mms.template
6487 ____________________________________________________________________________
6488 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
6489         Log: :utf8 works only with perlio.
6490      Branch: perl
6491            ! lib/open.t
6492 ____________________________________________________________________________
6493 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
6494         Log: Subject: Re: @Config -"des" not quite working on VMS
6495              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6496              Date: Tue, 13 Nov 2001 08:35:13 EST 
6497              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
6498      Branch: perl
6499            ! configure.com
6500 ____________________________________________________________________________
6501 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
6502         Log: Subject: [PATCH] lib/charnames.pm 
6503              From: Jeffrey Friedl <jfriedl@yahoo.com>
6504              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
6505              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
6506      Branch: perl
6507            ! lib/charnames.pm
6508 ____________________________________________________________________________
6509 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
6510         Log: Docs for Mac::err.
6511      Branch: maint-5.6/macperl
6512            ! macos/ext/Mac/err/err.pm
6513 ____________________________________________________________________________
6514 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
6515         Log: Some cleanup; change some globals to references for
6516              possible persistence later.
6517      Branch: maint-5.6/macperl
6518            ! macos/lib/Mac/Glue.pm
6519 ____________________________________________________________________________
6520 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
6521         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
6522      Branch: maint-5.6/macperl
6523            ! macos/ext/Mac/Files/Files.pm
6524 ____________________________________________________________________________
6525 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
6526         Log: Get Mac::Navigation to compile (bug #464684).
6527      Branch: maint-5.6/macperl
6528            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
6529            ! macos/ext/Mac/Navigation/Makefile.PL
6530            ! macos/ext/Mac/Navigation/Navigation.xs
6531            ! macos/macperl/Makefile.mk
6532 ____________________________________________________________________________
6533 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
6534         Log: Add in modules and POD to help menu.
6535      Branch: maint-5.6/macperl
6536            ! macos/macperl/MacPerl.podhelp
6537 ____________________________________________________________________________
6538 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
6539         Log: Update bundled modules.
6540      Branch: maint-5.6/macperl
6541            + macos/bundled_ext/Filter/t/FilterTest.pm
6542            + macos/bundled_ext/List/Util/t/shuffle.t
6543            + macos/bundled_ext/Storable/t/compat06.t
6544            + macos/bundled_ext/Storable/t/st-dump.pl
6545            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
6546            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
6547            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
6548            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
6549            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
6550            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
6551            + macos/bundled_lib/blib/lib/lwpcook.pod
6552            + macos/bundled_lib/t/Filter/Simple/filter.t
6553            + macos/bundled_lib/t/Switch/t/given.t
6554            + macos/bundled_lib/t/Switch/t/nested.t
6555            + macos/bundled_lib/t/Switch/t/switch.t
6556            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
6557            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
6558            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
6559            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
6560            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
6561            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
6562            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
6563            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
6564            + macos/bundled_lib/t/URI/rfc2732.t
6565            + macos/bundled_lib/t/libnet/config.t
6566            + macos/bundled_lib/t/libnet/libnet_t.pl
6567            + macos/bundled_lib/t/libwww-perl/live/google.t
6568            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
6569            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
6570            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
6571            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
6572            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
6573            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
6574            + macos/bundled_lib/t/libwww-perl/live/validator.t
6575            - macos/bundled_ext/Filter/t/MyFilter.pm
6576            - macos/bundled_ext/Storable/t/compat-0.6.t
6577            - macos/bundled_ext/Storable/t/dump.pl
6578            - macos/bundled_ext/Time/Piece/Makefile.PL
6579            - macos/bundled_ext/Time/Piece/Piece.pm
6580            - macos/bundled_ext/Time/Piece/Piece.t
6581            - macos/bundled_ext/Time/Piece/Piece.xs
6582            - macos/bundled_ext/Time/Piece/README
6583            - macos/bundled_ext/Time/Piece/Seconds.pm
6584            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
6585            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
6586            - macos/bundled_lib/blib/lib/Net/PH.pm
6587            - macos/bundled_lib/blib/lib/Net/SNPP.pm
6588            - macos/bundled_lib/blib/lib/Text/Balanced.pod
6589            - macos/bundled_lib/t/Filter/Simple/test.pl
6590            - macos/bundled_lib/t/Switch/test.pl
6591            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
6592            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
6593            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
6594            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
6595            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
6596            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
6597            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
6598            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
6599            - macos/bundled_lib/t/libnet/ph.t
6600            ! (edit 125 files)
6601 ____________________________________________________________________________
6602 [ 12961] By: ams                                   on 2001/11/13  00:45:08
6603         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
6604              From: Michael G Schwern <schwern@pobox.com>
6605              Date: Mon, 12 Nov 2001 20:16:45 -0500
6606              Message-Id: <20011112201644.G2888@blackrider>
6607      Branch: perl
6608            ! pod/perlport.pod
6609 ____________________________________________________________________________
6610 [ 12960] By: ams                                   on 2001/11/12  23:54:00
6611         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
6612              Recoving dup tests for VMS
6613              From: Michael G Schwern <schwern@pobox.com>
6614              Date: Mon, 12 Nov 2001 19:35:33 -0500
6615              Message-Id: <20011112193533.D2888@blackrider>
6616      Branch: perl
6617            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
6618 ____________________________________________________________________________
6619 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
6620         Log: Update Changes.
6621      Branch: perl
6622            ! Changes patchlevel.h
6623 ____________________________________________________________________________
6624 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
6625         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
6626              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
6627              Date: Mon, 12 Nov 2001 12:35:18 EST 
6628              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
6629      Branch: perl
6630            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
6631            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
6632 ____________________________________________________________________________
6633 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
6634         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
6635              From: Barrie Slaymaker <barries@slaysys.com>
6636              Date: Mon, 12 Nov 2001 11:19:52 -0500
6637              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
6638      Branch: perl
6639            ! lib/File/Spec.t lib/File/Spec/Win32.pm
6640 ____________________________________________________________________________
6641 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
6642         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
6643              From: Barrie Slaymaker <barries@slaysys.com>
6644              Date: Mon, 12 Nov 2001 11:07:36 -0500
6645              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
6646      Branch: perl
6647            ! lib/Benchmark.pm
6648 ____________________________________________________________________________
6649 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
6650         Log: Misplaced test, noticed by Barrie Slaymaker.
6651              (We are missing Benchmark tests, then.)
6652      Branch: perl
6653            + ext/Devel/DProf/DProf.t
6654            - lib/Benchmark.t
6655            ! MANIFEST
6656 ____________________________________________________________________________
6657 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
6658         Log: Subject: [PATCH] a few typo fixes 
6659              From: Jeffrey Friedl <jfriedl@yahoo.com>
6660              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
6661              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
6662              
6663              Patching README.foo instead of pod/perlfoo.pod,
6664              not patching Math::BigInt (Tels will take care of that),
6665              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
6666              and perldoc.PL instead of libnetcfg and perldoc, patching
6667              ext/Digest/MD5/t/files.t since MD5.pm was changed.
6668      Branch: perl
6669            ! (edit 109 files)
6670 ____________________________________________________________________________
6671 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
6672         Log: Add a note about the dangers of bad UTF-8.
6673      Branch: perl
6674            ! pod/perlunicode.pod
6675 ____________________________________________________________________________
6676 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
6677         Log: NetWare Nit from Ananth Kesari.
6678      Branch: perl
6679            ! NetWare/config.wc
6680 ____________________________________________________________________________
6681 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
6682         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
6683      Branch: perl
6684            ! ext/Encode/Encode.pm
6685 ____________________________________________________________________________
6686 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
6687         Log: (retracted by #12951)
6688      Branch: perl
6689            ! ext/Encode/Encode.pm
6690 ____________________________________________________________________________
6691 [ 12949] By: ams                                   on 2001/11/12  06:40:18
6692         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
6693              From: Robert Spier <rspier@pobox.com>
6694              Date: Sun, 11 Nov 2001 18:50:18 -0800
6695              Message-Id: <15343.14570.121505.233336@rls.cx>
6696              
6697              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
6698              From: Rick Delaney <rick.delaney@home.com>
6699              Date: 12 Nov 2001 00:15:52 -0500
6700              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
6701      Branch: perl
6702            ! pp_hot.c t/op/taint.t
6703 ____________________________________________________________________________
6704 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
6705         Log: It seems that we actually have this detail implemented
6706              as for as Level 1 Support of Unicode regex support is
6707              concerned: at Level 1 only 1:1 support for loose
6708              (aka caseless, aka caseigoring ) matching is required.
6709      Branch: perl
6710            ! pod/perlunicode.pod
6711 ____________________________________________________________________________
6712 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
6713         Log: (retracted by #12951)
6714      Branch: perl
6715            ! ext/Encode/Encode.pm
6716 ____________________________________________________________________________
6717 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
6718         Log: BOM, bom, Bom.
6719      Branch: perl
6720            ! pod/perlunicode.pod
6721 ____________________________________________________________________________
6722 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
6723         Log: Upgrade to Math::BigInt 1.46.
6724      Branch: perl
6725            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
6726            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
6727            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
6728            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
6729            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
6730 ____________________________________________________________________________
6731 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
6732         Log: Subject: Re: PERFORCE change 12943 for review
6733              From: "Philip Newton" <Philip.Newton@gmx.net>
6734              Date: Sun, 11 Nov 2001 20:53:36 +0100
6735              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
6736      Branch: perl
6737            ! pod/perlunicode.pod
6738 ____________________________________________________________________________
6739 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
6740         Log: Doc updates; make the Unicode discussions a little
6741              bit less alarming, and add information about encodings,
6742              surrogates, and BOMs.
6743      Branch: perl
6744            ! pod/perlunicode.pod
6745 ____________________________________________________________________________
6746 [ 12942] By: ams                                   on 2001/11/11  16:45:00
6747         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
6748              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
6749              Date: Mon, 12 Nov 2001 00:22:57 +0900
6750              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
6751      Branch: perl
6752            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
6753            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
6754 ____________________________________________________________________________
6755 [ 12941] By: ams                                   on 2001/11/11  13:01:40
6756         Log: Subject: Re: PERFORCE change 12929 for review
6757              From: "Philip Newton" <Philip.Newton@gmx.net>
6758              Date: Sun, 11 Nov 2001 14:27:44 +0100
6759              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
6760      Branch: perl
6761            ! MANIFEST
6762 ____________________________________________________________________________
6763 [ 12940] By: ams                                   on 2001/11/11  05:06:43
6764         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
6765              From: Michael G Schwern <schwern@pobox.com>
6766              Date: Thu, 8 Nov 2001 22:56:45 -0500
6767              Message-Id: <20011108225645.H5587@blackrider>
6768      Branch: perl
6769            ! t/op/chdir.t
6770 ____________________________________________________________________________
6771 [ 12939] By: ams                                   on 2001/11/11  05:01:00
6772         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
6773              From: Michael G Schwern <schwern@pobox.com>
6774              Date: Sun, 11 Nov 2001 00:54:43 -0500
6775              Message-Id: <20011111005443.A24450@blackrider>
6776      Branch: perl
6777            ! ext/Cwd/t/cwd.t
6778 ____________________________________________________________________________
6779 [ 12938] By: ams                                   on 2001/11/11  03:25:13
6780         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
6781              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
6782              From: "chromatic" <chromatic@rmci.net>
6783              Date: Sat, 10 Nov 2001 21:03:20 -0700
6784              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
6785      Branch: perl
6786            ! lib/File/stat.pm lib/File/stat.t
6787 ____________________________________________________________________________
6788 [ 12937] By: ams                                   on 2001/11/11  02:05:23
6789         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
6790              From: "Craig A. Berry" <craigberry@mac.com>
6791              Date: Sat, 10 Nov 2001 17:23:52 -0600
6792              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
6793      Branch: perl
6794            ! t/op/magic.t
6795 ____________________________________________________________________________
6796 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
6797         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
6798      Branch: perl
6799            ! lib/open.pm lib/open.t
6800 ____________________________________________________________________________
6801 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
6802         Log: The Official name of ASCII.
6803      Branch: perl
6804            ! ext/Encode/Encode.pm
6805 ____________________________________________________________________________
6806 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
6807         Log: The KOI8-R example wasn't quite right.
6808      Branch: perl
6809            ! lib/open.pm lib/open.t
6810 ____________________________________________________________________________
6811 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
6812         Log: Enhance the open pragma to support :utf8, :locale,
6813              and :encoding directly as special cases, and rename
6814              the INOUT to IO.
6815      Branch: perl
6816            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
6817 ____________________________________________________________________________
6818 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
6819         Log: Document the UTF-16 surrogate encoding and decoding.
6820      Branch: perl
6821            ! ext/Encode/Encode.pm
6822 ____________________________________________________________________________
6823 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
6824         Log: A potential recursion breaker.
6825      Branch: perl
6826            ! sv.c
6827 ____________________________________________________________________________
6828 [ 12930] By: ams                                   on 2001/11/10  07:46:53
6829         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
6830              (was Re: perl@12892)
6831              From: "chromatic" <chromatic@rmci.net>
6832              Date: Sat, 10 Nov 2001 01:28:09 -0700
6833              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
6834      Branch: perl
6835            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
6836            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
6837            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
6838            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
6839 ____________________________________________________________________________
6840 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
6841         Log: Add a test for the bytes pragma.
6842      Branch: perl
6843            + lib/bytes.t
6844            ! MANIFEST
6845 ____________________________________________________________________________
6846 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
6847         Log: Doc update.
6848      Branch: perl
6849            ! lib/bytes.pm
6850 ____________________________________________________________________________
6851 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
6852         Log: Cease to exist.
6853      Branch: perl
6854            - lib/Unicode/Normalize.pm
6855 ____________________________________________________________________________
6856 [ 12926] By: ams                                   on 2001/11/10  03:23:16
6857         Log: Subject: [patch] my_setenv speedup + fixes
6858              From: Doug MacEachern <dougm@covalent.net>
6859              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
6860              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
6861      Branch: perl
6862            ! util.c
6863 ____________________________________________________________________________
6864 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
6865         Log: Newline trouble.
6866      Branch: perl
6867            ! lib/ExtUtils/Embed.t
6868 ____________________________________________________________________________
6869 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
6870         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
6871              From: "Craig A. Berry" <craigberry@mac.com>
6872              Date: Fri, 09 Nov 2001 18:13:16 -0600
6873              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
6874      Branch: perl
6875            ! vms/munchconfig.c
6876 ____________________________________________________________________________
6877 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
6878         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
6879              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6880              Date: Sat, 10 Nov 2001 00:10:45 +0100
6881              Message-ID: <20011110001045.A11945@rafael>
6882      Branch: perl
6883            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
6884            + t/run/switchn.t t/run/switchp.t
6885            ! MANIFEST
6886 ____________________________________________________________________________
6887 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
6888         Log: Subject: [PATCH] some tests not cleaning up properly               
6889              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
6890              Date: Fri, 9 Nov 2001 22:13:10 +0100
6891              Message-ID: <20011109221310.A11115@rafael>
6892      Branch: perl
6893            ! ext/Cwd/t/cwd.t t/io/argv.t
6894 ____________________________________________________________________________
6895 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
6896         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
6897              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6898              Date: Fri, 9 Nov 2001 15:07:19 EST
6899              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
6900      Branch: perl
6901            ! lib/ExtUtils/Embed.t
6902 ____________________________________________________________________________
6903 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
6904         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
6905              have been copied so it shouldn't be freed in perl_destruct()
6906      Branch: perl
6907            ! perl.c
6908 ____________________________________________________________________________
6909 [ 12919] By: ams                                   on 2001/11/09  15:36:22
6910         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
6911              From: Michael G Schwern <schwern@pobox.com>
6912              Date: Fri, 9 Nov 2001 00:38:59 -0500
6913              Message-Id: <20011109003859.K5587@blackrider>
6914              (Applied with directory name changes suggested by Craig Berry.)
6915      Branch: perl
6916            ! ext/Cwd/t/cwd.t
6917 ____________________________________________________________________________
6918 [ 12918] By: ams                                   on 2001/11/09  15:29:15
6919         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
6920              From: Michael G Schwern <schwern@pobox.com>
6921              Date: Fri, 9 Nov 2001 01:44:14 -0500
6922              Message-Id: <20011109014414.N5587@blackrider>
6923      Branch: perl
6924            ! vms/ext/filespec.t
6925 ____________________________________________________________________________
6926 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
6927         Log: Update Changes.
6928      Branch: perl
6929            ! Changes patchlevel.h
6930 ____________________________________________________________________________
6931 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
6932         Log: Regen toc.
6933      Branch: perl
6934            ! pod/perltoc.pod
6935 ____________________________________________________________________________
6936 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
6937         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
6938              see http://www.jepstone.net/bjepson//jpl/cvs.html
6939      Branch: perl
6940            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6941 ____________________________________________________________________________
6942 [ 12914] By: ams                                   on 2001/11/09  14:05:12
6943         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
6944              From: Michael G Schwern <schwern@pobox.com>
6945              Date: Thu, 8 Nov 2001 22:05:49 -0500
6946              Message-Id: <20011108220549.F5587@blackrider>
6947      Branch: perl
6948            ! vms/test.com
6949 ____________________________________________________________________________
6950 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
6951         Log: NetWare update from Ananth Kesari.
6952      Branch: perl
6953            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
6954 ____________________________________________________________________________
6955 [ 12912] By: ams                                   on 2001/11/09  13:40:26
6956         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
6957              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
6958              Date: Fri, 9 Nov 2001 14:32:28 +0100
6959              Message-Id: <20011109143228.A18996@rafael>
6960      Branch: perl
6961            ! perl.c
6962 ____________________________________________________________________________
6963 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
6964         Log: FAQ sync.
6965      Branch: perl
6966            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
6967            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
6968            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
6969 ____________________________________________________________________________
6970 [ 12910] By: ams                                   on 2001/11/09  07:33:49
6971         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
6972              From: Michael G Schwern <schwern@pobox.com>
6973              Date: Fri, 9 Nov 2001 00:41:56 -0500
6974              Message-Id: <20011109004156.L5587@blackrider>
6975      Branch: perl
6976            ! lib/File/Find/t/find.t
6977 ____________________________________________________________________________
6978 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
6979         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
6980              The CPAN distribution has both pm and XS implementations,
6981              and for performance reasons we choose the XS.
6982              Another reason to choose the XS is that it doesn't
6983              require Lingua::KO::Hangul::Util, which means that
6984              we can delete that-- which in turn means that Unicode::UCD
6985              cannot expect that: support it, but don't expect.
6986              Ditto Unicode::Collate.
6987              
6988              Note that Unicode::Normalize Makefile.PL and
6989              Normalize.xs have been modified from the CPAN 0.10
6990              versions: the first one to be simpler (no pm) and
6991              clean up the generated unf*.h files, the second one
6992              to quench compiler grumblings.  Must notify Sadahiro
6993              about these changes.
6994      Branch: perl
6995            + ext/Unicode/Normalize/Changes
6996            + ext/Unicode/Normalize/Makefile.PL
6997            + ext/Unicode/Normalize/Normalize.pm
6998            + ext/Unicode/Normalize/Normalize.pod
6999            + ext/Unicode/Normalize/Normalize.xs
7000            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
7001            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
7002            + ext/Unicode/Normalize/t/test.t
7003            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
7004            - lib/Lingua/KO/Hangul/Util/README
7005            - lib/Lingua/KO/Hangul/Util/t/test.t
7006            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
7007            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
7008            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
7009            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
7010            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
7011            ! win32/makefile.mk
7012 ____________________________________________________________________________
7013 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
7014         Log: Test miscounting.
7015      Branch: perl
7016            ! ext/POSIX/t/posix.t
7017 ____________________________________________________________________________
7018 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
7019         Log: Quote the variables in failures messages more nicely.
7020      Branch: perl
7021            ! t/test.pl
7022 ____________________________________________________________________________
7023 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
7024         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
7025              From: Michael G Schwern <schwern@pobox.com>
7026              Date: Thu, 8 Nov 2001 17:24:49 -0500
7027              Message-ID: <20011108172449.A5587@blackrider>
7028              
7029              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
7030              From: "Craig A. Berry" <craigberry@mac.com>
7031              Date: Thu, 8 Nov 2001 16:35:00 -0600
7032              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
7033      Branch: perl
7034            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
7035 ____________________________________________________________________________
7036 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
7037         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
7038              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7039              Date: Thu, 8 Nov 2001 22:52:50 -0000
7040              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
7041      Branch: perl
7042            ! ext/DB_File/t/db-recno.t
7043 ____________________________________________________________________________
7044 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
7045         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
7046              (Probably not an EBCDIC issue the way one would think
7047              since no chr() et alia are used in UCD.pm.)
7048      Branch: perl
7049            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
7050 ____________________________________________________________________________
7051 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
7052         Log: Whether overwriting the $self->{...} values (see #12902)
7053              is a good policy or not is debatable, but let's at least
7054              be consistent.
7055      Branch: perl
7056            ! lib/ExtUtils/MM_Unix.pm
7057 ____________________________________________________________________________
7058 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
7059         Log: The MakeMaker argument () quoting patch that sneaked
7060              in at #12883 didn't handle make macros like this $(...).
7061              Leaning toothpicks, we've got them.
7062      Branch: perl
7063            ! lib/ExtUtils/MM_Unix.pm
7064 ____________________________________________________________________________
7065 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
7066         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
7067              From: Michael G Schwern <schwern@pobox.com>
7068              Date: Wed, 7 Nov 2001 02:02:29 -0500
7069              Message-ID: <20011107020229.K2858@blackrider>
7070      Branch: perl
7071            ! t/io/argv.t t/test.pl vms/test.com
7072 ____________________________________________________________________________
7073 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
7074         Log: Subject: [PATCH 20011106.084] -s on #! line 
7075              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7076              Date: Wed, 7 Nov 2001 22:23:39 +0100
7077              Message-ID: <20011107222339.E729@rafael>
7078      Branch: perl
7079            ! embed.h embed.pl perl.c proto.h toke.c
7080 ____________________________________________________________________________
7081 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
7082         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
7083              From: Michael G Schwern <schwern@pobox.com>
7084              Date: Wed, 7 Nov 2001 16:52:49 -0500
7085              Message-ID: <20011107165249.I7346@blackrider>
7086      Branch: perl
7087            ! pod/perlhack.pod
7088 ____________________________________________________________________________
7089 [ 12898] By: ams                                   on 2001/11/08  13:02:19
7090         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
7091              From: Mark-Jason Dominus <mjd@plover.com>
7092              Date: Thu, 08 Nov 2001 08:59:02 -0500
7093              Message-Id: <20011108135902.2275.qmail@plover.com>
7094      Branch: perl
7095            ! INSTALL README README.amiga README.os2 README.vms
7096            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
7097            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
7098 ____________________________________________________________________________
7099 [ 12897] By: ams                                   on 2001/11/08  12:49:28
7100         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
7101              From: mjd@plover.com
7102              Date: 8 Nov 2001 13:33:18 -0000
7103              Message-Id: <20011108133318.1786.qmail@plover.com>
7104      Branch: perl
7105            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
7106            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
7107            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
7108            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
7109            ! pod/perlport.pod pod/perlvar.pod
7110 ____________________________________________________________________________
7111 [ 12896] By: ams                                   on 2001/11/08  11:22:12
7112         Log: open(FH, $file) should strip leading and trailing whitespace.
7113      Branch: perl
7114            ! doio.c
7115 ____________________________________________________________________________
7116 [ 12895] By: ams                                   on 2001/11/08  10:17:14
7117         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
7118              From: "Craig A. Berry" <craigberry@mac.com>
7119              Date: Wed, 07 Nov 2001 13:41:50 -0600
7120              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
7121      Branch: perl
7122            ! t/op/glob.t
7123 ____________________________________________________________________________
7124 [ 12894] By: ams                                   on 2001/11/08  08:32:20
7125         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
7126              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
7127              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
7128              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
7129      Branch: perl
7130            ! makedepend.SH
7131 ____________________________________________________________________________
7132 [ 12893] By: ams                                   on 2001/11/08  08:26:31
7133         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
7134              From: mjd@plover.com
7135              Date: 8 Nov 2001 08:08:07 -0000
7136              Message-Id: <20011108080807.30147.qmail@plover.com>
7137              
7138              Subject: bleadperl perl.pod
7139              From: mjd@plover.com
7140              Date: 8 Nov 2001 08:10:47 -0000
7141              Message-Id: <20011108081047.30178.qmail@plover.com>
7142              
7143              Subject: more bleadperl perl.pod
7144              From: mjd@plover.com
7145              Date: 8 Nov 2001 08:16:28 -0000
7146              Message-Id: <20011108081628.30229.qmail@plover.com>
7147      Branch: perl
7148            ! pod/perl.pod pod/perldebug.pod
7149 ____________________________________________________________________________
7150 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
7151         Log: Tweak for Cray-friendliness from Nicholas Clark.
7152      Branch: perl
7153            ! sv.c
7154 ____________________________________________________________________________
7155 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
7156         Log: VMS patch redo from Charles Lane.
7157      Branch: perl
7158            ! vms/gen_shrfls.pl
7159 ____________________________________________________________________________
7160 [ 12890] By: ams                                   on 2001/11/07  15:16:10
7161         Log: Subject: [ID 20011107.088] two perl pod nits
7162              From: lvirden@cas.org
7163              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
7164              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
7165      Branch: perl
7166            ! pod/perl.pod pod/perlfaq3.pod
7167 ____________________________________________________________________________
7168 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
7169         Log: Update Changes.
7170      Branch: perl
7171            ! Changes patchlevel.h
7172 ____________________________________________________________________________
7173 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
7174         Log: The (emulated) "no utf8" must be in a BEGIN block
7175              to be effective.
7176      Branch: perl
7177            ! lib/CGI/t/html.t
7178 ____________________________________________________________________________
7179 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
7180         Log: "v-strings" is the right term.
7181      Branch: perl
7182            ! pod/perltodo.pod
7183 ____________________________________________________________________________
7184 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
7185         Log: Add vstrings-as-objects need to perltodo.
7186      Branch: perl
7187            ! pod/perltodo.pod
7188 ____________________________________________________________________________
7189 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
7190         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
7191              From: Nicholas Clark <nick@ccl4.org>
7192              Date: Wed, 7 Nov 2001 14:36:32 +0000
7193              Message-ID: <20011107143631.I24980@plum.flirble.org>
7194      Branch: perl
7195            ! t/op/pack.t
7196 ____________________________________________________________________________
7197 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
7198         Log: The Embed test requires a major rewrite for VMS
7199              (plus it reveals a couple of annoying glitches
7200              in buffering), so skip the test for now; from
7201              Charles Lane.
7202      Branch: perl
7203            ! lib/ExtUtils/Embed.t
7204 ____________________________________________________________________________
7205 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
7206         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
7207              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7208              Date: Wed, 7 Nov 2001 09:23:28 EST
7209              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
7210              
7211              (Also i seems that an unrelated experimental patch
7212              to lib/ExtUtils/MM_Unix.pm was accidentally included.)
7213      Branch: perl
7214            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
7215 ____________________________________________________________________________
7216 [ 12882] By: ams                                   on 2001/11/07  05:14:04
7217         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
7218              From: Mark-Jason Dominus <mjd@plover.com>
7219              Date: Wed, 07 Nov 2001 00:43:46 -0500
7220              Message-Id: <20011107054346.14428.qmail@plover.com>
7221      Branch: perl
7222            ! gv.c op.c toke.c
7223 ____________________________________________________________________________
7224 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
7225         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
7226              From: Michael G Schwern <schwern@pobox.com>             
7227              Date: Tue, 6 Nov 2001 22:04:39 -0500
7228              Message-ID: <20011106220439.D2858@blackrider>              
7229      Branch: perl
7230            ! lib/perl5db.pl
7231 ____________________________________________________________________________
7232 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
7233         Log: Subject: [PATCH lib/Term/Cap.t] Sync CPAN version of tests (was Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under
7234              stress))
7235              From: Jonathan Stowe <gellyfish@gellyfish.com>
7236              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
7237              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
7238              
7239              (except for one hunk where indentation differs)
7240      Branch: perl
7241            ! lib/Term/Cap.t
7242 ____________________________________________________________________________
7243 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
7244         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
7245              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7246              Date: Tue, 6 Nov 2001 21:45:01 +0100
7247              Message-ID: <20011106214501.A704@rafael>
7248      Branch: perl
7249            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
7250            ! lib/File/Spec/Win32.pm
7251 ____________________________________________________________________________
7252 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
7253         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
7254              From: Michael G Schwern <schwern@pobox.com>              
7255              Date: Tue, 6 Nov 2001 20:58:45 -0500
7256              Message-ID: <20011106205845.G29411@blackrider>
7257      Branch: perl
7258            ! t/test.pl
7259 ____________________________________________________________________________
7260 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
7261         Log: Subject: making do_sprintf public       
7262              From: Doug MacEachern <dougm@covalent.net>    
7263              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
7264              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
7265      Branch: perl
7266            ! embed.h embed.pl global.sym
7267 ____________________________________________________________________________
7268 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
7269         Log: Update to CGI.pm 2.78.
7270              
7271              TODO: the test suite needs to be merged so that
7272              when in core, the core version is tested, and when
7273              using the CPAN version, testing the CPAN version.
7274              (the changes need to be sent to Lincoln, too...)
7275      Branch: perl
7276            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
7277            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
7278            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
7279            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
7280            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
7281            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
7282 ____________________________________________________________________________
7283 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
7284         Log: Integrate with perlio; (strictly) readonly hashes via XS.
7285      Branch: perl
7286           +> t/lib/access.t
7287           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
7288 ____________________________________________________________________________
7289 [ 12874] By: nick                                  on 2001/11/06  21:05:16
7290         Log: Keep It Simple and Stupid version of readonly hash support.
7291              - Test for SvREAONLY(hv) at a few spots in hv.c
7292              - add the error message to perldiag.pod
7293              - (dubious) add access::readonly() to univeral.c
7294              - add test using above
7295              - fixup ext/B/t/stash.t to account for access:: existing
7296      Branch: perlio
7297            + t/lib/access.t
7298            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
7299 ____________________________________________________________________________
7300 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
7301         Log: Fix incorrect warnings about broken globbing;
7302              from Andy Dougherty.
7303      Branch: perl
7304            ! hints/linux.sh
7305 ____________________________________________________________________________
7306 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
7307         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
7308              toggle-on from the encoding pragma.
7309      Branch: perl
7310            ! regcomp.c regexec.c
7311 ____________________________________________________________________________
7312 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
7313         Log: Retract #12824, doesn't help and is ignored
7314              by Configure anyway.
7315      Branch: perl
7316            ! hints/beos.sh
7317 ____________________________________________________________________________
7318 [ 12870] By: ams                                   on 2001/11/06  10:40:37
7319         Log: Subject: Cosmetic change
7320              From: H.Merijn Brand <h.m.brand@hccnet.nl>
7321              Date: Tue, 06 Nov 2001 12:30:52 +0100
7322              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
7323      Branch: perl
7324            ! README.hpux
7325 ____________________________________________________________________________
7326 [ 12869] By: nick                                  on 2001/11/06  08:26:40
7327         Log: Integrate mainline
7328      Branch: perlio
7329           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
7330           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
7331 ____________________________________________________________________________
7332 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
7333         Log: The parentheses are protected enough.
7334      Branch: perl
7335            ! hints/os390.sh
7336 ____________________________________________________________________________
7337 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
7338         Log: ccflags, not ldflags.
7339      Branch: perl
7340            ! hints/os390.sh
7341 ____________________________________________________________________________
7342 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
7343         Log: ... and the proto to go with #12865.
7344      Branch: perl
7345            ! proto.h
7346 ____________________________________________________________________________
7347 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
7348         Log: Oops.  Luckily nothing was using this symbol yet.
7349      Branch: perl
7350            ! global.sym
7351 ____________________________________________________________________________
7352 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
7353         Log: Implement the encoding pragma for regex literals.
7354      Branch: perl
7355            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
7356 ____________________________________________________________________________
7357 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
7358         Log: More UTF8 EXACT fixing.
7359      Branch: perl
7360            ! regexec.c
7361 ____________________________________________________________________________
7362 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
7363         Log: More re debugging.
7364      Branch: perl
7365            ! regexec.c
7366 ____________________________________________________________________________
7367 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
7368         Log: EXACT correction attempt.  Continued in #12863.
7369      Branch: perl
7370            ! regexec.c
7371 ____________________________________________________________________________
7372 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
7373         Log: Unterminated L<.
7374      Branch: perl
7375            ! ext/DB_File/DB_File.pm
7376 ____________________________________________________________________________
7377 [ 12859] By: nick                                  on 2001/11/05  19:15:17
7378         Log: Integrate mainline
7379      Branch: perlio
7380           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7381           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7382           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
7383           +> lib/Math/BigInt/t/sub_mbi.t
7384            - lib/Math/BigInt/t/Math/Subclass.pm
7385            - lib/Math/BigInt/t/subclass.t
7386           !> (integrate 30 files)
7387 ____________________________________________________________________________
7388 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
7389         Log: Regex debugging fixes from Hugo.
7390      Branch: perl
7391            ! regcomp.c regexec.c
7392 ____________________________________________________________________________
7393 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
7394         Log: IRIX: at some point the cc -version has started
7395              to output to stderr, not stdout any more.
7396      Branch: perl
7397            ! hints/irix_6.sh
7398 ____________________________________________________________________________
7399 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
7400         Log: Update Changes.
7401      Branch: perl
7402            ! Changes patchlevel.h
7403 ____________________________________________________________________________
7404 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
7405         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
7406      Branch: perl
7407            ! lib/File/Spec/Unix.pm
7408 ____________________________________________________________________________
7409 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
7410         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
7411              From: rgarciasuarez@free.fr
7412              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
7413              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
7414      Branch: perl
7415            ! lib/File/Spec/Unix.pm
7416 ____________________________________________________________________________
7417 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
7418         Log: Use config.arch in OS/390 where the combination of
7419              IEEE floats and ldflags is tricky.
7420      Branch: perl
7421            ! hints/os390.sh
7422 ____________________________________________________________________________
7423 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
7424         Log: Metaconfig unit change for #12851.
7425      Branch: metaconfig
7426            ! U/modified/Config_sh.U
7427 ____________________________________________________________________________
7428 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
7429         Log: Support a config.arch file, similar to config.over,
7430              but loaded just before it.
7431      Branch: perl
7432            ! Configure INSTALL
7433 ____________________________________________________________________________
7434 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
7435         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
7436              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7437              Date: Mon, 5 Nov 2001 14:26:24 +0100
7438              Message-ID: <20011105142624.C31977@rafael>
7439      Branch: perl
7440            ! lib/Symbol.pm lib/Symbol.t
7441 ____________________________________________________________________________
7442 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
7443         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
7444              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7445              Date: Sun, 4 Nov 2001 22:28:57 +0100
7446              Message-ID: <20011104222857.C696@rafael>
7447      Branch: perl
7448            ! pod/perldebug.pod pod/perlpodspec.pod
7449 ____________________________________________________________________________
7450 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
7451         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
7452      Branch: perl
7453            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
7454 ____________________________________________________________________________
7455 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
7456         Log: Math::Big* test tweaks to work better with core:
7457              but the coast still not clear.
7458      Branch: perl
7459            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
7460            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7461 ____________________________________________________________________________
7462 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
7463         Log: Protect against high load: measure how much wall
7464              clock time went by while sleeping.  Avoids some
7465              false negatives, while may introduce some false
7466              positives.  Life is hard.
7467      Branch: perl
7468            ! ext/Time/HiRes/HiRes.t
7469 ____________________________________________________________________________
7470 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
7471         Log: More forgotten from #12843.
7472      Branch: perl
7473            ! lib/Math/BigInt/t/bigfltpm.inc
7474 ____________________________________________________________________________
7475 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
7476         Log: Forgot from #12843.
7477      Branch: perl
7478            + lib/Math/BigInt/t/bigintpm.inc
7479            ! MANIFEST
7480 ____________________________________________________________________________
7481 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
7482         Log: Upgrade to Math::BigInt 1.45; from Tels.
7483              NOTE: some of the tests are failing but that's because
7484              the core integration is not yet done.
7485      Branch: perl
7486            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
7487            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
7488            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
7489            - lib/Math/BigInt/t/Math/Subclass.pm
7490            - lib/Math/BigInt/t/subclass.t
7491            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
7492            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
7493            ! lib/Math/BigInt/t/mbimbf.t
7494 ____________________________________________________________________________
7495 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
7496         Log: VMS: adds capability to control more configuration stuff with
7497              -D and -U switches; parsing config.sh to extract previous config
7498              info in VMS-form, and a rewrite of the "prompt/response" routine;
7499              from Charles Lane.
7500      Branch: perl
7501            ! configure.com
7502 ____________________________________________________________________________
7503 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
7504         Log: Subject: Typo correction in perldebguts.pod
7505              From: mjd@plover.com
7506              Date: 4 Nov 2001 16:20:05 -0000
7507              Message-ID: <20011104162005.16699.qmail@plover.com>
7508      Branch: perl
7509            ! pod/perldebguts.pod
7510 ____________________________________________________________________________
7511 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
7512         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
7513              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7514              Date: Sun, 4 Nov 2001 11:47:30 +0100
7515              Message-ID: <20011104114730.A715@rafael>
7516              
7517              Remove -T from the test, wrong place for that.
7518      Branch: perl
7519            ! lib/File/Temp/t/mktemp.t
7520 ____________________________________________________________________________
7521 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
7522         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
7523              From: Nicholas Clark <nick@ccl4.org>
7524              Date: Sun, 4 Nov 2001 10:41:24 +0000
7525              Message-ID: <20011104104123.U20123@plum.flirble.org>
7526      Branch: perl
7527            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
7528 ____________________________________________________________________________
7529 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
7530         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
7531              From: Michael G Schwern <schwern@pobox.com>
7532              Date: Sat, 3 Nov 2001 15:41:47 -0500
7533              Message-ID: <20011103154147.C600@blackrider>
7534      Branch: perl
7535            ! lib/Term/Cap.t
7536 ____________________________________________________________________________
7537 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
7538         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
7539              From: "Craig A. Berry" <craigberry@mac.com>     
7540              Date: Sat, 03 Nov 2001 16:02:28 -0600
7541              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
7542      Branch: perl
7543            ! ext/Time/HiRes/HiRes.t
7544 ____________________________________________________________________________
7545 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
7546         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
7547              From: "chromatic" <chromatic@rmci.net>
7548              Date: Sat, 03 Nov 2001 12:28:17 -0700
7549              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
7550      Branch: perl
7551            ! lib/Term/Cap.t
7552 ____________________________________________________________________________
7553 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
7554         Log: Don't bother doing POSIX charclass parsing if it
7555              possibly cannot be so.  Prepares way for charclass
7556              syntax like [[abc]||[def]] (or just [[abc][def]])
7557              for union, [[\w]&&[$a]] for intersection,
7558              and [[a-z]&&[^def]] for subtraction.
7559              
7560              Currently /[[a]/ (or /[a[]/) parses as a character
7561              class containing two characters, "[" and "a",
7562              this may have to be broken for the syntax described
7563              above, otherwise we would have to scan the whole pattern
7564              to find out whether the square brackets match pairwise.
7565              Luckily, the special case of "[" doesn't seem to be
7566              documented (as opposed to "]" and "-"), so we may have
7567              better story for breaking it...  One can always use \[
7568              if one wants a literal "[", so there.
7569      Branch: perl
7570            ! regcomp.c
7571 ____________________________________________________________________________
7572 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
7573         Log: Comment correction.
7574      Branch: perl
7575            ! regcomp.c
7576 ____________________________________________________________________________
7577 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
7578         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
7579              The latter is a RedHatism.
7580      Branch: perl
7581            ! lib/ExtUtils/MakeMaker.pm
7582 ____________________________________________________________________________
7583 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
7584         Log: Integrate perlio.
7585      Branch: perl
7586           !> perlio.c
7587 ____________________________________________________________________________
7588 [ 12831] By: nick                                  on 2001/11/03  11:42:15
7589         Log: Integrate mainline
7590      Branch: perlio
7591           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
7592           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
7593           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
7594           !> sv.c t/test.pl
7595 ____________________________________________________________________________
7596 [ 12830] By: nick                                  on 2001/11/03  10:27:34
7597         Log: Fix clone_leak problem.
7598              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
7599              as vestige of calling PerlLIO_dup().
7600      Branch: perlio
7601            ! perlio.c
7602 ____________________________________________________________________________
7603 [ 12829] By: nick                                  on 2001/11/03  09:40:46
7604         Log: Tweaks attempting to locate Doug's clone_leak leak.
7605              - add some PerlIO_debug()
7606              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
7607              - Even if it closing stdout etc. do a fflush()
7608      Branch: perlio
7609            ! perlio.c
7610 ____________________________________________________________________________
7611 [ 12828] By: nick                                  on 2001/11/03  08:34:31
7612         Log: Integrate mainline
7613      Branch: perlio
7614           !> (integrate 54 files)
7615 ____________________________________________________________________________
7616 [ 12827] By: ams                                   on 2001/11/03  03:45:19
7617         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
7618              remove this later). Based on a patch from Robert Spier in
7619              <15330.61459.14452.795263@rls.cx>.
7620      Branch: perl
7621            ! sv.c
7622 ____________________________________________________________________________
7623 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
7624         Log: microperl sync.
7625      Branch: perl
7626            ! doio.c perl.c perl.h perlio.c regexec.c
7627 ____________________________________________________________________________
7628 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
7629         Log: Definitions for the Unicode Newline Guidelines.
7630      Branch: perl
7631            ! perl.h
7632 ____________________________________________________________________________
7633 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
7634         Log: (retracted by #12871)
7635              
7636              There is no csh of any kind in default BeOS.
7637              For the purposes of miniperl globbing, bash
7638              will do.
7639      Branch: perl
7640            ! hints/beos.sh
7641 ____________________________________________________________________________
7642 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
7643         Log: Integrate change #12820 from macperl to maint and blead;
7644              
7645              Fix up (dynaloading) to work properly with multiplicity
7646      Branch: maint-5.6/perl
7647           !> ext/DynaLoader/dl_mac.xs
7648      Branch: perl
7649           !> ext/DynaLoader/dl_mac.xs
7650 ____________________________________________________________________________
7651 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
7652         Log: Several fixes for various exit problems and clearing out
7653              task queue, as well as another (incomplete) go at
7654              fixing error message handling
7655      Branch: maint-5.6/macperl
7656            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
7657 ____________________________________________________________________________
7658 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
7659         Log: Add source files for bleadperl builds
7660      Branch: maint-5.6/macperl
7661            ! macos/Makefile.mk
7662 ____________________________________________________________________________
7663 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
7664         Log: Fix up to work properly with multiplicity
7665      Branch: maint-5.6/macperl
7666            ! ext/DynaLoader/dl_mac.xs
7667 ____________________________________________________________________________
7668 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
7669         Log: Integrate with maintperl.
7670      Branch: maint-5.6/macperl
7671           +> t/op/system.t t/op/system_tests
7672           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
7673           !> pod/perltodo.pod util.c win32/win32.c
7674 ____________________________________________________________________________
7675 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
7676         Log: Locate _PATH_LOG if it's a socket even if not #defined
7677              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
7678              via Nick Clark.
7679      Branch: perl
7680            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
7681 ____________________________________________________________________________
7682 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
7683         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
7684              From: Michael G Schwern <schwern@pobox.com>
7685              Date: Fri, 2 Nov 2001 15:36:41 -0500
7686              Message-ID: <20011102153641.E23234@blackrider>
7687      Branch: perl
7688            ! t/test.pl
7689 ____________________________________________________________________________
7690 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
7691         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
7692              From: merlyn@stonehenge.com (Randal L. Schwartz)
7693              Date: 02 Nov 2001 09:33:34 -0800
7694              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
7695              
7696              (two of the changes)
7697              
7698              Better coexistence with extensions.
7699      Branch: perl
7700            ! ext/Errno/Errno_pm.PL hints/darwin.sh
7701 ____________________________________________________________________________
7702 [ 12815] By: ams                                   on 2001/11/02  16:47:43
7703         Log: Subject: Re: [PATCH] the the double double word word fix fix
7704              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
7705              Date: Fri, 02 Nov 2001 19:43:07 +0100
7706              Message-Id: <3BE2E93B.627C198E@alcatel.at>
7707      Branch: perl
7708            ! pod/perldebug.pod
7709 ____________________________________________________________________________
7710 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
7711         Log: Update Changes.
7712      Branch: perl
7713            ! Changes patchlevel.h
7714 ____________________________________________________________________________
7715 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
7716         Log: More encoding testing.
7717      Branch: perl
7718            ! lib/encoding.pm lib/encoding.t
7719 ____________________________________________________________________________
7720 [ 12812] By: ams                                   on 2001/11/02  15:07:11
7721         Log: Slight modification of #12811.
7722      Branch: perl
7723            ! op.c
7724 ____________________________________________________________________________
7725 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
7726         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
7727              From: Radu Greab <radu@netsoft.ro>
7728              Date: Fri, 2 Nov 2001 15:28:58 +0200
7729              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
7730      Branch: perl
7731            ! op.c t/op/stat.t
7732 ____________________________________________________________________________
7733 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
7734         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
7735              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7736              Date: Thu, 1 Nov 2001 22:35:50 +0100
7737              Message-ID: <20011101223550.A10849@rafael>
7738      Branch: perl
7739            ! lib/ExtUtils/Embed.t
7740 ____________________________________________________________________________
7741 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
7742         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
7743              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7744              Date: 2 Nov 2001 14:48:51 -0000
7745              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
7746      Branch: perl
7747            ! lib/File/Find.pm
7748 ____________________________________________________________________________
7749 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
7750         Log: Add documentation.
7751      Branch: perl
7752            ! embed.pl pod/perlapi.pod utf8.c
7753 ____________________________________________________________________________
7754 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
7755         Log: Unicode: add ToFold mapping.  Not used yet; but basically
7756              a more useful mapping for caseless aka case-ignoring than
7757              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
7758              algorithm for creating the foldings uses equivalence classes,
7759              see http://www.unicode.org/unicode/reports/tr21/
7760              Hopefully this feature will be used in //i.
7761              (The folding tables were introduced by #12689.)
7762      Branch: perl
7763            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
7764            ! utf8.c
7765 ____________________________________________________________________________
7766 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
7767         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
7768              From: "Craig A. Berry" <craigberry@mac.com>
7769              Date: Fri, 02 Nov 2001 00:03:52 -0600
7770              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
7771      Branch: perl
7772            ! lib/AutoSplit.t
7773 ____________________________________________________________________________
7774 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
7775         Log: Subject: Trivial doc patch
7776              From: andreas.koenig@anima.de (Andreas J. Koenig)
7777              Date: 02 Nov 2001 06:11:35 +0100
7778              Message-ID: <m37kt94v08.fsf@anima.de>
7779      Branch: perl
7780            ! pod/perlport.pod
7781 ____________________________________________________________________________
7782 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
7783         Log: Make encoding and charnames pragmas coexist.
7784      Branch: perl
7785            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
7786 ____________________________________________________________________________
7787 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
7788         Log: The basic character classes seem to go untested with Unicode.
7789      Branch: perl
7790            ! t/op/pat.t
7791 ____________________________________________________________________________
7792 [ 12802] By: ams                                   on 2001/11/02  00:39:36
7793         Log: Subject: [PATCH] the the double double word word fix fix
7794              From: Richard Soderberg <rs@oregonnet.com>
7795              Date: Thu, 1 Nov 2001 13:12:03 -0800
7796              Message-Id: <200111012112.NAA23288@oregonnet.com>
7797              
7798              Subject: Re: [PATCH] the the double double word word fix fix
7799              From: Mark-Jason Dominus <mjd@plover.com>
7800              Date: Thu, 01 Nov 2001 16:43:40 -0500
7801              Message-Id: <20011101214340.2044.qmail@plover.com>
7802              
7803              Subject: Re: [PATCH] the the double double word word fix fix
7804              From: Mark-Jason Dominus <mjd@plover.com>
7805              Date: Thu, 01 Nov 2001 16:51:39 -0500
7806              Message-Id: <20011101215139.2196.qmail@plover.com>
7807      Branch: perl
7808            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
7809            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
7810            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
7811            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
7812            ! pod/perltodo.pod pod/perlxstut.pod
7813 ____________________________________________________________________________
7814 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
7815         Log: Comment tweaks.
7816      Branch: perl
7817            ! toke.c
7818 ____________________________________________________________________________
7819 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
7820         Log: FAQ sync.
7821      Branch: perl
7822            ! pod/perlfaq9.pod
7823 ____________________________________________________________________________
7824 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
7825         Log: If an encoding is set by -M/-m, it must be in
7826              effect only for the actual script, not any other
7827              required/-M/-m'ed module, otherwise we enter a nasty
7828              recursion in regexec.c while trying to init the simple
7829              UTF-8 charclasses like PL_utf8_alnum.
7830      Branch: perl
7831            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
7832 ____________________________________________________________________________
7833 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
7834         Log: A bit more descriptive name.
7835      Branch: perl
7836            ! mg.c
7837 ____________________________________________________________________________
7838 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
7839         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
7840              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7841              Date: Wed, 31 Oct 2001 13:47:04 EST
7842              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
7843      Branch: perl
7844            ! ext/Time/HiRes/HiRes.t
7845 ____________________________________________________________________________
7846 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
7847         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
7848              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7849              Date: Wed, 31 Oct 2001 13:43:29 EST
7850              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
7851      Branch: perl
7852            ! mg.c
7853 ____________________________________________________________________________
7854 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
7855         Log: Subject: [PATCH] Various test cleanups
7856              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7857              Date: Tue, 30 Oct 2001 21:56:26 +0100
7858              Message-ID: <20011030215626.A28503@rafael>
7859      Branch: perl
7860            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7861            ! ext/DB_File/t/db-recno.t ext/Encode.t
7862 ____________________________________________________________________________
7863 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
7864         Log: Update Changes.
7865      Branch: perl
7866            ! Changes patchlevel.h
7867 ____________________________________________________________________________
7868 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
7869         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
7870              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
7871              Date: Wed, 31 Oct 2001 17:16:39 +0100
7872              Message-ID: <20011031171639.A32511@rafael>
7873      Branch: perl
7874            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
7875 ____________________________________________________________________________
7876 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
7877         Log: Skip message nit.
7878      Branch: perl
7879            ! t/io/fs.t
7880 ____________________________________________________________________________
7881 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
7882         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
7883              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7884              Date: 31 Oct 2001 14:49:37 -0000
7885              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
7886      Branch: perl
7887            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
7888 ____________________________________________________________________________
7889 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
7890         Log: Extend the effect of the encoding pragma to chr() and ord().
7891              
7892              TODO: regex literals, reentrancy problems with the utf8
7893              and charnames pragmas.
7894      Branch: perl
7895            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
7896 ____________________________________________________________________________
7897 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
7898         Log: Doc tweaks.
7899      Branch: perl
7900            ! lib/encoding.pm
7901 ____________________________________________________________________________
7902 [ 12788] By: nick                                  on 2001/10/31  08:59:56
7903         Log: Integrate mainline
7904      Branch: perlio
7905           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
7906           !> (integrate 49 files)
7907 ____________________________________________________________________________
7908 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
7909         Log: Forgot new proto.
7910      Branch: perl
7911            ! proto.h
7912 ____________________________________________________________________________
7913 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
7914         Log: Clarification: use encoding cannot be used to
7915              change the default encoding of "your whole script";
7916              only the default encoding of the *data*.  Also, it
7917              seems that "use encoding" does not mix with "use utf8"
7918              (a coredumping recursion ensues).  Should not be a huge
7919              problem since "use utf8" is pretty marginal nowadays.
7920      Branch: perl
7921            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
7922 ____________________________________________________________________________
7923 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
7924         Log: More documentation for the encode pragma.
7925      Branch: perl
7926            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
7927            ! pod/perlapi.pod pod/perlunicode.pod sv.c
7928 ____________________________________________________________________________
7929 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
7930         Log: Thinko in #12783.
7931      Branch: perl
7932            ! sv.c
7933 ____________________________________________________________________________
7934 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
7935         Log: Make sv_recode_to_utf8() a real API: the encoding
7936              is a parameter, instead of a global.  Document the
7937              PERL_ENCODING.
7938      Branch: perl
7939            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
7940            ! toke.c
7941 ____________________________________________________________________________
7942 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
7943         Log: Enable -Mencoding=foobar also for string literals.
7944      Branch: perl
7945            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
7946            ! pod/perlapi.pod proto.h sv.c toke.c
7947 ____________________________________________________________________________
7948 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
7949         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
7950              From: Andy Dougherty <doughera@lafayette.edu>
7951              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
7952              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
7953      Branch: perl
7954            ! ext/POSIX/hints/svr4.pl
7955 ____________________________________________________________________________
7956 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
7957         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
7958              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7959              Date: Mon, 29 Oct 2001 23:11:58 -0000
7960              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
7961              
7962              Add compat.h.
7963      Branch: perl
7964            ! lib/h2xs.t utils/h2xs.PL
7965 ____________________________________________________________________________
7966 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
7967         Log: Subject: PerlIOBuf_dup
7968              From: Nicholas Clark <nick@ccl4.org>              
7969              Date: Mon, 29 Oct 2001 21:52:35 +0000             
7970              Message-ID: <20011029215235.K41204@plum.flirble.org>
7971              
7972              Add prototype.
7973      Branch: perl
7974            ! perliol.h
7975 ____________________________________________________________________________
7976 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
7977         Log: Subject: [PATCH] Make malloc.c errors more useful
7978              From: Richard Soderberg <rs@oregonnet.com>
7979              Date: Mon, 29 Oct 2001 22:28:02 -0800
7980              Message-Id: <200110300628.WAA11025@oregonnet.com>
7981      Branch: perl
7982            ! malloc.c
7983 ____________________________________________________________________________
7984 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
7985         Log: Retract #12776 - the bug 19990906.001 is still valid.
7986      Branch: perl
7987            ! t/run/kill_perl.t
7988 ____________________________________________________________________________
7989 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
7990         Log: (Retracted by #12777)
7991              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
7992              From: Michael G Schwern <schwern@pobox.com> 
7993              Date: Mon, 29 Oct 2001 23:01:08 -0500
7994              Message-ID: <20011029230108.G18053@blackrider>
7995      Branch: perl
7996            ! t/run/kill_perl.t
7997 ____________________________________________________________________________
7998 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
7999         Log: Comment nits.
8000      Branch: perl
8001            ! lib/encoding.t
8002 ____________________________________________________________________________
8003 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
8004         Log: integrate change#12772 from mainline
8005              
8006              Subject: [PATCH] Mommy, what's a pointer cast?
8007      Branch: maint-5.6/perl
8008            ! perl.h
8009 ____________________________________________________________________________
8010 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
8011         Log: Subject: [PATCH] Mommy, what's a pointer cast?
8012              From: Richard Soderberg <rs@oregonnet.com>
8013              Date: Mon, 29 Oct 2001 17:01:10 -0800
8014              Message-Id: <200110300101.RAA31561@oregonnet.com>
8015              
8016              (threads* parts)
8017      Branch: perl
8018            ! ext/threads/shared/shared.xs ext/threads/threads.xs
8019 ____________________________________________________________________________
8020 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
8021         Log: Subject: [PATCH] Mommy, what's a pointer cast?
8022              From: Richard Soderberg <rs@oregonnet.com>
8023              Date: Mon, 29 Oct 2001 17:01:10 -0800
8024              Message-Id: <200110300101.RAA31561@oregonnet.com>
8025              
8026              (the perl.h part)
8027      Branch: perl
8028            ! perl.h
8029 ____________________________________________________________________________
8030 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
8031         Log: Subject: [PATCH] OpenBSD likes signal.h 
8032              From: Richard Soderberg <rs@oregonnet.com>
8033              Date: Mon, 29 Oct 2001 17:00:31 -0800
8034              Message-Id: <200110300100.RAA31533@oregonnet.com>
8035      Branch: perl
8036            ! unixish.h
8037 ____________________________________________________________________________
8038 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
8039         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
8040              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8041              Date: Mon, 29 Oct 2001 23:04:23 -0000
8042              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
8043      Branch: perl
8044            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8045            ! ext/DB_File/t/db-recno.t
8046 ____________________________________________________________________________
8047 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
8048         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
8049              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
8050              Date: Mon, 29 Oct 2001 12:34:07 -0600
8051              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
8052      Branch: perl
8053            ! ext/Time/HiRes/HiRes.t
8054 ____________________________________________________________________________
8055 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
8056         Log: Update Changes.
8057      Branch: perl
8058            ! Changes patchlevel.h
8059 ____________________________________________________________________________
8060 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
8061         Log: AIX needs an explicit symbol export list.
8062      Branch: perl
8063            ! lib/ExtUtils/Embed.t
8064 ____________________________________________________________________________
8065 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
8066         Log: The test (and the module) would require some
8067              quality hacking time to work on EBCDIC.  Based on
8068              the test results nothing seems to be majorly broken,
8069              the module just seems to have strange assumptions:
8070              got: ''\226\225\205'
8071              expected: ''one'
8072              The \226\225\205 being, of course, 'one', in EBCDIC.
8073      Branch: perl
8074            ! lib/Dumpvalue.t
8075 ____________________________________________________________________________
8076 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
8077         Log: Mark the test known to be failing in EBCDIC.
8078      Branch: perl
8079            ! t/op/tr.t
8080 ____________________________________________________________________________
8081 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
8082         Log: None of the libnet modules are going to work in
8083              EBCDIC without the Convert::EBCDIC.
8084      Branch: perl
8085            ! t/lib/1_compile.t
8086 ____________________________________________________________________________
8087 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
8088         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
8089      Branch: perl
8090            ! t/op/pack.t
8091 ____________________________________________________________________________
8092 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
8093         Log: UTF-EBCDIC ain't UTF-8.
8094      Branch: perl
8095            ! t/op/pack.t
8096 ____________________________________________________________________________
8097 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
8098         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
8099      Branch: perl
8100            ! t/lib/1_compile.t
8101 ____________________________________________________________________________
8102 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
8103         Log: Let's not assume ASCII.
8104      Branch: perl
8105            ! t/op/lc.t
8106 ____________________________________________________________________________
8107 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
8108         Log: Call the new perlio symbols differently.
8109      Branch: perl
8110            ! makedef.pl
8111 ____________________________________________________________________________
8112 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
8113         Log: Don't expect ASCII ordering.
8114      Branch: perl
8115            ! lib/ExtUtils/Manifest.t
8116 ____________________________________________________________________________
8117 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
8118         Log: Forgot from #12756.
8119      Branch: perl
8120            ! perlio.h
8121 ____________________________________________________________________________
8122 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
8123         Log: BeOS tweaks:
8124              - fseeko and ftello can be found by Configure but
8125              we do not seem to have prototypes for them so
8126              let's make up some
8127              - BeOS didn't use to have real sockets (sockets as
8128              filedescriptors) but the BONE package is supposed
8129              to fix this.  I do not know how to detect BONEness,
8130              see hints/beos.sh for a spot that needs to fixed.
8131              - BeOS has O_TEXT != O_BINARY but has no setmode()
8132      Branch: perl
8133            ! hints/beos.sh perlio.c
8134 ____________________________________________________________________________
8135 [ 12755] By: sky                                   on 2001/10/29  12:56:12
8136         Log: Ugly fix to not die when a thread creator is holding locks.
8137      Branch: perl
8138            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8139            ! ext/threads/threads.xs
8140 ____________________________________________________________________________
8141 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
8142         Log: Integrate change #12752 from maintperl;
8143              
8144              croak(Nullch) wasn't printing the contents of ERRSV if there was
8145              no outer eval (bug in change#6125)
8146      Branch: perl
8147           !> util.c
8148 ____________________________________________________________________________
8149 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
8150         Log: Subject: [PATCH h2xs] Use of static data in XS modules
8151              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
8152              Date: Sun, 28 Oct 2001 21:19:07 -0000
8153              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
8154              
8155              with nits from Sarathy.
8156      Branch: perl
8157            ! utils/h2xs.PL
8158 ____________________________________________________________________________
8159 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
8160         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
8161              no outer eval (bug in change#6125)
8162      Branch: maint-5.6/perl
8163            ! util.c
8164 ____________________________________________________________________________
8165 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
8166         Log: More todo for the encoding pragma.
8167      Branch: perl
8168            ! lib/encoding.pm
8169 ____________________________________________________________________________
8170 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
8171         Log: Add the encoding pragma to control the "upgrade"
8172              from the native eight bit data to Unicode.
8173              
8174              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
8175      Branch: perl
8176            + lib/encoding.pm lib/encoding.t
8177            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
8178            ! pod/perlunicode.pod pod/perlvar.pod sv.c
8179 ____________________________________________________________________________
8180 [ 12749] By: sky                                   on 2001/10/28  21:02:33
8181         Log: Update documentation.
8182      Branch: perl
8183            ! ext/threads/shared/shared.pm
8184 ____________________________________________________________________________
8185 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
8186         Log: Integrate change #12747 from maintperl;
8187              
8188              finishing touches to system() fixes on windows:
8189              * detect cmd shell correctly even if it had full path in it
8190              * more quoting needed for single-arg system if the argument
8191              really had multiple quoted arguments within it
8192              * be smarter about not calling the shell when the executable
8193              has spaces, but otherwise does not need shell involvement
8194              * add a testsuite (windows-specific currently)
8195      Branch: perl
8196           +> t/op/system.t t/op/system_tests
8197            ! MANIFEST pod/perltodo.pod
8198           !> win32/win32.c
8199 ____________________________________________________________________________
8200 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
8201         Log: finishing touches to system() fixes on windows:
8202              * detect cmd shell correctly even if it had full path in it
8203              * more quoting needed for single-arg system if the argument
8204              really had multiple quoted arguments within it
8205              * be smarter about not calling the shell when the executable
8206              has spaces, but otherwise does not need shell involvement
8207              * add a testsuite (windows-specific currently)
8208      Branch: maint-5.6/perl
8209            + t/op/system.t t/op/system_tests
8210            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
8211 ____________________________________________________________________________
8212 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
8213         Log: Integrate perlio.
8214      Branch: perl
8215           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
8216 ____________________________________________________________________________
8217 [ 12745] By: nick                                  on 2001/10/28  16:08:14
8218         Log: Mingw32 fixup for Embed.t
8219      Branch: perlio
8220            ! lib/ExtUtils/Embed.t
8221 ____________________________________________________________________________
8222 [ 12744] By: nick                                  on 2001/10/28  15:54:14
8223         Log: GCC vs MS 64-bit constant syntax
8224      Branch: perlio
8225            ! ext/Time/HiRes/HiRes.xs
8226 ____________________________________________________________________________
8227 [ 12743] By: nick                                  on 2001/10/28  15:42:55
8228         Log: Integrate mainline
8229      Branch: perlio
8230           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
8231 ____________________________________________________________________________
8232 [ 12742] By: sky                                   on 2001/10/28  14:47:10
8233         Log: Manpage updates.
8234      Branch: perl
8235            ! ext/threads/threads.pm
8236 ____________________________________________________________________________
8237 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
8238         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
8239      Branch: perl
8240            ! lib/ExtUtils/Embed.t
8241 ____________________________________________________________________________
8242 [ 12740] By: nick                                  on 2001/10/28  14:14:24
8243         Log: Integrate mainline
8244      Branch: perlio
8245           !> lib/ExtUtils/Embed.t win32/win32.c
8246 ____________________________________________________________________________
8247 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
8248         Log: Need to be ./executed.
8249      Branch: perl
8250            ! lib/ExtUtils/Embed.t
8251 ____________________________________________________________________________
8252 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
8253         Log: Integrate perlio.
8254      Branch: perl
8255           !> perlio.c win32/win32.h
8256 ____________________________________________________________________________
8257 [ 12737] By: nick                                  on 2001/10/28  13:53:45
8258         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
8259              by gcc -xc++.
8260      Branch: perlio
8261            ! win32/win32.h
8262 ____________________________________________________________________________
8263 [ 12736] By: nick                                  on 2001/10/28  13:50:50
8264         Log: Have :stdio layer update an honour the fd refcnt table.
8265              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
8266      Branch: perlio
8267            ! perlio.c
8268 ____________________________________________________________________________
8269 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
8270         Log: Integrate changes #12724 and #12725 from maintperl;
8271              multiarg system now works.
8272      Branch: perl
8273           !> win32/win32.c
8274 ____________________________________________________________________________
8275 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
8276         Log: Integrate perlio.
8277      Branch: perl
8278           +> lib/ExtUtils/Embed.t
8279           !> MANIFEST perlio.c
8280 ____________________________________________________________________________
8281 [ 12733] By: nick                                  on 2001/10/28  13:07:16
8282         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
8283              least for PERLIO=perlio unthreaded case
8284      Branch: perlio
8285            ! perlio.c
8286 ____________________________________________________________________________
8287 [ 12732] By: nick                                  on 2001/10/28  11:10:24
8288         Log: Typo in exe name
8289      Branch: perlio
8290            ! lib/ExtUtils/Embed.t
8291 ____________________________________________________________________________
8292 [ 12731] By: nick                                  on 2001/10/28  11:09:59
8293         Log: Integrate Mainline
8294      Branch: perlio
8295           !> Changes configure.com ext/DB_File/DB_File.pm
8296           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
8297           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
8298           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
8299           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
8300           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
8301           !> t/TEST t/op/regexp.t win32/buildext.pl
8302 ____________________________________________________________________________
8303 [ 12730] By: nick                                  on 2001/10/28  11:05:35
8304         Log: Fixup Embed.t for Win32/VC++
8305      Branch: perlio
8306            ! lib/ExtUtils/Embed.t
8307 ____________________________________________________________________________
8308 [ 12729] By: nick                                  on 2001/10/28  09:36:20
8309         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
8310              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
8311              ExtUtils::Embed.
8312      Branch: perlio
8313            + lib/ExtUtils/Embed.t
8314            ! MANIFEST
8315 ____________________________________________________________________________
8316 [ 12728] By: sky                                   on 2001/10/28  08:12:53
8317         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
8318              line manually!
8319      Branch: perl
8320            ! lib/ExtUtils/xsubpp
8321 ____________________________________________________________________________
8322 [ 12727] By: sky                                   on 2001/10/28  08:02:09
8323         Log: And here we use the prototypes.
8324      Branch: perl
8325            ! ext/threads/shared/shared.xs
8326 ____________________________________________________________________________
8327 [ 12726] By: sky                                   on 2001/10/28  08:00:48
8328         Log: Support [] style prototypes.
8329      Branch: perl
8330            ! lib/ExtUtils/xsubpp
8331 ____________________________________________________________________________
8332 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
8333         Log: yet another multi-arg system() fix on windows: batch files as the
8334              first argument (i.e. directly executed by CreateProcess()) need
8335              extra quoting to escape shell-shock
8336      Branch: maint-5.6/perl
8337            ! win32/win32.c
8338 ____________________________________________________________________________
8339 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
8340         Log: another multi-arg system() fix on windows: passing empty arguments
8341              now works
8342      Branch: maint-5.6/perl
8343            ! win32/win32.c
8344 ____________________________________________________________________________
8345 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
8346         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
8347              No final #else #error because we do not seem to
8348              be using #error?
8349      Branch: perl
8350            ! op.h
8351 ____________________________________________________________________________
8352 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
8353         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
8354              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
8355              Date: Sat, 27 Oct 2001 23:28:44 EST 
8356              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
8357      Branch: perl
8358            ! ext/Time/HiRes/HiRes.xs
8359 ____________________________________________________________________________
8360 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
8361         Log: Regen perlapi, perltoc.
8362      Branch: perl
8363            ! pod/perlapi.pod pod/perltoc.pod
8364 ____________________________________________________________________________
8365 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
8366         Log: Subject: [PATCH] sv.h documentation
8367              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
8368              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
8369              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
8370      Branch: perl
8371            ! sv.h
8372 ____________________________________________________________________________
8373 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
8374         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
8375              system("nmake -nologo", "clean") and there is no executable
8376              called "nmake -nologo"; this used to "work" pre-change#12559 due
8377              to bugs in multiarg system() that have since been fixed
8378      Branch: perl
8379            ! win32/buildext.pl
8380 ____________________________________________________________________________
8381 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
8382         Log: Update Changes.
8383      Branch: perl
8384            ! Changes patchlevel.h
8385 ____________________________________________________________________________
8386 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
8387         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
8388              From: Richard.Foley@t-online.de (Richard Foley)            
8389              Date: Sun, 28 Oct 2001 00:48:32 +0200
8390              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
8391      Branch: perl
8392            ! pod/perlhack.pod
8393 ____________________________________________________________________________
8394 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
8395         Log: Must store pointers with the right width.
8396      Branch: perl
8397            ! op.h
8398 ____________________________________________________________________________
8399 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
8400         Log: Integrate change #12711 from perlio;
8401              
8402              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
8403              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
8404      Branch: perl
8405           !> perlio.c
8406 ____________________________________________________________________________
8407 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
8408         Log: Subject: [PATCH] make minitest
8409              From: Nicholas Clark <nick@ccl4.org>
8410              Date: Sat, 27 Oct 2001 22:56:16 +0100
8411              Message-ID: <20011027225616.L20275@plum.flirble.org>
8412      Branch: perl
8413            ! t/TEST
8414 ____________________________________________________________________________
8415 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
8416         Log: Patch #12661 missed this.
8417      Branch: perl
8418            ! ext/DB_File/DB_File.pm
8419 ____________________________________________________________________________
8420 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
8421         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
8422              From: "Craig A. Berry" <craigberry@mac.com>
8423              Date: Sat, 27 Oct 2001 16:07:47 -0500
8424              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
8425      Branch: perl
8426            ! configure.com perlio.c
8427 ____________________________________________________________________________
8428 [ 12711] By: nick                                  on 2001/10/27  19:49:25
8429         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
8430              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
8431      Branch: perlio
8432            ! perlio.c
8433 ____________________________________________________________________________
8434 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
8435         Log: Let's not replace reason if there's one already supplied.
8436      Branch: perl
8437            ! t/op/regexp.t
8438 ____________________________________________________________________________
8439 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
8440         Log: is not good.
8441      Branch: perl
8442            ! t/op/regexp.t
8443 ____________________________________________________________________________
8444 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
8445         Log: ldlibpth can exist but be unset.
8446      Branch: perl
8447            ! t/TEST
8448 ____________________________________________________________________________
8449 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
8450         Log: Unicode: property alias naming cleanup.
8451      Branch: perl
8452            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
8453 ____________________________________________________________________________
8454 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
8455         Log: FAQ sync.
8456      Branch: perl
8457            ! pod/perlfaq4.pod
8458 ____________________________________________________________________________
8459 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
8460         Log: Integrate change #12703 from maintperl;
8461              
8462              typemap stuff intervenes before declaration, move it to PREINIT
8463              section
8464              
8465              (an empty integrate, but now the files are in sync
8466              between the branches)
8467      Branch: perl
8468           !> ext/ODBM_File/ODBM_File.xs
8469 ____________________________________________________________________________
8470 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
8471         Log: More PerlIO symbols.
8472      Branch: perl
8473            ! makedef.pl
8474 ____________________________________________________________________________
8475 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
8476         Log: typemap stuff intervenes before declaration, move it to PREINIT
8477              section
8478      Branch: maint-5.6/perl
8479            ! ext/ODBM_File/ODBM_File.xs
8480 ____________________________________________________________________________
8481 [ 12702] By: nick                                  on 2001/10/27  14:09:35
8482         Log: Integrate mainline
8483      Branch: perlio
8484           +> ext/threads/shared/t/av_simple.t
8485           +> ext/threads/shared/t/hv_refs.t
8486           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
8487           !> (integrate 109 files)
8488 ____________________________________________________________________________
8489 [ 12700] By: ams                                   on 2001/10/26  21:22:23
8490         Log: Subject: [PATCH] tweak divide
8491              From: Nicholas Clark <nick@ccl4.org>
8492              Date: Fri, 26 Oct 2001 22:52:17 +0100
8493              Message-Id: <20011026225217.B20275@plum.flirble.org>
8494      Branch: perl
8495            ! pp.c
8496 ____________________________________________________________________________
8497 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
8498         Log: Integrate a buncha things from maintperl.
8499      Branch: maint-5.6/macperl
8500           !> (integrate 32 files)
8501 ____________________________________________________________________________
8502 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
8503         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
8504              From: Andy Dougherty <doughera@lafayette.edu>
8505              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
8506              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
8507      Branch: perl
8508            ! hints/svr4.sh
8509 ____________________________________________________________________________
8510 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
8511         Log: When you're root, many things become writable.
8512      Branch: perl
8513            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
8514 ____________________________________________________________________________
8515 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
8516         Log: Update Changes.
8517      Branch: perl
8518            ! Changes patchlevel.h
8519 ____________________________________________________________________________
8520 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
8521         Log: Term/Cap.t attempts to access the floppy drive for no good reason
8522              on dosish systems
8523      Branch: perl
8524            ! lib/Term/Cap.t
8525 ____________________________________________________________________________
8526 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
8527         Log: fix misleading comment on known inadequacy in B::Terse, and skip
8528              it correctly
8529      Branch: perl
8530            ! ext/B/t/terse.t
8531 ____________________________________________________________________________
8532 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
8533         Log: fix spurious AutoSplit.t failure under windows
8534      Branch: perl
8535            ! lib/AutoSplit.t
8536 ____________________________________________________________________________
8537 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
8538         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
8539      Branch: perl
8540            ! ext/Time/HiRes/HiRes.t
8541 ____________________________________________________________________________
8542 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
8543         Log: More logical to use %04"UVXf" than %"UVuf" since
8544              the Unicode standard prefers hex.
8545      Branch: perl
8546            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
8547            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
8548            ! lib/unicore/mktables utf8.c
8549 ____________________________________________________________________________
8550 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
8551         Log: change#12065 seems to have broken Encode build on windows; fix
8552      Branch: perl
8553            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
8554 ____________________________________________________________________________
8555 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
8556         Log: Unicode: add the case folding table.
8557      Branch: perl
8558            + lib/unicore/To/Fold.pl
8559            ! MANIFEST lib/unicore/mktables
8560 ____________________________________________________________________________
8561 [ 12688] By: sky                                   on 2001/10/26  13:51:29
8562         Log: Get the new functions right, do not export lock since we use builtin lock.
8563              TODO: fix xsubpp to support the new prototypes
8564      Branch: perl
8565            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8566 ____________________________________________________________________________
8567 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
8568         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
8569              as suggested by Sarathy.
8570      Branch: perl
8571            ! mg.c
8572 ____________________________________________________________________________
8573 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
8574         Log: avoid compiler warning
8575      Branch: perl
8576            ! win32/win32.c
8577 ____________________________________________________________________________
8578 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
8579         Log: WinCE update from Rainer Keuchel.
8580      Branch: perl
8581            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
8582            ! wince/wince.c
8583 ____________________________________________________________________________
8584 [ 12684] By: sky                                   on 2001/10/26  13:34:33
8585         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
8586      Branch: perl
8587            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8588 ____________________________________________________________________________
8589 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
8590         Log: More fixes that were made to the core and not in the libnet src
8591      Branch: perl
8592            ! lib/Net/Domain.pm
8593 ____________________________________________________________________________
8594 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
8595         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
8596              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
8597              Date: Fri, 26 Oct 2001 13:55:21 +0200
8598              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
8599              
8600              (plus make the db-recno.t#59 accept both \n and \r\n)
8601      Branch: perl
8602            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
8603            ! ext/DB_File/t/db-recno.t
8604 ____________________________________________________________________________
8605 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
8606         Log: Fix tests to be able to run in the core and the CPAN dist
8607      Branch: perl
8608            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8609            ! lib/Net/t/require.t lib/Net/t/smtp.t
8610 ____________________________________________________________________________
8611 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
8612         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
8613              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8614              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
8615              Date: Fri, 26 Oct 2001 08:34:46 EDT
8616      Branch: perl
8617            ! ext/Time/HiRes/HiRes.t
8618 ____________________________________________________________________________
8619 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
8620         Log: Sync libnet modules with what will be libnet-1.08
8621      Branch: perl
8622            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
8623            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
8624            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
8625            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
8626 ____________________________________________________________________________
8627 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
8628         Log: Integrate maintperl changes #12268 and #12669;
8629              
8630              final touches to the audit for statics and thread-unsafe code
8631              * make DB_File, ODBM_File thread-safe 
8632              * remove unnecessary/dangerous statics and protect others
8633              from not getting accidentally enabled under threaded perls
8634              
8635              windows support functions get_childdir() et al aren't exported
8636              correctly under vanilla build
8637              
8638              Testing under win32 appreciated since changes there had
8639              to be manually merged and I cannot test how badly did I do.
8640      Branch: perl
8641           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
8642           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
8643           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
8644           !> win32/vmem.h win32/win32.c win32/win32iop.h
8645 ____________________________________________________________________________
8646 [ 12677] By: sky                                   on 2001/10/26  12:37:17
8647         Log: More Config::threads to threads::threads changes
8648      Branch: perl
8649            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
8650 ____________________________________________________________________________
8651 [ 12676] By: sky                                   on 2001/10/26  12:31:46
8652         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
8653      Branch: perl
8654            ! ext/threads/threads.pm ext/threads/threads.xs
8655 ____________________________________________________________________________
8656 [ 12675] By: sky                                   on 2001/10/26  12:06:30
8657         Log: Allocing a TLS in runtime is not too hot.
8658      Branch: perl
8659            ! ext/threads/threads.xs
8660 ____________________________________________________________________________
8661 [ 12674] By: sky                                   on 2001/10/26  11:59:09
8662         Log: Don't display debug data.
8663      Branch: perl
8664            ! ext/threads/threads.pm
8665 ____________________________________________________________________________
8666 [ 12673] By: sky                                   on 2001/10/26  11:35:47
8667         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
8668              complete bar support for blessed objects.
8669              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
8670      Branch: perl
8671            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
8672 ____________________________________________________________________________
8673 [ 12672] By: sky                                   on 2001/10/26  11:15:28
8674         Log: Fix case where shared reference does not exist in current thread.
8675      Branch: perl
8676            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
8677 ____________________________________________________________________________
8678 [ 12671] By: sky                                   on 2001/10/26  08:48:52
8679         Log: Support for references in shared arrays.
8680      Branch: perl
8681            ! ext/threads/shared/shared.xs
8682 ____________________________________________________________________________
8683 [ 12670] By: sky                                   on 2001/10/26  08:30:11
8684         Log: Add tests for references in hashes.
8685      Branch: perl
8686            + ext/threads/shared/t/hv_refs.t
8687            ! MANIFEST
8688 ____________________________________________________________________________
8689 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
8690         Log: windows support functions get_childdir() et al aren't exported
8691              correctly under vanilla build
8692      Branch: maint-5.6/perl
8693            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
8694 ____________________________________________________________________________
8695 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
8696         Log: final touches to the audit for statics and thread-unsafe code
8697              * make DB_File, ODBM_File thread-safe 
8698              * remove unnecessary/dangerous statics and protect others
8699              from not getting accidentally enabled under threaded perls
8700      Branch: maint-5.6/perl
8701            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
8702            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
8703            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
8704            ! win32/win32.c
8705 ____________________________________________________________________________
8706 [ 12667] By: ams                                   on 2001/10/26  03:48:36
8707         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
8708              From: "Richard Soderberg" <rs@crystalflame.net>
8709              Date: Thu, 25 Oct 2001 23:42:50 -0400
8710              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
8711      Branch: perl
8712            ! sharedsv.c
8713 ____________________________________________________________________________
8714 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
8715         Log: Integrate change #12664 from maintperl;
8716              
8717              the newest GCCs don't seem to like C<"string1"##STRING2>
8718              so keep it as C<"string1" STRING2> (latter appears to
8719              work everywhere)
8720      Branch: perl
8721           !> ext/DynaLoader/dlutils.c
8722 ____________________________________________________________________________
8723 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
8724         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
8725              From: Chris Nandor <pudge@pobox.com>
8726              Date: Thu, 25 Oct 2001 22:15:03 -0400
8727              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
8728      Branch: perl
8729            ! perl.h
8730 ____________________________________________________________________________
8731 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
8732         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
8733              C<"string1" STRING2> (latter appears to work everywhere)
8734      Branch: maint-5.6/perl
8735            ! ext/DynaLoader/dlutils.c
8736 ____________________________________________________________________________
8737 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
8738         Log: AUTHORS update.
8739      Branch: perl
8740            ! AUTHORS
8741 ____________________________________________________________________________
8742 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
8743         Log: Integrate change #12660 from maintperl;
8744              
8745              make the dMY_CXT stuff available under all of
8746              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
8747      Branch: perl
8748           !> perl.h
8749 ____________________________________________________________________________
8750 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
8751         Log: Subject: [PATCH] DB_File-1.79
8752              From: "Paul Marquess" <paul.marquess@openwave.com>
8753              Date: Fri, 26 Oct 2001 00:03:54 +0100
8754              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
8755      Branch: perl
8756            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
8757            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
8758 ____________________________________________________________________________
8759 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
8760         Log: make the dMY_CXT stuff available under all of
8761              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
8762      Branch: maint-5.6/perl
8763            ! perl.h
8764 ____________________________________________________________________________
8765 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
8766         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
8767              From: Michael G Schwern <schwern@pobox.com>
8768              Date: Thu, 25 Oct 2001 18:28:12 -0400
8769              Message-ID: <20011025182812.M4811@blackrider>
8770      Branch: perl
8771            ! t/run/kill_perl.t
8772 ____________________________________________________________________________
8773 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
8774         Log: STRLEN != int.
8775      Branch: perl
8776            ! regcomp.c regexec.c
8777 ____________________________________________________________________________
8778 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
8779         Log: Subject: [PATCH] remove small IVop redundancy
8780              From: Nicholas Clark <nick@ccl4.org>
8781              Date: Thu, 25 Oct 2001 22:48:28 +0100
8782              Message-ID: <20011025224827.M66471@plum.flirble.org>
8783      Branch: perl
8784            ! pp.c pp_hot.c
8785 ____________________________________________________________________________
8786 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
8787         Log: Metaconfig unit change for #12655.
8788      Branch: metaconfig/U/perl
8789            ! Extensions.U
8790 ____________________________________________________________________________
8791 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
8792         Log: Subject: Re: Not OK @12650
8793              From: Andy Dougherty <doughera@lafayette.edu>
8794              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
8795              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
8796      Branch: perl
8797            ! Configure
8798 ____________________________________________________________________________
8799 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
8800         Log: Integrate changes #12652 and #12653 from maintperl;
8801              
8802              more tweaks to change#12626
8803              * move the boilerplate code over to perl.h and make DynaLoader
8804              use it
8805              * make re, Opcode, File::Glob and B threadsafe
8806              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
8807              C<no re;> anywhere)
8808              
8809              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
8810              
8811              File::Glob required a bit more work in bleadperl
8812              because of ExtUtils::Constant (see the Makefile.PL change)
8813      Branch: perl
8814            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
8815           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
8816           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
8817 ____________________________________________________________________________
8818 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
8819         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
8820      Branch: maint-5.6/perl
8821            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
8822            ! ext/Opcode/Opcode.xs ext/re/re.xs
8823 ____________________________________________________________________________
8824 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
8825         Log: more tweaks to change#12626
8826              * move the boilerplate code over to perl.h and make DynaLoader
8827              use it
8828              * make re, Opcode, File::Glob and B threadsafe
8829              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
8830              C<no re;> anywhere)
8831      Branch: maint-5.6/perl
8832            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
8833            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
8834 ____________________________________________________________________________
8835 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
8836         Log: Metaconfig unit change for #12650.
8837      Branch: metaconfig/U/perl
8838            ! Extensions.U
8839 ____________________________________________________________________________
8840 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
8841         Log: Subject: Re: ithreads doesn't like usedl=n
8842              From: Andy Dougherty <doughera@lafayette.edu>
8843              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
8844              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
8845              
8846              Special-case threads::shared.
8847      Branch: perl
8848            ! Configure
8849 ____________________________________________________________________________
8850 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
8851         Log: Getting fancier...
8852      Branch: perl
8853            ! t/TEST
8854 ____________________________________________________________________________
8855 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
8856         Log: csh - what a pain.
8857      Branch: perl
8858            ! t/TEST
8859 ____________________________________________________________________________
8860 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
8861         Log: Update Changes.
8862      Branch: perl
8863            ! Changes patchlevel.h
8864 ____________________________________________________________________________
8865 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
8866         Log: Allow resetting the locale system for the duration
8867              of the build (Mac OS X default setting LANG=En_US
8868              ist kaputt)
8869      Branch: perl
8870            ! Makefile.SH
8871 ____________________________________________________________________________
8872 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
8873         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
8874      Branch: perl
8875            ! ext/Digest/MD5/t/files.t
8876 ____________________________________________________________________________
8877 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
8878         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
8879              From: Andy Dougherty <doughera@lafayette.edu>
8880              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
8881              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
8882      Branch: perl
8883            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
8884            ! ext/threads/shared/Makefile.PL
8885 ____________________________________________________________________________
8886 [ 12643] By: sky                                   on 2001/10/25  12:28:26
8887         Log: Add support for reference members of hashes.
8888      Branch: perl
8889            ! ext/threads/shared/shared.xs
8890 ____________________________________________________________________________
8891 [ 12642] By: ams                                   on 2001/10/25  12:21:13
8892         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
8893              From: "Norton Allen" <nort@qnx.com>
8894              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
8895              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
8896      Branch: perl
8897            ! ext/Digest/MD5/MD5.xs
8898 ____________________________________________________________________________
8899 [ 12641] By: sky                                   on 2001/10/25  10:27:39
8900         Log: Tests shared hashes.
8901      Branch: perl
8902            + ext/threads/shared/t/hv_simple.t
8903            ! MANIFEST
8904 ____________________________________________________________________________
8905 [ 12640] By: sky                                   on 2001/10/25  10:18:23
8906         Log: Fix threadcounts for arrays and hashes.
8907      Branch: perl
8908            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
8909 ____________________________________________________________________________
8910 [ 12639] By: sky                                   on 2001/10/25  10:17:26
8911         Log: Note to self, doing *src_ary++ in a macro that evaluates
8912              the value more than once is a good way to dump core.
8913      Branch: perl
8914            ! sharedsv.c
8915 ____________________________________________________________________________
8916 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
8917         Log: Integrate change #12636 from maintperl; more dl fixups.
8918      Branch: perl
8919           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
8920           !> ext/DynaLoader/dl_vms.xs
8921 ____________________________________________________________________________
8922 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
8923         Log: Like dl_hpux, like dl_dld.
8924      Branch: perl
8925            ! ext/DynaLoader/dl_dld.xs
8926 ____________________________________________________________________________
8927 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
8928         Log: followups to change#12635
8929      Branch: maint-5.6/perl
8930            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
8931            ! ext/DynaLoader/dl_vms.xs
8932 ____________________________________________________________________________
8933 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
8934         Log: add part of change#12634 to the two files that need it; dl_aix.xs
8935              in maint-5.6 doesn't have the branch that had the problem in
8936              mainline
8937      Branch: maint-5.6/perl
8938            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
8939 ____________________________________________________________________________
8940 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
8941         Log: Fixes for #12627.
8942      Branch: perl
8943            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
8944 ____________________________________________________________________________
8945 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
8946         Log: Since pv_uni_display and sv_uni_display are now used
8947              in the re extension, their symbols have to be exported.
8948      Branch: perl
8949            ! embed.pl global.sym
8950 ____________________________________________________________________________
8951 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
8952         Log: Subject:  Re: [PATCH Perl@12567] debug /list
8953              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
8954              Date: Tue, 23 Oct 2001 21:40:33 EDT
8955              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
8956      Branch: perl
8957            ! configure.com
8958 ____________________________________________________________________________
8959 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
8960         Log: This takes care of some of the re 'debug' cases but
8961              not all cases since the information whether the pattern
8962              or the target are utf8 seems to be either lost or not
8963              spread widely enough, sigh.
8964      Branch: perl
8965            ! regcomp.c
8966 ____________________________________________________________________________
8967 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
8968         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
8969              From: John Peacock <jpeacock@rowman.com>
8970              Date: Wed, 24 Oct 2001 16:53:29 -0400
8971              Message-ID: <3BD72A49.1508D152@rowman.com>
8972      Branch: perl
8973            ! configure.com
8974 ____________________________________________________________________________
8975 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
8976         Log: Upgrade NetWare and WinCE as in #12626.
8977      Branch: perl
8978            ! NetWare/dl_netware.xs wince/dl_win32.xs
8979 ____________________________________________________________________________
8980 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
8981         Log: Tru64 compiler nit.
8982      Branch: perl
8983            ! ext/threads/shared/shared.xs
8984 ____________________________________________________________________________
8985 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
8986         Log: Integrate change #12626 from maintperl;
8987              make DynaLoader threadsafe by moving all statics into
8988              interpreter-local space
8989              
8990              TODO: Netware, OS/2, WinCE
8991      Branch: perl
8992           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
8993           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
8994           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
8995           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
8996           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
8997           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
8998           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
8999 ____________________________________________________________________________
9000 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
9001         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
9002              space
9003      Branch: maint-5.6/perl
9004            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
9005            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
9006            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
9007            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
9008            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
9009            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
9010            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
9011 ____________________________________________________________________________
9012 [ 12625] By: sky                                   on 2001/10/24  20:05:26
9013         Log: Change #12623 inflicted an infinite hang. Fixed.
9014      Branch: perl
9015            ! ext/threads/shared/shared.xs
9016 ____________________________________________________________________________
9017 [ 12624] By: sky                                   on 2001/10/24  19:06:55
9018         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
9019      Branch: perl
9020            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9021 ____________________________________________________________________________
9022 [ 12623] By: sky                                   on 2001/10/24  18:06:34
9023         Log: We need to do sharedsv_find in the original perl context.
9024      Branch: perl
9025            ! ext/threads/shared/shared.xs
9026 ____________________________________________________________________________
9027 [ 12622] By: sky                                   on 2001/10/24  17:26:51
9028         Log: Add support for basic support for AVs, references not supported yet.
9029              Add test for AVs.
9030              Add more tests to sv_refs
9031              Fix documentation issues.  
9032      Branch: perl
9033            + ext/threads/shared/t/av_simple.t
9034            ! MANIFEST ext/threads/shared/shared.pm
9035            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
9036 ____________________________________________________________________________
9037 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
9038         Log: Dump Unicode better for re 'debug'.  The regprop()
9039              is unfinished since have to figure out how to detect
9040              Unicodeness in there.
9041      Branch: perl
9042            ! regcomp.c regexec.c
9043 ____________________________________________________________________________
9044 [ 12620] By: sky                                   on 2001/10/24  13:18:07
9045         Log: Add support for finding shared arrays and hashes.
9046      Branch: perl
9047            ! sharedsv.c
9048 ____________________________________________________________________________
9049 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
9050         Log: Rewrite sv_uni_display() as pv_uni_display() as
9051              reimplement sv_uni_display() using that.
9052      Branch: perl
9053            ! dump.c embed.h embed.pl proto.h
9054 ____________________________________________________________________________
9055 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
9056         Log: Integrate change #12615 from maintperl;
9057              on Windows, IO::File::new_tmpfile() fails after being called
9058              32767 times because MSVCRT thinks stdio's TMP_MAX is a
9059              process-wide limit
9060      Branch: perl
9061           !> win32/win32.c
9062 ____________________________________________________________________________
9063 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
9064         Log: Don't try to print ints as IVs.
9065      Branch: perl
9066            ! ext/Time/HiRes/HiRes.xs
9067 ____________________________________________________________________________
9068 [ 12616] By: sky                                   on 2001/10/24  11:06:35
9069         Log: We only need to fetch the SV from the backend if the index
9070              is not the same as mg_private.     In theory this could be
9071              a problem if there are an exact multiple of U16 changes
9072              of a shared variable between two access in a given thread,
9073              we choose to avoid theory for now.
9074      Branch: perl
9075            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
9076 ____________________________________________________________________________
9077 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
9078         Log: on Windows, IO::File::new_tmpfile() fails after being called
9079              32767 times because MSVCRT thinks stdio's TMP_MAX is a
9080              process-wide limit
9081      Branch: maint-5.6/perl
9082            ! win32/win32.c
9083 ____________________________________________________________________________
9084 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
9085         Log: Negation and Unicode: sort of solves 20010303.010,
9086              except not quite like reported in the Subject
9087              (Perl_warner is still utf8-ignorant).
9088      Branch: perl
9089            ! pp.c t/lib/warnings/sv
9090 ____________________________________________________________________________
9091 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
9092         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
9093      Branch: perl
9094            ! sv.c t/lib/warnings/sv
9095 ____________________________________________________________________________
9096 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
9097         Log: sv_uni_display(): do not add the "...", let the caller
9098              do it if wanted, and be prepared for more display options.
9099      Branch: perl
9100            ! dump.c embed.h embed.pl proto.h
9101 ____________________________________________________________________________
9102 [ 12611] By: nick                                  on 2001/10/23  20:28:07
9103         Log: Integrate mainline
9104      Branch: perlio
9105           !> Changes configure.com cygwin/cygwin.c
9106           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
9107           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
9108           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
9109           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
9110           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
9111           !> utils/h2xs.PL utils/perldoc.PL
9112 ____________________________________________________________________________
9113 [ 12610] By: sky                                   on 2001/10/23  19:39:24
9114         Log: Change #12607 introduced a bug, seems like some MAGICAL SVs
9115              don't call themselves READONLY but still die with modification
9116              attempt. We only call bless for ext and umagic.
9117      Branch: perl
9118            ! sv.c
9119 ____________________________________________________________________________
9120 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
9121         Log: Croak() on negative time; doc tweaks.
9122      Branch: perl
9123            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
9124            ! ext/Time/HiRes/HiRes.xs
9125 ____________________________________________________________________________
9126 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
9127         Log: FAQ sync.
9128      Branch: perl
9129            ! pod/perlfaq4.pod pod/perlfaq7.pod
9130 ____________________________________________________________________________
9131 [ 12607] By: sky                                   on 2001/10/23  18:27:27
9132         Log: Call setmagic on the referent we are blessing.
9133      Branch: perl
9134            ! sv.c
9135 ____________________________________________________________________________
9136 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
9137         Log: Small test nits.
9138      Branch: perl
9139            ! t/op/lc.t
9140 ____________________________________________________________________________
9141 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
9142         Log: Update Changes.
9143      Branch: perl
9144            ! Changes patchlevel.h
9145 ____________________________________________________________________________
9146 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
9147         Log: Make the PerlIO_init() prototypes consistent.
9148      Branch: perl
9149            ! perlio.c
9150 ____________________________________________________________________________
9151 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
9152         Log: Upping the test count is a good idea.
9153      Branch: perl
9154            ! t/op/lc.t
9155 ____________________________________________________________________________
9156 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
9157         Log: Document the final sigma spot.
9158      Branch: perl
9159            ! pp.c
9160 ____________________________________________________________________________
9161 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
9162         Log: Fix multicharacter titlecase (ucfirst).
9163      Branch: perl
9164            ! pod/perlunicode.pod pp.c t/op/lc.t
9165 ____________________________________________________________________________
9166 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
9167         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
9168              From: Mikhail Zabaluev <mhz@alt-linux.org>
9169              Date: Tue, 23 Oct 2001 10:40:37 +0400
9170              Message-ID: <20011023104037.A12761@localhost.localdomain>
9171              
9172              (#12406 replaced with this)
9173      Branch: perl
9174            ! utils/perldoc.PL
9175 ____________________________________________________________________________
9176 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
9177         Log: MacOS Classic updates from Pudge.
9178      Branch: perl
9179            ! lib/File/Spec.t lib/File/Spec/Mac.pm
9180 ____________________________________________________________________________
9181 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
9182         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
9183              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9184              Date: Sun, 14 Oct 2001 23:14:46 +0200
9185              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
9186              
9187              except for the 2->4 changes.
9188      Branch: perl
9189            ! lib/AutoSplit.t
9190 ____________________________________________________________________________
9191 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
9192         Log: integrate macperl contents into maint-5.6
9193      Branch: maint-5.6/perl
9194            ! mg.c
9195           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
9196           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
9197           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
9198           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
9199           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
9200           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
9201           !> t/lib/filefind.t t/lib/filespec.t
9202 ____________________________________________________________________________
9203 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
9204         Log: At some point the #6234 has been lost from the mainline
9205              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
9206      Branch: perl
9207            ! lib/File/Spec/Win32.pm
9208 ____________________________________________________________________________
9209 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
9210         Log: Cygwin seems to round up (or closest, but not down)
9211              for time(), so half of the time (bad pun intended)
9212              Time::HiRes::time() is less than time(), half of
9213              the time it's more.  So let's try harder in the loop.
9214      Branch: perl
9215            ! ext/Time/HiRes/HiRes.t
9216 ____________________________________________________________________________
9217 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
9218         Log: MacOS Classic timeofday(), from Chris Nandor. 
9219      Branch: perl
9220            ! ext/Time/HiRes/HiRes.xs
9221 ____________________________________________________________________________
9222 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
9223         Log: Integrate changes #12580 and #12581 from macperl;
9224              
9225              Fix path construction.
9226              
9227              (Copyright) Nit.
9228      Branch: perl
9229           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
9230 ____________________________________________________________________________
9231 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
9232         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
9233              doesn't seem to help (the error being output to console, maybe?)
9234      Branch: perl
9235            ! lib/Net/Domain.pm
9236 ____________________________________________________________________________
9237 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
9238         Log: Taint the getcwd() result also in Cygwin.
9239              (TODO: which other platforms need the same thing?)
9240      Branch: perl
9241            ! cygwin/cygwin.c
9242 ____________________________________________________________________________
9243 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
9244         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
9245      Branch: perl
9246            ! t/op/taint.t
9247 ____________________________________________________________________________
9248 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
9249         Log: getpwuid() fragility continues.
9250      Branch: perl
9251            ! utils/h2xs.PL
9252 ____________________________________________________________________________
9253 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
9254         Log: getpwuid() might succeed but that's no guarantee
9255              that the $home will be defined.
9256      Branch: perl
9257            ! ext/File/Glob/t/basic.t
9258 ____________________________________________________________________________
9259 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
9260         Log: It's safer to to expand the variable, too... (see #12571)
9261      Branch: perl
9262            ! t/TEST
9263 ____________________________________________________________________________
9264 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
9265         Log: Integrate with maintperl.
9266      Branch: maint-5.6/macperl
9267           !> win32/bin/pl2bat.pl win32/win32.c
9268 ____________________________________________________________________________
9269 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
9270         Log: Oops, forgot to include Win32 ... just as well, since it
9271              seems in bleadperl, change #7764 was not included
9272              (adding C:\temp).  Re-added.  Rip it back out if it
9273              doesn't belong.  :-)
9274      Branch: maint-5.6/macperl
9275            ! lib/File/Spec/Win32.pm
9276 ____________________________________________________________________________
9277 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
9278         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
9279              From: "Craig A. Berry" <craigberry@mac.com>
9280              Date: Mon, 22 Oct 2001 15:25:19 -0500
9281              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
9282      Branch: perl
9283            ! configure.com
9284 ____________________________________________________________________________
9285 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
9286         Log: Add in lots of File::Spec changes, from Thomas Wegner,
9287              and sync with changes from bleadperl.
9288      Branch: maint-5.6/macperl
9289            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
9290            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
9291            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
9292            ! lib/File/Spec/Win32.pm t/lib/filespec.t
9293 ____________________________________________________________________________
9294 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
9295         Log: Sync with latest File::Find and tests from bleadperl.
9296      Branch: maint-5.6/macperl
9297            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
9298 ____________________________________________________________________________
9299 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
9300         Log: Nit.
9301      Branch: maint-5.6/macperl
9302            ! perl.c
9303 ____________________________________________________________________________
9304 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
9305         Log: Fix path construction.
9306      Branch: maint-5.6/macperl
9307            ! ext/DynaLoader/DynaLoader_pm.PL
9308 ____________________________________________________________________________
9309 [ 12579] By: nick                                  on 2001/10/22  19:08:35
9310         Log: Integrate mainline (for Arthurs thread.xs fix)
9311      Branch: perlio
9312           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
9313 ____________________________________________________________________________
9314 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
9315         Log: Fix up exported symbols, move relevant docs
9316              over from macperl.pod.
9317      Branch: maint-5.6/macperl
9318            ! macos/ext/MacPerl/MacPerl.pm
9319 ____________________________________________________________________________
9320 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
9321         Log: Make ADDRESS called optionally as a method.
9322      Branch: maint-5.6/macperl
9323            ! macos/lib/Mac/Glue.pm
9324 ____________________________________________________________________________
9325 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
9326         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
9327              Apple event.
9328      Branch: maint-5.6/macperl
9329            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
9330            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
9331            ! macos/macperl/MPTerminology.aete
9332 ____________________________________________________________________________
9333 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
9334         Log: Clean up some build utilities. Change Entab to Duplicate;
9335              fix docs and error reporting; improve macify() of paths;
9336              remove requirement for Exporter.pm presence.
9337      Branch: maint-5.6/macperl
9338            ! macos/InstallBLIB macos/MacPerlTests.cmd
9339            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
9340 ____________________________________________________________________________
9341 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
9342         Log: Sync Time::HiRes with bleadperl
9343      Branch: maint-5.6/macperl
9344            ! macos/bundled_ext/Time/HiRes/HiRes.pm
9345            ! macos/bundled_ext/Time/HiRes/HiRes.t
9346            ! macos/bundled_ext/Time/HiRes/HiRes.xs
9347 ____________________________________________________________________________
9348 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
9349         Log: Fix up Changes
9350      Branch: maint-5.6/macperl
9351            ! macos/Changes
9352 ____________________________________________________________________________
9353 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
9354         Log: A user might belong to only a single group
9355              (the group equal to the group id).
9356      Branch: perl
9357            ! t/op/groups.t
9358 ____________________________________________________________________________
9359 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
9360         Log: Prepending (instead of replacing with) the pwd is safer. 
9361      Branch: perl
9362            ! t/TEST
9363 ____________________________________________________________________________
9364 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
9365         Log: Be more robust if no hostname or domainname
9366              (especially the latter)
9367      Branch: perl
9368            ! lib/Net/Domain.pm
9369 ____________________________________________________________________________
9370 [ 12569] By: sky                                   on 2001/10/22  17:41:07
9371         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
9372      Branch: perl
9373            ! ext/threads/threads.xs
9374 ____________________________________________________________________________
9375 [ 12568] By: nick                                  on 2001/10/22  16:31:24
9376         Log: Integrate mainline
9377      Branch: perlio
9378           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
9379           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9380           +> ext/threads/shared/t/sv_refs.t
9381           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
9382            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9383            - lib/unicore/To/SpecUpper.pl
9384           !> (integrate 42 files)
9385 ____________________________________________________________________________
9386 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
9387         Log: Update Changes.
9388      Branch: perl
9389            ! Changes patchlevel.h
9390 ____________________________________________________________________________
9391 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
9392         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
9393              From: Michael G Schwern <schwern@pobox.com>
9394              Date: Mon, 22 Oct 2001 03:48:38 -0400
9395              Message-ID: <20011022034838.B1676@blackrider>
9396      Branch: perl
9397            ! pod/perlvar.pod
9398 ____________________________________________________________________________
9399 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
9400         Log: Pod nits, as suggested by Stas Bekman.
9401      Branch: perl
9402            ! ext/threads/shared/shared.pm ext/threads/threads.pm
9403 ____________________________________________________________________________
9404 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
9405         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
9406              From: "Paul Marquess" <paul.marquess@openwave.com> 
9407              Date: Sun, 21 Oct 2001 21:11:15 +0100
9408              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
9409      Branch: perl
9410            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
9411            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
9412            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
9413            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
9414            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
9415            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
9416            ! ext/SDBM_File/sdbm.t
9417 ____________________________________________________________________________
9418 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
9419         Log: Integrate change #12559 from maintperl;
9420              various fixes for system() and backticks under windows
9421      Branch: perl
9422           !> win32/win32.c
9423 ____________________________________________________________________________
9424 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
9425         Log: Integrate change #12560 from maintperl;
9426              make pl2bat use %0 rather than "%0" (the latter fails to work
9427              in a lot of common cases)
9428      Branch: perl
9429           !> win32/bin/pl2bat.pl
9430 ____________________________________________________________________________
9431 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
9432         Log: Integrate changes #12549 and #12550 from maintperl;
9433              
9434              readline() doesn't work with our variables; it confuses them with
9435              my variables (change#4227 was incomplete)
9436      Branch: perl
9437            ! t/lib/strict/vars
9438           !> t/base/rs.t toke.c
9439 ____________________________________________________________________________
9440 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
9441         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
9442              in a lot of common cases)
9443      Branch: maint-5.6/perl
9444            ! win32/bin/pl2bat.pl
9445 ____________________________________________________________________________
9446 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
9447         Log: various fixes for system() and backticks under windows:
9448              
9449              * avoid munging whitespace that is passed within quotes
9450              * work around a cmd.exe misfeature that made multi-arg
9451              system() unreliable when there is more than one quoted
9452              argument
9453              * make multi-arg system() autoquote arguments as needed
9454              before passing them to the shell (this avoids having to
9455              second guess the shell quoting)
9456              * perl's -Dp switch can be used to trace the innards
9457      Branch: maint-5.6/perl
9458            ! win32/win32.c
9459 ____________________________________________________________________________
9460 [ 12558] By: nick                                  on 2001/10/22  08:58:42
9461         Log: Integrate ithreads buffer flush fix from perlio
9462      Branch: perl
9463           !> ext/threads/t/basic.t perl.c
9464 ____________________________________________________________________________
9465 [ 12557] By: nick                                  on 2001/10/22  08:35:09
9466         Log: All tests pass (legitimately) on ithreads
9467      Branch: perlio
9468            ! ext/threads/t/basic.t perl.c
9469 ____________________________________________________________________________
9470 [ 12556] By: nick                                  on 2001/10/22  06:51:22
9471         Log: Integrate non-ithreads fix to mainline
9472      Branch: perl
9473           !> perlio.c
9474 ____________________________________________________________________________
9475 [ 12555] By: nick                                  on 2001/10/22  06:48:33
9476         Log: Restore non-ithreads build. Interestingly binmode test passes
9477              non-ithreads - so crlf layer is not damaged and ithreads fail
9478              is a symptom ...
9479      Branch: perlio
9480            ! perlio.c
9481 ____________________________________________________________________________
9482 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
9483         Log: Integrate from perlio; restructuring.
9484      Branch: perl
9485           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
9486           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
9487           !> win32/perlhost.h
9488 ____________________________________________________________________________
9489 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
9490         Log: Integrate from maintperl
9491              (Changes 12350, 12496, 12548, 12549, 12550)
9492      Branch: maint-5.6/macperl
9493           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
9494           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
9495 ____________________________________________________________________________
9496 [ 12552] By: nick                                  on 2001/10/21  19:18:12
9497         Log: Win32 PerlIO_cleanup special cases should no longer be required.
9498      Branch: perlio
9499            ! perl.c
9500 ____________________________________________________________________________
9501 [ 12551] By: nick                                  on 2001/10/21  19:16:56
9502         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
9503      Branch: perlio
9504            ! win32/makefile.mk
9505 ____________________________________________________________________________
9506 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
9507         Log: change#12549 wasn't aware of strictures
9508      Branch: maint-5.6/perl
9509            ! t/pragma/strict-vars toke.c
9510 ____________________________________________________________________________
9511 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
9512         Log: readline() doesn't work with our variables; it confuses them with
9513              my variables (change#4227 was incomplete)
9514      Branch: maint-5.6/perl
9515            ! t/base/rs.t toke.c
9516 ____________________________________________________________________________
9517 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
9518         Log: change#12220 appears to have pulled in a mainline change that
9519              isn't applicable to maint-5.6 (some platforms don't taint
9520              cwd)
9521      Branch: maint-5.6/perl
9522            ! t/lib/filefind-taint.t
9523 ____________________________________________________________________________
9524 [ 12547] By: nick                                  on 2001/10/21  17:15:54
9525         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
9526              for them. Call explicit cleanup during destruct process.
9527              - one binmode test is failing
9528              - also ext/threads/t/basic.t fails under make test, and is noisy under
9529              harness. (Threads results are intermingled and don't match order expected.)
9530      Branch: perlio
9531            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
9532            ! perlio.h perliol.h pod/perlapi.pod sv.c
9533 ____________________________________________________________________________
9534 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
9535         Log: Implement multicharacter case mappings where a single
9536              Unicode character can be mapped into several.
9537      Branch: perl
9538            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9539            - lib/unicore/To/SpecUpper.pl
9540            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
9541            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
9542            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
9543            ! proto.h t/op/lc.t utf8.c
9544 ____________________________________________________________________________
9545 [ 12545] By: sky                                   on 2001/10/21  15:25:16
9546         Log: First support of threads::shared, support shared svs and references.
9547      Branch: perl
9548            + ext/threads/shared/Makefile.PL ext/threads/shared/README
9549            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
9550            + ext/threads/shared/t/sv_refs.t
9551            + ext/threads/shared/t/sv_simple.t
9552            ! MANIFEST sharedsv.c
9553 ____________________________________________________________________________
9554 [ 12544] By: nick                                  on 2001/10/21  14:52:35
9555         Log: PerlIO layer table as PL_perlio (per-interpreter)
9556      Branch: perlio
9557            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
9558            ! pod/perlapi.pod sv.c
9559 ____________________________________________________________________________
9560 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
9561         Log: Prettyprinting.
9562      Branch: perl
9563            ! pod/perlunicode.pod
9564 ____________________________________________________________________________
9565 [ 12542] By: ams                                   on 2001/10/21  03:50:25
9566         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
9567              From: "Sean M. Burke" <sburke@cpan.org>
9568              Date: Sat, 20 Oct 2001 17:51:09 -0600
9569              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
9570      Branch: perl
9571            + pod/perlpodspec.pod
9572            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
9573            ! pod/perltoc.pod
9574 ____________________________________________________________________________
9575 [ 12541] By: nick                                  on 2001/10/20  22:23:53
9576         Log: Fix typos in new locking on MemShared
9577              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
9578              - seems to make segfaults more deterministic - suspect they are 
9579              attempt to free() after Interp and Host have gone.
9580      Branch: perlio
9581            ! perlio.c win32/perlhost.h
9582 ____________________________________________________________________________
9583 [ 12540] By: nick                                  on 2001/10/20  21:50:46
9584         Log: Remove the MemShared re-#define (again)
9585      Branch: perlio
9586            ! perlio.c
9587 ____________________________________________________________________________
9588 [ 12539] By: nick                                  on 2001/10/20  21:49:06
9589         Log: Use locks on MemShared
9590      Branch: perlio
9591            ! win32/perlhost.h
9592 ____________________________________________________________________________
9593 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
9594         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
9595              From: "chromatic" <chromatic@rmci.net>
9596              Date: Sat, 20 Oct 2001 11:13:47 -0600
9597              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
9598      Branch: perl
9599            ! installhtml
9600 ____________________________________________________________________________
9601 [ 12537] By: nick                                  on 2001/10/20  16:44:03
9602         Log: Integrate mainline
9603      Branch: perlio
9604           !> (integrate 48 files)
9605 ____________________________________________________________________________
9606 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
9607         Log: Update Changes.
9608      Branch: perl
9609            ! Changes patchlevel.h
9610 ____________________________________________________________________________
9611 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
9612         Log: Upgrade to podlators 1.11, from Russ Allbery.
9613      Branch: perl
9614            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
9615            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
9616            ! pod/pod2man.PL pod/pod2text.PL
9617 ____________________________________________________________________________
9618 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
9619         Log: Integrate perlio change #12532:
9620              introduce and use PerlIO_intmod2str().
9621      Branch: perl
9622           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
9623 ____________________________________________________________________________
9624 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
9625         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
9626      Branch: perl
9627            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
9628 ____________________________________________________________________________
9629 [ 12532] By: nick                                  on 2001/10/20  14:25:37
9630         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
9631              Use for non-PERLIO fdupopen().
9632      Branch: perlio
9633            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
9634 ____________________________________________________________________________
9635 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
9636         Log: Integrate perlio: PerlIO win32 fixes.
9637      Branch: perl
9638           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
9639           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
9640           !> proto.h sv.h win32/win32io.c
9641 ____________________________________________________________________________
9642 [ 12530] By: nick                                  on 2001/10/20  12:53:30
9643         Log: Fixed in two places - p4 resolve
9644      Branch: perlio
9645            ! perlsdio.h
9646 ____________________________________________________________________________
9647 [ 12529] By: nick                                  on 2001/10/20  12:51:05
9648         Log: Fix for ithreads/stdio build
9649      Branch: perlio
9650            ! perlio.c perlsdio.h
9651 ____________________________________________________________________________
9652 [ 12528] By: ams                                   on 2001/10/20  12:13:25
9653         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
9654              From: Michael G Schwern <schwern@pobox.com>
9655              Date: Sat, 20 Oct 2001 01:41:21 -0400
9656              Message-Id: <20011020014121.I3681@blackrider>
9657      Branch: perl
9658            ! installman
9659 ____________________________________________________________________________
9660 [ 12527] By: ams                                   on 2001/10/20  12:09:41
9661         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
9662              From: Michael G Schwern <schwern@pobox.com>
9663              Date: Sat, 20 Oct 2001 02:04:21 -0400
9664              Message-Id: <20011020020421.A11732@blackrider>
9665      Branch: perl
9666            ! lib/Pod/Checker.pm
9667 ____________________________________________________________________________
9668 [ 12526] By: ams                                   on 2001/10/20  11:59:41
9669         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
9670              From: "chromatic" <chromatic@rmci.net>
9671              Date: Fri, 19 Oct 2001 22:46:39 -0600
9672              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
9673      Branch: perl
9674            ! lib/Net/Config.pm
9675 ____________________________________________________________________________
9676 [ 12525] By: nick                                  on 2001/10/20  11:16:18
9677         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
9678              Perl_sv_setsv_flags directly.
9679      Branch: perlio
9680            ! ext/threads/threads.xs
9681 ____________________________________________________________________________
9682 [ 12524] By: nick                                  on 2001/10/20  10:28:17
9683         Log: Add a new flag character 'm' to embed.pl set to represent
9684              "functions" which are really macros. Use it foe the troublesome
9685              sv_setsv() etc. macros in sv.h - changing latter to define
9686              sv_setsv rather than sv_setsv_macro etc.
9687      Branch: perlio
9688            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
9689            ! pod/perlapi.pod proto.h sv.h
9690 ____________________________________________________________________________
9691 [ 12523] By: nick                                  on 2001/10/20  09:17:17
9692         Log: Add comments explaining why win32.h/embed.h are included where they are
9693              in perl.h 
9694      Branch: perlio
9695            ! perl.h
9696 ____________________________________________________________________________
9697 [ 12522] By: nick                                  on 2001/10/20  08:27:44
9698         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
9699              being used yet.
9700      Branch: perlio
9701            ! win32/win32io.c
9702 ____________________________________________________________________________
9703 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
9704         Log: Wording tweaks.
9705      Branch: perl
9706            ! t/TEST
9707 ____________________________________________________________________________
9708 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
9709         Log: Subject: IO module with nonblocking socket connect patch 
9710              From: Raul Dias <raul@dias.com.br>
9711              Date: Fri, 19 Oct 2001 22:45:32 -0300
9712              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
9713      Branch: perl
9714            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
9715 ____________________________________________________________________________
9716 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
9717         Log: Test vertical whitespace combined with /x in \p{}.
9718      Branch: perl
9719            ! t/op/pat.t
9720 ____________________________________________________________________________
9721 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
9722         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
9723              From: Gisle Aas <gisle@ActiveState.com> 
9724              Date: 19 Oct 2001 16:46:02 -0700
9725              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
9726      Branch: perl
9727            ! lib/ExtUtils/MakeMaker.pm
9728 ____________________________________________________________________________
9729 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
9730         Log: No more this symbol.
9731      Branch: perl
9732            ! makedef.pl
9733 ____________________________________________________________________________
9734 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
9735         Log: Integrate change #12511; fix gross win32 build issues.
9736      Branch: perl
9737           !> makedef.pl sv.c
9738 ____________________________________________________________________________
9739 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
9740         Log: Unpack in scalar context should return the first value
9741              returned in list context, as pointed out by Ton Hospel
9742              in 2001-05-21 (this is how it works already in blead,
9743              just adding the test).
9744      Branch: perl
9745            ! t/op/pack.t
9746 ____________________________________________________________________________
9747 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
9748         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
9749              From: "Craig A. Berry" <craigberry@mac.com>
9750              Date: Fri, 19 Oct 2001 16:59:30 -0500
9751              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
9752      Branch: perl
9753            ! utils/perldoc.PL
9754 ____________________________________________________________________________
9755 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
9756         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
9757              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9758              Date: Fri, 19 Oct 2001 17:45:23 EDT
9759              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
9760      Branch: perl
9761            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
9762            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
9763            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
9764            ! vms/vmsish.h
9765 ____________________________________________________________________________
9766 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
9767         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
9768              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9769              Date: Fri, 19 Oct 2001 17:26:35 EDT
9770              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
9771      Branch: perl
9772            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
9773 ____________________________________________________________________________
9774 [ 12511] By: nick                                  on 2001/10/19  19:55:36
9775         Log: Fix gross win32 build issues
9776      Branch: perlio
9777            ! makedef.pl sv.c
9778 ____________________________________________________________________________
9779 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
9780         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
9781              From: David Dyck <dcd@tc.fluke.com>
9782              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
9783              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
9784      Branch: perl
9785            ! lib/File/Find.pm
9786 ____________________________________________________________________________
9787 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
9788         Log: Subject: Re: PerlIO and Encode
9789              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9790              Date: Tue, 16 Oct 2001 01:50:16 +0900
9791              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
9792      Branch: perl
9793            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
9794            ! ext/Encode/Encode/Tcl.t
9795 ____________________________________________________________________________
9796 [ 12508] By: ams                                   on 2001/10/19  17:59:16
9797         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
9798              (See #12499)
9799      Branch: perl
9800            ! pod/perlintro.pod
9801 ____________________________________________________________________________
9802 [ 12507] By: nick                                  on 2001/10/19  16:30:43
9803         Log: Integrate mainline
9804      Branch: perlio
9805           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
9806           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
9807           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
9808           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
9809           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
9810           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
9811           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
9812           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
9813           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
9814           +> win32/config_H.win64
9815            - lib/Test/Utils.pm lib/unicore/mktables.PL
9816            - t/lib/Test/Simple/Catch/More.pm
9817           !> (integrate 84 files)
9818 ____________________________________________________________________________
9819 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
9820         Log: Retract the #10451 which seems to be the cause
9821              of the major leakage from while(){eval"sub{}"}
9822      Branch: perl
9823            ! op.c t/run/kill_perl.t
9824 ____________________________________________________________________________
9825 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
9826         Log: Regen toc.
9827      Branch: perl
9828            ! pod/perltoc.pod
9829 ____________________________________________________________________________
9830 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
9831         Log: Tiny tweaks.
9832      Branch: perl
9833            ! pod/perl.pod
9834 ____________________________________________________________________________
9835 [ 12503] By: ams                                   on 2001/10/19  13:34:24
9836         Log: Subject: Re: perlintro.pod
9837              From: Abe Timmerman <abe@ztreet.demon.nl>
9838              Date: Fri, 19 Oct 2001 14:12:40 +0200
9839              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
9840      Branch: perl
9841            ! pod/perlintro.pod
9842 ____________________________________________________________________________
9843 [ 12502] By: ams                                   on 2001/10/19  13:24:12
9844         Log: Slight reorganisation of references.
9845      Branch: perl
9846            ! pod/perl.pod
9847 ____________________________________________________________________________
9848 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
9849         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
9850              From: Kay Röpke <kroepke@dolphin-services.de>
9851              Date: Fri, 19 Oct 2001 14:04:01 +0200 
9852              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
9853      Branch: perl
9854            ! lib/ExtUtils/MakeMaker.pm
9855 ____________________________________________________________________________
9856 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
9857         Log: Unicode categories continue:
9858              implement Category=, Script=, Block=
9859              (these are based on an upcoming update of TR#18)
9860              Fix a bug where we got two In categories named "old italic",
9861              and another where shortcut for the Is categories wasn't taken.
9862      Branch: perl
9863            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
9864            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
9865            ! pod/perlunicode.pod t/op/pat.t
9866 ____________________________________________________________________________
9867 [ 12499] By: ams                                   on 2001/10/19  01:42:29
9868         Log: Subject: a small patch to perlintro.pod.
9869              From: Autrijus Tang <autrijus@autrijus.org>
9870              Date: Fri, 19 Oct 2001 01:45:51 +0800
9871              Message-Id: <20011019014551.A35625@not.autrijus.org>
9872              (Applied by hand with nits.)
9873      Branch: perl
9874            ! pod/perlintro.pod
9875 ____________________________________________________________________________
9876 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
9877         Log: Subject: [PATCH] OpenBSD hints for ithreads
9878              From: Andy Dougherty <doughera@lafayette.edu>
9879              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
9880              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
9881      Branch: perl
9882            ! hints/openbsd.sh
9883 ____________________________________________________________________________
9884 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
9885         Log: Retract #12446; the problem solved by #12474.
9886      Branch: perl
9887            ! hints/aix.sh
9888 ____________________________________________________________________________
9889 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
9890         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
9891              message and suppress line number info (from Steve Hay
9892              <Steve.Hay@uk.radan.com>)
9893      Branch: maint-5.6/perl
9894            ! lib/Carp/Heavy.pm
9895 ____________________________________________________________________________
9896 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
9897         Log: More documented In categories.
9898      Branch: perl
9899            ! pod/perlunicode.pod
9900 ____________________________________________________________________________
9901 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
9902         Log: Update Changes.
9903      Branch: perl
9904            ! Changes patchlevel.h
9905 ____________________________________________________________________________
9906 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
9907         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
9908      Branch: perl
9909            ! MANIFEST
9910 ____________________________________________________________________________
9911 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
9912         Log: Wrong skip() arguments.
9913      Branch: perl
9914            ! ext/B/t/terse.t
9915 ____________________________________________________________________________
9916 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
9917         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
9918              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
9919              Date: Wed, 17 Oct 2001 09:10:53 EDT 
9920              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
9921      Branch: perl
9922            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
9923            ! pod/perlapi.pod vms/vms.c
9924 ____________________________________________________________________________
9925 [ 12490] By: ams                                   on 2001/10/18  09:31:00
9926         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
9927              From: Mark-Jason Dominus <mjd@plover.com>
9928              Date: Thu, 18 Oct 2001 06:25:35 -0400
9929              Message-Id: <20011018102535.19264.qmail@plover.com>
9930      Branch: perl
9931            ! pod/perl.pod
9932 ____________________________________________________________________________
9933 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
9934         Log: Prettyprinting.
9935      Branch: perl
9936            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
9937 ____________________________________________________________________________
9938 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
9939         Log: Regen toc.
9940      Branch: perl
9941            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
9942 ____________________________________________________________________________
9943 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
9944         Log: Add perlintro, from Skud.
9945      Branch: perl
9946            + pod/perlintro.pod
9947            ! MANIFEST
9948 ____________________________________________________________________________
9949 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
9950         Log: FAQ sync.
9951      Branch: perl
9952            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
9953            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
9954            ! pod/perlfaq8.pod pod/perlfaq9.pod
9955 ____________________________________________________________________________
9956 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
9957         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
9958              in speed (upto 20% speedup in certain operations) but meanwhile
9959              regexps and arithmetics got slower (5-10%) (according to
9960              perlbench average speedup is negligible, and within measuring
9961              flutter, 1%).  Therefore retracting all the changes
9962              aimed at getting -std1 to compile cleanly:  #12475, #12476,
9963              #12479, #12480, #12481, #12482, #12483, #12484.
9964      Branch: perl
9965            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
9966            ! pp_hot.c pp_sys.c toke.c
9967 ____________________________________________________________________________
9968 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
9969         Log: (retracted by #12485)
9970              Strict ANSI doesn't like the third argument of main()
9971              so enable ignoring it if using ultra picky compiler.
9972      Branch: perl
9973            ! miniperlmain.c
9974 ____________________________________________________________________________
9975 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
9976         Log: (retracted by #12485)
9977              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
9978      Branch: perl
9979            ! perl.h
9980 ____________________________________________________________________________
9981 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
9982         Log: (retracted by #12485)
9983              Add explanatory comment.
9984      Branch: perl
9985            ! mg.c
9986 ____________________________________________________________________________
9987 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
9988         Log: (retracted by #12485)
9989              More dollar$hiding.
9990      Branch: perl
9991            ! doio.c perl.h pp_sys.c
9992 ____________________________________________________________________________
9993 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
9994         Log: (retracted by #12485)
9995              KISS.
9996      Branch: perl
9997            ! mg.c
9998 ____________________________________________________________________________
9999 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
10000         Log: (retracted by #12485)
10001              Thou shalt not #ifdef inside macro invocations,
10002              noticed by Rafael Garcia-Suarez.
10003      Branch: perl
10004            ! mg.c
10005 ____________________________________________________________________________
10006 [ 12478] By: ams                                   on 2001/10/17  18:50:55
10007         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
10008              From: Anton Berezin <tobez@tobez.org>
10009              Date: Wed, 17 Oct 2001 18:25:48 +0200
10010              Message-Id: <20011017182548.A12082@heechee.tobez.org>
10011      Branch: perl
10012            ! pp_sys.c
10013 ____________________________________________________________________________
10014 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
10015         Log: (retracted by #12485)
10016              Unterminated #ifdef.
10017      Branch: perl
10018            ! mg.c
10019 ____________________________________________________________________________
10020 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
10021         Log: (retracted by #12485)
10022              Avoid dollar signs in identifiers (in non-VMS) to
10023              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
10024      Branch: perl
10025            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
10026            ! toke.c
10027 ____________________________________________________________________________
10028 [ 12474] By: ams                                   on 2001/10/17  15:14:50
10029         Log: Subject: Two AIX patches
10030              From: H.Merijn Brand <h.m.brand@hccnet.nl>
10031              Date: Wed, 17 Oct 2001 18:04:35 +0200
10032              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
10033      Branch: perl
10034            ! hints/aix.sh makedef.pl
10035 ____________________________________________________________________________
10036 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
10037         Log: Limiting the Time::HiRes::sleep and usleep to
10038              one second is not a good policy if drop-in
10039              replacement is still a goal.
10040      Branch: perl
10041            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10042            ! ext/Time/HiRes/HiRes.xs
10043 ____________________________________________________________________________
10044 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
10045         Log: Subject: [PATCH] Test::Simple 0.32
10046              From: Michael G Schwern <schwern@pobox.com> 
10047              Date: Wed, 17 Oct 2001 03:42:41 -0400
10048              Message-ID: <20011017034241.A25038@blackrider>
10049      Branch: perl
10050            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
10051            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
10052            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
10053            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
10054            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
10055            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
10056            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
10057            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
10058            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
10059            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10060            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
10061            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10062            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10063            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
10064            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
10065            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
10066            ! t/lib/Test/Simple/Catch.pm
10067            ! t/lib/Test/Simple/sample_tests/five_fail.plx
10068 ____________________________________________________________________________
10069 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
10070         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
10071              From: Michael G Schwern <schwern@pobox.com> 
10072              Date: Wed, 17 Oct 2001 04:04:13 -0400
10073              Message-ID: <20011017040413.C25550@blackrider>
10074      Branch: perl
10075            ! t/TEST t/harness vms/test.com
10076 ____________________________________________________________________________
10077 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
10078         Log: Regen doc with perlmodstyle added.
10079      Branch: perl
10080            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
10081 ____________________________________________________________________________
10082 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
10083         Log: Pod cleanup.
10084      Branch: perl
10085            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
10086 ____________________________________________________________________________
10087 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
10088         Log: Subject: perlmodstyle as a patch
10089              From: Kirrily Robert <skud@infotrope.net>
10090              Date: Tue, 16 Oct 2001 22:47:23 -0400
10091              Message-ID: <20011016224723.A20673@infotrope.net>
10092      Branch: perl
10093            + pod/perlmodstyle.pod
10094            ! MANIFEST
10095 ____________________________________________________________________________
10096 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
10097         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
10098              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
10099              Date: Thu, 6 Sep 2001 11:09:40 +0100
10100              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
10101              
10102              Mention also the develooper p5p archive.
10103      Branch: perl
10104            ! pod/perlhack.pod
10105 ____________________________________________________________________________
10106 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
10107         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
10108              From: Kay Röpke <kroepke@dolphin-services.de>
10109              Date: Tue, 16 Oct 2001 17:23:52 +0200
10110              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
10111      Branch: perl
10112            ! lib/ExtUtils/MakeMaker.pm
10113 ____________________________________________________________________________
10114 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
10115         Log: Add the special casing mappings (from SpecCase.txt)
10116              (except for the hyper special case mappings that have
10117              the condition list); the special casing mappings are
10118              unused for now.  Small tidying up on mktables.
10119      Branch: perl
10120            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
10121            + lib/unicore/To/SpecUpper.pl
10122            ! lib/unicore/mktables
10123 ____________________________________________________________________________
10124 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
10125         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
10126              From: "David H. Adler" <dha@panix.com>       
10127              Date: Tue, 16 Oct 2001 11:59:35 -0400
10128              Message-ID: <20011016115935.A13078@panix.com>
10129              
10130              Subject: [ PATCH ] perldata patch, revised
10131              From: "David H. Adler" <dha@panix.com>     
10132              Date: Tue, 16 Oct 2001 18:26:49 -0400
10133              Message-ID: <20011016182649.C23970@panix.com>
10134      Branch: perl
10135            ! pod/perldata.pod pod/perlop.pod
10136 ____________________________________________________________________________
10137 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
10138         Log: Integrate perlio: PerlIO_dup (for all but Win32).
10139      Branch: perl
10140           !> embed.h embed.pl ext/Encode/Encode.xs
10141           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
10142           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
10143           !> win32/win32io.c
10144 ____________________________________________________________________________
10145 [ 12462] By: nick                                  on 2001/10/16  19:11:30
10146         Log: PerlIOXxxx_dups for all but Win32
10147      Branch: perlio
10148            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
10149            ! ext/PerlIO/Via/Via.xs
10150 ____________________________________________________________________________
10151 [ 12461] By: nick                                  on 2001/10/16  18:28:48
10152         Log: Implement PerlIOStdio_dup (explains core dumps - dup
10153              was not setting up a FILE * to be fclosed()).
10154      Branch: perlio
10155            ! perlio.c
10156 ____________________________________________________________________________
10157 [ 12460] By: nick                                  on 2001/10/16  17:31:47
10158         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
10159              overflow.
10160      Branch: perlio
10161            ! perlio.c
10162 ____________________________________________________________________________
10163 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
10164         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
10165              From: "Craig A. Berry" <craigberry@mac.com>
10166              Date: Tue, 16 Oct 2001 13:08:38 -0500
10167              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
10168      Branch: perl
10169            ! configure.com
10170 ____________________________________________________________________________
10171 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
10172         Log: Can't expect too much accuracy from a sleep of one second.
10173              (I think this will also fail with high load.)
10174      Branch: perl
10175            ! ext/Time/HiRes/HiRes.t
10176 ____________________________________________________________________________
10177 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
10178         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
10179              From: "Werner, Randolf" <randolf.werner@sap.com>
10180              Date: Tue, 16 Oct 2001 18:33:02 +0200
10181              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
10182      Branch: perl
10183            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
10184            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
10185 ____________________________________________________________________________
10186 [ 12456] By: nick                                  on 2001/10/16  14:08:16
10187         Log: Builds under ithreads (but fails all threads tests)
10188      Branch: perlio
10189            ! hv.c perlio.c sv.c
10190 ____________________________________________________________________________
10191 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
10192         Log: I think the Perl_sortsv needs *not* be skipped?
10193      Branch: perl
10194            ! makedef.pl
10195 ____________________________________________________________________________
10196 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
10197         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
10198              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
10199              Date: Tue, 16 Oct 2001 15:32:44 +0200
10200              Message-ID: <3BCC531C.11494.3E433F@localhost>
10201      Branch: perl
10202            ! t/op/groups.t
10203 ____________________________________________________________________________
10204 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
10205         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
10206              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
10207              Date: Tue, 16 Oct 2001 15:01:04 +0200
10208              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
10209      Branch: perl
10210            ! t/io/fs.t
10211 ____________________________________________________________________________
10212 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
10213         Log: A forgotten deletion.
10214      Branch: perl
10215            - lib/unicore/mktables.PL
10216 ____________________________________________________________________________
10217 [ 12451] By: nick                                  on 2001/10/16  11:32:48
10218         Log: Skeleton of "PerlIO_dup" coded.
10219              Still-passes all tests non-threaded (well it would wouldn't it!)
10220      Branch: perlio
10221            ! embed.h embed.pl ext/Encode/Encode.xs
10222            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
10223            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
10224            ! win32/win32io.c
10225 ____________________________________________________________________________
10226 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
10227         Log: Document the problem with the swash_fetch() API that affects
10228              more complex case conversions.
10229      Branch: perl
10230            ! lib/utf8_heavy.pl utf8.c
10231 ____________________________________________________________________________
10232 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
10233         Log: Make Time::HiRes::sleep() and usleep() to return
10234              the number of seconds (a floating point value) and 
10235              microseconds (an integer) actually slept (well,
10236              modulo the time spent in measuring the time actually
10237              slept...), to be a better drop-in replacement for
10238              the builtin sleep().  Noticed by Chris Nandor.
10239              
10240              Also make usleep() to croak if fed illegal number
10241              of useconds (anything greater than 1_000_000).
10242      Branch: perl
10243            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
10244            ! ext/Time/HiRes/HiRes.xs
10245 ____________________________________________________________________________
10246 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
10247         Log: A missing SvREFCNT_dec.
10248      Branch: perl
10249            ! perl.c
10250 ____________________________________________________________________________
10251 [ 12447] By: nick                                  on 2001/10/15  20:27:53
10252         Log: Beginings of PerlIO_dup support (unstable)
10253      Branch: perlio
10254            ! perlio.c perliol.h
10255 ____________________________________________________________________________
10256 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
10257         Log: (retracted by #12497)
10258              In AIX vac 5 just can't seem to get regcomp right.
10259      Branch: perl
10260            ! hints/aix.sh
10261 ____________________________________________________________________________
10262 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
10263         Log: Bump the version number to agree with the maintperl one.
10264      Branch: perl
10265            ! lib/Tie/RefHash.pm
10266 ____________________________________________________________________________
10267 [ 12444] By: nick                                  on 2001/10/15  15:59:57
10268         Log: Integrate mainline
10269      Branch: perlio
10270           +> lib/Math/BigInt/t/Math/Subclass.pm
10271           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
10272           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
10273           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
10274           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
10275           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
10276           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
10277           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
10278           +> lib/unicore/mktables
10279            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
10280            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
10281            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
10282            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
10283            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
10284            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
10285            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
10286            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
10287            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
10288            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
10289            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
10290            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
10291            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
10292            - lib/unicore/syllables.txt
10293           !> (integrate 344 files)
10294 ____________________________________________________________________________
10295 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
10296         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
10297      Branch: perl
10298            ! ext/DB_File/DB_File.xs
10299 ____________________________________________________________________________
10300 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
10301         Log: Sync the skip() amounts with the number of tests.
10302      Branch: perl
10303            ! lib/Term/Complete.t
10304 ____________________________________________________________________________
10305 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
10306         Log: Update Changes.
10307      Branch: perl
10308            ! Changes patchlevel.h
10309 ____________________________________________________________________________
10310 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
10311         Log: MacOS Classic catdir() rewrite from Thomas Wegner
10312              (backward incompatibility, but a deliberate one,
10313              the old version simply is broken in its logic),
10314              also documentation updates, and as suggested replicated
10315              the File::Spec::Unix documentation updates also on the
10316              File::Spec documentation.
10317              
10318              TODO: there seems to be duplication of documentation
10319              between File::Spec and File::Spec::Unix.  I think
10320              the ::Unix should be left only with specific UNIXisms,
10321              and all the generic documentation should be in ::Spec.
10322      Branch: perl
10323            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
10324            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
10325            ! lib/File/Spec/Unix.pm
10326 ____________________________________________________________________________
10327 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
10328         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
10329              From: Blair Zajac <blair@orcaware.com>
10330              Date: Mon, 24 Sep 2001 11:48:58 -0700
10331              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
10332              
10333              (the skip() messages)
10334      Branch: perl
10335            ! t/op/magic.t
10336 ____________________________________________________________________________
10337 [ 12438] By: ams                                   on 2001/10/14  23:43:59
10338         Log: Subject: [PATCH] make PerlIO default on VMS
10339              From: "Craig A. Berry" <craigberry@mac.com>
10340              Date: Sun, 14 Oct 2001 15:27:18 -0500
10341              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
10342      Branch: perl
10343            ! configure.com
10344 ____________________________________________________________________________
10345 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
10346         Log: Retract #12436 (Abhijit already did this at #12426)
10347      Branch: perl
10348            ! lib/ExtUtils/MM_Unix.pm
10349 ____________________________________________________________________________
10350 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
10351         Log: (retracted by #12437)
10352              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
10353              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
10354              Date: Sat, 13 Oct 2001 20:33:55 +0200
10355              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
10356      Branch: perl
10357            ! lib/ExtUtils/MM_Unix.pm
10358 ____________________________________________________________________________
10359 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
10360         Log: Subject: h2xs grammar nit
10361              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
10362              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
10363              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
10364      Branch: perl
10365            ! utils/h2xs.PL
10366 ____________________________________________________________________________
10367 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
10368         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
10369              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
10370              Date: Sun, 14 Oct 2001 11:25:08 +0100
10371              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
10372      Branch: perl
10373            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
10374            ! warnings.pl
10375 ____________________________________________________________________________
10376 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
10377         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
10378              for File::Spec::Mac::catfile)
10379      Branch: perl
10380            ! lib/h2xs.t
10381 ____________________________________________________________________________
10382 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
10383         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
10384              From: Nicholas Clark <nick@ccl4.org>
10385              Date: Sat, 13 Oct 2001 00:07:31 +0100
10386              Message-ID: <20011013000731.D67535@plum.flirble.org>
10387      Branch: perl
10388            ! lib/h2xs.t utils/h2xs.PL
10389 ____________________________________________________________________________
10390 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
10391         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
10392              before DEFINE and INC), and repent by taking DEFINE and
10393              INC away from PASTHRU.
10394      Branch: perl
10395            ! lib/ExtUtils/MM_Unix.pm
10396 ____________________________________________________________________________
10397 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
10398         Log: More MANIFEST anomalies.
10399      Branch: perl
10400            ! MANIFEST
10401 ____________________________________________________________________________
10402 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
10403         Log: Not that many.
10404      Branch: perl
10405            ! MANIFEST
10406 ____________________________________________________________________________
10407 [ 12428] By: sky                                   on 2001/10/13  20:59:27
10408         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
10409              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10410              Date: Sat, 13 Oct 2001 23:15:55 +0200
10411              Message-ID: <20011013231555.A18071@rafael>
10412      Branch: perl
10413            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
10414            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
10415 ____________________________________________________________________________
10416 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
10417         Log: Rewrite mktables from scratch.
10418              - Cleaner.
10419              - Faster: 15-20 seconds as opposed to several minutes.
10420              - More dynamic: the names of the various categories
10421              such as the linebreak ones are dynamic, not static.
10422              - Is.pl: long names for the general category properties
10423              are now available.
10424              - Ranges (<... ,First>, <..., Last>) from the general
10425              categories work now.
10426              - No more mktables.PL because the mktables.PL is not
10427              and never has been run to create a mktables.
10428              - syllables.txt and Is/Syl*.pl removed: non-standard
10429              (not part of the Unicode), and the whole concept is
10430              being reworked (http://syllabary.sourceforge.net/),
10431              the old way wouldn't even work with the new Syllables.txt
10432              (it would result in 1000+ new categories)
10433      Branch: perl
10434            + lib/unicore/In/163.pl lib/unicore/In/164.pl
10435            + lib/unicore/In/165.pl lib/unicore/In/166.pl
10436            + lib/unicore/In/167.pl lib/unicore/In/168.pl
10437            + lib/unicore/In/169.pl lib/unicore/In/170.pl
10438            + lib/unicore/In/171.pl lib/unicore/Is.pl
10439            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
10440            + lib/unicore/mktables
10441            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
10442            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
10443            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
10444            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
10445            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
10446            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
10447            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
10448            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
10449            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
10450            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
10451            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
10452            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
10453            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
10454            - lib/unicore/syllables.txt
10455            ! (edit 304 files)
10456 ____________________________________________________________________________
10457 [ 12426] By: ams                                   on 2001/10/13  18:05:36
10458         Log: ExtUtils::MM_Unix should ignore comments when searching for
10459              $VERSION.
10460      Branch: perl
10461            ! lib/ExtUtils/MM_Unix.pm
10462 ____________________________________________________________________________
10463 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
10464         Log: Subject: Re: New module XML::Clean
10465              From: andreas.koenig@anima.de (Andreas J. Koenig)
10466              Date: 13 Oct 2001 10:17:09 +0200
10467              Message-ID: <m37ku0t0my.fsf@anima.de>
10468      Branch: perl
10469            ! pod/perlnewmod.pod
10470 ____________________________________________________________________________
10471 [ 12424] By: sky                                   on 2001/10/13  09:39:59
10472         Log: Set thread stack size if needed.
10473      Branch: perl
10474            ! ext/threads/threads.xs
10475 ____________________________________________________________________________
10476 [ 12423] By: sky                                   on 2001/10/13  09:36:49
10477         Log: We do want to set the attribute to joinable even on modern posix
10478              platforms.
10479      Branch: perl
10480            ! ext/threads/threads.xs
10481 ____________________________________________________________________________
10482 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
10483         Log: Subject: [PATCH ext/Data/Dumper.xs]
10484              From: Brian Ingerson <ingy@ttul.org>
10485              Date: Fri, 12 Oct 2001 19:32:35 -0700
10486              Message-ID: <20011012193235.B889@ttul.org>
10487      Branch: perl
10488            ! ext/Data/Dumper/Dumper.xs
10489 ____________________________________________________________________________
10490 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
10491         Log: Update Changes.
10492      Branch: perl
10493            ! Changes patchlevel.h
10494 ____________________________________________________________________________
10495 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
10496         Log: FAQ sync.
10497      Branch: perl
10498            ! pod/perlfaq3.pod pod/perlfaq4.pod
10499 ____________________________________________________________________________
10500 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
10501         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
10502              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
10503              Date: Fri, 12 Oct 2001 11:51:05 -0700
10504              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
10505      Branch: perl
10506            ! lib/File/Copy.pm
10507 ____________________________________________________________________________
10508 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
10509         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
10510              From: "chromatic" <chromatic@rmci.net>     
10511              Date: Thu, 11 Oct 2001 10:57:55 -0600
10512              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
10513              
10514              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
10515              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10516              Date: Thu, 11 Oct 2001 22:34:21 +0200
10517              Message-ID: <20011011223421.A693@rafael>     
10518              
10519              plus undef $Term::Complete::stty as suggested by Rafael.
10520      Branch: perl
10521            ! lib/Term/Complete.pm lib/Term/Complete.t
10522 ____________________________________________________________________________
10523 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
10524         Log: UUnndduupplleexx..
10525      Branch: perl
10526            ! perl.h
10527 ____________________________________________________________________________
10528 [ 12416] By: sky                                   on 2001/10/12  20:16:19
10529         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
10530              From: Andy Dougherty <doughera@lafayette.edu>
10531              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
10532              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
10533              (Potentially only band-aid)
10534      Branch: perl
10535            ! sv.c
10536 ____________________________________________________________________________
10537 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
10538         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
10539              mishandles kill(), and therefore the sigaction test
10540              should be skipped, from Charles Lane.
10541      Branch: perl
10542            ! ext/POSIX/t/sigaction.t
10543 ____________________________________________________________________________
10544 [ 12414] By: sky                                   on 2001/10/12  18:47:49
10545         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
10546      Branch: perl
10547            ! op.h
10548 ____________________________________________________________________________
10549 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
10550         Log: Upgrade to Math::BigInt 1.44 from Tels and
10551              further fixes from John Peacock.
10552      Branch: perl
10553            + lib/Math/BigInt/t/Math/Subclass.pm
10554            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
10555            + lib/Math/BigInt/t/subclass.t
10556            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
10557            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
10558            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
10559            ! lib/Math/BigInt/t/mbimbf.t
10560 ____________________________________________________________________________
10561 [ 12412] By: sky                                   on 2001/10/12  18:28:23
10562         Log: perhaps pthread_attr_t really needs to be set for the old api
10563      Branch: perl
10564            ! ext/threads/threads.xs
10565 ____________________________________________________________________________
10566 [ 12411] By: sky                                   on 2001/10/12  18:11:45
10567         Log: pthread_keycreate not pthread_key_create under the here be dragons API
10568      Branch: perl
10569            ! ext/threads/threads.h
10570 ____________________________________________________________________________
10571 [ 12410] By: sky                                   on 2001/10/12  18:07:37
10572         Log: Apperently OLD PTHREADS API is a bit retarded.
10573              This should fix another set of compile failures in HP-UX 10.20.
10574      Branch: perl
10575            ! ext/threads/threads.h ext/threads/threads.xs
10576 ____________________________________________________________________________
10577 [ 12409] By: nick                                  on 2001/10/12  15:30:01
10578         Log: Blind integrate of mainline
10579      Branch: perlio
10580           +> (branch 32 files)
10581            - lib/unicode/README
10582           !> (integrate 121 files)
10583 ____________________________________________________________________________
10584 [ 12408] By: sky                                   on 2001/10/12  14:55:08
10585         Log: Let us avoid being smart for now.
10586      Branch: perl
10587            ! ext/threads/threads.h
10588 ____________________________________________________________________________
10589 [ 12407] By: sky                                   on 2001/10/12  14:38:12
10590         Log: (void*) the argument to make sure we work with picky compilers
10591      Branch: perl
10592            ! ext/threads/threads.xs
10593 ____________________________________________________________________________
10594 [ 12406] By: ams                                   on 2001/10/12  13:26:04
10595         Log: (replaced with #12600)
10596              
10597              Subject: [PATCH 5.6.1 perldoc] use File::Temp
10598              From: Mikhail Zabaluev <mhz@alt-linux.org>
10599              Date: Fri, 12 Oct 2001 12:47:47 +0400
10600              Message-Id: <20011012124747.E13918@localhost.localdomain>
10601      Branch: perl
10602            ! utils/perldoc.PL
10603 ____________________________________________________________________________
10604 [ 12405] By: ams                                   on 2001/10/12  13:05:32
10605         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
10606              From: andreas.koenig@anima.de (Andreas J. Koenig)
10607              Date: 12 Oct 2001 11:12:07 +0200
10608              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
10609      Branch: perl
10610            ! lib/Memoize/t/speed.t
10611 ____________________________________________________________________________
10612 [ 12404] By: sky                                   on 2001/10/12  12:46:15
10613         Log: A) Support OLD_PTHREADS_API
10614              B) Change from using pthread_t to using a TLS to store the
10615              index of the thread in an hash, this is to avoid problems when
10616              in fact pthread_t was not a seralizable type.
10617              Both these changes are because of HP-UX 10.20
10618              This has not been tested on win32 but should work there.
10619              Need to add support for NetWare.
10620      Branch: perl
10621            ! ext/threads/threads.h ext/threads/threads.xs
10622 ____________________________________________________________________________
10623 [ 12403] By: ams                                   on 2001/10/12  07:34:19
10624         Log: Subject: Re: New module XML::Clean
10625              From: andreas.koenig@anima.de (Andreas J. Koenig)
10626              Date: 12 Oct 2001 10:20:35 +0200
10627              Message-Id: <m3elo9uv58.fsf@anima.de>
10628      Branch: perl
10629            ! pod/perlnewmod.pod
10630 ____________________________________________________________________________
10631 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
10632         Log: More HP model tweaks from Merijn.
10633      Branch: perl
10634            ! README.hpux
10635 ____________________________________________________________________________
10636 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
10637         Log: Update Changes.
10638      Branch: perl
10639            ! Changes patchlevel.h
10640 ____________________________________________________________________________
10641 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
10642         Log: HP-UX update from H.Merijn Brand.
10643      Branch: perl
10644            ! README.hpux
10645 ____________________________________________________________________________
10646 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
10647         Log: Subject: [PATCH] fix link rot in README.vms
10648              From: "Craig A. Berry" <craigberry@mac.com>
10649              Date: Wed, 10 Oct 2001 17:17:00 -0500
10650              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
10651      Branch: perl
10652            ! README.vms
10653 ____________________________________________________________________________
10654 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
10655         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
10656              From: "chromatic" <chromatic@rmci.net>
10657              Date: Wed, 10 Oct 2001 15:50:30 -0600
10658              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
10659      Branch: perl
10660            ! lib/Term/Complete.t
10661 ____________________________________________________________________________
10662 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
10663         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
10664              From: "chromatic" <chromatic@rmci.net>
10665              Date: Wed, 10 Oct 2001 15:45:42 -0600
10666              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
10667      Branch: perl
10668            + lib/ExtUtils/Packlist.t
10669            ! MANIFEST
10670 ____________________________________________________________________________
10671 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
10672         Log: VMS needs quotes around the -I option to keep it from
10673              being downcased, from Charles Lane.
10674      Branch: perl
10675            ! t/run/kill_perl.t
10676 ____________________________________________________________________________
10677 [ 12395] By: ams                                   on 2001/10/10  16:22:32
10678         Log: Subject: [PATCH lib/FindBin.pm]
10679              From: Stas Bekman <stas@stason.org>
10680              Date: Tue, 09 Oct 2001 23:57:10 +0800
10681              Message-Id: <3BC31E56.60805@stason.org>
10682      Branch: perl
10683            ! lib/FindBin.pm
10684 ____________________________________________________________________________
10685 [ 12394] By: ams                                   on 2001/10/10  16:09:53
10686         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
10687              From: Abhijit Menon-Sen <ams@wiw.org>
10688              Date: Wed, 10 Oct 2001 21:59:33 +0530
10689              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
10690      Branch: perl
10691            ! ext/Data/Dumper/Dumper.xs
10692 ____________________________________________________________________________
10693 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
10694         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
10695              from Charles Lane.
10696      Branch: perl
10697            ! lib/File/Spec/VMS.pm
10698 ____________________________________________________________________________
10699 [ 12392] By: ams                                   on 2001/10/10  14:49:43
10700         Log: Subject: [PATCH] two s/// bugfixes
10701              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10702              Date: Wed, 10 Oct 2001 17:23:44 +0200
10703              Message-Id: <20011010172344.C22440@rafael>
10704      Branch: perl
10705            ! pp_ctl.c regexec.c t/op/subst.t
10706 ____________________________________________________________________________
10707 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
10708         Log: Fix/improve handling of the [000000] special "root"
10709              directory, by putting cwd in canonical form when doing
10710              abs2rel, and prepending a 000000 to directory "chunks"
10711              if missing from base or path.  Also adjust test to
10712              reflect the (improved) output from abs2rel.
10713              From Charles Lane.
10714      Branch: perl
10715            ! lib/File/Spec.t lib/File/Spec/VMS.pm
10716 ____________________________________________________________________________
10717 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
10718         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
10719              all of the extra VMSish attributes (such as "treat this logical
10720              as a device name") that are necessary to make programs run.
10721              A tainted %ENV does not hinder VMS.  From Charles Lane.
10722      Branch: perl
10723            ! lib/File/Find/t/taint.t
10724 ____________________________________________________________________________
10725 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
10726         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
10727              
10728              o  VMS is case-insensitive, RTL downcases filenames read
10729              by perl... so need to re-upcase filenames like MANIFEST
10730              and MANIFEST.SKIP
10731              
10732              o  Need to convert VMS-style to Unix-style filenames when comparing
10733              names in MANIFEST to names in filesystem.
10734              
10735              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
10736              since VMS won't let you (easily) delete non-empty directories.
10737              
10738              From Charles Lane.
10739      Branch: perl
10740            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
10741 ____________________________________________________________________________
10742 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
10743         Log: Unix and VMS agree on "*" as a "match any number of any chars"
10744              wildcards, but differ ("?"  vs.  "%") for their "match any single
10745              char" wildcard.  This patch changes "?"  chars to "%" before doing a
10746              VMS glob...at no loss of functionality, since "?"  isn't a valid
10747              filename char on VMS.  From Charles Lane.
10748      Branch: perl
10749            ! doio.c
10750 ____________________________________________________________________________
10751 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
10752         Log: (accidentally empty submit; new life as #12390)
10753      Branch: perl
10754            ! lib/File/Find/t/taint.t
10755 ____________________________________________________________________________
10756 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
10757         Log: Even more VMS tweakage from Charles Lane:
10758              
10759              Tweak #1:  splitdir only works on directory part of filespec,
10760              split off volume first
10761              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
10762              (it's a horrible kludge in the run-time library,
10763              improved in later versions). Check the
10764              $Config{'d_setenv'} flag before attempting to set it.
10765      Branch: perl
10766            ! t/op/chdir.t
10767 ____________________________________________________________________________
10768 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
10769         Log: VMS tweakage from Charles Lane.
10770              
10771              . command.com doubles an output line when prompting for extensions
10772              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
10773              . perl5db doesn't clean up after itself
10774      Branch: perl
10775            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
10776 ____________________________________________________________________________
10777 [ 12384] By: sky                                   on 2001/10/09  19:16:11
10778         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
10779              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10780              Date: Tue, 9 Oct 2001 22:10:26 +0200
10781              Message-ID: <20011009221026.A8579@rafael>
10782      Branch: perl
10783            ! pod/perldata.pod
10784 ____________________________________________________________________________
10785 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
10786         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
10787              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
10788              Date: 9 Oct 2001 15:15:06 -0000
10789              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
10790      Branch: perl
10791            ! t/op/subst.t
10792 ____________________________________________________________________________
10793 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
10794         Log: Update Changes.
10795      Branch: perl
10796            ! Changes patchlevel.h
10797 ____________________________________________________________________________
10798 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
10799         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
10800              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
10801              when a NULL is passed for the filename string pointer.
10802              From Charles Lane.
10803      Branch: perl
10804            ! vms/vms.c
10805 ____________________________________________________________________________
10806 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
10807         Log: Subject: HP systems update
10808              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10809              Date: Tue, 09 Oct 2001 15:59:22 +0200
10810              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
10811      Branch: perl
10812            ! README.hpux
10813 ____________________________________________________________________________
10814 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
10815         Log: CPAN::Nox does now have a test.
10816      Branch: perl
10817            ! t/lib/1_compile.t
10818 ____________________________________________________________________________
10819 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
10820         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
10821              From: David Dyck <dcd@tc.fluke.com>
10822              Date: Mon, 1 Oct 2001 12:17:36 -0700
10823              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
10824      Branch: perl
10825            ! installperl
10826 ____________________________________________________________________________
10827 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
10828         Log: NetWare update from Ananth Kesari.
10829      Branch: perl
10830            ! NetWare/nwperlsys.h makedef.pl
10831 ____________________________________________________________________________
10832 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
10833         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
10834              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10835              Date: Tue, 9 Oct 2001 08:40:57 EDT
10836              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
10837      Branch: perl
10838            ! lib/File/Find/t/find.t
10839 ____________________________________________________________________________
10840 [ 12374] By: ams                                   on 2001/10/09  05:31:45
10841         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
10842              ExtUtils::Mkbootstrap
10843              From: "chromatic" <chromatic@rmci.net>
10844              Date: Tue, 09 Oct 2001 00:08:37 -0600
10845              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
10846      Branch: perl
10847            + lib/ExtUtils/Mkbootstrap.t
10848            ! MANIFEST
10849 ____________________________________________________________________________
10850 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
10851         Log: Enable more debugging.
10852      Branch: perl
10853            ! lib/utf8_heavy.pl
10854 ____________________________________________________________________________
10855 [ 12372] By: ams                                   on 2001/10/09  02:11:59
10856         Log: #12370 forgot to modify is_gv_magical().
10857      Branch: perl
10858            ! gv.c
10859 ____________________________________________________________________________
10860 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
10861         Log: Make the toupper/lower/title API for Unicode not right
10862              but at least less wrong: prepare for the mapping being
10863              more than just one-character-to-one-character.
10864      Branch: perl
10865            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
10866            ! regexec.c utf8.c
10867 ____________________________________________________________________________
10868 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
10869         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
10870              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
10871              Date: Mon, 8 Oct 2001 22:18:23 -0400
10872              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
10873      Branch: perl
10874            ! pod/perlvar.pod t/op/taint.t
10875 ____________________________________________________________________________
10876 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
10877         Log: FAQ sync.
10878      Branch: perl
10879            ! pod/perlfaq3.pod pod/perlfaq4.pod
10880 ____________________________________________________________________________
10881 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
10882         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
10883              From: "chromatic" <chromatic@rmci.net>
10884              Date: Mon, 08 Oct 2001 14:05:32 -0600
10885              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
10886      Branch: perl
10887            ! lib/Term/Cap.t
10888 ____________________________________________________________________________
10889 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
10890         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
10891              From: Michael G Schwern <schwern@pobox.com>
10892              Date: Mon, 8 Oct 2001 17:00:14 -0400
10893              Message-ID: <20011008170014.L17083@blackrider>
10894      Branch: perl
10895            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
10896 ____________________________________________________________________________
10897 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
10898         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
10899              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
10900              Date: Mon, 8 Oct 2001 16:01:33 EDT
10901              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
10902      Branch: perl
10903            ! ext/Time/HiRes/HiRes.xs
10904 ____________________________________________________________________________
10905 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
10906         Log: Subject: [PATCH] Autosplit patch for VMS
10907              From: "Craig A. Berry" <craigberry@mac.com>
10908              Date: Mon, 08 Oct 2001 15:40:43 -0500
10909              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
10910      Branch: perl
10911            ! lib/AutoSplit.pm lib/AutoSplit.t
10912 ____________________________________________________________________________
10913 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
10914         Log: Don't assume that everybody is running OS X 10.1 yet;
10915              from Kay Röpke.
10916      Branch: perl
10917            ! hints/darwin.sh
10918 ____________________________________________________________________________
10919 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
10920         Log: Update Changes.
10921      Branch: perl
10922            ! Changes patchlevel.h
10923 ____________________________________________________________________________
10924 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
10925         Log: Retract #12358 for now.
10926      Branch: perl
10927            ! lib/Term/Cap.t
10928 ____________________________________________________________________________
10929 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
10930         Log: Can't figure out what this is testing.
10931              (If it is trying to catch SIGKILL, it should stop
10932              trying because that is by definition impossible.)
10933      Branch: perl
10934            ! lib/sigtrap.t
10935 ____________________________________________________________________________
10936 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
10937         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
10938              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
10939              Date: Sun, 30 Sep 2001 21:15:13 +0200
10940              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
10941      Branch: perl
10942            ! lib/ExtUtils/MM_Win32.pm
10943 ____________________________________________________________________________
10944 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
10945         Log: Clarify the ldlibpth part and condense the overall text.
10946      Branch: perl
10947            ! t/TEST
10948 ____________________________________________________________________________
10949 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
10950         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
10951              From: "chromatic" <chromatic@rmci.net>
10952              Date: Sun, 07 Oct 2001 16:59:26 -0600
10953              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
10954      Branch: perl
10955            ! lib/Term/Cap.t
10956 ____________________________________________________________________________
10957 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
10958         Log: Update the list because fo #12265.
10959      Branch: perl
10960            ! t/lib/1_compile.t
10961 ____________________________________________________________________________
10962 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
10963         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
10964              From: Nicholas Clark <nick@ccl4.org>
10965              Date: Sun, 7 Oct 2001 20:53:33 +0100
10966              Message-ID: <20011007205333.S38756@plum.flirble.org>   
10967      Branch: perl
10968            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
10969            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
10970            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
10971            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
10972            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
10973            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
10974            ! lib/Switch/t/switch.t lib/Term/Complete.t
10975            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
10976            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
10977            ! t/op/my_stash.t
10978 ____________________________________________________________________________
10979 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
10980         Log: Integrate patch #12350 from maintperl; typo in
10981              IO::Seekable doc.
10982      Branch: perl
10983           !> ext/IO/lib/IO/Seekable.pm
10984 ____________________________________________________________________________
10985 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
10986         Log: Detypo.
10987      Branch: perl
10988            ! hints/darwin.sh
10989 ____________________________________________________________________________
10990 [ 12353] By: sky                                   on 2001/10/07  17:16:14
10991         Log: Change 12349 didn't really get it right.
10992      Branch: perl
10993            ! lib/Unicode/README
10994 ____________________________________________________________________________
10995 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
10996         Log: If running the harness the dynamic library search path
10997              may need setting.
10998      Branch: perl
10999            ! t/TEST
11000 ____________________________________________________________________________
11001 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
11002         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
11003              in ldflags.
11004      Branch: perl
11005            ! hints/darwin.sh
11006 ____________________________________________________________________________
11007 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
11008         Log: typo in IO::Seekable doc
11009      Branch: maint-5.6/perl
11010            ! ext/IO/lib/IO/Seekable.pm
11011 ____________________________________________________________________________
11012 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
11013         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
11014              doesn't work on Mac OS X 10.1 (when unpacking the tar the
11015              latter gets renamed as lib/unicode:1, assumedly for security
11016              reasons not to overwrite stuff)
11017      Branch: perl
11018            + lib/Unicode/README
11019            - lib/unicode/README
11020            ! MANIFEST
11021 ____________________________________________________________________________
11022 [ 12348] By: ams                                   on 2001/10/07  05:33:40
11023         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
11024              From: "chromatic" <chromatic@rmci.net>
11025              Date: Sat, 06 Oct 2001 21:42:03 -0600
11026              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
11027      Branch: perl
11028            + lib/CPAN/t/Nox.t
11029            ! MANIFEST
11030 ____________________________________________________________________________
11031 [ 12347] By: ams                                   on 2001/10/07  00:48:10
11032         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
11033              From: "chromatic" <chromatic@rmci.net>
11034              Date: Sat, 06 Oct 2001 18:52:10 -0600
11035              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
11036      Branch: perl
11037            + lib/sigtrap.t
11038            ! MANIFEST
11039 ____________________________________________________________________________
11040 [ 12346] By: ams                                   on 2001/10/06  23:14:01
11041         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
11042              h2xs write?)
11043              From: Nicholas Clark <nick@ccl4.org>
11044              Date: Sat, 6 Oct 2001 21:46:43 +0100
11045              Message-Id: <20011006214643.L38756@plum.flirble.org>
11046      Branch: perl
11047            ! utils/h2xs.PL
11048 ____________________________________________________________________________
11049 [ 12345] By: ams                                   on 2001/10/06  17:39:53
11050         Log: Subject: [PATCH] Memoize tests
11051              From: Nicholas Clark <nick@ccl4.org>
11052              Date: Sat, 6 Oct 2001 18:04:21 +0100
11053              Message-Id: <20011006180421.J38756@plum.flirble.org>
11054      Branch: perl
11055            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
11056            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
11057            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
11058            ! lib/Memoize/t/expire_module_n.t
11059            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
11060            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
11061            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
11062            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
11063            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
11064            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
11065 ____________________________________________________________________________
11066 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
11067         Log: Retract the latter part of #12343.
11068      Branch: perl
11069            ! ext/IO/lib/IO/Socket/INET.pm
11070 ____________________________________________________________________________
11071 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
11072         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
11073              From: David Dyck <dcd@tc.fluke.com>
11074              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
11075              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
11076              
11077              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
11078              From: David Dyck <dcd@tc.fluke.com>
11079              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
11080              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
11081      Branch: perl
11082            ! ext/IO/lib/IO/Socket/INET.pm
11083 ____________________________________________________________________________
11084 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
11085         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
11086              From: Robin Barker <rmb1@cise.npl.co.uk>
11087              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
11088              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
11089      Branch: perl
11090            ! t/TEST
11091 ____________________________________________________________________________
11092 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
11093         Log: Don't assume that %x is good for displaying UVs.
11094      Branch: perl
11095            ! dump.c
11096 ____________________________________________________________________________
11097 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
11098         Log: Update Changes.
11099      Branch: perl
11100            ! Changes patchlevel.h
11101 ____________________________________________________________________________
11102 [ 12339] By: ams                                   on 2001/10/05  10:22:34
11103         Log: Subject: [PATCH] perlfunc/select
11104              From: Nicholas Clark <nick@ccl4.org>
11105              Date: Fri, 5 Oct 2001 11:33:58 +0100
11106              Message-Id: <20011005113358.Z38756@plum.flirble.org>
11107      Branch: perl
11108            ! pod/perlfunc.pod
11109 ____________________________________________________________________________
11110 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
11111         Log: Retract #12313 and #12249.
11112      Branch: perl
11113            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
11114            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
11115            ! pod/perlebcdic.pod
11116 ____________________________________________________________________________
11117 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
11118         Log: Subject: [PATCH] perlvms.pod update
11119              From: "Craig A. Berry" <craigberry@mac.com>
11120              Date: Thu, 04 Oct 2001 12:55:52 -0500
11121              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
11122      Branch: perl
11123            ! vms/perlvms.pod
11124 ____________________________________________________________________________
11125 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
11126         Log: Subject: PATCH: Tie::SubstrHash
11127              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
11128              Date: Thu, 04 Oct 2001 12:12:41 +0100
11129              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
11130      Branch: perl
11131            ! lib/Tie/SubstrHash.pm
11132 ____________________________________________________________________________
11133 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
11134         Log: Unicode properties saga continues.
11135      Branch: perl
11136            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
11137            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
11138 ____________________________________________________________________________
11139 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
11140         Log: Yet more Unicode properties.
11141      Branch: perl
11142            + lib/unicore/In/137.pl lib/unicore/In/138.pl
11143            + lib/unicore/In/139.pl lib/unicore/In/140.pl
11144            + lib/unicore/In/141.pl lib/unicore/In/142.pl
11145            + lib/unicore/In/143.pl lib/unicore/In/144.pl
11146            + lib/unicore/In/145.pl lib/unicore/In/146.pl
11147            + lib/unicore/In/147.pl lib/unicore/In/148.pl
11148            + lib/unicore/In/149.pl lib/unicore/In/150.pl
11149            + lib/unicore/In/151.pl lib/unicore/In/152.pl
11150            + lib/unicore/In/153.pl lib/unicore/In/154.pl
11151            + lib/unicore/In/155.pl lib/unicore/In/156.pl
11152            + lib/unicore/In/157.pl lib/unicore/In/158.pl
11153            + lib/unicore/In/159.pl lib/unicore/In/160.pl
11154            + lib/unicore/In/161.pl lib/unicore/In/162.pl
11155            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
11156            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
11157            ! pod/perlunicode.pod
11158 ____________________________________________________________________________
11159 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
11160         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
11161              From: "Craig A. Berry" <craigberry@mac.com>
11162              Date: Wed, 03 Oct 2001 17:45:25 -0500
11163              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
11164              
11165              (the lib/Term/Complete.t patched differently by #12332)
11166      Branch: perl
11167            ! lib/ExtUtils/Command.t
11168 ____________________________________________________________________________
11169 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
11170         Log: Restore only if something to restore.
11171      Branch: perl
11172            ! lib/Term/Complete.t
11173 ____________________________________________________________________________
11174 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
11175         Log: Update various resources for credits,
11176              minor icons fixes, and versions.
11177      Branch: maint-5.6/macperl
11178            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
11179            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
11180            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
11181 ____________________________________________________________________________
11182 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
11183         Log: Quiet the warnings about using undef value
11184      Branch: maint-5.6/macperl
11185            ! lib/File/Temp.pm
11186 ____________________________________________________________________________
11187 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
11188         Log: Fix up Ballon Help and Help menu docs (first pass);
11189              remove balloon rez file, and autogenerate with
11190              Balloon2Rez instead.
11191      Branch: maint-5.6/macperl
11192            + macos/macperl/macscripts/Balloon2Rez
11193            - macos/macperl/MPBalloons.r
11194            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
11195 ____________________________________________________________________________
11196 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
11197         Log: Allow overriding of defaults, for change #12327.
11198      Branch: maint-5.6/macperl
11199            ! perl.h
11200 ____________________________________________________________________________
11201 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
11202         Log: Override PerlProc_exit.
11203      Branch: maint-5.6/macperl
11204            ! macos/macish.h
11205 ____________________________________________________________________________
11206 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
11207         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
11208      Branch: maint-5.6/macperl
11209            + macos/bundled_lib/blib/lib/MD5.pm
11210            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
11211            + macos/lib/Mac/AETE/Dialect.pm
11212            + macos/lib/Mac/AETE/Format/Converter.pm
11213            + macos/lib/Mac/AETE/Format/Dictionary.pm
11214            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
11215            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
11216            + macos/lib/Mac/Toolbox.pod
11217            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
11218 ____________________________________________________________________________
11219 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
11220         Log: Sync up silly CVS headers ... I should commit CVS
11221              first to avoid this ...
11222      Branch: maint-5.6/macperl
11223            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
11224            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
11225            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
11226            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
11227 ____________________________________________________________________________
11228 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
11229         Log: Fix Matthias' address, and attributions.
11230      Branch: maint-5.6/macperl
11231            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
11232            ! pod/perlport.pod
11233 ____________________________________________________________________________
11234 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
11235         Log: Fix Matthias' address, and attributions.
11236      Branch: maint-5.6/macperl
11237            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
11238            ! macos/ext/Mac/Components/Components.pm
11239            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
11240            ! macos/ext/Mac/Dialogs/Dialogs.pm
11241            ! macos/ext/Mac/Events/Events.pm
11242            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
11243            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
11244            ! macos/ext/Mac/Gestalt/Gestalt.pm
11245            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
11246            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
11247            ! macos/ext/Mac/Menus/Menus.pm
11248            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
11249            ! macos/ext/Mac/Movies/Movies.pm
11250            ! macos/ext/Mac/Navigation/Navigation.pm
11251            ! macos/ext/Mac/Notification/Notification.pm
11252            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
11253            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
11254            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
11255            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
11256            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
11257            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
11258            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
11259            ! macos/ext/Mac/StandardFile/StandardFile.pm
11260            ! macos/ext/Mac/TextEdit/TextEdit.pm
11261            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
11262            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
11263            ! macos/lib/Mac/LowMem.pm
11264 ____________________________________________________________________________
11265 [ 12322] By: sky                                   on 2001/10/03  18:41:07
11266         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
11267              From: "Craig A. Berry" <craigberry@mac.com>
11268              Date: Wed, 03 Oct 2001 14:30:55 -0500
11269              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
11270      Branch: perl
11271            ! vms/vms.c
11272 ____________________________________________________________________________
11273 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
11274         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
11275              From: "Craig A. Berry" <craigberry@mac.com>
11276              Date: Wed, 03 Oct 2001 14:30:55 -0500
11277              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
11278      Branch: perl
11279            ! vms/vms.c
11280 ____________________________________________________________________________
11281 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
11282         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
11283              only IsL&) and Inherited (negative lookahead good);
11284              add tests for Common, Inherited, and L&.
11285      Branch: perl
11286            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
11287 ____________________________________________________________________________
11288 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
11289         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
11290              (The Unicode standard uses L& quite often.)
11291      Branch: perl
11292            ! lib/utf8_heavy.pl
11293 ____________________________________________________________________________
11294 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
11295         Log: Add the 'Common' Unicode property (code points not
11296              explicitly assigned to any other script).
11297      Branch: perl
11298            + lib/unicore/In/136.pl
11299            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
11300 ____________________________________________________________________________
11301 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
11302         Log: Skip the RV printing test under threads until fixed.
11303      Branch: perl
11304            ! ext/B/t/terse.t
11305 ____________________________________________________________________________
11306 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
11307         Log: Subject: 12309 / cygwin / win2k
11308              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11309              Date: Wed, 03 Oct 2001 15:25:15 +0200
11310              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
11311      Branch: perl
11312            ! makedef.pl
11313 ____________________________________________________________________________
11314 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
11315         Log: Metaconfig unit change for #12314.
11316      Branch: metaconfig
11317            ! U/modified/Head.U
11318 ____________________________________________________________________________
11319 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
11320         Log: Subject: Both cygwin and djgpp on one machine
11321              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11322              Date: Wed, 03 Oct 2001 15:02:59 +0200
11323              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
11324      Branch: perl
11325            ! Configure
11326 ____________________________________________________________________________
11327 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
11328         Log: (retracted by #12338)
11329              
11330              Subject: [PATCH] Code clean up for perlboot.pod
11331              From: Casey West <casey@geeknest.com>
11332              Date: Tue, 2 Oct 2001 19:24:43 -0400
11333              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
11334              
11335              Subject: [PATCH] Code clean up for perlbot.diff
11336              From: Casey West <casey@geeknest.com>
11337              Date: Tue, 2 Oct 2001 19:25:22 -0400
11338              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
11339              
11340              Subject: [PATCH] Code clean up for perlcall.pod
11341              From: Casey West <casey@geeknest.com>
11342              Date: Tue, 2 Oct 2001 19:25:57 -0400
11343              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
11344              
11345              Subject: [PATCH] Code clean up for perldata.pod
11346              From: Casey West <casey@geeknest.com>
11347              Date: Tue, 2 Oct 2001 19:26:29 -0400
11348              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
11349              
11350              Subject: [PATCH] Code clean up for perldbmfilter.pod
11351              From: Casey West <casey@geeknest.com>
11352              Date: Tue, 2 Oct 2001 19:26:59 -0400
11353              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
11354              
11355              Subject: [PATCH] Code clean up for perlebcdic.pod
11356              From: Casey West <casey@geeknest.com>
11357              Date: Tue, 2 Oct 2001 19:27:37 -0400
11358              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
11359      Branch: perl
11360            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
11361            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
11362 ____________________________________________________________________________
11363 [ 12312] By: ams                                   on 2001/10/02  23:43:55
11364         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
11365              From: Michael G Schwern <schwern@pobox.com>
11366              Date: Tue, 2 Oct 2001 17:00:49 -0400
11367              Message-Id: <20011002170049.A9955@blackrider>
11368      Branch: perl
11369            ! lib/ExtUtils/MakeMaker.pm
11370 ____________________________________________________________________________
11371 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
11372         Log: FAQ sync.
11373      Branch: perl
11374            ! pod/perlfaq3.pod
11375 ____________________________________________________________________________
11376 [ 12310] By: nick                                  on 2001/10/02  16:09:49
11377         Log: Integrate mainline
11378      Branch: perlio
11379           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
11380           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
11381           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
11382           !> patchlevel.h t/op/pat.t
11383 ____________________________________________________________________________
11384 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
11385         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
11386              not just one single space.
11387      Branch: perl
11388            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
11389 ____________________________________________________________________________
11390 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
11391         Log: AUTHORS updates.
11392      Branch: perl
11393            ! AUTHORS
11394 ____________________________________________________________________________
11395 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
11396         Log: Update Changes.
11397      Branch: perl
11398            ! Changes patchlevel.h
11399 ____________________________________________________________________________
11400 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
11401         Log: Work around old buggy glibcs for langinfo constants,
11402              from Nicholas Clark and David Dyck.
11403      Branch: perl
11404            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
11405 ____________________________________________________________________________
11406 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
11407         Log: Eradicate Time::Piece; add an example.
11408      Branch: perl
11409            ! ext/I18N/Langinfo/Langinfo.pm
11410 ____________________________________________________________________________
11411 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
11412         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
11413              From: Robert Spier <rspier@pobox.com>
11414              Date: Mon, 1 Oct 2001 23:20:16 -0700
11415              Message-ID: <15289.23712.422087.878224@rls.cx>
11416      Branch: perl
11417            ! lib/Pod/Html.pm
11418 ____________________________________________________________________________
11419 [ 12303] By: sky                                   on 2001/10/02  10:40:57
11420         Log: Fixes obscure bug that manifests itself by.
11421              local $!=0;undef*STDOUT;#segfaults
11422              Has been around for a while. Possible other magic IO vars are
11423              possibly affected aswell. Reported by Jos Boumans.
11424      Branch: perl
11425            ! mg.c
11426 ____________________________________________________________________________
11427 [ 12302] By: nick                                  on 2001/10/02  09:00:52
11428         Log: Integrate mainline
11429      Branch: perlio
11430           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
11431           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
11432           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
11433 ____________________________________________________________________________
11434 [ 12301] By: nick                                  on 2001/10/02  08:40:57
11435         Log: Integrate mainline + lib/open.t patch from Chromatic
11436      Branch: perlio
11437           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
11438            ! lib/open.t
11439           !> (integrate 29 files)
11440 ____________________________________________________________________________
11441 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
11442         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
11443              Until it has, better stop early if someone requests threads.
11444      Branch: perl
11445            ! hints/darwin.sh
11446 ____________________________________________________________________________
11447 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
11448         Log: Subject: [ID 20011001.011] redundant code in t/TEST
11449              From: David Dyck <dcd@tc.fluke.com>
11450              Date: Mon, 1 Oct 2001 12:56:24 -0700
11451              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
11452      Branch: perl
11453            ! t/TEST
11454 ____________________________________________________________________________
11455 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
11456         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
11457              From: "chromatic" <chromatic@rmci.net>
11458              Date: Mon, 01 Oct 2001 12:27:12 -0600
11459              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
11460      Branch: perl
11461            ! lib/Term/Cap.t
11462 ____________________________________________________________________________
11463 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
11464         Log: UNICOS testing patches from Nicholas Clark.
11465      Branch: perl
11466            ! t/op/arith.t t/op/pack.t
11467 ____________________________________________________________________________
11468 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
11469         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
11470              From: "chromatic" <chromatic@rmci.net>
11471              Date: Mon, 01 Oct 2001 10:21:51 -0600
11472              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
11473      Branch: perl
11474            ! lib/open.t
11475 ____________________________________________________________________________
11476 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
11477         Log: Make missing the RADIXCHAR a softer, gentler error.
11478      Branch: perl
11479            ! ext/I18N/Langinfo/Langinfo.t
11480 ____________________________________________________________________________
11481 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
11482         Log: Nuke also the LANG because of glibc.
11483      Branch: perl
11484            ! lib/open.t
11485 ____________________________________________________________________________
11486 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
11487         Log: Also the ^Is is optional.
11488      Branch: perl
11489            ! pod/perlunicode.pod t/op/pat.t
11490 ____________________________________________________________________________
11491 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
11492         Log: Be careful to pull chars from the varargs stack when
11493              formatting chars.
11494      Branch: perl
11495            ! regcomp.c
11496 ____________________________________________________________________________
11497 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
11498         Log: sortsv not in place anymore, noticed by John P. Linderman.
11499      Branch: perl
11500            ! pod/perlapi.pod pp_ctl.c
11501 ____________________________________________________________________________
11502 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
11503         Log: Make the diagnostic messages more neutral.
11504      Branch: perl
11505            ! ext/B/t/terse.t
11506 ____________________________________________________________________________
11507 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
11508         Log: Forgotten from #12288.
11509      Branch: perl
11510            ! ext/Data/Dumper/Dumper.pm
11511 ____________________________________________________________________________
11512 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
11513         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
11514              From: Brian Ingerson <ingy@ttul.org>
11515              Date: Sun, 30 Sep 2001 21:45:56 -0700
11516              Message-ID: <20010930214556.D26392@ttul.org>
11517              
11518              (remember also the #12289)
11519      Branch: perl
11520            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11521 ____________________________________________________________________________
11522 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
11523         Log: More Unicode property tests for the abbreviated
11524              general properties.
11525      Branch: perl
11526            ! t/op/pat.t
11527 ____________________________________________________________________________
11528 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
11529         Log: Further tweaks to the Unicode properties.
11530      Branch: perl
11531            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
11532 ____________________________________________________________________________
11533 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
11534         Log: Retract #12284.
11535      Branch: perl
11536            ! lib/Term/Cap.t
11537 ____________________________________________________________________________
11538 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
11539         Log: (Retracted by #12285)
11540      Branch: perl
11541            ! lib/Term/Cap.t
11542 ____________________________________________________________________________
11543 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
11544         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
11545              From: "chromatic" <chromatic@rmci.net>  
11546              Date: Sun, 30 Sep 2001 16:10:02 -0600
11547              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
11548      Branch: perl
11549            + lib/Term/Cap.t
11550            ! MANIFEST
11551 ____________________________________________________________________________
11552 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
11553         Log: Use stty -g to restore the terminal state, do not even
11554              try to run the tests if stty -g is not available.
11555      Branch: perl
11556            ! lib/Term/Complete.t
11557 ____________________________________________________________________________
11558 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
11559         Log: Cleanup utf8_heavy; allow dropping the In prefix from
11560              Unicode script/block properties.
11561      Branch: perl
11562            ! lib/utf8_heavy.pl
11563 ____________________________________________________________________________
11564 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
11565         Log: Retract the #12259 for now.
11566      Branch: perl
11567            ! embed.h embed.pl sv.h
11568 ____________________________________________________________________________
11569 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
11570         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
11571      Branch: perl
11572            + lib/Text/TabsWrap/CHANGELOG
11573            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
11574 ____________________________________________________________________________
11575 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
11576         Log: #12272 wasn't right, it introduced an extra ().
11577      Branch: perl
11578            ! lib/utf8_heavy.pl
11579 ____________________________________________________________________________
11580 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
11581         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
11582              From: Jonathan Stowe <gellyfish@gellyfish.com>
11583              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
11584              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
11585      Branch: perl
11586            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
11587 ____________________________________________________________________________
11588 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
11589         Log: Subject: Patch to put qsortsv in the public API
11590              From: Brian Ingerson <ingy@ttul.org>
11591              Date: Sat, 29 Sep 2001 17:41:13 -0700
11592              Message-ID: <20010929174113.A30223@ttul.org>
11593      Branch: perl
11594            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
11595 ____________________________________________________________________________
11596 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
11597         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
11598              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11599              Date: Sat, 29 Sep 2001 23:54:48 +0200
11600              Message-ID: <20010929235448.A5017@rafael>
11601      Branch: perl
11602            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
11603 ____________________________________________________________________________
11604 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
11605         Log: FAQ sync.
11606      Branch: perl
11607            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
11608            ! pod/perlfaq9.pod
11609 ____________________________________________________________________________
11610 [ 12273] By: bailey                                on 2001/09/29  23:43:46
11611         Log: Resync with mainline
11612      Branch: vmsperl
11613           +> (branch 1207 files)
11614            - (delete 324 files)
11615           !> (integrate 866 files)
11616 ____________________________________________________________________________
11617 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
11618         Log: Nasty recursion trap if one would match Unicode.
11619      Branch: perl
11620            ! lib/utf8_heavy.pl
11621 ____________________________________________________________________________
11622 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
11623         Log: More Unicode todo.
11624      Branch: perl
11625            ! pod/perltodo.pod
11626 ____________________________________________________________________________
11627 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
11628         Log: Explain a bit the new more flexible \p\P syntax.
11629      Branch: perl
11630            ! pod/perlunicode.pod
11631 ____________________________________________________________________________
11632 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
11633         Log: More leniency to the \p and \P: now can have whitespace
11634              between the property definition and the curlies; now can
11635              invert the property by having a caret between the open
11636              curly and the property.
11637      Branch: perl
11638            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
11639 ____________________________________________________________________________
11640 [ 12268] By: nick                                  on 2001/09/29  17:39:26
11641         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
11642              one test (lib/open.t) fails
11643      Branch: perlio
11644           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
11645           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
11646           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
11647           +> lib/Tie/Scalar.t lib/open.t
11648            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
11649            - ext/B/Stash.t
11650           !> (integrate 62 files)
11651 ____________________________________________________________________________
11652 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
11653         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
11654      Branch: perl
11655            ! t/op/chdir.t
11656 ____________________________________________________________________________
11657 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
11658         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
11659              From: "Craig A. Berry" <craigberry@mac.com> 
11660              Date: Sat, 29 Sep 2001 09:35:33 -0500
11661              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
11662      Branch: perl
11663            ! t/op/chdir.t
11664 ____________________________________________________________________________
11665 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
11666         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
11667              From: "chromatic" <chromatic@rmci.net>
11668              Date: Fri, 28 Sep 2001 21:20:12 -0600
11669              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
11670      Branch: perl
11671            + lib/Tie/Scalar.t
11672            ! MANIFEST lib/Tie/Scalar.pm
11673 ____________________________________________________________________________
11674 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
11675         Log: Allow for more flexibility in the \p{In...} names, now
11676              case doesn't matter, and any space or dash can be
11677              matched by any space, dash, underbar, or empty.
11678              (may be going too far on leniency)
11679      Branch: perl
11680            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
11681            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
11682            ! t/op/pat.t
11683 ____________________________________________________________________________
11684 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
11685         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
11686              From: "chromatic" <chromatic@rmci.net>
11687              Date: Fri, 28 Sep 2001 17:39:50 -0600
11688              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
11689      Branch: perl
11690            + lib/open.t
11691            ! MANIFEST
11692 ____________________________________________________________________________
11693 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
11694         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
11695              From: "Craig A. Berry" <craigberry@mac.com>
11696              Date: Fri, 28 Sep 2001 16:24:51 -0500
11697              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
11698      Branch: perl
11699            ! ext/File/Glob/t/basic.t
11700 ____________________________________________________________________________
11701 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
11702         Log: Subject: [DOC PATCH] Carp.pm pod typo
11703              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11704              Date: Fri, 28 Sep 2001 23:14:51 +0200
11705              Message-ID: <20010928231451.E16889@rafael>
11706      Branch: perl
11707            ! lib/Carp.pm
11708 ____________________________________________________________________________
11709 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
11710         Log: Subject: [PATCH] Allow an @INC hook to set %INC
11711              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11712              Date: Fri, 28 Sep 2001 22:18:13 +0200
11713              Message-ID: <20010928221813.A16889@rafael>
11714      Branch: perl
11715            ! pp_ctl.c
11716 ____________________________________________________________________________
11717 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
11718         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
11719              From: Nicholas Clark <nick@ccl4.org>
11720              Date: Fri, 28 Sep 2001 23:39:33 +0100
11721              Message-ID: <20010928233933.C23673@plum.flirble.org>
11722      Branch: perl
11723            ! embed.h embed.pl sv.h
11724 ____________________________________________________________________________
11725 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
11726         Log: Update Changes.
11727      Branch: perl
11728            ! Changes patchlevel.h
11729 ____________________________________________________________________________
11730 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
11731         Log: Move the B tests to B/t.
11732      Branch: perl
11733            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
11734            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
11735            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
11736            - ext/B/Showlex.t ext/B/Stash.t
11737            ! MANIFEST
11738 ____________________________________________________________________________
11739 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
11740         Log: Forgot from #12254.
11741      Branch: perl
11742            + ext/B/B/Terse.t
11743 ____________________________________________________________________________
11744 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
11745         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
11746              From: "chromatic" <chromatic@rmci.net>
11747              Date: Thu, 27 Sep 2001 23:22:17 -0600
11748              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
11749      Branch: perl
11750            ! MANIFEST
11751 ____________________________________________________________________________
11752 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
11753         Log: Test numbering mismatch.
11754      Branch: perl
11755            ! t/op/chdir.t
11756 ____________________________________________________________________________
11757 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
11758         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
11759              From: "Craig A. Berry" <craigberry@mac.com>
11760              Date: Wed, 26 Sep 2001 17:43:14 -0500
11761              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
11762      Branch: perl
11763            ! iperlsys.h t/op/chdir.t
11764 ____________________________________________________________________________
11765 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
11766         Log: Subject: [PATCH gv.c] make __ANON__ global
11767              From: Robin Barker <rmb1@cise.npl.co.uk>
11768              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
11769              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
11770      Branch: perl
11771            ! gv.c t/op/anonsub.t t/op/runlevel.t
11772 ____________________________________________________________________________
11773 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
11774         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
11775              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11776              Date: Thu, 27 Sep 2001 22:34:32 +0200
11777              Message-ID: <20010927223432.A1485@rafael>
11778      Branch: perl
11779            ! ext/B/B/Terse.pm
11780 ____________________________________________________________________________
11781 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
11782         Log: (retracted by #12338)
11783              
11784              Subject: [PATCH] Cleanup of perldsc.pod      
11785              From: Casey West <casey@geeknest.com>
11786              Date: Thu, 27 Sep 2001 11:13:17 -0400
11787              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
11788      Branch: perl
11789            ! pod/perldsc.pod
11790 ____________________________________________________________________________
11791 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
11792         Log: Not everyone is using ithreads...
11793      Branch: perl
11794            ! ext/Devel/Peek/Peek.t
11795 ____________________________________________________________________________
11796 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
11797         Log: Document the nss_delete core dump workaround for HP-UX
11798              and Solaris, bug IDs 20010805.018 and 20010629.004.
11799      Branch: perl
11800            ! README.hpux README.solaris
11801 ____________________________________________________________________________
11802 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
11803         Log: Dump Unicode hash keys also as Unicode,
11804              not just as a byte string.
11805      Branch: perl
11806            ! dump.c ext/Devel/Peek/Peek.t
11807 ____________________________________________________________________________
11808 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
11809         Log: Integrate changes #12241 and #12242 from macperl:
11810              
11811              Remove unneeded disabling of umask() calls
11812              
11813              Note (get|set)sockopt are available.
11814      Branch: perl
11815           !> lib/File/Temp.pm pod/perlport.pod
11816 ____________________________________________________________________________
11817 [ 12244] By: sky                                   on 2001/09/27  08:53:00
11818         Log: Flush buffers on thread closedown.
11819      Branch: perl
11820            ! ext/threads/threads.xs
11821 ____________________________________________________________________________
11822 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
11823         Log: Dump SvUTF8(sv)s also as \x{...}.
11824              
11825              TODO: dump the SvUTF8() hash keys similarly. 
11826      Branch: perl
11827            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
11828 ____________________________________________________________________________
11829 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
11830         Log: Note (get|set)sockopt are available.
11831      Branch: maint-5.6/macperl
11832            ! pod/perlport.pod
11833 ____________________________________________________________________________
11834 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
11835         Log: Remove unneeded disabling of umask() calls
11836      Branch: maint-5.6/macperl
11837            ! lib/File/Temp.pm
11838 ____________________________________________________________________________
11839 [ 12240] By: sky                                   on 2001/09/26  18:44:56
11840         Log: Documention update
11841      Branch: perl
11842            ! ext/threads/threads.pm
11843 ____________________________________________________________________________
11844 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
11845         Log: Update Changes.
11846      Branch: perl
11847            ! Changes patchlevel.h
11848 ____________________________________________________________________________
11849 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
11850         Log: Check that all environment variables are tainted.
11851      Branch: perl
11852            ! t/op/taint.t
11853 ____________________________________________________________________________
11854 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
11855         Log: Manual integration error in #12235.
11856      Branch: perl
11857            ! lib/File/DosGlob.t
11858 ____________________________________________________________________________
11859 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
11860         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
11861              From: "chromatic" <chromatic@rmci.net>
11862              Date: Tue, 25 Sep 2001 23:57:07 -0600
11863              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
11864      Branch: perl
11865            ! perlio.c
11866 ____________________________________________________________________________
11867 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
11868         Log: Integrate macperl changes from Chris Nandor:
11869              12192 11817 11815 11813 11778 11775
11870              
11871              Update CPAN.pm to work with new Mac::BuildTools instead
11872              of ExtUtils::MM_MacOS "orphan" functions
11873              
11874              Fix test
11875              
11876              Make syntax check report in MPW style, fix tests
11877              to use Mac::err=unix to get normal-style error
11878              messages.
11879              
11880              More module and test ports from Thomas Wegner et al
11881              
11882              Fix open of /dev/null for Mac OS
11883              
11884              Allow for platforms to override formatting of errors
11885              on output from Matthias Neeracher (core files)
11886      Branch: perl
11887            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
11888            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
11889            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
11890           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
11891           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
11892           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
11893 ____________________________________________________________________________
11894 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
11895         Log: grrr.
11896      Branch: perl
11897            ! t/op/gv.t
11898 ____________________________________________________________________________
11899 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
11900         Log: Retract #12232.
11901      Branch: perl
11902            ! t/op/gv.t
11903 ____________________________________________________________________________
11904 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
11905         Log: (Retracted by #12233.)
11906      Branch: perl
11907            ! t/op/gv.t
11908 ____________________________________________________________________________
11909 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
11910         Log: Detypo.
11911      Branch: perl
11912            ! ext/Encode/Makefile.PL
11913 ____________________________________________________________________________
11914 [ 12230] By: sky                                   on 2001/09/26  11:36:23
11915         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
11916              We are using a "delay" here because we do not want to depend on thread synchronization issues.
11917      Branch: perl
11918            + ext/threads/t/stress_cv.t
11919            ! MANIFEST ext/threads/t/stress_string.t
11920 ____________________________________________________________________________
11921 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
11922         Log: NetWare tweak from Ananth Kesari.
11923      Branch: perl
11924            ! NetWare/t/Readme.txt
11925 ____________________________________________________________________________
11926 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
11927         Log: Trick to fool case-blind filesystems.
11928      Branch: perl
11929            ! ext/Encode/Makefile.PL
11930 ____________________________________________________________________________
11931 [ 12227] By: sky                                   on 2001/09/26  11:06:50
11932         Log: Threads can start executing in a different order than they were
11933              created.... so we cannot ok() inside the threadstarter.
11934      Branch: perl
11935            ! ext/threads/t/stress_string.t
11936 ____________________________________________________________________________
11937 [ 12226] By: sky                                   on 2001/09/26  07:41:45
11938         Log: Add in stress_string.t to stress test threads a bit more.
11939      Branch: perl
11940            + ext/threads/t/stress_string.t
11941            ! MANIFEST
11942 ____________________________________________________________________________
11943 [ 12225] By: sky                                   on 2001/09/26  07:04:21
11944         Log: Fix negative refcount introduced by #12223.
11945      Branch: perl
11946            ! ext/threads/threads.xs
11947 ____________________________________________________________________________
11948 [ 12224] By: sky                                   on 2001/09/26  06:57:58
11949         Log: Update documentation to match change #12223
11950      Branch: perl
11951            ! sharedsv.c
11952 ____________________________________________________________________________
11953 [ 12223] By: sky                                   on 2001/09/26  06:54:32
11954         Log: Use a separate interpreter for the sharedsv space. Another
11955              negative sv leak. Sigh.
11956      Branch: perl
11957            ! sharedsv.c
11958 ____________________________________________________________________________
11959 [ 12222] By: sky                                   on 2001/09/26  05:58:35
11960         Log: Do the environ assignment in perl_contruct to match perl_destruct.
11961              Now we don't need to perl_parse/perl_run. However environ is a
11962              global....
11963      Branch: perl
11964            ! perl.c
11965 ____________________________________________________________________________
11966 [ 12221] By: sky                                   on 2001/09/26  05:41:02
11967         Log: Move the creation of PL_strtab to perl_construct so we can work
11968              with HV and HEs without running perl_parse.
11969      Branch: perl
11970            ! perl.c
11971 ____________________________________________________________________________
11972 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
11973         Log: integrate macperl changes into maint-5.6
11974      Branch: maint-5.6/perl
11975           !> (integrate 26 files)
11976 ____________________________________________________________________________
11977 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
11978         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
11979              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
11980      Branch: maint-5.6/macperl
11981            ! macos/ext/Mac/Fonts/Fonts.xs
11982            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
11983 ____________________________________________________________________________
11984 [ 12218] By: ams                                   on 2001/09/25  23:31:33
11985         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
11986              From: Nicholas Clark <nick@ccl4.org>
11987              Date: Wed, 26 Sep 2001 01:20:20 +0100
11988              Message-Id: <20010926012020.B48092@plum.flirble.org>
11989      Branch: perl
11990            ! lib/AutoSplit.t
11991 ____________________________________________________________________________
11992 [ 12217] By: ams                                   on 2001/09/25  22:33:05
11993         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
11994              From: "Craig A. Berry" <craigberry@mac.com>
11995              Date: Tue, 25 Sep 2001 18:08:42 -0500
11996              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
11997      Branch: perl
11998            ! vms/vms.c
11999 ____________________________________________________________________________
12000 [ 12216] By: ams                                   on 2001/09/25  21:41:01
12001         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
12002              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
12003              From: Michael G Schwern <schwern@pobox.com>
12004              Date: Wed, 26 Sep 2001 00:38:21 -0400
12005              Message-Id: <20010926003821.A627@blackrider>
12006      Branch: perl
12007            ! lib/AutoSplit.t
12008 ____________________________________________________________________________
12009 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
12010         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
12011              From: Michael G Schwern <schwern@pobox.com>
12012              Date: Tue, 25 Sep 2001 17:43:49 -0400
12013              Message-ID: <20010925174349.B19534@blackrider>
12014      Branch: perl
12015            ! lib/Test/Simple.pm lib/Test/Utils.pm
12016 ____________________________________________________________________________
12017 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
12018         Log: Integrate changes from bleadperl.
12019      Branch: maint-5.6/macperl
12020           !> pod/perlport.pod
12021 ____________________________________________________________________________
12022 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
12023         Log: skip($mess) should result in one skip.
12024      Branch: perl
12025            ! t/test.pl
12026 ____________________________________________________________________________
12027 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
12028         Log: Integrate change #12200 from maintperl.
12029      Branch: maint-5.6/macperl
12030           !> win32/perlhost.h
12031 ____________________________________________________________________________
12032 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
12033         Log: Fix file types to "apple"
12034      Branch: maint-5.6/macperl
12035            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
12036            ! macos/ext/Mac/SAT/t/Collision.rsrc
12037 ____________________________________________________________________________
12038 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
12039         Log: Fix rsrc file as snd file; fix path in t file.
12040      Branch: maint-5.6/macperl
12041            ! macos/ext/Mac/Notification/t/Notification.rsrc
12042            ! macos/ext/Mac/Notification/t/Notification.t
12043 ____________________________________________________________________________
12044 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
12045         Log: Sync up with File::Find from bleadperl.
12046      Branch: maint-5.6/macperl
12047            ! lib/File/Find.pm t/lib/filefind-taint.t
12048 ____________________________________________________________________________
12049 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
12050         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
12051              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
12052              of hundreds)
12053      Branch: maint-5.6/macperl
12054            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
12055            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
12056            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
12057 ____________________________________________________________________________
12058 [ 12207] By: nick                                  on 2001/09/25  19:04:36
12059         Log: Integrate mainline (untested while modem is up)
12060      Branch: perlio
12061           +> lib/AutoSplit.t t/test.pl
12062            - lib/warnings/register.t
12063           !> (integrate 28 files)
12064 ____________________________________________________________________________
12065 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
12066         Log: perldiag entry for #12205.
12067      Branch: perl
12068            ! pod/perldiag.pod
12069 ____________________________________________________________________________
12070 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
12071         Log: Subject: [PATCH] warning on v-string in use/require
12072              From: John Peacock <jpeacock@rowman.com>
12073              Date: Mon, 24 Sep 2001 17:29:03 -0400
12074              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
12075      Branch: perl
12076            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
12077 ____________________________________________________________________________
12078 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
12079         Log: perltooc et al updates.
12080      Branch: perl
12081            ! plan9/mkfile pod/roffitall
12082 ____________________________________________________________________________
12083 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
12084         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
12085              From: Michael G Schwern <schwern@pobox.com>
12086              Date: Sun, 23 Sep 2001 00:07:12 -0400
12087              Message-ID: <20010923000712.A7005@blackrider>
12088      Branch: perl
12089            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
12090 ____________________________________________________________________________
12091 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
12092         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
12093              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12094              Date: Wed, 26 Sep 2001 01:25:10 +0900
12095              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
12096      Branch: perl
12097            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
12098            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
12099            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
12100 ____________________________________________________________________________
12101 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
12102         Log: Integrate change #12200 from maintperl;
12103              on windows, virtualized environment could propagate deleted variables
12104              into children if they happen to be at the very end of the table
12105      Branch: perl
12106           !> win32/perlhost.h
12107 ____________________________________________________________________________
12108 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
12109         Log: on windows, virtualized environment could propagate deleted variables
12110              into children if they happen to be at the very end of the table
12111              (thanks for succinct test case from Johan Holmberg, and fix from
12112              Doug Lankshear)
12113      Branch: maint-5.6/perl
12114            ! win32/perlhost.h
12115 ____________________________________________________________________________
12116 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
12117         Log: avoid the use of ftime() (it does a useless, potentially
12118              expensive call to GetTimeZoneInformation()); this potentially
12119              also results in three more digits of precision from
12120              Time::HiRes::time()
12121      Branch: perl
12122            ! ext/Time/HiRes/HiRes.xs
12123 ____________________________________________________________________________
12124 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
12125         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
12126              
12127              Note: io/binmode is failing, have to figure out why.
12128      Branch: perl
12129            + t/test.pl
12130            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
12131            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
12132            ! t/run/exit.t
12133 ____________________________________________________________________________
12134 [ 12197] By: ams                                   on 2001/09/25  13:48:55
12135         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
12136              From: Nicholas Clark <nick@ccl4.org>
12137              Date: Tue, 25 Sep 2001 00:37:40 +0100
12138              Message-Id: <20010925003740.S4971@plum.flirble.org>
12139              (Further changes expected.)
12140      Branch: perl
12141            + lib/AutoSplit.t
12142            ! MANIFEST
12143 ____________________________________________________________________________
12144 [ 12196] By: sky                                   on 2001/09/25  13:37:12
12145         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
12146              _ftime to try and be more robust.
12147      Branch: perl
12148            ! ext/Time/HiRes/HiRes.xs
12149 ____________________________________________________________________________
12150 [ 12194] By: ams                                   on 2001/09/25  11:40:00
12151         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
12152              From: "Craig A. Berry" <craigberry@mac.com>
12153              Date: Mon, 24 Sep 2001 17:54:20 -0500
12154              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
12155      Branch: perl
12156            ! vms/descrip_mms.template
12157 ____________________________________________________________________________
12158 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
12159         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
12160              not working, cursor not spinning (Bug #422129); external
12161              editor problems (Bug #456329); escape/cmd-. not activating
12162              "Cancel" in Save dialog box (Bug #446960); Runtimes not
12163              executing on launch (Bug #464441).
12164      Branch: maint-5.6/macperl
12165            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
12166            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
12167            ! macos/macperl/MacPerl.r
12168 ____________________________________________________________________________
12169 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
12170         Log: Update CPAN.pm to work with new Mac::BuildTools instead
12171              of ExtUtils::MM_MacOS "orphan" functions
12172      Branch: maint-5.6/macperl
12173            ! lib/CPAN.pm
12174 ____________________________________________________________________________
12175 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
12176         Log: Fix up another xsubpp problem (Matthias Neeracher)
12177      Branch: maint-5.6/macperl
12178            ! macos/xsubpp
12179 ____________________________________________________________________________
12180 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
12181         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
12182      Branch: maint-5.6/macperl
12183            ! macos/lib/ExtUtils/MM_MacOS.pm
12184 ____________________________________________________________________________
12185 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
12186         Log: Fix up Makefiles for more Mac:: modules (and prepare for
12187              static build ...?)
12188      Branch: maint-5.6/macperl
12189            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
12190            ! macos/macperl/Makefile.mk
12191 ____________________________________________________________________________
12192 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
12193         Log: Fix up tests
12194      Branch: maint-5.6/macperl
12195            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
12196 ____________________________________________________________________________
12197 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
12198         Log: Make malloc smarter, fix bugs.  (Bug #404030)
12199      Branch: maint-5.6/macperl
12200            ! macos/icemalloc.c macos/icemalloc.h
12201 ____________________________________________________________________________
12202 [ 12186] By: nick                                  on 2001/09/24  19:18:17
12203         Log: Integrate mainline
12204      Branch: perlio
12205           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
12206           +> lib/filetest.t
12207           !> (integrate 30 files)
12208 ____________________________________________________________________________
12209 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
12210         Log: Retract #12136, the warnings::register is already
12211              tested by t/lib/warnings/9enabled, as pointed out
12212              by Paul Marquess.
12213      Branch: perl
12214            - lib/warnings/register.t
12215            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
12216 ____________________________________________________________________________
12217 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
12218         Log: fix Time::HiRes implementation of gettimeofday() on windows
12219              (HiRes.t#14 now passes)
12220      Branch: perl
12221            ! ext/Time/HiRes/HiRes.xs
12222 ____________________________________________________________________________
12223 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
12224         Log: File::Spec::catfile() canonifies everything to blackslashes on
12225              windows :-(
12226      Branch: perl
12227            ! lib/ExtUtils/Manifest.t
12228 ____________________________________________________________________________
12229 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
12230         Log: test number mismatch
12231      Branch: perl
12232            ! t/op/magic.t
12233 ____________________________________________________________________________
12234 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
12235         Log: ok().
12236      Branch: perl
12237            ! t/op/pack.t
12238 ____________________________________________________________________________
12239 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
12240         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
12241              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
12242      Branch: perl
12243            ! pp_pack.c t/op/pack.t
12244 ____________________________________________________________________________
12245 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
12246         Log: Update Changes.
12247      Branch: perl
12248            ! Changes patchlevel.h
12249 ____________________________________________________________________________
12250 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
12251         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
12252              From: Michael G Schwern <schwern@pobox.com>
12253              Date: Mon, 24 Sep 2001 11:12:13 -0400
12254              Message-ID: <20010924111213.G27885@blackrider>
12255      Branch: perl
12256            ! lib/ExtUtils/Manifest.pm
12257 ____________________________________________________________________________
12258 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
12259         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
12260              From: Michael G Schwern <schwern@pobox.com> 
12261              Date: Mon, 24 Sep 2001 11:02:07 -0400
12262              Message-ID: <20010924110207.E27885@blackrider>
12263      Branch: perl
12264            ! vms/test.com
12265 ____________________________________________________________________________
12266 [ 12176] By: ams                                   on 2001/09/24  14:01:59
12267         Log: Update Changes.
12268      Branch: perl
12269            ! Changes
12270 ____________________________________________________________________________
12271 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
12272         Log: Various cleanups.
12273      Branch: perl
12274            ! ext/threads/Makefile.PL ext/threads/threads.xs
12275 ____________________________________________________________________________
12276 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
12277         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
12278      Branch: maint-5.6/macperl
12279           !> (integrate 33 files)
12280 ____________________________________________________________________________
12281 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
12282         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
12283              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12284              Date: Mon, 24 Sep 2001 20:04:58 +0900
12285              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
12286      Branch: perl
12287            ! ext/Encode/Encode/gb2312.enc
12288 ____________________________________________________________________________
12289 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
12290         Log: Clarifying comment to #12164.
12291      Branch: perl
12292            ! lib/Cwd.pm
12293 ____________________________________________________________________________
12294 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
12295         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
12296              From: Nicholas Clark <nick@ccl4.org>
12297              Date: Sun, 23 Sep 2001 23:00:56 +0100
12298              Message-ID: <20010923230055.Y4971@plum.flirble.org>
12299              
12300              (with "sample_constants" changed to "fallback")
12301      Branch: perl
12302            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
12303            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
12304            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
12305            ! lib/h2xs.t utils/h2xs.PL
12306 ____________________________________________________________________________
12307 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
12308         Log: Metaconfig unit change for #12167.
12309      Branch: metaconfig
12310            ! U/modified/Cppsym.U
12311 ____________________________________________________________________________
12312 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
12313         Log: Add a few glibc cpp symbols to probe for.
12314      Branch: perl
12315            ! Configure
12316 ____________________________________________________________________________
12317 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
12318         Log: DJGPP tweaks for Laszlo Molnar.
12319      Branch: perl
12320            ! djgpp/djgppsed.sh dosish.h
12321 ____________________________________________________________________________
12322 [ 12165] By: ams                                   on 2001/09/24  10:07:08
12323         Log: Subject: [PATCH t/op/inccode.t] More tests
12324              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12325              Date: 24 Sep 2001 10:01:44 -0000
12326              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
12327      Branch: perl
12328            ! t/op/inccode.t
12329 ____________________________________________________________________________
12330 [ 12164] By: ams                                   on 2001/09/24  09:43:29
12331         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
12332              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
12333              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
12334              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
12335      Branch: perl
12336            ! lib/Cwd.pm
12337 ____________________________________________________________________________
12338 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
12339         Log: 1_compile updates.
12340      Branch: perl
12341            ! t/lib/1_compile.t
12342 ____________________________________________________________________________
12343 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
12344         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
12345              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12346              Date: Wed, 19 Sep 2001 22:47:14 +0200
12347              Message-ID: <20010919224714.A6382@rafael>
12348      Branch: perl
12349            ! pod/perlvar.pod pp_ctl.c
12350 ____________________________________________________________________________
12351 [ 12161] By: ams                                   on 2001/09/23  17:40:02
12352         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
12353              filetest Pragma
12354              From: "chromatic" <chromatic@rmci.net>
12355              Date: Sun, 23 Sep 2001 12:07:25 -0600
12356              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
12357      Branch: perl
12358            + lib/filetest.t
12359            ! MANIFEST t/lib/1_compile.t
12360 ____________________________________________________________________________
12361 [ 12160] By: ams                                   on 2001/09/23  16:32:11
12362         Log: Additional minor chdir() tweak.
12363      Branch: perl
12364            ! pod/perlfunc.pod
12365 ____________________________________________________________________________
12366 [ 12159] By: ams                                   on 2001/09/23  16:25:01
12367         Log: Subject: PATCH lib/ExtUtils/Command.t
12368              From: Abe Timmerman <abe@ztreet.demon.nl>
12369              Date: Sun, 23 Sep 2001 19:11:44 +0200
12370              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
12371      Branch: perl
12372            ! lib/ExtUtils/Command.t
12373 ____________________________________________________________________________
12374 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
12375         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
12376              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
12377              Date: Sun, 23 Sep 2001 02:02:26 +0200
12378              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
12379      Branch: perl
12380            ! makedef.pl
12381 ____________________________________________________________________________
12382 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
12383         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
12384              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
12385              Date: Sat, 22 Sep 2001 12:54:39 -0500
12386              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
12387      Branch: perl
12388            ! t/op/study.t
12389 ____________________________________________________________________________
12390 [ 12156] By: nick                                  on 2001/09/23  07:48:44
12391         Log: Integrate mainline
12392      Branch: perlio
12393            - check83.pl
12394           !> ext/Encode/Encode/2022-cn.enc
12395 ____________________________________________________________________________
12396 [ 12155] By: nick                                  on 2001/09/23  07:48:01
12397         Log: Integrate mainline
12398      Branch: perlio
12399           +> (branch 64 files)
12400            - ext/Encode/Encode/cns11643-1.enc
12401            - ext/Encode/Encode/cns11643-2.enc
12402            - ext/Encode/Encode/iso2022-cn.enc
12403            - ext/Encode/Encode/iso2022-jp.enc
12404            - ext/Encode/Encode/iso2022-jp1.enc
12405            - ext/Encode/Encode/iso2022-jp2.enc
12406            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
12407            - ext/Encode/Encode/iso8859-1.enc
12408            - ext/Encode/Encode/iso8859-1.ucm
12409            - ext/Encode/Encode/iso8859-10.enc
12410            - ext/Encode/Encode/iso8859-10.ucm
12411            - ext/Encode/Encode/iso8859-13.enc
12412            - ext/Encode/Encode/iso8859-13.ucm
12413            - ext/Encode/Encode/iso8859-14.enc
12414            - ext/Encode/Encode/iso8859-14.ucm
12415            - ext/Encode/Encode/iso8859-15.enc
12416            - ext/Encode/Encode/iso8859-15.ucm
12417            - ext/Encode/Encode/iso8859-16.enc
12418            - ext/Encode/Encode/iso8859-16.ucm
12419            - ext/Encode/Encode/iso8859-2.enc
12420            - ext/Encode/Encode/iso8859-2.ucm
12421            - ext/Encode/Encode/iso8859-3.enc
12422            - ext/Encode/Encode/iso8859-3.ucm
12423            - ext/Encode/Encode/iso8859-4.enc
12424            - ext/Encode/Encode/iso8859-4.ucm
12425            - ext/Encode/Encode/iso8859-5.enc
12426            - ext/Encode/Encode/iso8859-5.ucm
12427            - ext/Encode/Encode/iso8859-6.enc
12428            - ext/Encode/Encode/iso8859-6.ucm
12429            - ext/Encode/Encode/iso8859-7.enc
12430            - ext/Encode/Encode/iso8859-7.ucm
12431            - ext/Encode/Encode/iso8859-8.enc
12432            - ext/Encode/Encode/iso8859-8.ucm
12433            - ext/Encode/Encode/iso8859-9.enc
12434            - ext/Encode/Encode/iso8859-9.ucm
12435            - ext/Encode/Encode/isoir-197.enc
12436            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
12437            - t/lib/sample-tests/header_at_end
12438            - t/lib/sample-tests/header_at_end_fail
12439           !> (integrate 174 files)
12440 ____________________________________________________________________________
12441 [ 12154] By: ams                                   on 2001/09/23  07:11:46
12442         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
12443              by Blair Zajac.
12444      Branch: perl
12445            ! pod/perlfunc.pod
12446 ____________________________________________________________________________
12447 [ 12153] By: ams                                   on 2001/09/23  06:56:32
12448         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
12449              Forgotten deprecation of *glob{FILEHANDLE}?
12450              From: "chromatic" <chromatic@rmci.net>
12451              Date: Sat, 22 Sep 2001 21:27:56 -0600
12452              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
12453      Branch: perl
12454            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
12455 ____________________________________________________________________________
12456 [ 12152] By: ams                                   on 2001/09/23  06:42:58
12457         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
12458              From: Michael G Schwern <schwern@pobox.com>
12459              Date: Sun, 23 Sep 2001 03:34:39 -0400
12460              Message-Id: <20010923033439.E7005@blackrider>
12461      Branch: perl
12462            ! lib/File/Find.pm
12463 ____________________________________________________________________________
12464 [ 12151] By: ams                                   on 2001/09/23  06:37:57
12465         Log: Subject: Re: t/op/magic.t missing tests on Win32
12466              From: Michael G Schwern <schwern@pobox.com>
12467              Date: Sat, 22 Sep 2001 20:29:09 -0400
12468              Message-Id: <20010922202909.I18223@blackrider>
12469      Branch: perl
12470            ! t/op/magic.t
12471 ____________________________________________________________________________
12472 [ 12150] By: ams                                   on 2001/09/23  06:36:26
12473         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
12474              Dumpvalue.pm
12475              From: "chromatic" <chromatic@rmci.net>
12476              Date: Sat, 22 Sep 2001 19:41:31 -0600
12477              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
12478      Branch: perl
12479            + lib/Dumpvalue.t
12480            ! MANIFEST lib/Dumpvalue.pm
12481 ____________________________________________________________________________
12482 [ 12149] By: ams                                   on 2001/09/23  06:25:35
12483         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
12484              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
12485              Date: Sun, 23 Sep 2001 15:27:56 +0900
12486              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
12487      Branch: perl
12488            ! ext/Encode/Encode/2022-cn.enc
12489 ____________________________________________________________________________
12490 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
12491         Log: Manual eror in #12147.
12492      Branch: perl
12493            ! win32/win32.c
12494 ____________________________________________________________________________
12495 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
12496         Log: Integrate change #12146 from maintperl;
12497              win32_chdir() et al don't handle a NULL argument gracefully
12498      Branch: perl
12499           !> win32/perlhost.h win32/win32.c
12500 ____________________________________________________________________________
12501 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
12502         Log: win32_chdir() et al don't handle a NULL argument gracefully
12503      Branch: maint-5.6/perl
12504            ! win32/perlhost.h win32/win32.c
12505 ____________________________________________________________________________
12506 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
12507         Log: typo in change#12026
12508      Branch: maint-5.6/perl
12509            ! op.c
12510 ____________________________________________________________________________
12511 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
12512         Log: Subject: [PATCH] Re: scalar context unpack bugs
12513              From: Nicholas Clark <nick@ccl4.org>
12514              Date: Sat, 22 Sep 2001 23:07:56 +0100
12515              Message-ID: <20010922230755.O4971@plum.flirble.org>
12516      Branch: perl
12517            ! pp_pack.c t/op/pack.t
12518 ____________________________________________________________________________
12519 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
12520         Log: Try ExtUtils::Command.t everywhere, not just on Win32
12521              (as suggested by NI-S).  Also allow running it either
12522              in t/ or in the main directory.
12523      Branch: perl
12524            ! lib/ExtUtils/Command.t
12525 ____________________________________________________________________________
12526 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
12527         Log: Update the test on warnings/register.t.
12528      Branch: perl
12529            ! t/lib/1_compile.t
12530 ____________________________________________________________________________
12531 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
12532         Log: The code is now almost tidy enough to keep the IRIX cc happy.
12533      Branch: perl
12534            ! hints/irix_6.sh
12535 ____________________________________________________________________________
12536 [ 12140] By: ams                                   on 2001/09/22  17:26:32
12537         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
12538              use_ithreads
12539              From: "Craig A. Berry" <craigberry@mac.com>
12540              Date: Sat, 22 Sep 2001 13:15:32 -0500
12541              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
12542      Branch: perl
12543            ! configure.com
12544 ____________________________________________________________________________
12545 [ 12139] By: ams                                   on 2001/09/22  16:44:08
12546         Log: Do what perl_clone() does for sharedsv functions.
12547      Branch: perl
12548            ! embed.pl proto.h
12549 ____________________________________________________________________________
12550 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
12551         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
12552              (suggested by Sarathy, extensions shouldn't be dabbling with
12553              op structures, so binary backward compatibility should not be
12554              an issue.)
12555      Branch: perl
12556            ! hints/irix_6.sh op.h
12557 ____________________________________________________________________________
12558 [ 12137] By: ams                                   on 2001/09/22  16:21:05
12559         Log: More cleanups. (What's PERL_DECL_PROT?)
12560      Branch: perl
12561            ! embed.pl proto.h sharedsv.h
12562 ____________________________________________________________________________
12563 [ 12136] By: ams                                   on 2001/09/22  15:14:34
12564         Log: (Retracted by #12185)
12565              
12566              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
12567              Add Tests for warnings::register, Doc Update
12568              From: "chromatic" <chromatic@rmci.net>
12569              Date: Sat, 22 Sep 2001 09:43:20 -0600
12570              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
12571      Branch: perl
12572            + lib/warnings/register.t
12573            ! MANIFEST lib/warnings/register.pm
12574 ____________________________________________________________________________
12575 [ 12135] By: ams                                   on 2001/09/22  15:07:50
12576         Log: `@foo' should be @foo for consistency.
12577      Branch: perl
12578            ! pod/perldiag.pod
12579 ____________________________________________________________________________
12580 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
12581         Log: (Retracted by #12138)
12582              
12583              Add -woff (turn warning off) 3187:
12584              "A pointer is converted to a smaller integer."
12585              This happens when your pointers are 64-bit: then every case
12586              of converting pointers to PADOFFSETs (explicitly 32-bit)
12587              faces truncation (even explicit use of INT2PTR doesn't help).
12588              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
12589              Changing PADOFFSET from U32 to UV would help, but that
12590              would break binary backward compatibility of BASEOP and padop
12591              (assuming you have been using 64-bit pointers).
12592      Branch: perl
12593            ! hints/irix_6.sh
12594 ____________________________________________________________________________
12595 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
12596         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
12597              but the name comes from the inside the file, not from the file
12598              name, and Rumanian is the name of the language.
12599      Branch: perl
12600            + ext/Encode/Encode/macRumanian.enc
12601            - ext/Encode/Encode/macRomania.enc
12602            ! MANIFEST
12603 ____________________________________________________________________________
12604 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
12605         Log: Rename perltootc as perltooc for 8.3-friedliness.
12606      Branch: perl
12607            + pod/perltooc.pod
12608            - pod/perltootc.pod
12609            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
12610            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
12611            ! pod/perltoot.pod
12612 ____________________________________________________________________________
12613 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
12614         Log: Find more conflicts by lowercasing.
12615      Branch: perl
12616            + Porting/check83.pl
12617            - check83.pl
12618            ! MANIFEST
12619 ____________________________________________________________________________
12620 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
12621         Log: The AIX cc 5.0.0.0 is simply too buggy.
12622      Branch: perl
12623            ! hints/aix.sh
12624 ____________________________________________________________________________
12625 [ 12129] By: ams                                   on 2001/09/22  12:35:38
12626         Log: Uninteresting cleanup.
12627      Branch: perl
12628            ! form.h
12629 ____________________________________________________________________________
12630 [ 12128] By: ams                                   on 2001/09/22  12:28:48
12631         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
12632              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12633              Date: Sat, 22 Sep 2001 14:29:13 +0100
12634              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
12635      Branch: perl
12636            ! cv.h
12637 ____________________________________________________________________________
12638 [ 12127] By: ams                                   on 2001/09/22  12:04:28
12639         Log: What's a backet?
12640      Branch: perl
12641            ! dump.c
12642 ____________________________________________________________________________
12643 [ 12126] By: ams                                   on 2001/09/22  10:02:34
12644         Log: Removed duplicated tests #19 and #20.
12645      Branch: perl
12646            ! t/op/do.t
12647 ____________________________________________________________________________
12648 [ 12125] By: ams                                   on 2001/09/22  03:58:41
12649         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
12650              From: Michael Carman <mjcarman@home.com>
12651              Date: Fri, 21 Sep 2001 17:54:05 -0500
12652              Message-Id: <3BABC50D.6040202@home.com>
12653              (Applied with some changes.)
12654      Branch: perl
12655            ! pod/perlmod.pod
12656 ____________________________________________________________________________
12657 [ 12124] By: ams                                   on 2001/09/22  03:44:19
12658         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
12659              From: Michael G Schwern <schwern@pobox.com>
12660              Date: Fri, 21 Sep 2001 19:20:40 -0400
12661              Message-Id: <20010921192040.E5494@blackrider>
12662      Branch: perl
12663            ! t/op/chdir.t
12664 ____________________________________________________________________________
12665 [ 12123] By: ams                                   on 2001/09/22  03:41:08
12666         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
12667              From: Blair Zajac <blair@orcaware.com>
12668              Date: Fri, 21 Sep 2001 15:13:04 -0700
12669              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
12670      Branch: perl
12671            ! t/op/chdir.t
12672 ____________________________________________________________________________
12673 [ 12122] By: ams                                   on 2001/09/22  03:37:07
12674         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
12675              20010920.007
12676              From: Michael G Schwern <schwern@pobox.com>
12677              Date: Fri, 21 Sep 2001 17:59:03 -0400
12678              Message-Id: <20010921175903.V5494@blackrider>
12679      Branch: perl
12680            ! t/op/do.t
12681 ____________________________________________________________________________
12682 [ 12121] By: ams                                   on 2001/09/22  03:30:38
12683         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
12684              suite on WinCE)
12685              From: Michael G Schwern <schwern@pobox.com>
12686              Date: Fri, 21 Sep 2001 19:41:03 -0400
12687              Message-Id: <20010921194103.G5494@blackrider>
12688      Branch: perl
12689            ! pod/perlport.pod
12690 ____________________________________________________________________________
12691 [ 12120] By: ams                                   on 2001/09/22  03:28:06
12692         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
12693              From: Michael G Schwern <schwern@pobox.com>
12694              Date: Fri, 21 Sep 2001 17:33:35 -0400
12695              Message-Id: <20010921173335.T5494@blackrider>
12696              ($ENV{FOO}=undef hunk not applied.)
12697      Branch: perl
12698            ! t/op/magic.t
12699 ____________________________________________________________________________
12700 [ 12119] By: ams                                   on 2001/09/22  03:02:26
12701         Log: Subject: [PATCH] perldiag.pod
12702              From: Peter Scott <Peter@PSDT.com>
12703              Date: Fri, 21 Sep 2001 18:54:50 -0700
12704              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
12705              (Moved to the right place.)
12706      Branch: perl
12707            ! pod/perldiag.pod
12708 ____________________________________________________________________________
12709 [ 12118] By: ams                                   on 2001/09/21  20:05:29
12710         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
12711              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12712              Date: Fri, 21 Sep 2001 22:36:54 +0200
12713              Message-Id: <20010921223654.A12742@rafael>
12714      Branch: perl
12715            ! t/op/do.t
12716 ____________________________________________________________________________
12717 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
12718         Log: Restore things as they were before
12719              the backward compatibility police notices.
12720      Branch: perl
12721            ! lib/Cwd.pm
12722 ____________________________________________________________________________
12723 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
12724         Log: More Cwd from Schwern: make also OS/2 and DOS
12725              Cwd agree with File::Spec (that is, native path
12726              syntax using \ instead of / -- backward compatibility
12727              polic warning) and stop Win32 from using bsd_realpath().
12728      Branch: perl
12729            ! lib/Cwd.pm
12730 ____________________________________________________________________________
12731 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
12732         Log: Subject: [PATCH @12110] RE: Untested libraries update
12733              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
12734              Date: Fri, 21 Sep 2001 18:21:07 +0100
12735              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
12736      Branch: perl
12737            ! lib/warnings/register.pm
12738 ____________________________________________________________________________
12739 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
12740         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
12741              From: Michael G Schwern <schwern@pobox.com>
12742              Date: Thu, 20 Sep 2001 22:54:02 -0400
12743              Message-ID: <20010920225402.A3611@blackrider>
12744      Branch: perl
12745            ! lib/Cwd.pm
12746 ____________________________________________________________________________
12747 [ 12113] By: ams                                   on 2001/09/21  17:08:24
12748         Log: Subject: [PATCH] avoid v-strings with require/use
12749              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12750              Date: Fri, 21 Sep 2001 12:34:40 -0400
12751              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
12752      Branch: perl
12753            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
12754            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
12755            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
12756            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
12757            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
12758            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
12759            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
12760            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
12761            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
12762            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
12763            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
12764            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
12765            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
12766            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
12767            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
12768            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
12769            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
12770            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
12771            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
12772 ____________________________________________________________________________
12773 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
12774         Log: Update Changes.
12775      Branch: perl
12776            ! Changes patchlevel.h
12777 ____________________________________________________________________________
12778 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
12779         Log: Make AIX and Tru64 compilers happy.  
12780      Branch: perl
12781            ! ext/threads/threads.h ext/threads/threads.xs
12782 ____________________________________________________________________________
12783 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
12784         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
12785              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
12786              Date: 21 Sep 2001 09:16:37 -0000
12787              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
12788      Branch: perl
12789            ! toke.c
12790 ____________________________________________________________________________
12791 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
12792         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
12793              From: Michael G Schwern <schwern@pobox.com>
12794              Date: Thu, 20 Sep 2001 21:21:34 -0400
12795              Message-ID: <20010920212134.Y28291@blackrider>
12796      Branch: perl
12797            ! pp_sys.c
12798 ____________________________________________________________________________
12799 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
12800         Log: Subject: Re: GDB Debugging Macros from mod_perl
12801              From: rspier@pobox.com (Robert Spier)
12802              Date: Thu, 20 Sep 2001 22:45:03 -0700
12803              Message-ID: <15274.54239.413929.49430@rls.cx>
12804      Branch: perl
12805            ! pod/perltodo.pod
12806 ____________________________________________________________________________
12807 [ 12105] By: sky                                   on 2001/09/21  10:33:34
12808         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
12809              timezone! GetSystemTime should be available on all Win32 
12810              platforms we support. Perhaps Time::HiRes should be extended to
12811              support WinCE and Novell?
12812      Branch: perl
12813            ! ext/Time/HiRes/HiRes.xs
12814 ____________________________________________________________________________
12815 [ 12104] By: sky                                   on 2001/09/21  08:12:39
12816         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
12817      Branch: perl
12818            ! ext/threads/threads.h ext/threads/threads.xs
12819 ____________________________________________________________________________
12820 [ 12103] By: sky                                   on 2001/09/21  07:57:41
12821         Log: Rename the *thread* functions to Perl_* to avoid clashes.
12822              Notably on AIX but could become a problem on other platforms.
12823      Branch: perl
12824            ! ext/threads/threads.h ext/threads/threads.xs
12825 ____________________________________________________________________________
12826 [ 12102] By: sky                                   on 2001/09/21  07:35:30
12827         Log: Add the shared sv space to the global vars.
12828              Fix problems compiling on win32.
12829      Branch: perl
12830            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
12831            ! sharedsv.c sharedsv.h
12832 ____________________________________________________________________________
12833 [ 12101] By: ams                                   on 2001/09/21  00:19:55
12834         Log: Subject: [PATCH] win32/Makefile warning fix
12835              From: Blair Zajac <blair@orcaware.com>
12836              Date: Thu, 20 Sep 2001 18:15:43 -0700
12837              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
12838      Branch: perl
12839            ! win32/Makefile
12840 ____________________________________________________________________________
12841 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
12842         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
12843              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12844              Date: Thu, 20 Sep 2001 18:36:22 +0200
12845              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
12846      Branch: perl
12847            ! lib/ExtUtils/Command.t
12848 ____________________________________________________________________________
12849 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
12850         Log: Cant spl wirth a dam.
12851      Branch: perl
12852            ! intrpvar.h
12853 ____________________________________________________________________________
12854 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
12855         Log: Don't use C++ comments.
12856      Branch: perl
12857            ! ext/threads/threads.xs
12858 ____________________________________________________________________________
12859 [ 12097] By: ams                                   on 2001/09/20  21:42:07
12860         Log: Change #12044 didn't.
12861      Branch: perl
12862            ! lib/constant.pm
12863 ____________________________________________________________________________
12864 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
12865         Log: Metaconfig unit changes for #12095.
12866      Branch: metaconfig
12867            ! U/modified/Myinit.U U/modified/libs.U
12868 ____________________________________________________________________________
12869 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
12870         Log: Remove iconv references since we are not using it
12871              and not going to; regen perltoc, perlmodlib.
12872              (Some references still linger in perltoc, have to figure
12873              out where they are coming from.)
12874      Branch: perl
12875            ! Configure NetWare/config.wc NetWare/config_H.wc
12876            ! Porting/Glossary Porting/config.sh Porting/config_H
12877            ! config_h.SH configure.com epoc/config.sh perl.h
12878            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
12879            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12880            ! vos/config.ga.h win32/config.bc win32/config.gc
12881            ! win32/config.vc win32/config_H.bc win32/config_H.gc
12882            ! win32/config_H.vc wince/config.ce wince/config.h
12883            ! wince/config_H.ce
12884 ____________________________________________________________________________
12885 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
12886         Log: Subject: [PATCH docs] Re: ARGV and read
12887              From: Dave Mitchell <davem@fdgroup.co.uk>
12888              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
12889              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
12890      Branch: perl
12891            ! pod/perltodo.pod pod/perlvar.pod
12892 ____________________________________________________________________________
12893 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
12894         Log: Fresh copies from the cvs.perl.org perlfaq repository.
12895      Branch: perl
12896            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
12897            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
12898            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
12899            ! pod/perlfaq9.pod
12900 ____________________________________________________________________________
12901 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
12902         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
12903              From: Nicholas Clark <nick@ccl4.org>
12904              Date: Thu, 20 Sep 2001 14:27:08 +0100
12905              Message-ID: <20010920142708.X4971@plum.flirble.org>
12906      Branch: perl
12907            ! pp_pack.c t/op/pack.t
12908 ____________________________________________________________________________
12909 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
12910         Log: The sharedsv_space* are variables, not code.  Duh.
12911      Branch: perl
12912            ! intrpvar.h makedef.pl
12913 ____________________________________________________________________________
12914 [ 12090] By: ams                                   on 2001/09/20  11:26:06
12915         Log: Subject: [patch lib/lib_pm.PL]
12916              From: Stas Bekman <stas@stason.org>
12917              Date: Thu, 20 Sep 2001 18:48:53 +0800
12918              Message-Id: <3BA9C995.6010302@stason.org>
12919              (Applied by hand.)
12920      Branch: perl
12921            ! lib/lib_pm.PL
12922 ____________________________________________________________________________
12923 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
12924         Log: Only 21 tests, skipping or not.
12925      Branch: perl
12926            ! lib/ExtUtils/Command.t
12927 ____________________________________________________________________________
12928 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
12929         Log: New exported symbols.
12930      Branch: perl
12931            ! makedef.pl
12932 ____________________________________________________________________________
12933 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
12934         Log: Update Changes.
12935      Branch: perl
12936            ! Changes patchlevel.h
12937 ____________________________________________________________________________
12938 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
12939         Log: Correct numbering of the tests is useful.
12940      Branch: perl
12941            ! ext/threads/t/basic.t
12942 ____________________________________________________________________________
12943 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
12944         Log: More tests now too.
12945      Branch: perl
12946            ! lib/ExtUtils/Command.t
12947 ____________________________________________________________________________
12948 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
12949         Log: More tests now.
12950      Branch: perl
12951            ! ext/threads/t/basic.t
12952 ____________________________________________________________________________
12953 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
12954         Log: The test assumed 7-bit ASCII.  Now it "just"
12955              assumes 8-bit whatever.
12956      Branch: perl
12957            ! t/op/crypt.t
12958 ____________________________________________________________________________
12959 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
12960         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
12961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12962              Date: Wed, 19 Sep 2001 11:45:28 +0200
12963              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
12964              
12965              Lvalue casts are not portable.
12966      Branch: perl
12967            ! ext/threads/threads.xs
12968 ____________________________________________________________________________
12969 [ 12081] By: sky                                   on 2001/09/19  10:17:52
12970         Log: Make the basic test contain only realy basic API tests
12971              Seems to be a problem with detach.
12972      Branch: perl
12973            ! ext/threads/t/basic.t
12974 ____________________________________________________________________________
12975 [ 12080] By: ams                                   on 2001/09/19  01:23:55
12976         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
12977              From: Michael G Schwern <schwern@pobox.com>
12978              Date: Tue, 18 Sep 2001 19:53:48 -0400
12979              Message-Id: <20010918195348.M585@blackrider>
12980              
12981              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
12982              From: Michael G Schwern <schwern@pobox.com>
12983              Date: Tue, 18 Sep 2001 22:07:13 -0400
12984              Message-Id: <20010918220713.B19616@blackrider>
12985      Branch: perl
12986            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
12987            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
12988            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
12989            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
12990            ! lib/Test/Tutorial.pod
12991 ____________________________________________________________________________
12992 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
12993         Log: Indent the test a bit.
12994      Branch: perl
12995            ! ext/threads/t/basic.t
12996 ____________________________________________________________________________
12997 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
12998         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
12999              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13000              Date: Tue, 18 Sep 2001 18:06:44 +0200
13001              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
13002      Branch: perl
13003            ! win32/win32.c
13004 ____________________________________________________________________________
13005 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
13006         Log: Subject: stat access time is wrong on Win95
13007              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13008              Date: Tue, 18 Sep 2001 21:59:24 +0200
13009              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
13010      Branch: perl
13011            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
13012 ____________________________________________________________________________
13013 [ 12076] By: ams                                   on 2001/09/18  22:11:25
13014         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
13015              From: Michael G Schwern <schwern@pobox.com>
13016              Date: Tue, 18 Sep 2001 18:47:14 -0400
13017              Message-Id: <20010918184714.I585@blackrider>
13018      Branch: perl
13019            ! t/op/crypt.t
13020 ____________________________________________________________________________
13021 [ 12075] By: sky                                   on 2001/09/18  19:29:37
13022         Log: two test failures
13023              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13024              Message-ID: <20010918221702.A17408@rafael>
13025              partly applied, #12074 already fixed half the patch
13026      Branch: perl
13027            ! ext/threads/t/basic.t
13028 ____________________________________________________________________________
13029 [ 12074] By: sky                                   on 2001/09/18  18:49:03
13030         Log: Fixes test case failure introduced by #12071, the warning is
13031              now correctly spelled :-)
13032      Branch: perl
13033            ! ext/IO/lib/IO/t/io_sel.t
13034 ____________________________________________________________________________
13035 [ 12073] By: sky                                   on 2001/09/18  18:46:22
13036         Log: Make the test behave properly!
13037      Branch: perl
13038            ! ext/threads/t/basic.t
13039 ____________________________________________________________________________
13040 [ 12072] By: ams                                   on 2001/09/18  18:44:59
13041         Log: OP_RCATLINE is an SVOP, not a BASEOP.
13042      Branch: perl
13043            ! opcode.h opcode.pl
13044 ____________________________________________________________________________
13045 [ 12071] By: ams                                   on 2001/09/18  18:06:27
13046         Log: Deprecate != Depreciate.
13047      Branch: perl
13048            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
13049            ! lib/Pod/ParseUtils.pm
13050 ____________________________________________________________________________
13051 [ 12070] By: ams                                   on 2001/09/18  15:14:58
13052         Log: Subject: [PATCH] Getopt::Std cleanup
13053              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13054              Date: Tue, 18 Sep 2001 17:32:13 +0200
13055              Message-Id: <20010918173213.C777@rafael>
13056      Branch: perl
13057            ! lib/Getopt/Std.pm lib/Getopt/Std.t
13058 ____________________________________________________________________________
13059 [ 12069] By: sky                                   on 2001/09/18  14:56:33
13060         Log: Forgot the makefile
13061      Branch: perl
13062            + ext/threads/Makefile.PL
13063 ____________________________________________________________________________
13064 [ 12068] By: sky                                   on 2001/09/18  14:13:26
13065         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
13066              The test will fail because of Test.pm not knowing about threads. 
13067              basic needs to be manually tested
13068              compile time warnings on IV2PTR conversions need to be fixed
13069      Branch: perl
13070            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
13071            + ext/threads/threads.h ext/threads/threads.pm
13072            + ext/threads/threads.xs
13073            ! MANIFEST
13074 ____________________________________________________________________________
13075 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
13076         Log: DJGPP tweak from Laszlo Molnar.
13077      Branch: perl
13078            ! djgpp/config.over
13079 ____________________________________________________________________________
13080 [ 12066] By: sky                                   on 2001/09/18  10:24:31
13081         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
13082      Branch: perl
13083            ! sharedsv.c sharedsv.h
13084 ____________________________________________________________________________
13085 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
13086         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
13087              ditto ^cns.
13088      Branch: perl
13089            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
13090            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
13091            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
13092            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
13093            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
13094            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
13095            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
13096            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
13097            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
13098            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
13099            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
13100            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
13101            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
13102            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
13103            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
13104            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
13105            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
13106            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
13107            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
13108            + ext/Encode/Encode/ir-197.enc
13109            - ext/Encode/Encode/cns11643-1.enc
13110            - ext/Encode/Encode/cns11643-2.enc
13111            - ext/Encode/Encode/iso2022-cn.enc
13112            - ext/Encode/Encode/iso2022-jp.enc
13113            - ext/Encode/Encode/iso2022-jp1.enc
13114            - ext/Encode/Encode/iso2022-jp2.enc
13115            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
13116            - ext/Encode/Encode/iso8859-1.enc
13117            - ext/Encode/Encode/iso8859-1.ucm
13118            - ext/Encode/Encode/iso8859-10.enc
13119            - ext/Encode/Encode/iso8859-10.ucm
13120            - ext/Encode/Encode/iso8859-11.enc
13121            - ext/Encode/Encode/iso8859-11.ucm
13122            - ext/Encode/Encode/iso8859-13.enc
13123            - ext/Encode/Encode/iso8859-13.ucm
13124            - ext/Encode/Encode/iso8859-14.enc
13125            - ext/Encode/Encode/iso8859-14.ucm
13126            - ext/Encode/Encode/iso8859-15.enc
13127            - ext/Encode/Encode/iso8859-15.ucm
13128            - ext/Encode/Encode/iso8859-16.enc
13129            - ext/Encode/Encode/iso8859-16.ucm
13130            - ext/Encode/Encode/iso8859-2.enc
13131            - ext/Encode/Encode/iso8859-2.ucm
13132            - ext/Encode/Encode/iso8859-3.enc
13133            - ext/Encode/Encode/iso8859-3.ucm
13134            - ext/Encode/Encode/iso8859-4.enc
13135            - ext/Encode/Encode/iso8859-4.ucm
13136            - ext/Encode/Encode/iso8859-5.enc
13137            - ext/Encode/Encode/iso8859-5.ucm
13138            - ext/Encode/Encode/iso8859-6.enc
13139            - ext/Encode/Encode/iso8859-6.ucm
13140            - ext/Encode/Encode/iso8859-7.enc
13141            - ext/Encode/Encode/iso8859-7.ucm
13142            - ext/Encode/Encode/iso8859-8.enc
13143            - ext/Encode/Encode/iso8859-8.ucm
13144            - ext/Encode/Encode/iso8859-9.enc
13145            - ext/Encode/Encode/iso8859-9.ucm
13146            - ext/Encode/Encode/isoir-197.enc
13147            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
13148 ____________________________________________________________________________
13149 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
13150         Log: Must Uppercase.
13151      Branch: perl
13152            ! ext/Encode/Encode.pm
13153 ____________________________________________________________________________
13154 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
13155         Log: Add various encodings.
13156      Branch: perl
13157            + ext/Encode/Encode/iso8859-11.enc
13158            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
13159            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
13160            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
13161            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
13162            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
13163            + ext/Encode/Encode/viscii.ucm
13164            ! MANIFEST ext/Encode/Encode.pm
13165 ____________________________________________________________________________
13166 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
13167         Log: lib/unicode relic.
13168      Branch: perl
13169            ! ext/Encode/compile
13170 ____________________________________________________________________________
13171 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
13172         Log: Subject: [PATCH] Re: filename problems
13173              From: Michael G Schwern <schwern@pobox.com>
13174              Date: Mon, 17 Sep 2001 17:26:26 -0400
13175              Message-ID: <20010917172626.Q585@blackrider>
13176      Branch: perl
13177            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
13178            - t/lib/sample-tests/header_at_end
13179            - t/lib/sample-tests/header_at_end_fail
13180            ! MANIFEST lib/Test/Harness/t/test-harness.t
13181 ____________________________________________________________________________
13182 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
13183         Log: Explicitly explain the 1e9 seconds, not everybody
13184              is a C geek.
13185      Branch: perl
13186            ! ext/Time/HiRes/HiRes.pm
13187 ____________________________________________________________________________
13188 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
13189         Log: Explain an apparent bug reported by
13190              Richard J. Barbalace <rjbarbal@MIT.EDU>,
13191              with additional explanation from Gisle Aas.
13192      Branch: perl
13193            ! ext/Time/HiRes/HiRes.pm
13194 ____________________________________________________________________________
13195 [ 12058] By: ams                                   on 2001/09/17  19:52:01
13196         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
13197              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13198              Date: Mon, 17 Sep 2001 22:48:05 +0200
13199              Message-Id: <20010917224805.C11744@rafael>
13200      Branch: perl
13201            ! t/lib/warnings/op t/lib/warnings/pp
13202 ____________________________________________________________________________
13203 [ 12057] By: ams                                   on 2001/09/17  16:51:18
13204         Log: Its a nit!
13205      Branch: perl
13206            ! sv.h
13207 ____________________________________________________________________________
13208 [ 12056] By: ams                                   on 2001/09/17  16:47:55
13209         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
13210              From: "Craig A. Berry" <craigberry@mac.com>
13211              Date: Mon, 17 Sep 2001 12:34:20 -0500
13212              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
13213      Branch: perl
13214            ! vms/vms.c
13215 ____________________________________________________________________________
13216 [ 12055] By: ams                                   on 2001/09/17  16:05:15
13217         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
13218              From: Gisle Aas <gisle@ActiveState.com>
13219              Date: 16 Apr 2001 16:20:34 -0700
13220              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
13221              (Applied by hand.)
13222      Branch: perl
13223            ! lib/CPAN.pm lib/CPAN/Nox.pm
13224 ____________________________________________________________________________
13225 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
13226         Log: Update Changes.
13227      Branch: perl
13228            ! Changes patchlevel.h
13229 ____________________________________________________________________________
13230 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
13231         Log: Adding new files to the MANIFEST is always nice.
13232      Branch: perl
13233            ! MANIFEST
13234 ____________________________________________________________________________
13235 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
13236         Log: Reindent the PerlIO files (suggested by NI-S), used
13237              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
13238              (GNU indent).  Note that wholesale re-indenting might
13239              be nice, but that would break nice formatting/alignment
13240              of assignments, equality testing, and complex boolean
13241              expressions with lots of &s and |s.
13242      Branch: perl
13243            ! perlio.c perlio.h perliol.h
13244 ____________________________________________________________________________
13245 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
13246         Log: Add a script for being 8.3-polite.
13247              The found conflicts are being worked on.
13248      Branch: perl
13249            + check83.pl
13250            ! MANIFEST Porting/pumpkin.pod
13251 ____________________________________________________________________________
13252 [ 12050] By: sky                                   on 2001/09/17  12:44:36
13253         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
13254              finding it.
13255      Branch: perl
13256            ! sv.c
13257 ____________________________________________________________________________
13258 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
13259         Log: Bump up versions because of #12041.
13260      Branch: perl
13261            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
13262            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
13263            ! lib/Time/localtime.pm
13264 ____________________________________________________________________________
13265 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
13266         Log: Bump the version number because of #12042.
13267      Branch: perl
13268            ! lib/CPAN/FirstTime.pm
13269 ____________________________________________________________________________
13270 [ 12047] By: ams                                   on 2001/09/17  11:21:40
13271         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
13272              From: Abhijit Menon-Sen <ams@wiw.org>
13273              Date: Mon, 17 Sep 2001 17:44:12 +0530
13274              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
13275      Branch: perl
13276            ! op.c
13277 ____________________________________________________________________________
13278 [ 12046] By: sky                                   on 2001/09/17  07:14:17
13279         Log: Subject: Re: t/op/ver.t using skip() improperly
13280              From: "chromatic" <chromatic@rmci.net>
13281              Date: Mon, 17 Sep 2001 00:22:29 -0600
13282              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
13283      Branch: perl
13284            ! t/op/ver.t
13285 ____________________________________________________________________________
13286 [ 12045] By: nick                                  on 2001/09/17  07:12:14
13287         Log: Integrate mainline
13288      Branch: perlio
13289           +> t/op/chdir.t
13290           !> (integrate 117 files)
13291 ____________________________________________________________________________
13292 [ 12044] By: ams                                   on 2001/09/17  05:49:53
13293         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
13294              From: Ilmari Karonen <iltzu@sci.fi>
13295              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
13296              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
13297              (And $VERSION = '1.05'.)
13298      Branch: perl
13299            ! lib/constant.pm
13300 ____________________________________________________________________________
13301 [ 12043] By: ams                                   on 2001/09/17  05:44:50
13302         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
13303              From: Michael G Schwern <schwern@pobox.com>
13304              Date: Mon, 17 Sep 2001 07:49:04 +0200
13305              Message-Id: <20010917074904.V1588@blackrider>
13306              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
13307      Branch: perl
13308            + t/op/chdir.t
13309            ! MANIFEST pp_sys.c
13310 ____________________________________________________________________________
13311 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
13312         Log: Subject: Re: CPAN.pm needs some hacking 
13313              From: "chromatic" <chromatic@rmci.net>
13314              Date: Sun, 16 Sep 2001 16:46:29 -0600
13315              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
13316      Branch: perl
13317            ! lib/CPAN/FirstTime.pm
13318 ____________________________________________________________________________
13319 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
13320         Log: Change use|require 5.005_64 to use|require 5.6.1.
13321      Branch: perl
13322            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
13323            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
13324            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
13325            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
13326            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
13327            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
13328            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
13329            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
13330            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
13331            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
13332            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
13333            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
13334            ! lib/base.pm lib/fields.pm
13335 ____________________________________________________________________________
13336 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
13337         Log: Bump up version numbers.
13338              
13339              TODO 1: double check that pre-5.6.1 CPAN.pm:s
13340              don't try to download 5.8.0 because of the
13341              version numbers.  Mainly this means using _00
13342              in the core version numbers.
13343              
13344              TODO 2: the "use 5.005_64" in many modules
13345              needs to be changed to, say, "use 5.6.1".
13346      Branch: perl
13347            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
13348            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
13349            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
13350            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
13351            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
13352            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
13353            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
13354            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
13355            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
13356            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
13357            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
13358 ____________________________________________________________________________
13359 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
13360         Log: Use UCHARAT() as suggested by Inaba Hiroto.
13361      Branch: perl
13362            ! regexec.c
13363 ____________________________________________________________________________
13364 [ 12038] By: ams                                   on 2001/09/16  15:16:24
13365         Log: Subject: [PATCH] Re: Core module version numbers review
13366              From: Peter Scott <Peter@PSDT.com>
13367              Date: Sun, 16 Sep 2001 09:09:58 -0700
13368              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
13369      Branch: perl
13370            ! lib/perl5db.pl
13371 ____________________________________________________________________________
13372 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
13373         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
13374              not yet fully implemented.
13375      Branch: perl
13376            ! pod/perlfunc.pod pod/perlunicode.pod
13377 ____________________________________________________________________________
13378 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
13379         Log: Subject: [patch] plug PL_beginav_save leak
13380              From: Doug MacEachern <dougm@covalent.net>
13381              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
13382              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
13383      Branch: perl
13384            ! perl.c
13385 ____________________________________________________________________________
13386 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
13387         Log: (accidentally empty checkin)
13388      Branch: perl
13389            ! sv.c
13390 ____________________________________________________________________________
13391 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
13392         Log: Subject: [patch] ithreads+PL_beginav_save
13393              From: Doug MacEachern <dougm@covalent.net>
13394              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
13395              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
13396      Branch: perl
13397            ! sv.c
13398 ____________________________________________________________________________
13399 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
13400         Log: Subject: [PATCH] h2xs.PL with C::Scan
13401              From: Tim Jenness <t.jenness@jach.hawaii.edu>
13402              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
13403              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
13404      Branch: perl
13405            ! utils/h2xs.PL
13406 ____________________________________________________________________________
13407 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
13408         Log: Elaborate (well, make more vague, really) #12030.
13409      Branch: perl
13410            ! pod/perltodo.pod pod/perlunicode.pod
13411 ____________________________________________________________________________
13412 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
13413         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
13414              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13415              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
13416              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
13417      Branch: perl
13418            ! regexec.c
13419 ____________________________________________________________________________
13420 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
13421         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
13422              are not yet complete.
13423      Branch: perl
13424            ! pod/perltodo.pod pod/perlunicode.pod
13425 ____________________________________________________________________________
13426 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
13427         Log: Document what's still to be done on the regular expression
13428              Unicode support, based on the UTR#18.
13429      Branch: perl
13430            ! pod/perltodo.pod pod/perlunicode.pod
13431 ____________________________________________________________________________
13432 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
13433         Log: Regen headers.
13434      Branch: perl
13435            ! embedvar.h perlapi.h
13436 ____________________________________________________________________________
13437 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
13438         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
13439              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
13440              Date: Sun, 09 Sep 2001 18:41:54 +0100
13441              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
13442      Branch: perl
13443            ! Porting/findvars ext/ByteLoader/bytecode.h
13444            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
13445            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
13446 ____________________________________________________________________________
13447 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
13448         Log: enable most warnings for windows build; fix the various typecasting
13449              nits that showed up (no bugfixes here)
13450      Branch: maint-5.6/perl
13451            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
13452            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
13453            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
13454            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
13455            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
13456            ! x2p/walk.c
13457 ____________________________________________________________________________
13458 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
13459         Log: Integrate change #12024 from maintperl
13460              (a local() precedence bug)
13461      Branch: perl
13462           !> lib/ExtUtils/Install.pm
13463 ____________________________________________________________________________
13464 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
13465         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
13466              change#8642
13467      Branch: maint-5.6/perl
13468            ! lib/ExtUtils/Install.pm
13469 ____________________________________________________________________________
13470 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
13471         Log: Update Changes.
13472      Branch: perl
13473            ! Changes patchlevel.h
13474 ____________________________________________________________________________
13475 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
13476         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
13477              From: "chromatic" <chromatic@rmci.net>
13478              Date: Fri, 14 Sep 2001 09:44:57 -0600 
13479              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
13480      Branch: perl
13481            ! lib/ExtUtils/Manifest.t
13482 ____________________________________________________________________________
13483 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
13484         Log: Hopefully better skipping of the Complete.t tests
13485              in case of not a tty. 
13486      Branch: perl
13487            ! lib/Term/Complete.t t/op/stat.t
13488 ____________________________________________________________________________
13489 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
13490         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
13491              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13492              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
13493              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
13494      Branch: perl
13495            ! regexec.c t/op/pat.t
13496 ____________________________________________________________________________
13497 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
13498         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
13499              From: Robin Barker <rmb1@cise.npl.co.uk>
13500              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
13501              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
13502      Branch: perl
13503            ! pod/perlport.pod
13504 ____________________________________________________________________________
13505 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
13506         Log: NetWare tweaks from Ananth Kesari.
13507      Branch: perl
13508            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
13509            ! NetWare/nwutil.h
13510 ____________________________________________________________________________
13511 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
13512         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
13513              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13514              Date: Fri, 14 Sep 2001 10:51:13 +0200
13515              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
13516      Branch: perl
13517            ! pod/perlport.pod
13518 ____________________________________________________________________________
13519 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
13520         Log: Subject: Re: [PATCH 2 pl2pm.PL]
13521              From: Joe Smith <Joe.Smith@inwap.com>
13522              Date: Fri, 14 Sep 2001 00:13:32 -0700
13523              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
13524              
13525              Eradicate qu.
13526      Branch: perl
13527            ! keywords.h keywords.pl utils/pl2pm.PL
13528 ____________________________________________________________________________
13529 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
13530         Log: Retract #12013, didn't go over too well in Tru64.
13531      Branch: perl
13532            ! embed.h embed.pl sv.h
13533 ____________________________________________________________________________
13534 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
13535         Log: Subject: [PATCH] Execute files of debugger commands
13536              From: Peter Scott <Peter@PSDT.com>
13537              Date: Thu, 13 Sep 2001 15:26:31 -0700
13538              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
13539      Branch: perl
13540            ! lib/perl5db.pl pod/perldebug.pod
13541 ____________________________________________________________________________
13542 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
13543         Log: (Retracted by #12015)
13544              Subject: [proposed PATCH] Re: perl@11920
13545              From: Nicholas Clark <nick@ccl4.org>
13546              Date: Wed, 12 Sep 2001 23:46:09 +0100
13547              Message-ID: <20010912234609.H4971@plum.flirble.org>     
13548      Branch: perl
13549            ! embed.h embed.pl sv.h
13550 ____________________________________________________________________________
13551 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
13552         Log: ucblib shouldn't be linked against in nonstop-ux,
13553              from Tom Bates.
13554      Branch: perl
13555            ! hints/nonstopux.sh
13556 ____________________________________________________________________________
13557 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
13558         Log: Do stty only if we have stty.
13559              
13560              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
13561      Branch: perl
13562            ! lib/Term/Complete.pm
13563 ____________________________________________________________________________
13564 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
13565         Log: Skip the test if not running on a tty.
13566      Branch: perl
13567            ! lib/Term/Complete.t
13568 ____________________________________________________________________________
13569 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
13570         Log: Regen headers.
13571      Branch: perl
13572            ! embed.h opcode.h pod/perlapi.pod proto.h
13573 ____________________________________________________________________________
13574 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
13575         Log: Subject: [PATCH op.c] Re: perl@12003
13576              From: Robin Barker <rmb1@cise.npl.co.uk>
13577              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
13578              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
13579      Branch: perl
13580            ! op.c
13581 ____________________________________________________________________________
13582 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
13583         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
13584              From: Robin Barker <rmb1@cise.npl.co.uk>
13585              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
13586              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
13587      Branch: perl
13588            ! sv.c
13589 ____________________________________________________________________________
13590 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
13591         Log: Upgrade to Memoize 0.66.
13592      Branch: perl
13593            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
13594            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
13595            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
13596 ____________________________________________________________________________
13597 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
13598         Log: Subject: [ID 20010912.007] substr reference core dump
13599              From: me-01@ton.iguana.be
13600              Date: 12 Sep 2001 14:11:16 -0000
13601              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
13602      Branch: perl
13603            ! mg.c
13604 ____________________________________________________________________________
13605 [ 12004] By: ams                                   on 2001/09/12  01:13:49
13606         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
13607              From: Ilmari Karonen <iltzu@sci.fi>
13608              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
13609              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
13610      Branch: perl
13611            ! pod/perlfaq4.pod
13612 ____________________________________________________________________________
13613 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
13614         Log: Update Changes.
13615      Branch: perl
13616            ! Changes patchlevel.h
13617 ____________________________________________________________________________
13618 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
13619         Log: NetWare update from Ananth Kesari.
13620      Branch: perl
13621            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
13622            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
13623 ____________________________________________________________________________
13624 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
13625         Log: Retract #11984: div() being redefined, and 1397
13626              failing on 64-bit platforms.
13627      Branch: perl
13628            ! lib/Math/BigInt/Calc.pm
13629 ____________________________________________________________________________
13630 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
13631         Log: Metaconfig unit change for #11999.
13632      Branch: metaconfig
13633            ! U/protos/d_lseekproto.U
13634 ____________________________________________________________________________
13635 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
13636         Log: The lseek fix (#11991) was no fix.
13637      Branch: perl
13638            ! Configure
13639 ____________________________________________________________________________
13640 [ 11998] By: sky                                   on 2001/09/11  07:52:06
13641         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
13642              From: Matt Sergeant <MSergeant@star.net.uk>
13643              Date: Tue, 11 Sep 2001 09:22:32 +0100
13644              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
13645      Branch: perl
13646            ! ext/Encode/Encode.pm
13647 ____________________________________________________________________________
13648 [ 11997] By: sky                                   on 2001/09/11  06:35:29
13649         Log: Sometimes dTHX is added because it is needed on non 
13650              gnuc platforms, but not needed there. This uses GCC
13651              to silence GCC specific warnings by marking pTHX as 
13652              unused.
13653      Branch: perl
13654            ! perl.h
13655 ____________________________________________________________________________
13656 [ 11996] By: nick                                  on 2001/09/11  06:25:27
13657         Log: Integrate mainline
13658      Branch: perlio
13659            - ext/POSIX/sigaction.t lib/File/Find/taint.t
13660           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
13661 ____________________________________________________________________________
13662 [ 11995] By: nick                                  on 2001/09/11  06:23:39
13663         Log: Part Integrate mainline
13664      Branch: perlio
13665           +> (branch 69 files)
13666            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
13667            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
13668            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
13669            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
13670            - lib/Switch/t/switch_case.t lib/Test/Harness.t
13671            - lib/Test/More/Changes lib/Test/More/t/More.t
13672            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
13673            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
13674            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
13675            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
13676            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
13677            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
13678            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
13679            - t/lib/Test/More/Catch.pm wince/perl.ico
13680           !> (integrate 197 files)
13681 ____________________________________________________________________________
13682 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
13683         Log: Subject: Re: [PATCH] Encode.pm docs fix
13684              From: Gisle Aas <gisle@ActiveState.com>
13685              Date: 10 Sep 2001 11:27:02 -0700
13686              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
13687      Branch: perl
13688            ! ext/Encode/Encode.pm
13689 ____________________________________________________________________________
13690 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
13691         Log: Fix unpack U to be the reverse of pack U
13692              (but implement unpack U0U as a backdoor to get
13693              the UTF-8 malformed warnings from un-UTF-8 data)
13694      Branch: perl
13695            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
13696 ____________________________________________________________________________
13697 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
13698         Log: Metaconfig unit change for #11991;
13699              delete an unused unit (d_strtoull.U is the one used)
13700      Branch: metaconfig
13701            ! U/protos/d_lseekproto.U
13702      Branch: metaconfig/U/perl
13703            - strtoull.U
13704 ____________________________________________________________________________
13705 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
13706         Log: Subject: [PATCH] Configure not recording lseek proto
13707              From: Blair Zajac <blair@orcaware.com>
13708              Date: Mon, 10 Sep 2001 17:52:37 -0700
13709              Message-ID: <3B9D6055.BA334A31@orcaware.com>
13710              
13711              plus regen Configure.
13712      Branch: perl
13713            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13714            ! config_h.SH uconfig.h
13715 ____________________________________________________________________________
13716 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
13717         Log: Subject: [PATCH] Re: the remaining bugs in \x escapes (was Re: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?)))                  
13718              From: Nicholas Clark <nick@ccl4.org>
13719              Date: Tue, 11 Sep 2001 00:00:31 +0100
13720              Message-ID: <20010911000031.G1512@plum.flirble.org>
13721      Branch: perl
13722            + t/op/qq.t
13723            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
13724 ____________________________________________________________________________
13725 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
13726         Log: Subject: [PATCH] Building on win32 w/o perlio
13727              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
13728              Date: Mon, 10 Sep 2001 23:38:46 +0200
13729              Message-ID: <3B9D4F06.14433.2C37644@localhost>
13730      Branch: perl
13731            ! perl.c win32/Makefile win32/makefile.mk
13732 ____________________________________________________________________________
13733 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
13734         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
13735              From: "chromatic" <chromatic@rmci.net>
13736              Date: Mon, 10 Sep 2001 15:14:01 -0600
13737              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
13738      Branch: perl
13739            + lib/CGI/t/push.t
13740            ! MANIFEST
13741 ____________________________________________________________________________
13742 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
13743         Log: Subject: avoiding hoardes of zombies
13744              From: Nicholas Clark <nick@ccl4.org>
13745              Date: Mon, 10 Sep 2001 22:00:40 +0100
13746              Message-ID: <20010910220040.C1512@plum.flirble.org>
13747      Branch: perl
13748            ! pod/perlipc.pod
13749 ____________________________________________________________________________
13750 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
13751         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
13752              From: John Peacock <jpeacock@rowman.com>
13753              Date: Mon, 10 Sep 2001 16:34:30 -0400
13754              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
13755      Branch: perl
13756            ! sv.c t/op/ver.t utf8.h
13757 ____________________________________________________________________________
13758 [ 11985] By: ams                                   on 2001/09/10  23:20:13
13759         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
13760      Branch: perl
13761            ! MANIFEST
13762 ____________________________________________________________________________
13763 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
13764         Log: (Retracted by #12001)
13765              Subject: Calc with USE_MUL/USE_DIV
13766              From: Tels <perl_dummy@bloodgate.com>
13767              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
13768              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
13769      Branch: perl
13770            ! lib/Math/BigInt/Calc.pm
13771 ____________________________________________________________________________
13772 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
13773         Log: Subject: [PATCH op.c] Re: perl@11978
13774              From: Robin Barker <rmb1@cise.npl.co.uk>
13775              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
13776              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
13777              
13778              Format errors.
13779      Branch: perl
13780            ! op.c
13781 ____________________________________________________________________________
13782 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
13783         Log: Switch PADOFFSET back to U32 both because of binary backward
13784              compatibility and because Arthur seems to have been fixing the
13785              problems with naughty integer-pointer casting.
13786      Branch: perl
13787            ! op.h
13788 ____________________________________________________________________________
13789 [ 11981] By: ams                                   on 2001/09/10  16:31:43
13790         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
13791              Fix Pod Typo, Add Test for ExtUtils::Command
13792              From: "chromatic" <chromatic@rmci.net>
13793              Date: Mon, 10 Sep 2001 11:20:56 -0600
13794              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
13795      Branch: perl
13796            + lib/ExtUtils/Command.t
13797            ! MANIFEST lib/ExtUtils/Command.pm
13798 ____________________________________________________________________________
13799 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
13800         Log: Subject: [PATCH] Encode.pm docs fix
13801              From: Matt Sergeant <MSergeant@star.net.uk>
13802              Date: Mon, 10 Sep 2001 15:24:01 +0100
13803              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
13804      Branch: perl
13805            ! ext/Encode/Encode.pm
13806 ____________________________________________________________________________
13807 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
13808         Log: Update Changes.
13809      Branch: perl
13810            ! Changes patchlevel.h
13811 ____________________________________________________________________________
13812 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
13813         Log: Revert #11973, the dTHX seems to be needed in there
13814              for threaded builds.
13815      Branch: perl
13816            ! perlio.c
13817 ____________________________________________________________________________
13818 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
13819         Log: Detypo.
13820      Branch: perl
13821            ! pod/perlguts.pod
13822 ____________________________________________________________________________
13823 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
13824         Log: Further Class::Struct patching from Damian.
13825              
13826              The new new semantics are:
13827              
13828              * If you pass an initializer for a nested object, it has to be:
13829              a) a reference to an object of that class, or      
13830              b) a reference to an object of a subclass of that class, or
13831              c) a reference to a hash of arguments to be passed to the
13832              class's constructor
13833              * If you pass no initializer for a nested object, the attribute
13834              is initialized to C<undef>
13835      Branch: perl
13836            ! lib/Class/Struct.pm
13837 ____________________________________________________________________________
13838 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
13839         Log: Skip the crypt test if no crypt.
13840      Branch: perl
13841            ! t/op/crypt.t
13842 ____________________________________________________________________________
13843 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
13844         Log: Warn against using bare v-strings as IP addresses
13845              (okay if using the wrappers from Socket)
13846      Branch: perl
13847            ! pod/perldata.pod pod/perlport.pod
13848 ____________________________________________________________________________
13849 [ 11973] By: sky                                   on 2001/09/10  11:57:58
13850         Log: Remove unused dTHX. Silenced another warning.
13851      Branch: perl
13852            ! perlio.c
13853 ____________________________________________________________________________
13854 [ 11972] By: sky                                   on 2001/09/10  11:54:25
13855         Log: Silence some more warnings INT2PTR.
13856      Branch: perl
13857            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
13858 ____________________________________________________________________________
13859 [ 11971] By: sky                                   on 2001/09/10  11:21:50
13860         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
13861      Branch: perl
13862            ! cop.h
13863 ____________________________________________________________________________
13864 [ 11970] By: sky                                   on 2001/09/10  11:17:25
13865         Log: Apply INT2PTR with force to silence warnings from
13866              PM_GETRE and friends. No more warnings with 64bit 
13867              IVs and 32bit pointers.    
13868      Branch: perl
13869            ! op.c op.h perl.c
13870 ____________________________________________________________________________
13871 [ 11969] By: sky                                   on 2001/09/10  10:13:02
13872         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
13873      Branch: perl
13874            ! pod/perlguts.pod
13875 ____________________________________________________________________________
13876 [ 11968] By: sky                                   on 2001/09/10  10:02:51
13877         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
13878              Rename to custop_op_name to Perl_custom_op_name to match perlapi
13879              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
13880              perl_clone.
13881      Branch: perl
13882            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
13883 ____________________________________________________________________________
13884 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
13885         Log: Using strlen() not good on embedded nul bytes.
13886      Branch: perl
13887            ! regcomp.c
13888 ____________________________________________________________________________
13889 [ 11966] By: ams                                   on 2001/09/09  21:06:13
13890         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
13891              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
13892              Date: Mon, 13 Aug 2001 22:51:59 +0200
13893              Message-ID: <20010813225159.C6681@rafael>
13894              (Applied with several tweaks.)
13895      Branch: perl
13896            ! embed.h embed.pl proto.h toke.c
13897 ____________________________________________________________________________
13898 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
13899         Log: The exact error message is system-dependent.
13900      Branch: perl
13901            ! lib/ExtUtils/Manifest.t
13902 ____________________________________________________________________________
13903 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
13904         Log: Add Windows and Mac Sami support to Encode
13905              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
13906      Branch: perl
13907            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
13908            ! MANIFEST
13909 ____________________________________________________________________________
13910 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
13911         Log: Use the tried method.
13912      Branch: perl
13913            ! pod/perlport.pod
13914 ____________________________________________________________________________
13915 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
13916         Log: Can't count parentheses.
13917      Branch: perl
13918            ! ext/IO/lib/IO/Socket/INET.pm
13919 ____________________________________________________________________________
13920 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
13921         Log: perlport additions: 1 while unlink, add/delete directory
13922              entries and permissions, cygwin stat funkiness (from Michael
13923              Schwern and Nicholas Clark)
13924      Branch: perl
13925            ! pod/perlport.pod
13926 ____________________________________________________________________________
13927 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
13928         Log: blib does have a detectable test.
13929      Branch: perl
13930            ! t/lib/1_compile.t
13931 ____________________________________________________________________________
13932 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
13933         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
13934              From: "chromatic" <chromatic@rmci.net>
13935              Date: Sat, 08 Sep 2001 19:33:42 -0600
13936              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
13937      Branch: perl
13938            + lib/Term/Complete.t
13939            ! MANIFEST
13940 ____________________________________________________________________________
13941 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
13942         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
13943              From: Michael G Schwern <schwern@pobox.com> 
13944              Date: Sat, 8 Sep 2001 02:40:26 -0400
13945              Message-ID: <20010908024026.A26283@blackrider>
13946      Branch: perl
13947            + lib/Test/Tutorial.pod
13948            ! MANIFEST
13949 ____________________________________________________________________________
13950 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
13951         Log: Try to look up protocol (by name) only iff it has non-numbers:
13952              nice if the server is in a chrooted environment (no /etc/protocols,
13953              server code using hardcorded protocol numbers like 6 for tcp),
13954              suggested by John Holdsworth <coldwave@bigfoot.com>.
13955              In other words, if we are given a number, why look it up again
13956              (by number)?
13957      Branch: perl
13958            ! ext/IO/lib/IO/Socket/INET.pm
13959 ____________________________________________________________________________
13960 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
13961         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
13962              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13963              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
13964              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
13965              
13966              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
13967              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13968              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
13969              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
13970              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
13971              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
13972              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
13973              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
13974      Branch: perl
13975            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
13976 ____________________________________________________________________________
13977 [ 11955] By: ams                                   on 2001/09/09  02:54:21
13978         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
13979              From: "Craig A. Berry" <craigberry@mac.com>
13980              Date: Sat, 08 Sep 2001 19:02:16 -0500
13981              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
13982      Branch: perl
13983            ! lib/CGI/t/carp.t
13984 ____________________________________________________________________________
13985 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
13986         Log: Documentation tweaks; think the IP address as an opaque string.
13987      Branch: perl
13988            ! ext/Socket/Socket.pm
13989 ____________________________________________________________________________
13990 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
13991         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
13992              From: Michael G Schwern <schwern@pobox.com>
13993              Date: Sat, 8 Sep 2001 19:45:46 -0400
13994              Message-ID: <20010908194546.C9193@blackrider>
13995      Branch: perl
13996            + lib/blib.t
13997            ! MANIFEST lib/blib.pm t/lib/1_compile.t
13998 ____________________________________________________________________________
13999 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
14000         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
14001              From: "chromatic" <chromatic@rmci.net>
14002              Date: Sat, 08 Sep 2001 12:31:44 -0600
14003              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
14004      Branch: perl
14005            + lib/CGI/t/fast.t
14006            ! MANIFEST
14007 ____________________________________________________________________________
14008 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
14009         Log: The Socket tests were wrong: they were assuming too much.
14010      Branch: perl
14011            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
14012 ____________________________________________________________________________
14013 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
14014         Log: Retract the portability changes since they
14015              seem to have opened a can of worms... will
14016              go back to UNICOS/mk and do the bare minimum
14017              required to get the tests working.
14018      Branch: perl
14019            ! ext/Socket/Socket.xs
14020 ____________________________________________________________________________
14021 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
14022         Log: PADOFFSET is used to cast pointers into integers,
14023              if pointers are 64 bits and U32 32 bits,
14024              bad things may happen, or at least warnings issued.
14025      Branch: perl
14026            ! op.h
14027 ____________________________________________________________________________
14028 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
14029         Log: Still more Socket portability tweaking.
14030              Now Socket.t seems to be happy in all of
14031              Linux/x86, Tru64/alpha, Solaris/sparc,
14032              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
14033              
14034              Addendum: it seems that io_multihomed, io_sock, and hostent
14035              were broken in little-endians (linux/x86 and tru64/alpha)
14036              because of this change.  Argh.
14037      Branch: perl
14038            ! ext/Socket/Socket.xs
14039 ____________________________________________________________________________
14040 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
14041         Log: More portability kicking on inet_ntoa().
14042      Branch: perl
14043            ! ext/Socket/Socket.xs
14044 ____________________________________________________________________________
14045 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
14046         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
14047              From: Michael G Schwern <schwern@pobox.com> 
14048              Date: Fri, 7 Sep 2001 23:06:51 -0400
14049              Message-ID: <20010907230651.R606@blackrider>
14050      Branch: perl
14051            + lib/ExtUtils/Manifest.t
14052            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
14053 ____________________________________________________________________________
14054 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
14055         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
14056              From: "chromatic" <chromatic@rmci.net>
14057              Date: Fri, 07 Sep 2001 17:53:15 -0600      
14058              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
14059      Branch: perl
14060            + lib/ExtUtils/testlib.t
14061            ! MANIFEST
14062 ____________________________________________________________________________
14063 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
14064         Log: Thinko.
14065      Branch: perl
14066            ! lib/integer.t
14067 ____________________________________________________________________________
14068 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
14069         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
14070              From: "Craig A. Berry" <craigberry@mac.com>
14071              Date: Fri, 07 Sep 2001 15:30:03 -0500
14072              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
14073      Branch: perl
14074            ! lib/CGI/Carp.pm
14075 ____________________________________________________________________________
14076 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
14077         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
14078              From: Michael G Schwern <schwern@pobox.com>
14079              Date: Fri, 7 Sep 2001 15:38:13 -0400
14080              Message-ID: <20010907153813.K606@blackrider>
14081      Branch: perl
14082            ! lib/ExtUtils/MM_Unix.pm
14083 ____________________________________________________________________________
14084 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
14085         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
14086              From: Robin Barker <rmb1@cise.npl.co.uk>
14087              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
14088              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
14089      Branch: perl
14090            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
14091 ____________________________________________________________________________
14092 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
14093         Log: Clean up 1_compile.t; move tests to more consistent
14094              places (t/ subdirectories); add integer.t (much of
14095              the pragma is tested elsewhere but there is no one
14096              centralized place)
14097      Branch: perl
14098            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
14099            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
14100            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
14101            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
14102            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
14103            - lib/File/Find/find.t lib/File/Find/taint.t
14104            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
14105 ____________________________________________________________________________
14106 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
14107         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
14108              From: "chromatic" <chromatic@rmci.net>
14109              Date: Fri, 07 Sep 2001 10:17:40 -0600
14110              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
14111      Branch: perl
14112            ! lib/File/Find/taint.t
14113 ____________________________________________________________________________
14114 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
14115         Log: Update Changes.
14116      Branch: perl
14117            ! Changes patchlevel.h
14118 ____________________________________________________________________________
14119 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
14120         Log: Rename the old threading tutorial, start a new one,
14121              regen toc.
14122      Branch: perl
14123            + pod/perlothrtut.pod
14124            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
14125            ! pod/perltoc.pod
14126 ____________________________________________________________________________
14127 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
14128         Log: vars very much has a test.
14129      Branch: perl
14130            ! t/lib/1_compile.t
14131 ____________________________________________________________________________
14132 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
14133         Log: Subject: Re: wince/perl.ico marked as binary
14134              From: Nicholas Clark <nick@ccl4.org>
14135              Date: Fri, 7 Sep 2001 13:54:40 +0100
14136              Message-ID: <20010907135439.D39150@plum.flirble.org>
14137              
14138              and wince/Makefile.ce change from Rainer Keuchel.
14139      Branch: perl
14140            + wince/makeico.pl
14141            ! MANIFEST wince/Makefile.ce
14142 ____________________________________________________________________________
14143 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
14144         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
14145              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14146              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
14147              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
14148      Branch: perl
14149            ! regexec.c
14150 ____________________________________________________________________________
14151 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
14152         Log: (Replaced by #11934)
14153              Subject: Re: [PATCH regexec.c] more general .* and .*?
14154              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14155              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
14156              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
14157      Branch: perl
14158            ! regexec.c
14159 ____________________________________________________________________________
14160 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
14161         Log: The #11931 patching misbehaved.
14162      Branch: perl
14163            ! lib/Test/Harness/t/test-harness.t
14164 ____________________________________________________________________________
14165 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
14166         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
14167              From: Michael G Schwern <schwern@pobox.com>
14168              Date: Fri, 7 Sep 2001 03:30:41 -0400
14169              Message-ID: <20010907033041.A2796@blackrider>
14170      Branch: perl
14171            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
14172            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
14173            + t/lib/sample-tests/header_at_end_fail
14174            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
14175            - lib/Test/Harness.t
14176            ! MANIFEST lib/Test/Harness.pm t/TEST
14177 ____________________________________________________________________________
14178 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
14179         Log: Subject: [PATCH] Digest::MD5 update
14180              From: Gisle Aas <gisle@ActiveState.com>
14181              Date: 06 Sep 2001 23:32:56 -0700
14182              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
14183      Branch: perl
14184            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
14185            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
14186 ____________________________________________________________________________
14187 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
14188         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
14189              From: "chromatic" <chromatic@rmci.net>
14190              Date: Thu, 06 Sep 2001 23:11:44 -0600
14191              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
14192      Branch: perl
14193            + lib/less.t
14194            ! MANIFEST t/lib/1_compile.t
14195 ____________________________________________________________________________
14196 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
14197         Log: The binary file must somehow differently stored.
14198      Branch: perl
14199            - wince/perl.ico
14200            ! MANIFEST
14201 ____________________________________________________________________________
14202 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
14203         Log: Add more modules to the list of modules that have tests,
14204              Schwern's wallet is getting more nervous.
14205              (Run t/lib/1_compile.t manually to see which modules
14206              are lacking tests, or the tests can't be run for some
14207              reason or another, such as the Net:: modules)
14208      Branch: perl
14209            ! t/lib/1_compile.t
14210 ____________________________________________________________________________
14211 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
14212         Log: Try to make Socket::inet_ntoa() more robust.
14213      Branch: perl
14214            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
14215 ____________________________________________________________________________
14216 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
14217         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
14218              From: chromatic <chromatic@rmci.net>       
14219              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
14220              Message-Id: <01090522580506.19590@firewheel>           
14221      Branch: perl
14222            ! lib/English.t
14223 ____________________________________________________________________________
14224 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
14225         Log: Subject: Re: perlvar manpage and localizing special vars
14226              From: Stas Bekman <stas@stason.org>
14227              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
14228              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
14229      Branch: perl
14230            ! pod/perlvar.pod
14231 ____________________________________________________________________________
14232 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
14233         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
14234              From: Robin Barker <rmb1@cise.npl.co.uk>
14235              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
14236              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
14237      Branch: perl
14238            ! lib/ExtUtils/MakeMaker.pm
14239 ____________________________________________________________________________
14240 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
14241         Log: Symbol missing; AIX unhappy.
14242      Branch: perl
14243            ! makedef.pl
14244 ____________________________________________________________________________
14245 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
14246         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
14247              Reported in 5.61, seems to work okay in blead.
14248      Branch: perl
14249            ! t/run/kill_perl.t
14250 ____________________________________________________________________________
14251 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
14252         Log: Update Changes.
14253      Branch: perl
14254            ! Changes patchlevel.h
14255 ____________________________________________________________________________
14256 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
14257         Log: Document the bad assumptions currently breaking
14258              the Socket.t tests 10, 11, and 13 in UNICOS.
14259      Branch: perl
14260            ! ext/Socket/Socket.xs
14261 ____________________________________________________________________________
14262 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
14263         Log: Subject: [PATCH x2p] make OPTIMIZE=...
14264              From: Robin Barker <rmb1@cise.npl.co.uk>
14265              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
14266              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
14267      Branch: perl
14268            ! x2p/Makefile.SH x2p/cflags.SH
14269 ____________________________________________________________________________
14270 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
14271         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
14272              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14273              Date: Thu, 6 Sep 2001 11:09:40 +0100
14274              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
14275              
14276              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
14277              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
14278              Date: 6 Sep 2001 10:14:38 -0000
14279              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
14280      Branch: perl
14281            ! pod/perlfaq1.pod pod/perlhack.pod
14282 ____________________________________________________________________________
14283 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
14284         Log: Subject: Extra NUL is Data::Dumper output - patch
14285              From: Tony Cook <tony@develop-help.com>
14286              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
14287              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
14288      Branch: perl
14289            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
14290 ____________________________________________________________________________
14291 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
14292         Log: Avoid redefinition warning
14293              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
14294              from
14295              perl -w -Ilib -MCwd -e ''
14296      Branch: perl
14297            ! lib/Cwd.pm
14298 ____________________________________________________________________________
14299 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
14300         Log: Update the is_tainted() example implementation.
14301      Branch: perl
14302            ! pod/perlsec.pod
14303 ____________________________________________________________________________
14304 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
14305         Log: Missing) in #11912.
14306      Branch: perl
14307            ! lib/Test/Simple/t/fail.t
14308 ____________________________________________________________________________
14309 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
14310         Log: Rewhack Test-Simple into core harness.
14311      Branch: perl
14312            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
14313            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
14314            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
14315            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
14316            ! lib/Test/Simple/t/skipall.t
14317 ____________________________________________________________________________
14318 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
14319         Log: Workaround for the new Exporter 'feature'.
14320      Branch: perl
14321            ! lib/Test/More.pm
14322 ____________________________________________________________________________
14323 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
14324         Log: Re-introduce pure-Perl fall-back for abs_path,
14325              re-introduce #11898.
14326      Branch: perl
14327            ! lib/Cwd.pm lib/File/Find.pm
14328 ____________________________________________________________________________
14329 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
14330         Log: More tests.
14331      Branch: perl
14332            ! lib/Exporter.t
14333 ____________________________________________________________________________
14334 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
14335         Log: Retract #11898 for now because it introduces
14336              a rather nasty depencency: when B is being built,
14337              MakeMaker is used.  MakeMaker uses File::Find.
14338              File::Find uses Cwd::getcwd()...which doesn't
14339              exist yet.
14340      Branch: perl
14341            ! lib/File/Find.pm
14342 ____________________________________________________________________________
14343 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
14344         Log: New test welcome.
14345      Branch: perl
14346            + lib/Test/Simple/t/simple.t
14347 ____________________________________________________________________________
14348 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
14349         Log: Old test begone.
14350      Branch: perl
14351            - lib/Attribute/Handlers/test.pl
14352 ____________________________________________________________________________
14353 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
14354         Log: Test-Simple syncup from Schwern.
14355      Branch: perl
14356            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
14357            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
14358            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
14359            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
14360            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
14361            - lib/Test/More/Changes lib/Test/More/t/More.t
14362            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
14363            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
14364            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
14365            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
14366            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
14367            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
14368            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
14369            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
14370            ! t/lib/Test/Simple/sample_tests/death.plx
14371            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
14372            ! t/lib/Test/Simple/sample_tests/extras.plx
14373            ! t/lib/Test/Simple/sample_tests/five_fail.plx
14374            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
14375            ! t/lib/Test/Simple/sample_tests/one_fail.plx
14376            ! t/lib/Test/Simple/sample_tests/require.plx
14377            ! t/lib/Test/Simple/sample_tests/success.plx
14378            ! t/lib/Test/Simple/sample_tests/too_few.plx
14379            ! t/lib/Test/Simple/sample_tests/two_fail.plx
14380 ____________________________________________________________________________
14381 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
14382         Log: Integrate File::Find changes from bleadperl
14383      Branch: maint-5.6/macperl
14384            ! lib/File/Find.pm t/lib/filefind-taint.t
14385 ____________________________________________________________________________
14386 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
14387         Log: Integrate 11847 from maint-5.6/perl
14388      Branch: maint-5.6/macperl
14389           !> sv.c
14390 ____________________________________________________________________________
14391 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
14392         Log: In UNICOS division yada yada.
14393      Branch: perl
14394            ! t/op/override.t
14395 ____________________________________________________________________________
14396 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
14397         Log: In UNICOS division is really lossy, better use
14398              a tolerance test.
14399      Branch: perl
14400            ! ext/Time/HiRes/HiRes.t
14401 ____________________________________________________________________________
14402 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
14403         Log: In UNICOS sigaction() sets an extra flag
14404              ("the signal has been registered for all the processes in
14405              a multitasking group.")
14406      Branch: perl
14407            ! ext/POSIX/sigaction.t
14408 ____________________________________________________________________________
14409 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
14410         Log: Documentation micropatch from Damian.
14411      Branch: perl
14412            ! lib/Attribute/Handlers.pm
14413 ____________________________________________________________________________
14414 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
14415         Log: (Retracted by #11908)
14416              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
14417              From: Michael G Schwern <schwern@pobox.com>
14418              Date: Wed, 5 Sep 2001 15:58:21 -0400
14419              Message-ID: <20010905155821.I632@blackrider>
14420      Branch: perl
14421            ! lib/File/Find.pm lib/File/Find/taint.t
14422 ____________________________________________________________________________
14423 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
14424         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
14425              From: Michael G Schwern <schwern@pobox.com>
14426              Date: Wed, 5 Sep 2001 19:16:31 -0400
14427              Message-ID: <20010905191631.E11386@blackrider>
14428      Branch: perl
14429            + lib/CGI/t/carp.t
14430            ! MANIFEST
14431 ____________________________________________________________________________
14432 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
14433         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
14434              From: chromatic <chromatic@rmci.net>
14435              Date: Wed, 5 Sep 2001 18:08:07 -0600
14436              Message-Id: <01090518080700.19590@firewheel>
14437      Branch: perl
14438            ! lib/English.pm
14439 ____________________________________________________________________________
14440 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
14441         Log: Fix a typo #11889 and add a test for the same.
14442      Branch: perl
14443            ! ext/Socket/Socket.t ext/Socket/Socket.xs
14444 ____________________________________________________________________________
14445 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
14446         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
14447              From: "Craig A. Berry" <craigberry@mac.com>
14448              Date: Wed, 05 Sep 2001 17:48:54 -0500
14449              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
14450      Branch: perl
14451            ! lib/warnings.t t/run/kill_perl.t
14452 ____________________________________________________________________________
14453 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
14454         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
14455              From: Michael G Schwern <schwern@pobox.com>
14456              Date: Wed, 5 Sep 2001 17:22:25 -0400
14457              Message-ID: <20010905172225.C11386@blackrider>
14458      Branch: perl
14459            ! t/run/kill_perl.t
14460 ____________________________________________________________________________
14461 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
14462         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
14463              From: Nicholas Clark <nick@ccl4.org>
14464              Date: Wed, 5 Sep 2001 20:54:24 +0100
14465              Message-ID: <20010905205424.C25120@plum.flirble.org>
14466      Branch: perl
14467            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
14468 ____________________________________________________________________________
14469 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
14470         Log: Forgotten thing.
14471      Branch: perl
14472            ! uconfig.h
14473 ____________________________________________________________________________
14474 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
14475         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
14476              From: chromatic <chromatic@rmci.net>               
14477              Date: Wed, 5 Sep 2001 13:22:08 -0600
14478              Message-Id: <01090513220807.10587@firewheel> 
14479      Branch: perl
14480            ! lib/English.pm
14481 ____________________________________________________________________________
14482 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
14483         Log: inet_ntoa() tweaks:
14484              - don't allow addresses with > 255 characters
14485              - indent the HP-UX workaround
14486              - don't leak memory
14487      Branch: perl
14488            ! ext/Socket/Socket.xs
14489 ____________________________________________________________________________
14490 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
14491         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
14492              <xwu@theeducationcenter.com>
14493      Branch: perl
14494            ! lib/File/Find.pm
14495 ____________________________________________________________________________
14496 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
14497         Log: Typo nits.
14498      Branch: perl
14499            ! lib/File/Find.pm
14500 ____________________________________________________________________________
14501 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
14502         Log: -Wall nit.
14503      Branch: perl
14504            ! op.c
14505 ____________________________________________________________________________
14506 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
14507         Log: Update to Scalar-List-Utils 1.05
14508      Branch: perl
14509            ! ext/List/Util/ChangeLog ext/List/Util/README
14510            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
14511 ____________________________________________________________________________
14512 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
14513         Log: Update Changes.
14514      Branch: perl
14515            ! Changes patchlevel.h
14516 ____________________________________________________________________________
14517 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
14518         Log: Update to Scalar-List-Utils 1.04
14519      Branch: perl
14520            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
14521            ! ext/List/Util/lib/List/Util.pm
14522            ! ext/List/Util/lib/Scalar/Util.pm
14523 ____________________________________________________________________________
14524 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
14525         Log: Metaconfigify #11724.
14526      Branch: metaconfig
14527            ! U/threads/archname.U
14528 ____________________________________________________________________________
14529 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
14530         Log: The MacOS reference is okay, no reason to hide it.
14531      Branch: perl
14532            ! lib/Cwd.pm
14533 ____________________________________________________________________________
14534 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
14535         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
14536              From: Michael G Schwern <schwern@pobox.com>
14537              Date: Tue, 4 Sep 2001 15:30:10 -0400
14538              Message-ID: <20010904153010.H26466@blackrider> 
14539              
14540              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
14541      Branch: perl
14542            ! ext/Cwd/Makefile.PL lib/Cwd.pm
14543 ____________________________________________________________________________
14544 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
14545         Log: Subject: [PATCH lib/Cwd.pm] cwd() taint safe  (was Re: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.))
14546              From: Michael G Schwern <schwern@pobox.com>
14547              Date: Tue, 4 Sep 2001 17:39:13 -0400
14548              Message-ID: <20010904173913.C626@blackrider>
14549      Branch: perl
14550            ! lib/Cwd.pm
14551 ____________________________________________________________________________
14552 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
14553         Log: Subject: Re: Perl_pp_* in public API?
14554              From: "Craig A. Berry" <craigberry@mac.com>
14555              Date: Tue, 4 Sep 2001 21:51:29 -0500
14556              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
14557      Branch: perl
14558            ! ext/List/Util/Util.xs
14559 ____________________________________________________________________________
14560 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
14561         Log: From Damian: Class::Struct was unable to define
14562              recursive classes.  After the patch an object reference
14563              (rather than a hash) is required to initialize
14564              an object attribute.  If no such initializer is given to
14565              the constructor, object attributes are now default
14566              initialized to C<undef>.
14567      Branch: perl
14568            ! lib/Class/Struct.pm lib/Class/Struct.t
14569 ____________________________________________________________________________
14570 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
14571         Log: Subject: Re: sv_catpvfn and sv_setpvfn
14572              From: Richard Soderberg <rs@oregonnet.com>
14573              Date: Tue, 4 Sep 2001 15:16:47 -0700
14574              Message-Id: <200109042216.PAA17858@oregonnet.com>
14575      Branch: perl
14576            ! pod/perlclib.pod pod/perlguts.pod
14577 ____________________________________________________________________________
14578 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
14579         Log: NetWare updates from Ananth Kesari.
14580      Branch: perl
14581            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
14582            ! NetWare/nw5thread.h
14583 ____________________________________________________________________________
14584 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
14585         Log: Subject: [PATCH] oct and hex in glorious 64 bit (with less bugs) (was Re: hex and oct again (was Re: FreeBSD MD5 crypt? Re: crypt/hex/oct and Unicode?))
14586              From: Nicholas Clark <nick@ccl4.org>
14587              Date: Tue, 4 Sep 2001 22:42:50 +0100
14588              Message-ID: <20010904224250.P25120@plum.flirble.org>
14589      Branch: perl
14590            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
14591            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
14592            ! t/op/oct.t toke.c
14593 ____________________________________________________________________________
14594 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
14595         Log: Fix Cwd::getcwd() not being tainted, as noticed
14596              by Schwern.
14597      Branch: perl
14598            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
14599            - ext/Cwd/Cwd.t
14600            ! MANIFEST ext/Cwd/Cwd.xs util.c
14601 ____________________________________________________________________________
14602 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
14603         Log: Retract #11870 and volatilize the right destruct_level.
14604              Silly thinko pointed out by Sarathy.
14605      Branch: perl
14606            ! intrpvar.h perl.c
14607 ____________________________________________________________________________
14608 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
14609         Log: At least a temporary fix for the mysterious scope core dumps
14610              in Tru64 from Graham.
14611      Branch: perl
14612            ! ext/List/Util/Util.xs
14613 ____________________________________________________________________________
14614 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
14615         Log: (Retracted by #11872)
14616      Branch: perl
14617            ! intrpvar.h
14618 ____________________________________________________________________________
14619 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
14620         Log: Quench a -Wall gripe noticed by Robin Barker.
14621      Branch: perl
14622            ! op.c
14623 ____________________________________________________________________________
14624 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
14625         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
14626              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14627              Date: Wed, 05 Sep 2001 02:01:32 +0900
14628              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
14629      Branch: perl
14630            ! lib/Unicode/UCD.pm
14631 ____________________________________________________________________________
14632 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
14633         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
14634              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14635              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
14636              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
14637      Branch: perl
14638            ! gv.c
14639 ____________________________________________________________________________
14640 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
14641         Log: Update Changes.
14642      Branch: perl
14643            ! Changes patchlevel.h
14644 ____________________________________________________________________________
14645 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
14646         Log: Add the \[$@%&*] prototype support.
14647      Branch: perl
14648            ! op.c pod/perlsub.pod t/comp/proto.t
14649 ____________________________________________________________________________
14650 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
14651         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
14652              From: Michael G Schwern <schwern@pobox.com>
14653              Date: Mon, 3 Sep 2001 18:59:01 -0400
14654              Message-ID: <20010903185901.Z9233@blackrider>
14655      Branch: perl
14656            ! lib/CGI/t/form.t
14657 ____________________________________________________________________________
14658 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
14659         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
14660              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14661              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
14662              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
14663      Branch: perl
14664            ! gv.c
14665 ____________________________________________________________________________
14666 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
14667         Log: More srand entry tweakage based on Randal's suggestion.
14668      Branch: perl
14669            ! pod/perlfunc.pod
14670 ____________________________________________________________________________
14671 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
14672         Log: Subject: [PATCH] 'main' *is* a reserved word
14673              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14674              Date: Mon, 3 Sep 2001 22:55:41 +0200
14675              Message-ID: <20010903225541.A24097@rafael>
14676      Branch: perl
14677            ! toke.c
14678 ____________________________________________________________________________
14679 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
14680         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
14681              From: Peter Prymmer <pvhp@best.com>
14682              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
14683              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
14684      Branch: perl
14685            ! README.vms configure.com
14686 ____________________________________________________________________________
14687 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
14688         Log: Subject: Re: A slightly better default seed?   
14689              From: Michael G Schwern <schwern@pobox.com>
14690              Date: Mon, 3 Sep 2001 18:08:15 -0400 
14691              Message-ID: <20010903180815.W9233@blackrider>
14692      Branch: perl
14693            ! t/op/srand.t
14694 ____________________________________________________________________________
14695 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
14696         Log: Add sharedsv.o to microperl object files.
14697      Branch: perl
14698            ! Makefile.micro
14699 ____________________________________________________________________________
14700 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
14701         Log: AUTHORS updates and
14702              
14703              Subject: [PATCH] Just some preening :-)        
14704              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
14705              Date: Tue, 4 Sep 2001 14:16:59 +0100
14706              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
14707      Branch: perl
14708            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
14709 ____________________________________________________________________________
14710 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
14711         Log: Typo fix and slight rewording.
14712      Branch: perl
14713            ! pod/perlfunc.pod
14714 ____________________________________________________________________________
14715 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
14716         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
14717      Branch: perl
14718            ! pod/perlfaq4.pod
14719 ____________________________________________________________________________
14720 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
14721         Log: The helper file changed name.
14722      Branch: perl
14723            ! MANIFEST
14724 ____________________________________________________________________________
14725 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
14726         Log: Update to Scalar-List-Utils 1.03
14727      Branch: perl
14728            + ext/List/Util/t/shuffle.t
14729            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
14730            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
14731            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
14732            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
14733            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
14734            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
14735            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
14736            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
14737 ____________________________________________________________________________
14738 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
14739         Log: Make crypt() do something more sane for Unicode
14740              (take crypt() of the low eight bits of the characters,
14741              instead of taking crypt() of the UTF-8 of the scalar);
14742              add a test for crypt().
14743      Branch: perl
14744            + t/op/crypt.t
14745            ! MANIFEST pod/perlfunc.pod pp.c
14746 ____________________________________________________________________________
14747 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
14748         Log: Reorganize the srand entry.
14749      Branch: perl
14750            ! pod/perlfunc.pod
14751 ____________________________________________________________________________
14752 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
14753         Log: Remove the tests that assume something about
14754              calling srand() without arguments multiple times.
14755      Branch: perl
14756            ! t/op/srand.t
14757 ____________________________________________________________________________
14758 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
14759         Log: Upgrade to Math::BigInt 1.42.
14760      Branch: perl
14761            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
14762            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
14763            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
14764            ! lib/Math/BigInt/t/mbimbf.t
14765 ____________________________________________________________________________
14766 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
14767         Log: integrate change#11847 from maint-5.6
14768              
14769              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
14770      Branch: perl
14771            ! sv.c
14772 ____________________________________________________________________________
14773 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
14774         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
14775      Branch: maint-5.6/perl
14776            ! sv.c
14777 ____________________________________________________________________________
14778 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
14779         Log: As far as I can tell these functions have been Unicodified.
14780      Branch: perl
14781            ! doop.c
14782 ____________________________________________________________________________
14783 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
14784         Log: Update to Storable 1.0.13.
14785      Branch: perl
14786            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
14787            ! ext/Storable/Storable.xs
14788 ____________________________________________________________________________
14789 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
14790         Log: Patch the Filter::Simple test to work with
14791              the core test suite (since the FilterTest.pm
14792              is in t/lib, not in lib).
14793      Branch: perl
14794            ! lib/Filter/Simple/t/filter.t
14795 ____________________________________________________________________________
14796 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
14797         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
14798      Branch: perl
14799            + t/lib/FilterTest.pm
14800            - t/lib/MyFilter.pm
14801 ____________________________________________________________________________
14802 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
14803         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
14804              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
14805              Text::Balanced 1.86.
14806      Branch: perl
14807            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
14808            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
14809            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
14810            + lib/Switch/t/nested.t lib/Switch/t/switch.t
14811            + lib/Text/Balanced/Changes lib/Text/Balanced/README
14812            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
14813            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
14814            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
14815            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
14816            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
14817            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
14818            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
14819            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
14820            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
14821            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
14822            ! MANIFEST lib/Attribute/Handlers.pm
14823            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
14824            ! lib/Attribute/Handlers/demo/Demo.pm
14825            ! lib/Attribute/Handlers/demo/Descriptions.pm
14826            ! lib/Attribute/Handlers/demo/MyClass.pm
14827            ! lib/Attribute/Handlers/demo/demo.pl
14828            ! lib/Attribute/Handlers/demo/demo2.pl
14829            ! lib/Attribute/Handlers/demo/demo3.pl
14830            ! lib/Attribute/Handlers/demo/demo4.pl
14831            ! lib/Attribute/Handlers/demo/demo_call.pl
14832            ! lib/Attribute/Handlers/demo/demo_chain.pl
14833            ! lib/Attribute/Handlers/demo/demo_cycle.pl
14834            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
14835            ! lib/Attribute/Handlers/demo/demo_phases.pl
14836            ! lib/Attribute/Handlers/demo/demo_range.pl
14837            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
14838            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
14839            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
14840            ! lib/Text/Balanced.pm
14841 ____________________________________________________________________________
14842 [ 11841] By: sky                                   on 2001/09/03  11:04:15
14843         Log: Forgot to add a file with Change #11840
14844      Branch: perl
14845            + t/op/srand.t
14846 ____________________________________________________________________________
14847 [ 11840] By: sky                                   on 2001/09/03  11:02:04
14848         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
14849              From: Michael G Schwern <schwern@pobox.com>
14850              Date: Mon, 3 Sep 2001 07:43:00 -0400
14851              Message-ID: <20010903074300.E9233@blackrider>
14852      Branch: perl
14853            ! MANIFEST pod/perlfunc.pod t/op/rand.t
14854 ____________________________________________________________________________
14855 [ 11839] By: sky                                   on 2001/09/03  10:47:11
14856         Log: Document the changes with regards to running of END blocks.
14857              And DESTROY on global objects are called in perl_destruct()!
14858      Branch: perl
14859            ! pod/perl572delta.pod pod/perlembed.pod
14860 ____________________________________________________________________________
14861 [ 11838] By: sky                                   on 2001/09/03  09:34:44
14862         Log: Subject: [PATCH t/op/time.t] Partial cleanup
14863              From: Michael G Schwern <schwern@pobox.com>
14864              Date: Mon, 3 Sep 2001 06:29:42 -0400
14865              Message-ID: <20010903062942.C9233@blackrider>
14866      Branch: perl
14867            ! t/op/time.t
14868 ____________________________________________________________________________
14869 [ 11837] By: sky                                   on 2001/09/03  09:30:02
14870         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
14871              From: Michael G Schwern <schwern@pobox.com>
14872              Date: Mon, 3 Sep 2001 06:24:13 -0400
14873              Message-ID: <20010903062413.B9233@blackrider>
14874      Branch: perl
14875            ! t/op/rand.t
14876 ____________________________________________________________________________
14877 [ 11836] By: sky                                   on 2001/09/03  07:56:47
14878         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
14879              From: Michael G Schwern <schwern@pobox.com>
14880              Date: Sun, 2 Sep 2001 21:38:43 -0400
14881              Message-ID: <20010902213843.L2711@blackrider>
14882      Branch: perl
14883            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
14884            ! MANIFEST
14885 ____________________________________________________________________________
14886 [ 11835] By: nick                                  on 2001/09/03  06:20:06
14887         Log: Integrate mainline
14888      Branch: perlio
14889           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
14890            - t/op/misc.t
14891           !> (integrate 187 files)
14892 ____________________________________________________________________________
14893 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
14894         Log: Update Changes.
14895      Branch: perl
14896            ! Changes patchlevel.h
14897 ____________________________________________________________________________
14898 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
14899         Log: Slight tweaks.
14900      Branch: perl
14901            ! t/run/kill_perl.t
14902 ____________________________________________________________________________
14903 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
14904         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
14905      Branch: perl
14906            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
14907 ____________________________________________________________________________
14908 [ 11831] By: sky                                   on 2001/09/02  12:10:42
14909         Log: Change #11828 wasn't complete, this updates to intest path
14910      Branch: perl
14911            ! t/run/kill_perl.t
14912 ____________________________________________________________________________
14913 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
14914         Log: 's's's.
14915      Branch: perl
14916            ! Changes
14917 ____________________________________________________________________________
14918 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
14919         Log: Update Changes.
14920      Branch: perl
14921            ! Changes patchlevel.h
14922 ____________________________________________________________________________
14923 [ 11828] By: sky                                   on 2001/09/02  11:53:56
14924         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
14925              From: Michael G Schwern <schwern@pobox.com>
14926              Date: Sat, 1 Sep 2001 20:18:58 -0400
14927              Message-ID: <20010901201858.X606@blackrider>
14928              +MANIFEST Fix
14929      Branch: perl
14930            + t/run/kill_perl.t
14931            - t/op/misc.t t/run/segfault.t
14932            ! MANIFEST
14933 ____________________________________________________________________________
14934 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
14935         Log: Subject: [PATCH] lib/Time/Local.pm
14936              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14937              Date: Sun, 2 Sep 2001 06:50:01 -0500
14938              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
14939      Branch: perl
14940            ! lib/Time/Local.pm
14941 ____________________________________________________________________________
14942 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
14943         Log: Tick off Unicode collation and the normalization from
14944              the todo list.
14945      Branch: perl
14946            ! pod/perltodo.pod
14947 ____________________________________________________________________________
14948 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
14949         Log: Update to Unicode 3.1.1.
14950      Branch: perl
14951            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
14952            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
14953            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
14954            ! lib/unicore/PropList.txt lib/unicore/README.perl
14955            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
14956            ! lib/unicore/rename lib/unicore/version
14957 ____________________________________________________________________________
14958 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
14959         Log: Slight doc tweaks for the module.
14960      Branch: perl
14961            ! lib/Unicode/UCD.pm
14962 ____________________________________________________________________________
14963 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
14964         Log: Rename the variable: it *used* to be (wrongly) that the
14965              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
14966              but that is no more the case: PL_reg_match_utf8 is better.
14967      Branch: perl
14968            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
14969            ! regexec.c sv.c thrdvar.h
14970 ____________________________________________________________________________
14971 [ 11822] By: ams                                   on 2001/09/02  02:54:50
14972         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
14973              From: Ilmari Karonen <iltzu@sci.fi>
14974              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
14975              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
14976              (op/sub_lval.t updated to take new error message into account.)
14977      Branch: perl
14978            ! op.c t/op/sub_lval.t
14979 ____________________________________________________________________________
14980 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
14981         Log: remove stray CRs in files; keep all files with UNIX line-ends
14982              (Porting/makerel adds CRs to the files that need it in the
14983              distribution)
14984      Branch: perl
14985            ! NetWare/t/NWScripts.pl README.dos
14986            ! ext/Encode/Encode/cns11643-1.enc
14987            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
14988            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
14989 ____________________________________________________________________________
14990 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
14991         Log: some remnants of change#11803
14992      Branch: perl
14993            ! ext/ByteLoader/byterun.h perl.h
14994 ____________________________________________________________________________
14995 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
14996         Log: Update to Unicode::Collate 0.08.
14997      Branch: perl
14998            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
14999            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
15000 ____________________________________________________________________________
15001 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
15002         Log: Test tweaks.
15003      Branch: perl
15004            ! t/op/pat.t
15005 ____________________________________________________________________________
15006 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
15007         Log: Fix test
15008      Branch: maint-5.6/macperl
15009            ! t/lib/b.t
15010 ____________________________________________________________________________
15011 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
15012         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
15013              warnings in Config.pm with -W; increase default and
15014              minimum RAM; bump version number.
15015      Branch: maint-5.6/macperl
15016            + macos/lib/Mac/LowMem.pm
15017            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
15018            ! macos/configpm macos/macperl/MacPerl.r
15019 ____________________________________________________________________________
15020 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
15021         Log: Make syntax check report in MPW style, fix tests
15022              to use Mac::err=unix to get normal-style error
15023              messages.
15024      Branch: maint-5.6/macperl
15025            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
15026            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
15027 ____________________________________________________________________________
15028 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
15029         Log: Make MPW-style errors optional (but the default); add
15030              MacPerl::ErrorFormat() function and Mac::err pragma
15031      Branch: maint-5.6/macperl
15032            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
15033            + macos/ext/Mac/err/err.xs
15034            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
15035            ! macos/macish.c macos/macish.h macos/macperl.sym
15036 ____________________________________________________________________________
15037 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
15038         Log: More module and test ports from Thomas Wegner et al
15039      Branch: maint-5.6/macperl
15040            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
15041            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
15042            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
15043            ! t/op/magic.t
15044 ____________________________________________________________________________
15045 [ 11812] By: sky                                   on 2001/09/01  17:19:30
15046         Log: Subject: [PATCH t/op/concat.t] cleanup
15047              From: Michael G Schwern <schwern@pobox.com>
15048              Date: Sat, 1 Sep 2001 14:06:28 -0400
15049              Message-ID: <20010901140628.C606@blackrider>
15050      Branch: perl
15051            ! t/op/concat.t
15052 ____________________________________________________________________________
15053 [ 11811] By: sky                                   on 2001/09/01  12:25:29
15054         Log: Change #11805 didn't update the MANIFEST
15055      Branch: perl
15056            ! MANIFEST
15057 ____________________________________________________________________________
15058 [ 11810] By: sky                                   on 2001/09/01  11:52:44
15059         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
15060              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15061              Date: Sat, 1 Sep 2001 14:50:14 +0200
15062              Message-ID: <20010901145014.A691@rafael>
15063      Branch: perl
15064            ! t/op/inccode.t
15065 ____________________________________________________________________________
15066 [ 11809] By: sky                                   on 2001/09/01  11:49:22
15067         Log: Subject: PATCH: ExtUtils::MakeMaker
15068              From: Tony Bowden <tony@kasei.com>
15069              Date: Sat, 1 Sep 2001 10:33:53 +0100
15070              Message-ID: <20010901103353.A13863@soto.kasei.com>
15071              Manually applied
15072      Branch: perl
15073            ! lib/ExtUtils/MakeMaker.pm
15074 ____________________________________________________________________________
15075 [ 11808] By: sky                                   on 2001/09/01  11:39:13
15076         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
15077              From: mike808@users.sourceforge.net
15078              Date: Sat, 1 Sep 101 11:27:50 GMT
15079              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
15080              With little tweak
15081      Branch: perl
15082            ! lib/Term/Cap.pm
15083 ____________________________________________________________________________
15084 [ 11807] By: ams                                   on 2001/09/01  11:31:16
15085         Log: Subject: oct() and hex()
15086              From: Nicholas Clark <nick@ccl4.org>
15087              Date: Fri, 31 Aug 2001 23:14:13 +0100
15088              Message-Id: <20010831231413.J4950@plum.flirble.org>
15089      Branch: perl
15090            ! pod/perlclib.pod
15091 ____________________________________________________________________________
15092 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
15093         Log: Integrate change 11801 from maintperl
15094      Branch: maint-5.6/macperl
15095            ! perl.c
15096 ____________________________________________________________________________
15097 [ 11805] By: sky                                   on 2001/08/31  21:35:10
15098         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
15099              From: Michael G Schwern <schwern@pobox.com>
15100              Date: Fri, 31 Aug 2001 15:36:28 -0400
15101              Message-ID: <20010831153628.B598@blackrider>
15102              Check for things which used to segfault
15103      Branch: perl
15104            + t/run/segfault.t
15105 ____________________________________________________________________________
15106 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
15107         Log: integrate change#11801 from maint-5.6
15108              
15109              remove age-old UNICOS "workaround" that introduces a static, and
15110              hence an egregious race condition for threaded builds (*sigh*
15111              beats me why this kludge wasn't guarded by a UNICOS-specific
15112              #define *sigh*)
15113      Branch: perl
15114            ! perl.c
15115 ____________________________________________________________________________
15116 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
15117         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
15118              working in 5.7.x
15119      Branch: perl
15120            - objXSUB.h
15121            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
15122            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
15123            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
15124            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
15125            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
15126            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
15127            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
15128            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
15129            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
15130            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
15131            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
15132            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
15133            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
15134            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
15135            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
15136            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
15137            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
15138            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
15139            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
15140            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
15141            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
15142            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
15143 ____________________________________________________________________________
15144 [ 11802] By: ams                                   on 2001/08/31  18:11:32
15145         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
15146              From: "Philip Newton" <Philip.Newton@gmx.net>
15147              Date: Fri, 31 Aug 2001 21:12:56 +0200
15148              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
15149      Branch: perl
15150            ! pod/perldiag.pod
15151 ____________________________________________________________________________
15152 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
15153         Log: remove age-old UNICOS "workaround" that introduces a static, and
15154              hence an egregious race condition for threaded builds (*sigh*
15155              beats me why this kludge wasn't guarded by a UNICOS-specific
15156              #define *sigh*)
15157      Branch: maint-5.6/perl
15158            ! perl.c
15159 ____________________________________________________________________________
15160 [ 11800] By: sky                                   on 2001/08/31  17:30:26
15161         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
15162              Might break on platforms where bool is larger than 8 bites ???
15163      Branch: perl
15164            ! regcomp.c
15165 ____________________________________________________________________________
15166 [ 11799] By: ams                                   on 2001/08/31  12:15:44
15167         Log: Integrate 11778 into mainline.
15168      Branch: perl
15169            ! t/base/term.t
15170 ____________________________________________________________________________
15171 [ 11798] By: sky                                   on 2001/08/31  11:31:44
15172         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
15173              supposed to happen.
15174      Branch: perl
15175            ! regcomp.c
15176 ____________________________________________________________________________
15177 [ 11797] By: sky                                   on 2001/08/31  11:28:17
15178         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
15179              From: "John P. Linderman" <jpl@research.att.com>
15180              Date: Fri, 31 Aug 2001 08:20:35 -0400
15181              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
15182              Fixes test 14 which could fail randomly in rare cases.
15183      Branch: perl
15184            ! ext/Time/HiRes/HiRes.t regcomp.c
15185 ____________________________________________________________________________
15186 [ 11796] By: ams                                   on 2001/08/31  01:13:07
15187         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
15188              From: Nicholas Clark <nick@ccl4.org>
15189              Date: Thu, 30 Aug 2001 23:21:50 +0100
15190              Message-Id: <20010830232150.D4950@plum.flirble.org>
15191      Branch: perl
15192            ! ext/Sys/Syslog/Makefile.PL
15193 ____________________________________________________________________________
15194 [ 11795] By: ams                                   on 2001/08/30  23:53:23
15195         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
15196              patching example
15197              From: Michael G Schwern <schwern@pobox.com>
15198              Date: Thu, 30 Aug 2001 17:02:08 -0400
15199              Message-Id: <20010830170208.M2318@blackrider>
15200      Branch: perl
15201            ! pod/perlhack.pod
15202 ____________________________________________________________________________
15203 [ 11794] By: ams                                   on 2001/08/30  19:35:36
15204         Log: Subject: [PATCH] pp_modulo
15205              From: Nicholas Clark <nick@ccl4.org>
15206              Date: Thu, 30 Aug 2001 18:20:54 +0100
15207              Message-Id: <20010830182053.A4950@plum.flirble.org>
15208      Branch: perl
15209            ! pp.c t/op/64bitint.t
15210 ____________________________________________________________________________
15211 [ 11793] By: sky                                   on 2001/08/30  13:02:48
15212         Log: 11792 wasn't complete
15213      Branch: perl
15214            ! makedef.pl regcomp.c
15215 ____________________________________________________________________________
15216 [ 11792] By: sky                                   on 2001/08/30  12:21:11
15217         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
15218      Branch: perl
15219            ! makedef.pl
15220 ____________________________________________________________________________
15221 [ 11791] By: sky                                   on 2001/08/30  10:08:02
15222         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
15223      Branch: perl
15224            ! config_h.SH
15225 ____________________________________________________________________________
15226 [ 11790] By: sky                                   on 2001/08/30  08:22:31
15227         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
15228              on the pad. Fixes coredumps in cleanups introduced by
15229              Change 11755  
15230      Branch: perl
15231            ! op.c perl.c sv.h
15232 ____________________________________________________________________________
15233 [ 11789] By: sky                                   on 2001/08/29  19:01:47
15234         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
15235              This is a replacement implmentation that works on HPUX.
15236              This bug should probably be fixed in GCC.
15237      Branch: perl
15238            ! ext/Socket/Socket.xs
15239 ____________________________________________________________________________
15240 [ 11788] By: ams                                   on 2001/08/29  17:35:33
15241         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
15242              From: Nicholas Clark <nick@ccl4.org>
15243              Date: Wed, 29 Aug 2001 18:21:56 +0100
15244              Message-Id: <20010829182156.O4950@plum.flirble.org>
15245      Branch: perl
15246            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
15247 ____________________________________________________________________________
15248 [ 11787] By: sky                                   on 2001/08/29  10:42:54
15249         Log: Added test for pack_addr_in and unpack_addr_in
15250              Nitpik in test 10
15251      Branch: perl
15252            ! ext/Socket/Socket.t
15253 ____________________________________________________________________________
15254 [ 11786] By: sky                                   on 2001/08/29  10:28:14
15255         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
15256              Trying to catch errors on HP-UX
15257      Branch: perl
15258            ! ext/Socket/Socket.t
15259 ____________________________________________________________________________
15260 [ 11785] By: sky                                   on 2001/08/29  09:07:03
15261         Log: make sure USE_THREADS is defined so external apps work
15262      Branch: perl
15263            ! config_h.SH
15264 ____________________________________________________________________________
15265 [ 11784] By: sky                                   on 2001/08/29  08:06:12
15266         Log: Subject: Re: The hitlist of untested modules.
15267              From: Jonathan Stowe <gellyfish@gellyfish.com>
15268              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
15269              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
15270              Start of tests for Shell.pm (make Schwern poorer!)
15271      Branch: perl
15272            + lib/Shell.t
15273            ! MANIFEST
15274 ____________________________________________________________________________
15275 [ 11783] By: sky                                   on 2001/08/29  07:37:50
15276         Log: END{} can change the return value even if we die from BEGIN{}
15277      Branch: perl
15278            ! miniperlmain.c
15279 ____________________________________________________________________________
15280 [ 11782] By: ams                                   on 2001/08/29  06:32:17
15281         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
15282              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15283              Date: Wed, 29 Aug 2001 09:18:17 +0200
15284              Message-Id: <20010829091817.A4453@rafael>
15285      Branch: perl
15286            ! t/op/inccode.t
15287 ____________________________________________________________________________
15288 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
15289         Log: Delete xsubpp.patch, as full copy exists now
15290      Branch: maint-5.6/macperl
15291            - macos/xsubpp.patch
15292 ____________________________________________________________________________
15293 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
15294         Log: Add Changes file
15295      Branch: maint-5.6/macperl
15296            + macos/Changes
15297 ____________________________________________________________________________
15298 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
15299         Log: Add Mac version of xsubpp as separate file
15300      Branch: maint-5.6/macperl
15301            + macos/xsubpp
15302            ! macos/Makefile.mk
15303 ____________________________________________________________________________
15304 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
15305         Log: Fix open of /dev/null for Mac OS
15306      Branch: maint-5.6/macperl
15307            ! t/base/term.t
15308 ____________________________________________________________________________
15309 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
15310         Log: Various patches: enable more tests; skip CVS in PerlInstall;
15311              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
15312      Branch: maint-5.6/macperl
15313            ! macos/MacPerlTests.cmd macos/PerlInstall
15314            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
15315 ____________________________________________________________________________
15316 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
15317         Log: Allow for platforms to override formatting of errors
15318              on output from Matthias Neeracher (Mac files)
15319      Branch: maint-5.6/macperl
15320            ! macos/macish.c macos/macish.h
15321 ____________________________________________________________________________
15322 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
15323         Log: Allow for platforms to override formatting of errors
15324              on output from Matthias Neeracher (core files)
15325      Branch: maint-5.6/macperl
15326            ! perl.h pp_ctl.c util.c
15327 ____________________________________________________________________________
15328 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
15329         Log: Add some param checking, from reports by Kevin Reid.
15330      Branch: maint-5.6/macperl
15331            ! macos/ext/Mac/Controls/Controls.pm
15332            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
15333 ____________________________________________________________________________
15334 [ 11773] By: ams                                   on 2001/08/28  23:54:57
15335         Log: Subject: [PATCH] make coretest
15336              From: Paul Johnson <paul@pjcj.net>
15337              Date: Wed, 29 Aug 2001 00:11:38 +0200
15338              Message-Id: <20010829001138.B12169@pjcj.net>
15339              (Applied without the change to perlhack.pod. This should
15340              probably stay undocumented.)
15341      Branch: perl
15342            ! Makefile.SH t/TEST
15343 ____________________________________________________________________________
15344 [ 11772] By: sky                                   on 2001/08/28  13:01:20
15345         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
15346              From: Michael G Schwern <schwern@pobox.com>
15347              Date: Tue, 28 Aug 2001 09:57:39 -0400
15348              Message-ID: <20010828095738.E17775@blackrider>
15349      Branch: perl
15350            ! pod/perlhack.pod t/op/pack.t
15351 ____________________________________________________________________________
15352 [ 11771] By: sky                                   on 2001/08/28  11:20:13
15353         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
15354              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15355              Date: Tue, 28 Aug 2001 14:23:43 +0200
15356              Message-ID: <20010828142343.A19299@rafael>
15357      Branch: perl
15358            ! pod/perlvar.pod pp_ctl.c
15359 ____________________________________________________________________________
15360 [ 11770] By: ams                                   on 2001/08/28  10:13:21
15361         Log: Subject: [PATCH] odd typo in op.h
15362              From: Nicholas Clark <nick@ccl4.org>
15363              Date: Tue, 28 Aug 2001 12:10:26 +0100
15364              Message-Id: <20010828121026.V4950@plum.flirble.org>
15365      Branch: perl
15366            ! op.h
15367 ____________________________________________________________________________
15368 [ 11769] By: sky                                   on 2001/08/28  08:09:16
15369         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
15370              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
15371              Date: Tue, 28 Aug 2001 02:22:20 +0300
15372              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
15373      Branch: perl
15374            ! ext/B/B/Lint.pm
15375 ____________________________________________________________________________
15376 [ 11768] By: ams                                   on 2001/08/28  00:47:35
15377         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
15378              From: Michael G Schwern <schwern@pobox.com>
15379              Date: Mon, 27 Aug 2001 21:24:44 -0400
15380              Message-Id: <20010827212444.F12582@blackrider>
15381      Branch: perl
15382            ! pod/perlhack.pod t/op/pack.t
15383 ____________________________________________________________________________
15384 [ 11767] By: ams                                   on 2001/08/27  23:59:48
15385         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
15386              From: Michael G Schwern <schwern@pobox.com>
15387              Date: Mon, 27 Aug 2001 20:12:29 -0400
15388              Message-Id: <20010827201229.D12582@blackrider>
15389      Branch: perl
15390            ! pod/perlhack.pod t/op/pack.t
15391 ____________________________________________________________________________
15392 [ 11766] By: ams                                   on 2001/08/27  23:39:40
15393         Log: Update Changes.
15394      Branch: perl
15395            ! Changes
15396 ____________________________________________________________________________
15397 [ 11765] By: ams                                   on 2001/08/27  22:53:10
15398         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
15399              From: Michael G Schwern <schwern@pobox.com>
15400              Date: Mon, 27 Aug 2001 19:47:30 -0400
15401              Message-Id: <20010827194730.C12582@blackrider>
15402      Branch: perl
15403            ! t/op/inccode.t
15404 ____________________________________________________________________________
15405 [ 11764] By: ams                                   on 2001/08/27  22:46:21
15406         Log: Subject: [PATCH] new tests for the coderef-in-@INC
15407              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15408              Date: Mon, 27 Aug 2001 22:36:27 +0200
15409              Message-Id: <20010827223627.C690@rafael>
15410              
15411              Subject: Re: [PATCH] new tests for the coderef-in-@INC
15412              From: Nicholas Clark <nick@ccl4.org>
15413              Date: Tue, 28 Aug 2001 00:02:46 +0100
15414              Message-Id: <20010828000245.R4950@plum.flirble.org>
15415      Branch: perl
15416            + t/op/inccode.t
15417            ! MANIFEST
15418 ____________________________________________________________________________
15419 [ 11763] By: ams                                   on 2001/08/27  22:41:09
15420         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
15421              bleadperl on fire, Win95+4NT)
15422              From: Michael G Schwern <schwern@pobox.com>
15423              Date: Mon, 27 Aug 2001 16:54:42 -0400
15424              Message-Id: <20010827165442.F9436@blackrider>
15425      Branch: perl
15426            ! lib/warnings.t
15427 ____________________________________________________________________________
15428 [ 11762] By: sky                                   on 2001/08/27  19:19:17
15429         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
15430              avaible at compile time. This broke the compilation of 
15431              Net/Ping.pm
15432      Branch: perl
15433            ! lib/Net/Ping.pm
15434 ____________________________________________________________________________
15435 [ 11761] By: sky                                   on 2001/08/27  18:34:48
15436         Log: Removed tripple definitions of CUSTOM_OP functions.
15437      Branch: perl
15438            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
15439 ____________________________________________________________________________
15440 [ 11760] By: sky                                   on 2001/08/27  18:21:27
15441         Log: Regen headers
15442      Branch: perl
15443            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
15444            ! perlapi.h proto.h
15445 ____________________________________________________________________________
15446 [ 11759] By: ams                                   on 2001/08/27  16:31:53
15447         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
15448              From: "chromatic" <chromatic@rmci.net>
15449              Date: Mon, 27 Aug 2001 11:17:09 -0600
15450              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
15451      Branch: perl
15452            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
15453 ____________________________________________________________________________
15454 [ 11758] By: sky                                   on 2001/08/27  15:16:42
15455         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
15456              Thanks to H. Merijn Brand for the patch.
15457              Some of the comments and or guards might be removable in perl.h now.
15458      Branch: perl
15459            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
15460            ! Porting/Glossary Porting/config_H README.threads config_h.SH
15461            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
15462            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
15463            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
15464            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
15465            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
15466            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
15467            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
15468            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
15469            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
15470            ! win32/config_H.vc win32/perllib.c win32/win32.h
15471            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
15472            ! wince/config.h wince/config_H.ce wince/win32.h
15473            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
15474 ____________________________________________________________________________
15475 [ 11757] By: sky                                   on 2001/08/27  13:39:16
15476         Log: Subject: GNU ld parses arguments different
15477              From: H.Merijn Brand <h.m.brand@hccnet.nl>
15478              Date: Mon, 27 Aug 2001 16:25:51 +0200
15479              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
15480      Branch: perl
15481            ! hints/hpux.sh
15482 ____________________________________________________________________________
15483 [ 11756] By: sky                                   on 2001/08/27  13:18:45
15484         Log: Subject: Custom Ops
15485              From: Simon Cozens <simon@netthink.co.uk>
15486              Date: Sat, 25 Aug 2001 17:45:09 +0100
15487              Message-ID: <20010825174509.A5752@netthink.co.uk>
15488              I also added a fix to Opcode.pm to quite test cases.
15489      Branch: perl
15490            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
15491            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
15492 ____________________________________________________________________________
15493 [ 11755] By: sky                                   on 2001/08/27  05:37:17
15494         Log: Plugs a memory leak on destruction of regular expressions
15495              introcued by #11274.
15496              PL_regex_padav now has an AV as it's first entry with a list
15497              of freed regex_padav slots that it will reuse on creating
15498              new PMOPs.
15499      Branch: perl
15500            ! op.c perl.c
15501 ____________________________________________________________________________
15502 [ 11754] By: ams                                   on 2001/08/26  14:38:52
15503         Log: Subject: [PATCH] t/io/binmode.t
15504              From: Nicholas Clark <nick@ccl4.org>
15505              Date: Sun, 26 Aug 2001 12:03:05 +0100
15506              Message-Id: <20010826120305.C4950@plum.flirble.org>
15507              
15508              (Also a nitpick in #11752 to t/op/universal.t)
15509      Branch: perl
15510            ! t/io/binmode.t t/op/universal.t
15511 ____________________________________________________________________________
15512 [ 11753] By: ams                                   on 2001/08/26  08:19:34
15513         Log: Subject: [PATCH] op/universal.t failing
15514              From: Nicholas Clark <nick@ccl4.org>
15515              Date: Sun, 26 Aug 2001 09:48:22 +0100
15516              Message-Id: <20010826094822.B4950@plum.flirble.org>
15517      Branch: perl
15518            ! t/op/universal.t
15519 ____________________________________________________________________________
15520 [ 11752] By: ams                                   on 2001/08/25  22:46:13
15521         Log: Subject: Re: 'can' with undefined subs
15522              From: Tony Bowden <tony@kasei.com>
15523              Date: Sat, 25 Aug 2001 14:58:17 +0100
15524              Message-Id: <20010825145817.A11788@soto.kasei.com>
15525              (Applied with minor modifications.)
15526      Branch: perl
15527            ! t/op/universal.t
15528 ____________________________________________________________________________
15529 [ 11751] By: ams                                   on 2001/08/25  18:28:43
15530         Log: Subject: Re: 'can' with undefined subs
15531              From: Tony Bowden <tony@kasei.com>
15532              Date: Sat, 25 Aug 2001 15:13:14 +0100
15533              Message-Id: <20010825151314.B11788@soto.kasei.com>
15534      Branch: perl
15535            ! lib/UNIVERSAL.pm
15536 ____________________________________________________________________________
15537 [ 11750] By: nick                                  on 2001/08/25  15:24:15
15538         Log: Integrate mainline
15539      Branch: perlio
15540           +> t/io/binmode.t
15541           !> (integrate 26 files)
15542 ____________________________________________________________________________
15543 [ 11749] By: nick                                  on 2001/08/25  14:55:41
15544         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
15545              From:  John Peacock <jpeacock@rowman.com>
15546              Date:  Wed, 22 Aug 2001 12:05:28 -0400
15547              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
15548      Branch: perl
15549            ! pod/perlhack.pod
15550 ____________________________________________________________________________
15551 [ 11748] By: nick                                  on 2001/08/25  14:53:04
15552         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
15553              From:  Michael G Schwern <schwern@pobox.com>
15554              Date:  Wed, 22 Aug 2001 19:22:45 -0400
15555              Message-Id:  <20010822192245.U619@blackrider>
15556      Branch: perl
15557            ! MANIFEST
15558 ____________________________________________________________________________
15559 [ 11747] By: nick                                  on 2001/08/25  14:52:33
15560         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
15561              From:  Nicholas Clark <nick@ccl4.org>
15562              Date:  Wed, 22 Aug 2001 23:29:06 +0100
15563              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
15564      Branch: perl
15565            + t/io/binmode.t
15566            ! perlio.c pod/perlfunc.pod
15567 ____________________________________________________________________________
15568 [ 11744] By: nick                                  on 2001/08/25  14:37:33
15569         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
15570              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
15571              Date:  Fri, 24 Aug 2001 22:10:42 +0200
15572              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
15573      Branch: perl
15574            ! x2p/a2py.c x2p/walk.c
15575 ____________________________________________________________________________
15576 [ 11743] By: nick                                  on 2001/08/25  14:32:47
15577         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
15578              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15579              Date:  Fri, 24 Aug 2001 23:34:13 +0200
15580              Message-Id:  <20010824233413.A1285@rafael>
15581      Branch: perl
15582            ! pod/perlfunc.pod pod/perlvar.pod
15583 ____________________________________________________________________________
15584 [ 11742] By: ams                                   on 2001/08/25  13:16:02
15585         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
15586              From: Nicholas Clark <nick@ccl4.org>
15587              Date: Sat, 25 Aug 2001 14:50:07 +0100
15588              Message-Id: <20010825145007.L41464@plum.flirble.org>
15589      Branch: perl
15590            ! pp_ctl.c
15591 ____________________________________________________________________________
15592 [ 11741] By: nick                                  on 2001/08/24  07:08:45
15593         Log: When applying patch via Porting/apply fails, do p4 refresh
15594              to get old files back.
15595      Branch: perl
15596            ! Porting/apply
15597 ____________________________________________________________________________
15598 [ 11740] By: ams                                   on 2001/08/24  04:47:24
15599         Log: #11739 was incomplete.
15600      Branch: perl
15601            ! pod/perldiag.pod
15602 ____________________________________________________________________________
15603 [ 11739] By: ams                                   on 2001/08/24  04:09:40
15604         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
15605              From: "Philip Newton" <Philip.Newton@gmx.net>
15606              Date: Fri, 24 Aug 2001 07:08:34 +0200
15607      Branch: perl
15608            ! pod/perldiag.pod
15609 ____________________________________________________________________________
15610 [ 11738] By: ams                                   on 2001/08/24  02:19:42
15611         Log: Fixed Doug Wilson's email address.
15612      Branch: perl
15613            ! AUTHORS
15614 ____________________________________________________________________________
15615 [ 11737] By: ams                                   on 2001/08/24  00:10:13
15616         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
15617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15618              Date: Thu, 23 Aug 2001 22:22:58 +0200
15619              Message-Id: <20010823222258.A901@rafael>
15620      Branch: perl
15621            ! pod/perldiag.pod
15622 ____________________________________________________________________________
15623 [ 11736] By: ams                                   on 2001/08/24  00:05:02
15624         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
15625              From: "Craig A. Berry" <craigberry@mac.com>
15626              Date: Thu, 23 Aug 2001 19:07:45 -0500
15627              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
15628      Branch: perl
15629            ! configure.com
15630 ____________________________________________________________________________
15631 [ 11735] By: sky                                   on 2001/08/23  13:42:07
15632         Log: Backed out 11732, it breaks lib/strict.t 
15633      Branch: perl
15634            ! op.c
15635 ____________________________________________________________________________
15636 [ 11734] By: sky                                   on 2001/08/23  11:45:59
15637         Log: Removed toy from 17133 after Matt Sargeants request.
15638      Branch: perl
15639            ! pod/perlfaq4.pod
15640 ____________________________________________________________________________
15641 [ 11733] By: sky                                   on 2001/08/23  11:36:29
15642         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
15643              From: Robin Houston <robin@kitsite.com>
15644              Date: Wed, 22 Aug 2001 23:06:16 +0100
15645              Message-ID: <20010822230616.A254@robin.kitsite.com>
15646      Branch: perl
15647            ! pod/perlfaq4.pod
15648 ____________________________________________________________________________
15649 [ 11732] By: sky                                   on 2001/08/23  10:36:02
15650         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
15651              From: Simon Cozens <simon@netthink.co.uk>
15652              Date: Thu, 23 Aug 2001 12:06:36 +0100
15653              Message-ID: <20010823120636.A9961@netthink.co.uk>
15654      Branch: perl
15655            ! op.c
15656 ____________________________________________________________________________
15657 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
15658         Log: fix broken windows build
15659      Branch: perl
15660            ! perl.h
15661 ____________________________________________________________________________
15662 [ 11730] By: ams                                   on 2001/08/22  21:35:30
15663         Log: Subject: [PATCH] io/tell.t doesn't chdir t
15664              From: Nicholas Clark <nick@ccl4.org>
15665              Date: Wed, 22 Aug 2001 23:25:58 +0100
15666              Message-Id: <20010822232557.Y82818@plum.flirble.org>
15667      Branch: perl
15668            ! t/io/tell.t
15669 ____________________________________________________________________________
15670 [ 11729] By: ams                                   on 2001/08/22  20:32:21
15671         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
15672              questions)
15673              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15674              Date: Wed, 22 Aug 2001 17:09:04 -0400
15675              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
15676              (Oops, forgot File::Spec::Unix in the previous patch.)
15677      Branch: perl
15678            ! lib/File/Spec/Unix.pm
15679 ____________________________________________________________________________
15680 [ 11728] By: ams                                   on 2001/08/22  20:25:41
15681         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
15682              questions)
15683              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
15684              Date: Wed, 22 Aug 2001 17:09:04 -0400
15685              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
15686      Branch: perl
15687            ! lib/File/Spec.pm
15688 ____________________________________________________________________________
15689 [ 11727] By: ams                                   on 2001/08/22  19:43:30
15690         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
15691              From: John Peacock <jpeacock@rowman.com>
15692              Date: Wed, 22 Aug 2001 12:35:52 -0400
15693              Message-Id: <3B83DF68.5D89DC81@rowman.com>
15694              (Adds proper tests for $], notwithstanding Subject. +nitpick)
15695      Branch: perl
15696            ! t/op/ver.t
15697 ____________________________________________________________________________
15698 [ 11726] By: ams                                   on 2001/08/22  19:36:39
15699         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
15700              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
15701              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
15702              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
15703      Branch: perl
15704            ! lib/diagnostics.pm lib/diagnostics.t
15705 ____________________________________________________________________________
15706 [ 11725] By: ams                                   on 2001/08/22  19:25:01
15707         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
15708              From: Nicholas Clark <nick@ccl4.org>
15709              Date: Wed, 22 Aug 2001 20:59:05 +0100
15710              Message-Id: <20010822205905.U82818@plum.flirble.org>
15711      Branch: perl
15712            ! pp.c t/op/64bitint.t t/op/arith.t
15713 ____________________________________________________________________________
15714 [ 11724] By: ams                                   on 2001/08/22  10:02:33
15715         Log: Subject: Configure blooper
15716              From: H.Merijn Brand <h.m.brand@hccnet.nl>
15717              Date: Wed, 22 Aug 2001 12:38:35 +0200
15718              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
15719      Branch: perl
15720            ! Configure
15721 ____________________________________________________________________________
15722 [ 11723] By: ams                                   on 2001/08/21  16:17:53
15723         Log: Subject: [PATCH] installperl -help
15724              From: Nicholas Clark <nick@ccl4.org>
15725              Date: Tue, 21 Aug 2001 17:34:23 +0100
15726              Message-Id: <20010821173423.F82818@plum.flirble.org>
15727      Branch: perl
15728            ! installperl
15729 ____________________________________________________________________________
15730 [ 11722] By: ams                                   on 2001/08/20  07:46:31
15731         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
15732              From: Ilmari Karonen <iltzu@sci.fi>
15733              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
15734              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
15735      Branch: perl
15736            ! pod/perlvar.pod
15737 ____________________________________________________________________________
15738 [ 11721] By: nick                                  on 2001/08/20  06:24:31
15739         Log: Integrate mainline
15740      Branch: perlio
15741           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
15742           +> lib/Lingua/KO/Hangul/Util/Changes
15743           +> lib/Lingua/KO/Hangul/Util/README
15744           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
15745           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
15746           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
15747           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
15748           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
15749           +> lib/Unicode/Normalize/t/test.t
15750            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
15751           !> (integrate 55 files)
15752 ____________________________________________________________________________
15753 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
15754         Log: Integrate Change #11599 from maint-5.6/perl
15755      Branch: maint-5.6/macperl
15756           !> README.win32
15757 ____________________________________________________________________________
15758 [ 11719] By: ams                                   on 2001/08/18  21:21:42
15759         Log: Add Porting/apply to MANIFEST.
15760      Branch: perl
15761            ! MANIFEST
15762 ____________________________________________________________________________
15763 [ 11718] By: sky                                   on 2001/08/18  14:38:01
15764         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
15765              Better solution would be to make 5005threaded perl use
15766              the same system as ithreads do
15767      Branch: perl
15768            ! perl.h
15769 ____________________________________________________________________________
15770 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
15771         Log: New try for ID 20010407.006: detach the semantics
15772              "was the last match target UTF8" into its own variable.
15773      Branch: perl
15774            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
15775            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
15776 ____________________________________________________________________________
15777 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
15778         Log: UTF8 flag should be meaningful only when POK.
15779      Branch: perl
15780            ! dump.c
15781 ____________________________________________________________________________
15782 [ 11715] By: sky                                   on 2001/08/18  11:45:16
15783         Log: USE_THREADS and USE_ITHREADS are never true at the same time
15784      Branch: perl
15785            ! perl.h
15786 ____________________________________________________________________________
15787 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
15788         Log: Retract #11712 for now.  The real fix would probably
15789              be something like making PL_reg_sv a copy (PV + UTF8)
15790              of the matched/substituted string (note: not just a SvPOK
15791              string, for example the stringified form of a ROK would
15792              be applicable)  Beware of leaks.
15793      Branch: perl
15794            ! pp_hot.c t/op/pat.t
15795 ____________________________________________________________________________
15796 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
15797         Log: UTF8 wasn't printing for PVMGs.
15798      Branch: perl
15799            ! dump.c
15800 ____________________________________________________________________________
15801 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
15802         Log: (Retracted by #11714)
15803              
15804              Okay analysis, debatable fix.  (The fix will inc
15805              the refcount of all temporary match objects,
15806              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
15807              which will then cause griping at untie() time
15808              ("inner references remain").
15809              
15810              Fix for ID 20010407.006: PL_reg_sv got wiped out
15811              by freetemps if the match target was a temporary
15812              (like function_call() =~ /.../), which in turn meant
15813              that the $1 et al stopped working if they had UTF-8
15814              in them.  Therefore bump up the refcount of PL_reg_sv.
15815      Branch: perl
15816            ! pp_hot.c t/op/pat.t
15817 ____________________________________________________________________________
15818 [ 11711] By: ams                                   on 2001/08/17  20:32:08
15819         Log: Subject: [PATCH] doesn't compile, was perl@11710
15820              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
15821              Date: Fri, 17 Aug 2001 23:21:10 +0200
15822              Message-Id: <20010817232110.C7041@rafael> 
15823      Branch: perl
15824            ! sharedsv.c
15825 ____________________________________________________________________________
15826 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
15827         Log: Update Changes.
15828      Branch: perl
15829            ! Changes patchlevel.h
15830 ____________________________________________________________________________
15831 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
15832         Log: Upgrade to libnet 1.0704.
15833      Branch: perl
15834            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
15835            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
15836            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
15837            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
15838            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
15839            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
15840            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
15841 ____________________________________________________________________________
15842 [ 11708] By: sky                                   on 2001/08/17  13:34:04
15843         Log: Let perl_clone copy PL_exit_flags
15844      Branch: perl
15845            ! sv.c
15846 ____________________________________________________________________________
15847 [ 11707] By: sky                                   on 2001/08/17  12:28:41
15848         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
15849      Branch: perl
15850            ! sharedsv.c sharedsv.h
15851 ____________________________________________________________________________
15852 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
15853         Log: The metaconfig unit change for #11705.
15854      Branch: metaconfig/U/perl
15855            ! Extensions.U
15856 ____________________________________________________________________________
15857 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
15858         Log: Allow the threads extension to be found if present.
15859      Branch: perl
15860            ! Configure
15861 ____________________________________________________________________________
15862 [ 11704] By: nick                                  on 2001/08/17  11:47:54
15863         Log: Mail -> change script (pre-alpha)
15864      Branch: perl
15865            + Porting/apply
15866 ____________________________________________________________________________
15867 [ 11703] By: sky                                   on 2001/08/17  07:11:24
15868         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
15869              Thanks to Tom Hospel for pointing out my error.
15870      Branch: perl
15871            ! op.h
15872 ____________________________________________________________________________
15873 [ 11702] By: sky                                   on 2001/08/17  04:18:11
15874         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.
15875      Branch: perl
15876            ! embed.pl miniperlmain.c perl.c perl.h proto.h
15877 ____________________________________________________________________________
15878 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
15879         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
15880              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
15881      Branch: perl
15882            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
15883            + lib/Lingua/KO/Hangul/Util/README
15884            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
15885            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
15886            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
15887            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
15888            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
15889            + lib/Unicode/Normalize/t/test.t
15890            ! MANIFEST
15891 ____________________________________________________________________________
15892 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
15893         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
15894              Date: Thu, 16 Aug 2001 22:46:15 -0500
15895              From: "Craig A. Berry" <craigberry@mac.com>
15896              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
15897      Branch: perl
15898            ! configure.com numeric.c
15899 ____________________________________________________________________________
15900 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
15901         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
15902              of the usual suspects (like getpwent) but not for others
15903              (like localtime and rand).  The _r versions are available
15904              for all of them, so let's use them.
15905      Branch: perl
15906            ! perl.h
15907 ____________________________________________________________________________
15908 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
15909         Log: (Accidental apply; thankfully empty.)
15910      Branch: perl
15911            ! hints/os390.sh
15912 ____________________________________________________________________________
15913 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
15914         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
15915              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15916              Date: Thu, 16 Aug 2001 16:27:49 +0100
15917              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
15918      Branch: perl
15919            ! regexec.c t/op/re_tests
15920 ____________________________________________________________________________
15921 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
15922         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
15923              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15924              Date: Thu, 16 Aug 2001 18:50:01 +0100
15925              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
15926      Branch: perl
15927            ! pp_hot.c t/op/pat.t
15928 ____________________________________________________________________________
15929 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
15930         Log: Subject: [PATCH] *time_r again
15931              From: "Arthur Bergman" <arthur@contiller.se>
15932              Date: Thu, 16 Aug 2001 16:01:54 +0200
15933              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
15934      Branch: perl
15935            ! op.h
15936 ____________________________________________________________________________
15937 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
15938         Log: system() and backtick error handling cleanup from Craig A. Berry.
15939      Branch: perl
15940            ! vms/vms.c
15941 ____________________________________________________________________________
15942 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
15943         Log: change#10334 leaks memory, copies string when it doesn't
15944              need to
15945      Branch: perl
15946            ! perl.c
15947 ____________________________________________________________________________
15948 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
15949         Log: One more twist to the sprintf + utf8 testing.
15950      Branch: perl
15951            ! t/op/misc.t
15952 ____________________________________________________________________________
15953 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
15954         Log: Fix for 20010407.008 sprintf removes utf8-ness.
15955      Branch: perl
15956            ! pp.c t/op/misc.t
15957 ____________________________________________________________________________
15958 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
15959         Log: Subject: [PATCH] *time_r fixes
15960              From: "Arthur Bergman" <arthur@contiller.se>
15961              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
15962              Date: Thu, 16 Aug 2001 14:22:27 +0200
15963      Branch: perl
15964            ! op.h
15965 ____________________________________________________________________________
15966 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
15967         Log: Upgrade to CGI.pm 2.77.
15968      Branch: perl
15969            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
15970            ! lib/CGI/t/function.t
15971 ____________________________________________________________________________
15972 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
15973         Log: Document the bytes-to-Unicode upgrading.
15974      Branch: perl
15975            ! pod/perlunicode.pod
15976 ____________________________________________________________________________
15977 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
15978         Log: Add a test for Unicode sprintf.
15979      Branch: perl
15980            ! t/op/misc.t
15981 ____________________________________________________________________________
15982 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
15983         Log: Add Unicode tests for index/rindex.
15984      Branch: perl
15985            ! t/op/index.t
15986 ____________________________________________________________________________
15987 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
15988         Log: Document a bit the art of minimizing the installation,
15989              based on the p5p discussion.
15990      Branch: perl
15991            ! INSTALL
15992 ____________________________________________________________________________
15993 [ 11684] By: nick                                  on 2001/08/15  15:03:31
15994         Log: Integrate mainline
15995      Branch: perlio
15996           +> sharedsv.c sharedsv.h
15997           !> (integrate 53 files)
15998 ____________________________________________________________________________
15999 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
16000         Log: Update Changes.
16001      Branch: perl
16002            ! Changes patchlevel.h
16003 ____________________________________________________________________________
16004 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
16005         Log: The #11673 necessitated a test tweak.
16006      Branch: perl
16007            ! t/io/utf8.t
16008 ____________________________________________________________________________
16009 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
16010         Log: Also UNICOS is in the general case unable to silently
16011              handle fp overflows.
16012      Branch: perl
16013            ! numeric.c
16014 ____________________________________________________________________________
16015 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
16016         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
16017              NV_EPSILON #defined.
16018      Branch: perl
16019            ! perl.h
16020 ____________________________________________________________________________
16021 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
16022         Log: Re-establish the fp overflow detection for VAX VMS; there
16023              is no easy way to have the IEEE fp silent overflow semantics.
16024              (in Alpha VMS we still will use IEEE fp by default-- but it
16025              is still possible to configure Perl to use G_FLOAT)
16026      Branch: perl
16027            ! numeric.c
16028 ____________________________________________________________________________
16029 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
16030         Log: Subject: [PATCH] pp_lock 
16031              From: "Arthur Bergman" <arthur@contiller.se>
16032              Date: Wed, 15 Aug 2001 11:52:16 +0200
16033              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
16034      Branch: perl
16035            ! pp.c
16036 ____________________________________________________________________________
16037 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
16038         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
16039              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16040              Date: Wed, 15 Aug 2001 11:32:11 +0100
16041              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
16042      Branch: perl
16043            ! regcomp.c t/op/re_tests
16044 ____________________________________________________________________________
16045 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
16046         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
16047              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
16048              Date: Wed, 15 Aug 2001 10:33:49 +0100
16049              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
16050      Branch: perl
16051            ! regexec.c t/op/re_tests
16052 ____________________________________________________________________________
16053 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
16054         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
16055              From: Barrie Slaymaker <barries@slaysys.com>
16056              Date: Tue, 14 Aug 2001 14:32:25 -0400
16057              Message-ID: <20010814143225.A19822@jester.slaysys.com>
16058      Branch: perl
16059            ! lib/File/Spec.t lib/File/Spec/Unix.pm
16060 ____________________________________________________________________________
16061 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
16062         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
16063              From: Peter Prymmer <pvhp@forte.com>
16064              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
16065              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
16066      Branch: perl
16067            ! README.vms configure.com
16068 ____________________________________________________________________________
16069 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
16070         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
16071              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
16072              Date: Tue, 14 Aug 2001 21:23:27 +0200
16073              Message-ID: <20010814212327.A1919@rafael>
16074      Branch: perl
16075            ! doio.c
16076 ____________________________________________________________________________
16077 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
16078         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
16079              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16080              Date: Tue, 14 Aug 2001 22:30:11 +0200
16081              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
16082              
16083              Combination of nmake, quoting, and Perl expanded $( in here-doc.
16084      Branch: perl
16085            ! ext/SDBM_File/Makefile.PL
16086 ____________________________________________________________________________
16087 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
16088         Log: Todo updates.
16089      Branch: perl
16090            ! pod/perltodo.pod
16091 ____________________________________________________________________________
16092 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
16093         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
16094              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16095              Date: Mon, 13 Aug 2001 23:15:01 +0200
16096              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
16097      Branch: perl
16098            ! sv.c
16099 ____________________________________________________________________________
16100 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
16101         Log: Subject: [PATCH] [b-]showlex.t
16102              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
16103              Date: Sun, 12 Aug 2001 22:24:51 +0200
16104              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
16105              
16106              The 4nt command shell will expand the % in command line
16107              no matter what quoting is attempted, changed the % to @.
16108      Branch: perl
16109            ! ext/B/Showlex.t
16110 ____________________________________________________________________________
16111 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
16112         Log: Subject: [PATCH] magic.t
16113              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
16114              Date: Sun, 12 Aug 2001 20:49:27 +0200
16115              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
16116      Branch: perl
16117            ! t/op/magic.t
16118 ____________________________________________________________________________
16119 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
16120         Log: Add sharedsv* to the DOSish platforms; plus add
16121              some WinCE files to the list of DOSish files.
16122      Branch: perl
16123            ! NetWare/Makefile Porting/makerel win32/Makefile
16124            ! win32/makefile.mk wince/Makefile.ce
16125 ____________________________________________________________________________
16126 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
16127         Log: More DOSish files.
16128      Branch: perl
16129            ! Porting/makerel
16130 ____________________________________________________________________________
16131 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
16132         Log: Strip CRs from the WinCE files.  Now we need to
16133              figure out in which CRs are really needed: probably
16134              Makefile.ce and the README files, at least, probably
16135              also the registry.bat.
16136      Branch: perl
16137            ! wince/Makefile.ce wince/README.compile wince/README.perlce
16138            ! wince/config.h wince/include/cectype.h wince/include/errno.h
16139            ! wince/include/sys/stat.h wince/include/sys/types.h
16140            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
16141            ! wince/perldll.def wince/registry.bat wince/wince.h
16142            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
16143 ____________________________________________________________________________
16144 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
16145         Log: Add some files to DOSish and writables.
16146      Branch: perl
16147            ! Porting/makerel
16148 ____________________________________________________________________________
16149 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
16150         Log: Compile failure message tidying.
16151      Branch: perl
16152            ! t/lib/1_compile.t
16153 ____________________________________________________________________________
16154 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
16155         Log: The new sharedsv* should be exported only if usethreads.
16156      Branch: perl
16157            ! makedef.pl
16158 ____________________________________________________________________________
16159 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
16160         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
16161              From: Peter Prymmer <pvhp@forte.com>
16162              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
16163              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
16164      Branch: perl
16165            ! README.os390
16166 ____________________________________________________________________________
16167 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
16168         Log: Update Changes.
16169      Branch: perl
16170            ! Changes patchlevel.h
16171 ____________________________________________________________________________
16172 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
16173         Log: Subject: [PATHC] sharedsv.[c|h]
16174              From: "Artur Bergman" <artur@contiller.se>
16175              Date: Mon, 13 Aug 2001 14:38:41 +0200
16176              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
16177              
16178              Subject: [PATCH] embed.pl
16179              From: Arthur Bergman <arthur@contiller.se>
16180              Date: Mon, 13 Aug 2001 14:38:14 +0200
16181              Message-ID: <B79D96D6.3088%arthur@contiller.se>
16182              
16183              Subject: [PATCH] sharedsv cleanups
16184              From: "Arthur Bergman" <arthur@contiller.se>
16185              Date: Mon, 13 Aug 2001 15:14:25 +0200
16186              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
16187              
16188              Plus few tweaks: _init needs to be Adp, the prototypes
16189              should not be revealed unless using ithreads, #endif FOO
16190              must be #endif /* FOO */, adding (parentheses) around
16191              do { } while doesn't work too well.
16192      Branch: perl
16193            + sharedsv.c sharedsv.h
16194            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
16195            ! perl.h perlapi.c pod/perlapi.pod proto.h
16196 ____________________________________________________________________________
16197 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
16198         Log: Subject: Re: END {} blocks run in perl_run
16199              From: Arthur Bergman <arthur@contiller.se>
16200              Date: Mon, 13 Aug 2001 11:11:30 +0200
16201              Message-ID: <B79D6661.3068%arthur@contiller.se>
16202      Branch: perl
16203            ! perl.c
16204 ____________________________________________________________________________
16205 [ 11657] By: nick                                  on 2001/08/13  09:03:02
16206         Log: Integrate mainline
16207      Branch: perlio
16208           +> (branch 326 files)
16209            - (delete 330 files)
16210           !> (integrate 85 files)
16211 ____________________________________________________________________________
16212 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
16213         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
16214              and the Perl will be built to do that by default (adding that
16215              will break scripts having non-UTF-8 binary data, such as Latin-1.)
16216      Branch: perl
16217            ! op.c toke.c utf8.h
16218 ____________________________________________________________________________
16219 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
16220         Log: Unnecessary downgrades.
16221      Branch: perl
16222            ! doop.c
16223 ____________________________________________________________________________
16224 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
16225         Log: Failure not true anymore (probably caused by my broken setup).
16226      Branch: perl
16227            ! t/op/pat.t
16228 ____________________________________________________________________________
16229 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
16230         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
16231              stopped working).
16232      Branch: perl
16233            ! op.h pp_ctl.c regcomp.c
16234 ____________________________________________________________________________
16235 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
16236         Log: There is no IN_UTF8.
16237      Branch: perl
16238            ! utf8.h
16239 ____________________________________________________________________________
16240 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
16241         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
16242      Branch: perl
16243            ! op.c op.h pp_ctl.c regcomp.c
16244 ____________________________________________________________________________
16245 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
16246         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
16247              and a test tweak.
16248      Branch: perl
16249            ! op.c t/pod/find.t
16250 ____________________________________________________________________________
16251 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
16252         Log: Todo updates and fixes.
16253      Branch: perl
16254            ! pod/perltodo.pod
16255 ____________________________________________________________________________
16256 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
16257         Log: Mark tests (and one module) having explicit Latin-1
16258              (and one file having explicit UTF-8) with an explicit
16259              'no utf8' (and one explicit 'use utf8').
16260              
16261              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
16262      Branch: perl
16263            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
16264            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
16265            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
16266 ____________________________________________________________________________
16267 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
16268         Log: Subject: SV: END {} blocks run in perl_run
16269              From: "Arthur Bergman" <arthur@contiller.se>
16270              Date: Sun, 12 Aug 2001 00:34:28 +0200 
16271              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
16272      Branch: perl
16273            ! miniperlmain.c perl.c
16274 ____________________________________________________________________________
16275 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
16276         Log: Typos in #11645.
16277      Branch: perl
16278            ! perl.h
16279 ____________________________________________________________________________
16280 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
16281         Log: On ithreads default to use_reentrant except on naturally
16282              threadsafe platforms.
16283      Branch: perl
16284            ! perl.h
16285 ____________________________________________________________________________
16286 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
16287         Log: (Hopefully) a fix for 20010723.004: make install needs
16288              write permission in build directory.  The problem was
16289              probably caused by overeager sprinkling of the lib/re.pm
16290              dependencies (which was done to guarantee lib/re.pm being
16291              uptodate for parallel makes: now solved by funneling that
16292              through an explicit recursive make in the preplibrary target).
16293      Branch: perl
16294            ! Makefile.SH
16295 ____________________________________________________________________________
16296 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
16297         Log: Dispell the "use utf8" superstition.
16298      Branch: perl
16299            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
16300            ! pod/perlunicode.pod
16301 ____________________________________________________________________________
16302 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
16303         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
16304              From: "Abigail" <abigail@foad.org> 
16305              Date: Sat, 11 Aug 2001 23:49:49 +0200
16306              Message-ID: <20010811214950.23255.qmail@foad.org>
16307      Branch: perl
16308            ! t/op/taint.t
16309 ____________________________________________________________________________
16310 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
16311         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
16312              From: Abhijit Menon-Sen <ams@wiw.org>
16313              Date: Sat, 11 Aug 2001 06:18:19 +0530
16314              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
16315      Branch: perl
16316            ! mg.c
16317 ____________________________________________________________________________
16318 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
16319         Log: Test for change #11639.
16320      Branch: perl
16321            ! t/op/tiehandle.t
16322 ____________________________________________________________________________
16323 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
16324         Log: Subject: Re: Can't localize *FH, then tie it
16325              From: Abhijit Menon-Sen <ams@wiw.org>
16326              Date: Sun, 12 Aug 2001 16:08:06 +0530
16327              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
16328      Branch: perl
16329            ! pp_hot.c pp_sys.c
16330 ____________________________________________________________________________
16331 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
16332         Log: Drop all the unnecessary "use utf8" clauses and some of
16333              the unnecessary "use bytes" ones.
16334              
16335              TODO: scour the documentation for unnecessary "use utf8"
16336              and prominently display it in perldelta when the time comes.
16337              ("use utf8" should be necessary ONLY if one wants the script
16338              to be in UTF-8.)  Also should be checked in some non-ASCII
16339              non-Latin-1 platform, like EBCDIC.
16340      Branch: perl
16341            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
16342            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
16343 ____________________________________________________________________________
16344 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
16345         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
16346              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
16347              in Unicode handling.
16348      Branch: perl
16349            + t/op/lc.t
16350            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
16351 ____________________________________________________________________________
16352 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
16353         Log: Thinko: we want the flags for native cc, not gcc.
16354      Branch: perl
16355            ! hints/dec_osf.sh
16356 ____________________________________________________________________________
16357 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
16358         Log: (retracted by 13077)
16359              Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
16360              From: Robin Houston <robin@kitsite.com>
16361              Date: Fri, 10 Aug 2001 14:42:02 +0100
16362              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
16363      Branch: perl
16364            ! pp.c
16365 ____________________________________________________________________________
16366 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
16367         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
16368              From: Abhijit Menon-Sen <ams@wiw.org>
16369              Date: Sat, 11 Aug 2001 16:31:04 +0530
16370              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
16371      Branch: perl
16372            ! op.c
16373 ____________________________________________________________________________
16374 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
16375         Log: Get rid of indread, from Abhijit Menon-Sen.
16376      Branch: perl
16377            ! pp_sys.c
16378 ____________________________________________________________________________
16379 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
16380         Log: CRLFgngngn.
16381      Branch: perl
16382            ! win32/Makefile win32/makefile.mk
16383 ____________________________________________________________________________
16384 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
16385         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
16386      Branch: perl
16387            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
16388            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
16389            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
16390            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
16391            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
16392            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
16393            ! win32/Makefile win32/makefile.mk
16394 ____________________________________________________________________________
16395 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
16396         Log: Avoid #elif (less portable than #else #if).
16397      Branch: perl
16398            ! handy.h
16399 ____________________________________________________________________________
16400 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
16401         Log: Subject: patch for perlvar.pod
16402              From: mah@everybody.org (Mark A. Hershberger)
16403              Date: 08 Aug 2001 17:03:16 -0500
16404              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
16405      Branch: perl
16406            ! pod/perlvar.pod
16407 ____________________________________________________________________________
16408 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
16409         Log: cpp commands must start (the # must be) at the column #0.
16410      Branch: perl
16411            ! op.c
16412 ____________________________________________________________________________
16413 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
16414         Log: If using gcc -B/foo/bar makedepend would give
16415              unnecessary warnings about unused -B/foo/bar.
16416      Branch: perl
16417            ! makedepend.SH
16418 ____________________________________________________________________________
16419 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
16420         Log: Update Changes.
16421      Branch: perl
16422            ! Changes patchlevel.h
16423 ____________________________________________________________________________
16424 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
16425         Log: s/z/tz/
16426      Branch: perl
16427            ! pod/perlfaq2.pod
16428 ____________________________________________________________________________
16429 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
16430         Log: Article nit.
16431      Branch: perl
16432            ! pod/perlfaq2.pod
16433 ____________________________________________________________________________
16434 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
16435         Log: Rename lib/unicode files to lib/unicore to avoid
16436              conflicts between core lib/unicode and Unicode::
16437              files in case-ignoring filesystems.
16438      Branch: perl
16439            + (add 325 files)
16440            - (delete 324 files)
16441            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
16442 ____________________________________________________________________________
16443 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
16444         Log: Upgrade to Math::BigInt 1.41.
16445      Branch: perl
16446            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
16447 ____________________________________________________________________________
16448 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
16449         Log: Subject: [PATCH] remove PL_na from typemap
16450              From: James <james@rf.net>
16451              Date: Mon, 06 Aug 2001 20:23:15 -0700
16452              Message-ID: <3B6F5F23.A31A81B1@rf.net>
16453              
16454              (had to be manually applied)
16455      Branch: perl
16456            ! lib/ExtUtils/typemap
16457 ____________________________________________________________________________
16458 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
16459         Log: The metaconfig unit changes for #11618.
16460      Branch: metaconfig/U/perl
16461            + d_fpclassl.U i_fp.U
16462 ____________________________________________________________________________
16463 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
16464         Log: Forgot this from #11618.
16465              
16466              NOTE: wince/config_H.ce needs updating.
16467      Branch: perl
16468            ! wince/config.ce
16469 ____________________________________________________________________________
16470 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
16471         Log: Introduce more floating point classifying APIs;
16472              try to define (most importantly) Perl_is{inf,nan}(x).
16473              
16474              For this first cut, assume none such APIs exist in non-UNIXoid
16475              platforms-- this is of course too unkind: Win32 rumoredly has
16476              _fpclass() and _isnan(), and VMS/VOS very probably have some
16477              of the APIs available.     The only thing Perl uses at the moment
16478              is Perl_isnan() (has been in use for a while now).
16479              
16480              NOTE: the Win32 and NetWare config_h.?c need regenerating.
16481      Branch: perl
16482            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
16483            ! Porting/config_H config_h.SH configure.com epoc/config.sh
16484            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
16485            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
16486            ! vos/config.ga.h win32/config.bc win32/config.gc
16487            ! win32/config.vc win32/config_H.bc win32/config_H.gc
16488            ! win32/config_H.vc wince/config.ce wince/config.h
16489 ____________________________________________________________________________
16490 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
16491         Log: Integrate change #11519 from perlio:
16492              
16493              Avoid testing for (non-)existance of "encoding(xxxx)"
16494              layer is called "encoding" the (xxxx) is an argument.
16495      Branch: perl
16496           !> lib/open.pm
16497 ____________________________________________________________________________
16498 [ 11616] By: nick                                  on 2001/08/09  07:50:24
16499         Log: Integrate mainline
16500      Branch: perlio
16501           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
16502           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
16503           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
16504           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
16505            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
16506            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
16507           !> (integrate 79 files)
16508 ____________________________________________________________________________
16509 [ 11615] By: nick                                  on 2001/08/09  06:23:44
16510         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
16511              layer is called "encoding" the (xxxx) is an argument.
16512      Branch: perlio
16513            ! lib/open.pm
16514 ____________________________________________________________________________
16515 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
16516         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
16517              From: Paul Johnson <paul@pjcj.net>
16518              Date: Wed, 8 Aug 2001 23:54:17 +0200
16519              Message-ID: <20010808235417.O1006@pjcj.net>
16520      Branch: perl
16521            ! ext/B/B/Concise.pm
16522 ____________________________________________________________________________
16523 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
16524         Log: Make VMS use IEEE math by default; reorder Tru64 hints
16525              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
16526              exception semantics) is always set if using (the new) cc.
16527      Branch: perl
16528            ! configure.com hints/dec_osf.sh
16529 ____________________________________________________________________________
16530 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
16531         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
16532              From: Abhijit Menon-Sen <ams@wiw.org>
16533              Date: Tue, 7 Aug 2001 17:16:05 +0530
16534              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
16535      Branch: perl
16536            ! pp_sys.c
16537 ____________________________________________________________________________
16538 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
16539         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
16540              From: "Craig A. Berry" <craigberry@mac.com>
16541              Date: Tue, 07 Aug 2001 22:27:47 -0500
16542              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
16543      Branch: perl
16544            ! t/run/exit.t
16545 ____________________________________________________________________________
16546 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
16547         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
16548              From: "Craig A. Berry" <craigberry@mac.com>
16549              Date: Tue, 07 Aug 2001 20:01:53 -0500
16550              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
16551      Branch: perl
16552            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
16553 ____________________________________________________________________________
16554 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
16555         Log: Update the magazine information.
16556      Branch: perl
16557            ! pod/perlfaq2.pod
16558 ____________________________________________________________________________
16559 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
16560         Log: Ignore SIGFPE everywhere.
16561      Branch: perl
16562            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
16563 ____________________________________________________________________________
16564 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
16565         Log: With permission, change the licensing of the docs by
16566              TomC (and Gnat) to comply with the rest of Perl.
16567      Branch: perl
16568            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
16569            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
16570            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
16571            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
16572            ! pod/perltootc.pod
16573 ____________________________________________________________________________
16574 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
16575         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
16576              From: Andy Dougherty <doughera@lafayette.edu>
16577              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
16578              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
16579      Branch: perl
16580            ! hints/openbsd.sh
16581 ____________________________________________________________________________
16582 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
16583         Log: Subject: [PATCH] Makefile.SH test_prep dependency
16584              From: Andy Dougherty <doughera@lafayette.edu>
16585              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
16586              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
16587      Branch: perl
16588            ! Makefile.SH
16589 ____________________________________________________________________________
16590 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
16591         Log: Don't autogenerate the headers et alia,
16592              make regen_headers explicitly.
16593      Branch: perl
16594            ! Makefile.SH
16595 ____________________________________________________________________________
16596 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
16597         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
16598              From: Gurusamy Sarathy <gsar@ActiveState.com> 
16599              Date: Tue, 07 Aug 2001 08:33:26 -0700
16600              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
16601              
16602              Unnecessary dependency.
16603      Branch: perl
16604            ! embed.pl
16605 ____________________________________________________________________________
16606 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
16607         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
16608              From: Abhijit Menon-Sen <ams@wiw.org>
16609              Date: Tue, 7 Aug 2001 09:10:54 +0530
16610              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
16611      Branch: perl
16612            ! pp_hot.c
16613 ____________________________________________________________________________
16614 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
16615         Log: Subject: [PATCH perl@11597] B && BEGIN handling
16616              From: "James A. Duncan" <jduncan@fotango.com>
16617              Date: Mon, 6 Aug 2001 17:29:11 +0100
16618              Message-ID: <20010806172911.A2071@fotango.com>
16619              
16620              (the intrpvar.h addition moved to the end for bincompat)
16621      Branch: perl
16622            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
16623 ____________________________________________________________________________
16624 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
16625         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
16626      Branch: perl
16627           !> README.win32
16628 ____________________________________________________________________________
16629 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
16630         Log: fix URLs for fcrypt.c
16631      Branch: maint-5.6/perl
16632            ! README.win32
16633 ____________________________________________________________________________
16634 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
16635         Log: Yet another way to say Infinity: HP-UX calls its "++".
16636      Branch: perl
16637            ! lib/Math/BigInt/t/bigintpm.t
16638 ____________________________________________________________________________
16639 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
16640         Log: Update Changes.
16641      Branch: perl
16642            ! Changes patchlevel.h
16643 ____________________________________________________________________________
16644 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
16645         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
16646      Branch: perl
16647            ! pod/perlfaq5.pod
16648 ____________________________________________________________________________
16649 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
16650         Log: The #11593 wasn't right.
16651      Branch: perl
16652            ! lib/Math/BigInt/t/bigintpm.t
16653 ____________________________________________________________________________
16654 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
16655         Log: Subject: [PATCH: perl@11564] introducing perlivp
16656              From: Prymmer/Kahn <pvhp@best.com>
16657              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
16658              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
16659              
16660              Subject: Re: [PATCH: perl@11564] introducing perlivp
16661              From: Prymmer/Kahn <pvhp@best.com>
16662              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
16663              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
16664      Branch: perl
16665            + utils/perlivp.PL
16666            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
16667            ! win32/Makefile win32/makefile.mk
16668 ____________________________________________________________________________
16669 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
16670         Log: libcs are confused what to call Infinity.
16671      Branch: perl
16672            ! lib/Math/BigInt/t/bigintpm.t
16673 ____________________________________________________________________________
16674 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
16675         Log: Avoid SIGFPE in Tru64.
16676      Branch: perl
16677            ! numeric.c
16678 ____________________________________________________________________________
16679 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
16680         Log: Upgrade to Math::BigInt 1.40.
16681              
16682              NOTE: this patch necessitates doing something about
16683              infinity handling since the new bigintpm.t tests use
16684              infinity, which causes SIGFPEs at least in Tru64.
16685      Branch: perl
16686            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
16687            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
16688            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
16689            ! lib/Math/BigInt/t/mbimbf.t
16690 ____________________________________________________________________________
16691 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
16692         Log: remove hardcoded cmd shell in testsuite
16693      Branch: perl
16694            ! t/op/glob.t t/op/magic.t t/op/stat.t
16695 ____________________________________________________________________________
16696 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
16697         Log: 4-arg select() was busted on windows because change#8178 didn't
16698              make it into mainline
16699      Branch: perl
16700            ! perl.h win32/include/sys/socket.h
16701 ____________________________________________________________________________
16702 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
16703         Log: Rename the Getopt::Long tests to be as they are
16704              in the Getopt::Long official distribution.
16705      Branch: perl
16706            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
16707            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
16708            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
16709            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
16710            ! MANIFEST
16711 ____________________________________________________________________________
16712 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
16713         Log: Upgrade to Getopt::Long 2.26.
16714      Branch: perl
16715            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
16716            ! MANIFEST lib/Getopt/Long.pm
16717 ____________________________________________________________________________
16718 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
16719         Log: Retract #10874 (the hack should be unnecessary by now)
16720      Branch: perl
16721            ! lib/Test/Harness.pm
16722 ____________________________________________________________________________
16723 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
16724         Log: avoid temp file littering in tests
16725      Branch: perl
16726            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
16727 ____________________________________________________________________________
16728 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
16729         Log: Subject: warning in sv.c: double format, NV arg
16730              From: "Philip Newton" <Philip.Newton@gmx.net>
16731              Date: Sun, 5 Aug 2001 19:41:07 +0200
16732              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
16733      Branch: perl
16734            ! sv.c
16735 ____________________________________________________________________________
16736 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
16737         Log: fix POSIX.t#13 for windos
16738      Branch: perl
16739            ! ext/POSIX/POSIX.t
16740 ____________________________________________________________________________
16741 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
16742         Log: Add a test for PerlIO::Via.
16743      Branch: perl
16744            + ext/PerlIO/t/via.t
16745            ! MANIFEST ext/PerlIO/Via/Via.pm
16746 ____________________________________________________________________________
16747 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
16748         Log: flock() and link() are not available on Windows 9x
16749      Branch: perl
16750            ! win32/config_sh.PL
16751 ____________________________________________________________________________
16752 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
16753         Log: Some Tru64 C compilers have C++ components that confuse
16754              the ccversion parsing.
16755      Branch: perl
16756            ! hints/dec_osf.sh
16757 ____________________________________________________________________________
16758 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
16759         Log: (Reintroduce #11125)
16760              
16761              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
16762              From: Alan Burlison <Alan.Burlison@sun.com> 
16763              Date: Tue, 03 Jul 2001 15:20:13 +0100   
16764              Message-ID: <3B41D49D.A923D4F9@sun.com> 
16765      Branch: perl
16766            ! lib/ExtUtils/MM_Unix.pm
16767 ____________________________________________________________________________
16768 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
16769         Log: Little pointer juggling for HP-UX cc to avoid
16770              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
16771              followed by
16772              "error 1549: Modifiable lvalue required for assignment operator."
16773      Branch: perl
16774            ! hv.c
16775 ____________________________________________________________________________
16776 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
16777         Log: Continuation of #11575: SANY_SEEN completely deprecated,
16778              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
16779              plus a fix for the bug.
16780      Branch: perl
16781            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
16782 ____________________________________________________________________________
16783 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
16784         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
16785              From: Doug MacEachern <dougm@covalent.net>
16786              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
16787              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
16788      Branch: perl
16789            ! sv.c
16790 ____________________________________________________________________________
16791 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
16792         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
16793              the new CANY is the \C.  The problem reported and the
16794              test case supplied in
16795              
16796              Subject: UTF-8 bugs in string length & single line regex matches
16797              From: "Daniel P. Berrange" <dan@berrange.com>
16798              Date: Fri, 3 Aug 2001 11:39:33 +0100
16799              Message-ID: <20010803113932.A19318@berrange.com>
16800      Branch: perl
16801            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
16802            ! t/op/pat.t
16803 ____________________________________________________________________________
16804 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
16805         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
16806              From: Doug MacEachern <dougm@covalent.net>
16807              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
16808              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
16809      Branch: perl
16810            ! perl.c regexec.c
16811 ____________________________________________________________________________
16812 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
16813         Log: The #11572 didn't up the test count.
16814      Branch: perl
16815            ! t/op/length.t
16816 ____________________________________________________________________________
16817 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
16818         Log: Subject: UTF-8 bugs in string length & single line regex matches
16819              From: "Daniel P. Berrange" <dan@berrange.com>
16820              Date: Fri, 3 Aug 2001 11:39:33 +0100         
16821              Message-ID: <20010803113932.A19318@berrange.com>
16822              
16823              (the mg_length() fix)
16824      Branch: perl
16825            ! mg.c t/op/length.t
16826 ____________________________________________________________________________
16827 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
16828         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
16829              From: Abhijit Menon-Sen <ams@wiw.org>
16830              Date: Sat, 4 Aug 2001 16:56:35 +0530
16831              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
16832      Branch: perl
16833            ! hv.c
16834 ____________________________________________________________________________
16835 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
16836         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
16837              From: Abhijit Menon-Sen <ams@wiw.org>
16838              Date: Sat, 4 Aug 2001 16:16:03 +0530
16839              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
16840      Branch: perl
16841            ! hv.c
16842 ____________________________________________________________________________
16843 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
16844         Log: Subject: Re: [patch] refcount re ops
16845              From: Abhijit Menon-Sen <ams@wiw.org>
16846              Date: Sat, 4 Aug 2001 08:54:55 +0530
16847              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
16848      Branch: perl
16849            ! sv.c
16850 ____________________________________________________________________________
16851 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
16852         Log: Subject: [patch] refcount re ops
16853              From: Doug MacEachern <dougm@covalent.net>
16854              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
16855              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
16856      Branch: perl
16857            ! regcomp.c sv.c
16858 ____________________________________________________________________________
16859 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
16860         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
16861              From: Doug MacEachern <dougm@covalent.net>
16862              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
16863              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
16864      Branch: perl
16865            ! perl.c regexec.c
16866 ____________________________________________________________________________
16867 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
16868         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
16869              From: "Craig A. Berry" <craigberry@mac.com> 
16870              Date: Fri, 03 Aug 2001 16:16:16 -0500
16871              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
16872      Branch: perl
16873            ! t/op/misc.t
16874 ____________________________________________________________________________
16875 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
16876         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
16877              From: John Kristian <jmk2001@engineer.com>
16878              Date: Fri, 03 Aug 2001 00:59:08 -0700
16879              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
16880      Branch: perl
16881            ! win32/win32.c
16882 ____________________________________________________________________________
16883 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
16884         Log: Update Changes.
16885      Branch: perl
16886            ! Changes patchlevel.h
16887 ____________________________________________________________________________
16888 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
16889         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
16890              From: "Craig A. Berry" <craigberry@mac.com>
16891              Date: Thu, 02 Aug 2001 23:15:24 -0500
16892              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
16893      Branch: perl
16894            ! ext/B/Stash.t
16895 ____________________________________________________________________________
16896 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
16897         Log: Subject: [patch] plug PL_cshname leak
16898              From: Doug MacEachern <dougm@covalent.net>
16899              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
16900              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
16901      Branch: perl
16902            ! sv.c
16903 ____________________________________________________________________________
16904 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
16905         Log: Subject: [patch] plug PL_sh_path leak
16906              From: Doug MacEachern <dougm@covalent.net>
16907              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
16908              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
16909      Branch: perl
16910            ! sv.c
16911 ____________________________________________________________________________
16912 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
16913         Log: Subject: [patch] plug PL_regex_padav leaks
16914              From: Doug MacEachern <dougm@covalent.net>
16915              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
16916              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
16917      Branch: perl
16918            ! op.c op.h perl.c
16919 ____________________________________________________________________________
16920 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
16921         Log: Subject: [patch] plug PL_origargv leak
16922              From: Doug MacEachern <dougm@covalent.net>
16923              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
16924              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
16925      Branch: perl
16926            ! perl.c
16927 ____________________________________________________________________________
16928 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
16929         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
16930              From: Abhijit Menon-Sen <ams@wiw.org>
16931              Date: Fri, 3 Aug 2001 06:38:11 +0530
16932              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
16933      Branch: perl
16934            ! hv.c
16935 ____________________________________________________________________________
16936 [ 11557] By: nick                                  on 2001/08/03  08:17:38
16937         Log: Integrate mainline
16938      Branch: perlio
16939           +> (branch 47 files)
16940            - lib/Switch/test.pl
16941           !> (integrate 49 files)
16942 ____________________________________________________________________________
16943 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
16944         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
16945              From: "Craig A. Berry" <craigberry@mac.com>
16946              Date: Thu, 02 Aug 2001 12:56:19 -0500
16947              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
16948      Branch: perl
16949            ! ext/B/Showlex.t
16950 ____________________________________________________________________________
16951 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
16952         Log: Be more careful about non-existent files.
16953      Branch: perl
16954            ! lib/File/Copy.pm
16955 ____________________________________________________________________________
16956 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
16957         Log: Subject: [PATCH resend] deparse empty formats
16958              From: Robin Houston <robin@kitsite.com> 
16959              Date: Thu, 2 Aug 2001 14:32:36 +0100
16960              Message-ID: <20010802143236.A894@robin.kitsite.com>
16961      Branch: perl
16962            ! ext/B/B/Deparse.pm
16963 ____________________________________________________________________________
16964 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
16965         Log: Subject: [patch] ithreads + refto fix improvement
16966              From: Doug MacEachern <dougm@covalent.net>
16967              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
16968              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
16969      Branch: perl
16970            ! pp.c
16971 ____________________________________________________________________________
16972 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
16973         Log: Readability nit from Abhijit.
16974      Branch: perl
16975            ! op.c
16976 ____________________________________________________________________________
16977 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
16978         Log: setproctitle() API version nit from Anton Berezin.
16979      Branch: perl
16980            ! mg.c
16981 ____________________________________________________________________________
16982 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
16983         Log: Add PerlCE to the docs.
16984      Branch: perl
16985            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
16986            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
16987 ____________________________________________________________________________
16988 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
16989         Log: Integrate the PerlCE (WinCE Perl) port;
16990              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
16991      Branch: perl
16992            + README.ce wince/FindExt.pm wince/Makefile.ce
16993            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
16994            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
16995            + wince/bin/search.pl wince/config.ce wince/config.h
16996            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
16997            + wince/dl_win32.xs wince/include/arpa/inet.h
16998            + wince/include/cectype.h wince/include/errno.h
16999            + wince/include/netdb.h wince/include/sys/socket.h
17000            + wince/include/sys/stat.h wince/include/sys/types.h
17001            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
17002            + wince/perl.rc wince/perldll.def wince/perllib.c
17003            + wince/perlmain.c wince/registry.bat wince/runperl.c
17004            + wince/splittree.pl wince/win32.h wince/win32iop.h
17005            + wince/win32thread.c wince/win32thread.h wince/wince.c
17006            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
17007            + wince/xdistclean.ksh wince/xmakediffs.ksh
17008            ! MANIFEST perl.c perl.h perlio.c
17009 ____________________________________________________________________________
17010 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
17011         Log: setproctitle() made simpler.  (This assumes the string is
17012              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
17013              should be used.  Note len, not len + 1.)  BSD-fu from Anton
17014              Berezin.
17015      Branch: perl
17016            ! mg.c
17017 ____________________________________________________________________________
17018 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
17019         Log: Subject: [PATCH] -Wall cleanup: op.c
17020              From: Richard Soderberg <rs@oregonnet.com>
17021              Date: Thu, 2 Aug 2001 00:17:09 -0700
17022              Message-Id: <200108020717.AAA26895@oregonnet.com>
17023              
17024              Subject: [PATCH] -Wall cleanup: sv.c
17025              From: Richard Soderberg <rs@oregonnet.com>
17026              Date: Thu, 2 Aug 2001 00:49:21 -0700
17027              Message-Id: <200108020749.AAA27492@oregonnet.com>
17028      Branch: perl
17029            ! op.c sv.c
17030 ____________________________________________________________________________
17031 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
17032         Log: Update Changes.
17033      Branch: perl
17034            ! Changes patchlevel.h
17035 ____________________________________________________________________________
17036 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
17037         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
17038              From: Doug MacEachern <dougm@covalent.net>
17039              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
17040              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
17041      Branch: perl
17042            ! op.c
17043 ____________________________________________________________________________
17044 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
17045         Log: The #11541 didn't work under threads.
17046      Branch: perl
17047            ! op.c
17048 ____________________________________________________________________________
17049 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
17050         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
17051              From: Hugo <hv@crypt.compulink.co.uk>
17052              Date: Fri, 22 Jun 2001 01:19:08 +0100 
17053              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
17054              
17055              (Skip tests if accept() failed)
17056      Branch: perl
17057            ! ext/IO/lib/IO/t/io_unix.t
17058 ____________________________________________________________________________
17059 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
17060         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
17061              From: "Stian Seeberg" <sseeberg@nimsoft.no>
17062              Date: Mon, 30 Jul 2001 12:28:07 +0200
17063              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
17064      Branch: perl
17065            ! perl.h
17066 ____________________________________________________________________________
17067 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
17068         Log: Subject: Pluggable optimizer
17069              From: Simon Cozens <simon@netthink.co.uk>
17070              Date: Wed, 1 Aug 2001 13:57:02 -0700
17071              Message-ID: <20010801135702.I10442@netthink.co.uk>
17072      Branch: perl
17073            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
17074 ____________________________________________________________________________
17075 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
17076         Log: Subject: [ID 20010801.039] perlre.pod message typo
17077              From: Autrijus Tang <autrijus@geb.elixus.org>
17078              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
17079              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
17080      Branch: perl
17081            ! pod/perlre.pod
17082 ____________________________________________________________________________
17083 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
17084         Log: Test for change #11536.
17085      Branch: perl
17086            ! t/op/tiehandle.t
17087 ____________________________________________________________________________
17088 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
17089         Log: More test fixups for #11537.
17090      Branch: perl
17091            ! t/lib/warnings/4lint t/lib/warnings/9enabled
17092 ____________________________________________________________________________
17093 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
17094         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
17095              From: Doug MacEachern <dougm@covalent.net>
17096              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
17097              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
17098      Branch: perl
17099            ! op.c t/TestInit.pm
17100 ____________________________________________________________________________
17101 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
17102         Log: Subject: [patch] ithreads + refto bug
17103              From: Doug MacEachern <dougm@covalent.net>
17104              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
17105              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
17106              
17107              (Test in change #11539)
17108      Branch: perl
17109            ! pp.c
17110 ____________________________________________________________________________
17111 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
17112         Log: Subject: [PATCH: perl@11523] fixups for t/harness
17113              From: Prymmer/Kahn <pvhp@best.com>
17114              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
17115              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
17116      Branch: perl
17117            ! t/harness
17118 ____________________________________________________________________________
17119 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
17120         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
17121              From: Prymmer/Kahn <pvhp@best.com>
17122              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
17123              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
17124      Branch: perl
17125            ! win32/Makefile win32/makefile.mk
17126 ____________________________________________________________________________
17127 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
17128         Log: Need to know the number of tests.
17129      Branch: perl
17130            ! t/run/exit.t
17131 ____________________________________________________________________________
17132 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
17133         Log: Subject: Re: new exit tests on VMS
17134              From: "Craig A. Berry" <craigberry@mac.com>
17135              Date: Tue, 31 Jul 2001 12:19:29 -0500
17136              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
17137      Branch: perl
17138            ! t/run/exit.t
17139 ____________________________________________________________________________
17140 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
17141         Log: Retract #11530 (the dTHX is needed under threads)
17142      Branch: perl
17143            ! perlio.c
17144 ____________________________________________________________________________
17145 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
17146         Log: (Retracted by #11531)
17147      Branch: perl
17148            ! perlio.c
17149 ____________________________________________________________________________
17150 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
17151         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
17152              From: Richard Soderberg <rs@crystalflame.net>
17153              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
17154              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
17155      Branch: perl
17156            ! unixish.h
17157 ____________________________________________________________________________
17158 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
17159         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
17160              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17161              Date: Tue, 31 Jul 2001 05:39:09 -0400
17162              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
17163              
17164              (with a note about the case of UV being equal to long long)
17165      Branch: perl
17166            ! utils/h2xs.PL
17167 ____________________________________________________________________________
17168 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
17169         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
17170              From: "Craig A. Berry" <craigberry@mac.com>
17171              Date: Tue, 31 Jul 2001 14:57:43 -0500
17172              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
17173      Branch: perl
17174            ! t/io/fs.t
17175 ____________________________________________________________________________
17176 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
17177         Log: Fix for
17178              
17179              Subject: [ID 20010116.001] File::Copy truncates orig file 
17180              From: arbor@al37al08.telecel.pt
17181              Date: Tue, 16 Jan 2001 11:43:02 GMT
17182              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
17183              
17184              (copy($foo, $foo) would truncate $foo)
17185      Branch: perl
17186            ! lib/File/Copy.pm lib/File/Copy.t
17187 ____________________________________________________________________________
17188 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
17189         Log: Metaconfig unit change for #11524.
17190      Branch: metaconfig/U/perl
17191            ! Extras.U
17192 ____________________________________________________________________________
17193 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
17194         Log: Multiple modules didn't work; plus typo fixes.
17195      Branch: perl
17196            ! Configure
17197 ____________________________________________________________________________
17198 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
17199         Log: Update Changes.
17200      Branch: perl
17201            ! Changes patchlevel.h
17202 ____________________________________________________________________________
17203 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
17204         Log: Regen perlapi.
17205      Branch: perl
17206            ! pod/perlapi.pod
17207 ____________________________________________________________________________
17208 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
17209         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
17210              From: Dave Mitchell <davem@fdgroup.co.uk>
17211              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
17212              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
17213      Branch: perl
17214            ! sv.c
17215 ____________________________________________________________________________
17216 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
17217         Log: Regen toc.
17218      Branch: perl
17219            ! pod/perltoc.pod
17220 ____________________________________________________________________________
17221 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
17222         Log: Regen Porting stuff.
17223      Branch: perl
17224            ! Porting/Glossary Porting/config.sh Porting/config_H
17225 ____________________________________________________________________________
17226 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
17227         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
17228              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17229              Date: Tue, 31 Jul 2001 05:34:38 -0400
17230              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
17231      Branch: perl
17232            ! utils/h2xs.PL
17233 ____________________________________________________________________________
17234 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
17235         Log: Metaconfig unit change for #11516. 
17236      Branch: metaconfig/U/perl
17237            ! gccvers.U
17238 ____________________________________________________________________________
17239 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
17240         Log: Add -Wall in cflags, not in Configure.
17241              (This way -Wall affects only the core and the core XS,
17242              not user modules' XS.  Concern from Paul Marquess,
17243              implementation idea from Andy Dougherty.)
17244      Branch: perl
17245            ! Configure cflags.SH
17246 ____________________________________________________________________________
17247 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
17248         Log: Metaconfig unit changes for #11514.
17249      Branch: metaconfig
17250            + U/modified/sysman.U
17251            ! U/installdirs/man1dir.U
17252 ____________________________________________________________________________
17253 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
17254         Log: Subject: Configure's detection of system manual
17255              From: Sean Dague <sean@dague.net> 
17256              Date: Sun, 13 May 2001 15:53:15 -0400
17257              Message-ID: <20010513155315.A15833@underhill.dague.net>
17258      Branch: perl
17259            ! Configure
17260 ____________________________________________________________________________
17261 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
17262         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
17263              From: Autrijus Tang <autrijus@autrijus.org> 
17264              Date: Thu, 21 Jun 2001 23:56:48 +0800
17265              Message-Id: <20010621235648.A57340@not.autrijus.org>
17266      Branch: perl
17267            ! pod/perlobj.pod
17268 ____________________________________________________________________________
17269 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
17270         Log: Subject: Typo in DB_File.pm
17271              From: "Philip Newton" <Philip.Newton@gmx.net>
17272              Date: Tue, 31 Jul 2001 06:19:35 +0200
17273              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
17274      Branch: perl
17275            ! ext/DB_File/DB_File.pm
17276 ____________________________________________________________________________
17277 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
17278         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
17279              From: "Stephen P. Potter" <spp@spotter.yi.org>
17280              Date: Wed, 30 May 2001 13:59:34 -0400
17281              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
17282      Branch: perl
17283            ! pod/perlre.pod
17284 ____________________________________________________________________________
17285 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
17286         Log: eval "format foo=" would loop indefinitely; reported in
17287              
17288              Subject: A load of old rubbish
17289              From: Mike Guy <mjtg@cam.ac.uk>
17290              Date: Mon, 14 May 2001 16:12:22 +0100
17291              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
17292              
17293              (The core dumps reported in there already fixed.)
17294      Branch: perl
17295            ! toke.c
17296 ____________________________________________________________________________
17297 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
17298         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
17299      Branch: perl
17300            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
17301            + lib/Switch/t/switch_case.t
17302            - lib/Switch/test.pl
17303            ! MANIFEST lib/Switch.pm
17304 ____________________________________________________________________________
17305 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
17306         Log: Subject: [PATCH @11505] DB_File-1.78
17307              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
17308              Date: Mon, 30 Jul 2001 22:54:37 +0100
17309              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
17310      Branch: perl
17311            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
17312            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
17313 ____________________________________________________________________________
17314 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
17315         Log: Explain in more detail why -pipe and -fno-common are good.
17316      Branch: perl
17317            ! hints/darwin.sh
17318 ____________________________________________________________________________
17319 [ 11506] By: nick                                  on 2001/07/30  14:32:23
17320         Log: Integrate mainline
17321      Branch: perlio
17322           !> INSTALL Makefile.SH doio.c hints/darwin.sh
17323 ____________________________________________________________________________
17324 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
17325         Log: Perl hasn't been putting man pages into $prefix/lib for
17326              a long time now; pointed out by Andy Dougherty. 
17327      Branch: perl
17328            ! hints/darwin.sh
17329 ____________________________________________________________________________
17330 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
17331         Log: Document the extras Configure option.
17332      Branch: perl
17333            ! INSTALL
17334 ____________________________________________________________________________
17335 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
17336         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
17337              everywhere.
17338      Branch: perl
17339           !> doio.c
17340 ____________________________________________________________________________
17341 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
17342         Log: Doubly guard against invoking CPAN if no extras defined,
17343              pointed out by H. Merijn Brand.
17344      Branch: perl
17345            ! Makefile.SH
17346 ____________________________________________________________________________
17347 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
17348         Log: Fix O_RDONLY check to check for O_RDONLY.
17349      Branch: maint-5.6/macperl
17350            ! doio.c
17351 ____________________________________________________________________________
17352 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
17353         Log: Integrate miscellaneous changes from maint-5.6/perl.
17354      Branch: maint-5.6/macperl
17355           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
17356 ____________________________________________________________________________
17357 [ 11499] By: nick                                  on 2001/07/30  06:52:42
17358         Log: Integrate mainline
17359      Branch: perlio
17360           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
17361           +> win32/sync_ext.pl
17362            - win32/sncfnmcs.pl
17363           !> (integrate 71 files)
17364 ____________________________________________________________________________
17365 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
17366         Log: Update Changes.
17367      Branch: perl
17368            ! Changes patchlevel.h
17369 ____________________________________________________________________________
17370 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
17371         Log: Now Configure -Dextras=Foo::Bar and "make install" will
17372              fetch and install Foo::Bar.
17373      Branch: perl
17374            ! Makefile.SH
17375 ____________________________________________________________________________
17376 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
17377         Log: Metaconfig unit change for #11495.
17378      Branch: metaconfig/U/perl
17379            ! Extras.U
17380 ____________________________________________________________________________
17381 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
17382         Log: extras.make, extras.test, and extras.install make targets.
17383      Branch: perl
17384            ! Configure Makefile.SH
17385 ____________________________________________________________________________
17386 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
17387         Log: Metaconfig unit change for #11493.
17388      Branch: metaconfig/U/perl
17389            ! Extras.U
17390 ____________________________________________________________________________
17391 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
17392         Log: Better to have the list of extras in $extras than 'define'.
17393      Branch: perl
17394            ! Configure
17395 ____________________________________________________________________________
17396 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
17397         Log: The metaconfig unit change for #11490.
17398      Branch: metaconfig/U/perl
17399            + Extras.U
17400 ____________________________________________________________________________
17401 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
17402         Log: Missed from #11490 (the required dependency).
17403      Branch: perl
17404            ! Makefile.SH
17405 ____________________________________________________________________________
17406 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
17407         Log: Add the support of asking for extra modules or bundles of modules
17408              to be fetched from the CPAN and installed as a part of the Perl
17409              build process.  None of this installation is yet really done;
17410              only the list is asked, and saved away in extras.lst for
17411              the build and installation process to worry about later.
17412      Branch: perl
17413            ! Configure
17414 ____________________________________________________________________________
17415 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
17416         Log: Beginnings of better Inf and NaN support.
17417              At least toke.c and sv.c still need quite a bit of work.
17418      Branch: perl
17419            ! numeric.c perl.h
17420 ____________________________________________________________________________
17421 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
17422         Log: Top-level Makefile didn't honour OPTIMIZE.
17423      Branch: perl
17424            ! Makefile.SH
17425 ____________________________________________________________________________
17426 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
17427         Log: Update Changes.
17428      Branch: perl
17429            ! Changes patchlevel.h
17430 ____________________________________________________________________________
17431 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
17432         Log: Use Search::Dict 1.02 interface for charinfo().
17433      Branch: perl
17434            ! lib/UnicodeCD.pm
17435 ____________________________________________________________________________
17436 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
17437         Log: Now also allow transforming the read lines before comparing them.
17438              (This will help UnicodeCD.) 
17439      Branch: perl
17440            ! lib/Search/Dict.pm
17441 ____________________________________________________________________________
17442 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
17443         Log: Remove tiehandle code.
17444      Branch: perl
17445            ! lib/UnicodeCD.pm
17446 ____________________________________________________________________________
17447 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
17448         Log: Allow specifying a comparison function for Search::Dict::look().
17449      Branch: perl
17450            ! lib/Search/Dict.pm
17451 ____________________________________________________________________________
17452 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
17453         Log: Small UnicodeCD tweaks.
17454      Branch: perl
17455            ! lib/UnicodeCD.pm lib/UnicodeCD.t
17456 ____________________________________________________________________________
17457 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
17458         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
17459              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17460              Date: Tue, 24 Jul 2001 01:51:32 +0900
17461              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
17462      Branch: perl
17463            ! lib/UnicodeCD.pm lib/UnicodeCD.t
17464 ____________________________________________________________________________
17465 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
17466         Log: Subject: [PATCH] installperl
17467              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
17468              Date: Fri, 27 Jul 2001 19:05:04 -0700
17469              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
17470      Branch: perl
17471            ! installperl
17472 ____________________________________________________________________________
17473 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
17474         Log: Subject: [PATCH] Set proper compatibility versions in core
17475              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
17476              Date: Fri, 27 Jul 2001 20:01:49 -0700
17477              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
17478      Branch: perl
17479            ! Makefile.SH
17480 ____________________________________________________________________________
17481 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
17482         Log: Metaconfig unit change for #11477.
17483      Branch: metaconfig/U/perl
17484            ! dlsrc.U
17485 ____________________________________________________________________________
17486 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
17487         Log: Subject: [PATCH] Darwin: -fpic not so good
17488              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
17489              Date: Fri, 27 Jul 2001 18:57:38 -0700
17490              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
17491      Branch: perl
17492            ! Configure
17493 ____________________________________________________________________________
17494 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
17495         Log: Subject: [PATCH] Clean up Darwin hints
17496              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
17497              Date: Fri, 27 Jul 2001 19:13:15 -0700
17498              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
17499      Branch: perl
17500            ! hints/darwin.sh
17501 ____________________________________________________________________________
17502 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
17503         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
17504              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17505              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
17506              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
17507      Branch: perl
17508            ! pod/perlfunc.pod pp.c t/op/split.t
17509 ____________________________________________________________________________
17510 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
17511         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
17512              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
17513              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
17514              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
17515      Branch: perl
17516            ! pod/perlvar.pod
17517 ____________________________________________________________________________
17518 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
17519         Log: Subject: [PATCH] fixes to constant.pm documentation
17520              From: Ilmari Karonen <iltzu@sci.fi>
17521              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
17522              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
17523      Branch: perl
17524            ! lib/constant.pm
17525 ____________________________________________________________________________
17526 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
17527         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
17528              From: "Philip Newton" <Philip.Newton@gmx.net>
17529              Date: Fri, 27 Jul 2001 07:51:10 +0200
17530              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
17531      Branch: perl
17532            ! pod/perlport.pod
17533 ____________________________________________________________________________
17534 [ 11471] By: nick                                  on 2001/07/26  06:23:32
17535         Log: Subject:  [PATCH] Doc fix for perlguts / threading
17536              From:  Arthur Bergman <arthur@contiller.se>
17537              Date:  Wed, 25 Jul 2001 11:28:23 +0200
17538              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
17539      Branch: perl
17540            ! pod/perlguts.pod
17541 ____________________________________________________________________________
17542 [ 11470] By: nick                                  on 2001/07/26  06:21:06
17543         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
17544              From:  Philip Newton <Philip.Newton@gmx.net>
17545              Date:  Wed, 25 Jul 2001 08:19:47 +0200
17546              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
17547      Branch: perl
17548            ! INSTALL
17549 ____________________________________________________________________________
17550 [ 11469] By: nick                                  on 2001/07/26  06:20:25
17551         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
17552              From:  Philip Newton <Philip.Newton@gmx.net>
17553              Date:  Wed, 25 Jul 2001 08:12:48 +0200
17554              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
17555      Branch: perl
17556            ! INSTALL
17557 ____________________________________________________________________________
17558 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
17559         Log: More +x.
17560      Branch: perl
17561            ! Porting/makerel
17562 ____________________________________________________________________________
17563 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
17564         Log: Update Changes.
17565      Branch: perl
17566            ! Changes patchlevel.h
17567 ____________________________________________________________________________
17568 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
17569         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
17570              From: "Philip Newton" <Philip.Newton@gmx.net>
17571              Date: Tue, 24 Jul 2001 06:45:55 +0200
17572              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
17573      Branch: perl
17574            ! os2/perlrexx.c
17575 ____________________________________________________________________________
17576 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
17577         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
17578              From: Peter Prymmer <pvhp@forte.com>
17579              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
17580              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
17581      Branch: perl
17582            ! pod/perlport.pod t/io/fs.t vms/test.com
17583 ____________________________________________________________________________
17584 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
17585         Log: Workaround on Cwd bootstrap problem.
17586      Branch: perl
17587            ! lib/ExtUtils/MakeMaker.pm
17588 ____________________________________________________________________________
17589 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
17590         Log: When in Rome, quote like the Romans do.
17591      Branch: perl
17592            ! cflags.SH
17593 ____________________________________________________________________________
17594 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
17595         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
17596              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17597              Date: Mon, 23 Jul 2001 19:29:49 -0400
17598              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
17599      Branch: perl
17600            + os2/perlrexx.c
17601            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
17602            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
17603            ! t/op/write.t
17604 ____________________________________________________________________________
17605 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
17606         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
17607              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17608              Date: Mon, 23 Jul 2001 18:43:42 -0400
17609              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
17610      Branch: perl
17611            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
17612 ____________________________________________________________________________
17613 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
17614         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
17615              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17616              Date: Mon, 23 Jul 2001 18:33:16 -0400
17617              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
17618      Branch: perl
17619            ! lib/ExtUtils/MakeMaker.pm
17620 ____________________________________________________________________________
17621 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
17622         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
17623              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17624              Date: Mon, 23 Jul 2001 18:20:35 -0400
17625              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
17626      Branch: perl
17627            ! Makefile.SH cflags.SH
17628 ____________________________________________________________________________
17629 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
17630         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
17631              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
17632              Date: Mon, 23 Jul 2001 11:32:17 -0500
17633              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
17634      Branch: perl
17635            ! lib/ExtUtils/MakeMaker.pm
17636 ____________________________________________________________________________
17637 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
17638         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
17639              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17640              Date: Mon, 23 Jul 2001 18:13:20 -0400
17641              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
17642      Branch: perl
17643            ! lib/perl5db.pl
17644 ____________________________________________________________________________
17645 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
17646         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
17647              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17648              Date: Mon, 23 Jul 2001 18:07:40 -0400
17649              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
17650      Branch: perl
17651            ! op.c
17652 ____________________________________________________________________________
17653 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
17654         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
17655              From: "Craig A. Berry" <craigberry@mac.com>
17656              Date: Mon, 23 Jul 2001 15:35:06 -0500
17657              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
17658      Branch: perl
17659            ! util.c
17660 ____________________________________________________________________________
17661 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
17662         Log: Subject: [PATCH perlfaq9.pod typo]
17663              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
17664              Date: Mon, 23 Jul 2001 07:49:05 -0700
17665              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
17666      Branch: perl
17667            ! pod/perlfaq9.pod
17668 ____________________________________________________________________________
17669 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
17670         Log: Subject: win32\sncfnmcs.pl corrections
17671              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17672              Date: Mon, 23 Jul 2001 12:56:54 +0200
17673              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
17674              
17675              Rename the script a little bit more sensibly.
17676      Branch: perl
17677            + win32/sync_ext.pl
17678            - win32/sncfnmcs.pl
17679            ! MANIFEST README.win32
17680 ____________________________________________________________________________
17681 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
17682         Log: Test tweak.
17683      Branch: perl
17684            ! ext/B/Deparse.t
17685 ____________________________________________________________________________
17686 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
17687         Log: Metaconfig unit tweak for #11450.
17688      Branch: metaconfig/U/perl
17689            ! Mksymlinks.U
17690 ____________________________________________________________________________
17691 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
17692         Log: Too volatile failsafe check.
17693      Branch: perl
17694            ! Configure
17695 ____________________________________________________________________________
17696 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
17697         Log: Further doc tweaks.
17698      Branch: perl
17699            ! lib/UnicodeCD.pm
17700 ____________________________________________________________________________
17701 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
17702         Log: Doc tweaks.
17703      Branch: perl
17704            ! lib/UnicodeCD.pm
17705 ____________________________________________________________________________
17706 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
17707         Log: Doc tweakery from Abhijit.
17708      Branch: perl
17709            ! Porting/repository.pod
17710 ____________________________________________________________________________
17711 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
17712         Log: An accidental empty line.
17713      Branch: perl
17714            ! MANIFEST
17715 ____________________________________________________________________________
17716 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
17717         Log: Missing MANIFESTations.
17718      Branch: perl
17719            ! MANIFEST
17720 ____________________________________________________________________________
17721 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
17722         Log: Update Changes.
17723      Branch: perl
17724            ! Changes patchlevel.h
17725 ____________________________________________________________________________
17726 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
17727         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
17728              From: Mike Guy <mjtg@cam.ac.uk>
17729              Date: Fri, 20 Jul 2001 16:12:49 +0100
17730              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
17731      Branch: perl
17732            ! Porting/pumpkin.pod
17733 ____________________________________________________________________________
17734 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
17735         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
17736              From: Peter Prymmer <pvhp@forte.com>
17737              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
17738              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
17739      Branch: perl
17740            ! pod/perlhack.pod
17741 ____________________________________________________________________________
17742 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
17743         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
17744              From: Michael G Schwern <schwern@pobox.com>
17745              Date: Fri, 20 Jul 2001 20:22:35 -0400
17746              Message-ID: <20010720202235.O4498@blackrider>
17747      Branch: perl
17748            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
17749            ! lib/Test/t/todo.t
17750 ____________________________________________________________________________
17751 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
17752         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
17753              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
17754              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
17755              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
17756      Branch: perl
17757            ! ext/POSIX/POSIX.pod
17758 ____________________________________________________________________________
17759 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
17760         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
17761              From: Mark-Jason Dominus <mjd@plover.com>
17762              Date: Fri, 20 Jul 2001 23:16:54 -0400
17763              Message-ID: <20010721031654.21877.qmail@plover.com>
17764      Branch: perl
17765            ! ext/POSIX/POSIX.pod
17766 ____________________________________________________________________________
17767 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
17768         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
17769              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
17770              Date: Sun, 22 Jul 2001 14:56:09 +0200
17771              Message-ID: <20010722145609.A766@rafael>
17772      Branch: perl
17773            ! ext/B/O.pm
17774 ____________________________________________________________________________
17775 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
17776         Log: Subject: regexec.c #define cleanup
17777              From: Mark-Jason Dominus <mjd@plover.com>
17778              Date: Sat, 21 Jul 2001 18:33:25 -0400
17779              Message-ID: <20010721223325.3069.qmail@plover.com>
17780      Branch: perl
17781            ! regexec.c
17782 ____________________________________________________________________________
17783 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
17784         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
17785              From: Prymmer/Kahn <pvhp@best.com>
17786              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
17787              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
17788      Branch: perl
17789            ! t/io/fs.t
17790 ____________________________________________________________________________
17791 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
17792         Log: Typo in #11432.
17793      Branch: perl
17794            ! ext/POSIX/POSIX.t
17795 ____________________________________________________________________________
17796 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
17797         Log: Integrate (manually) change #11424 from macperl.
17798      Branch: perl
17799            ! ext/Filter/t/call.t
17800 ____________________________________________________________________________
17801 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
17802         Log: Integrate change #11408 from macperl.
17803      Branch: perl
17804           !> README.macos pod/perlport.pod
17805 ____________________________________________________________________________
17806 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
17807         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
17808      Branch: perl
17809           +> macos/MacPerlTests.cmd macos/xsubpp.patch
17810            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
17811            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
17812            ! ext/POSIX/POSIX.t
17813 ____________________________________________________________________________
17814 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
17815         Log: pod/*.t tests not picked up by t/TEST either
17816      Branch: maint-5.6/perl
17817            ! t/TEST
17818 ____________________________________________________________________________
17819 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
17820         Log: better tweak for change#11429 (windows has both / and \ separated
17821              paths in @INC at that point)
17822      Branch: maint-5.6/perl
17823            ! t/pod/testp2pt.pl
17824 ____________________________________________________________________________
17825 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
17826         Log: MacOS pod test tweak needs \Escape
17827      Branch: maint-5.6/perl
17828            ! t/pod/testp2pt.pl
17829 ____________________________________________________________________________
17830 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
17831         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
17832              resulting duplicate output, but t/harness isn't)
17833      Branch: maint-5.6/perl
17834            ! t/run/runenv.t
17835 ____________________________________________________________________________
17836 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
17837         Log: t/harness wasn't picking up all the tests
17838      Branch: maint-5.6/perl
17839            ! t/harness
17840 ____________________________________________________________________________
17841 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
17842         Log: update MANIFEST for new file
17843      Branch: maint-5.6/perl
17844            ! MANIFEST
17845 ____________________________________________________________________________
17846 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
17847         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
17848              the exception of the macperl/macos/... tree
17849      Branch: maint-5.6/perl
17850           +> t/lib/filefind-taint.t
17851           !> (integrate 72 files)
17852 ____________________________________________________________________________
17853 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
17854         Log: Fix test.
17855      Branch: maint-5.6/macperl
17856            ! macos/bundled_ext/Filter/t/call.t
17857 ____________________________________________________________________________
17858 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
17859         Log: Make perl fork()-safe (in a slightly limited way) even on
17860              platforms that don't have pthread_atfork() (extension of
17861              the fix in change#11151).
17862              
17863              Note that this will not help extensions that call fork()
17864              directly in C, or that link to libraries that call fork()
17865              directly.  Such cases must be fixed to either call
17866              PerlProc_fork(), or call atfork_lock() in parent before the
17867              calling the function that forks and call atfork_unlock()
17868              in both parent and child immediately after the fork().
17869              (There are no worries if C code calls exec() in the child
17870              immediately after a fork().  Only cases where the child
17871              calls perl's API functions (including New()) after the
17872              fork() are problematic.)
17873              
17874              This change also eliminates the use of vfork() from perl,
17875              since all such uses were violating the severe restrictions
17876              on modifying the state of the process between the vfork()
17877              and the exec().
17878              
17879              This is a modified version of patches suggested by Abhijit
17880              Menon-Sen and Richard Soderberg.
17881      Branch: perl
17882            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
17883            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
17884 ____________________________________________________________________________
17885 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
17886         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
17887              Switch, and Text::Balanced.
17888      Branch: maint-5.6/macperl
17889            + macos/bundled_ext/Filter/Util/Call/Call.pm
17890            + macos/bundled_ext/Filter/Util/Call/Call.xs
17891            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
17892            + macos/bundled_ext/Filter/t/MyFilter.pm
17893            + macos/bundled_ext/Filter/t/call.t
17894            + macos/bundled_ext/Filter/t/filter-util.pl
17895            + macos/bundled_lib/blib/lib/Class/ISA.pm
17896            + macos/bundled_lib/blib/lib/Digest.pm
17897            + macos/bundled_lib/blib/lib/Filter/Simple.pm
17898            + macos/bundled_lib/blib/lib/Switch.pm
17899            + macos/bundled_lib/blib/lib/Text/Balanced.pm
17900            + macos/bundled_lib/blib/lib/Text/Balanced.pod
17901            + macos/bundled_lib/t/Class/ISA/test.pl
17902            + macos/bundled_lib/t/Digest/Digest.t
17903            + macos/bundled_lib/t/Filter/Simple/test.pl
17904            + macos/bundled_lib/t/Switch/test.pl
17905            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
17906            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
17907            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
17908            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
17909            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
17910            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
17911            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
17912            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
17913 ____________________________________________________________________________
17914 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
17915         Log: Add Filter::Util::Call to config/make files; edit utils
17916              to recognize the module (it was descended too far down).
17917              Bump version to 5.6.1a4.
17918      Branch: maint-5.6/macperl
17919            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
17920            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
17921            ! macos/macperl/Makefile.mk macos/xsubpp.patch
17922 ____________________________________________________________________________
17923 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
17924         Log: Make DB_File the default for MLDBM on MacOS.
17925      Branch: maint-5.6/macperl
17926            ! macos/bundled_lib/blib/lib/MLDBM.pm
17927 ____________________________________________________________________________
17928 [ 11419] By: nick                                  on 2001/07/20  14:51:03
17929         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
17930              From:  Simon Cozens <simon@netthink.co.uk>
17931              Date:  Fri, 20 Jul 2001 11:42:35 -0400
17932              Message-Id:  <20010720114235.A5235@netthink.co.uk>
17933      Branch: perl
17934            ! lib/UnicodeCD.pm
17935 ____________________________________________________________________________
17936 [ 11418] By: nick                                  on 2001/07/20  14:48:12
17937         Log: Subject:  [PATCH regcomp.h] adds a comment
17938              From:  Abhijit Menon-Sen <ams@wiw.org>
17939              Date:  Fri, 20 Jul 2001 21:05:37 +0530
17940              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
17941      Branch: perl
17942            ! regcomp.h
17943 ____________________________________________________________________________
17944 [ 11417] By: nick                                  on 2001/07/20  14:16:38
17945         Log: Subject:  [PATCH 5.7.2] INSTALL updates
17946              From:  Andy Dougherty <doughera@lafayette.edu>
17947              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
17948              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
17949      Branch: perl
17950            ! INSTALL
17951 ____________________________________________________________________________
17952 [ 11416] By: nick                                  on 2001/07/20  06:44:44
17953         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
17954              From:  Russ Allbery <rra@stanford.edu>
17955              Date:  19 Jul 2001 15:52:37 -0700
17956              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
17957      Branch: perl
17958            ! lib/Pod/Man.pm
17959 ____________________________________________________________________________
17960 [ 11415] By: nick                                  on 2001/07/20  06:35:11
17961         Log: Subject:  [PATCH] defer op_seq allocation
17962              From:  Abhijit Menon-Sen <ams@wiw.org>
17963              Date:  Thu, 19 Jul 2001 22:12:24 +0530
17964              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
17965      Branch: perl
17966            ! op.c
17967 ____________________________________________________________________________
17968 [ 11414] By: nick                                  on 2001/07/20  06:23:36
17969         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
17970              From:  Abhijit Menon-Sen <ams@wiw.org>
17971              Date:  Fri, 20 Jul 2001 01:18:50 +0530
17972              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
17973              (Private e-mail)
17974      Branch: perl
17975            ! ext/Time/HiRes/HiRes.xs
17976 ____________________________________________________________________________
17977 [ 11413] By: nick                                  on 2001/07/20  06:18:53
17978         Log: Integrate mainline
17979      Branch: perlio
17980           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
17981            - t/base/commonsense.t
17982           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
17983           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
17984           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
17985           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
17986           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
17987           !> win32/win32.c
17988 ____________________________________________________________________________
17989 [ 11412] By: nick                                  on 2001/07/19  06:44:27
17990         Log: Integrate win32/perlhost.h from maintenance branch.
17991              (Rest of $ENV{PATH} / system() fix.)
17992      Branch: perl
17993           !> win32/perlhost.h
17994 ____________________________________________________________________________
17995 [ 11411] By: nick                                  on 2001/07/19  06:41:34
17996         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
17997              From:  Philip Newton <Philip.Newton@gmx.net>
17998              Date:  Wed, 18 Jul 2001 21:43:57 +0200
17999              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
18000      Branch: perl
18001            ! pod/perlhack.pod
18002 ____________________________________________________________________________
18003 [ 11410] By: nick                                  on 2001/07/19  06:39:35
18004         Log: Subject:  Security hole in taint checking in open()
18005              From:  deekoo@tentacle.net
18006              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
18007              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
18008      Branch: perl
18009            ! doio.c
18010 ____________________________________________________________________________
18011 [ 11409] By: nick                                  on 2001/07/19  06:28:08
18012         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
18013              From:  Abhijit Menon-Sen <ams@wiw.org>
18014              Date:  Thu, 19 Jul 2001 04:30:43 +0530
18015              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
18016      Branch: perl
18017            ! ext/Time/HiRes/HiRes.xs
18018 ____________________________________________________________________________
18019 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
18020         Log: Update docs with latest implementation information and new URLs.
18021      Branch: maint-5.6/macperl
18022            ! README.macos pod/perlport.pod
18023 ____________________________________________________________________________
18024 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
18025         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
18026              Fix BuildRules to accept optimization variables.
18027      Branch: maint-5.6/macperl
18028            + macos/bundled_ext/Digest/MD5/Makefile.mk
18029            ! macos/BuildRules.mk macos/Makefile.mk
18030            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
18031            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
18032 ____________________________________________________________________________
18033 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
18034         Log: Integrate changes 11399,11401
18035      Branch: maint-5.6/macperl
18036           !> win32/perlhost.h win32/win32.c
18037 ____________________________________________________________________________
18038 [ 11405] By: nick                                  on 2001/07/18  06:50:33
18039         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
18040              from perl5.6*
18041      Branch: perl
18042           !> win32/perlhost.h win32/win32.c
18043 ____________________________________________________________________________
18044 [ 11404] By: nick                                  on 2001/07/18  06:43:59
18045         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
18046              From:  hv@crypt0.demon.co.uk
18047              Date:  Wed, 18 Jul 2001 05:58:46 +0100
18048              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
18049      Branch: perl
18050            ! ext/POSIX/POSIX.t
18051 ____________________________________________________________________________
18052 [ 11403] By: nick                                  on 2001/07/18  06:38:57
18053         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
18054              From:  hv@crypt0.demon.co.uk
18055              Date:  Wed, 18 Jul 2001 05:21:54 +0100
18056              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
18057      Branch: perl
18058            ! numeric.c t/op/arith.t
18059 ____________________________________________________________________________
18060 [ 11402] By: nick                                  on 2001/07/18  06:19:17
18061         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
18062              From:  mjd@plover.com
18063              Date:  17 Jul 2001 17:59:20 -0000
18064              Message-Id:  <20010717175920.8177.qmail@plover.com>
18065      Branch: perl
18066            ! pod/perlre.pod
18067 ____________________________________________________________________________
18068 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
18069         Log: thinko in change#11400 (duh)
18070      Branch: maint-5.6/perl
18071            ! win32/perlhost.h
18072 ____________________________________________________________________________
18073 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
18074         Log: change#11399 revealed another unrelated bug; this is just a temporary
18075              bandaid
18076      Branch: maint-5.6/perl
18077            ! win32/perlhost.h
18078 ____________________________________________________________________________
18079 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
18080         Log: fix bugs in handling of the virtualized environment under windows;
18081              there were bugs in propagating any changes to %ENV down to the real
18082              environment when such changes happened in the toplevel process
18083              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
18084              problem identification, and for a part of the fix)
18085      Branch: maint-5.6/perl
18086            ! win32/perlhost.h win32/win32.c
18087 ____________________________________________________________________________
18088 [ 11398] By: nick                                  on 2001/07/17  08:26:35
18089         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
18090              From: Peter Prymmer <pvhp@forte.com>
18091              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
18092              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
18093              
18094              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
18095              should not depend on existance of Config.pm
18096      Branch: perl
18097           +> t/lib/commonsense.t
18098            - t/base/commonsense.t
18099            ! MANIFEST t/README
18100 ____________________________________________________________________________
18101 [ 11397] By: nick                                  on 2001/07/17  08:09:58
18102         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
18103              From:  Michael G Schwern <schwern@pobox.com>
18104              Date:  Mon, 16 Jul 2001 18:20:31 -0400
18105              Message-Id:  <20010716182031.A1128@blackrider>
18106      Branch: perl
18107            ! pod/perlhack.pod
18108 ____________________________________________________________________________
18109 [ 11396] By: nick                                  on 2001/07/17  08:04:11
18110         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
18111              From:  Gwyn Judd <b.judd@xtra.co.nz>
18112              Date:  Tue, 17 Jul 2001 20:55:58 +1200
18113              Message-Id:  <20010717205558.A3107@thislove>
18114      Branch: perl
18115            ! pod/perlfunc.pod
18116 ____________________________________________________________________________
18117 [ 11395] By: nick                                  on 2001/07/17  08:02:22
18118         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
18119              From:  Peter Prymmer <pvhp@forte.com>
18120              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
18121              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
18122      Branch: perl
18123            ! t/op/sprintf.t
18124 ____________________________________________________________________________
18125 [ 11394] By: nick                                  on 2001/07/17  07:57:06
18126         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
18127              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
18128              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
18129              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
18130      Branch: perl
18131            ! gv.c
18132 ____________________________________________________________________________
18133 [ 11392] By: nick                                  on 2001/07/17  07:50:12
18134         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
18135              From:  Coral <coral@moonlight.crystalflame.net>
18136              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
18137              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
18138      Branch: perl
18139            ! pp_sys.c thread.h
18140 ____________________________________________________________________________
18141 [ 11391] By: nick                                  on 2001/07/17  07:34:28
18142         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
18143              From:  Jonathan Stowe <gellyfish@gellyfish.com>
18144              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
18145              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
18146      Branch: perl
18147            ! utils/h2xs.PL
18148 ____________________________________________________________________________
18149 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
18150         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
18151              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
18152              and Mac::Apps::Launch, which don't work, and Time::HiRes and
18153              Time::Piece, which don't yet work.
18154      Branch: maint-5.6/macperl
18155            + (add 154 files)
18156 ____________________________________________________________________________
18157 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
18158         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
18159              Also add hack to get around missing setenv for PERL5DB.
18160      Branch: maint-5.6/macperl
18161            ! macos/macish.c macos/macish.h
18162 ____________________________________________________________________________
18163 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
18164         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
18165      Branch: maint-5.6/macperl
18166            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
18167            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
18168 ____________________________________________________________________________
18169 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
18170         Log: Fix up some configuration and make options, add extra
18171              extensions.
18172      Branch: maint-5.6/macperl
18173            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
18174            ! macos/macperl/Makefile.mk
18175 ____________________________________________________________________________
18176 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
18177         Log: From Change 11374 in maintperl.
18178      Branch: maint-5.6/macperl
18179           !> utils/h2ph.PL
18180 ____________________________________________________________________________
18181 [ 11385] By: nick                                  on 2001/07/16  14:12:58
18182         Log: Back out change to h2xs till it passes its test.
18183      Branch: perl
18184            ! utils/h2xs.PL
18185 ____________________________________________________________________________
18186 [ 11384] By: nick                                  on 2001/07/16  14:00:10
18187         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
18188              From:  Jonathan Stowe <gellyfish@gellyfish.com>
18189              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
18190              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
18191      Branch: perl
18192            ! utils/h2xs.PL
18193 ____________________________________________________________________________
18194 [ 11383] By: nick                                  on 2001/07/16  13:53:12
18195         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
18196              From:  Robin Houston <robin@kitsite.com>
18197              Date:  Sun, 15 Jul 2001 18:22:31 +0100
18198              Message-Id:  <20010715182230.A11174@robin>
18199      Branch: perl
18200            ! hints/darwin.sh
18201 ____________________________________________________________________________
18202 [ 11382] By: nick                                  on 2001/07/16  13:52:49
18203         Log: Subject:  [PATCH perl@11372] re_dup
18204              From:  Radu Greab <radu@netsoft.ro>
18205              Date:  Sun, 15 Jul 2001 04:50:06 +0300
18206              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
18207      Branch: perl
18208            ! sv.c
18209 ____________________________________________________________________________
18210 [ 11379] By: nick                                  on 2001/07/16  13:35:39
18211         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
18212              From:  Robin Houston <robin@kitsite.com>
18213              Date:  Sat, 14 Jul 2001 14:28:50 +0100
18214              Message-Id:  <20010714142850.A10205@robin>
18215      Branch: perl
18216            ! ext/B/B/Deparse.pm
18217 ____________________________________________________________________________
18218 [ 11378] By: nick                                  on 2001/07/16  13:30:36
18219         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
18220              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
18221              Date:  Sat, 14 Jul 2001 22:17:42 +0900
18222              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
18223      Branch: perl
18224            + ext/Encode/Encode/euc-jp-0212.enc
18225            ! ext/Encode/Encode/Tcl.pm
18226 ____________________________________________________________________________
18227 [ 11377] By: nick                                  on 2001/07/16  13:17:28
18228         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
18229              From:  Andy Dougherty <doughera@lafayette.edu>
18230              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
18231              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
18232      Branch: perl
18233            ! hints/darwin.sh hints/rhapsody.sh
18234 ____________________________________________________________________________
18235 [ 11376] By: nick                                  on 2001/07/16  09:05:00
18236         Log: Integrate mainline
18237      Branch: perlio
18238           +> ext/Encode/Encode/7bit-greek.enc
18239           +> ext/Encode/Encode/7bit-latin1.enc
18240           +> ext/Encode/Encode/cns11643-1.enc
18241           +> ext/Encode/Encode/cns11643-2.enc
18242           +> ext/Encode/Encode/iso2022-cn.enc
18243           +> ext/Encode/Encode/iso2022-jp1.enc
18244           +> ext/Encode/Encode/iso2022-jp2.enc
18245           !> Changes Configure MANIFEST Makefile.SH
18246           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
18247           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
18248           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
18249           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
18250           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
18251 ____________________________________________________________________________
18252 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
18253         Log: integrate change#11374 from maint-5.6
18254              
18255              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
18256      Branch: perl
18257           !> utils/h2ph.PL
18258 ____________________________________________________________________________
18259 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
18260         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
18261      Branch: maint-5.6/perl
18262            ! utils/h2ph.PL
18263 ____________________________________________________________________________
18264 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
18265         Log: Update Changes.
18266      Branch: perl
18267            ! Changes patchlevel.h
18268 ____________________________________________________________________________
18269 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
18270         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
18271              From: Jonathan Stowe <gellyfish@gellyfish.com>
18272              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
18273              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
18274      Branch: perl
18275            ! utils/h2xs.PL
18276 ____________________________________________________________________________
18277 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
18278         Log: Subject: patch to add DEL to [:cntrl:]
18279              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
18280              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
18281              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
18282      Branch: perl
18283            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
18284 ____________________________________________________________________________
18285 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
18286         Log: Metaconfig unit change for #11369; plus a dependency nit.
18287      Branch: metaconfig
18288            ! U/compline/nblock_io.U
18289      Branch: metaconfig/U/perl
18290            ! Extensions.U
18291 ____________________________________________________________________________
18292 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
18293         Log: #include <stdlib.h> so that exit() is prototyped,
18294              noticed by Hugo.
18295      Branch: perl
18296            ! Configure
18297 ____________________________________________________________________________
18298 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
18299         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
18300              From: Peter Prymmer <pvhp@forte.com>
18301              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
18302              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
18303      Branch: perl
18304            ! t/op/sprintf.t
18305 ____________________________________________________________________________
18306 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
18307         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
18308              From: Peter Prymmer <pvhp@forte.com>
18309              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
18310              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
18311      Branch: perl
18312            ! ext/Encode/Encode/Tcl.t
18313 ____________________________________________________________________________
18314 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
18315         Log: Add information about gcc 3.0 basic block profiling.
18316      Branch: perl
18317            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
18318 ____________________________________________________________________________
18319 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
18320         Log: Subject: Error in lib/PerlIO/Via.pm ?
18321              From: Mark-Jason Dominus <mjd@plover.com>
18322              Date: Fri, 13 Jul 2001 15:55:41 -0400
18323              Message-ID: <20010713195541.26751.qmail@plover.com>
18324      Branch: perl
18325            ! ext/PerlIO/Via/Via.pm
18326 ____________________________________________________________________________
18327 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
18328         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
18329              section from the Compiler section.
18330      Branch: perl
18331            ! myconfig.SH
18332 ____________________________________________________________________________
18333 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
18334         Log: Handle glibc style of constant definitions using enum
18335              with intervening #defines; from Brendan O'Dea.
18336      Branch: perl
18337            ! utils/h2ph.PL
18338 ____________________________________________________________________________
18339 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
18340         Log: Add LC_MESSAGES to the locale_h export tag (it already is
18341              in the Makefile.PL and thusly eligible for an XS constant)
18342              (see also maintperl #10543)
18343      Branch: perl
18344            ! ext/POSIX/POSIX.pm
18345 ____________________________________________________________________________
18346 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
18347         Log: Subject: Re: [patch] re_dup
18348              From: Abhijit Menon-Sen <ams@wiw.org>
18349              Date: Fri, 13 Jul 2001 21:41:09 +0530
18350              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
18351      Branch: perl
18352            ! sv.c
18353 ____________________________________________________________________________
18354 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
18355         Log: Subject: [patch] re_dup
18356              From: Doug MacEachern <dougm@covalent.net>
18357              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
18358              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
18359      Branch: perl
18360            ! sv.c
18361 ____________________________________________________________________________
18362 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
18363         Log: Update Changes.
18364      Branch: perl
18365            ! Changes patchlevel.h
18366 ____________________________________________________________________________
18367 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
18368         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
18369              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
18370              Date: Sat, 14 Jul 2001 00:06:30 +0900
18371              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
18372      Branch: perl
18373            + ext/Encode/Encode/7bit-greek.enc
18374            + ext/Encode/Encode/7bit-latin1.enc
18375            + ext/Encode/Encode/cns11643-1.enc
18376            + ext/Encode/Encode/cns11643-2.enc
18377            + ext/Encode/Encode/iso2022-cn.enc
18378            + ext/Encode/Encode/iso2022-jp1.enc
18379            + ext/Encode/Encode/iso2022-jp2.enc
18380            ! MANIFEST ext/Encode/Encode/Tcl.pm
18381            ! ext/Encode/Encode/iso2022-kr.enc
18382 ____________________________________________________________________________
18383 [ 11357] By: nick                                  on 2001/07/13  14:24:06
18384         Log: Blind integrate mainline (as of 5.7.2?)
18385      Branch: perlio
18386           !> AUTHORS Changes Porting/config.sh Porting/config_H
18387           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
18388           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
18389           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18390           !> win32/makefile.mk
18391 ____________________________________________________________________________
18392 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
18393         Log: Snip away the devel patchlevel.
18394      Branch: perl
18395            ! patchlevel.h
18396 ____________________________________________________________________________
18397 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
18398         Log: Bump the version to 5.7.2.
18399      Branch: perl
18400            ! Porting/config.sh Porting/config_H patchlevel.h
18401            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
18402            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18403            ! win32/makefile.mk
18404 ____________________________________________________________________________
18405 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
18406         Log: Update Changes.
18407      Branch: perl
18408            ! Changes
18409 ____________________________________________________________________________
18410 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
18411         Log: Reword.
18412      Branch: perl
18413            ! AUTHORS
18414 ____________________________________________________________________________
18415 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
18416         Log: AUTHORS update.
18417      Branch: perl
18418            ! AUTHORS
18419 ____________________________________________________________________________
18420 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
18421         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
18422              unless ithreads.
18423      Branch: perl
18424            ! makedef.pl
18425 ____________________________________________________________________________
18426 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
18427         Log: Integrate perlio.
18428      Branch: perl
18429           !> win32/distclean.bat
18430 ____________________________________________________________________________
18431 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
18432         Log: Test the encoding transform only iff we have PerlIO,
18433              noticed by H. Merijn Brand.
18434      Branch: perl
18435            ! ext/PerlIO/t/encoding.t
18436 ____________________________________________________________________________
18437 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
18438         Log: README.netware tweaks from Ananth Kesari.
18439      Branch: perl
18440            ! README.netware
18441 ____________________________________________________________________________
18442 [ 11346] By: nick                                  on 2001/07/13  09:18:51
18443         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
18444              to avoid /unicode vs /Unicode issues.
18445      Branch: perlio
18446            ! win32/distclean.bat
18447 ____________________________________________________________________________
18448 [ 11345] By: nick                                  on 2001/07/13  06:24:18
18449         Log: Integrate mainline
18450      Branch: perlio
18451           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
18452            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
18453           !> (integrate 63 files)
18454 ____________________________________________________________________________
18455 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
18456         Log: Add d_bincompat5005 information to perl -V.
18457      Branch: perl
18458            ! myconfig.SH
18459 ____________________________________________________________________________
18460 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
18461         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
18462              From: Abhijit Menon-Sen <ams@wiw.org>
18463              Date: Fri, 13 Jul 2001 07:12:36 +0530
18464              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
18465      Branch: perl
18466            ! sv.c
18467 ____________________________________________________________________________
18468 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
18469         Log: Remove unicode::distinct, as per Inaba Hiroto.
18470      Branch: perl
18471            - lib/unicode/distinct.pm
18472            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
18473            ! t/lib/1_compile.t
18474 ____________________________________________________________________________
18475 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
18476         Log: Paging for Dr Octothorpe.
18477      Branch: perl
18478            ! pod/perlfaq4.pod
18479 ____________________________________________________________________________
18480 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
18481         Log: cut-n-paste error noticed by mjd.
18482      Branch: perl
18483            ! pod/perlfaq4.pod
18484 ____________________________________________________________________________
18485 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
18486         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
18487              From: Peter Prymmer <pvhp@forte.com>
18488              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
18489              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
18490      Branch: perl
18491            ! pod/perlfaq4.pod
18492 ____________________________________________________________________________
18493 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
18494         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
18495              From: Randall Gellens <randy@qualcomm.com>
18496              Date: Thu, 12 Jul 2001 16:56:23 -0700
18497              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
18498      Branch: perl
18499            ! Porting/repository.pod
18500 ____________________________________________________________________________
18501 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
18502         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
18503      Branch: perl
18504            ! thread.h
18505 ____________________________________________________________________________
18506 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
18507         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
18508              From: coral <coral@moonlight.crystalflame.net>
18509              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
18510              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
18511      Branch: perl
18512            ! thread.h
18513 ____________________________________________________________________________
18514 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
18515         Log: Metaconfig unit change for #11134.
18516      Branch: metaconfig
18517            + U/threads/d_pthread_atfork.U
18518 ____________________________________________________________________________
18519 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
18520         Log: Add HAS_PTHREAD_ATFORK.
18521      Branch: perl
18522            ! Configure NetWare/config.wc NetWare/config_H.wc
18523            ! Porting/Glossary Porting/config.sh Porting/config_H
18524            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
18525            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
18526            ! vos/config.ga.def vos/config.ga.h win32/config.bc
18527            ! win32/config.gc win32/config.vc win32/config_H.bc
18528            ! win32/config_H.gc win32/config_H.vc
18529 ____________________________________________________________________________
18530 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
18531         Log: Subject: [PATCH] File::Copy fails on tied handles
18532              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
18533              Date: Thu, 12 Jul 2001 15:18:51 -0700
18534              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
18535      Branch: perl
18536            ! lib/File/Copy.pm
18537 ____________________________________________________________________________
18538 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
18539         Log: Subject: [PATCH] Langinfo.t
18540              From: Nicholas Clark <nick@ccl4.org>
18541              Date: Thu, 12 Jul 2001 23:55:38 +0100
18542              Message-ID: <20010712235538.M5827@plum.flirble.org>
18543      Branch: perl
18544            ! ext/I18N/Langinfo/Langinfo.t
18545 ____________________________________________________________________________
18546 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
18547         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
18548              From: Peter Prymmer <pvhp@forte.com>
18549              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
18550              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
18551      Branch: perl
18552            ! pod/perl572delta.pod
18553 ____________________________________________________________________________
18554 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
18555         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
18556              From: Abhijit Menon-Sen <ams@wiw.org>
18557              Date: Fri, 13 Jul 2001 05:21:16 +0530
18558              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
18559      Branch: perl
18560            ! sv.c
18561 ____________________________________________________________________________
18562 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
18563         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
18564              From: Abhijit Menon-Sen <ams@wiw.org>
18565              Date: Fri, 13 Jul 2001 03:04:25 +0530
18566              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
18567      Branch: perl
18568            ! av.c
18569 ____________________________________________________________________________
18570 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
18571         Log: s/^M$//g
18572      Branch: perl
18573            ! win32/Makefile win32/makefile.mk
18574 ____________________________________________________________________________
18575 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
18576         Log: Update Changes.
18577      Branch: perl
18578            ! Changes patchlevel.h
18579 ____________________________________________________________________________
18580 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
18581         Log: Typo spotted by Philip Newton.
18582      Branch: perl
18583            ! pod/perl572delta.pod
18584 ____________________________________________________________________________
18585 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
18586         Log: Subject: [PATCH] fixes perl_clone of perl_clone
18587              From: Artur Bergman <artur@contiller.se>
18588              Date: Thu, 12 Jul 2001 20:57:09 +0200
18589              Message-ID: <B773BFA4.236B%artur@contiller.se>
18590      Branch: perl
18591            ! sv.c
18592 ____________________________________________________________________________
18593 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
18594         Log: Add README.uts from Hal Morris.
18595      Branch: perl
18596            + README.uts
18597            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
18598            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
18599 ____________________________________________________________________________
18600 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
18601         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
18602              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18603              Date: Thu, 12 Jul 2001 20:32:37 +0200
18604              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
18605      Branch: perl
18606            ! hints/aix.sh
18607 ____________________________________________________________________________
18608 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
18609         Log: Subject: Patch: document reg_data.what member
18610              From: Mark-Jason Dominus <mjd@plover.com>
18611              Message-ID: <20010712182532.14821.qmail@plover.com>
18612              Date: Thu, 12 Jul 2001 14:25:32 -0400
18613      Branch: perl
18614            ! regcomp.c regcomp.h
18615 ____________________________________________________________________________
18616 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
18617         Log: Subject: [PATCH] Perl_re_dup()
18618              From: Abhijit Menon-Sen <ams@wiw.org>
18619              Date: Thu, 12 Jul 2001 23:54:32 +0530
18620              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
18621      Branch: perl
18622            ! embed.h embed.pl perlapi.c proto.h sv.c
18623 ____________________________________________________________________________
18624 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
18625         Log: Regen Configure, modlib, toc.
18626      Branch: perl
18627            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18628            ! pod/perlmodlib.pod pod/perltoc.pod
18629 ____________________________________________________________________________
18630 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
18631         Log: The problem seems to be in PerlIO::Layer::->find() not
18632              accepting the ":encoding(blurflur)" arguments.
18633      Branch: perl
18634            ! lib/PerlIO.pm lib/open.pm
18635 ____________________________________________________________________________
18636 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
18637         Log: AIX doc update.
18638      Branch: perl
18639            ! README.aix pod/perl572delta.pod
18640 ____________________________________________________________________________
18641 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
18642         Log: Subject: AIX README update
18643              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18644              Date: Thu, 12 Jul 2001 19:28:30 +0200
18645              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
18646      Branch: perl
18647            ! README.aix
18648 ____________________________________________________________________________
18649 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
18650         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
18651              From: Norton Allen <allen@huarp.harvard.edu>
18652              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
18653              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
18654      Branch: perl
18655            ! ext/IO/lib/IO/t/io_unix.t
18656 ____________________________________________________________________________
18657 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
18658         Log: Subject: [PATCH README.qnx hints/qnx.sh]
18659              From: Norton Allen <allen@huarp.harvard.edu>
18660              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
18661              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
18662      Branch: perl
18663            ! README.qnx hints/qnx.sh
18664 ____________________________________________________________________________
18665 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
18666         Log: Subject: [patch] faster PM_GETRE
18667              From: Doug MacEachern <dougm@covalent.net>
18668              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
18669              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
18670      Branch: perl
18671            ! op.h
18672 ____________________________________________________________________________
18673 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
18674         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
18675              From: Doug MacEachern <dougm@covalent.net>
18676              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
18677              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
18678      Branch: perl
18679            ! op.c
18680 ____________________________________________________________________________
18681 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
18682         Log: Tell where the nice Estonian database is.
18683      Branch: perl
18684            ! lib/open.pm
18685 ____________________________________________________________________________
18686 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
18687         Log: Retract #11309 since #11310 is a better fix.
18688      Branch: perl
18689            ! t/lib/1_compile.t
18690 ____________________________________________________________________________
18691 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
18692         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
18693              change#11300 needs to return the status of failed win32_spawnvp())
18694              
18695              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
18696              splitting correctly; remove unused variables; 'require' at run time
18697              rather than 'use' at compile time for I18N::Langinfo, since it
18698              isn't everyware
18699      Branch: perl
18700            ! lib/open.pm win32/win32.c
18701 ____________________________________________________________________________
18702 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
18703         Log: Temporary workaround.
18704      Branch: perl
18705            ! t/lib/1_compile.t
18706 ____________________________________________________________________________
18707 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
18708         Log: UCD typo in #11306 and add also more known-to-be-tested
18709              modules to the skip list.
18710      Branch: perl
18711            ! t/lib/1_compile.t
18712 ____________________________________________________________________________
18713 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
18714         Log: Rename Unicode::UCD to UnicodeCD to avoid
18715              messups with case-insensitive filesystems.
18716      Branch: perl
18717            + lib/UnicodeCD.pm lib/UnicodeCD.t
18718            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
18719            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
18720 ____________________________________________________________________________
18721 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
18722         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
18723              From: daniel@biz.bitpusher.com
18724              Date: Wed, 11 Jul 2001 23:25:47 -0700
18725              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
18726      Branch: perl
18727            ! lib/Tie/Array.pm t/op/splice.t
18728 ____________________________________________________________________________
18729 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
18730         Log: Subject: [PATCH] More accurate line numbers in messages
18731              From: Paul Johnson <paul@pjcj.net>
18732              Date: Thu, 12 Jul 2001 04:14:11 +0200
18733              Message-ID: <20010712041411.A3467@pjcj.net>
18734              
18735              (With prototyping and multiplicity tweaks.)
18736      Branch: perl
18737            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
18738 ____________________________________________________________________________
18739 [ 11304] By: nick                                  on 2001/07/12  12:53:40
18740         Log: Integrate mainline
18741      Branch: perlio
18742           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
18743           !> regexec.c thread.h
18744 ____________________________________________________________________________
18745 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
18746         Log: Cut-and-pasto in #11298.
18747      Branch: perl
18748            ! ext/ByteLoader/bytecode.h
18749 ____________________________________________________________________________
18750 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
18751         Log: Update the AIX known problems section.
18752      Branch: perl
18753            ! pod/perl572delta.pod
18754 ____________________________________________________________________________
18755 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
18756         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
18757              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18758              Date: Thu, 12 Jul 2001 12:16:16 +0200
18759              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
18760      Branch: perl
18761            ! hints/aix.sh
18762 ____________________________________________________________________________
18763 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
18764         Log: Integrate perlio.
18765      Branch: perl
18766           !> makedef.pl win32/win32.c
18767 ____________________________________________________________________________
18768 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
18769         Log: Subject: [PATCH] fix for PMOP threadness failures
18770              From: Artur Bergman <artur@contiller.se>
18771              Date: Thu, 12 Jul 2001 09:48:06 +0200
18772              Message-ID: <B77322D6.22DD%artur@contiller.se>
18773      Branch: perl
18774            ! regexec.c
18775 ____________________________________________________________________________
18776 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
18777         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
18778              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
18779              Date: Thu, 12 Jul 2001 09:09:48 +0200
18780              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
18781              
18782              More parentheses to keep bcc happy.
18783      Branch: perl
18784            ! ext/ByteLoader/bytecode.h
18785 ____________________________________________________________________________
18786 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
18787         Log: Subject: Re: [patch] pthread_atfork bandaid
18788              From: Doug MacEachern <dougm@covalent.net>
18789              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
18790              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
18791      Branch: perl
18792            ! thread.h
18793 ____________________________________________________________________________
18794 [ 11296] By: nick                                  on 2001/07/12  11:55:48
18795         Log: Exclude reentrant_buffer from .def file
18796      Branch: perlio
18797            ! makedef.pl
18798 ____________________________________________________________________________
18799 [ 11295] By: nick                                  on 2001/07/12  11:11:44
18800         Log: Honour void-ness of my_exit()
18801      Branch: perlio
18802            ! win32/win32.c
18803 ____________________________________________________________________________
18804 [ 11294] By: nick                                  on 2001/07/12  07:51:04
18805         Log: Integrate mainline
18806      Branch: perlio
18807           +> uts/sprintf_wrap.c
18808           !> (integrate 35 files)
18809 ____________________________________________________________________________
18810 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
18811         Log: Retract #11289.
18812      Branch: perl
18813            ! embed.h embed.pl perl.c proto.h thread.h
18814 ____________________________________________________________________________
18815 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
18816         Log: Now the :locale pseudolayer *almost* works...
18817      Branch: perl
18818            ! lib/open.pm
18819 ____________________________________________________________________________
18820 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
18821         Log: Locale encoding tweaks.
18822      Branch: perl
18823            ! lib/open.pm
18824 ____________________________________________________________________________
18825 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
18826         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
18827              From: Mark-Jason Dominus <mjd@plover.com>
18828              Date: Thu, 12 Jul 2001 00:59:31 -0400
18829              Message-ID: <20010712045931.8543.qmail@plover.com>
18830              
18831              Remove the chmod/umask leading zero warning.
18832      Branch: perl
18833            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
18834            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
18835 ____________________________________________________________________________
18836 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
18837         Log: (Retracted by #11289.)
18838      Branch: perl
18839            ! embed.h embed.pl perl.c proto.h thread.h
18840 ____________________________________________________________________________
18841 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
18842         Log: Needed by #11283.
18843      Branch: perl
18844            ! intrpvar.h
18845 ____________________________________________________________________________
18846 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
18847         Log: Metaconfig unit change for #11286.
18848      Branch: metaconfig/U/perl
18849            ! patchlevel.U
18850 ____________________________________________________________________________
18851 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
18852         Log: Subject: Re: [PATCH Configure] perl -V broken
18853              From: Andy Dougherty <doughera@lafayette.edu>
18854              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
18855              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
18856      Branch: perl
18857            ! Configure myconfig.SH
18858 ____________________________________________________________________________
18859 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
18860         Log: Retract #11166 (and #11237).
18861      Branch: perl
18862            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
18863            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
18864            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
18865 ____________________________________________________________________________
18866 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
18867         Log: UTS tweaks for Hal Morris.
18868      Branch: perl
18869            + uts/sprintf_wrap.c
18870            ! MANIFEST hints/uts.sh perl.h
18871 ____________________________________________________________________________
18872 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
18873         Log: Subject: [PATCH] Use reentrant API glibc
18874              From: Artur Bergman <artur@contiller.se>
18875              Date: Thu, 12 Jul 2001 00:58:21 +0200
18876              Message-ID: <B772A6AD.2288%artur@contiller.se>
18877      Branch: perl
18878            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
18879            ! sv.c
18880 ____________________________________________________________________________
18881 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
18882         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
18883              From: barries <barries@slaysys.com>
18884              Date: Wed, 11 Jul 2001 15:11:46 -0400
18885              Message-ID: <20010711151146.G24560@jester.slaysys.com>
18886      Branch: perl
18887            ! pp_sys.c t/lib/warnings/doio win32/win32.c
18888 ____________________________________________________________________________
18889 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
18890         Log: Subject: [patch] pthread_atfork bandaid
18891              From: Doug MacEachern <dougm@covalent.net>
18892              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
18893              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
18894      Branch: perl
18895            ! miniperlmain.c perl.c
18896 ____________________________________________________________________________
18897 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
18898         Log: Subject: [patch] perl_clone leaks
18899              From: Doug MacEachern <dougm@covalent.net>
18900              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
18901              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
18902      Branch: perl
18903            ! sv.c
18904 ____________________________________________________________________________
18905 [ 11279] By: nick                                  on 2001/07/11  15:49:38
18906         Log: Integrate mainline
18907      Branch: perlio
18908           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
18909           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
18910           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
18911           +> lib/Term/ANSIColor/README
18912           !> (integrate 54 files)
18913 ____________________________________________________________________________
18914 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
18915         Log: Update Changes.
18916      Branch: perl
18917            ! Changes patchlevel.h
18918 ____________________________________________________________________________
18919 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
18920         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
18921              From: Peter Prymmer <pvhp@forte.com>
18922              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
18923              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
18924              
18925              Backport of embed.pl to 5.003.
18926      Branch: perl
18927            ! embed.pl
18928 ____________________________________________________________________________
18929 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
18930         Log: Subject: Re: POSIX test #14 on UTS 
18931              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
18932              Date: Wed, 11 Jul 2001 03:02:14 +0100
18933              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
18934      Branch: perl
18935            ! ext/POSIX/POSIX.t
18936 ____________________________________________________________________________
18937 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
18938         Log: Make the I32 an IV to preserve structure alignment and size.
18939      Branch: perl
18940            ! op.h
18941 ____________________________________________________________________________
18942 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
18943         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
18944              From: "Artur Bergman" <artur@contiller.se>
18945              Date: Wed, 11 Jul 2001 14:23:37 +0200
18946              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
18947              
18948              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
18949      Branch: perl
18950            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
18951            ! pod/perlapi.pod sv.c
18952 ____________________________________________________________________________
18953 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
18954         Log: Tweak until Pod::Parser gets updated.
18955      Branch: perl
18956            ! t/pod/special_seqs.xr
18957 ____________________________________________________________________________
18958 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
18959         Log: File::Spec usage tweak.
18960      Branch: perl
18961            ! lib/ExtUtils.t
18962 ____________________________________________________________________________
18963 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
18964         Log: Integrate #11263 from macperl; macos and macosx updates.
18965      Branch: perl
18966           !> pod/perlport.pod
18967 ____________________________________________________________________________
18968 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
18969         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
18970              From: Peter Prymmer <pvhp@forte.com>
18971              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
18972              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
18973      Branch: perl
18974            + ext/Time/HiRes/hints/dynixptx.pl
18975            ! MANIFEST hints/dynixptx.sh
18976 ____________________________________________________________________________
18977 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
18978         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
18979              From: Nicholas Clark <nick@ccl4.org>
18980              Date: Tue, 10 Jul 2001 23:17:43 +0100
18981              Message-ID: <20010710231742.B59620@plum.flirble.org>
18982      Branch: perl
18983            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
18984 ____________________________________________________________________________
18985 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
18986         Log: Subject: [DOC PATCH] Pluggable runops
18987              From: Paul Johnson <paul@pjcj.net>
18988              Date: Tue, 10 Jul 2001 21:53:28 +0200
18989              Message-ID: <20010710215328.B26577@pjcj.net>
18990      Branch: perl
18991            ! pod/perlguts.pod
18992 ____________________________________________________________________________
18993 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
18994         Log: Subject: [PATCH] Authors
18995              From: Artur Bergman <artur@contiller.se>
18996              Date: Tue, 10 Jul 2001 20:39:12 +0200
18997              Message-ID: <B771186F.21CD%artur@contiller.se>
18998      Branch: perl
18999            ! AUTHORS
19000 ____________________________________________________________________________
19001 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
19002         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
19003              From: Doug MacEachern <dougm@covalent.net>
19004              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
19005              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
19006      Branch: perl
19007            ! pp_ctl.c
19008 ____________________________________________________________________________
19009 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
19010         Log: Subject: doc patch; times() in scalar context
19011              From: mjd@plover.com
19012              Date: 10 Jul 2001 18:01:17 -0000
19013              Message-ID: <20010710180117.12477.qmail@plover.com>
19014      Branch: perl
19015            ! pod/perlfunc.pod
19016 ____________________________________________________________________________
19017 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
19018         Log: Subject: [PATCH] Small fix to pp_gmtime
19019              From: Artur Bergman <artur@contiller.se>
19020              Date: Tue, 10 Jul 2001 19:54:52 +0200
19021              Message-ID: <B7710E0B.21C5%artur@contiller.se>
19022      Branch: perl
19023            ! pp_sys.c
19024 ____________________________________________________________________________
19025 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
19026         Log: Integrate changes from mainline perl, add notes about
19027              Mac OS X and Mac OS.
19028      Branch: maint-5.6/macperl
19029            ! pod/perlport.pod
19030 ____________________________________________________________________________
19031 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
19032         Log: A proof of the dangers of package; ?
19033      Branch: perl
19034            ! t/lib/warnings/op
19035 ____________________________________________________________________________
19036 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
19037         Log: Regen toc and modlib.
19038      Branch: perl
19039            ! pod/perlmodlib.pod pod/perltoc.pod
19040 ____________________________________________________________________________
19041 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
19042         Log: Add compexcl(), casefold(), and casespec() interfaces;
19043              and make all interfaces to return hash references instead
19044              of hashes. 
19045      Branch: perl
19046            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19047 ____________________________________________________________________________
19048 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
19049         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
19050              From: "Philip Newton" <Philip.Newton@gmx.net>
19051              Date: Tue, 10 Jul 2001 09:55:59 +0200
19052              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
19053              
19054              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
19055              From: "Philip Newton" <Philip.Newton@gmx.net>
19056              Date: Tue, 10 Jul 2001 09:56:37 +0200
19057              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
19058      Branch: perl
19059            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19060            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
19061 ____________________________________________________________________________
19062 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
19063         Log: Subject: [patch] undef &xsub for 1,2
19064              From: Doug MacEachern <dougm@covalent.net>
19065              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
19066              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
19067              
19068              (This version of the patch with a comment from Gisle.)
19069      Branch: perl
19070            ! op.c
19071 ____________________________________________________________________________
19072 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
19073         Log: Mention package; deprecation and the Win32 problems.
19074      Branch: perl
19075            ! pod/perl572delta.pod
19076 ____________________________________________________________________________
19077 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
19078         Log: Subject: [PATCH] deprecate package with no arguments
19079              From: Robin Houston <robin@kitsite.com>
19080              Date: Tue, 10 Jul 2001 13:33:40 +0100
19081              Message-ID: <20010710133340.A13452@robin.kitsite.com>
19082      Branch: perl
19083            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
19084 ____________________________________________________________________________
19085 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
19086         Log: Upgrade to podlators 1.10.
19087      Branch: perl
19088            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
19089            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
19090            ! pod/pod2man.PL pod/pod2text.PL
19091 ____________________________________________________________________________
19092 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
19093         Log: Upgrade to Term::ANSIColor 1.04.
19094      Branch: perl
19095            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
19096            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
19097 ____________________________________________________________________________
19098 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
19099         Log: Integrate perlio (the right fix for the ":layer(args)")
19100      Branch: perl
19101           !> perlio.c
19102 ____________________________________________________________________________
19103 [ 11252] By: nick                                  on 2001/07/10  06:58:14
19104         Log: Fix open(...,"...:layer(xxx)",...)
19105              - use memEQ not strEQ as there is '(' not '\0'
19106      Branch: perlio
19107            ! perlio.c
19108 ____________________________________________________________________________
19109 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
19110         Log: Telling the number of tests helps.
19111      Branch: perl
19112            ! ext/PerlIO/t/encoding.t
19113 ____________________________________________________________________________
19114 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
19115         Log: Require I18N::Langinfo, not use.
19116      Branch: perl
19117            ! lib/open.pm
19118 ____________________________________________________________________________
19119 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
19120         Log: Add a test for for PerlIO ":encoding(...)" layer.
19121      Branch: perl
19122            + ext/PerlIO/t/encoding.t
19123            ! MANIFEST ext/Encode/Encode.pm
19124 ____________________________________________________________________________
19125 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
19126         Log: PerlIO ":encoding(foobar)" temporary fix.
19127              Not really correct, I think, since the change means
19128              that prefixes match.
19129      Branch: perl
19130            ! perlio.c
19131 ____________________________________________________________________________
19132 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
19133         Log: Update to Math::BigInt 1.36.  The biggest news is
19134              the separation of the backend; now the pure Perl
19135              implementation is in Math::BigInt::Calc, but one
19136              can plugin, say, Math::BigInt::BitVect, and get
19137              considerable speedup.
19138      Branch: perl
19139            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
19140            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
19141            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
19142            ! lib/Math/BigInt/t/mbimbf.t
19143 ____________________________________________________________________________
19144 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
19145         Log: Subject: Re: compatibility question
19146              From: Peter Prymmer <pvhp@forte.com>
19147              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
19148              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
19149      Branch: perl
19150            ! lib/ExtUtils/MM_VMS.pm
19151 ____________________________________________________________________________
19152 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
19153         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
19154              From: Norton Allen <allen@huarp.harvard.edu>
19155              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
19156              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
19157      Branch: perl
19158            ! ext/File/Glob/t/basic.t
19159 ____________________________________________________________________________
19160 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
19161         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
19162              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
19163              Date: Tue, 10 Jul 2001 00:29:55 +0900
19164              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
19165      Branch: perl
19166            + ext/Encode/Encode/HZ.enc
19167            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
19168            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
19169            ! ext/Encode/Encode/iso2022-jp.enc
19170            ! ext/Encode/Encode/iso2022-kr.enc
19171 ____________________________________________________________________________
19172 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
19173         Log: Add in all them there macos/ files.
19174      Branch: maint-5.6/macperl
19175            + (add 577 files)
19176 ____________________________________________________________________________
19177 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
19178         Log: Add the new modules to the list of having those own tests.
19179      Branch: perl
19180            ! t/lib/1_compile.t
19181 ____________________________________________________________________________
19182 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
19183         Log: Add INOUT to control both ways at the same time.
19184      Branch: perl
19185            ! lib/open.pm
19186 ____________________________________________________________________________
19187 [ 11240] By: nick                                  on 2001/07/09  16:33:50
19188         Log: Integrate mainline
19189      Branch: perlio
19190           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
19191           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
19192           !> (integrate 41 files)
19193 ____________________________________________________________________________
19194 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
19195         Log: More encoding mapping magic.
19196      Branch: perl
19197            ! lib/open.pm
19198 ____________________________________________________________________________
19199 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
19200         Log: Update Changes.
19201      Branch: perl
19202            ! Changes patchlevel.h
19203 ____________________________________________________________________________
19204 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
19205         Log: (Retracted by #11285).
19206              
19207              Subject: [PATCH] OPpCONST_OCTAL fixes
19208              From: Abhijit Menon-Sen <ams@wiw.org>
19209              Date: Mon, 9 Jul 2001 07:38:45 +0530
19210              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
19211      Branch: perl
19212            ! op.c
19213 ____________________________________________________________________________
19214 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
19215         Log: Add a pseudolayer ":locale" to the open pragma which
19216              will get the encoding from the locale.  Yet undocumented
19217              because I can't get the PerlIO :encoding(foobar) to work.
19218      Branch: perl
19219            ! ext/Encode/Encode.pm lib/open.pm
19220 ____________________________________________________________________________
19221 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
19222         Log: Add more encoding mappings.
19223      Branch: perl
19224            ! ext/Encode/Encode.pm
19225 ____________________________________________________________________________
19226 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
19227         Log: Document that using :encoding layer requires using Encode.
19228      Branch: perl
19229            ! ext/Encode/Encode.pm lib/PerlIO.pm
19230 ____________________________________________________________________________
19231 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
19232         Log: Netware tweak from Ananth Kesari.
19233      Branch: perl
19234            ! NetWare/netware.h
19235 ____________________________________________________________________________
19236 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
19237         Log: t/harness doesn't know about run/*.t
19238      Branch: perl
19239            ! t/harness
19240 ____________________________________________________________________________
19241 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
19242         Log: run/exit.t busted on windows
19243      Branch: perl
19244            ! t/run/exit.t
19245 ____________________________________________________________________________
19246 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
19247         Log: fix a couple of UCD.t tests that fail due to bad case
19248      Branch: perl
19249            ! lib/Unicode/UCD.t
19250 ____________________________________________________________________________
19251 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
19252         Log: test skip logic was broken
19253      Branch: perl
19254            ! ext/I18N/Langinfo/Langinfo.t
19255 ____________________________________________________________________________
19256 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
19257         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
19258              failure of ExtUtils.t#27 when built in debug mode)
19259      Branch: perl
19260            ! lib/ExtUtils/MM_Win32.pm
19261 ____________________________________________________________________________
19262 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
19263         Log: I18N::Langinfo is not available on windows
19264      Branch: perl
19265            ! win32/FindExt.pm
19266 ____________________________________________________________________________
19267 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
19268         Log: save a dTHX
19269      Branch: perl
19270            ! ext/POSIX/POSIX.xs
19271 ____________________________________________________________________________
19272 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
19273         Log: Update Changes.
19274      Branch: perl
19275            ! Changes patchlevel.h
19276 ____________________________________________________________________________
19277 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
19278         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
19279              as pointed out by Sarathy.
19280      Branch: perl
19281            ! ext/I18N/Langinfo/Langinfo.xs
19282 ____________________________________________________________________________
19283 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
19284         Log: Retract #11212.
19285      Branch: perl
19286            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
19287 ____________________________________________________________________________
19288 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
19289         Log: Bump up the VERSION of Cwd.xs.
19290      Branch: perl
19291            ! ext/Cwd/Makefile.PL
19292 ____________________________________________________________________________
19293 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
19294         Log: Retract #11220, the problem wasn't the missing leading zero.
19295              Here's the problem:
19296              $ ./perl -we 'chmod(oct("755"), ".")'
19297              Non-octal literal mode (493) specified at -e line 1.
19298              (Did you mean 0493 instead?)
19299      Branch: perl
19300            ! lib/ExtUtils/MM_Unix.pm
19301 ____________________________________________________________________________
19302 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
19303         Log: (Retracted by #11221)
19304              Change the PERM_RW and PERM_RWX to 0644 and 0755
19305              (add the leading zero).
19306      Branch: perl
19307            ! lib/ExtUtils/MM_Unix.pm
19308 ____________________________________________________________________________
19309 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
19310         Log: Integrate changes #11193, 11205, 11209 from macperl.
19311              
19312              Fix up AutoLoader to fudge for Mac paths in import().
19313              
19314              Allow symbols in try_symbol() to begin with "_".
19315              
19316              Small portability fix for Mac OS.
19317      Branch: perl
19318           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
19319 ____________________________________________________________________________
19320 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
19321         Log: Metaconfig unit change for #11217.
19322      Branch: metaconfig/U/perl
19323            ! Extensions.U
19324 ____________________________________________________________________________
19325 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
19326         Log: Detypo, problem noticed by Gerrit P. Haase.
19327      Branch: perl
19328            ! Configure config_h.SH
19329 ____________________________________________________________________________
19330 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
19331         Log: Cwd cleanups.
19332      Branch: perl
19333            ! ext/Cwd/Cwd.xs
19334 ____________________________________________________________________________
19335 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
19336         Log: Slight tweaks on #11213.
19337      Branch: perl
19338            ! toke.c
19339 ____________________________________________________________________________
19340 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
19341         Log: A missing dTHX noticed by Gerrit P. Haase.
19342      Branch: perl
19343            ! ext/POSIX/POSIX.xs
19344 ____________________________________________________________________________
19345 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
19346         Log: Subject: [PATCH toke.c] Simplify yytoke()
19347              From: Simon Cozens <simon@netthink.co.uk>
19348              Date: Sun, 8 Jul 2001 13:24:34 +0100
19349              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
19350              
19351              Split out pending_ident().
19352      Branch: perl
19353            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
19354 ____________________________________________________________________________
19355 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
19356         Log: (Retracted by #11223.)
19357              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
19358              Date: Wed, 05 Nov 1997 17:22:34 -0600
19359              From: Graham Barr <gbarr@ti.com>
19360              Message-Id: <3460FFBA.6DA51F46@ti.com>
19361      Branch: perl
19362            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
19363 ____________________________________________________________________________
19364 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
19365         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
19366      Branch: perl
19367            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
19368            ! pod/perllocale.pod
19369 ____________________________________________________________________________
19370 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
19371         Log: Really do the test under the C locale.
19372      Branch: perl
19373            ! ext/I18N/Langinfo/Langinfo.t
19374 ____________________________________________________________________________
19375 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
19376         Log: Small portability fix for Mac OS.
19377      Branch: maint-5.6/macperl
19378            ! lib/Cwd.pm
19379 ____________________________________________________________________________
19380 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
19381         Log: Metaconfig unit change for #11207.
19382      Branch: metaconfig/U/perl
19383            ! Extensions.U
19384 ____________________________________________________________________________
19385 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
19386         Log: Add I18N::Langinfo, which is basically a wrapper around
19387              nl_langinfo(), which is an additional way to query locale
19388              specific information.
19389      Branch: perl
19390            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
19391            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
19392            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
19393 ____________________________________________________________________________
19394 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
19395         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
19396              used in File::Find tests; replace with if.t.
19397      Branch: maint-5.6/macperl
19398            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
19399            ! t/pragma/warn/op
19400 ____________________________________________________________________________
19401 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
19402         Log: Allow symbols in try_symbol() to begin with "_".
19403      Branch: maint-5.6/macperl
19404            ! makedef.pl
19405 ____________________________________________________________________________
19406 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
19407         Log: Sync up the File::Find changes from the rewrite by
19408              Thomas Wegner, et al.
19409      Branch: maint-5.6/macperl
19410            + t/lib/filefind-taint.t
19411            ! lib/File/Find.pm t/lib/filefind.t
19412 ____________________________________________________________________________
19413 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
19414         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
19415              From: Thomas Wegner <wegner_thomas@yahoo.com>
19416              Date: Thu, 5 Jul 2001 20:31:25 +0200
19417              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
19418      Branch: maint-5.6/macperl
19419            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
19420 ____________________________________________________________________________
19421 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
19422         Log: Some more test portability fixes.
19423      Branch: maint-5.6/macperl
19424            ! t/lib/filecopy.t t/pragma/warn/pp_sys
19425 ____________________________________________________________________________
19426 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
19427         Log: The #11200 removed wrong (non-existent) target.  Duh.
19428      Branch: perl
19429            ! Makefile.SH
19430 ____________________________________________________________________________
19431 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
19432         Log: Zap the lib/re.pm before creating it.
19433      Branch: perl
19434            ! Makefile.SH
19435 ____________________________________________________________________________
19436 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
19437         Log: Another test.  Please ignore.
19438      Branch: maint-5.6/macperl
19439            ! README.macos
19440 ____________________________________________________________________________
19441 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
19442         Log: Portability fixes for a lot of tests, especially IO-related
19443              tests, and warnings, and the harness script.
19444      Branch: maint-5.6/macperl
19445            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
19446            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
19447            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
19448            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
19449            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
19450            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
19451            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
19452            ! t/pragma/warnings.t
19453 ____________________________________________________________________________
19454 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
19455         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
19456              From: Nicholas Clark <nick@ccl4.org>
19457              Date: Sat, 7 Jul 2001 21:00:17 +0100
19458              Message-ID: <20010707210017.H59620@plum.flirble.org>
19459      Branch: perl
19460            ! lib/h2xs.t
19461 ____________________________________________________________________________
19462 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
19463         Log: The UNICOS/mk SysV IPC problem has been fixed.
19464      Branch: perl
19465            ! pod/perl572delta.pod
19466 ____________________________________________________________________________
19467 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
19468         Log: Slight update tweaks on perlunicode.pod.
19469      Branch: perl
19470            ! pod/perlunicode.pod
19471 ____________________________________________________________________________
19472 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
19473         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
19474              From: Mark-Jason Dominus <mjd@plover.com>
19475              Date: Sat, 07 Jul 2001 13:04:04 -0400
19476              Message-ID: <20010707170404.32694.qmail@plover.com>
19477      Branch: perl
19478            ! ext/DB_File/DB_File.pm
19479 ____________________________________________________________________________
19480 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
19481         Log: Fix up AutoLoader to fudge for Mac paths in import().
19482      Branch: maint-5.6/macperl
19483            ! lib/AutoLoader.pm
19484 ____________________________________________________________________________
19485 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
19486         Log: Try to force the lib/re.pm to be there before entering
19487              the extensions builds, should help for parallel makes.
19488      Branch: perl
19489            ! Makefile.SH
19490 ____________________________________________________________________________
19491 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
19492         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
19493              From: Norton Allen <allen@huarp.harvard.edu>
19494              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
19495              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
19496      Branch: perl
19497            ! ext/POSIX/POSIX.xs
19498 ____________________________________________________________________________
19499 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
19500         Log: Subject: [PATCH] Re: op/arith.t
19501              From: Nicholas Clark <nick@ccl4.org>
19502              Date: Sat, 7 Jul 2001 13:04:54 +0100
19503              Message-ID: <20010707130454.D59620@plum.flirble.org>
19504      Branch: perl
19505            ! numeric.c toke.c
19506 ____________________________________________________________________________
19507 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
19508         Log: Subject: [PATCH] h2xs
19509              From: Nicholas Clark <nick@ccl4.org>
19510              Date: Fri, 6 Jul 2001 23:25:14 +0100
19511              Message-ID: <20010706232514.X59620@plum.flirble.org>
19512      Branch: perl
19513            ! utils/h2xs.PL
19514 ____________________________________________________________________________
19515 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
19516         Log: Subject: Re: bleedperl perl_alloc..free leakage
19517              From: Radu Greab <radu@netsoft.ro>
19518              Date: Fri, 6 Jul 2001 19:48:54 +0300
19519              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
19520              
19521              Leak-be-gone.
19522      Branch: perl
19523            ! op.c
19524 ____________________________________________________________________________
19525 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
19526         Log: Test again.  Please ignore.
19527      Branch: maint-5.6/macperl
19528            ! README.macos
19529 ____________________________________________________________________________
19530 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
19531         Log: Test.  Please ignore.
19532      Branch: maint-5.6/macperl
19533            ! README.macos
19534 ____________________________________________________________________________
19535 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
19536         Log: Include changes already sent in separately as patches,
19537              before branch was created.
19538      Branch: maint-5.6/macperl
19539            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
19540            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
19541            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
19542            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
19543            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
19544            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
19545            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
19546            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
19547            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
19548            ! t/pragma/strict.t
19549 ____________________________________________________________________________
19550 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
19551         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
19552              From: Norton Allen <allen@huarp.harvard.edu>
19553              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
19554              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
19555      Branch: perl
19556            ! utf8.h
19557 ____________________________________________________________________________
19558 [ 11183] By: nick                                  on 2001/07/06  16:27:40
19559         Log: Integrate mainline
19560      Branch: perlio
19561           +> (branch 42 files)
19562            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
19563            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
19564            - win32/bin/mdelete.bat
19565           !> (integrate 215 files)
19566 ____________________________________________________________________________
19567 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
19568         Log: The #11166 needed also these updated.
19569      Branch: perl
19570            ! lib/warnings.pm warnings.h
19571 ____________________________________________________________________________
19572 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
19573         Log: Update Changes.
19574      Branch: perl
19575            ! Changes patchlevel.h
19576 ____________________________________________________________________________
19577 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
19578         Log: Regen toc.
19579      Branch: perl
19580            ! pod/perltoc.pod
19581 ____________________________________________________________________________
19582 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
19583         Log: Nit from Abhijit.
19584      Branch: perl
19585            ! lib/CPAN.pm
19586 ____________________________________________________________________________
19587 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
19588         Log: Retract #11172.
19589      Branch: perl
19590            ! t/op/method.t
19591 ____________________________________________________________________________
19592 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
19593         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
19594              From: Norton Allen <allen@huarp.harvard.edu>
19595              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
19596              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
19597      Branch: perl
19598            ! lib/Cwd.pm
19599 ____________________________________________________________________________
19600 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
19601         Log: (Accidentally empty check-in.)
19602      Branch: perl
19603            ! utf8.h
19604 ____________________________________________________________________________
19605 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
19606         Log: Retract #11165 since Sarathy pointed out it'll not
19607              work properly under threads, the problem should be
19608              solved using "the savestack, either via SSNEW() or
19609              using a newSVpv()+SAVEFREESV() combo."
19610      Branch: perl
19611            ! ext/POSIX/POSIX.xs
19612 ____________________________________________________________________________
19613 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
19614         Log: Retract #11125 since NI-S pointed out it'll not work in
19615              cases where the extension has their own handcrafted INC
19616              et alia.
19617      Branch: perl
19618            ! lib/ExtUtils/MM_Unix.pm
19619 ____________________________________________________________________________
19620 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
19621         Log: Subject: RE: [PATCH] -I and MakeMaker again
19622              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
19623              Date: Fri, 6 Jul 2001 09:18:29 +0200
19624              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
19625      Branch: perl
19626            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
19627            ! lib/ExtUtils/MM_Win32.pm
19628 ____________________________________________________________________________
19629 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
19630         Log: (Retracted by #11178)
19631              Subject: [PATCH t/op/method.t] SUPER:: strangeness
19632              From: Piers Cawley <pdcawley@iterative-software.com>
19633              Date: 06 Jul 2001 10:49:01 +0100
19634              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
19635      Branch: perl
19636            ! t/op/method.t
19637 ____________________________________________________________________________
19638 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
19639         Log: VOS README update from Paul Green.
19640      Branch: perl
19641            ! README.vos
19642 ____________________________________________________________________________
19643 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
19644         Log: Subject: [PATCH README.qnx hints/qnx.sh]
19645              From: Norton Allen <allen@huarp.harvard.edu>
19646              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
19647              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
19648      Branch: perl
19649            ! README.qnx hints/qnx.sh
19650 ____________________________________________________________________________
19651 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
19652         Log: Subject: [PATCH] Doc patch for Tie::Hash
19653              From: Artur Bergman <artur@contiller.se>
19654              Date: Thu, 05 Jul 2001 22:51:18 +0200
19655              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
19656      Branch: perl
19657            ! lib/Tie/Hash.pm
19658 ____________________________________________________________________________
19659 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
19660         Log: Subject: [PATCH] perlfaq4.pod
19661              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
19662              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
19663              Date: Thu, 5 Jul 2001 18:44:10 +0100 
19664      Branch: perl
19665            ! pod/perlfaq4.pod
19666 ____________________________________________________________________________
19667 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
19668         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
19669              From: Robin Houston <robin@kitsite.com>
19670              Date: Thu, 5 Jul 2001 18:33:21 +0100
19671              Message-ID: <20010705183321.A27345@robin.kitsite.com>
19672      Branch: perl
19673            ! ext/B/B/Deparse.pm
19674 ____________________________________________________________________________
19675 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
19676         Log: (Retracted by #11285.)
19677              
19678              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
19679              From: Abhijit Menon-Sen <ams@wiw.org>
19680              Date: Fri, 6 Jul 2001 01:26:32 +0530
19681              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
19682      Branch: perl
19683            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
19684            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
19685            ! warnings.pl
19686 ____________________________________________________________________________
19687 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
19688         Log: (Retracted by #11175)
19689              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
19690              From: Norton Allen <allen@huarp.harvard.edu>
19691              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
19692              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
19693      Branch: perl
19694            ! ext/POSIX/POSIX.xs
19695 ____________________________________________________________________________
19696 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
19697         Log: Unterminated C< (noticed by Richard Hatch), and few other
19698              small Unicode doc tweaks.
19699      Branch: perl
19700            ! pod/perlretut.pod
19701 ____________________________________________________________________________
19702 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
19703         Log: More flexible argument understanding; add charblocks() and
19704              charscripts(); make charblock() and charscript() two-way;
19705              add charinrange(); separate the $Unicode::UCD::VERSION and
19706              the version of the Unicode by adding UnicodeVersion().
19707      Branch: perl
19708            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19709 ____________________________________________________________________________
19710 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
19711         Log: Update Unicode::UCD on \p{In...}.
19712      Branch: perl
19713            ! lib/Unicode/UCD.pm
19714 ____________________________________________________________________________
19715 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
19716         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
19717              From: Norton Allen <allen@huarp.harvard.edu>
19718              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
19719              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
19720      Branch: perl
19721            ! lib/ExtUtils/MM_Unix.pm
19722 ____________________________________________________________________________
19723 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
19724         Log: POSIX-BC tweaks from Thomas Dorner.
19725      Branch: perl
19726            ! hints/posix-bc.sh perlio.h
19727 ____________________________________________________________________________
19728 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
19729         Log: Module updates for the delta.
19730      Branch: perl
19731            ! pod/perl572delta.pod
19732 ____________________________________________________________________________
19733 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
19734         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
19735              From: Norton Allen <allen@huarp.harvard.edu>
19736              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
19737              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
19738      Branch: perl
19739            ! ext/IO/lib/IO/t/io_sock.t
19740 ____________________________________________________________________________
19741 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
19742         Log: Subject: [PATCH perldiag.pod] Quick fixes
19743              From: Simon Cozens <simon@netthink.co.uk>
19744              Date: Wed, 4 Jul 2001 20:22:12 +0100
19745              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
19746      Branch: perl
19747            ! pod/perldiag.pod
19748 ____________________________________________________________________________
19749 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
19750         Log: (retracted by #13533)
19751              
19752              Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
19753              From: Radu Greab <radu@netsoft.ro>
19754              Date: Wed, 4 Jul 2001 22:13:31 +0300
19755              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
19756      Branch: perl
19757            ! op.c sv.c t/op/pos.t
19758 ____________________________________________________________________________
19759 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
19760         Log: Subject: [PATCH] -I and MakeMaker again
19761              From: Michael G Schwern <schwern@pobox.com>
19762              Date: Wed, 4 Jul 2001 15:03:07 -0400
19763              Message-ID: <20010704150307.I20340@blackrider>
19764              
19765              (and retract #11145)
19766      Branch: perl
19767            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
19768            ! lib/ExtUtils/MakeMaker.pm
19769 ____________________________________________________________________________
19770 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
19771         Log: Subject: Re: PERFORCE change 11142 for review
19772              From: "Philip Newton" <Philip.Newton@gmx.net>
19773              Date: Wed, 4 Jul 2001 20:46:26 +0200
19774              Message-Id: <200107041841.VAA25380@taas.iki.fi>
19775      Branch: perl
19776            ! lib/ExtUtils/MakeMaker.pm
19777 ____________________________________________________________________________
19778 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
19779         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
19780              From: Jonathan Stowe <gellyfish@gellyfish.com>
19781              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
19782              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
19783      Branch: perl
19784            ! utils/pl2pm.PL
19785 ____________________________________________________________________________
19786 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
19787         Log: fix the binary compatibility issue when building with/without
19788              usemymalloc by exporting Perl_malloc() et al as simple wrappers
19789              around the system functions (this allows most extensions built
19790              using one mode to coexist with perls built in the other mode)
19791              
19792              XXX the Perl_mfree() wrapper might need to do return(free()) on
19793              platforms where Free_t isn't "void"
19794      Branch: perl
19795            ! embed.h embed.pl makedef.pl proto.h util.c
19796 ____________________________________________________________________________
19797 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
19798         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
19799              since it doesn't ensure threads other than the one calling fork()
19800              aren't holding any locks; the fix is to use pthread_atfork() to
19801              hold global locks
19802              
19803              building perl with -Dusemymalloc exacerbates the problem since
19804              Perl_malloc() holds a mutex, and perl's exec() calls New()
19805              
19806              XXX the code in win32thread.h may be needed on platforms that have
19807              no pthread_atfork()
19808      Branch: perl
19809            ! perl.c thread.h win32/win32thread.h
19810 ____________________________________________________________________________
19811 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
19812         Log: Integrate #11009 from maintperl.
19813      Branch: maint-5.6/macperl
19814           !> lib/ExtUtils/Manifest.pm
19815 ____________________________________________________________________________
19816 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
19817         Log: Flexing my Perforce muscles.
19818      Branch: maint-5.6/macperl
19819            ! README.macos
19820 ____________________________________________________________________________
19821 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
19822         Log: Update Changes.
19823      Branch: perl
19824            ! Changes patchlevel.h
19825 ____________________________________________________________________________
19826 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
19827         Log: Metaconfig unit change for #11146.
19828      Branch: metaconfig/U/perl
19829            ! d_fcntl_can_lock.U
19830 ____________________________________________________________________________
19831 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
19832         Log: Somehow the #ifdefs of the added code (in #11093) made
19833              HP-UX to fail the fcntl locking test, without the ifdefs
19834              the test seems to be working again.  Reason unknown:
19835              HP-UX cc doesn't complain either way.
19836      Branch: perl
19837            ! Configure
19838 ____________________________________________________________________________
19839 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
19840         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
19841      Branch: perl
19842            ! lib/ExtUtils/MM_Unix.pm
19843 ____________________________________________________________________________
19844 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
19845         Log: gcc -Wall nit.
19846      Branch: perl
19847            ! pp_hot.c
19848 ____________________________________________________________________________
19849 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
19850         Log: When removing tests updating the test count is a good idea, too.
19851      Branch: perl
19852            ! lib/Net/t/require.t
19853 ____________________________________________________________________________
19854 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
19855         Log: Document #11134 and add the new symbols to the list of
19856              of MakeMaker known ones.
19857      Branch: perl
19858            ! lib/ExtUtils/MakeMaker.pm
19859 ____________________________________________________________________________
19860 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
19861         Log: Microperl update.
19862      Branch: perl
19863            ! uconfig.h
19864 ____________________________________________________________________________
19865 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
19866         Log: Update the libnet tests as per #11138.
19867      Branch: perl
19868            - lib/Net/t/ph.t
19869            ! MANIFEST lib/Net/t/require.t
19870 ____________________________________________________________________________
19871 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
19872         Log: Regen toc and modlib.
19873      Branch: perl
19874            ! pod/perlmodlib.pod pod/perltoc.pod
19875 ____________________________________________________________________________
19876 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
19877         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
19878              Graham's request.
19879      Branch: perl
19880            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
19881            ! MANIFEST
19882 ____________________________________________________________________________
19883 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
19884         Log: Add the OS/390 harness results to the delta.
19885      Branch: perl
19886            ! pod/perl572delta.pod
19887 ____________________________________________________________________________
19888 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
19889         Log: Avoid the two study tests in OS/390 until the bug has been solved.
19890      Branch: perl
19891            ! t/op/study.t
19892 ____________________________________________________________________________
19893 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
19894         Log: DOS/DJGPP tweaks from Laszlo Molnar.
19895      Branch: perl
19896            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
19897 ____________________________________________________________________________
19898 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
19899         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
19900              From: Michael G Schwern <schwern@pobox.com>
19901              Date: Wed, 4 Jul 2001 00:01:16 -0400
19902              Message-ID: <20010704000116.C591@blackrider>
19903      Branch: perl
19904            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
19905 ____________________________________________________________________________
19906 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
19907         Log: The #11132 missed singleton characters (not part
19908              of a unilo..unihi range) in Unicode scripts.
19909      Branch: perl
19910            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
19911            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
19912            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
19913            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
19914            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
19915            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
19916            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
19917            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
19918            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
19919            ! lib/unicode/mktables.PL t/op/pat.t
19920 ____________________________________________________________________________
19921 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
19922         Log: Support preferentially the Unicode 'scripts' definition
19923              in the \p{In...} notation since according to Unicode the
19924              scripts concept is more natural for matching than using
19925              the somewhat artificial block names.  The block names are
19926              still available, though, and if there's a name conflict,
19927              the scripts one wins and the blocks one has to do with
19928              'Block' appended to its name.  For more information see
19929              
19930              http://www.unicode.org/unicode/reports/tr24/
19931      Branch: perl
19932            + lib/unicode/In/100.pl lib/unicode/In/101.pl
19933            + lib/unicode/In/102.pl lib/unicode/In/103.pl
19934            + lib/unicode/In/104.pl lib/unicode/In/105.pl
19935            + lib/unicode/In/106.pl lib/unicode/In/107.pl
19936            + lib/unicode/In/108.pl lib/unicode/In/109.pl
19937            + lib/unicode/In/110.pl lib/unicode/In/111.pl
19938            + lib/unicode/In/112.pl lib/unicode/In/113.pl
19939            + lib/unicode/In/114.pl lib/unicode/In/115.pl
19940            + lib/unicode/In/116.pl lib/unicode/In/117.pl
19941            + lib/unicode/In/118.pl lib/unicode/In/119.pl
19942            + lib/unicode/In/120.pl lib/unicode/In/121.pl
19943            + lib/unicode/In/122.pl lib/unicode/In/123.pl
19944            + lib/unicode/In/124.pl lib/unicode/In/125.pl
19945            + lib/unicode/In/126.pl lib/unicode/In/127.pl
19946            + lib/unicode/In/128.pl lib/unicode/In/129.pl
19947            + lib/unicode/In/130.pl lib/unicode/In/131.pl
19948            + lib/unicode/In/132.pl lib/unicode/In/133.pl
19949            + lib/unicode/In/134.pl lib/unicode/In/135.pl
19950            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
19951            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
19952            ! (edit 106 files)
19953 ____________________________________________________________________________
19954 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
19955         Log: Better document the difference between a block and a script.
19956      Branch: perl
19957            ! lib/Unicode/UCD.pm
19958 ____________________________________________________________________________
19959 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
19960         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
19961              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19962              Date: Tue, 3 Jul 2001 15:04:23 -0500
19963              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
19964      Branch: perl
19965            ! lib/CPAN.pm
19966 ____________________________________________________________________________
19967 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
19968         Log: Add tests for charscript().
19969      Branch: perl
19970            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
19971 ____________________________________________________________________________
19972 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
19973         Log: Add charscript() to get the UTR#24 script names of characters.
19974      Branch: perl
19975            ! lib/Unicode/UCD.pm
19976 ____________________________________________________________________________
19977 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
19978         Log: Todo updates.
19979      Branch: perl
19980            ! pod/perltodo.pod
19981 ____________________________________________________________________________
19982 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
19983         Log: Unicode::UCD updates.
19984      Branch: perl
19985            ! lib/Unicode/UCD.pm
19986 ____________________________________________________________________________
19987 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
19988         Log: (Retracted by #11174)
19989              Subject: MakeMaker should pass through DEFINE and INC to subdirs
19990              From: Alan Burlison <Alan.Burlison@sun.com>
19991              Date: Tue, 03 Jul 2001 15:20:13 +0100
19992              Message-ID: <3B41D49D.A923D4F9@sun.com>
19993      Branch: perl
19994            ! lib/ExtUtils/MM_Unix.pm
19995 ____________________________________________________________________________
19996 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
19997         Log: Subject: Patch needed for UTS
19998              From: hom00@utsglobal.com (Hal Morris)
19999              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
20000              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
20001              
20002              Replace #11113 with a better version.
20003      Branch: perl
20004            ! perl.h
20005 ____________________________________________________________________________
20006 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
20007         Log: Subject: Re: POINTERRIGOR
20008              From: Andy Dougherty <doughera@lafayette.edu>
20009              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
20010              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
20011      Branch: perl
20012            ! util.c
20013 ____________________________________________________________________________
20014 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
20015         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
20016              From: "Philip Newton" <pnewton@gmx.de>
20017              Date: Tue, 3 Jul 2001 17:03:34 +0200
20018              Message-ID: <3B41FAE6.29564.660E117@localhost>
20019      Branch: perl
20020            ! pp_hot.c
20021 ____________________________________________________________________________
20022 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
20023         Log: Typos.
20024      Branch: perl
20025            ! INSTALL
20026 ____________________________________________________________________________
20027 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
20028         Log: Subject: [PATCH 5.6.1] debugger fixes
20029              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20030              Date: Tue, 3 Jul 2001 03:38:18 -0400
20031              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
20032              
20033              The $^S is working again.
20034      Branch: perl
20035            ! lib/perl5db.pl
20036 ____________________________________________________________________________
20037 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
20038         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
20039              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20040              Date: Tue, 3 Jul 2001 03:34:06 -0400
20041              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
20042      Branch: perl
20043            ! os2/OS2/Process/Process.pm
20044 ____________________________________________________________________________
20045 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
20046         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
20047              From: "Philip Newton" <Philip.Newton@gmx.net>
20048              Date: Tue, 3 Jul 2001 09:11:27 +0200
20049              Message-Id: <200107030706.KAA04596@taas.iki.fi>
20050      Branch: perl
20051            ! lib/FindBin.pm
20052 ____________________________________________________________________________
20053 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
20054         Log: Delta delta.
20055      Branch: perl
20056            ! pod/perl572delta.pod
20057 ____________________________________________________________________________
20058 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
20059         Log: Metaconfig unit change for 11115.
20060      Branch: metaconfig
20061            ! U/modified/libc.U
20062 ____________________________________________________________________________
20063 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
20064         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
20065              (from Richard Hatch) (this was the cause of pipes() and
20066              times() myeteriously not being found)
20067      Branch: perl
20068            ! Configure
20069 ____________________________________________________________________________
20070 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
20071         Log: Retract #10142, the real culprit found by Richard Hatch,
20072              coming soon to Configure near you.
20073      Branch: perl
20074            ! hints/aix.sh
20075 ____________________________________________________________________________
20076 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
20077         Log: (Replaced by #11124) UTS workaround from Hal Morris.
20078      Branch: perl
20079            ! perl.h
20080 ____________________________________________________________________________
20081 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
20082         Log: Subject: [PATCH] grok not grocking correctly
20083              From: Nicholas Clark <nick@ccl4.org>
20084              Date: Tue, 3 Jul 2001 00:19:08 +0100
20085              Message-ID: <20010703001908.H59620@plum.flirble.org>
20086      Branch: perl
20087            ! numeric.c
20088 ____________________________________________________________________________
20089 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
20090         Log: Subject: [PATCH Deparse.t] test just-posted patches
20091              From: Robin Houston <robin@kitsite.com>
20092              Date: Mon, 2 Jul 2001 23:46:15 +0100
20093              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
20094      Branch: perl
20095            ! ext/B/Deparse.t
20096 ____________________________________________________________________________
20097 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
20098         Log: Subject: [PATCH toke.c] autosplit into @F
20099              From: Robin Houston <robin@kitsite.com>
20100              Date: Mon, 2 Jul 2001 23:18:20 +0100
20101              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
20102      Branch: perl
20103            ! perl.c toke.c
20104 ____________________________________________________________________________
20105 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
20106         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
20107              From: Robin Houston <robin@kitsite.com>
20108              Date: Mon, 2 Jul 2001 23:00:48 +0100
20109              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
20110      Branch: perl
20111            ! ext/B/B/Deparse.pm
20112 ____________________________________________________________________________
20113 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
20114         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
20115              From: "Philip Newton" <Philip.Newton@gmx.net>
20116              Date: Mon, 2 Jul 2001 22:06:22 +0200
20117              (no Message-Id)
20118      Branch: perl
20119            ! ext/NDBM_File/hints/linux.pl
20120 ____________________________________________________________________________
20121 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
20122         Log: Subject: Re: Fixed pack problem - sort of
20123              From: Nicholas Clark <nick@ccl4.org>
20124              Date: Mon, 2 Jul 2001 20:59:20 +0100
20125              Message-ID: <20010702205919.F59620@plum.flirble.org>
20126      Branch: perl
20127            ! pp_pack.c t/op/pack.t
20128 ____________________________________________________________________________
20129 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
20130         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
20131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20132              Date: Mon, 2 Jul 2001 15:45:41 -0400
20133              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
20134      Branch: perl
20135            ! os2/os2.c
20136 ____________________________________________________________________________
20137 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
20138         Log: (Mistaken retraction)
20139      Branch: perl
20140            ! utils/pl2pm.PL
20141 ____________________________________________________________________________
20142 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
20143         Log: Detypo in #11103.
20144      Branch: perl
20145            ! utils/pl2pm.PL
20146 ____________________________________________________________________________
20147 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
20148         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
20149              From: Jonathan Stowe <gellyfish@gellyfish.com>
20150              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
20151              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
20152      Branch: perl
20153            ! utils/pl2pm.PL
20154 ____________________________________________________________________________
20155 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
20156         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
20157              From: "Craig A. Berry" <craigberry@mac.com>
20158              Date: Mon, 02 Jul 2001 14:11:23 -0500
20159              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
20160      Branch: perl
20161            ! lib/Unicode/UCD.pm
20162 ____________________________________________________________________________
20163 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
20164         Log: Subject: [PATCH] Re: op/numconvert.t failures
20165              From: Nicholas Clark <nick@ccl4.org>
20166              Date: Mon, 2 Jul 2001 20:10:48 +0100
20167              Message-ID: <20010702201048.E59620@plum.flirble.org>
20168      Branch: perl
20169            ! t/op/numconvert.t
20170 ____________________________________________________________________________
20171 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
20172         Log: Update Changes.
20173      Branch: perl
20174            ! Changes patchlevel.h
20175 ____________________________________________________________________________
20176 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
20177         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
20178              The real fix must be more involved.  The line of code all the leaky
20179              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
20180              line of Perl_newPMOP().
20181      Branch: perl
20182            ! op.h
20183 ____________________________________________________________________________
20184 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
20185         Log: Based on
20186              
20187              Subject: Re: sizeof(struct sembuf)
20188              From: Nicholas Clark <nick@ccl4.org>
20189              Date: Sun, 1 Jul 2001 22:26:48 +0100
20190              Message-ID: <20010701222648.W59620@plum.flirble.org>
20191              
20192              but do semop() always the slow way.
20193      Branch: perl
20194            ! doio.c
20195 ____________________________________________________________________________
20196 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
20197         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
20198              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20199              Date: Tue, 03 Jul 2001 00:56:30 +0900
20200              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
20201      Branch: perl
20202            ! ext/Encode/Encode/Tcl.t
20203 ____________________________________________________________________________
20204 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
20205         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
20206              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20207              Date: Tue, 03 Jul 2001 00:55:46 +0900
20208              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
20209      Branch: perl
20210            ! ext/Encode/Encode/Tcl.pm
20211 ____________________________________________________________________________
20212 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
20213         Log: Regen api and toc.
20214      Branch: perl
20215            ! pod/perlapi.pod pod/perltoc.pod
20216 ____________________________________________________________________________
20217 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
20218         Log: Metaconfig unit change for #11093.
20219      Branch: metaconfig/U/perl
20220            ! d_fcntl_can_lock.U
20221 ____________________________________________________________________________
20222 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
20223         Log: The fcntl locking test may hang if NFS locking messed up;
20224              break out with alarm(10).
20225      Branch: perl
20226            ! Configure
20227 ____________________________________________________________________________
20228 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
20229         Log: Move the mdelete.bat from win32/bin to win32.
20230      Branch: perl
20231            ! MANIFEST
20232 ____________________________________________________________________________
20233 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
20234         Log: Typo in #11083.
20235      Branch: perl
20236            ! ext/Time/Piece/Piece.t
20237 ____________________________________________________________________________
20238 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
20239         Log: Netware tweaks from Guruprasad.
20240      Branch: perl
20241            - NetWare/perlsdio.h
20242            ! MANIFEST NetWare/Makefile NetWare/interface.c
20243            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
20244            ! perlsdio.h
20245 ____________________________________________________________________________
20246 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
20247         Log: Subject: Re: [PATH] shared -> unique;
20248              From: Abhijit Menon-Sen <ams@wiw.org>
20249              Date: Wed, 27 Jun 2001 03:51:27 +0530
20250              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
20251      Branch: perl
20252            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
20253 ____________________________________________________________________________
20254 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
20255         Log: Subject: Re: AIX / gcc-3.0
20256              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20257              Date: Mon, 02 Jul 2001 15:20:21 +0200
20258              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
20259      Branch: perl
20260            ! hints/aix.sh
20261 ____________________________________________________________________________
20262 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
20263         Log: Subject: Re: Bug report: split splits on wrong pattern
20264              From: Abhijit Menon-Sen <ams@wiw.org>
20265              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
20266              Date: Mon, 2 Jul 2001 16:31:33 +0530
20267      Branch: perl
20268            ! pp_ctl.c
20269 ____________________________________________________________________________
20270 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
20271         Log: Subject: [PATCH 5.6.1] test harness
20272              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20273              Date: Mon, 2 Jul 2001 06:29:21 -0400
20274              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
20275      Branch: perl
20276            ! lib/Test/Harness.pm
20277 ____________________________________________________________________________
20278 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
20279         Log: Subject: [PATCH 5.6.1] debugger goof
20280              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20281              Date: Mon, 2 Jul 2001 06:27:22 -0400
20282              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
20283      Branch: perl
20284            ! lib/perl5db.pl
20285 ____________________________________________________________________________
20286 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
20287         Log: Subject: [PATCH 5.6.1] OS/2 cwd
20288              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20289              Date: Mon, 2 Jul 2001 06:21:17 -0400
20290              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
20291      Branch: perl
20292            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
20293 ____________________________________________________________________________
20294 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
20295         Log: Make #11082 more OS/2-specific.
20296      Branch: perl
20297            ! ext/Time/Piece/Piece.t
20298 ____________________________________________________________________________
20299 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
20300         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
20301              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20302              Date: Mon, 2 Jul 2001 06:06:34 -0400
20303              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
20304      Branch: perl
20305            ! ext/Time/Piece/Piece.t
20306 ____________________________________________________________________________
20307 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
20308         Log: Subject: [PATCH B::Deparse] version number & changes
20309              From: Robin Houston <robin@kitsite.com>  
20310              Date: Sun, 1 Jul 2001 17:17:29 +0100
20311              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
20312      Branch: perl
20313            ! ext/B/B/Deparse.pm
20314 ____________________________________________________________________________
20315 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
20316         Log: Subject: a small fix.
20317              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20318              Date: Mon, 2 Jul 2001 12:17:53 +0200
20319              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
20320      Branch: perl
20321            ! ext/Thread/Thread.xs
20322 ____________________________________________________________________________
20323 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
20324         Log: Subject: RE: perl@10907
20325              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
20326              Date: Mon, 2 Jul 2001 12:06:16 +0200
20327              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
20328              
20329              Borland C vs PerlIO.
20330      Branch: perl
20331            ! win32/config.bc win32/config_H.bc
20332 ____________________________________________________________________________
20333 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
20334         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
20335              From: "H.M. Brand" <merijn@l1.procura.nl>
20336              Date: Mon, 02 Jul 2001 11:18:57 +0200
20337              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
20338      Branch: perl
20339            ! t/op/write.t
20340 ____________________________________________________________________________
20341 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
20342         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
20343              From: Michael G Schwern <schwern@pobox.com>
20344              Date: Mon, 2 Jul 2001 00:26:24 -0400
20345              Message-ID: <20010702002624.A18302@blackrider>
20346      Branch: perl
20347            - ext/util/mkbootstrap
20348 ____________________________________________________________________________
20349 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
20350         Log: Subject: [PATCH op.h] v minor comment tweak
20351              From: Robin Houston <robin@puffinry.freeserve.co.uk>
20352              Date: Mon, 2 Jul 2001 00:42:01 +0100
20353              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
20354      Branch: perl
20355            ! op.h
20356 ____________________________________________________________________________
20357 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
20358         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
20359      Branch: perl
20360            ! pod/perlfunc.pod
20361 ____________________________________________________________________________
20362 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
20363         Log: Subject: Re: sizeof(struct sembuf)
20364              From: Nicholas Clark <nick@ccl4.org>
20365              Date: Sun, 1 Jul 2001 19:23:16 +0100
20366              Message-ID: <20010701192316.V59620@plum.flirble.org>
20367              
20368              s/signaling/signalling/
20369      Branch: perl
20370            ! pod/perlfunc.pod
20371 ____________________________________________________________________________
20372 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
20373         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
20374              From: "Philip Newton" <Philip.Newton@gmx.net>
20375              Date: Sun, 1 Jul 2001 09:37:56 +0200
20376              Message-Id: <200107010733.KAA03920@taas.iki.fi>
20377      Branch: perl
20378            ! pod/perlvar.pod
20379 ____________________________________________________________________________
20380 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
20381         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
20382              From: "Philip Newton" <Philip.Newton@gmx.net>
20383              Date: Sun, 1 Jul 2001 09:37:56 +0200
20384              Message-Id: <200107010733.KAA03925@taas.iki.fi>
20385      Branch: perl
20386            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
20387 ____________________________________________________________________________
20388 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
20389         Log: Metaconfig unit change for #11070.
20390      Branch: metaconfig
20391            ! U/compline/randfunc.U
20392 ____________________________________________________________________________
20393 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
20394         Log: Subject: [PATCH perlsnap] its --> it's --> its
20395              From: "Philip Newton" <Philip.Newton@gmx.net>
20396              Date: Sun, 1 Jul 2001 09:37:56 +0200
20397              Message-Id: <200107010733.KAA03914@taas.iki.fi>
20398      Branch: perl
20399            ! Porting/config_H
20400 ____________________________________________________________________________
20401 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
20402         Log: Sync with Sarathy; integrate with perlio.
20403      Branch: perl
20404           !> gv.c
20405 ____________________________________________________________________________
20406 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
20407         Log: regenerate win32/config_H.?c files
20408      Branch: perl
20409            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20410 ____________________________________________________________________________
20411 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
20412         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
20413              naming discipline
20414              
20415              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
20416              because of this)
20417              
20418              fix a warning about "fd" being used without being set in Cwd.xs
20419      Branch: perl
20420            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
20421            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
20422            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
20423            ! win32/config.vc
20424 ____________________________________________________________________________
20425 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
20426         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
20427              within macro arguments") and warnings ("unary minus applied to
20428              unsigned type", among others)
20429      Branch: perl
20430            ! gv.c hv.c op.c pp.c sv.c toke.c
20431 ____________________________________________________________________________
20432 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
20433         Log: win32 fixes: more spurious CRs
20434      Branch: perl
20435            ! win32/mdelete.bat
20436 ____________________________________________________________________________
20437 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
20438         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
20439              from win32/bin (or it gets deleted by distclean); don't delete
20440              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
20441              NT (should be made Win9x specific, and added to makefile.mk)
20442      Branch: perl
20443           +> win32/mdelete.bat
20444            - win32/bin/mdelete.bat
20445            ! win32/Makefile win32/makefile.mk
20446 ____________________________________________________________________________
20447 [ 11063] By: nick                                  on 2001/07/01  18:54:09
20448         Log: Quick for for #ifdef mess
20449      Branch: perlio
20450            ! gv.c
20451 ____________________________________________________________________________
20452 [ 11062] By: nick                                  on 2001/07/01  18:47:42
20453         Log: Raw integrate - does not build #if mess in gv.c
20454      Branch: perlio
20455           !> (integrate 29 files)
20456 ____________________________________________________________________________
20457 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
20458         Log: Make 'compile' target a little less broken.
20459              Still very broken, though: -Wall warnings from
20460              the generated code, boot_Foo prototypes missing,
20461              can't autoload Fcntl::SEEK_CUR et alia, ...
20462      Branch: perl
20463            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
20464            ! utils/perlcc.PL x2p/Makefile.SH
20465 ____________________________________________________________________________
20466 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
20467         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
20468      Branch: perl
20469            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
20470            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
20471 ____________________________________________________________________________
20472 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
20473         Log: Update Changes.
20474      Branch: perl
20475            ! Changes patchlevel.h
20476 ____________________________________________________________________________
20477 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
20478         Log: Still one typo, regen toc.
20479      Branch: perl
20480            ! lib/Unicode/UCD.pm pod/perltoc.pod
20481 ____________________________________________________________________________
20482 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
20483         Log: Detypos and regen toc.
20484      Branch: perl
20485            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
20486 ____________________________________________________________________________
20487 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
20488         Log: VERSION tweak.
20489      Branch: perl
20490            ! ext/List/Util/lib/List/Util.pm
20491 ____________________________________________________________________________
20492 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
20493         Log: Attempt at plugging the leak under ithreads detected by Doug.
20494      Branch: perl
20495            ! op.h
20496 ____________________________________________________________________________
20497 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
20498         Log: gcc -Wall lint after #11051.
20499      Branch: perl
20500            ! pp_sys.c
20501 ____________________________________________________________________________
20502 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
20503         Log: Integrate perlio.
20504      Branch: perl
20505           !> lib/File/Find/taint.t
20506 ____________________________________________________________________________
20507 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
20508         Log: Don't use the v-strings for module VERSIONs.
20509      Branch: perl
20510            ! lib/Unicode/UCD.pm
20511 ____________________________________________________________________________
20512 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
20513         Log: Code cleanup based on turning off the -woffs in IRIX.
20514              Not all of the gripes cleaned up (hairy code in hv.c and
20515              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
20516              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
20517              to the IRIX hints)
20518      Branch: perl
20519            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
20520            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
20521            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
20522            ! regcomp.c sv.c
20523 ____________________________________________________________________________
20524 [ 11050] By: nick                                  on 2001/06/30  20:46:46
20525         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
20526      Branch: perlio
20527            ! lib/File/Find/taint.t
20528 ____________________________________________________________________________
20529 [ 11049] By: nick                                  on 2001/06/30  18:13:33
20530         Log: Integrate mainline
20531      Branch: perlio
20532           +> NetWare/nwstdio.h NetWare/perlsdio.h
20533           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
20534           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
20535           +> lib/Unicode/UCD.t t/run/exit.t
20536           !> (integrate 60 files)
20537 ____________________________________________________________________________
20538 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
20539         Log: Delta delta.
20540      Branch: perl
20541            ! pod/perl572delta.pod
20542 ____________________________________________________________________________
20543 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
20544         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
20545              by CPAN.pm, use rather _00.
20546      Branch: perl
20547            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
20548            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
20549            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
20550            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
20551            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
20552            ! lib/ExtUtils/Embed.pm lib/Test.pm
20553 ____________________________________________________________________________
20554 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
20555         Log: Add a simple Unicode character database interface, Unicode::UCD.
20556      Branch: perl
20557            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
20558            ! MANIFEST
20559 ____________________________________________________________________________
20560 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
20561         Log: Subject: [PATCH] op/numconver.t
20562              From: Nicholas Clark <nick@ccl4.org>
20563              Date: Sat, 30 Jun 2001 15:40:10 +0100
20564              Message-ID: <20010630154010.I59620@plum.flirble.org>
20565      Branch: perl
20566            ! t/op/numconvert.t
20567 ____________________________________________________________________________
20568 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
20569         Log: The $^N is now taken (by #11038).
20570      Branch: perl
20571            ! t/base/lex.t
20572 ____________________________________________________________________________
20573 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
20574         Log: The #11040 had slipped to a wrong function...
20575      Branch: perl
20576            ! sv.c
20577 ____________________________________________________________________________
20578 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
20579         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
20580              the Configure library symbol probe mysteriously finds all
20581              symbols but those of pipe() and times().
20582      Branch: perl
20583            ! hints/aix.sh
20584 ____________________________________________________________________________
20585 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
20586         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
20587              From: Nicholas Clark <nick@ccl4.org>
20588              Date: Fri, 29 Jun 2001 23:49:07 +0100
20589              Message-ID: <20010629234907.D59620@plum.flirble.org>
20590      Branch: perl
20591            ! lib/ExtUtils.t
20592 ____________________________________________________________________________
20593 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
20594         Log: Subject: [PATCH] weakref fix 2, not yet there
20595              From: Artur Bergman <artur@contiller.se>
20596              Date: Sat, 30 Jun 2001 01:18:16 +0200
20597              Message-ID: <B762D957.1CC9%artur@contiller.se>
20598      Branch: perl
20599            ! sv.c
20600 ____________________________________________________________________________
20601 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
20602         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
20603              From: Michael G Schwern <schwern@pobox.com>
20604              Date: Fri, 29 Jun 2001 19:39:11 -0400
20605              Message-ID: <20010629193910.D25304@blackrider>
20606      Branch: perl
20607            + t/run/exit.t
20608            ! MANIFEST
20609 ____________________________________________________________________________
20610 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
20611         Log: Add support for $^N, the most-recently closed group.
20612      Branch: perl
20613            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
20614            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
20615            ! thrdvar.h
20616 ____________________________________________________________________________
20617 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
20618         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
20619              From: lvirden@cas.org
20620              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
20621              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
20622              
20623              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
20624              From: lvirden@cas.org
20625              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
20626              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
20627      Branch: perl
20628            ! README.solaris
20629 ____________________________________________________________________________
20630 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
20631         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
20632              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20633              Date: Sat, 30 Jun 2001 07:33:37 +0900
20634              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
20635              
20636              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
20637              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
20638              Date: Sat, 30 Jun 2001 21:38:14 +0900
20639              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
20640      Branch: perl
20641            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
20642            + ext/Encode/Encode/7bit-kr.enc
20643            ! MANIFEST ext/Encode/Encode/Tcl.pm
20644 ____________________________________________________________________________
20645 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
20646         Log: NetWare tweaks from Guruprasad.
20647      Branch: perl
20648            + NetWare/nwstdio.h NetWare/perlsdio.h
20649            ! MANIFEST NetWare/Makefile NetWare/config.wc
20650            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
20651            ! NetWare/t/Readme.txt
20652 ____________________________________________________________________________
20653 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
20654         Log: More module $VERSION bump-ups.
20655      Branch: perl
20656            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
20657            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
20658            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
20659 ____________________________________________________________________________
20660 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
20661         Log: Doc update due to #11032.
20662      Branch: perl
20663            ! pod/perl572delta.pod
20664 ____________________________________________________________________________
20665 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
20666         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
20667              From: Peter Prymmer <pvhp@forte.com>
20668              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
20669              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
20670      Branch: perl
20671            ! ext/Time/HiRes/HiRes.xs
20672 ____________________________________________________________________________
20673 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
20674         Log: -lpthreads missing in AIX.
20675      Branch: perl
20676            ! hints/aix.sh
20677 ____________________________________________________________________________
20678 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
20679         Log: Subject: [PATCH] CLONE && weakrefs
20680              From: Artur Bergman <artur@contiller.se>
20681              Date: Fri, 29 Jun 2001 17:02:00 +0200
20682              Message-ID: <B7626508.1CA0%artur@contiller.se>
20683      Branch: perl
20684            ! sv.c
20685 ____________________________________________________________________________
20686 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
20687         Log: Subject: Re: Bug report: split splits on wrong pattern
20688              From: Radu Greab <radu@netsoft.ro>
20689              Date: Wed, 27 Jun 2001 21:50:52 +0300
20690              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
20691      Branch: perl
20692            ! pp_ctl.c t/op/split.t
20693 ____________________________________________________________________________
20694 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
20695         Log: Metaconfig unit change for #11027.
20696      Branch: metaconfig/U/perl
20697            ! d_modfl.U
20698 ____________________________________________________________________________
20699 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
20700         Log: I thought this Configure glitch for AIX was just recently fixed?
20701      Branch: perl
20702            ! Configure
20703 ____________________________________________________________________________
20704 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
20705         Log: Update Changes.
20706      Branch: perl
20707            ! Changes patchlevel.h
20708 ____________________________________________________________________________
20709 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
20710         Log: Subject: Re: perl@10967, File::Find, and Cwd
20711              From: Mike Guy <mjtg@cam.ac.uk>
20712              Date: Fri, 29 Jun 2001 14:56:49 +0100
20713              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
20714      Branch: perl
20715            ! lib/File/Find/taint.t
20716 ____________________________________________________________________________
20717 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
20718         Log: Update the sv_pvprintify() spec.
20719      Branch: perl
20720            ! pod/perltodo.pod
20721 ____________________________________________________________________________
20722 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
20723         Log: Known test failures update.
20724      Branch: perl
20725            ! pod/perl572delta.pod
20726 ____________________________________________________________________________
20727 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
20728         Log: Based on
20729              
20730              Subject: [PATCH @11016] More );) fixes
20731              From: Richard Soderberg <rs@crystalflame.net>
20732              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
20733              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
20734      Branch: perl
20735            ! ext/Thread/Thread.xs ext/Thread/typemap
20736 ____________________________________________________________________________
20737 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
20738         Log: Subject: [PATCH @11016] Fixes compile errors in four files
20739              From: Richard Soderberg <rs@crystalflame.net>
20740              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
20741              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
20742      Branch: perl
20743            ! mg.c pp.c pp_hot.c util.c
20744 ____________________________________________________________________________
20745 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
20746         Log: AIX hints tweaking continues, from Merijn Brand.
20747      Branch: perl
20748            ! hints/aix.sh
20749 ____________________________________________________________________________
20750 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
20751         Log: HP-UX needs gccversion sooner, from Merijn Brand.
20752      Branch: perl
20753            ! hints/hpux.sh
20754 ____________________________________________________________________________
20755 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
20756         Log: Subject: [PATCH 5.6.1] OS/2 docs
20757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20758              Date: Fri, 29 Jun 2001 02:34:12 -0400
20759              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
20760      Branch: perl
20761            ! README.os2 os2/Changes
20762 ____________________________________________________________________________
20763 [ 11017] By: nick                                  on 2001/06/29  10:20:30
20764         Log: Integrate mainline
20765      Branch: perlio
20766           +> (branch 37 files)
20767            - ext/ODBM_File/sdbm.t
20768           !> (integrate 211 files)
20769 ____________________________________________________________________________
20770 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
20771         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
20772              the modules found using a script written by Larry Schatzer Jr.
20773      Branch: perl
20774            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
20775            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
20776            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
20777            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
20778            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
20779            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
20780            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
20781            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
20782            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
20783            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
20784            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
20785            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
20786            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
20787            ! lib/constant.pm lib/fields.pm lib/strict.pm
20788 ____________________________________________________________________________
20789 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
20790         Log: The latest JPL from the anoncvs.
20791      Branch: perl
20792            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20793 ____________________________________________________________________________
20794 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
20795         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
20796      Branch: perl
20797            ! t/op/pat.t
20798 ____________________________________________________________________________
20799 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
20800         Log: Worrying about insecure directories now is a bit too late.
20801      Branch: perl
20802            ! lib/File/Find/taint.t
20803 ____________________________________________________________________________
20804 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
20805         Log: Cannot DIE() in a void function,
20806              from Richard Hatch <rhatch@austin.ibm.com>.
20807      Branch: perl
20808            ! ext/IPC/SysV/SysV.xs
20809 ____________________________________________________________________________
20810 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
20811         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
20812              From: Peter Prymmer <pvhp@forte.com>
20813              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
20814              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
20815              
20816              (unfinished: time/hires tests 3, 5, 14 failing, but better
20817              than wholesale failure)
20818      Branch: perl
20819            ! ext/Time/HiRes/HiRes.xs
20820 ____________________________________________________________________________
20821 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
20822         Log: Subject: [PATCH 5.6.1] OS/2 improvements
20823              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20824              Date: Thu, 28 Jun 2001 16:03:14 -0400
20825              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
20826      Branch: perl
20827            + os2/os2_base.t
20828            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
20829            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
20830            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
20831            ! os2/os2ish.h
20832 ____________________________________________________________________________
20833 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
20834         Log: Subject: Incrementing Extutils::Manifest's $VERSION
20835              From: Michael G Schwern <schwern@pobox.com>
20836              Date: Thu, 28 Jun 2001 13:13:49 -0400
20837              Message-ID: <20010628131349.A14738@blackrider>
20838      Branch: maint-5.6/perl
20839            ! lib/ExtUtils/Manifest.pm
20840 ____________________________________________________________________________
20841 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
20842         Log: AIX tweak from Merijn Brand.
20843      Branch: perl
20844            ! hints/aix.sh
20845 ____________________________________________________________________________
20846 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
20847         Log: Create the macperl branch.
20848      Branch: maint-5.6/macperl
20849           +> (branch 1728 files)
20850 ____________________________________________________________________________
20851 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
20852         Log: Update Changes.
20853      Branch: perl
20854            ! Changes patchlevel.h
20855 ____________________________________________________________________________
20856 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
20857         Log: More Perforce lore.
20858      Branch: perl
20859            ! Porting/repository.pod
20860 ____________________________________________________________________________
20861 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
20862         Log: Metaconfig unit changes for #11003.
20863      Branch: metaconfig/U/perl
20864            + d_nl_langinfo.U i_langinfo.U
20865 ____________________________________________________________________________
20866 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
20867         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
20868              Expected not to exist in non-UNIX excepting in VMS, where
20869              according to a quick web survey they just might.
20870      Branch: perl
20871            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
20872            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20873            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
20874            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
20875            ! win32/config.bc win32/config.gc win32/config.vc
20876 ____________________________________________________________________________
20877 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
20878         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
20879              in AIX is one is doing a 64-bit build.
20880      Branch: perl
20881            ! hints/aix.sh
20882 ____________________________________________________________________________
20883 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
20884         Log: Metaconfig unit changes for #11000.
20885      Branch: metaconfig/U/perl
20886            ! use64bits.U uselfs.U
20887 ____________________________________________________________________________
20888 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
20889         Log: Move use64bitint and use64bitall before uselargefiles.
20890      Branch: perl
20891            ! Configure
20892 ____________________________________________________________________________
20893 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
20894         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
20895              From: Robert Spier <rspier@pobox.com>
20896              Message-ID: <15162.41164.618712.841415@rls.cx>
20897              Date: Wed, 27 Jun 2001 23:13:16 -0400
20898      Branch: perl
20899            ! doio.c
20900 ____________________________________________________________________________
20901 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
20902         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
20903              From: Peter Prymmer <pvhp@forte.com>
20904              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
20905              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
20906      Branch: perl
20907            ! numeric.c
20908 ____________________________________________________________________________
20909 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
20910         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
20911              From: Peter Prymmer <pvhp@forte.com>
20912              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
20913              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
20914      Branch: perl
20915            ! configure.com ext/Digest/MD5/Makefile.PL
20916 ____________________________________________________________________________
20917 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
20918         Log: Update Changes.
20919      Branch: perl
20920            ! Changes patchlevel.h
20921 ____________________________________________________________________________
20922 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
20923         Log: Tiny EPOC updates.
20924      Branch: perl
20925            ! epoc/config.sh
20926 ____________________________________________________________________________
20927 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
20928         Log: The Test::More and Test::Simple tests required help
20929              thanks to our schizophrenic test scheme.
20930      Branch: perl
20931            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
20932            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
20933            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
20934            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
20935            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
20936 ____________________________________________________________________________
20937 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
20938         Log: Upgrade to Test::Simple 0.09.
20939      Branch: perl
20940            + lib/Test/Simple/Changes
20941            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
20942            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
20943            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
20944            ! lib/Test/Simple/t/plan_is_noplan.t
20945 ____________________________________________________________________________
20946 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
20947         Log: Upgrade to Test::More 0.07.
20948      Branch: perl
20949            + lib/Test/More/Changes
20950            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
20951            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
20952            ! lib/Test/More/t/skipall.t
20953 ____________________________________________________________________________
20954 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
20955         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
20956              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20957              Date: Wed, 27 Jun 2001 18:40:04 +0200
20958              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
20959      Branch: perl
20960            ! hints/hpux.sh
20961 ____________________________________________________________________________
20962 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
20963         Log: Subject: [PATCH README.qnx hints/qnx.sh]
20964              From: Norton Allen <allen@huarp.harvard.edu>
20965              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
20966              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
20967      Branch: perl
20968            ! README.qnx hints/qnx.sh
20969 ____________________________________________________________________________
20970 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
20971         Log: Subject: [PATCH] two little documentation nits
20972              From: Abhijit Menon-Sen <ams@wiw.org>
20973              Date: Wed, 27 Jun 2001 20:07:50 +0530
20974              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
20975      Branch: perl
20976            ! sv.c sv.h
20977 ____________________________________________________________________________
20978 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
20979         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
20980              From: Norton Allen <allen@huarp.harvard.edu>
20981              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
20982              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
20983      Branch: perl
20984            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
20985 ____________________________________________________________________________
20986 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
20987         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
20988              From: Michael G Schwern <schwern@pobox.com>
20989              Date: Wed, 27 Jun 2001 02:34:58 -0400
20990              Message-ID: <20010627023458.K23874@blackrider>
20991      Branch: perl
20992            ! vms/test.com
20993 ____________________________________________________________________________
20994 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
20995         Log: Add perl_clone_host() for Netware.
20996      Branch: perl
20997            ! NetWare/nw5.c
20998 ____________________________________________________________________________
20999 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
21000         Log: GCC 3.0 hints for HP-UX.
21001      Branch: perl
21002            ! hints/hpux.sh
21003 ____________________________________________________________________________
21004 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
21005         Log: In some Linux distributions the libndbm is broken
21006              (no null key support), therefore link with libgdbm
21007              (if available), since it has a working ndbm emulation,
21008              from Jonathan Stowe.
21009      Branch: perl
21010            + ext/NDBM_File/hints/linux.pl
21011            ! MANIFEST
21012 ____________________________________________________________________________
21013 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
21014         Log: Subject: [PATCH perl@10930] find.t hack for VMS
21015              From: "Craig A. Berry" <craigberry@mac.com>
21016              Date: Tue, 26 Jun 2001 23:40:25 -0500
21017              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
21018      Branch: perl
21019            ! lib/File/Find/find.t
21020 ____________________________________________________________________________
21021 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
21022         Log: AUTHORS updates.
21023      Branch: perl
21024            ! AUTHORS
21025 ____________________________________________________________________________
21026 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
21027         Log: Metaconfig unit change like #10980.
21028      Branch: metaconfig
21029            ! U/compline/d_stdstdio.U
21030 ____________________________________________________________________________
21031 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
21032         Log: "lose the it's", from Abhijit Menon-Sen.
21033              ("It's" not searched, pods not searched.)
21034      Branch: perl
21035            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
21036            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
21037            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
21038            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
21039            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
21040            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
21041 ____________________________________________________________________________
21042 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
21043         Log: "lose the looses", from Abhijit Menon-Sen.
21044      Branch: perl
21045            ! ext/B/B/Assembler.pm gv.c
21046 ____________________________________________________________________________
21047 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
21048         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
21049      Branch: perl
21050            ! hints/os390.sh
21051 ____________________________________________________________________________
21052 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
21053         Log: DEC C 5.3 on the VAX simply doesn't seem to like
21054              compiling the MD5 extension, disable it there for now,
21055              from Peter Prymmer.
21056      Branch: perl
21057            ! configure.com
21058 ____________________________________________________________________________
21059 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
21060         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
21061              From: Jonathan Stowe <gellyfish@gellyfish.com>
21062              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
21063              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
21064      Branch: perl
21065            ! pod/perlfaq3.pod
21066 ____________________________________________________________________________
21067 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
21068         Log: Subject: [PATCH 5.6.1] perlxs misprints
21069              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21070              Date: Tue, 26 Jun 2001 17:20:00 -0400
21071              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
21072      Branch: perl
21073            ! pod/perlxs.pod
21074 ____________________________________________________________________________
21075 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
21076         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
21077              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21078              Date: Tue, 26 Jun 2001 17:27:07 -0400
21079              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
21080      Branch: perl
21081            ! lib/ExtUtils/MM_Unix.pm
21082 ____________________________________________________________________________
21083 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
21084         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
21085              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21086              Date: Tue, 26 Jun 2001 17:23:24 -0400
21087              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
21088      Branch: perl
21089            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
21090 ____________________________________________________________________________
21091 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
21092         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
21093              by Olaf Flebbe.
21094      Branch: perl
21095            ! perl.h
21096 ____________________________________________________________________________
21097 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
21098         Log: Detypo.
21099      Branch: perl
21100            ! lib/Memoize/t/tie_sdbm.t
21101 ____________________________________________________________________________
21102 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
21103         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
21104      Branch: perl
21105            ! win32/perllib.c
21106 ____________________________________________________________________________
21107 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
21108         Log: Subject: [patch] perl_clone+CvFILE
21109              From: Doug MacEachern <dougm@covalent.net>
21110              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
21111              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
21112      Branch: perl
21113            ! sv.c
21114 ____________________________________________________________________________
21115 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
21116         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
21117              From: Mark-Jason Dominus <mjd@plover.com>
21118              Date: Tue, 26 Jun 2001 12:33:01 -0400
21119              Message-ID: <20010626163301.31298.qmail@plover.com>
21120      Branch: perl
21121            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21122 ____________________________________________________________________________
21123 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
21124         Log: Update Changes.
21125      Branch: perl
21126            ! Changes patchlevel.h
21127 ____________________________________________________________________________
21128 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
21129         Log: Also catfile() needs now to explicitly exported.
21130      Branch: perl
21131            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21132 ____________________________________________________________________________
21133 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
21134         Log: Regen toc.
21135      Branch: perl
21136            ! pod/perltoc.pod
21137 ____________________________________________________________________________
21138 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
21139         Log: Nonexistent pod command.
21140      Branch: perl
21141            ! pod/perl572delta.pod
21142 ____________________________________________________________________________
21143 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
21144         Log: Be more portable in the quest for tmpdir.
21145      Branch: perl
21146            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
21147 ____________________________________________________________________________
21148 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
21149         Log: Be more portable in finding out the home directory,
21150              and use File::Spec to do the concat.
21151              (Come to think of it, couldn't File::Spec provide
21152              for a ->homedir method?)
21153      Branch: perl
21154            ! lib/Net/Config.pm
21155 ____________________________________________________________________________
21156 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
21157         Log: Doc patch for #10959.
21158      Branch: perl
21159            ! pod/perlfunc.pod
21160 ____________________________________________________________________________
21161 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
21162         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
21163              From: "Philip Newton" <pnewton@gmx.de>
21164              Date: Tue, 26 Jun 2001 16:26:47 +0200
21165              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
21166      Branch: perl
21167            ! pod/perldata.pod
21168 ____________________________________________________________________________
21169 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
21170         Log: Subject: [PATH] shared -> unique;
21171              From: "Artur Bergman" <artur@contiller.se>
21172              Date: Tue, 26 Jun 2001 16:18:40 +0200
21173              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
21174              
21175              Because "shared" isn't: it's read-only.
21176      Branch: perl
21177            ! toke.c xsutils.c
21178 ____________________________________________________________________________
21179 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
21180         Log: Escape multiline croak messages.
21181      Branch: perl
21182            ! t/op/ver.t
21183 ____________________________________________________________________________
21184 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
21185         Log: No more pragma/*.t for minitest.
21186      Branch: perl
21187            ! Makefile.SH
21188 ____________________________________________________________________________
21189 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
21190         Log: AUTHORS updates.
21191      Branch: perl
21192            ! AUTHORS
21193 ____________________________________________________________________________
21194 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
21195         Log: delta updates.
21196      Branch: perl
21197            ! pod/perl572delta.pod
21198 ____________________________________________________________________________
21199 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
21200         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
21201              From: Artur Bergman <artur@contiller.se> 
21202              Date: Tue, 26 Jun 2001 15:32:53 +0200
21203              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
21204      Branch: perl
21205            ! makedef.pl sv.c sv.h win32/perllib.c
21206 ____________________________________________________________________________
21207 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
21208         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
21209              From: Jonathan Stowe <gellyfish@gellyfish.com>
21210              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
21211              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
21212              
21213              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
21214      Branch: perl
21215            + ext/Time/HiRes/hints/sco.pl
21216            ! MANIFEST
21217 ____________________________________________________________________________
21218 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
21219         Log: Subject: [PATCH 5.6.1] static build
21220              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21221              Date: Tue, 26 Jun 2001 04:22:25 -0400
21222              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
21223      Branch: perl
21224            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
21225            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
21226 ____________________________________________________________________________
21227 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
21228         Log: DJGPP patches from Laszlo Molnar.
21229      Branch: perl
21230            ! djgpp/djgpp.c perl.c util.c
21231 ____________________________________________________________________________
21232 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
21233         Log: Netware patches from Ananth Kesari.
21234      Branch: perl
21235            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
21236            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
21237            ! NetWare/nwtinfo.h
21238 ____________________________________________________________________________
21239 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
21240         Log: Detypo.
21241      Branch: perl
21242            ! ext/Errno/Errno_pm.PL
21243 ____________________________________________________________________________
21244 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
21245         Log: There seems to be two ways of spelling the $^O in *STEP.
21246      Branch: perl
21247            ! ext/Errno/Errno_pm.PL
21248 ____________________________________________________________________________
21249 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
21250         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
21251              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
21252      Branch: perl
21253            ! ext/Errno/Errno_pm.PL
21254 ____________________________________________________________________________
21255 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
21256         Log: Known bugs update.
21257      Branch: perl
21258            ! pod/perl572delta.pod
21259 ____________________________________________________________________________
21260 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
21261         Log: The default installation of Cygwin has 500 as root's uid.
21262      Branch: perl
21263            ! lib/User/pwent.t
21264 ____________________________________________________________________________
21265 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
21266         Log: Be even more relaxed (re-allow having only one entry).
21267      Branch: perl
21268            ! t/op/grent.t t/op/pwent.t
21269 ____________________________________________________________________________
21270 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
21271         Log: Test failure updates.
21272      Branch: perl
21273            ! pod/perl572delta.pod
21274 ____________________________________________________________________________
21275 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
21276         Log: MPE/iX test tweaks from Mark Bixby.
21277      Branch: perl
21278            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
21279            ! t/io/fs.t t/op/stat.t
21280 ____________________________________________________________________________
21281 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
21282         Log: Microperl findings.
21283      Branch: perl
21284            ! perl.h pp_sys.c
21285 ____________________________________________________________________________
21286 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
21287         Log: Touch uconfig.h.
21288      Branch: perl
21289            ! uconfig.h
21290 ____________________________________________________________________________
21291 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
21292         Log: Subject: [PATCH] Proposed fix for Pod::Man
21293              From: Rob Napier <rnapier@employees.org>
21294              Date: Mon, 25 Jun 2001 15:49:24 -0400
21295              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
21296              
21297              Cater for Solaris nroff brokenness (shortchanges daisywheel
21298              printers, but hey, we also no more support PDPs.)
21299      Branch: perl
21300            ! lib/Pod/Man.pm
21301 ____________________________________________________________________________
21302 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
21303         Log: Typo in #10937.
21304      Branch: perl
21305            ! ext/POSIX/sigaction.t
21306 ____________________________________________________________________________
21307 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
21308         Log: SIGCONT not trappable in VMS.
21309      Branch: perl
21310            ! ext/POSIX/sigaction.t
21311 ____________________________________________________________________________
21312 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
21313         Log: Subject: [DRAFT] Encode-Tcl.t
21314              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21315              Date: Tue, 26 Jun 2001 03:38:08 +0900
21316              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
21317      Branch: perl
21318            + ext/Encode/Encode/Tcl.t
21319            ! MANIFEST ext/Encode/Encode/Tcl.pm
21320 ____________________________________________________________________________
21321 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
21322         Log: Because of #10932 retract also the perlfunc hunk of #10910.
21323      Branch: perl
21324            ! pod/perlfunc.pod
21325 ____________________________________________________________________________
21326 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
21327         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
21328              by Ilya Zakharevich in
21329              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
21330      Branch: perl
21331            ! XSUB.h
21332 ____________________________________________________________________________
21333 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
21334         Log: Typo in #10889.
21335      Branch: perl
21336            ! hints/uts.sh
21337 ____________________________________________________________________________
21338 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
21339         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
21340              From: Abhijit Menon-Sen <ams@wiw.org>
21341              Date: Mon, 25 Jun 2001 23:45:45 +0530
21342              Message-ID: <20010625234545.A5022@lustre.linux.in>
21343      Branch: perl
21344            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
21345 ____________________________________________________________________________
21346 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
21347         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
21348              From: Michael G Schwern <schwern@pobox.com>
21349              Date: Mon, 25 Jun 2001 14:35:51 -0400
21350              Message-ID: <20010625143551.H13819@blackrider>
21351      Branch: perl
21352            ! lib/Test.pm
21353 ____________________________________________________________________________
21354 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
21355         Log: Update Changes.
21356      Branch: perl
21357            ! Changes patchlevel.h
21358 ____________________________________________________________________________
21359 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
21360         Log: Regen toc and modlib.
21361      Branch: perl
21362            ! pod/perlmodlib.pod pod/perltoc.pod
21363 ____________________________________________________________________________
21364 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
21365         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
21366              for the benefit of C++ compilers, as suggested by Guruprasad.
21367      Branch: perl
21368            ! embed.pl proto.h
21369 ____________________________________________________________________________
21370 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
21371         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
21372              From: Jonathan Stowe <gellyfish@gellyfish.com>
21373              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
21374              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
21375      Branch: perl
21376            ! pod/perlfaq5.pod
21377 ____________________________________________________________________________
21378 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
21379         Log: Missed from #10925.
21380      Branch: perl
21381            ! gv.c
21382 ____________________________________________________________________________
21383 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
21384         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
21385              From: Robin Houston <robin@kitsite.com>
21386              Date: Sat, 19 May 2001 16:19:34 +0100
21387              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
21388      Branch: perl
21389            ! cv.h gv.h op.c
21390 ____________________________________________________________________________
21391 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
21392         Log: Netware README tweak.
21393      Branch: perl
21394            ! README.netware
21395 ____________________________________________________________________________
21396 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
21397         Log: Subject: [PATCH] Re: overload.t fails
21398              From: Abhijit Menon-Sen <ams@wiw.org>
21399              Date: Mon, 25 Jun 2001 14:52:20 +0530
21400              Message-ID: <20010625145220.A24114@lustre.linux.in>
21401      Branch: perl
21402            ! lib/overload.t
21403 ____________________________________________________________________________
21404 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
21405         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
21406              From: Mike Guy <mjtg@cam.ac.uk>
21407              Date: Mon, 25 Jun 2001 11:43:23 +0100
21408              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
21409      Branch: perl
21410            ! lib/Carp.pm
21411 ____________________________________________________________________________
21412 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
21413         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
21414              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21415              Date: Sun, 24 Jun 2001 05:17:05 -0400
21416              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
21417      Branch: perl
21418            ! os2/os2ish.h
21419 ____________________________________________________________________________
21420 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
21421         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
21422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21423              Date: Mon, 25 Jun 2001 05:52:27 -0400
21424              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
21425      Branch: perl
21426            ! hints/os2.sh
21427 ____________________________________________________________________________
21428 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
21429         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
21430              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21431              Date: Mon, 25 Jun 2001 05:23:35 -0400
21432              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
21433      Branch: perl
21434            ! os2/os2.c
21435 ____________________________________________________________________________
21436 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
21437         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
21438              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21439              Date: Mon, 25 Jun 2001 05:04:32 -0400
21440              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
21441      Branch: perl
21442            ! os2/OS2/REXX/DLL/DLL.pm
21443 ____________________________________________________________________________
21444 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
21445         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
21446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21447              Date: Mon, 25 Jun 2001 05:02:36 -0400
21448              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
21449      Branch: perl
21450            ! mg.c os2/dl_os2.c os2/os2.c
21451 ____________________________________________________________________________
21452 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
21453         Log: Subject: Re: [PATCH 5.6.1] misprints
21454              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21455              Date: Mon, 25 Jun 2001 04:50:50 -0400
21456              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
21457      Branch: perl
21458            ! os2/os2.c pp_sys.c
21459 ____________________________________________________________________________
21460 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
21461         Log: Add Test::More and Test::Simple to the delta.
21462      Branch: perl
21463            ! pod/perl572delta.pod
21464 ____________________________________________________________________________
21465 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
21466         Log: Add Test::More, from Michael G Schwern.
21467      Branch: perl
21468            + lib/Test/More.pm lib/Test/More/t/More.t
21469            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
21470            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
21471            + t/lib/Test/More/Catch.pm
21472            ! MANIFEST
21473 ____________________________________________________________________________
21474 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
21475         Log: Add Test::Simple from Michael G Schwern.
21476      Branch: perl
21477            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
21478            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
21479            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
21480            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
21481            + t/lib/Test/Simple/Catch.pm
21482            + t/lib/Test/Simple/sample_tests/death.plx
21483            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
21484            + t/lib/Test/Simple/sample_tests/extras.plx
21485            + t/lib/Test/Simple/sample_tests/five_fail.plx
21486            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
21487            + t/lib/Test/Simple/sample_tests/one_fail.plx
21488            + t/lib/Test/Simple/sample_tests/require.plx
21489            + t/lib/Test/Simple/sample_tests/success.plx
21490            + t/lib/Test/Simple/sample_tests/too_few.plx
21491            + t/lib/Test/Simple/sample_tests/two_fail.plx
21492            ! MANIFEST
21493 ____________________________________________________________________________
21494 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
21495         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
21496              From: "Craig A. Berry" <craigberry@mac.com>
21497              Date: Sun, 24 Jun 2001 23:41:36 -0500
21498              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
21499      Branch: perl
21500            ! pp_sys.c
21501 ____________________________________________________________________________
21502 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
21503         Log: Upgrade to Attribute::Handlers 0.70.
21504      Branch: perl
21505            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
21506            ! MANIFEST lib/Attribute/Handlers.pm
21507 ____________________________________________________________________________
21508 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
21509         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
21510              From: Abhijit Menon-Sen <ams@wiw.org>
21511              Date: Sat, 23 Jun 2001 05:17:44 +0530
21512              Message-ID: <20010623051744.A18583@lustre.linux.in>
21513              
21514              (Can't think of a good place to put tests.)
21515      Branch: perl
21516            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
21517 ____________________________________________________________________________
21518 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
21519         Log: Subject: [PATCH] t/op/pat.t typo fix
21520              From: Richard Soderberg <rs@crystalflame.net>
21521              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
21522              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
21523      Branch: perl
21524            ! t/op/pat.t
21525 ____________________________________________________________________________
21526 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
21527         Log: Move the pack warnings to their own file, as pointed
21528              out by Spider.
21529      Branch: perl
21530            + t/lib/warnings/pp_pack
21531            ! MANIFEST t/lib/warnings/pp
21532 ____________________________________________________________________________
21533 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
21534         Log: Update Changes.
21535      Branch: perl
21536            ! Changes patchlevel.h
21537 ____________________________________________________________________________
21538 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
21539         Log: Partially fix a problem noticed by IRIX compiler:
21540              the initialization of parse_start was bypassed by
21541              several gotos.  Now initialized to zero, which may
21542              not be the best choice.
21543      Branch: perl
21544            ! regcomp.c
21545 ____________________________________________________________________________
21546 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
21547         Log: Relax the group and password tests back to moaning only
21548              if no matches at all are found.  (Even with a small sample
21549              I could find many sites where there are, umm, anomalies in
21550              the said databases.)       
21551      Branch: perl
21552            ! t/op/grent.t t/op/pwent.t
21553 ____________________________________________________________________________
21554 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
21555         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
21556      Branch: perl
21557            ! pp_ctl.c
21558 ____________________________________________________________________________
21559 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
21560         Log: De-cut-and-pasto in #10902.
21561      Branch: perl
21562            ! pp_ctl.c
21563 ____________________________________________________________________________
21564 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
21565         Log: The #10771 didn't take?
21566      Branch: perl
21567            ! pp_ctl.c
21568 ____________________________________________________________________________
21569 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
21570         Log: Undo the filetests part of #10900, under multiplicity
21571              weird errors take place.
21572      Branch: perl
21573            ! pp_sys.c
21574 ____________________________________________________________________________
21575 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
21576         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
21577      Branch: perl
21578            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
21579 ____________________________________________________________________________
21580 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
21581         Log: (Replaced by #10922)
21582              
21583              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
21584              From: Tony Bowden <tony@kasei.com>
21585              Date: Sun, 24 Jun 2001 17:32:40 +0100
21586              Message-ID: <20010624173240.A16293@blackstar.co.uk>
21587              
21588              Document (well, mention) shortmess() and longmess()
21589              to rob people of their fun of reinventing the weel.
21590      Branch: perl
21591            ! lib/Carp.pm
21592 ____________________________________________________________________________
21593 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
21594         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
21595              From: Brian Jepson <bjepson@oreilly.com>
21596              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
21597              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
21598      Branch: perl
21599            ! pp_sys.c
21600 ____________________________________________________________________________
21601 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
21602         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
21603              From: Robin Barker <rmb1@cise.npl.co.uk> 
21604              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
21605              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
21606      Branch: perl
21607            ! lib/CPAN.pm
21608 ____________________________________________________________________________
21609 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
21610         Log: Memoize patch from mjd.
21611      Branch: perl
21612            ! lib/Memoize/t/tie_storable.t
21613 ____________________________________________________________________________
21614 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
21615         Log: Spec the sv_pvprintify() a bit more.
21616      Branch: perl
21617            ! pod/perltodo.pod
21618 ____________________________________________________________________________
21619 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
21620         Log: Upgrade to Memoize 0.65.
21621      Branch: perl
21622            + lib/Memoize/t/array_confusion.t
21623            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
21624            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
21625            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
21626            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
21627            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
21628            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
21629            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
21630            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
21631            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
21632            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
21633            ! lib/Memoize/t/tie_storable.t
21634 ____________________________________________________________________________
21635 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
21636         Log: Metaconfig unit change for #10892.
21637      Branch: metaconfig
21638            ! U/modified/Options.U
21639 ____________________________________________________________________________
21640 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
21641         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
21642              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21643              Date: Sun, 24 Jun 2001 05:24:40 -0400
21644              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
21645      Branch: perl
21646            ! Configure hints/os2.sh
21647 ____________________________________________________________________________
21648 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
21649         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
21650              From: Mike Guy <mjtg@cam.ac.uk>
21651              Date: Sun, 24 Jun 2001 15:28:39 +0100
21652              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
21653              
21654              Fix an ancient (5.002) bug.
21655      Branch: perl
21656            ! lib/Carp/Heavy.pm
21657 ____________________________________________________________________________
21658 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
21659         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
21660              variables.
21661      Branch: perl
21662            ! pp_sys.c
21663 ____________________________________________________________________________
21664 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
21665         Log: Make UTS as per #10888.
21666      Branch: perl
21667            ! hints/uts.sh
21668 ____________________________________________________________________________
21669 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
21670         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
21671      Branch: perl
21672            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
21673            ! mpeix/mpeixish.h perl.h unixish.h
21674 ____________________________________________________________________________
21675 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
21676         Log: AUTHORS update.
21677      Branch: perl
21678            ! AUTHORS
21679 ____________________________________________________________________________
21680 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
21681         Log: Subject: Encode::Tcl for multibyte doesnot work
21682              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
21683              Date: Sun, 24 Jun 2001 22:48:21 +0900
21684              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
21685      Branch: perl
21686            ! ext/Encode/Encode/Tcl.pm
21687 ____________________________________________________________________________
21688 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
21689         Log: Subject: [PATCH] Remove tautology in error messages
21690              From: Mike Guy <mjtg@cam.ac.uk>
21691              Date: Sun, 24 Jun 2001 13:31:00 +0100
21692              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
21693      Branch: perl
21694            ! pp_sys.c
21695 ____________________________________________________________________________
21696 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
21697         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
21698      Branch: perl
21699            ! hints/darwin.sh
21700 ____________________________________________________________________________
21701 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
21702         Log: Subject: Re: [PATCH 5.6.1] test suite
21703              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21704              Date: Sun, 24 Jun 2001 05:47:05 -0400
21705              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
21706              
21707              Test suite fixes.
21708      Branch: perl
21709            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
21710 ____________________________________________________________________________
21711 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
21712         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
21713              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21714              Date: Sun, 24 Jun 2001 05:37:19 -0400
21715              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
21716      Branch: perl
21717            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
21718 ____________________________________________________________________________
21719 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
21720         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
21721              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21722              Date: Sun, 24 Jun 2001 05:34:50 -0400
21723              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
21724              
21725              Pacify compiler warnings.
21726      Branch: perl
21727            ! pp_sys.c
21728 ____________________________________________________________________________
21729 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
21730         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
21731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21732              Date: Sun, 24 Jun 2001 05:21:18 -0400
21733              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
21734              
21735              Enable compression of executables during link time.
21736      Branch: perl
21737            ! hints/os2.sh
21738 ____________________________________________________________________________
21739 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
21740         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
21741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21742              Date: Sun, 24 Jun 2001 05:15:11 -0400
21743              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
21744              
21745              Add ordinals to the export list for Perl DLL.
21746              (Breaks intra-version DLL compatibility.)
21747      Branch: perl
21748            ! makedef.pl
21749 ____________________________________________________________________________
21750 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
21751         Log: Allow (displaying and) re-editing the Subject in perlbug.
21752              Also abstract the Subject quality control into a function.
21753      Branch: perl
21754            ! utils/perlbug.PL
21755 ____________________________________________________________________________
21756 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
21757         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
21758      Branch: perl
21759            ! utils/perlbug.PL
21760 ____________________________________________________________________________
21761 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
21762         Log: Regen toc and modlib.
21763      Branch: perl
21764            ! pod/perlmodlib.pod pod/perltoc.pod
21765 ____________________________________________________________________________
21766 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
21767         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
21768              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
21769              attribute semantics as much as possible, or 'ntsec' which uses
21770              native NTFS semantics.)  (See also #10877.)
21771      Branch: perl
21772            ! perl.c
21773 ____________________________________________________________________________
21774 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
21775         Log: (Retracted by #11586)
21776              
21777              Hack to get rid of the UNEXPECTEDLY succeeded message for now.
21778      Branch: perl
21779            ! lib/Test/Harness.pm
21780 ____________________________________________________________________________
21781 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
21782         Log: Just zap the -uPerlio.
21783      Branch: perl
21784            ! ext/B/Stash.t
21785 ____________________________________________________________________________
21786 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
21787         Log: Do not test PerlIO if PerlIO not used.
21788      Branch: perl
21789            ! ext/PerlIO/PerlIO.t
21790 ____________________________________________________________________________
21791 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
21792         Log: Regen perlapi.
21793      Branch: perl
21794            ! pod/perlapi.pod
21795 ____________________________________________________________________________
21796 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
21797         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
21798              From: Nicholas Clark <nick@ccl4.org>
21799              Date: Sat, 23 Jun 2001 22:55:47 +0100
21800              Message-ID: <20010623225547.Z98663@plum.flirble.org>
21801      Branch: perl
21802            ! numeric.c
21803 ____________________________________________________________________________
21804 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
21805         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
21806              From: Prymmer/Kahn <pvhp@best.com>
21807              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
21808              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
21809      Branch: perl
21810            ! lib/h2xs.t
21811 ____________________________________________________________________________
21812 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
21813         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
21814              cygwin does not taint cwd, just like win32.
21815      Branch: perl
21816            ! lib/File/Find/taint.t t/op/taint.t
21817 ____________________________________________________________________________
21818 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
21819         Log: Retract #10865, the patch should be unnecessary.
21820              (But seemingly helpful in Cygwin?  Strange.)
21821      Branch: perl
21822            ! lib/Memoize/t/tie_ndbm.t
21823 ____________________________________________________________________________
21824 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
21825         Log: Misplaced test file; plus Cygwin filesystem semantics.
21826      Branch: perl
21827            + ext/SDBM_File/sdbm.t
21828            - ext/ODBM_File/sdbm.t
21829            ! MANIFEST
21830 ____________________________________________________________________________
21831 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
21832         Log: (Retracted by #10867.)
21833      Branch: perl
21834            ! lib/Memoize/t/tie_ndbm.t
21835 ____________________________________________________________________________
21836 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
21837         Log: Metaconfig unit change for #10863.
21838      Branch: metaconfig/U/perl
21839            ! Extensions.U
21840 ____________________________________________________________________________
21841 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
21842         Log: In Cygwin do not build NDBM_File and ODBM_File unless
21843              -lndbm and -ldbm are available.
21844      Branch: perl
21845            ! Configure config_h.SH
21846 ____________________________________________________________________________
21847 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
21848         Log: More Cygwin filesystem semantics.
21849      Branch: perl
21850            ! t/io/fs.t t/op/stat.t
21851 ____________________________________________________________________________
21852 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
21853         Log: More DOSish permission semantics for Cygwin.
21854      Branch: perl
21855            ! lib/AnyDBM_File.t
21856 ____________________________________________________________________________
21857 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
21858         Log: Cygwin too has different permission semantics.
21859      Branch: perl
21860            ! ext/GDBM_File/gdbm.t
21861 ____________________________________________________________________________
21862 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
21863         Log: The group (and assumedly passwd) databases can have
21864              only one entry (this is the case in cygwin).
21865      Branch: perl
21866            ! t/op/grent.t t/op/pwent.t
21867 ____________________________________________________________________________
21868 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
21869         Log: Also in Cygwin use Socket to figure out domainname
21870              (if any) (avoids trying to call external 'domainname',
21871              which doesn't at the moment exist in Cygwin)
21872      Branch: perl
21873            ! lib/Net/Domain.pm
21874 ____________________________________________________________________________
21875 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
21876         Log: Remove also the lib$Foo.def, not just $Foo.def.
21877      Branch: perl
21878            ! lib/ExtUtils/MM_Unix.pm
21879 ____________________________________________________________________________
21880 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
21881         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
21882      Branch: perl
21883            ! unixish.h
21884 ____________________________________________________________________________
21885 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
21886         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
21887              to match the whole isprint(), only the space character.
21888      Branch: perl
21889            ! handy.h pod/perlre.pod t/op/pat.t
21890 ____________________________________________________________________________
21891 [ 10854] By: nick                                  on 2001/06/23  08:09:33
21892         Log: Integrate mainline
21893      Branch: perlio
21894           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
21895           !> lib/ExtUtils.t lib/File/Find/taint.t
21896           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
21897           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
21898           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
21899 ____________________________________________________________________________
21900 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
21901         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
21902              with its floats    in os390 and s390 (UTS).
21903      Branch: perl
21904            ! lib/Math/BigInt/t/bigintpm.t
21905 ____________________________________________________________________________
21906 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
21907         Log: Add also UTS (s390) to the non-IEEE float platforms.
21908      Branch: perl
21909            ! t/op/sprintf.t
21910 ____________________________________________________________________________
21911 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
21912         Log: Subject: RFC: what are applicable standards for exponent sizes?
21913              From: Peter Prymmer <pvhp@forte.com>
21914              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
21915              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
21916      Branch: perl
21917            ! t/op/sprintf.t
21918 ____________________________________________________________________________
21919 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
21920         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
21921              From: Peter Prymmer <pvhp@forte.com>
21922              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
21923              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
21924      Branch: perl
21925            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
21926 ____________________________________________________________________________
21927 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
21928         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
21929              From: Peter Prymmer <pvhp@forte.com>
21930              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
21931              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
21932      Branch: perl
21933            ! lib/ExtUtils.t
21934 ____________________________________________________________________________
21935 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
21936         Log: Retract #10845.
21937      Branch: perl
21938            ! lib/File/Find/taint.t
21939 ____________________________________________________________________________
21940 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
21941         Log: Yet another error message.
21942      Branch: perl
21943            ! t/op/mkdir.t
21944 ____________________________________________________________________________
21945 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
21946         Log: The croak message for nonexistent socket functions may vary.
21947      Branch: perl
21948            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
21949 ____________________________________________________________________________
21950 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
21951         Log: (Retracted by #10848.)
21952      Branch: perl
21953            ! lib/File/Find/taint.t
21954 ____________________________________________________________________________
21955 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
21956         Log: Integrate perlio.
21957      Branch: perl
21958           !> lib/File/Find/taint.t t/op/write.t
21959 ____________________________________________________________________________
21960 [ 10843] By: nick                                  on 2001/06/22  21:24:51
21961         Log: Back out debug in taint.t
21962      Branch: perlio
21963            ! lib/File/Find/taint.t
21964 ____________________________________________________________________________
21965 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
21966         Log: setitimer() does not exist in Unicos, despite of what
21967              Configure thinks, from Mark P. Lutz.
21968      Branch: perl
21969            ! hints/unicos.sh
21970 ____________________________________________________________________________
21971 [ 10841] By: nick                                  on 2001/06/22  21:19:36
21972         Log: Skip cwd test on Win32 ???
21973      Branch: perlio
21974            ! lib/File/Find/taint.t
21975 ____________________________________________________________________________
21976 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
21977         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
21978              and Tru64 gcc -Wall happy.
21979      Branch: perl
21980            ! mg.c
21981 ____________________________________________________________________________
21982 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
21983         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
21984      Branch: perl
21985            ! ext/IPC/SysV/Semaphore.pm
21986 ____________________________________________________________________________
21987 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
21988         Log: Metaconfig unit change for #10837.
21989      Branch: metaconfig/U/perl
21990            ! Cross.U
21991 ____________________________________________________________________________
21992 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
21993         Log: Cleanup of the cross-compilation unit.
21994      Branch: perl
21995            ! Configure
21996 ____________________________________________________________________________
21997 [ 10836] By: nick                                  on 2001/06/22  20:45:12
21998         Log: Skip |- based op/write.t on Win32 as well as VMS
21999      Branch: perlio
22000            ! t/op/write.t
22001 ____________________________________________________________________________
22002 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
22003         Log: Integrate perlio.
22004      Branch: perl
22005           !> util.c
22006 ____________________________________________________________________________
22007 [ 10834] By: nick                                  on 2001/06/22  20:41:54
22008         Log: Integrate mainline
22009      Branch: perlio
22010           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
22011           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
22012           !> vos/config.ga.h
22013 ____________________________________________________________________________
22014 [ 10833] By: nick                                  on 2001/06/22  20:22:58
22015         Log: Patcho fix.
22016      Branch: perlio
22017            ! util.c
22018 ____________________________________________________________________________
22019 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
22020         Log: Metaconfig unit changes for #10831.
22021      Branch: metaconfig
22022            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
22023 ____________________________________________________________________________
22024 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
22025         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
22026              From: Andy Dougherty <doughera@lafayette.edu>
22027              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
22028              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
22029      Branch: perl
22030            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22031            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
22032 ____________________________________________________________________________
22033 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
22034         Log: MPE/iX prototype nits from Mark Bixby.
22035      Branch: perl
22036            ! pp_sys.c
22037 ____________________________________________________________________________
22038 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
22039         Log: Detypo.
22040      Branch: perl
22041            ! util.c
22042 ____________________________________________________________________________
22043 [ 10828] By: nick                                  on 2001/06/22  15:33:37
22044         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
22045      Branch: perlio
22046           +> lib/h2xs.t
22047           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
22048           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
22049           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
22050           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
22051           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22052           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
22053           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
22054           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
22055           !> vms/vmsish.h
22056 ____________________________________________________________________________
22057 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
22058         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
22059              Date: Fri, 22 Jun 2001 10:08:35 -0500
22060              From: "Craig A. Berry" <craigberry@mac.com>
22061              Message-Id: <a05101001b75908704194@[192.168.56.145]>
22062      Branch: perl
22063            ! vms/vms.c vms/vmsish.h
22064 ____________________________________________________________________________
22065 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
22066         Log: NetWare scripts tweak from Ananth Kesari.
22067      Branch: perl
22068            ! NetWare/t/NWScripts.pl
22069 ____________________________________________________________________________
22070 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
22071         Log: Update Changes.
22072      Branch: perl
22073            ! Changes patchlevel.h
22074 ____________________________________________________________________________
22075 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
22076         Log: Add .i and .s targets.
22077      Branch: perl
22078            ! Makefile.SH
22079 ____________________________________________________________________________
22080 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
22081         Log: Upgrade to Locale::Maketext 1.03.
22082      Branch: perl
22083            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22084            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
22085 ____________________________________________________________________________
22086 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
22087         Log: Upgrade to I18N::LangTags 0.26.
22088      Branch: perl
22089            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
22090            ! lib/I18N/LangTags/test.pl
22091 ____________________________________________________________________________
22092 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
22093         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
22094              Philip Newton.
22095      Branch: perl
22096            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
22097            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22098 ____________________________________________________________________________
22099 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
22100         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
22101              From: Prymmer/Kahn <pvhp@best.com>
22102              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
22103              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
22104      Branch: perl
22105            + lib/h2xs.t
22106            ! MANIFEST utils/h2xs.PL
22107 ____________________________________________________________________________
22108 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
22109         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
22110              From: Prymmer/Kahn <pvhp@best.com>
22111              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
22112              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
22113      Branch: perl
22114            ! lib/ExtUtils.t
22115 ____________________________________________________________________________
22116 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
22117         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
22118              From: Prymmer/Kahn <pvhp@best.com>
22119              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
22120              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
22121      Branch: perl
22122            ! t/pod/plainer.t
22123 ____________________________________________________________________________
22124 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
22125         Log: AUTHORS update.
22126      Branch: perl
22127            ! AUTHORS
22128 ____________________________________________________________________________
22129 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
22130         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
22131              From: "Craig A. Berry" <craigberry@mac.com>
22132              Date: Thu, 21 Jun 2001 18:20:38 -0500
22133              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
22134      Branch: perl
22135            ! ext/POSIX/POSIX.xs
22136 ____________________________________________________________________________
22137 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
22138         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
22139              From: "Craig A. Berry" <craigberry@mac.com>
22140              Date: Thu, 21 Jun 2001 09:58:52 -0500
22141              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
22142      Branch: perl
22143            ! ext/B/Deparse.t t/op/write.t
22144 ____________________________________________________________________________
22145 [ 10814] By: nick                                  on 2001/06/22  08:13:09
22146         Log: Integrate mainline.
22147      Branch: perlio
22148           !> (integrate 46 files)
22149 ____________________________________________________________________________
22150 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
22151         Log: Change the prefixes only if $prefix is unset,
22152              as originally patched by Marcel Grunauer.
22153      Branch: perl
22154            ! hints/darwin.sh hints/rhapsody.sh
22155 ____________________________________________________________________________
22156 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
22157         Log: Subject: Re: Patch for hints/darwin.sh
22158              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
22159              Date: Thu, 21 Jun 2001 11:23:46 -0700
22160              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
22161      Branch: perl
22162            ! hints/darwin.sh hints/rhapsody.sh
22163 ____________________________________________________________________________
22164 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
22165         Log: Add .PHONY targets for non-file targets,
22166              from Wilfredo Sánchez.  Should help saying
22167              "make install" on case-insensitive filesystems.
22168      Branch: perl
22169            ! Makefile.SH
22170 ____________________________________________________________________________
22171 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
22172         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
22173              From: Doug MacEachern <dougm@covalent.net>
22174              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
22175              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
22176              
22177              plus reword the getcwd() comment, plus use getcwd() buffer
22178              size minus one.
22179      Branch: perl
22180            ! util.c
22181 ____________________________________________________________________________
22182 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
22183         Log: More gprofing from Doug MacEachern.
22184      Branch: perl
22185            ! Makefile.SH
22186 ____________________________________________________________________________
22187 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
22188         Log: Metaconfig unit change for #10807.
22189      Branch: metaconfig/U/perl
22190            ! d_sfio.U
22191 ____________________________________________________________________________
22192 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
22193         Log: Tell that you are removing the unneeded -lsfio.
22194      Branch: perl
22195            ! Configure
22196 ____________________________________________________________________________
22197 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
22198         Log: More MPE/iX tweaks from Mark Bixby.
22199      Branch: perl
22200            ! perl.c t/op/magic.t
22201 ____________________________________________________________________________
22202 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
22203         Log: The fchdir() proto is supposed to live in <unistd.h>.
22204      Branch: perl
22205            ! ext/Cwd/Cwd.xs
22206 ____________________________________________________________________________
22207 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
22208         Log: This town is too small for the Cwd extension and me,
22209              it would seem...
22210      Branch: perl
22211            ! ext/Cwd/Cwd.xs
22212 ____________________________________________________________________________
22213 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
22214         Log: Metaconfig unit change for #10802.
22215      Branch: metaconfig/U/perl
22216            ! d_modfl.U
22217 ____________________________________________________________________________
22218 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
22219         Log: More d'ohs.
22220      Branch: perl
22221            ! Configure
22222 ____________________________________________________________________________
22223 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
22224         Log: Off-by-one.  I'm so classic.
22225      Branch: perl
22226            ! util.c
22227 ____________________________________________________________________________
22228 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
22229         Log: Update Changes.
22230      Branch: perl
22231            ! Changes patchlevel.h
22232 ____________________________________________________________________________
22233 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
22234         Log: Subject: Documentation patch for Net::FTP
22235              From: Marcel Grunauer <marcel@codewerk.com>
22236              Date: Wed, 20 Jun 2001 23:03:26 +0200
22237              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
22238      Branch: perl
22239            ! lib/Net/FTP.pm
22240 ____________________________________________________________________________
22241 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
22242         Log: Retract the #10417 mg.c and embed.pl parts because of
22243              strange SEGVs in 64bit x86 FreeBSD observed by
22244              Nicholas Clark.
22245      Branch: perl
22246            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
22247 ____________________________________________________________________________
22248 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
22249         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
22250      Branch: perl
22251            ! Configure NetWare/config.wc NetWare/config_H.wc
22252            ! Porting/Glossary Porting/config.sh Porting/config_H
22253            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22254            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22255            ! vos/config.ga.h win32/config.bc win32/config.gc
22256            ! win32/config.vc win32/config_H.bc win32/config_H.gc
22257            ! win32/config_H.vc
22258 ____________________________________________________________________________
22259 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
22260         Log: Cwd tweak from Doug MacEachern.
22261      Branch: perl
22262            ! ext/Cwd/Cwd.xs
22263 ____________________________________________________________________________
22264 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
22265         Log: Protect the fchdir() and lstat() with ifdefs.
22266              fchdir() needs a Configure probe.
22267      Branch: perl
22268            ! ext/Cwd/Cwd.xs
22269 ____________________________________________________________________________
22270 [ 10794] By: nick                                  on 2001/06/21  17:11:35
22271         Log: Integrate mainline
22272      Branch: perlio
22273           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
22274           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
22275           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
22276           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
22277           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
22278           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
22279           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
22280           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
22281            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
22282            - lib/File/Glob/case.t lib/File/Glob/global.t
22283            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
22284            - lib/File/Temp/posix.t lib/File/Temp/security.t
22285            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
22286            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
22287            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
22288            - lib/Text/Wrap/wrap.t
22289           !> (integrate 41 files)
22290 ____________________________________________________________________________
22291 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
22292         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
22293              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
22294              Date: Thu, 21 Jun 2001 13:04:54 -0500
22295              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
22296      Branch: perl
22297            ! ext/Cwd/Cwd.xs
22298 ____________________________________________________________________________
22299 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
22300         Log: Subject: [PATCH pod] overlong =item
22301              From: Robin Barker <rmb1@cise.npl.co.uk>
22302              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
22303              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
22304      Branch: perl
22305            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
22306            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
22307 ____________________________________________________________________________
22308 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
22309         Log: Subject: [PATCH perlio.c] format 
22310              From: Robin Barker <rmb1@cise.npl.co.uk>
22311              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
22312              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
22313      Branch: perl
22314            ! perlio.c
22315 ____________________________________________________________________________
22316 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
22317         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
22318              From: Radu Greab <radu@netsoft.ro>
22319              Date: Thu, 21 Jun 2001 19:06:02 +0300
22320              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
22321      Branch: perl
22322            ! pod/perlapi.pod sv.c
22323 ____________________________________________________________________________
22324 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
22325         Log: The metaconfig unit changes for #10788.
22326      Branch: metaconfig/U/perl
22327            ! Cross.U fflushall.U
22328 ____________________________________________________________________________
22329 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
22330         Log: Cross-configuration changes: make $from to rm the files
22331              before copying them over (this means that he rm can be
22332              removed from the fflushall test), create $targetmkdir      
22333              (not documented in install since it is supposed to internal
22334              use only), make $run to copy over the executable only if
22335              a stamp file .xok doesn't already exist (to avoid unnecessary
22336              copying of the executable)
22337      Branch: perl
22338            ! Configure Makefile.SH
22339 ____________________________________________________________________________
22340 [ 10787] By: nick                                  on 2001/06/21  14:16:18
22341         Log: Integrate mainline
22342      Branch: perlio
22343           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
22344           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
22345           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
22346            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
22347           !> (integrate 34 files)
22348 ____________________________________________________________________________
22349 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
22350         Log: Re-add the files as text.
22351      Branch: perl
22352            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
22353 ____________________________________________________________________________
22354 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
22355         Log: Delete the binary files.
22356      Branch: perl
22357            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
22358 ____________________________________________________________________________
22359 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
22360         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
22361              From: Andy Dougherty <doughera@lafayette.edu>
22362              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
22363              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
22364      Branch: perl
22365            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
22366            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
22367            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
22368            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
22369 ____________________________________________________________________________
22370 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
22371         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
22372              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
22373              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
22374              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
22375              
22376              Setting umask to something friendlier.
22377      Branch: perl
22378            ! installman installperl
22379 ____________________________________________________________________________
22380 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
22381         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
22382              Resort MANIFEST with sort -f, looks much better.
22383      Branch: perl
22384            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
22385            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
22386            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
22387            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
22388            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
22389            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
22390            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
22391            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
22392            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
22393            - lib/File/Glob/case.t lib/File/Glob/global.t
22394            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
22395            - lib/File/Temp/posix.t lib/File/Temp/security.t
22396            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
22397            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
22398            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
22399            - lib/Text/Wrap/wrap.t
22400            ! MANIFEST
22401 ____________________________________________________________________________
22402 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
22403         Log: Upgrade to I18N::LangTags 0.25.
22404      Branch: perl
22405            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
22406            ! lib/I18N/LangTags/List.pm
22407 ____________________________________________________________________________
22408 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
22409         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
22410              From: Richard Soderberg <rs@crystalflame.net>
22411              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
22412              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
22413      Branch: perl
22414            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
22415            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
22416 ____________________________________________________________________________
22417 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
22418         Log: Test obsoleted by change #10777.
22419      Branch: perl
22420            ! t/op/sub_lval.t
22421 ____________________________________________________________________________
22422 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
22423         Log: Case of confused test numbering.
22424      Branch: perl
22425            ! t/op/pat.t
22426 ____________________________________________________________________________
22427 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
22428         Log: Subject: Re: Opinion on undef lvalue
22429              From: Abhijit Menon-Sen <ams@wiw.org>
22430              Date: Sun, 17 Jun 2001 13:04:46 +0530
22431              Message-ID: <20010617130446.B27925@lustre.linux.in>
22432              
22433              Allow lvalue subs to return undef in array context.
22434      Branch: perl
22435            ! pp_hot.c
22436 ____________________________________________________________________________
22437 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
22438         Log: Just a guess that using the same hack for cygwin as
22439              for win32 might help.
22440      Branch: perl
22441            ! lib/File/Find/find.t
22442 ____________________________________________________________________________
22443 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
22444         Log: NetWare tweaks from Guruprasad.
22445      Branch: perl
22446            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
22447            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
22448            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
22449            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
22450 ____________________________________________________________________________
22451 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
22452         Log: Subject: Re: perl@10722: Bogus warnings on REs 
22453              From: Hugo <hv@crypt.compulink.co.uk>
22454              Date: Thu, 21 Jun 2001 09:51:17 +0100
22455              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
22456              
22457              Unroll to avoid a UTS compiler bug.
22458      Branch: perl
22459            ! regcomp.c
22460 ____________________________________________________________________________
22461 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
22462         Log: Subject: Re: [PATCH] Make /o work under i?threads
22463              From: Artur Bergman <artur@contiller.se>
22464              Date: Thu, 21 Jun 2001 14:38:03 +0200
22465              Message-ID: <B757B74A.184D%artur@contiller.se>
22466      Branch: perl
22467            ! t/op/pat.t
22468 ____________________________________________________________________________
22469 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
22470         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
22471              From: Artur Bergman <artur@contiller.se> 
22472              Date: Thu, 21 Jun 2001 14:27:33 +0200
22473              Message-ID: <B757B4D4.1849%artur@contiller.se>
22474              
22475              Plus extra parentheses.
22476      Branch: perl
22477            ! op.h
22478 ____________________________________________________________________________
22479 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
22480         Log: Subject: [PATCH] Make /o work under i?threads
22481              From: Richard Soderberg <rs@crystalflame.net>
22482              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
22483              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
22484      Branch: perl
22485            ! pp_ctl.c
22486 ____________________________________________________________________________
22487 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
22488         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
22489              From: Artur Bergman <artur@contiller.se>
22490              Date: Thu, 21 Jun 2001 14:04:54 +0200
22491              Message-ID: <B757AF86.1842%artur@contiller.se>
22492      Branch: perl
22493            ! op.h
22494 ____________________________________________________________________________
22495 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
22496         Log: Subject: Re: perl@10765: sv.c not OK on win32
22497              From: Artur Bergman <artur@contiller.se>
22498              Date: Thu, 21 Jun 2001 10:31:06 +0200
22499              Message-ID: <B7577D69.182C%artur@contiller.se>
22500      Branch: perl
22501            ! sv.c
22502 ____________________________________________________________________________
22503 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
22504         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
22505              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22506              Date: Thu, 21 Jun 2001 06:23:56 -0400
22507              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
22508              
22509              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
22510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22511              Date: Thu, 21 Jun 2001 06:32:21 -0400
22512              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
22513      Branch: perl
22514            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
22515 ____________________________________________________________________________
22516 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
22517         Log: Subject: [PATCH] make syslog test more verbose
22518              From: Robert Spier <rspier@pobox.com>
22519              Date: Thu, 21 Jun 2001 00:54:32 -0400
22520              Message-ID: <15153.32264.295807.333073@rls.cx>
22521      Branch: perl
22522            ! ext/Sys/Syslog/syslog.t
22523 ____________________________________________________________________________
22524 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
22525         Log: Subject: op/study.t refinements
22526              From: Hugo <hv@crypt.compulink.co.uk>
22527              Date: Thu, 21 Jun 2001 00:29:07 +0100
22528              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
22529      Branch: perl
22530            ! t/op/study.t
22531 ____________________________________________________________________________
22532 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
22533         Log: Update Changes.
22534      Branch: perl
22535            ! Changes patchlevel.h
22536 ____________________________________________________________________________
22537 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
22538         Log: Subject: Re: [PATCH] djgpp updates
22539              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
22540              Date: Wed, 20 Jun 2001 10:05:15 +0200
22541              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
22542      Branch: perl
22543            ! djgpp/config.over
22544 ____________________________________________________________________________
22545 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
22546         Log: Fix for ID 20010619.002 "When building hash, hash keys that
22547              are function calls are not being called", from Abhijit.
22548      Branch: perl
22549            ! t/base/lex.t toke.c
22550 ____________________________________________________________________________
22551 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
22552         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
22553      Branch: perl
22554            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
22555            + lib/Locale/Maketext/test.pl
22556            - lib/Locale/Maketext.t
22557            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
22558            ! lib/Locale/Maketext/TPJ13.pod
22559 ____________________________________________________________________________
22560 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
22561         Log: Metaconfig unit change for #10760.
22562      Branch: metaconfig
22563            ! U/modified/Cppsym.U
22564 ____________________________________________________________________________
22565 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
22566         Log: Do not remove the ccsym* Cppsym* files since
22567              they are useful for metaconfig units coming after us.
22568              (This is the Configure nit mentioned in #10752.)
22569      Branch: perl
22570            ! Configure
22571 ____________________________________________________________________________
22572 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
22573         Log: Update to I18N::LangTags 0.24, from Sean Burke.
22574      Branch: perl
22575            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
22576            + lib/I18N/LangTags/README
22577            - lib/I18N/LangTags/List.pod
22578            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
22579 ____________________________________________________________________________
22580 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
22581         Log: Regen headers.
22582      Branch: perl
22583            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
22584            ! pod/perlapi.pod proto.h
22585 ____________________________________________________________________________
22586 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
22587         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
22588              From: Artur Bergman <artur@contiller.se>
22589              Date: Wed, 20 Jun 2001 11:31:32 +0200
22590              Message-ID: <B7563A14.17D8%artur@contiller.se>
22591      Branch: perl
22592            ! embed.pl hv.c intrpvar.h sv.c sv.h
22593 ____________________________________________________________________________
22594 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
22595         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
22596              From: Tim Sweetman <tim@aldigital.co.uk> 
22597              Date: Wed, 13 Jun 2001 14:25:17 +0100 
22598              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
22599      Branch: perl
22600            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
22601 ____________________________________________________________________________
22602 [ 10755] By: nick                                  on 2001/06/20  16:12:37
22603         Log: Integrate mainline
22604      Branch: perlio
22605           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
22606           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
22607           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
22608           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
22609           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
22610           !> t/op/study.t util.c
22611 ____________________________________________________________________________
22612 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
22613         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
22614              but not Makefile)
22615      Branch: maint-5.6/perl
22616            ! win32/Makefile
22617 ____________________________________________________________________________
22618 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
22619         Log: Security tweak on readlink().
22620      Branch: perl
22621            ! pp_sys.c
22622 ____________________________________________________________________________
22623 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
22624         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
22625      Branch: perl
22626            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
22627            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
22628            ! mpeix/relink t/op/pwent.t
22629 ____________________________________________________________________________
22630 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
22631         Log: Reinstate #10725 (with probe for alarm()).
22632      Branch: perl
22633            ! t/op/study.t
22634 ____________________________________________________________________________
22635 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
22636         Log: Replace our implementation of realpath() with OpenBSD's
22637              (src/lib/libc/stdlib/realpath.c 1.4).
22638      Branch: perl
22639            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
22640            ! pod/perldiag.pod proto.h util.c
22641 ____________________________________________________________________________
22642 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
22643         Log: Integrate perlio.
22644      Branch: perl
22645           !> perlio.c
22646 ____________________________________________________________________________
22647 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
22648         Log: No point in going into memory-saving contortions
22649              with getcwd() since there's a danger of buffer overflow.
22650              Also make the POSIX extension to use sv_getcwd().
22651              Finally, a missed proto.h fragment.
22652      Branch: perl
22653            ! ext/POSIX/POSIX.xs proto.h util.c
22654 ____________________________________________________________________________
22655 [ 10747] By: nick                                  on 2001/06/20  12:38:26
22656         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
22657      Branch: perlio
22658            ! perlio.c
22659 ____________________________________________________________________________
22660 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
22661         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
22662              From: Graham Barr <gbarr@pobox.com>
22663              Date: Wed, 20 Jun 2001 11:05:49 +0100
22664              Message-ID: <20010620110549.I19188@pobox.com>
22665              
22666              reported in        
22667              
22668              Subject: Bug in IO::Socket::INET module (repeat)
22669              From: "Harmon S. Nine" <hnine@netarx.com>
22670              Date: Tue, 19 Jun 2001 09:41:35 -0400
22671              Message-ID: <3B2F568F.8080605@netarx.com>
22672              
22673              The bug was that the IO::Socket::INET constructor
22674              did not allow a 'LocalPort' of 0.
22675      Branch: perl
22676            ! ext/IO/lib/IO/Socket/INET.pm
22677 ____________________________________________________________________________
22678 [ 10745] By: nick                                  on 2001/06/20  08:56:39
22679         Log: Integrate mainline.
22680      Branch: perlio
22681           !> (integrate 37 files)
22682 ____________________________________________________________________________
22683 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
22684         Log: After some reading I don't think we can blindly
22685              use systems' realpath().  Too many security problems,
22686              too many buggy implementations.
22687              
22688              TODO: the realpath() emulation code in util.c doesn't
22689              seem fully operational?  (readlink(), for example?)
22690      Branch: perl
22691            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
22692            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
22693            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
22694            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
22695            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
22696            ! win32/config_H.gc win32/config_H.vc
22697 ____________________________________________________________________________
22698 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
22699         Log: Metaconfig unit change for #10738.
22700      Branch: metaconfig
22701            ! U/compline/d_gconvert.U
22702 ____________________________________________________________________________
22703 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
22704         Log: Integrate change #10739 from maintperl:
22705              
22706              C<eval "/x$\r\n/x"> fails to compile correctly 
22707      Branch: perl
22708           !> t/op/pat.t toke.c
22709 ____________________________________________________________________________
22710 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
22711         Log: Retract #10725 (Hugo asked NOT to apply the patch)
22712      Branch: perl
22713            ! t/op/study.t
22714 ____________________________________________________________________________
22715 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
22716         Log: The test.third results were funnily named because of the
22717              new test scheme.
22718      Branch: perl
22719            ! t/TEST
22720 ____________________________________________________________________________
22721 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
22722         Log: C<eval "/x$\r\n/x"> fails to compile correctly
22723      Branch: maint-5.6/perl
22724            ! t/op/pat.t toke.c
22725 ____________________________________________________________________________
22726 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
22727         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
22728              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22729              Date: Tue, 19 Jun 2001 19:15:40 -0400
22730              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
22731              
22732              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
22733              because "1e+129" being expected but "1.e+129" being returned.
22734              The culprit (at least in Tru64) is the use of gcvt().
22735      Branch: perl
22736            ! Configure
22737 ____________________________________________________________________________
22738 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
22739         Log: Subject: [PATCH perl@10722] test hunting on VMS
22740              From: "Craig A. Berry" <craigberry@mac.com>
22741              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
22742              Date: Tue, 19 Jun 2001 18:59:01 -0500
22743      Branch: perl
22744            ! vms/test.com
22745 ____________________________________________________________________________
22746 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
22747         Log: Subject: [PATCH] s/typos//
22748              From: Abhijit Menon-Sen <ams@wiw.org>
22749              Date: Wed, 20 Jun 2001 02:15:02 +0530
22750              Message-ID: <20010620021502.A14541@lustre.linux.in>
22751              
22752              Without the op.h s/bearword/bareword/ hunk, see
22753              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
22754      Branch: perl
22755            ! util.c
22756 ____________________________________________________________________________
22757 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
22758         Log: Metaconfig unit change for #10732 and #10733.
22759      Branch: metaconfig/U/perl
22760            ! fflushall.U
22761 ____________________________________________________________________________
22762 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
22763         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
22764              From: "Craig A. Berry" <craigberry@mac.com>
22765              Date: Tue, 19 Jun 2001 17:19:48 -0500
22766              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
22767      Branch: perl
22768            ! configure.com vms/descrip_mms.template
22769 ____________________________________________________________________________
22770 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
22771         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
22772              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22773              Date: Tue, 19 Jun 2001 16:48:07 -0400
22774              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
22775              
22776              Further fixes to fflush(NULL) detection.
22777      Branch: perl
22778            ! Configure
22779 ____________________________________________________________________________
22780 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
22781         Log: AIX test -s hangs with non-existent files?
22782              (A genuine logic bug in Configure, but AIX also broken?)
22783      Branch: perl
22784            ! Configure
22785 ____________________________________________________________________________
22786 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
22787         Log: AUTHORS updates.
22788      Branch: perl
22789            ! AUTHORS
22790 ____________________________________________________________________________
22791 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
22792         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
22793              From: Spider Boardman <spider@Orb.Nashua.NH.US>
22794              Date: Tue, 19 Jun 2001 15:33:25 -0400
22795              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
22796      Branch: perl
22797            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
22798            ! t/lib/warnings/pp
22799 ____________________________________________________________________________
22800 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
22801         Log: Integrate perlio.
22802      Branch: perl
22803           !> lib/File/Find/find.t win32/distclean.bat
22804 ____________________________________________________________________________
22805 [ 10728] By: nick                                  on 2001/06/19  18:24:53
22806         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
22807      Branch: perlio
22808            ! lib/File/Find/find.t win32/distclean.bat
22809 ____________________________________________________________________________
22810 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
22811         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
22812              also add information how to find out whether one has PerlIO.
22813      Branch: perl
22814            ! pod/perlfunc.pod
22815 ____________________________________________________________________________
22816 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
22817         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
22818              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
22819              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
22820              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
22821      Branch: perl
22822            ! pod/perlfunc.pod
22823 ____________________________________________________________________________
22824 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
22825         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
22826              From: Hugo <hv@crypt.compulink.co.uk>
22827              Date: Tue, 19 Jun 2001 12:37:30 +0100
22828              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
22829      Branch: perl
22830            ! t/op/study.t
22831 ____________________________________________________________________________
22832 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
22833         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
22834              From: Hugo <hv@crypt.compulink.co.uk>
22835              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
22836              Date: Tue, 19 Jun 2001 13:15:17 +0100
22837      Branch: perl
22838            ! util.c
22839 ____________________________________________________________________________
22840 [ 10723] By: nick                                  on 2001/06/19  14:46:15
22841         Log: Integrate mainline
22842      Branch: perlio
22843           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
22844           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
22845           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
22846           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
22847           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
22848           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
22849            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
22850            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
22851            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
22852            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
22853            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
22854            - ext/Thread/unsync4.t
22855           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
22856           !> djgpp/config.over djgpp/fixpmain
22857           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
22858           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
22859           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
22860 ____________________________________________________________________________
22861 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
22862         Log: Update Changes.
22863      Branch: perl
22864            ! Changes patchlevel.h
22865 ____________________________________________________________________________
22866 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
22867         Log: The existence shall be MANIFESted.
22868      Branch: perl
22869            ! MANIFEST
22870 ____________________________________________________________________________
22871 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
22872         Log: The old libnet.cfg is first searched from the current directory,
22873              only then from the module path.
22874      Branch: perl
22875            ! utils/libnetcfg.PL
22876 ____________________________________________________________________________
22877 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
22878         Log: NetWare tweaks from Guruprasad.
22879      Branch: perl
22880            ! NetWare/Makefile NetWare/config.wc
22881 ____________________________________________________________________________
22882 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
22883         Log: Subject: [PATCH] djgpp updates
22884              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
22885              Date: Tue, 19 Jun 2001 10:59:06 +0200
22886              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
22887      Branch: perl
22888            ! djgpp/config.over djgpp/fixpmain
22889 ____________________________________________________________________________
22890 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
22891         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
22892              From: Prymmer/Kahn <pvhp@best.com>
22893              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
22894              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
22895      Branch: perl
22896            ! win32/Makefile
22897 ____________________________________________________________________________
22898 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
22899         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
22900              to happen right after the inclusion of <inttypes.h>,
22901              from Edward Moy.
22902      Branch: perl
22903            ! handy.h perl.h
22904 ____________________________________________________________________________
22905 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
22906         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
22907              From: Doug MacEachern <dougm@covalent.net>
22908              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
22909              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
22910      Branch: perl
22911            ! ext/DynaLoader/DynaLoader_pm.PL
22912 ____________________________________________________________________________
22913 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
22914         Log: Revert #10656 for perfomance reasons but leave in the
22915              use of Hv*() macros -- in comments, so that grepping the
22916              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
22917              suggested by Sarathy, also by Abhijit.)
22918      Branch: perl
22919            ! hv.c
22920 ____________________________________________________________________________
22921 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
22922         Log: Subject: [patch] .s MakeMaker suffix
22923              From: Doug MacEachern <dougm@covalent.net>
22924              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
22925              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
22926      Branch: perl
22927            ! lib/ExtUtils/MM_Unix.pm
22928 ____________________________________________________________________________
22929 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
22930         Log: One test lost in the big shuffle restored.
22931      Branch: perl
22932            + ext/IPC/SysV/ipcsysv.t
22933            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
22934 ____________________________________________________________________________
22935 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
22936         Log: Rename the old non-standard threads tests so that
22937              they won't be invoked.
22938      Branch: perl
22939            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
22940            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
22941            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
22942            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
22943            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
22944            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
22945            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
22946            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
22947            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
22948            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
22949            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
22950            - ext/Thread/unsync4.t
22951            ! MANIFEST
22952 ____________________________________________________________________________
22953 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
22954         Log: Integrate perlio.
22955      Branch: perl
22956           !> win32/config_sh.PL
22957 ____________________________________________________________________________
22958 [ 10709] By: nick                                  on 2001/06/19  08:18:18
22959         Log: Integrate mainline
22960      Branch: perlio
22961           +> (branch 40 files)
22962            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
22963            - lib/strict/subs lib/strict/vars lib/warnings/1global
22964            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
22965            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
22966            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
22967            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
22968            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
22969            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
22970            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
22971            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
22972            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
22973            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
22974            - lib/warnings/utf8 lib/warnings/util
22975           !> (integrate 57 files)
22976 ____________________________________________________________________________
22977 [ 10708] By: nick                                  on 2001/06/19  07:57:10
22978         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
22979      Branch: perlio
22980            ! win32/config_sh.PL
22981 ____________________________________________________________________________
22982 [ 10707] By: nick                                  on 2001/06/19  07:05:07
22983         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
22984      Branch: perl
22985            ! perly.c perly.y perly_c.diff vms/perly_c.vms
22986 ____________________________________________________________________________
22987 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
22988         Log: More perl572delta tweaks.
22989      Branch: perl
22990            ! pod/perl572delta.pod
22991 ____________________________________________________________________________
22992 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
22993         Log: Update perl572delta.
22994      Branch: perl
22995            ! pod/perl572delta.pod
22996 ____________________________________________________________________________
22997 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
22998         Log: VOS updates from Paul Green.
22999      Branch: perl
23000            ! vos/Changes vos/build.cm vos/perl.bind
23001 ____________________________________________________________________________
23002 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
23003         Log: Update the vos/config.*.* files.
23004      Branch: perl
23005            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23006            ! vos/config.ga.h
23007 ____________________________________________________________________________
23008 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
23009         Log: Add a makefile for more painless adding of symbols to the
23010              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
23011              takes care of the adding)
23012      Branch: perl
23013            + vos/Makefile
23014 ____________________________________________________________________________
23015 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
23016         Log: Make libnetcfg by default display the libnet configuration,
23017              -c to change, add -i for old config, document all options,
23018              regen toc.
23019      Branch: perl
23020            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
23021 ____________________________________________________________________________
23022 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
23023         Log: gcc -Wall sweep.
23024      Branch: perl
23025            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
23026 ____________________________________________________________________________
23027 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
23028         Log: So there.
23029      Branch: perl
23030            ! universal.c
23031 ____________________________________________________________________________
23032 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
23033         Log: Document the need for sv_printify().
23034              
23035              Document that 'use utf8' has been considered.
23036              
23037              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
23038      Branch: perl
23039            ! pod/perltodo.pod universal.c
23040 ____________________________________________________________________________
23041 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
23042         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
23043              From: Nicholas Clark <nick@ccl4.org>
23044              Date: Mon, 18 Jun 2001 23:29:23 +0100
23045              Message-ID: <20010618232923.I98663@plum.flirble.org>
23046      Branch: perl
23047            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
23048            ! ext/Sys/Syslog/Makefile.PL
23049 ____________________________________________________________________________
23050 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
23051         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
23052              From: Scott.L.Miller@Compaq.com
23053              Date: Mon, 18 Jun 2001 10:12:27 -0500
23054              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
23055      Branch: perl
23056            ! lib/perl5db.pl pod/perldebug.pod
23057 ____________________________________________________________________________
23058 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
23059         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
23060              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
23061              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
23062              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
23063      Branch: perl
23064            ! lib/Carp/Heavy.pm
23065 ____________________________________________________________________________
23066 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
23067         Log: Subject: [PATCH] Documentation changes for CLONE
23068              From: Artur Bergman <artur@contiller.se>
23069              Date: Mon, 18 Jun 2001 22:06:37 +0200
23070              Message-ID: <B7542BEC.1719%artur@contiller.se>
23071      Branch: perl
23072            ! pod/perlmod.pod pod/perlsub.pod
23073 ____________________________________________________________________________
23074 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
23075         Log: Subject: Re: configure.com
23076              From: "Craig A. Berry" <craigberry@mac.com>
23077              Date: Mon, 18 Jun 2001 16:04:38 -0500
23078              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
23079      Branch: perl
23080            ! configure.com
23081 ____________________________________________________________________________
23082 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
23083         Log: Subject: PL_nullstash + perl_clone()
23084              From: Doug MacEachern <dougm@covalent.net>
23085              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
23086              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
23087      Branch: perl
23088            ! sv.c
23089 ____________________________________________________________________________
23090 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
23091         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
23092              From: davem@fdgroup.co.uk
23093              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
23094              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
23095      Branch: perl
23096            ! embed.pl pod/perlapi.pod
23097 ____________________________________________________________________________
23098 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
23099         Log: More cross-compilation defaults gleaned from -Dcc
23100              if it is CPU-OS-gcc.
23101      Branch: metaconfig
23102            ! U/modified/libc.U
23103      Branch: metaconfig/U/perl
23104            ! Cross.U
23105      Branch: perl
23106            ! Configure INSTALL
23107 ____________________________________________________________________________
23108 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
23109         Log: Update Changes.
23110      Branch: perl
23111            ! Changes patchlevel.h
23112 ____________________________________________________________________________
23113 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
23114         Log: Subject: [PATCH 5.7.1] sv.c documentation
23115              From: davem@fdgroup.co.uk
23116              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
23117              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
23118      Branch: perl
23119            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
23120            ! sv.c sv.h
23121 ____________________________________________________________________________
23122 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
23123         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
23124              From: "Jon Gunnip" <jongunnip@hotmail.com>
23125              Date: Sun, 17 Jun 2001 18:24:29 -0400
23126              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
23127      Branch: perl
23128            ! pod/perlvar.pod
23129 ____________________________________________________________________________
23130 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
23131         Log: Move the locale/strict/warnings helper files back
23132              under the t/lib; this way the amount of non-installabled
23133              stuff under lib/ stays smaller.
23134      Branch: perl
23135            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
23136            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
23137            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
23138            + t/lib/warnings/5nolint t/lib/warnings/6default
23139            + t/lib/warnings/7fatal t/lib/warnings/8signal
23140            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
23141            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
23142            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
23143            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
23144            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
23145            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
23146            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
23147            + t/lib/warnings/taint t/lib/warnings/toke
23148            + t/lib/warnings/universal t/lib/warnings/utf8
23149            + t/lib/warnings/util
23150            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
23151            - lib/strict/subs lib/strict/vars lib/warnings/1global
23152            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
23153            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
23154            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
23155            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
23156            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
23157            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
23158            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
23159            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
23160            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
23161            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
23162            - lib/warnings/utf8 lib/warnings/util
23163            ! MANIFEST installperl lib/locale.t lib/strict.t
23164 ____________________________________________________________________________
23165 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
23166         Log: Split off the pack/unpack code, from Nicholas Clark.
23167      Branch: perl
23168            + pp_pack.c
23169            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
23170            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
23171            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
23172 ____________________________________________________________________________
23173 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
23174         Log: Guard the SysV IPC tests against being invoked in
23175              SysV-IPC-less places.
23176      Branch: perl
23177            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
23178 ____________________________________________________________________________
23179 [ 10683] By: nick                                  on 2001/06/18  12:24:42
23180         Log: Integrate mainline (new test scheme now ok on Linux).
23181      Branch: perlio
23182           +> lib/warnings.t
23183           !> dump.c sv.c
23184 ____________________________________________________________________________
23185 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
23186         Log: Add the locale.c and numeric.c to the microperl sources.
23187      Branch: perl
23188            ! Makefile.micro win32/Makefile
23189 ____________________________________________________________________________
23190 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
23191         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
23192              From: Abhijit Menon-Sen <ams@wiw.org>
23193              Date: Mon, 18 Jun 2001 14:23:44 +0530
23194              Message-ID: <20010618142344.A13136@lustre.linux.in>
23195      Branch: perl
23196            ! dump.c
23197 ____________________________________________________________________________
23198 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
23199         Log: Subject: Re: [PATCH] more anonymous stash cleanups
23200              From: Abhijit Menon-Sen <ams@wiw.org>
23201              Date: Mon, 18 Jun 2001 15:50:32 +0530
23202              Message-ID: <20010618155032.A13223@lustre.linux.in>
23203              
23204              Plus the comment left in as suggested by NI-S.
23205      Branch: perl
23206            ! sv.c
23207 ____________________________________________________________________________
23208 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
23209         Log: One missed file.
23210      Branch: perl
23211            + lib/warnings.t
23212 ____________________________________________________________________________
23213 [ 10678] By: nick                                  on 2001/06/18  08:05:29
23214         Log: Integrate mainline (part2 - the deletes)
23215      Branch: perlio
23216            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
23217            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
23218            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
23219            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
23220            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
23221            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
23222            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
23223            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
23224            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
23225            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
23226            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
23227 ____________________________________________________________________________
23228 [ 10677] By: nick                                  on 2001/06/18  08:04:44
23229         Log: Integrate mainline (part1)
23230      Branch: perlio
23231           +> (branch 376 files)
23232            - (delete 219 files)
23233           !> (integrate 151 files)
23234 ____________________________________________________________________________
23235 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
23236         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
23237              No doubt I made some mistakes like missed some files or
23238              misnamed some files.  The naming rules were more or less:
23239              (1) if the module is from CPAN, follows its ways, be it
23240              t/*.t or test.pl.
23241              (2) otherwise if there are multiple tests for a module
23242              put them in a t/
23243              (3) otherwise if there's only one test put it in Module.t
23244              (4) helper files go to module/ (locale, strict, warnings)
23245              (5) use longer filenames now that we can (but e.g. the
23246              compat-0.6.t and the Text::Balanced test files still
23247              were renamed to be more civil against the 8.3 people)
23248              installperl was updated appropriately not to install the
23249              *.t files or the help files from under lib.
23250              
23251              TODO: some helper files still remain under t/ that could
23252              follow their 'masters'.  UPDATE: On second thoughts, why
23253              should they.  They can continue to live under t/lib, and
23254              in fact the locale/strict/warnings helpers that were moved
23255              could be moved back.  This way the amount of non-installable
23256              stuff under lib/ stays smaller.
23257      Branch: perl
23258            + (add 253 files)
23259            - (delete 254 files)
23260            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
23261 ____________________________________________________________________________
23262 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
23263         Log: The warning no more comes from util.c, it comes from numeric.c.
23264      Branch: perl
23265            ! README.tru64
23266 ____________________________________________________________________________
23267 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
23268         Log: Subject: Re: anyone good at casting spells?
23269              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23270              Date: Sun, 17 Jun 2001 21:21:04 -0400
23271              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
23272      Branch: perl
23273            ! ext/POSIX/POSIX.xs hv.h
23274 ____________________________________________________________________________
23275 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
23276         Log: Protect the (original) thread tests against testing if no 5.005
23277              threads have been configured.
23278      Branch: perl
23279            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
23280            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
23281            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
23282            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
23283            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
23284            ! ext/Thread/unsync4.t
23285 ____________________________________________________________________________
23286 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
23287         Log: Try the new test scanning scheme on Text::Abbrev.
23288      Branch: perl
23289            + lib/Text/Abbrev.t
23290            - lib/Text/Abbrev/t/abbrev.t
23291            ! MANIFEST
23292 ____________________________________________________________________________
23293 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
23294         Log: Change the scan policy of the *.t and test.pl files,
23295              now the *.t do not need to live in a t/ directory.
23296      Branch: perl
23297            ! t/TEST t/harness
23298 ____________________________________________________________________________
23299 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
23300         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
23301              From: Ilmari Karonen <iltzu@sci.fi>
23302              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
23303              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
23304      Branch: perl
23305            ! pod/perlfaq7.pod
23306 ____________________________________________________________________________
23307 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
23308         Log: Quench the warnings from Tru64; the HP-UX is still
23309              broken because it really, REALLY, doesn't like the
23310              HvARRAY() being lvalue:
23311              
23312              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
23313              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
23314      Branch: perl
23315            ! hv.c
23316 ____________________________________________________________________________
23317 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
23318         Log: Integrate change #10667 from maintperl:
23319              
23320              change#10449 broke the special-case that makes lexicals inside the
23321              eval"" within DB::DB() visible
23322      Branch: perl
23323           !> op.c
23324 ____________________________________________________________________________
23325 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
23326         Log: change#10449 broke the special-case that makes lexicals inside the
23327              eval"" within DB::DB() visible
23328      Branch: maint-5.6/perl
23329            ! op.c
23330 ____________________________________________________________________________
23331 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
23332         Log: Still spurious output; indent the code a bit.
23333              
23334              TODO1: separate the utility functions like MkDir
23335              into a helper script?
23336              
23337              TODO2: I see a lot of repetition in the filepath()
23338              and dirpath() calls.
23339      Branch: perl
23340            ! t/lib/filefind.t t/lib/findtaint.t
23341 ____________________________________________________________________________
23342 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
23343         Log: Regen modlib, toc.
23344      Branch: perl
23345            ! pod/perlmodlib.pod pod/perltoc.pod
23346 ____________________________________________________________________________
23347 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
23348         Log: Add libnetcfg to perlutil.
23349      Branch: perl
23350            ! pod/perlutil.pod
23351 ____________________________________________________________________________
23352 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
23353         Log: Initial integration of libnet-1.0703.
23354              The Configure script renamed as libnetcfg, will be
23355              installed along other utilities.
23356      Branch: perl
23357            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
23358            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
23359            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
23360            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
23361            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
23362            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
23363            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
23364            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
23365            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
23366            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
23367            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
23368            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
23369            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
23370            + utils/libnetcfg.PL
23371            ! MANIFEST utils.lst utils/Makefile
23372 ____________________________________________________________________________
23373 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
23374         Log: Less potentially test-harness-confusing output.
23375      Branch: perl
23376            ! lib/Memoize/t/expire_module_t.t
23377 ____________________________________________________________________________
23378 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
23379         Log: The final print annoys make test.
23380      Branch: perl
23381            ! t/lib/filefind.t t/lib/findtaint.t
23382 ____________________________________________________________________________
23383 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
23384         Log: Add an option for handling dangling symbolic links.
23385      Branch: perl
23386            ! lib/File/Find.pm t/lib/filefind.t
23387 ____________________________________________________________________________
23388 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
23389         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
23390              From: Thomas Wegner <wegner_thomas@yahoo.com>
23391              Date: Sun, 17 Jun 2001 14:43:11 +0200
23392              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
23393      Branch: perl
23394            + t/lib/findtaint.t
23395            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
23396 ____________________________________________________________________________
23397 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
23398         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
23399              From: Jonathan Stowe <gellyfish@gellyfish.com>
23400              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
23401              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
23402      Branch: perl
23403            ! lib/ExtUtils/MM_Unix.pm
23404 ____________________________________________________________________________
23405 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
23406         Log: Subject: [PATCH] more anonymous stash cleanups
23407              From: Abhijit Menon-Sen <ams@wiw.org>
23408              Date: Sun, 17 Jun 2001 11:44:06 +0530
23409              Message-ID: <20010617114406.A25203@lustre.linux.in>
23410      Branch: perl
23411            ! op.c
23412 ____________________________________________________________________________
23413 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
23414         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
23415              From: Abhijit Menon-Sen <ams@wiw.org>
23416              Date: Sun, 17 Jun 2001 08:02:59 +0530
23417              Message-ID: <20010617080259.A28776@lustre.linux.in>
23418              
23419              Subject: [PATCH #2/7] xhv_eiter
23420              From: Abhijit Menon-Sen <ams@wiw.org>
23421              Date: Sun, 17 Jun 2001 08:13:18 +0530
23422              Message-ID: <20010617081318.B28776@lustre.linux.in>
23423              
23424              Subject: [PATCH #3/7] xhv_fill
23425              From: Abhijit Menon-Sen <ams@wiw.org>
23426              Date: Sun, 17 Jun 2001 08:25:16 +0530
23427              Message-ID: <20010617082516.C28776@lustre.linux.in>
23428              
23429              Subject: [PATCH #4/7] xhv_keys
23430              From: Abhijit Menon-Sen <ams@wiw.org>
23431              Date: Sun, 17 Jun 2001 08:36:17 +0530
23432              Message-ID: <20010617083617.D28776@lustre.linux.in>
23433              
23434              Subject: [PATCH #5/7] xhv_max
23435              From: Abhijit Menon-Sen <ams@wiw.org>
23436              Date: Sun, 17 Jun 2001 08:39:48 +0530
23437              Message-ID: <20010617083948.E28776@lustre.linux.in>
23438              
23439              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
23440              From: Abhijit Menon-Sen <ams@wiw.org>
23441              Date: Sun, 17 Jun 2001 08:51:11 +0530
23442              Message-ID: <20010617085111.F28776@lustre.linux.in>
23443      Branch: perl
23444            ! hv.c
23445 ____________________________________________________________________________
23446 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
23447         Log: Update Changes.
23448      Branch: perl
23449            ! Changes patchlevel.h
23450 ____________________________________________________________________________
23451 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
23452         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
23453              From: Abhijit Menon-Sen <ams@wiw.org>
23454              Date: Sat, 16 Jun 2001 07:41:19 +0530
23455              Message-ID: <20010616074119.A24720@lustre.linux.in>
23456      Branch: perl
23457            ! hv.c perl.c vms/vmsish.h win32/win32.h
23458 ____________________________________________________________________________
23459 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
23460         Log: Document tests failing when threaded, since we now have more.
23461      Branch: perl
23462            ! pod/perl572delta.pod
23463 ____________________________________________________________________________
23464 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
23465         Log: -Wall cleanup.
23466      Branch: perl
23467            ! ext/Thread/Thread.xs
23468 ____________________________________________________________________________
23469 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
23470         Log: pthread_attr_setstacksize() isn't absolutely necessary
23471              to call, only iff THREAD_CREATE_NEEDS_STACK.
23472      Branch: perl
23473            ! ext/Thread/Thread.xs
23474 ____________________________________________________________________________
23475 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
23476         Log: -Wall strays.
23477      Branch: perl
23478            ! perl.c util.c
23479 ____________________________________________________________________________
23480 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
23481         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
23482              (and INT64_MIN) brokenness.
23483      Branch: perl
23484            ! hints/darwin.sh perl.h
23485 ____________________________________________________________________________
23486 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
23487         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
23488              From: Nicholas Clark <nick@ccl4.org>
23489              Date: Sun, 17 Jun 2001 00:16:05 +0100
23490              Message-ID: <20010617001605.V98663@plum.flirble.org>
23491      Branch: perl
23492            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
23493            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
23494            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23495 ____________________________________________________________________________
23496 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
23497         Log: Add perlnetware to docs; regen toc; supply skeleton
23498              docs for some Memoize submodules.
23499      Branch: perl
23500            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
23501            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23502            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
23503            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
23504            ! win32/Makefile win32/makefile.mk
23505 ____________________________________________________________________________
23506 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
23507         Log: pod cleanup.
23508      Branch: perl
23509            ! README.netware
23510 ____________________________________________________________________________
23511 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
23512         Log: Integrate Memoize 0.64.  Few tweaks were required in
23513              the test scripts.  Note that the speed and expire*
23514              tests take several dozen seconds to run.
23515      Branch: perl
23516            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
23517            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
23518            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
23519            + lib/Memoize/README lib/Memoize/SDBM_File.pm
23520            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
23521            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
23522            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
23523            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
23524            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
23525            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
23526            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
23527            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
23528            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
23529            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
23530            ! MANIFEST t/lib/1_compile.t
23531 ____________________________________________________________________________
23532 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
23533         Log: Document the cross-compilation options.
23534      Branch: perl
23535            ! Cross/README INSTALL
23536 ____________________________________________________________________________
23537 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
23538         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
23539      Branch: perl
23540            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
23541            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
23542            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
23543            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
23544            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
23545            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
23546            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
23547            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
23548            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
23549            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
23550            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
23551            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
23552            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
23553            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
23554            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
23555            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
23556            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
23557            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
23558            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
23559            + lib/ExtUtils/MM_NW5.pm
23560            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
23561            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
23562            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
23563            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
23564            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
23565            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
23566            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
23567            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
23568            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
23569            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
23570            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
23571            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
23572            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
23573            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
23574            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
23575            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
23576            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
23577            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
23578            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
23579            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
23580            ! util.h x2p/a2py.c
23581 ____________________________________________________________________________
23582 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
23583         Log: Resort MANIFEST.
23584      Branch: perl
23585            ! MANIFEST
23586 ____________________________________________________________________________
23587 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
23588         Log: Integrate perlio.
23589      Branch: perl
23590           +> win32/win32io.c
23591           !> MANIFEST perlio.c perliol.h win32/makefile.mk
23592 ____________________________________________________________________________
23593 [ 10640] By: nick                                  on 2001/06/16  18:38:31
23594         Log: Disable :win32 layer as default till I get it working
23595      Branch: perlio
23596            ! MANIFEST perlio.c
23597 ____________________________________________________________________________
23598 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
23599         Log: Try the new scheme by moving the Text::Abbrev test
23600              to a new place under lib.
23601      Branch: perl
23602            + lib/Text/Abbrev/t/abbrev.t
23603            - t/lib/abbrev.t
23604            ! MANIFEST
23605 ____________________________________________________________________________
23606 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
23607         Log: Make the code even more dynamical so that testname
23608              suffix length can change.
23609      Branch: perl
23610            ! lib/Test/Harness.pm t/TEST
23611 ____________________________________________________________________________
23612 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
23613         Log: Allow for deeper t/ and also a single test.pl.
23614      Branch: perl
23615            ! t/TEST t/harness
23616 ____________________________________________________________________________
23617 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
23618         Log: #define fix from Nicholas Clark.
23619      Branch: perl
23620            ! ext/POSIX/POSIX.xs
23621 ____________________________________________________________________________
23622 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
23623         Log: Initialization is nice.
23624      Branch: perl
23625            ! lib/Test/Harness.pm
23626 ____________________________________________________________________________
23627 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
23628         Log: Make t/TEST and t/harness to test also the t/ tests
23629              under the main lib/ and ext/ directories.  Fix Test::Harness
23630              to dynamically change the width of its "foo/bar....ok" output.
23631      Branch: perl
23632            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
23633 ____________________________________________________________________________
23634 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
23635         Log: Subject: [PATCH] Re: perl@10611 
23636              From: Nicholas Clark <nick@ccl4.org>
23637              Date: Sat, 16 Jun 2001 16:52:47 +0100
23638              Message-ID: <20010616165247.O98663@plum.flirble.org>
23639              
23640              The .xs parts, too.
23641      Branch: perl
23642            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
23643            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
23644 ____________________________________________________________________________
23645 [ 10632] By: nick                                  on 2001/06/16  16:44:35
23646         Log: Work-in-progress win32 layer semi-functional, checking 
23647              for UNIX breakage.
23648      Branch: perlio
23649            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
23650 ____________________________________________________________________________
23651 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
23652         Log: Subject: [PATCH] Re: perl@10611 
23653              From: Nicholas Clark <nick@ccl4.org>
23654              Date: Sat, 16 Jun 2001 16:52:47 +0100
23655              Message-ID: <20010616165247.O98663@plum.flirble.org>
23656      Branch: perl
23657            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
23658            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
23659            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
23660            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
23661            ! lib/ExtUtils/Constant.pm
23662 ____________________________________________________________________________
23663 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
23664         Log: Metaconfig unit change for #10629.
23665      Branch: metaconfig
23666            ! U/modified/Finish.U
23667 ____________________________________________________________________________
23668 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
23669         Log: The extraction changed directories.
23670      Branch: perl
23671            ! Configure
23672 ____________________________________________________________________________
23673 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
23674         Log: Math::BigInt 1.35 from Tels.
23675      Branch: perl
23676            + t/lib/mbimbf.t
23677            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
23678            ! t/lib/bigfltpm.t t/lib/bigintpm.t
23679 ____________________________________________________________________________
23680 [ 10627] By: nick                                  on 2001/06/16  14:54:52
23681         Log: Work in progress UNIX-side edit of win32 PerLIO layer
23682      Branch: perlio
23683            + win32/win32io.c
23684            ! perlio.c win32/makefile.mk
23685 ____________________________________________________________________________
23686 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
23687         Log: Subject: [PATCH 5.6.1] os2/diff-configure
23688              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23689              Date: Fri, 15 Jun 2001 01:19:36 -0400
23690              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
23691              
23692              Empty all of it because I think #10624 made even the
23693              last patch hunk unnecessary.
23694      Branch: perl
23695            ! os2/diff.configure
23696 ____________________________________________________________________________
23697 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
23698         Log: Metaconfig unit change for 10624.
23699      Branch: metaconfig
23700            ! U/modified/libc.U
23701      Branch: perl
23702            ! config_h.SH
23703 ____________________________________________________________________________
23704 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
23705         Log: Move the initialization of libnames to the beginning so
23706              that can one 'seed' it (as OS/2 does.)
23707      Branch: perl
23708            ! Configure
23709 ____________________________________________________________________________
23710 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
23711         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
23712              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23713              Date: Fri, 15 Jun 2001 19:10:57 -0400
23714              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
23715      Branch: perl
23716            ! os2/OS2/REXX/DLL/DLL.pm
23717 ____________________________________________________________________________
23718 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
23719         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
23720              From: "Craig A. Berry" <craigberry@mac.com>
23721              Date: Fri, 15 Jun 2001 17:00:03 -0500
23722              Message-Id: <a05101007b750342599be@[172.16.52.1]>
23723      Branch: perl
23724            ! vms/descrip_mms.template
23725 ____________________________________________________________________________
23726 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
23727         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
23728              From: "Craig A. Berry" <craigberry@mac.com>
23729              Date: Fri, 15 Jun 2001 18:39:42 -0500
23730              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
23731      Branch: perl
23732            ! lib/File/Spec/VMS.pm t/lib/extutils.t
23733 ____________________________________________________________________________
23734 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
23735         Log: Integrate perlio.
23736      Branch: perl
23737           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
23738           !> t/io/utf8.t t/lib/io_scalar.t
23739 ____________________________________________________________________________
23740 [ 10619] By: nick                                  on 2001/06/15  21:05:19
23741         Log: Generated files
23742      Branch: perlio
23743            ! embed.h proto.h
23744 ____________________________________________________________________________
23745 [ 10618] By: nick                                  on 2001/06/15  20:27:42
23746         Log: Fix open.pm to work via XS-implemented method calls rather
23747              than *open::layers variables which caused all the HV/AV hassle.
23748      Branch: perlio
23749            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
23750            ! t/lib/io_scalar.t
23751 ____________________________________________________________________________
23752 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
23753         Log: Integrate perlio.
23754      Branch: perl
23755           !> lib/ExtUtils/Constant.pm
23756 ____________________________________________________________________________
23757 [ 10616] By: nick                                  on 2001/06/15  18:46:47
23758         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
23759      Branch: perlio
23760            ! lib/ExtUtils/Constant.pm
23761 ____________________________________________________________________________
23762 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
23763         Log: Integrate perlio.
23764      Branch: perl
23765           !> ext/Socket/Socket.xs
23766 ____________________________________________________________________________
23767 [ 10614] By: nick                                  on 2001/06/15  18:33:37
23768         Log: MULTIPLICITY fix for Socket.xs
23769      Branch: perlio
23770            ! ext/Socket/Socket.xs
23771 ____________________________________________________________________________
23772 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
23773         Log: Subject: Re: perl@10611
23774              From: Doug MacEachern <dougm@covalent.net>
23775              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
23776              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
23777      Branch: perl
23778            ! ext/Socket/Socket.xs
23779 ____________________________________________________________________________
23780 [ 10612] By: nick                                  on 2001/06/15  16:14:38
23781         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
23782      Branch: perlio
23783           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23784           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
23785           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
23786           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
23787           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
23788           !> utils/h2ph.PL
23789 ____________________________________________________________________________
23790 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
23791         Log: Update Changes.
23792      Branch: perl
23793            ! Changes patchlevel.h
23794 ____________________________________________________________________________
23795 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
23796         Log: Upping the test count.
23797      Branch: perl
23798            ! t/lib/filefind.t
23799 ____________________________________________________________________________
23800 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
23801         Log: Integrate perlio.
23802      Branch: perl
23803           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23804 ____________________________________________________________________________
23805 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
23806         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
23807              From: andreas.koenig@anima.de (Andreas J. Koenig)
23808              Date: 15 Jun 2001 13:30:39 +0200
23809              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
23810              
23811              Record the grim history.
23812      Branch: perl
23813            ! lib/File/Find.pm
23814 ____________________________________________________________________________
23815 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
23816         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
23817              From: Brian McCauley <nobull@mail.com>
23818              Date: 15 Jun 2001 07:51:26 +0100
23819              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
23820      Branch: perl
23821            ! lib/File/Find.pm t/lib/filefind.t
23822 ____________________________________________________________________________
23823 [ 10606] By: nick                                  on 2001/06/15  14:00:08
23824         Log: regen_config_h for Win32.
23825      Branch: perlio
23826            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23827 ____________________________________________________________________________
23828 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
23829         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
23830              From: Peter Prymmer <pvhp@forte.com>
23831              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
23832              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
23833      Branch: perl
23834            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
23835 ____________________________________________________________________________
23836 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
23837         Log: Some filesystems require writability for rename/unlink.
23838      Branch: perl
23839            ! opcode.pl
23840 ____________________________________________________________________________
23841 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
23842         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
23843              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
23844              Date: Fri, 15 Jun 2001 12:08:53 +0200
23845              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
23846      Branch: perl
23847            ! perlio.c
23848 ____________________________________________________________________________
23849 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
23850         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
23851              From: Mike Guy <mjtg@cam.ac.uk>
23852              Date: Fri, 15 Jun 2001 14:11:49 +0100
23853              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
23854      Branch: perl
23855            ! opcode.pl
23856 ____________________________________________________________________________
23857 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
23858         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
23859              From: Nicholas Clark <nick@ccl4.org>
23860              Date: Thu, 14 Jun 2001 23:52:56 +0100
23861              Message-ID: <20010614235256.G98663@plum.flirble.org>
23862      Branch: perl
23863            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
23864            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
23865 ____________________________________________________________________________
23866 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
23867         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
23868              From: Russ Allbery <rra@stanford.edu>
23869              Date: 14 Jun 2001 13:24:43 -0700
23870              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
23871      Branch: perl
23872            ! ext/GDBM_File/GDBM_File.pm
23873 ____________________________________________________________________________
23874 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
23875         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
23876              From: Nicholas Clark <nick@ccl4.org>
23877              Date: Thu, 14 Jun 2001 20:37:47 +0100
23878              Message-ID: <20010614203747.F98663@plum.flirble.org>
23879      Branch: perl
23880            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23881            ! t/lib/gdbm.t
23882 ____________________________________________________________________________
23883 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
23884         Log: Integrate perlio.
23885      Branch: perl
23886           !> makedef.pl sv.c
23887 ____________________________________________________________________________
23888 [ 10597] By: nick                                  on 2001/06/15  11:08:13
23889         Log: Check that HVs with HvNAME() != NULL are really stashes before
23890              treating them as such. Also be more defensive on the GvCV.
23891              Win32 fork and dprof now working again. 
23892      Branch: perlio
23893            ! sv.c
23894 ____________________________________________________________________________
23895 [ 10596] By: nick                                  on 2001/06/15  10:11:20
23896         Log: Integrate mainline.
23897      Branch: perlio
23898           +> Cross/README
23899           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
23900           !> Porting/config_H config_h.SH configure.com epoc/config.sh
23901           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
23902           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
23903           !> vos/config.ga.h win32/config.bc win32/config.gc
23904           !> win32/config.vc win32/config_H.bc win32/config_H.gc
23905           !> win32/config_H.vc
23906 ____________________________________________________________________________
23907 [ 10595] By: nick                                  on 2001/06/15  09:37:17
23908         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
23909              - Win32 (VC++) now builds but fails:
23910              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
23911              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
23912              write.t    - open(...,"|-") not implemented on Win32 
23913      Branch: perlio
23914            ! makedef.pl
23915 ____________________________________________________________________________
23916 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
23917         Log: Integrate perlio.
23918      Branch: perl
23919           !> perlio.c win32/makefile.mk
23920 ____________________________________________________________________________
23921 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
23922         Log: Metaconfig unit changes for #10592.
23923      Branch: metaconfig
23924            + U/modified/i_varhdr.U U/modified/startsh.U
23925            - U/a_dvisory/crosscompile.U U/target/Target.U
23926            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
23927            ! U/compline/bitpbyte.U U/compline/byteorder.U
23928            ! U/compline/ccflags.U U/compline/charsize.U
23929            ! U/compline/d_casti32.U U/compline/d_castneg.U
23930            ! U/compline/d_closedir.U U/compline/d_fd_set.U
23931            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
23932            ! U/compline/d_keepsig.U U/compline/d_open3.U
23933            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
23934            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
23935            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
23936            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
23937            ! U/compline/doublesize.U U/compline/floatsize.U
23938            ! U/compline/nblock_io.U U/compline/orderlib.U
23939            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
23940            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
23941            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
23942            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
23943            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
23944            ! U/modified/spitshell.U U/threads/archname.U
23945            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
23946            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
23947            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
23948            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
23949            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
23950      Branch: metaconfig/U/perl
23951            + Cross.U
23952            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
23953            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
23954            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
23955            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
23956            ! stdio_streams.U uselfs.U
23957 ____________________________________________________________________________
23958 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
23959         Log: The first steps towards cross-compilation.
23960              
23961              Abstract execution of compiled test executables with $run,
23962              and abstract transfer of files with $to and $from.
23963              
23964              Under cross-compilation the $run, $to, and $from will point
23965              to appropriate wrapper scripts, by default ssh and scp,
23966              but also rsh, rcp, and cp are supported.  If not
23967              cross-compiling, they will be set to '', ':', and ':',
23968              respectively.
23969              
23970              With these patches I was able to get Configure for
23971              iPAQ ARM Linux on an Intel Linux about 95% right
23972              (only a few tests failed to execute or they produced
23973              incorrect results), and I was able to compile
23974              a functional miniperl.
23975              
23976              The symbol crosscompile renamed to be usecrosscompile,
23977              the corresponding C symbol from CROSSCOMPILE to
23978              USE_CROSS_COMPILE.
23979      Branch: perl
23980            ! Configure Cross/README Makefile.SH Porting/Glossary
23981            ! Porting/config.sh Porting/config_H config_h.SH configure.com
23982            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
23983            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
23984            ! vos/config.ga.def vos/config.ga.h win32/config.bc
23985            ! win32/config.gc win32/config.vc win32/config_H.bc
23986            ! win32/config_H.gc win32/config_H.vc
23987 ____________________________________________________________________________
23988 [ 10591] By: nick                                  on 2001/06/14  20:00:12
23989         Log: Steps along the road toward Win32 building again.
23990      Branch: perlio
23991            ! perlio.c win32/makefile.mk
23992 ____________________________________________________________________________
23993 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
23994         Log: Integrate perlio.
23995      Branch: perl
23996           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
23997 ____________________________________________________________________________
23998 [ 10589] By: nick                                  on 2001/06/14  13:54:07
23999         Log: Routine regen_config_h for Win32
24000      Branch: perlio
24001            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24002 ____________________________________________________________________________
24003 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
24004         Log: Integrate perlio.
24005      Branch: perl
24006           +> perlyline.pl
24007           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
24008 ____________________________________________________________________________
24009 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
24010         Log: A placeholder.
24011      Branch: perl
24012            + Cross/README
24013 ____________________________________________________________________________
24014 [ 10586] By: nick                                  on 2001/06/14  08:25:07
24015         Log: Add new step to run_byacc which:
24016              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
24017              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
24018      Branch: perlio
24019            + perlyline.pl
24020            ! MANIFEST Makefile.SH perly.c
24021 ____________________________________________________________________________
24022 [ 10585] By: nick                                  on 2001/06/14  08:22:29
24023         Log: Integrate mainline
24024      Branch: perlio
24025           +> locale.c numeric.c
24026           !> Changes cygwin/Makefile.SHs embed.h embed.pl
24027           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
24028           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
24029           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
24030           !> x2p/Makefile.SH
24031 ____________________________________________________________________________
24032 [ 10584] By: nick                                  on 2001/06/14  08:05:53
24033         Log: Hack to remove insecure directories from PATH so test will run.
24034      Branch: perlio
24035            ! t/lib/filefind.t
24036 ____________________________________________________________________________
24037 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
24038         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
24039      Branch: perl
24040            - t/lib/mbimbf.t
24041            ! MANIFEST
24042 ____________________________________________________________________________
24043 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
24044         Log: Detypo.
24045      Branch: perl
24046            ! x2p/Makefile.SH
24047 ____________________________________________________________________________
24048 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
24049         Log: de-$CONFIG continues.
24050      Branch: perl
24051            ! cygwin/Makefile.SHs x2p/Makefile.SH
24052 ____________________________________________________________________________
24053 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
24054         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
24055              From: Nicholas Clark <nick@ccl4.org>
24056              Date: Wed, 13 Jun 2001 21:20:13 +0100
24057              Message-ID: <20010613212013.D98663@plum.flirble.org>
24058      Branch: perl
24059            ! opcode.pl
24060 ____________________________________________________________________________
24061 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
24062         Log: Subject: splitting util.c
24063              From: Hugo <hv@crypt.compulink.co.uk>
24064              Date: Thu, 14 Jun 2001 00:41:08 +0100
24065              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
24066      Branch: perl
24067            + locale.c numeric.c
24068            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
24069            ! pod/perlapi.pod proto.h util.c
24070 ____________________________________________________________________________
24071 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
24072         Log: Upgrade to Math::BigInt 1.34 from Tels.
24073      Branch: perl
24074            + t/lib/mbimbf.t
24075            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
24076            ! t/lib/bigfltpm.t t/lib/bigintpm.t
24077 ____________________________________________________________________________
24078 [ 10577] By: nick                                  on 2001/06/13  19:02:48
24079         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
24080      Branch: perlio
24081           !> (integrate 125 files)
24082 ____________________________________________________________________________
24083 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
24084         Log: Update Changes.
24085      Branch: perl
24086            ! Changes patchlevel.h
24087 ____________________________________________________________________________
24088 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
24089         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
24090              From: "Craig A. Berry" <craigberry@mac.com>
24091              Date: Wed, 13 Jun 2001 13:24:28 -0500
24092              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
24093      Branch: perl
24094            ! ext/re/Makefile.PL
24095 ____________________________________________________________________________
24096 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
24097         Log: Mc.u.c. for #10573.
24098      Branch: metaconfig
24099            ! U/threads/usethreads.U
24100 ____________________________________________________________________________
24101 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
24102         Log: It would be also be good if I could type.
24103      Branch: perl
24104            ! Configure
24105 ____________________________________________________________________________
24106 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
24107         Log: Metaconfig unit change for #10571.
24108      Branch: metaconfig
24109            ! U/threads/usethreads.U
24110 ____________________________________________________________________________
24111 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
24112         Log: A non-empty default is a good thing.
24113      Branch: perl
24114            ! Configure
24115 ____________________________________________________________________________
24116 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
24117         Log: Metaconfig unit change for #10569.
24118      Branch: metaconfig
24119            ! U/threads/usethreads.U
24120 ____________________________________________________________________________
24121 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
24122         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
24123              extremely experimental, not even prompted for.
24124      Branch: perl
24125            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24126            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
24127            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24128            ! win32/config.bc win32/config.gc win32/config.vc
24129 ____________________________________________________________________________
24130 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
24131         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
24132      Branch: perl
24133            ! pod/perlfaq6.pod
24134 ____________________________________________________________________________
24135 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
24136         Log: Integrate perlio; conflicts, accept Nick's versions.
24137      Branch: perl
24138           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24139           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
24140 ____________________________________________________________________________
24141 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
24142         Log: Subject: Re: ext/ + -Wall
24143              From: Doug MacEachern <dougm@covalent.net>
24144              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
24145              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
24146      Branch: perl
24147            ! XSUB.h lib/ExtUtils/xsubpp perl.h
24148 ____________________________________________________________________________
24149 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
24150         Log: Similar logic as DB_File.xs, using the modern macros and
24151              defines them to older ones for older Perls where PERL_VERSION
24152              is not defined, from Doug MacEachern.
24153      Branch: perl
24154            ! ext/Storable/Storable.xs
24155 ____________________________________________________________________________
24156 [ 10564] By: nick                                  on 2001/06/13  15:22:01
24157         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
24158              and using that instead (name lookups are sequential search for now).
24159      Branch: perlio
24160            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
24161            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
24162 ____________________________________________________________________________
24163 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
24164         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
24165              From: "Richard Soderberg" <rs@crystalflame.net>
24166              Date: Sat, 26 May 2001 06:44:20 -0700
24167              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
24168      Branch: perl
24169            ! sv.c t/op/glob.t
24170 ____________________________________________________________________________
24171 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
24172         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
24173              From: "Craig A. Berry" <craigberry@mac.com>
24174              Date: Tue, 12 Jun 2001 23:55:26 -0500
24175              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
24176      Branch: perl
24177            ! ext/re/Makefile.PL ext/re/re.xs
24178 ____________________________________________________________________________
24179 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
24180         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
24181              suggested by NI-S.
24182      Branch: perl
24183            ! XSUB.h malloc.c perl.h
24184 ____________________________________________________________________________
24185 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
24186         Log: Regen toc.
24187      Branch: perl
24188            ! pod/perltoc.pod
24189 ____________________________________________________________________________
24190 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
24191         Log: Subject: [patch] perl.gprof control
24192              From: Doug MacEachern <dougm@covalent.net>
24193              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
24194              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
24195      Branch: perl
24196            ! miniperlmain.c perl.h
24197 ____________________________________________________________________________
24198 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
24199         Log: Subject: Re: ext/ + -Wall
24200              From: Doug MacEachern <dougm@covalent.net>
24201              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
24202              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
24203              
24204              Document ax and break up dXSARGS.
24205      Branch: perl
24206            ! XSUB.h pod/perlapi.pod
24207 ____________________________________________________________________________
24208 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
24209         Log: More AIX tweakage from Merijn.
24210      Branch: perl
24211            ! hints/aix.sh
24212 ____________________________________________________________________________
24213 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
24214         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
24215              From: "Craig A. Berry" <craigberry@mac.com>
24216              Date: Tue, 12 Jun 2001 22:57:45 -0500
24217              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
24218      Branch: perl
24219            ! vms/descrip_mms.template
24220 ____________________________________________________________________________
24221 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
24222         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
24223              From: "Craig A. Berry" <craigberry@mac.com>
24224              Date: Tue, 12 Jun 2001 22:21:39 -0500
24225              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
24226      Branch: perl
24227            ! configure.com util.c
24228 ____________________________________________________________________________
24229 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
24230         Log: New AIX dynaloading code from Jens-Uwe Mager.
24231              Does break binary compatibility.
24232      Branch: perl
24233            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
24234 ____________________________________________________________________________
24235 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
24236         Log: VMS DEC C compiler found nits by Peter Prymmer.
24237      Branch: perl
24238            ! util.c
24239 ____________________________________________________________________________
24240 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
24241         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
24242              From: Peter Prymmer <pvhp@forte.com>
24243              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
24244              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
24245      Branch: perl
24246            ! t/lib/filecomp.t
24247 ____________________________________________________________________________
24248 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
24249         Log: I wonder how many $CONFIGs still lurk in the shadows.
24250      Branch: perl
24251            ! pod/Makefile.SH x2p/cflags.SH
24252 ____________________________________________________________________________
24253 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
24254         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
24255      Branch: perl
24256            ! pod/checkpods.PL
24257 ____________________________________________________________________________
24258 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
24259         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
24260      Branch: perl
24261            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
24262 ____________________________________________________________________________
24263 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
24264         Log: Subject: [patch] rid local_patches warnings
24265              From: Doug MacEachern <dougm@covalent.net>
24266              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
24267              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
24268      Branch: perl
24269            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
24270 ____________________________________________________________________________
24271 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
24272         Log: Subject: Re: ext/ + -Wall
24273              From: Doug MacEachern <dougm@covalent.net>
24274              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
24275              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
24276      Branch: perl
24277            ! ext/attrs/attrs.xs
24278 ____________________________________________________________________________
24279 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
24280         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
24281              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24282              Date: Tue, 12 Jun 2001 14:36:20 -0400
24283              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
24284      Branch: perl
24285            ! pod/perlretut.pod
24286 ____________________________________________________________________________
24287 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
24288         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
24289              From: Mike Guy <mjtg@cam.ac.uk>
24290              Date: Tue, 12 Jun 2001 19:10:31 +0100
24291              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
24292              
24293              Subject: Re: [ID 20010612.001] out of memory during regex compilation
24294              From: Mike Guy <mjtg@cam.ac.uk>
24295              Date: Tue, 12 Jun 2001 19:21:01 +0100
24296              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
24297      Branch: perl
24298            ! pod/perlop.pod
24299 ____________________________________________________________________________
24300 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
24301         Log: AIX tweaks from Merijn H. Brand.
24302      Branch: perl
24303            ! hints/aix.sh
24304 ____________________________________________________________________________
24305 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
24306         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
24307              From: "Brendan O'Dea" <bod@compusol.com.au>
24308              Date: Wed, 13 Jun 2001 05:16:47 +1000
24309              Message-ID: <20010613051647.A8945@compusol.com.au>
24310      Branch: maint-5.6/perl
24311            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24312 ____________________________________________________________________________
24313 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
24314         Log: Subject: Small bcopy cleanup
24315              From: Andy Dougherty <doughera@lafayette.edu>
24316              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
24317              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
24318      Branch: perl
24319            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
24320 ____________________________________________________________________________
24321 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
24322         Log: Subject: [PATCH] Re: ext/ + -Wall
24323              From: Nicholas Clark <nick@ccl4.org>
24324              Date: Wed, 13 Jun 2001 00:04:30 +0100
24325              Message-ID: <20010613000430.M5901@plum.flirble.org>
24326      Branch: perl
24327            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24328 ____________________________________________________________________________
24329 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
24330         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
24331              From: Nicholas Clark <nick@ccl4.org>
24332              Date: Tue, 12 Jun 2001 23:53:07 +0100
24333              Message-ID: <20010612235307.L5901@plum.flirble.org>
24334      Branch: perl
24335            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24336 ____________________________________________________________________________
24337 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
24338         Log: MPE/iX tweaks from Mark Bixby.
24339      Branch: perl
24340            ! hints/mpeix.sh mpeix/mpeixish.h util.c
24341 ____________________________________________________________________________
24342 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
24343         Log: Update Changes.
24344      Branch: perl
24345            ! Changes patchlevel.h
24346 ____________________________________________________________________________
24347 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
24348         Log: One less -Wall whine (found under DEBUGGING).
24349      Branch: perl
24350            ! x2p/Makefile.SH x2p/a2p.c
24351 ____________________________________________________________________________
24352 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
24353         Log: s/case-independent/case-insensitive/g
24354      Branch: perl
24355            ! pod/perldebug.pod
24356 ____________________________________________________________________________
24357 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
24358         Log: As suggested in    
24359              
24360              Subject: Re: ext/ + -Wall
24361              From: Gurusamy Sarathy <gsar@ActiveState.com>
24362              Date: Mon, 11 Jun 2001 23:34:31 -0700
24363              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
24364      Branch: perl
24365            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
24366            ! perl.h
24367 ____________________________________________________________________________
24368 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
24369         Log: Subject: ext/ + -Wall
24370              From: Doug MacEachern <dougm@covalent.net>
24371              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
24372              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
24373      Branch: perl
24374            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
24375            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
24376            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
24377            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
24378            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
24379            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
24380            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
24381            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
24382            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
24383            ! lib/ExtUtils/xsubpp
24384 ____________________________________________________________________________
24385 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
24386         Log: Subject: [PATCH] anonymous stashes
24387              From: Abhijit Menon-Sen <ams@wiw.org>
24388              Date: Tue, 12 Jun 2001 12:47:04 +0530
24389              Message-ID: <20010612124704.A29029@lustre.linux.in>
24390      Branch: perl
24391            ! dump.c gv.c sv.c xsutils.c
24392 ____________________________________________________________________________
24393 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
24394         Log: One more test for $^S.
24395      Branch: perl
24396            ! t/op/magic.t
24397 ____________________________________________________________________________
24398 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
24399         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
24400              From: Abhijit Menon-Sen <ams@wiw.org>
24401              Date: Tue, 12 Jun 2001 17:35:55 +0530
24402              Message-ID: <20010612173555.A32426@lustre.linux.in>
24403      Branch: perl
24404            ! mg.c t/op/magic.t
24405 ____________________________________________________________________________
24406 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
24407         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
24408              From: Mike Guy <mjtg@cam.ac.uk>
24409              Date: Tue, 12 Jun 2001 13:14:15 +0100
24410              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
24411      Branch: perl
24412            ! pod/perlop.pod
24413 ____________________________________________________________________________
24414 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
24415         Log: AUTHORS updates.
24416      Branch: perl
24417            ! AUTHORS
24418 ____________________________________________________________________________
24419 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
24420         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
24421              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
24422              Content-Transfer-Encoding: 7bit
24423              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
24424      Branch: perl
24425            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
24426 ____________________________________________________________________________
24427 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
24428         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
24429              From: "Philip Newton" <Philip.Newton@gmx.net>
24430              Date: Mon, 11 Jun 2001 07:08:03 +0200
24431              Message-Id: <200106120802.LAA08992@taas.iki.fi>
24432      Branch: perl
24433            ! t/base/term.t
24434 ____________________________________________________________________________
24435 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
24436         Log: Cleanup the a2p.c for -Wall.
24437      Branch: perl
24438            ! x2p/Makefile.SH x2p/a2p.c
24439 ____________________________________________________________________________
24440 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
24441         Log: File::Find update for MacOS from Chris Nandor.
24442      Branch: perl
24443            ! lib/File/Find.pm t/lib/filefind.t
24444 ____________________________________________________________________________
24445 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
24446         Log: gcc -Wall nits picked out by a non-UNIX system
24447              (courtesy of Mark Bixby)
24448      Branch: perl
24449            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
24450            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
24451            ! pp_sys.c util.c
24452 ____________________________________________________________________________
24453 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
24454         Log: Metaconfig unit change for #10522.  (The d_modfl changes
24455              placate metalint.)
24456      Branch: metaconfig/U/perl
24457            ! d_modfl.U d_u32align.U
24458 ____________________________________________________________________________
24459 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
24460         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
24461              be "./try 2>&1 >/dev/null".
24462      Branch: perl
24463            ! Configure
24464 ____________________________________________________________________________
24465 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
24466         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
24467              From: "Craig A. Berry" <craigberry@mac.com>
24468              Date: Mon, 11 Jun 2001 14:00:32 -0500
24469              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
24470      Branch: perl
24471            ! configure.com
24472 ____________________________________________________________________________
24473 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
24474         Log: Move the full \p\P lists to perlunicode.
24475      Branch: perl
24476            ! pod/perlretut.pod pod/perlunicode.pod
24477 ____________________________________________________________________________
24478 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
24479         Log: VOS build tweak for 5.6.1 from Paul Green.
24480      Branch: maint-5.6/perl
24481            ! vos/build.cm
24482 ____________________________________________________________________________
24483 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
24484         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
24485              From: "Craig A. Berry" <craigberry@mac.com>
24486              Date: Fri, 8 Jun 2001 18:08:18 -0500
24487              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
24488      Branch: perl
24489            ! vms/vms.c
24490 ____________________________________________________________________________
24491 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
24492         Log: Update Changes.
24493      Branch: perl
24494            ! Changes patchlevel.h
24495 ____________________________________________________________________________
24496 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
24497         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
24498      Branch: perl
24499            ! vos/config.alpha.h vos/config.ga.h
24500 ____________________________________________________________________________
24501 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
24502         Log: VOS updates from Paul Green for @10476.
24503      Branch: perl
24504            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
24505            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
24506            ! vos/config.ga.h vos/configure_perl.cm
24507 ____________________________________________________________________________
24508 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
24509         Log: Subject: [PATCH] Not many people know this ...
24510              From: Mike Guy <mjtg@cam.ac.uk>
24511              Date: Mon, 11 Jun 2001 14:55:15 +0100
24512              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
24513      Branch: perl
24514            ! pod/perldebug.pod
24515 ____________________________________________________________________________
24516 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
24517         Log: Add final commas to lists as suggested by Philip Newton.
24518      Branch: perl
24519            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24520 ____________________________________________________________________________
24521 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
24522         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
24523              Date: Sun, 10 Jun 2001 23:35:38 -0400
24524              From: Chris Nandor <pudge@pobox.com>
24525              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
24526      Branch: perl
24527            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
24528            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
24529            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
24530            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
24531            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
24532            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
24533            ! t/op/write.t t/pragma/strict.t
24534 ____________________________________________________________________________
24535 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
24536         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
24537              From: Chris Nandor <pudge@pobox.com>
24538              Date: Mon, 11 Jun 2001 08:24:28 -0400
24539              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
24540      Branch: perl
24541            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
24542            ! t/lib/io_dir.t
24543 ____________________________________________________________________________
24544 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
24545         Log: One more run_byacc (a hand-tweaked version had slipped in).
24546      Branch: perl
24547            ! perly.c vms/perly_c.vms
24548 ____________________________________________________________________________
24549 [ 10509] By: nick                                  on 2001/06/11  07:49:15
24550         Log: Integrate mainline
24551      Branch: perlio
24552           !> Makefile.SH embed.h embed.pl global.sym
24553           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
24554           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
24555           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
24556           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
24557 ____________________________________________________________________________
24558 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
24559         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
24560              From: Mike Guy <mjtg@cam.ac.uk>
24561              Reply-To: mjtg@cam.ac.uk
24562              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
24563      Branch: perl
24564            ! lib/ExtUtils/Manifest.pm
24565 ____________________________________________________________________________
24566 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
24567         Log: Subject: [PATCH] ExtUtils::Constant
24568              From: Nicholas Clark <nick@ccl4.org>
24569              Date: Sun, 10 Jun 2001 23:25:41 +0100
24570              Message-ID: <20010610232540.C76396@plum.flirble.org>
24571      Branch: perl
24572            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
24573 ____________________________________________________________________________
24574 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
24575         Log: Integrate perlio.
24576      Branch: perl
24577           !> iperlsys.h
24578 ____________________________________________________________________________
24579 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
24580         Log: Move the grok_number and its lieutenant grok_numeric_radix
24581              from sv.c statics to util.c and public.
24582      Branch: perl
24583            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
24584            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
24585 ____________________________________________________________________________
24586 [ 10504] By: nick                                  on 2001/06/10  17:47:06
24587         Log: Fix (valid) -Wall warnings in perlio.c
24588      Branch: perlio
24589            ! iperlsys.h
24590 ____________________________________________________________________________
24591 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
24592         Log: Update perly_c.diff, update perly.fixer to edit away
24593              some of the -Wall noise.
24594      Branch: perl
24595            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
24596 ____________________________________________________________________________
24597 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
24598         Log: Check the version of byacc.
24599      Branch: perl
24600            ! Makefile.SH
24601 ____________________________________________________________________________
24602 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
24603         Log: Subject: [PATCH] perly.y overhaul
24604              From: Simon Cozens <simon@netthink.co.uk>
24605              Date: Sun, 10 Jun 2001 16:56:54 +0100
24606              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
24607              
24608              Plus make run_byacc.
24609      Branch: perl
24610            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
24611 ____________________________________________________________________________
24612 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
24613         Log: Integrate perlio.
24614      Branch: perl
24615           !> perlio.c perlsfio.h
24616 ____________________________________________________________________________
24617 [ 10499] By: nick                                  on 2001/06/10  15:01:08
24618         Log: Integrate mainline
24619      Branch: perlio
24620           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
24621           !> t/pragma/locale.t util.c
24622 ____________________________________________________________________________
24623 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
24624         Log: Put some meat on the perl572delta bones.  The list of
24625              selected bug fixes needs more work, as does still the
24626              whole document.
24627      Branch: perl
24628            ! pod/perl572delta.pod
24629 ____________________________________________________________________________
24630 [ 10497] By: nick                                  on 2001/06/10  12:27:51
24631         Log: Paper over a crack or two with USE_SFIO
24632      Branch: perlio
24633            ! perlio.c perlsfio.h
24634 ____________________________________________________________________________
24635 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
24636         Log: Update Changes.
24637      Branch: perl
24638            ! Changes patchlevel.h
24639 ____________________________________________________________________________
24640 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
24641         Log: Subject: Re: pragma/locale.t #107
24642              From: Hugo <hv@crypt.compulink.co.uk>
24643              Date: Sun, 10 Jun 2001 11:23:30 +0100
24644              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
24645              
24646              Encapsulate the scan of the decimal radix separator.
24647      Branch: perl
24648            ! embed.h embed.pl proto.h sv.c
24649 ____________________________________________________________________________
24650 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
24651         Log: Try to grok numbers both with the locale specific separator
24652              and with the usual "." (if different from the lss); add a test
24653              to locale.t to do also a little bit of math in addition to just
24654              equalness testing; remove extraneous logic as suggested in
24655              
24656              Subject: Re: pragma/locale.t #107
24657              From: Nicholas Clark <nick@ccl4.org>
24658              Date: Sat, 9 Jun 2001 22:37:36 +0100
24659              Message-ID: <20010609223735.Y76396@plum.flirble.org>
24660      Branch: perl
24661            ! sv.c t/pragma/locale.t
24662 ____________________________________________________________________________
24663 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
24664         Log: Metaconfig unit change for #10492.
24665      Branch: metaconfig/U/perl
24666            ! Extensions.U
24667 ____________________________________________________________________________
24668 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
24669         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
24670              From: Artur Bergman <artur@contiller.se> 
24671              Date: Sat, 09 Jun 2001 21:03:51 +0200
24672              Message-ID: <B7483FB6.1398%artur@contiller.se>
24673      Branch: perl
24674            ! Configure
24675 ____________________________________________________________________________
24676 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
24677         Log: Integrate perlio.
24678      Branch: perl
24679           !> perlsfio.h
24680 ____________________________________________________________________________
24681 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
24682         Log: Do locale specific separator if only in locale.
24683      Branch: perl
24684            ! util.c
24685 ____________________________________________________________________________
24686 [ 10489] By: nick                                  on 2001/06/09  19:13:25
24687         Log: Make XS/Typemap compile (but fail) with sfio
24688      Branch: perlio
24689            ! perlsfio.h
24690 ____________________________________________________________________________
24691 [ 10488] By: nick                                  on 2001/06/09  19:12:51
24692         Log: Re-integrate mainline
24693      Branch: perlio
24694           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
24695           !> proto.h sv.c util.c
24696 ____________________________________________________________________________
24697 [ 10487] By: nick                                  on 2001/06/09  16:26:29
24698         Log: Integrate mainline
24699      Branch: perlio
24700           !> (integrate 31 files)
24701 ____________________________________________________________________________
24702 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
24703         Log: Subject: [PATCH] New attempt to clone callack
24704              From: Artur Bergman <artur@contiller.se> 
24705              Date: Thu, 07 Jun 2001 11:52:16 +0200
24706              Message-ID: <B7451B6F.12B7%artur@contiller.se>
24707      Branch: perl
24708            ! embedvar.h intrpvar.h perlapi.h sv.c
24709 ____________________________________________________________________________
24710 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
24711         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
24712      Branch: perl
24713            ! embed.h embed.pl perl.h proto.h sv.c util.c
24714 ____________________________________________________________________________
24715 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
24716         Log: Subject: Re: pragma/locale.t #107
24717              From: Nicholas Clark <nick@ccl4.org>
24718              Date: Sat, 9 Jun 2001 16:26:10 +0100
24719              Message-ID: <20010609162609.V76396@plum.flirble.org>
24720              
24721              A missing NVification.
24722      Branch: perl
24723            ! sv.c
24724 ____________________________________________________________________________
24725 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
24726         Log: Redo the #10482, there already was a test script for formats.
24727      Branch: perl
24728            - t/io/format.t
24729            ! MANIFEST t/op/write.t
24730 ____________________________________________________________________________
24731 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
24732         Log: Twisted format testing, from Merijn.
24733      Branch: perl
24734            + t/io/format.t
24735            ! MANIFEST
24736 ____________________________________________________________________________
24737 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
24738         Log: More \p{In...} testing, combined with \N{...}.
24739      Branch: perl
24740            ! lib/utf8_heavy.pl t/op/pat.t
24741 ____________________________________________________________________________
24742 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
24743         Log: Metaconfig changes for #10479.
24744      Branch: metaconfig
24745            ! U/Glossary.patch
24746      Branch: metaconfig/U/perl
24747            ! d_modfl.U
24748 ____________________________________________________________________________
24749 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
24750         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
24751      Branch: perl
24752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24753            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
24754            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
24755            ! win32/config.bc win32/config.gc win32/config.vc
24756 ____________________________________________________________________________
24757 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
24758         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
24759              From: "Craig A. Berry" <craigberry@mac.com>
24760              Date: Thu, 7 Jun 2001 14:27:20 -0500
24761              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
24762      Branch: perl
24763            ! vms/perlvms.pod
24764 ____________________________________________________________________________
24765 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
24766         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
24767              From: Gisle Aas <gisle@ActiveState.com>
24768              Date: 07 Jun 2001 17:04:29 -0700
24769              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
24770      Branch: perl
24771            ! ext/re/re.xs
24772 ____________________________________________________________________________
24773 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
24774         Log: Update Changes.
24775      Branch: perl
24776            ! Changes patchlevel.h
24777 ____________________________________________________________________________
24778 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
24779         Log: Regen Glossary et alia.
24780      Branch: perl
24781            ! Porting/Glossary Porting/config.sh Porting/config_H
24782 ____________________________________________________________________________
24783 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
24784         Log: Metaconfig unit changes for #10473.
24785      Branch: metaconfig/U/perl
24786            ! d_modfl.U
24787 ____________________________________________________________________________
24788 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
24789         Log: Harumph, also AIX will spill its guts (i.e. dump core)
24790              if an executable contains modfl() but it hasn't been
24791              compiled right (in the case of AIX, with cc -qlongdouble).
24792      Branch: perl
24793            ! Configure
24794 ____________________________________________________________________________
24795 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
24796         Log: integrate change#10471 from mainline
24797              
24798              in change#10451, check that CvOUTSIDE is a CV before looking in
24799              (it can apparently be SVt_NULL during global destruction)
24800      Branch: maint-5.6/perl
24801           !> op.c
24802 ____________________________________________________________________________
24803 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
24804         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
24805              (it can apparently be SVt_NULL during global destruction)
24806      Branch: perl
24807            ! op.c
24808 ____________________________________________________________________________
24809 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
24810         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
24811              From: Robin Barker <rmb1@cise.npl.co.uk>
24812              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
24813              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
24814      Branch: perl
24815            ! lib/diagnostics.pm pod/perldiag.pod
24816 ____________________________________________________________________________
24817 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
24818         Log: Subject: [PATCH perl@10439] long =item
24819              From: Robin Barker <rmb1@cise.npl.co.uk>
24820              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
24821              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
24822      Branch: perl
24823            ! README.amiga lib/Attribute/Handlers.pm
24824            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
24825 ____________________________________________________________________________
24826 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
24827         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
24828              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
24829              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
24830              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
24831      Branch: perl
24832            ! pod/perlguts.pod
24833 ____________________________________________________________________________
24834 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
24835         Log: Integrate perlio.
24836      Branch: perl
24837           !> sv.c
24838 ____________________________________________________________________________
24839 [ 10466] By: nick                                  on 2001/06/07  10:25:40
24840         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
24841              whitespace tweaks.
24842              Still coredumps in pragma/overload.t - what a nice hard fail that is...
24843      Branch: perlio
24844            ! sv.c
24845 ____________________________________________________________________________
24846 [ 10465] By: nick                                  on 2001/06/07  08:41:58
24847         Log: Raw integrate of mainline for S_grok_number debug
24848              (sv.c has MULTIPLICITY issues as well as whatever else ...)
24849      Branch: perlio
24850            - plan9/perlplan9.doc plan9/perlplan9.pod
24851           !> (integrate 46 files)
24852 ____________________________________________________________________________
24853 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
24854         Log: The proper prototyping for #10463.
24855      Branch: perl
24856            ! embed.h embed.pl proto.h sv.c
24857 ____________________________________________________________________________
24858 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
24859         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
24860              From: Nicholas Clark <nick@ccl4.org>
24861              Date: Thu, 7 Jun 2001 00:29:59 +0100
24862              Message-ID: <20010607002959.Z76396@plum.flirble.org>
24863      Branch: perl
24864            ! sv.c
24865 ____________________________________________________________________________
24866 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
24867         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
24868              From: "Craig A. Berry" <craigberry@mac.com>
24869              Date: Wed, 06 Jun 2001 17:54:30 -0500
24870              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
24871      Branch: perl
24872            ! vms/perlvms.pod
24873 ____________________________________________________________________________
24874 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
24875         Log: Podify the remaining README.platform files;
24876              merge README.plan9 and plan9/perlplan9.pod;
24877              delete plan9/perlplan9.* (the perlplan.doc needs to
24878              be regenerated in Plan 9); make the =head1 and =head2
24879              in the README.platform to be a little more verbose
24880              (skipped README.os2 not to anger Ilya) so that they
24881              look better in the toc; regen toc.
24882      Branch: perl
24883            - plan9/perlplan9.doc plan9/perlplan9.pod
24884            ! MANIFEST README.aix README.amiga README.apollo README.beos
24885            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
24886            ! README.hpux README.hurd README.machten README.macos
24887            ! README.micro README.mint README.mpeix README.os390
24888            ! README.plan9 README.qnx README.solaris README.threads
24889            ! README.tru64 README.vmesa README.vms README.vos README.win32
24890            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
24891            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
24892 ____________________________________________________________________________
24893 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
24894         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
24895              From: Mike Guy <mjtg@cam.ac.uk>
24896              Reply-To: mjtg@cam.ac.uk
24897              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
24898      Branch: perl
24899            ! pod/perlguts.pod
24900 ____________________________________________________________________________
24901 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
24902         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
24903              From: Mike Guy <mjtg@cam.ac.uk>
24904              Reply-To: mjtg@cam.ac.uk
24905              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
24906      Branch: perl
24907            ! pod/perlsec.pod
24908 ____________________________________________________________________________
24909 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
24910         Log: Disable long doubles from pre-5.0 Tru64s.
24911      Branch: perl
24912            ! README.tru64 hints/dec_osf.sh
24913 ____________________________________________________________________________
24914 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
24915         Log: The #10455 exposed that modfl() is fundamentally busted
24916              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
24917              testing it.
24918      Branch: perl
24919            ! hints/dec_osf.sh
24920 ____________________________________________________________________________
24921 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
24922         Log: Metaconfig unit change for #10455.
24923      Branch: metaconfig/U/perl
24924            ! d_modfl.U
24925 ____________________________________________________________________________
24926 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
24927         Log: Configure check for geborken modfl(), inspired by
24928              
24929              Subject: Re: [20010118.017] op/int.t failure 
24930              From: Hugo <hv@crypt.compulink.co.uk>
24931              Date: Tue, 05 Jun 2001 13:43:27 +0100
24932              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
24933      Branch: perl
24934            ! Configure
24935 ____________________________________________________________________________
24936 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
24937         Log: Integrate changes #10450 and #10451 from maintperl:
24938              
24939              optimize change#10448 slightly (don't repeat search in eval""s lexical
24940              scope, since that has already been searched)
24941              
24942              change#9108 needs subtler treatment for case of closures created
24943              within eval""
24944      Branch: perl
24945           !> op.c t/op/misc.t
24946 ____________________________________________________________________________
24947 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
24948         Log: MakeMaker magic to compile (when no dynamic loading)
24949              List/Util.xsc as (ListUtil.c and) ListUtil.o since
24950              POSIX-BC (BS2000) linker has an evil limitation of
24951              being unable to include in the same executable several
24952              object files with the same name - case-insensitively -
24953              because otherwise we conflict with util.c.
24954              Strictly speaking currently required only in POSIX-BC
24955              but probably will do no harm elsewhere where static
24956              linking is required.
24957      Branch: perl
24958            ! ext/List/Util/Makefile.PL
24959 ____________________________________________________________________________
24960 [ 10452] By: nick                                  on 2001/06/06  08:59:51
24961         Log: Integrate mainline.
24962      Branch: perlio
24963           +> lib/Attribute/Handlers/demo/Demo.pm
24964           +> lib/Attribute/Handlers/demo/Descriptions.pm
24965           +> lib/Attribute/Handlers/demo/MyClass.pm
24966           +> lib/Attribute/Handlers/demo/demo.pl
24967           +> lib/Attribute/Handlers/demo/demo2.pl
24968           +> lib/Attribute/Handlers/demo/demo3.pl
24969           +> lib/Attribute/Handlers/demo/demo4.pl
24970           +> lib/Attribute/Handlers/demo/demo_call.pl
24971           +> lib/Attribute/Handlers/demo/demo_chain.pl
24972           +> lib/Attribute/Handlers/demo/demo_cycle.pl
24973           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
24974           +> lib/Attribute/Handlers/demo/demo_phases.pl
24975           +> lib/Attribute/Handlers/demo/demo_range.pl
24976           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
24977           +> uts/strtol_wrap.c
24978           !> (integrate 91 files)
24979 ____________________________________________________________________________
24980 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
24981         Log: change#9108 needs subtler treatment for case of closures created
24982              within eval""
24983      Branch: maint-5.6/perl
24984            ! op.c t/op/misc.t
24985 ____________________________________________________________________________
24986 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
24987         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
24988              scope, since that has already been searched)
24989      Branch: maint-5.6/perl
24990            ! op.c
24991 ____________________________________________________________________________
24992 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
24993         Log: Integrate change #10448 from maintperl; lexicals
24994              outside an eval"" weren't resolved correctly inside a subroutine
24995              definition inside the eval"" if they were not already referenced
24996              in the toplevel of the eval""-ed code
24997      Branch: perl
24998           !> cop.h op.c pp_ctl.c t/op/misc.t
24999 ____________________________________________________________________________
25000 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
25001         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
25002              outside an eval"" weren't resolved correctly inside a subroutine
25003              definition inside the eval"" if they were not already referenced
25004              in the toplevel of the eval""-ed code
25005      Branch: maint-5.6/perl
25006            ! cop.h op.c pp_ctl.c t/op/misc.t
25007 ____________________________________________________________________________
25008 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
25009         Log: Subject: [PATCH] perl570delta.pod
25010              From: Peter Scott <Peter@PSDT.com> 
25011              Date: Tue, 05 Jun 2001 18:51:02 -0700
25012              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
25013      Branch: perl
25014            ! pod/perl570delta.pod
25015 ____________________________________________________________________________
25016 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
25017         Log: The fudge factor is no more needed.  I hope.
25018      Branch: perl
25019            ! t/lib/posix.t
25020 ____________________________________________________________________________
25021 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
25022         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
25023              From: Hugo <hv@crypt.compulink.co.uk>
25024              Date: Tue, 05 Jun 2001 12:58:19 +0100
25025              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
25026      Branch: perl
25027            ! util.c
25028 ____________________________________________________________________________
25029 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
25030         Log: Make up prototypes only for those who have the functions
25031              but not the prototypes.
25032      Branch: perl
25033            ! perl.h
25034 ____________________________________________________________________________
25035 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
25036         Log: Subject: Re: Not OK: perl@10439 on win32 
25037              From: Prymmer/Kahn <pvhp@best.com> 
25038              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
25039              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
25040      Branch: perl
25041            ! perl.h util.c
25042 ____________________________________________________________________________
25043 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
25044         Log: The metaconfig units changes for #10441.
25045      Branch: metaconfig
25046            ! U/modified/Extract.U U/modified/Extractall.U
25047            ! U/modified/Finish.U
25048 ____________________________________________________________________________
25049 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
25050         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
25051      Branch: perl
25052            ! Configure
25053 ____________________________________________________________________________
25054 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
25055         Log: Unnecessary fuzziness undone, noted by Mike Guy.
25056      Branch: perl
25057            ! t/op/tr.t
25058 ____________________________________________________________________________
25059 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
25060         Log: Update Changes.
25061      Branch: perl
25062            ! Changes patchlevel.h
25063 ____________________________________________________________________________
25064 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
25065         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
25066              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
25067              leakage patch.
25068      Branch: perl
25069            ! t/op/misc.t
25070 ____________________________________________________________________________
25071 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
25072         Log: Test case for #10433/#10424.
25073      Branch: perl
25074            ! t/op/misc.t
25075 ____________________________________________________________________________
25076 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
25077         Log: Subject: One fix for strtoul not setting errno
25078              From: hom00@utsglobal.com (Hal Morris)
25079              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
25080              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
25081      Branch: perl
25082            + uts/strtol_wrap.c
25083            ! MANIFEST hints/uts.sh
25084 ____________________________________________________________________________
25085 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
25086         Log: Metaconfig units changes for #10434.
25087      Branch: metaconfig
25088            ! U/modified/Cppsym.U
25089      Branch: metaconfig/U/perl
25090            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
25091            + d_syscallproto.U d_usleepproto.U
25092            ! longdblfio.U quadfio.U
25093 ____________________________________________________________________________
25094 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
25095         Log: Configure tweaks; add prototype probes, make the cpp symbols
25096              probe to cast, not whine; test for %Ld and %Lf before %lld and
25097              %llf because the L is the ANSI way.
25098      Branch: perl
25099            ! Configure config_h.SH configure.com epoc/config.sh
25100            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
25101            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
25102            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
25103 ____________________________________________________________________________
25104 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
25105         Log: Sigh.  This is what #10424 was supposed to check in.
25106      Branch: perl
25107            ! op.c sv.c sv.h
25108 ____________________________________________________________________________
25109 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
25110         Log: More verbose failure.
25111      Branch: perl
25112            ! t/op/ver.t
25113 ____________________________________________________________________________
25114 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
25115         Log: The .pm changes to go with #10428.
25116      Branch: perl
25117            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
25118            ! ext/Sys/Syslog/Syslog.pm
25119 ____________________________________________________________________________
25120 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
25121         Log: On second thoughts show to utf8 skippage message only
25122              on failures, it's too confusing otherwise,
25123      Branch: perl
25124            ! t/pragma/locale.t
25125 ____________________________________________________________________________
25126 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
25127         Log: Do not import anything from Encode.
25128      Branch: perl
25129            ! ext/MIME/Base64/QuotedPrint.pm
25130 ____________________________________________________________________________
25131 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
25132         Log: The #10402 didn't take.  Weird.
25133      Branch: perl
25134            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
25135            ! ext/Sys/Syslog/Syslog.xs
25136 ____________________________________________________________________________
25137 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
25138         Log: Eradicate traces of 'asciirange' re subpragma.
25139      Branch: perl
25140            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
25141            ! pod/perldiag.pod
25142 ____________________________________________________________________________
25143 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
25144         Log: use is a compile-time thing.
25145      Branch: perl
25146            ! ext/MIME/Base64/QuotedPrint.pm
25147 ____________________________________________________________________________
25148 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
25149         Log: Subject: [PATCH perl@10419] -Wall casting patch
25150              From: Robin Barker <rmb1@cise.npl.co.uk>
25151              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
25152              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
25153      Branch: perl
25154            ! ext/Devel/DProf/DProf.xs mg.c
25155 ____________________________________________________________________________
25156 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
25157         Log: Subject: [PATCH #2] introducing SVpad_TYPED
25158              From: Abhijit Menon-Sen <ams@wiw.org>
25159              Date: Mon, 4 Jun 2001 12:26:02 +0530
25160              Message-ID: <20010604122602.A5775@lustre.linux.in>
25161      Branch: perl
25162            ! op.c sv.c sv.h
25163 ____________________________________________________________________________
25164 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
25165         Log: testsuite for change#10192 (from Gisle Aas)
25166      Branch: perl
25167            + t/op/override.t
25168            ! MANIFEST
25169 ____________________________________________________________________________
25170 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
25171         Log: integrate changes#10414-10416 from mainline
25172              
25173              Potential buffer overrun if the radix separator is more than
25174              one byte.  Also, under locales, prefer the locale-specific
25175              separator over the old boring ".".
25176              
25177              "10.", that is, decimal numbers can have no decimal part at all.
25178              
25179              The non-locale places need love, too.
25180      Branch: maint-5.6/perl
25181           !> perl.h sv.c
25182 ____________________________________________________________________________
25183 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
25184         Log: Missed from #10420.
25185      Branch: perl
25186            ! epoc/config.sh
25187 ____________________________________________________________________________
25188 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
25189         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
25190              often this prototype goes with HAS_SETRESUID_PROTO.
25191      Branch: perl
25192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25193            ! config_h.SH configure.com perl.h uconfig.h
25194 ____________________________________________________________________________
25195 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
25196         Log: Update Changes.
25197      Branch: perl
25198            ! Changes patchlevel.h
25199 ____________________________________________________________________________
25200 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
25201         Log: -Wall "subscript has type `char'" cleanup.
25202      Branch: perl
25203            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
25204 ____________________________________________________________________________
25205 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
25206         Log: Various "cast to pointer from integer of different size"
25207              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
25208              wide but I32 (int) only 32 bits wide).
25209              
25210              WARNING: the classnum and tagnum changes in Storable.xs
25211              may not be wise, they may be breaking binary compatibility
25212              (in 64-bit platforms), asked Raphael Manfredi about the changes.
25213      Branch: perl
25214            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
25215            ! mg.c proto.h
25216 ____________________________________________________________________________
25217 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
25218         Log: The non-locale places need love, too.
25219      Branch: perl
25220            ! perl.h
25221 ____________________________________________________________________________
25222 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
25223         Log: "10.", that is, decimal numbers can have no decimal part at all.
25224      Branch: perl
25225            ! perl.h
25226 ____________________________________________________________________________
25227 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
25228         Log: Potential buffer overrun if the radix separator is more than
25229              one byte.  Also, under locales, prefer the locale-specific
25230              separator over the old boring ".".
25231      Branch: perl
25232            ! perl.h sv.c
25233 ____________________________________________________________________________
25234 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
25235         Log: Integrate change #10412 from maintperl; locale is now
25236              per-cop, not per-op; plus retweak the locale.t to always
25237              list the skipped utf8 locales.
25238      Branch: perl
25239            ! t/pragma/locale.t
25240           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
25241           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
25242 ____________________________________________________________________________
25243 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
25244         Log: rationalize locale handling to fix the bugs uncovered by change#10394
25245              
25246              the major issue was that the runtime was looking at PL_hints rather
25247              than op_private to notice whether locale was enabled
25248              
25249              the secondary issue was that many locale-sensitive numeric ops didn't
25250              have HINT_LOCALE propagated into their op_private
25251              
25252              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
25253              instead of per-op, just like HINT_BYTE and the hints for lexical
25254              warnings (this makes the hint available to every op via PL_curcop)
25255              
25256              pragma/locale.t may need to be reworked with these fixes in mind
25257              (it currently passes its tests)
25258      Branch: maint-5.6/perl
25259            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
25260            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
25261 ____________________________________________________________________________
25262 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
25263         Log: More verbose debugging.
25264      Branch: perl
25265            ! t/pragma/locale.t
25266 ____________________________________________________________________________
25267 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
25268         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
25269              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
25270              Date: Sat, 2 Jun 2001 22:53:33 +0100
25271              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
25272      Branch: perl
25273            ! regcomp.c t/pragma/warn/regcomp
25274 ____________________________________________________________________________
25275 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
25276         Log: Mention that lexicalizing $a or $b is a bad idea if one
25277              wants to use sort().
25278      Branch: perl
25279            ! pod/perlvar.pod
25280 ____________________________________________________________________________
25281 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
25282         Log: Tweak the test to be happy if the accuracy is 'good enough'.
25283      Branch: perl
25284            ! t/lib/posix.t
25285 ____________________________________________________________________________
25286 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
25287         Log: Upgrade to Attribute::Handlers 0.70.
25288              
25289              NOTE: this unearthed the "too late for CHECK block" bug,
25290              that's why the 1_compile.t change.
25291      Branch: perl
25292            + lib/Attribute/Handlers/demo/Demo.pm
25293            + lib/Attribute/Handlers/demo/Descriptions.pm
25294            + lib/Attribute/Handlers/demo/MyClass.pm
25295            + lib/Attribute/Handlers/demo/demo.pl
25296            + lib/Attribute/Handlers/demo/demo2.pl
25297            + lib/Attribute/Handlers/demo/demo3.pl
25298            + lib/Attribute/Handlers/demo/demo4.pl
25299            + lib/Attribute/Handlers/demo/demo_call.pl
25300            + lib/Attribute/Handlers/demo/demo_chain.pl
25301            + lib/Attribute/Handlers/demo/demo_cycle.pl
25302            + lib/Attribute/Handlers/demo/demo_hashdir.pl
25303            + lib/Attribute/Handlers/demo/demo_phases.pl
25304            + lib/Attribute/Handlers/demo/demo_range.pl
25305            + lib/Attribute/Handlers/demo/demo_rawdata.pl
25306            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
25307            ! t/lib/attrhand.t
25308 ____________________________________________________________________________
25309 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
25310         Log: One less -Wall whine.
25311      Branch: perl
25312            ! regcomp.c
25313 ____________________________________________________________________________
25314 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
25315         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
25316      Branch: perl
25317           !> t/op/eval.t
25318 ____________________________________________________________________________
25319 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
25320         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
25321              aren't "normally" visible inside eval""s contained in subs unless
25322              a cloned reference to them already exists)
25323              
25324              strangely enough, t/harness didn't show this up as a failure
25325              (harness needs fixing?)
25326      Branch: maint-5.6/perl
25327            ! t/op/eval.t
25328 ____________________________________________________________________________
25329 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
25330         Log: Update to Text::Balanced 1.85.
25331      Branch: perl
25332            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
25333 ____________________________________________________________________________
25334 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
25335         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
25336              From: Nicholas Clark <nick@ccl4.org>
25337              Date: Sun, 3 Jun 2001 17:54:36 +0100
25338              Message-ID: <20010603175436.E76396@plum.flirble.org> 
25339      Branch: perl
25340            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
25341            ! ext/Sys/Syslog/Syslog.xs
25342 ____________________________________________________________________________
25343 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
25344         Log: Unused variables.
25345      Branch: perl
25346            ! util.c
25347 ____________________________________________________________________________
25348 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
25349         Log: Subject: [PATCH] APIfy op_clear 
25350              From: Simon Cozens <simon@netthink.co.uk>
25351              Date: Sun, 3 Jun 2001 13:51:46 +0100
25352              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
25353              
25354              (despite the subject line, op_null is APIfied by the patch)
25355      Branch: perl
25356            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25357 ____________________________________________________________________________
25358 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
25359         Log: Subject: [PATCH] t/lib/extutils.t
25360              From: Nicholas Clark <nick@ccl4.org>
25361              Date: Sat, 2 Jun 2001 23:57:05 +0100
25362              Message-ID: <20010602235705.Q12698@plum.flirble.org>
25363      Branch: perl
25364            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
25365 ____________________________________________________________________________
25366 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
25367         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
25368              From: Prymmer/Kahn <pvhp@best.com>
25369              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
25370              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
25371      Branch: perl
25372            ! win32/Makefile win32/makefile.mk
25373 ____________________________________________________________________________
25374 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
25375         Log: Subject: Re: 'decimal digits' macro? 
25376              From: Hugo <hv@crypt.compulink.co.uk>
25377              Date: Sun, 03 Jun 2001 04:26:36 +0100
25378              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
25379      Branch: perl
25380            ! handy.h t/lib/posix.t t/op/tr.t
25381 ____________________________________________________________________________
25382 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
25383         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
25384              From: Hugo <hv@crypt.compulink.co.uk>
25385              Date: Sun, 03 Jun 2001 14:56:30 +0100
25386              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
25387      Branch: perl
25388            ! util.c
25389 ____________________________________________________________________________
25390 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
25391         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
25392      Branch: perl
25393           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
25394           !> vms/perly_c.vms
25395 ____________________________________________________________________________
25396 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
25397         Log: fix leakage of lexicals at file scope into subroutines that were
25398              declared before them; this appears to be a longstanding bug that
25399              meant that lexicals at file scope were never "deintroduced", meaning
25400              their scope range was never properly closed, and their visibility
25401              extended to all subsequent eval""s or requires
25402              
25403              added a test case
25404              
25405              seems to also fix a case of bogus duplicate warnings
25406      Branch: maint-5.6/perl
25407            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
25408            ! vms/perly_c.vms
25409 ____________________________________________________________________________
25410 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
25411         Log: More VMS tweaks from Craig A. Berry.
25412      Branch: perl
25413            ! configure.com t/lib/extutils.t
25414 ____________________________________________________________________________
25415 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
25416         Log: -Wall cleanup continues.
25417      Branch: perl
25418            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
25419            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
25420            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
25421            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
25422            ! run.c toke.c util.c
25423 ____________________________________________________________________________
25424 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
25425         Log: The metaconfig unit change for #10390.
25426      Branch: metaconfig/U/perl
25427            ! gccvers.U
25428 ____________________________________________________________________________
25429 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
25430         Log: Drop the -ansi from the default gcc flags.
25431              
25432              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
25433              that struct cannot be compared with a flat integer, such as STRLEN.
25434              The -ansi will also cause a lot of noise in Solaris because of:
25435              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
25436      Branch: perl
25437            ! Configure
25438 ____________________________________________________________________________
25439 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
25440         Log: Integrate perlio.
25441      Branch: perl
25442           !> pod/perlapi.pod util.c
25443 ____________________________________________________________________________
25444 [ 10388] By: nick                                  on 2001/06/02  08:01:12
25445         Log: Integrate mainline
25446      Branch: perlio
25447           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
25448           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
25449           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
25450           !> t/lib/1_compile.t t/lib/mimeqp.t
25451 ____________________________________________________________________________
25452 [ 10387] By: nick                                  on 2001/06/02  07:39:17
25453         Log: Tweak util.c's atof2 for MULTIPLICITY
25454      Branch: perlio
25455            ! util.c
25456 ____________________________________________________________________________
25457 [ 10386] By: nick                                  on 2001/06/02  07:38:33
25458         Log: Integrate mainline
25459      Branch: perlio
25460           !> (integrate 41 files)
25461 ____________________________________________________________________________
25462 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
25463         Log: Add Attribute::Handlers 0.61 from Damian Conway.
25464      Branch: perl
25465            + lib/Attribute/Handlers.pm t/lib/attrhand.t
25466            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
25467 ____________________________________________________________________________
25468 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
25469         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
25470              From: Peter Prymmer <pvhp@forte.com>
25471              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
25472              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
25473      Branch: perl
25474            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
25475 ____________________________________________________________________________
25476 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
25477         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
25478              From: Jeff Pinyan <jeffp@crusoe.net>
25479              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
25480              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
25481      Branch: perl
25482            ! lib/File/Find.pm
25483 ____________________________________________________________________________
25484 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
25485         Log: Subject: [PATCH perl@10381] configure.com tweaks
25486              From: "Craig A. Berry" <craigberry@mac.com>
25487              Date: Fri, 1 Jun 2001 13:55:43 -0500
25488              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
25489      Branch: perl
25490            ! configure.com
25491 ____________________________________________________________________________
25492 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
25493         Log: Update Changes.
25494      Branch: perl
25495            ! Changes patchlevel.h
25496 ____________________________________________________________________________
25497 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
25498         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
25499              From: Mike Guy <mjtg@cam.ac.uk>
25500              Date: Fri, 01 Jun 2001 18:17:02 +0100
25501              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
25502      Branch: perl
25503            ! lib/perl5db.pl
25504 ____________________________________________________________________________
25505 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
25506         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
25507              From: Hugo <hv@crypt.compulink.co.uk>
25508              Date: Thu, 31 May 2001 20:49:48 +0100
25509              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
25510      Branch: perl
25511            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
25512            ! util.c
25513 ____________________________________________________________________________
25514 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
25515         Log: Zero() is not available in x2p (or, rather, some of its
25516              implementations like memzero() might not be available.)
25517      Branch: perl
25518            ! x2p/hash.c
25519 ____________________________________________________________________________
25520 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
25521         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
25522              From: Michael G Schwern <schwern@pobox.com>
25523              Date: Fri, 1 Jun 2001 12:00:29 +0100
25524              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
25525              
25526              (But use Zero() instead of memset.)
25527      Branch: perl
25528            ! x2p/hash.c
25529 ____________________________________________________________________________
25530 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
25531         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
25532              From: Jeff Pinyan <jeffp@crusoe.net>
25533              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
25534              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
25535      Branch: perl
25536            ! pod/perldiag.pod regcomp.c t/op/pat.t
25537 ____________________________________________________________________________
25538 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
25539         Log: Retract #10324 and #10333; not needed.
25540      Branch: perl
25541            ! hints/irix_6.sh hints/linux.sh
25542 ____________________________________________________________________________
25543 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
25544         Log: The #10370 wasn't quite right.
25545      Branch: perl
25546            ! ext/XS/Typemap/Typemap.xs
25547 ____________________________________________________________________________
25548 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
25549         Log: The metaconfig units changes for #10372.
25550      Branch: metaconfig/U/perl
25551            + d_realpath.U d_sresgproto.U d_sresuproto.U
25552            ! gccvers.U i_db.U
25553 ____________________________________________________________________________
25554 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
25555         Log: Configure tweaks; record the Berkeley DB version,
25556              probe for realpath(), for setresuid() and setresgid()
25557              prototypes; use realpath() (try to be paranoid enough),
25558              use the setres[ug]id prototypes because glibc has the functions
25559              but not their prototypes; add -Wall -ansi to gcc ccflags;
25560              regen toc.
25561      Branch: perl
25562            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25563            ! config_h.SH configure.com epoc/config.sh
25564            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
25565            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
25566            ! vos/config.ga.def win32/config.bc win32/config.gc
25567            ! win32/config.vc
25568 ____________________________________________________________________________
25569 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
25570         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
25571              From: Michael G Schwern <schwern@pobox.com>
25572              Date: Fri, 1 Jun 2001 11:28:14 +0100
25573              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
25574      Branch: perl
25575            ! lib/attributes.pm xsutils.c
25576 ____________________________________________________________________________
25577 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
25578         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
25579              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25580              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
25581              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
25582      Branch: perl
25583            ! ext/XS/Typemap/Typemap.xs
25584 ____________________________________________________________________________
25585 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
25586         Log: Subject: [patch] Cwd.xs optimizations/abstraction
25587              From: Doug MacEachern <dougm@covalent.net>
25588              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
25589              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
25590      Branch: perl
25591            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
25592            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
25593 ____________________________________________________________________________
25594 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
25595         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!])
25596              From: Nicholas Clark <nick@ccl4.org>
25597              Date: Thu, 31 May 2001 23:56:40 +0100
25598              Message-ID: <20010531235640.F12698@plum.flirble.org>
25599              
25600              Make the test work also under only static extensions
25601              (sh Configure -Uusedl fakes this nicely)
25602      Branch: perl
25603            ! t/lib/extutils.t
25604 ____________________________________________________________________________
25605 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
25606         Log: Subject: [PATCH hv.c] Eliminating trigraph
25607              From: Michael G Schwern <schwern@pobox.com>
25608              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
25609              Date: Fri, 1 Jun 2001 11:49:56 +0100
25610      Branch: perl
25611            ! hv.c
25612 ____________________________________________________________________________
25613 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
25614         Log: Subject: Re: [PATCH] Tests for File::Compare 
25615              From: "Philip Newton" <Philip.Newton@gmx.net>
25616              Date: Thu, 31 May 2001 19:44:05 +0200
25617              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
25618              
25619              Unnecessary "quotation marks".
25620      Branch: perl
25621            ! t/lib/filecomp.t
25622 ____________________________________________________________________________
25623 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
25624         Log: Integrate perlio.
25625      Branch: perl
25626           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
25627 ____________________________________________________________________________
25628 [ 10364] By: nick                                  on 2001/06/01  10:13:31
25629         Log: Cleanup dll.base and dll.exp created by GCC builds.
25630      Branch: perlio
25631            ! lib/ExtUtils/MM_Win32.pm
25632 ____________________________________________________________________________
25633 [ 10363] By: nick                                  on 2001/06/01  10:02:17
25634         Log: Make filecomp test work on CRLF platforms by adding binmode.
25635      Branch: perlio
25636            ! t/lib/filecomp.t
25637 ____________________________________________________________________________
25638 [ 10362] By: nick                                  on 2001/06/01  08:37:17
25639         Log: Integrate mainline
25640      Branch: perlio
25641           !> Changes Configure patchlevel.h perlio.c
25642 ____________________________________________________________________________
25643 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
25644         Log: panic:claustrophobia.
25645      Branch: perl
25646            ! perlio.c
25647 ____________________________________________________________________________
25648 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
25649         Log: Update Changes.
25650      Branch: perl
25651            ! Changes patchlevel.h
25652 ____________________________________________________________________________
25653 [ 10359] By: nick                                  on 2001/05/31  12:35:50
25654         Log: Integrate mainline.
25655      Branch: perlio
25656           +> t/lib/filecomp.t
25657           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
25658           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
25659 ____________________________________________________________________________
25660 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
25661         Log: Integrate perlio.
25662      Branch: perl
25663           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
25664           !> win32/config_H.vc
25665 ____________________________________________________________________________
25666 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
25667         Log: Metaconfig unit change for #10356.
25668      Branch: metaconfig
25669            ! U/installdirs/inc_version_list.U
25670 ____________________________________________________________________________
25671 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
25672         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
25673              (idea from Sarathy; implementation from Andy)
25674      Branch: perl
25675            ! Configure
25676 ____________________________________________________________________________
25677 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
25678         Log: More AUTHORS.
25679      Branch: perl
25680            ! AUTHORS
25681 ____________________________________________________________________________
25682 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
25683         Log: Subject: Re: [PATCH] Tests for File::Compare
25684              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
25685              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
25686              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
25687      Branch: perl
25688            + t/lib/filecomp.t
25689            ! MANIFEST t/lib/1_compile.t
25690 ____________________________________________________________________________
25691 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
25692         Log: Subject: [PATCH] DEBUG_* macro cleanups
25693              From: Abhijit Menon-Sen <ams@wiw.org>
25694              Date: Thu, 31 May 2001 12:16:22 +0530
25695              Message-ID: <20010531121622.B4829@lustre.linux.in>
25696              
25697              Subject: Re: [PATCH] DEBUG_* macro cleanups
25698              From: Abhijit Menon-Sen <ams@wiw.org>
25699              Date: Thu, 31 May 2001 13:57:01 +0530
25700              Message-ID: <20010531135701.A21775@lustre.linux.in>
25701              
25702              (The DEBUG_ definitions in perl.h changed to use the
25703              STMT_START and STMT_END.)
25704      Branch: perl
25705            ! perl.h pp_ctl.c sv.c toke.c
25706 ____________________________________________________________________________
25707 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
25708         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
25709              From: Abhijit Menon-Sen <ams@wiw.org>
25710              Date: Thu, 31 May 2001 08:27:55 +0530
25711              Message-ID: <20010531082755.A10018@lustre.linux.in>
25712      Branch: perl
25713            ! ext/Storable/Storable.xs gv.c perl.c
25714 ____________________________________________________________________________
25715 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
25716         Log: Subject: [PATCH] AUTHORS
25717              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
25718              Date: Thu, 31 May 2001 01:27:59 -0500
25719              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
25720              
25721              Subject: Re: [PATCH] AUTHORS
25722              From: "Philip Newton" <Philip.Newton@gmx.net>
25723              Date: Thu, 31 May 2001 10:08:06 +0200
25724              (Message-Id missing?)
25725      Branch: perl
25726            ! AUTHORS
25727 ____________________________________________________________________________
25728 [ 10350] By: nick                                  on 2001/05/31  11:40:43
25729         Log: win32 - dmake regen_config_h
25730      Branch: perlio
25731            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25732 ____________________________________________________________________________
25733 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
25734         Log: Subject: Re: [PATCH util.c] More warning cleanups.
25735              From: "Philip Newton" <Philip.Newton@gmx.net>
25736              Date: Thu, 31 May 2001 07:41:36 +0200
25737              Message-Id: <200105310538.IAA25458@taku.hut.fi>
25738              
25739              Undo C++-ism that snekt in.
25740      Branch: perl
25741            ! util.c
25742 ____________________________________________________________________________
25743 [ 10348] By: nick                                  on 2001/05/31  11:36:46
25744         Log: Tolerate Win32 numerics
25745      Branch: perlio
25746            ! t/pragma/warn/toke
25747 ____________________________________________________________________________
25748 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
25749         Log: Integrate perlio.
25750      Branch: perl
25751           !> perlio.c win32/win32.h
25752 ____________________________________________________________________________
25753 [ 10346] By: nick                                  on 2001/05/31  10:54:55
25754         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
25755              perlio.c change 10255.
25756      Branch: perlio
25757            ! perlio.c
25758 ____________________________________________________________________________
25759 [ 10345] By: nick                                  on 2001/05/31  10:01:57
25760         Log: Conditionaly put back some "unused" dTHX which are used
25761              with PERL_IMPLICIT_SYS
25762      Branch: perlio
25763            ! perlio.c
25764 ____________________________________________________________________________
25765 [ 10344] By: nick                                  on 2001/05/31  10:00:59
25766         Log: Fix Win32 for new spelling IN_BYTES 
25767      Branch: perlio
25768            ! win32/win32.h
25769 ____________________________________________________________________________
25770 [ 10343] By: nick                                  on 2001/05/31  08:01:32
25771         Log: perlio.c -Wall cleaner under MULTIPLICITY
25772              - still minor noise with linux stdio
25773      Branch: perlio
25774            ! perlio.c
25775 ____________________________________________________________________________
25776 [ 10342] By: nick                                  on 2001/05/31  07:52:23
25777         Log: Integrate mainline.
25778      Branch: perlio
25779           !> (integrate 42 files)
25780 ____________________________________________________________________________
25781 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
25782         Log: AUTHORS updates.
25783      Branch: perl
25784            ! AUTHORS
25785 ____________________________________________________________________________
25786 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
25787         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
25788              From: Peter Prymmer <pvhp@forte.com>
25789              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
25790              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
25791      Branch: perl
25792            ! t/lib/md5-file.t
25793 ____________________________________________________________________________
25794 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
25795         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
25796              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
25797              to match the pragma name; various robustness cleanups.
25798      Branch: perl
25799            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
25800            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
25801 ____________________________________________________________________________
25802 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
25803         Log: More -Wall sweeping.
25804      Branch: perl
25805            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
25806            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
25807            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
25808            ! regcomp.c sv.c toke.c utf8.c
25809 ____________________________________________________________________________
25810 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
25811         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
25812              From: Nicholas Clark <nick@ccl4.org>
25813              Date: Wed, 30 May 2001 22:34:41 +0100
25814              Message-ID: <20010530223441.Y86445@plum.flirble.org>
25815      Branch: perl
25816            ! t/op/cmp.t
25817 ____________________________________________________________________________
25818 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
25819         Log: It's is not, it isn't ain't, and it's it's, not its,
25820              if you mean it is. If you don't, it's its. Then too,
25821              it's hers. It isn't her's. It isn't our's either.
25822              It's ours, and likewise yours and theirs.
25823              -- Oxford University Press, Edpress News
25824      Branch: perl
25825            ! lib/autouse.pm
25826 ____________________________________________________________________________
25827 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
25828         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
25829      Branch: perl
25830            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
25831            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
25832            ! x2p/str.c x2p/walk.c xsutils.c
25833 ____________________________________________________________________________
25834 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
25835         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
25836              From: Michael G Schwern <schwern@pobox.com>
25837              Date: Wed, 30 May 2001 17:10:38 +0100
25838              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
25839              
25840              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
25841              From: Abhijit Menon-Sen <ams@wiw.org>
25842              Date: Wed, 30 May 2001 23:16:13 +0530
25843              Message-ID: <20010530231613.A31933@lustre.linux.in>
25844      Branch: perl
25845            ! perl.c t/run/runenv.t
25846 ____________________________________________________________________________
25847 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
25848         Log: (Retracted by #10375.)
25849              
25850              IRIX hints patch from Merijn Broeren.
25851              
25852              TODO: (this and the earlier Linux hints patch) should be solved
25853              at Configure level.  Merijn: -ldb should not be used on any platform
25854              for perl, just when linking DBFile itself. Trying to be helpful here
25855              is counterproductive.
25856      Branch: perl
25857            ! hints/irix_6.sh
25858 ____________________________________________________________________________
25859 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
25860         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
25861              From: Nicholas Clark <nick@ccl4.org>
25862              Date: Wed, 30 May 2001 23:20:58 +0100
25863              Message-ID: <20010530232058.B86445@plum.flirble.org>
25864      Branch: perl
25865            ! doop.c
25866 ____________________________________________________________________________
25867 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
25868         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
25869              From: Michael G Schwern <schwern@pobox.com> 
25870              Date: Wed, 30 May 2001 15:24:20 +0100
25871              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
25872      Branch: perl
25873            ! t/pragma/autouse.t
25874 ____________________________________________________________________________
25875 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
25876         Log: The regex trick wasn't a good idea.
25877      Branch: perl
25878            ! pod/perlfaq4.pod
25879 ____________________________________________________________________________
25880 [ 10329] By: nick                                  on 2001/05/30  18:34:35
25881         Log: Integrate mainline
25882      Branch: perlio
25883           !> (integrate 40 files)
25884 ____________________________________________________________________________
25885 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
25886         Log: Update Changes.
25887      Branch: perl
25888            ! Changes patchlevel.h
25889 ____________________________________________________________________________
25890 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
25891         Log: The metaconfig unit change for #10325.
25892      Branch: metaconfig
25893            + U/modified/afs.U
25894 ____________________________________________________________________________
25895 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
25896         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
25897              is now wrong.
25898      Branch: perl
25899            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
25900 ____________________________________________________________________________
25901 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
25902         Log: Introduce $Config{afsroot}.
25903      Branch: perl
25904            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25905            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
25906            ! win32/config.gc win32/config.vc
25907 ____________________________________________________________________________
25908 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
25909         Log: (Retracted by #10375.)
25910              
25911              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
25912      Branch: perl
25913            ! hints/linux.sh
25914 ____________________________________________________________________________
25915 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
25916         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
25917              (Also Configure tweaks needed; coming up soon.)
25918      Branch: perl
25919            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
25920 ____________________________________________________________________________
25921 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
25922         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
25923              From: Michael G Schwern <schwern@pobox.com>
25924              Date: Sun, 27 May 2001 10:29:43 +0100
25925              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
25926      Branch: perl
25927            ! lib/perl5db.pl
25928 ____________________________________________________________________________
25929 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
25930         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
25931              and Abhijit Menon-Sen.
25932      Branch: perl
25933            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
25934            ! perl.c pp_sys.c regcomp.c
25935 ____________________________________________________________________________
25936 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
25937         Log: Fix the BOOT section to call myU2time properly.
25938      Branch: perl
25939            ! ext/Time/HiRes/HiRes.xs
25940 ____________________________________________________________________________
25941 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
25942         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
25943              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
25944              Date: Wed, 30 May 2001 09:44:29 -0400
25945              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
25946              
25947              Detypo; plus add one more trick.
25948      Branch: perl
25949            ! pod/perlfaq4.pod
25950 ____________________________________________________________________________
25951 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
25952         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)
25953              From: Michael G Schwern <schwern@pobox.com>
25954              Date: Wed, 30 May 2001 14:39:06 +0100
25955              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
25956      Branch: perl
25957            ! lib/autouse.pm t/pragma/autouse.t
25958 ____________________________________________________________________________
25959 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
25960         Log: Subject: Re: AIX and gcc (moving targets)
25961              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25962              Date: Wed, 30 May 2001 15:25:08 +0200
25963              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
25964      Branch: perl
25965            ! ext/Time/HiRes/HiRes.xs
25966 ____________________________________________________________________________
25967 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
25968         Log: Subject: [PATCH t/TEST] sorting tests
25969              From: Michael G Schwern <schwern@pobox.com>
25970              Date: Wed, 30 May 2001 10:24:02 +0100
25971              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
25972      Branch: perl
25973            ! t/TEST
25974 ____________________________________________________________________________
25975 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
25976         Log: Subject: [ID 20010529.002] typos in man page perlre
25977              From: bart@cg681574-a.adubn1.nj.home.com 
25978              Date: Tue, 29 May 2001 13:58:59 -0500
25979              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
25980      Branch: perl
25981            ! pod/perlre.pod
25982 ____________________________________________________________________________
25983 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
25984         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
25985              From: "Craig A. Berry" <craigberry@mac.com>
25986              Date: Tue, 29 May 2001 23:23:45 -0500
25987              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
25988      Branch: perl
25989            ! t/lib/extutils.t t/pragma/autouse.t
25990 ____________________________________________________________________________
25991 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
25992         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)
25993              From: David Dyck <dcd@tc.fluke.com>
25994              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
25995              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
25996      Branch: perl
25997            ! t/lib/filefind.t
25998 ____________________________________________________________________________
25999 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
26000         Log: AIX hints update for gcc from Merijn H. Brand.
26001      Branch: perl
26002            ! hints/aix.sh
26003 ____________________________________________________________________________
26004 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
26005         Log: Retract #10295 and #10296: a more generic solution
26006              is needed (there's something funny with gcc on AIX).
26007      Branch: perl
26008            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
26009 ____________________________________________________________________________
26010 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
26011         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
26012              From: Hugo <hv@crypt.compulink.co.uk>
26013              Date: Wed, 30 May 2001 11:59:19 +0100
26014              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
26015              
26016              localizing $@ has unfortunate semantics - if you die past
26017              a local $@, the die message is lost.
26018      Branch: perl
26019            ! lib/utf8_heavy.pl
26020 ____________________________________________________________________________
26021 [ 10309] By: nick                                  on 2001/05/30  08:23:02
26022         Log: Integrate mainline (autouse works again.)
26023      Branch: perlio
26024           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
26025           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
26026           !> pod/perlvar.pod t/op/cmp.t
26027 ____________________________________________________________________________
26028 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
26029         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
26030              From: David Dyck <dcd@tc.fluke.com>
26031              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
26032              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
26033      Branch: perl
26034            ! lib/File/Find.pm
26035 ____________________________________________________________________________
26036 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
26037         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
26038              From: Nicholas Clark <nick@ccl4.org>
26039              Date: Tue, 29 May 2001 23:16:09 +0100
26040              Message-ID: <20010529231609.U86445@plum.flirble.org>
26041              
26042              Make the test output slightly clearer by distinguishing
26043              between '' and undef.
26044      Branch: perl
26045            ! t/op/cmp.t
26046 ____________________________________________________________________________
26047 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
26048         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
26049              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26050              Date: Tue, 29 May 2001 19:15:19 -0400
26051              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
26052      Branch: perl
26053            ! hints/os2.sh
26054 ____________________________________________________________________________
26055 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
26056         Log: Subject: perlvar.pod addition
26057              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
26058              Date: Fri, 25 May 2001 20:23:12 +0200
26059              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
26060              
26061              Subject: Re: perlvar.pod addition
26062              From: "Abigail" <abigail@foad.org> 
26063              Date: Fri, 25 May 2001 22:00:39 +0200
26064              Message-ID: <20010525200039.28029.qmail@foad.org>
26065              
26066              Mention $a and $b in perlvar.
26067      Branch: perl
26068            ! pod/perlvar.pod
26069 ____________________________________________________________________________
26070 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
26071         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
26072              From: Jeff Pinyan <jeffp@crusoe.net>
26073              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
26074              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
26075      Branch: perl
26076            ! pod/perlvar.pod
26077 ____________________________________________________________________________
26078 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
26079         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
26080              From: Jeff Pinyan <jeffp@crusoe.net>
26081              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
26082              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
26083      Branch: perl
26084            ! pod/perlfaq6.pod
26085 ____________________________________________________________________________
26086 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
26087         Log: Mention Time::localtime and Time::gmtime.
26088      Branch: perl
26089            ! ext/Time/Piece/Piece.pm
26090 ____________________________________________________________________________
26091 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
26092         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
26093              From: Michael G Schwern <schwern@pobox.com>
26094              Date: Tue, 29 May 2001 18:51:32 +0100
26095              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
26096      Branch: perl
26097            ! pod/perlfaq4.pod
26098 ____________________________________________________________________________
26099 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
26100         Log: Retract #10243.
26101      Branch: perl
26102            ! lib/autouse.pm
26103 ____________________________________________________________________________
26104 [ 10299] By: nick                                  on 2001/05/29  18:41:19
26105         Log: Post weekend integrate mainline (fails one test pragma/autouse).
26106      Branch: perlio
26107           +> (branch 29 files)
26108           !> (integrate 91 files)
26109 ____________________________________________________________________________
26110 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
26111         Log: Update Changes.
26112      Branch: perl
26113            ! Changes patchlevel.h
26114 ____________________________________________________________________________
26115 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
26116         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
26117              before Perl_load_module/Perl_call_method and restore the value
26118              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
26119      Branch: perl
26120            ! utf8.c
26121 ____________________________________________________________________________
26122 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
26123         Log: Subject: Re: AIX and gcc (moving targets)
26124              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26125              Date: Tue, 29 May 2001 17:59:40 +0200
26126              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
26127      Branch: perl
26128            ! ext/Storable/Makefile.PL
26129 ____________________________________________________________________________
26130 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
26131         Log: Subject: Re: AIX and gcc (moving targets)
26132              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26133              Date: Tue, 29 May 2001 12:32:57 +0200
26134              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
26135      Branch: perl
26136            ! ext/POSIX/Makefile.PL
26137 ____________________________________________________________________________
26138 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
26139         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
26140              From: Michael G Schwern <schwern@pobox.com>
26141              Date: Tue, 29 May 2001 09:53:29 +0100
26142              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
26143              
26144              (#10280 retracted)
26145      Branch: perl
26146            ! lib/Test/Harness.pm t/lib/test-harness.t
26147 ____________________________________________________________________________
26148 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
26149         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
26150              From: Michael G Schwern <schwern@pobox.com>
26151              Date: Tue, 29 May 2001 09:19:52 +0100
26152              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
26153      Branch: perl
26154            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
26155            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
26156            + t/lib/Test/todo.t
26157            ! MANIFEST lib/Test.pm t/TEST
26158 ____________________________________________________________________________
26159 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
26160         Log: From: Michael G Schwern <schwern@pobox.com>
26161              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
26162              Date: Tue, 29 May 2001 08:26:09 +0100
26163              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
26164      Branch: perl
26165            ! t/TEST
26166 ____________________________________________________________________________
26167 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
26168         Log: Add tests for Time::gmtime and Time::localtime.
26169      Branch: perl
26170            + t/lib/time-gmtime.t t/lib/time-localtime.t
26171            ! MANIFEST t/lib/1_compile.t
26172 ____________________________________________________________________________
26173 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
26174         Log: Add test for File::stat.
26175      Branch: perl
26176            + t/lib/filestat.t
26177            ! MANIFEST t/lib/1_compile.t
26178 ____________________________________________________________________________
26179 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
26180         Log: Add test for Net::servent.
26181      Branch: perl
26182            + t/lib/net-sent.t
26183            ! MANIFEST t/lib/1_compile.t
26184 ____________________________________________________________________________
26185 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
26186         Log: Add test for Net::protoent.
26187      Branch: perl
26188            + t/lib/net-pent.t
26189            ! MANIFEST t/lib/1_compile.t
26190 ____________________________________________________________________________
26191 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
26192         Log: Add test for Net::netent.
26193      Branch: perl
26194            + t/lib/net-nent.t
26195            ! MANIFEST t/lib/1_compile.t
26196 ____________________________________________________________________________
26197 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
26198         Log: Add test for User::grent.  Portability doubtful.
26199      Branch: perl
26200            + t/lib/user-grent.t
26201            ! MANIFEST t/lib/1_compile.t
26202 ____________________________________________________________________________
26203 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
26204         Log: Add test for User::pwent.
26205              Probably will fall down somewhere for portability reasons.
26206      Branch: perl
26207            + t/lib/user-pwent.t
26208            ! MANIFEST t/lib/1_compile.t
26209 ____________________________________________________________________________
26210 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
26211         Log: Metaconfig units changes for #10283.
26212      Branch: metaconfig
26213            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
26214            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
26215            ! U/installdirs/sitescript.U U/modified/Signal.U
26216 ____________________________________________________________________________
26217 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
26218         Log: Subject: [PATCH 5.6.1] signal names in Configure
26219              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26220              Date: Tue, 29 May 2001 03:52:25 -0400
26221              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
26222              
26223              Subject: [PATCH 5.6.1] older perl in Configure
26224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26225              Date: Tue, 29 May 2001 03:55:40 -0400
26226              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
26227              
26228              Subject: [PATCH 5.6.1] goofs in Configure
26229              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26230              Date: Tue, 29 May 2001 04:13:07 -0400
26231              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
26232              
26233              Configure portability tweaks.
26234      Branch: perl
26235            ! Configure
26236 ____________________________________________________________________________
26237 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
26238         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
26239              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26240              Date: Tue, 29 May 2001 04:07:06 -0400
26241              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
26242      Branch: perl
26243            ! os2/os2.c
26244 ____________________________________________________________________________
26245 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
26246         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
26247              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26248              Date: Tue, 29 May 2001 04:01:38 -0400
26249              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
26250      Branch: perl
26251            ! hints/os2.sh os2/Makefile.SHs
26252 ____________________________________________________________________________
26253 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
26254         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
26255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
26256              Date: Tue, 29 May 2001 03:50:18 -0400
26257              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
26258      Branch: perl
26259            ! lib/Test/Harness.pm
26260 ____________________________________________________________________________
26261 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
26262         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
26263      Branch: perl
26264            ! lib/utf8_heavy.pl
26265 ____________________________________________________________________________
26266 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
26267         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
26268              From: Hugo <hv@crypt.compulink.co.uk>
26269              Date: Tue, 29 May 2001 03:03:45 +0100
26270              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
26271              
26272              Explanation why the $@ always gets the UTF8 flag when under use utf8--
26273              because we told it to have the flag when under use utf8.
26274      Branch: perl
26275            ! pp_ctl.c
26276 ____________________________________________________________________________
26277 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
26278         Log: At least a partial fix for 20010528.004.
26279      Branch: perl
26280            ! lib/utf8_heavy.pl
26281 ____________________________________________________________________________
26282 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
26283         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
26284              From: Nicholas Clark <nick@ccl4.org> 
26285              Date: Mon, 28 May 2001 23:39:38 +0100
26286              Message-ID: <20010528233938.M86445@plum.flirble.org>
26287              
26288              More portable non-zero UV.
26289      Branch: perl
26290            ! t/lib/extutils.t
26291 ____________________________________________________________________________
26292 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
26293         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
26294              From: Nicholas Clark <nick@ccl4.org>
26295              Date: Mon, 28 May 2001 22:46:09 +0100
26296              Message-ID: <20010528224608.L86445@plum.flirble.org>
26297              
26298              Test also "make clean".
26299      Branch: perl
26300            ! t/lib/extutils.t
26301 ____________________________________________________________________________
26302 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
26303         Log: Subject: Re: Would -Wno-unused -Wall be better?
26304              From: Michael G Schwern <schwern@pobox.com>
26305              Date: Tue, 29 May 2001 00:55:54 +0100
26306              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
26307      Branch: perl
26308            ! pp.h
26309 ____________________________________________________________________________
26310 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
26311         Log: Add a test for 20010528.007, fixed in #10272.
26312      Branch: perl
26313            ! t/op/misc.t toke.c
26314 ____________________________________________________________________________
26315 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
26316         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
26317              From: Hugo <hv@crypt.compulink.co.uk>
26318              Date: Tue, 29 May 2001 00:23:23 +0100
26319              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
26320      Branch: perl
26321            ! toke.c
26322 ____________________________________________________________________________
26323 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
26324         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
26325              From: Michael G Schwern <schwern@pobox.com>
26326              Date: Tue, 29 May 2001 00:42:59 +0100
26327              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
26328      Branch: perl
26329            ! t/pragma/autouse.t
26330 ____________________________________________________________________________
26331 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
26332         Log: Some shells seemingly arrange the signal handlers differently
26333              (bug id 20010521.004).
26334      Branch: perl
26335            ! t/lib/sigaction.t
26336 ____________________________________________________________________________
26337 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
26338         Log: Regen perlmodlib.
26339      Branch: perl
26340            ! pod/perlmodlib.pod
26341 ____________________________________________________________________________
26342 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
26343         Log: Update Changes.
26344      Branch: perl
26345            ! Changes patchlevel.h
26346 ____________________________________________________________________________
26347 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
26348         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
26349              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26350              Date: Mon, 28 May 2001 14:56:35 -0500
26351              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
26352      Branch: perl
26353            ! pod/perlnewmod.pod
26354 ____________________________________________________________________________
26355 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
26356         Log: Regen toc.
26357      Branch: perl
26358            ! pod/perltoc.pod
26359 ____________________________________________________________________________
26360 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
26361         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
26362              From: "Richard Soderberg" <rs@crystalflame.net>
26363              Date: Mon, 28 May 2001 12:31:23 -0700
26364              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
26365      Branch: perl
26366            ! t/op/splice.t
26367 ____________________________________________________________________________
26368 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
26369         Log: The #10260 was too bold: locales and utf8 still do not mix.
26370      Branch: perl
26371            ! t/pragma/locale.t
26372 ____________________________________________________________________________
26373 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
26374         Log: Subject: [PATCH] Pod nitpicks
26375              From: "Richard Soderberg" <rs@crystalflame.net>
26376              Date: Mon, 28 May 2001 10:08:58 -0700
26377              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
26378      Branch: perl
26379            ! pod/perl571delta.pod pod/perlapi.pod sv.h
26380 ____________________________________________________________________________
26381 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
26382         Log: Upgrade to I18N::LangTags 0.22.
26383      Branch: perl
26384            + lib/I18N/LangTags/List.pod
26385            ! MANIFEST lib/I18N/LangTags.pm
26386 ____________________________________________________________________________
26387 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
26388         Log: A slightly more serious bug found by -Mutf8; op/misc and
26389              lib/complex dumped core.
26390      Branch: perl
26391            ! regexec.c
26392 ____________________________________________________________________________
26393 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
26394         Log: Various buglets shaken out by -Mutf8.
26395      Branch: perl
26396            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
26397            ! t/pragma/locale.t
26398 ____________________________________________________________________________
26399 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
26400         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
26401      Branch: perl
26402            ! t/lib/carp.t
26403 ____________________________________________________________________________
26404 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
26405         Log: Subject: [PATCH] todo patch
26406              From: Artur Bergman <artur@contiller.se> 
26407              Date: Mon, 28 May 2001 17:03:51 +0200
26408              Message-ID: <B7383577.F34%artur@contiller.se>
26409      Branch: perl
26410            ! pod/perltodo.pod
26411 ____________________________________________________________________________
26412 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
26413         Log: Subject: typo in perlguts.pod
26414              From: "John P. Linderman" <jpl@research.att.com>
26415              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
26416              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
26417      Branch: perl
26418            ! pod/perlguts.pod
26419 ____________________________________________________________________________
26420 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
26421         Log: Subject: AIX and gcc (moving targets)
26422              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26423              Date: Mon, 28 May 2001 12:54:04 +0200
26424              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
26425      Branch: perl
26426            ! hints/aix.sh
26427 ____________________________________________________________________________
26428 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
26429         Log: Subject: Re: perlio + multiple perl_alloc..destruct
26430              From: Doug MacEachern <dougm@covalent.net>
26431              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
26432              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
26433      Branch: perl
26434            ! perlio.c
26435 ____________________________________________________________________________
26436 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
26437         Log: The #10251 wasn't quite up-to-the-code.
26438      Branch: perl
26439            ! t/op/misc.t
26440 ____________________________________________________________________________
26441 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
26442         Log: Test case for bug 20010526.004, fixed in #10252.
26443      Branch: perl
26444            ! t/op/taint.t
26445 ____________________________________________________________________________
26446 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
26447         Log: Subject: Re: [ID 20010526.004] Taint looses value
26448              From: Hugo <hv@crypt.compulink.co.uk>
26449              Date: Sun, 27 May 2001 20:39:32 +0100
26450              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
26451      Branch: perl
26452            ! sv.c
26453 ____________________________________________________________________________
26454 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
26455         Log: Test case for 20010422.005, fixed by #10250.
26456      Branch: perl
26457            ! t/op/misc.t
26458 ____________________________________________________________________________
26459 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
26460         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
26461              From: Spider Boardman <spider@Orb.Nashua.NH.US>
26462              Date: Mon, 28 May 2001 06:39:12 -0400
26463              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
26464      Branch: perl
26465            ! toke.c
26466 ____________________________________________________________________________
26467 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
26468         Log: Linerewrapping.
26469      Branch: perl
26470            ! lib/open.pm
26471 ____________________________________________________________________________
26472 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
26473         Log: Updates on the modules list.
26474      Branch: perl
26475            ! t/lib/1_compile.t
26476 ____________________________________________________________________________
26477 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
26478         Log: Add a test for PerlIO.
26479              
26480              (I probably got the crlf/raw thing wrong for clrfy platforms...)
26481      Branch: perl
26482            + t/lib/perlio.t
26483            ! MANIFEST lib/PerlIO.pm
26484 ____________________________________________________________________________
26485 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
26486         Log: Add a test for carp et alia.
26487      Branch: perl
26488            + t/lib/carp.t
26489            ! MANIFEST
26490 ____________________________________________________________________________
26491 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
26492         Log: Adding the new test would be swell.
26493      Branch: perl
26494            + t/pragma/autouse.t
26495 ____________________________________________________________________________
26496 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
26497         Log: Add a test for the autouse pragma.
26498      Branch: perl
26499            ! MANIFEST
26500 ____________________________________________________________________________
26501 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
26502         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
26503              From: dLux <dlux@spam.sch.bme.hu>
26504              Date: Sun, 27 May 2001 16:14:26 +0200
26505              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
26506      Branch: perl
26507            ! lib/autouse.pm
26508 ____________________________________________________________________________
26509 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
26510         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
26511              From: "Richard Soderberg" <rs@crystalflame.net>
26512              Date: Mon, 28 May 2001 03:56:36 -0700
26513              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
26514      Branch: perl
26515            ! utils/dprofpp.PL
26516 ____________________________________________________________________________
26517 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
26518         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
26519              From: "Stephen P. Potter" <spp@spotter.yi.org>
26520              Date: Tue, 22 May 2001 11:40:25 -0400
26521              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
26522              
26523              Subject: Re: [ID 20010522.003] Time::Local module bug
26524              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
26525              Date: Tue, 22 May 2001 11:50:19 -0400
26526              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
26527      Branch: perl
26528            ! lib/Time/Local.pm
26529 ____________________________________________________________________________
26530 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
26531         Log: The PERL_DL_NONLAZY can have whitespace in front.
26532      Branch: perl
26533            ! t/lib/extutils.t
26534 ____________________________________________________________________________
26535 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
26536         Log: Document strftime() and strptime().
26537      Branch: perl
26538            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
26539 ____________________________________________________________________________
26540 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
26541         Log: Make Time::Piece::strptime() to be a function, not a method.
26542      Branch: perl
26543            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26544 ____________________________________________________________________________
26545 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
26546         Log: Tweak the test to be more portable.
26547      Branch: perl
26548            ! t/lib/extutils.t
26549 ____________________________________________________________________________
26550 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
26551         Log: Subject: PATCH: Re: Re: Attributes that tie
26552              From: Leon Brocard <acme@astray.com>
26553              Date: Sun, 27 May 2001 12:37:29 +0100
26554              Message-ID: <20010527123729.A22663@ns0.astray.com>
26555              
26556              Document that variable attributes are not currently usable
26557              for tieing.  (An ugly limitation that should be fixed.)
26558      Branch: perl
26559            ! lib/attributes.pm
26560 ____________________________________________________________________________
26561 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
26562         Log: Microperl tweaks.
26563      Branch: perl
26564            ! Makefile.micro uconfig.h uconfig.sh
26565 ____________________________________________________________________________
26566 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
26567         Log: Add make target for microperl (kind of silly, but convenient).
26568      Branch: perl
26569            ! Makefile.SH
26570 ____________________________________________________________________________
26571 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
26572         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
26573              for microperl.)
26574      Branch: perl
26575            ! doio.c
26576 ____________________________________________________________________________
26577 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
26578         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
26579              From: rspier@pobox.com (Robert Spier)
26580              Date: Sat, 26 May 2001 20:05:23 -0400
26581              Message-ID: <15120.17603.148648.12430@rls.cx>
26582              
26583              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
26584              From: rspier@pobox.com (Robert Spier)
26585              Date: Sun, 27 May 2001 00:23:12 -0400
26586              Message-ID: <15120.33072.511966.767230@rls.cx>
26587      Branch: perl
26588            ! doio.c pod/perlfunc.pod
26589 ____________________________________________________________________________
26590 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
26591         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
26592      Branch: perl
26593            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
26594 ____________________________________________________________________________
26595 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
26596         Log: Add README.tru64.
26597      Branch: perl
26598            + README.tru64
26599 ____________________________________________________________________________
26600 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
26601         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
26602      Branch: perl
26603            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
26604            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
26605            ! MANIFEST
26606 ____________________________________________________________________________
26607 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
26608         Log: Integrate I18N::LangTags from Sean Burke.
26609              
26610              TODO: the language list from RFC 3066 needs to be integrated
26611              and made available somehow.  The list is included in the
26612              I18N-LangTags 0.21 distribution, but it is undocumented
26613              and unconnected to the module.
26614      Branch: perl
26615            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
26616            ! MANIFEST
26617 ____________________________________________________________________________
26618 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
26619         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
26620              envisioned by Sarathy.
26621      Branch: perl
26622            ! t/op/ver.t toke.c
26623 ____________________________________________________________________________
26624 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
26625         Log: Subject: [ID 20010525.001] Pod typo nits fixed
26626              From: lvirden@cas.org
26627              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
26628              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
26629              
26630              minus the perlsolaris decimation plus the
26631              
26632              Subject: Re: [ID 20010525.001] Pod typo nits fixed
26633              From: "Philip Newton" <Philip.Newton@gmx.net>
26634              Date: Fri, 25 May 2001 18:05:55 +0200
26635              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
26636      Branch: perl
26637            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
26638            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
26639            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
26640            ! pod/perlutil.pod pod/perlxstut.pod
26641 ____________________________________________________________________________
26642 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
26643         Log: return clauses are nice.
26644      Branch: perl
26645            ! sv.c
26646 ____________________________________________________________________________
26647 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
26648         Log: Subject: change 10199 backwards?
26649              From: Doug MacEachern <dougm@covalent.net>
26650              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
26651              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
26652      Branch: perl
26653            ! sv.c
26654 ____________________________________________________________________________
26655 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
26656         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
26657              From: Hugo <hv@crypt.compulink.co.uk>
26658              Date: Sat, 26 May 2001 17:05:12 +0100
26659              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
26660      Branch: perl
26661            + t/op/gmagic.t
26662            ! MANIFEST doop.c embed.h embed.pl global.sym
26663            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
26664            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
26665 ____________________________________________________________________________
26666 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
26667         Log: Regen headers for #10221.
26668      Branch: perl
26669            ! global.sym objXSUB.h perlapi.c
26670 ____________________________________________________________________________
26671 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
26672         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
26673              From: Juha Laiho <juha.laiho@Elma.Net>
26674              Date: Thu, 3 May 2001 09:51:30 +0300
26675              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
26676      Branch: perl
26677            ! embed.pl
26678 ____________________________________________________________________________
26679 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
26680         Log: Subject: Re: [PATCH] Re: stability of sort()?
26681              From: "John P. Linderman" <jpl@research.att.com>
26682              Date: Sat, 26 May 2001 13:27:19 -0400
26683              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
26684      Branch: perl
26685            ! pod/perlfunc.pod
26686 ____________________________________________________________________________
26687 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
26688         Log: Integrate perlio.
26689      Branch: perl
26690           !> pod/perlguts.pod
26691 ____________________________________________________________________________
26692 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
26693         Log: Subject: [PATCH perl@10210] PerlIO for VMS
26694              From: "Craig A. Berry" <craigberry@mac.com>
26695              Date: Sat, 26 May 2001 09:34:11 -0500
26696              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
26697      Branch: perl
26698            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
26699            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
26700            ! vms/vmsish.h
26701 ____________________________________________________________________________
26702 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
26703         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
26704              From: David Dyck <dcd@tc.fluke.com>
26705              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
26706              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
26707      Branch: perl
26708            ! lib/perl5db.pl
26709 ____________________________________________________________________________
26710 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
26711         Log: Subject: utf8 regexp tests
26712              From: Hugo <hv@crypt.compulink.co.uk>
26713              Date: Fri, 25 May 2001 22:35:01 +0100
26714              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
26715      Branch: perl
26716            ! t/op/regexp.t
26717 ____________________________________________________________________________
26718 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
26719         Log: Subject: [PATCH] Re: stability of sort()?
26720              From: Nicholas Clark <nick@ccl4.org>
26721              Date: Fri, 25 May 2001 22:40:19 +0100
26722              Message-ID: <20010525224019.B86445@plum.flirble.org>
26723      Branch: perl
26724            ! pod/perlfunc.pod
26725 ____________________________________________________________________________
26726 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
26727         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
26728              From: John Peacock <jpeacock@rowman.com>
26729              Date: Thu, 24 May 2001 22:14:01 -0400
26730              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
26731      Branch: perl
26732            ! mg.c scope.c sv.c
26733 ____________________________________________________________________________
26734 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
26735         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
26736              From: Nicholas Clark <nick@ccl4.org>
26737              Date: Sun, 20 May 2001 19:24:13 +0100
26738              Message-ID: <20010520192413.G83222@plum.flirble.org>
26739      Branch: perl
26740            + lib/ExtUtils/Constant.pm t/lib/extutils.t
26741            ! MANIFEST utils/h2xs.PL
26742 ____________________________________________________________________________
26743 [ 10212] By: nick                                  on 2001/05/26  09:49:28
26744         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
26745              add a few more notes there on use of mortals on the stack.
26746      Branch: perlio
26747            ! pod/perlguts.pod
26748 ____________________________________________________________________________
26749 [ 10211] By: nick                                  on 2001/05/26  09:05:36
26750         Log: Integrate mainline
26751      Branch: perlio
26752           +> t/lib/fcntl.t t/pragma/vars.t
26753           !> (integrate 49 files)
26754 ____________________________________________________________________________
26755 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
26756         Log: Update Changes.
26757      Branch: perl
26758            ! Changes patchlevel.h
26759 ____________________________________________________________________________
26760 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
26761         Log: Based on
26762              
26763              Subject: [PATCH pp.c] Wrapping pack("C",256)
26764              From: Simon Cozens <simon@netthink.co.uk>
26765              Date: Sat, 12 May 2001 17:58:41 +0100
26766              Message-ID: <20010512175841.A6132@netthink.co.uk>
26767      Branch: perl
26768            ! pod/perldiag.pod pp.c t/pragma/warn/pp
26769 ____________________________________________________________________________
26770 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
26771         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
26772              From: "Brendan O'Dea" <bod@compusol.com.au>
26773              Date: Fri, 25 May 2001 11:18:29 +1000
26774              Message-ID: <20010525111829.A28411@compusol.com.au>
26775              
26776              (Slightly modified.)
26777      Branch: perl
26778            ! lib/Term/Cap.pm
26779 ____________________________________________________________________________
26780 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
26781         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
26782              From: Hugo <hv@crypt.compulink.co.uk>
26783              Date: Fri, 25 May 2001 02:13:25 +0100
26784              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
26785      Branch: perl
26786            ! t/op/misc.t
26787 ____________________________________________________________________________
26788 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
26789         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
26790              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
26791              Date: Fri, 25 May 2001 10:25:36 +0900
26792              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
26793      Branch: perl
26794            ! regcomp.c regexec.c
26795 ____________________________________________________________________________
26796 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
26797         Log: Subject: [PATCH #2] stash autovivification and method call error messages
26798              From: Ilmari Karonen <iltzu@sci.fi>
26799              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
26800              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
26801      Branch: perl
26802            ! gv.c pp_hot.c t/op/method.t
26803 ____________________________________________________________________________
26804 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
26805         Log: Add make target and documentation for gprof profiling.
26806      Branch: perl
26807            ! Makefile.SH pod/perlhack.pod
26808 ____________________________________________________________________________
26809 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
26810         Log: Subject: Don't think about UTF8 
26811              From: Mike Guy <mjtg@cam.ac.uk> 
26812              Date: Tue, 22 May 2001 14:35:39 +0100
26813              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
26814      Branch: perl
26815            ! sv.h
26816 ____________________________________________________________________________
26817 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
26818         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
26819              From: Geraint A Edwards <gedge@serf.org> 
26820              Date: Thu, 24 May 2001 22:51:24 +0100
26821              Message-Id: <20010524225124.A34981@cymru.serf.org>
26822      Branch: perl
26823            ! x2p/find2perl.PL
26824 ____________________________________________________________________________
26825 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
26826         Log: DB_File has its own attribute story.
26827      Branch: perl
26828            ! ext/DB_File/DB_File.xs
26829 ____________________________________________________________________________
26830 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
26831         Log: Subject: Re: Making perl with -Wall
26832              From: Andy Dougherty <doughera@lafayette.edu>
26833              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
26834              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
26835      Branch: perl
26836            ! perl.h
26837 ____________________________________________________________________________
26838 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
26839         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
26840              From: "Richard Soderberg" <rs@crystalflame.net>
26841              Date: Thu, 24 May 2001 08:58:16 -0700
26842              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
26843      Branch: perl
26844            ! sv.c
26845 ____________________________________________________________________________
26846 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
26847         Log: IV/UV casting fixes from Nicholas Clark.
26848      Branch: perl
26849            ! perl.h pp_sys.c util.c
26850 ____________________________________________________________________________
26851 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
26852         Log: Subject: Re: Making perl with -Wall
26853              From: Michael G Schwern <schwern@pobox.com>
26854              Date: Thu, 24 May 2001 15:40:28 +0100
26855              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
26856      Branch: perl
26857            ! malloc.c perl.h
26858 ____________________________________________________________________________
26859 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
26860         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
26861              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26862              Date: Tue, 22 May 2001 11:49:37 +0200
26863              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
26864      Branch: metaconfig
26865            ! U/modified/Oldsym.U
26866      Branch: metaconfig/U/perl
26867            ! patchlevel.U
26868      Branch: perl
26869            ! Configure config_h.SH myconfig.SH
26870 ____________________________________________________________________________
26871 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
26872         Log: Under versiononly install also the scripts with the version suffix.
26873              (e.g. .../bin/h2xs5.7.1)
26874      Branch: perl
26875            ! installperl
26876 ____________________________________________________________________________
26877 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
26878         Log: Subject: [PATCH] Stop segfault in mg.c:636
26879              From: "Richard Soderberg" <rs@crystalflame.net>
26880              Date: Thu, 24 May 2001 05:51:52 -0700
26881              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
26882      Branch: perl
26883            ! mg.c
26884 ____________________________________________________________________________
26885 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
26886         Log: Iteration continues; hopefully convergently.
26887      Branch: perl
26888            ! t/lib/b-stash.t
26889 ____________________________________________________________________________
26890 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
26891         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
26892              From: Gisle Aas <gisle@ActiveState.com>
26893              Date: 23 May 2001 16:13:10 -0700
26894              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
26895      Branch: perl
26896            ! op.c toke.c
26897 ____________________________________________________________________________
26898 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
26899         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
26900              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26901              Date: Thu, 24 May 2001 05:05:22 -0500
26902              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
26903      Branch: perl
26904            ! lib/dumpvar.pl lib/perl5db.pl
26905 ____________________________________________________________________________
26906 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
26907         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
26908              From: David Dyck <dcd@tc.fluke.com>
26909              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
26910              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
26911      Branch: perl
26912            ! lib/perl5db.pl
26913 ____________________________________________________________________________
26914 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
26915         Log: Tiny pod nits on READMEs, mostly whitespace issues.
26916      Branch: perl
26917            ! README.amiga README.dos README.macos README.mpeix README.vmesa
26918            ! README.win32
26919 ____________________________________________________________________________
26920 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
26921         Log: The DG/UX part of the 20010521.005.
26922      Branch: perl
26923            ! README.dgux
26924 ____________________________________________________________________________
26925 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
26926         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
26927              From: Hugo <hv@crypt.compulink.co.uk>
26928              Date: Mon, 21 May 2001 16:32:02 +0100
26929              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
26930      Branch: perl
26931            ! regcomp.c t/op/misc.t
26932 ____________________________________________________________________________
26933 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
26934         Log: Subject: [PATCH] Extra UNIVERSAL tests
26935              From: Mike Guy <mjtg@cam.ac.uk>
26936              Date: Wed, 23 May 2001 12:29:20 +0100
26937              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
26938      Branch: perl
26939            ! t/op/universal.t
26940 ____________________________________________________________________________
26941 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
26942         Log: Subject: [PATCH] Remove EQ keyword
26943              From: Mike Guy <mjtg@cam.ac.uk>
26944              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
26945              Date: Wed, 23 May 2001 11:17:29 +0100
26946      Branch: perl
26947            ! keywords.h keywords.pl
26948 ____________________________________________________________________________
26949 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
26950         Log: Subject: [PATCH] lib/perl5db.pl
26951              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26952              Date: Wed, 23 May 2001 02:18:03 -0500
26953              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
26954      Branch: perl
26955            ! lib/perl5db.pl
26956 ____________________________________________________________________________
26957 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
26958         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
26959              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
26960              Date: Tue, 22 May 2001 23:34:41 -0500
26961              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
26962      Branch: perl
26963            ! lib/Term/Cap.pm
26964 ____________________________________________________________________________
26965 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
26966         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
26967              From: davem@fdgroup.co.uk
26968              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
26969              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
26970      Branch: perl
26971            ! emacs/e2ctags.pl
26972 ____________________________________________________________________________
26973 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
26974         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
26975              From: Michael G Schwern <schwern@pobox.com>
26976              Date: Tue, 22 May 2001 14:15:09 +0100
26977              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
26978      Branch: perl
26979            ! lib/vars.pm
26980 ____________________________________________________________________________
26981 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
26982         Log: Subject: [PATCH lib/vars.pm] Odd code nit
26983              From: Michael G Schwern <schwern@pobox.com>
26984              Date: Tue, 22 May 2001 14:14:28 +0100
26985              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
26986      Branch: perl
26987            ! lib/vars.pm
26988 ____________________________________________________________________________
26989 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
26990         Log: Use the new use vars feature.
26991      Branch: perl
26992            ! t/lib/b-stash.t
26993 ____________________________________________________________________________
26994 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
26995         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
26996              From: Mike Guy <mjtg@cam.ac.uk>
26997              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
26998              Date: Tue, 22 May 2001 13:11:39 +0100
26999      Branch: perl
27000            + t/pragma/vars.t
27001            ! MANIFEST lib/vars.pm t/lib/1_compile.t
27002 ____________________________________________________________________________
27003 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
27004         Log: -qlongdouble considered harmful by Merijn.
27005      Branch: perl
27006            ! hints/aix.sh
27007 ____________________________________________________________________________
27008 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
27009         Log: Update Changes.
27010      Branch: perl
27011            ! Changes patchlevel.h
27012 ____________________________________________________________________________
27013 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
27014         Log: Add a test of its very own for Fcntl.  Hopefully portable.
27015      Branch: perl
27016            + t/lib/fcntl.t
27017            ! MANIFEST
27018 ____________________________________________________________________________
27019 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
27020         Log: Must be trickier for 'minitest' not to die.
27021      Branch: perl
27022            ! t/op/taint.t
27023 ____________________________________________________________________________
27024 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
27025         Log: Can't declare other people's variables.
27026      Branch: perl
27027            ! t/lib/b-stash.t
27028 ____________________________________________________________________________
27029 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
27030         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
27031      Branch: perl
27032            ! doio.c t/op/taint.t
27033 ____________________________________________________________________________
27034 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
27035         Log: The OS/2 variable needs to be declared.
27036      Branch: perl
27037            ! t/lib/b-stash.t
27038 ____________________________________________________________________________
27039 [ 10170] By: nick                                  on 2001/05/20  16:48:29
27040         Log: Integrate mainline
27041      Branch: perlio
27042           !> (integrate 41 files)
27043 ____________________________________________________________________________
27044 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
27045         Log: Small perlsec updates: clarify the taintedness of filename
27046              globbing; suggest using Scalar::Util::tainted().
27047      Branch: perl
27048            ! pod/perlsec.pod
27049 ____________________________________________________________________________
27050 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
27051         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
27052              From: Dave Mitchell <davem@fdgroup.co.uk>
27053              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
27054              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
27055      Branch: perl
27056            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
27057            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
27058            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
27059            ! xsutils.c
27060 ____________________________________________________________________________
27061 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
27062         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
27063              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27064              Date: Sat, 19 May 2001 04:08:46 -0400
27065              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
27066      Branch: perl
27067            ! lib/ExtUtils/Mksymlists.pm makedef.pl
27068 ____________________________________________________________________________
27069 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
27070         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
27071              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27072              Date: Sat, 19 May 2001 04:30:45 -0400
27073              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
27074      Branch: perl
27075            ! os2/os2.c
27076 ____________________________________________________________________________
27077 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
27078         Log: Subject: [PATCH 5.6.1] build bugs OS/2
27079              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27080              Date: Sat, 19 May 2001 04:35:28 -0400
27081              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
27082      Branch: perl
27083            ! os2/Makefile.SHs os2/os2.c
27084 ____________________________________________________________________________
27085 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
27086         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
27087              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27088              Date: Sat, 19 May 2001 04:04:23 -0400
27089              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
27090              
27091              (In bleadperl patched b-stash.t instead of b.t)
27092      Branch: perl
27093            ! t/lib/b-stash.t t/lib/bigfltpm.t
27094 ____________________________________________________________________________
27095 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
27096         Log: Subject: [PATCH 5.6.1] perl5db
27097              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
27098              Date: Sat, 19 May 2001 03:49:09 -0400
27099              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
27100      Branch: perl
27101            ! lib/perl5db.pl
27102 ____________________________________________________________________________
27103 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
27104         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
27105              From: Gisle Aas <gisle@ActiveState.com>
27106              Date: 18 May 2001 14:24:51 -0700
27107              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
27108      Branch: perl
27109            ! pp_ctl.c
27110 ____________________________________________________________________________
27111 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
27112         Log: Subject: [PATCH] Chomp should not always stringify
27113              From: Gisle Aas <gisle@ActiveState.com>
27114              Date: 18 May 2001 07:55:25 -0700
27115              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
27116      Branch: perl
27117            ! doop.c t/op/chop.t
27118 ____________________________________________________________________________
27119 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
27120         Log: Integrate perlio.
27121      Branch: perl
27122           !> pod/perlfunc.pod
27123 ____________________________________________________________________________
27124 [ 10159] By: nick                                  on 2001/05/20  09:39:46
27125         Log: Document some more of open's features.
27126      Branch: perlio
27127            ! pod/perlfunc.pod
27128 ____________________________________________________________________________
27129 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
27130         Log: back out change#10153 (it has compatibility issues such as the
27131              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
27132              benefit for 5.6.x doesn't seem worth the risk)
27133      Branch: maint-5.6/perl
27134            ! toke.c
27135 ____________________________________________________________________________
27136 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
27137         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
27138      Branch: perl
27139            ! x2p/s2p.PL
27140 ____________________________________________________________________________
27141 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
27142         Log: Update Changes.
27143      Branch: perl
27144            ! Changes patchlevel.h
27145 ____________________________________________________________________________
27146 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
27147         Log: Integrate change #10144 from maintperl.
27148              
27149              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
27150      Branch: perl
27151           !> win32/config.bc win32/config.gc win32/config.vc
27152           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27153 ____________________________________________________________________________
27154 [ 10154] By: nick                                  on 2001/05/18  07:23:03
27155         Log: Integrate mainline.
27156      Branch: perlio
27157           +> README.dgux t/lib/i18n-collate.t utils.lst
27158           !> (integrate 49 files)
27159 ____________________________________________________________________________
27160 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
27161         Log: Integrate change #7224 from mainline into maintperl.
27162              
27163              Allow @+ and @- to be doublequoted, from Simon Cozens. 
27164              (Approved by Larry, see Tom's comment in 20000830.005.)
27165      Branch: maint-5.6/perl
27166           !> toke.c
27167 ____________________________________________________________________________
27168 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
27169         Log: Subject: [PATCH bleadperl] small lookbehind fix
27170              From: Hugo <hv@crypt.compulink.co.uk>
27171              Date: Fri, 18 May 2001 00:07:19 +0100
27172              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
27173      Branch: perl
27174            ! regexec.c
27175 ____________________________________________________________________________
27176 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
27177         Log: Detypos.
27178      Branch: perl
27179            ! installman utils.lst
27180 ____________________________________________________________________________
27181 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
27182         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
27183              in 20001222.001.
27184      Branch: perl
27185            ! t/lib/glob-basic.t
27186 ____________________________________________________________________________
27187 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
27188         Log: Subject: [PATCH] Test for bug 20010515.004
27189              From: Benjamin Sugars <bsugars@canoe.ca>
27190              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
27191              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
27192      Branch: perl
27193            ! t/op/misc.t
27194 ____________________________________________________________________________
27195 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
27196         Log: Integrate #10145 from maintperl.
27197              
27198              fix for ID 20010515.004 (needs test)
27199      Branch: perl
27200           !> pp_hot.c
27201 ____________________________________________________________________________
27202 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
27203         Log: Thinko noticed by Doug MacEachern.
27204      Branch: perl
27205            ! thread.h
27206 ____________________________________________________________________________
27207 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
27208         Log: Subject: Re: [PATCH] HERE mark in regex
27209              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27210              Date: Thu, 17 May 2001 12:20:33 -0400
27211              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
27212      Branch: perl
27213            ! t/op/re_tests
27214 ____________________________________________________________________________
27215 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
27216         Log: fix for ID 20010515.004 (needs test)
27217      Branch: maint-5.6/perl
27218            ! pp_hot.c
27219 ____________________________________________________________________________
27220 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
27221         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
27222      Branch: maint-5.6/perl
27223            ! win32/config.bc win32/config.gc win32/config.vc
27224            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27225 ____________________________________________________________________________
27226 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
27227         Log: Macrofy the getspecific (and use it also in util.c)
27228      Branch: perl
27229            ! thread.h util.c
27230 ____________________________________________________________________________
27231 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
27232         Log: Use the unchecked thread-specific key fetch also in Tru64.
27233      Branch: perl
27234            ! thread.h
27235 ____________________________________________________________________________
27236 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
27237         Log: Subject: [PATCH 5.6.1]Quick thread speedup
27238              From: Dan Sugalski <dan@sidhe.org> 
27239              Date: Wed, 16 May 2001 18:05:19 -0400
27240              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
27241      Branch: perl
27242            ! thread.h util.c
27243 ____________________________________________________________________________
27244 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
27245         Log: I think this is quite enough testing for a deprecated feature.
27246      Branch: perl
27247            + t/lib/i18n-collate.t
27248            ! MANIFEST t/lib/1_compile.t
27249 ____________________________________________________________________________
27250 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
27251         Log: More HP-UX lore from Jeff Okamoto.
27252      Branch: perl
27253            ! README.hpux
27254 ____________________________________________________________________________
27255 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
27256         Log: Sort utils.lst for easier maintenance.
27257      Branch: perl
27258            ! utils.lst
27259 ____________________________________________________________________________
27260 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
27261         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
27262              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27263              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
27264              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
27265              
27266              Add pod2latex to utils.lst.
27267      Branch: perl
27268            ! MANIFEST utils.lst
27269 ____________________________________________________________________________
27270 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
27271         Log: Subject: Re: [PATCH] HERE mark in regex
27272              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27273              Date: Wed, 16 May 2001 13:04:43 -0400
27274              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
27275      Branch: perl
27276            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
27277            ! t/op/regmesg.t t/pragma/warn/regcomp
27278 ____________________________________________________________________________
27279 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
27280         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
27281              From: Simon Cozens <simon@netthink.co.uk>
27282              Date: Wed, 16 May 2001 18:02:08 +0100
27283              Message-ID: <20010516180208.A6458@netthink.co.uk>
27284      Branch: perl
27285            ! installman utils.lst
27286 ____________________________________________________________________________
27287 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
27288         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
27289              From: "Philip Newton" <pnewton@gmx.de>
27290              Date: Tue, 15 May 2001 15:09:30 +0200
27291              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
27292              
27293              Test case for #10128.
27294      Branch: perl
27295            ! t/pragma/warn/pp_hot
27296 ____________________________________________________________________________
27297 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
27298         Log: Update Changes.
27299      Branch: perl
27300            ! Changes patchlevel.h
27301 ____________________________________________________________________________
27302 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
27303         Log: Deprecate pseudo-hashes.
27304      Branch: perl
27305            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
27306 ____________________________________________________________________________
27307 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
27308         Log: HP-UX hints update from Merijn.
27309      Branch: perl
27310            ! hints/hpux.sh
27311 ____________________________________________________________________________
27312 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
27313         Log: README.hpux update from Merijn.
27314      Branch: perl
27315            ! README.hpux
27316 ____________________________________________________________________________
27317 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
27318         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
27319              From: Simon Cozens <simon@netthink.co.uk>
27320              Date: Wed, 16 May 2001 15:57:55 +0100
27321              Message-ID: <20010516155755.A4728@netthink.co.uk>
27322      Branch: perl
27323            + utils.lst
27324            ! MANIFEST installman installperl
27325 ____________________________________________________________________________
27326 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
27327         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
27328              From: "Philip Newton" <pnewton@gmx.de>
27329              Date: Tue, 15 May 2001 16:31:05 +0200
27330              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
27331              
27332              Fix PERL_Y2KWARN test to check before rather than after appending.
27333      Branch: perl
27334            ! pp_hot.c
27335 ____________________________________________________________________________
27336 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
27337         Log: Regen Porting stuff.
27338      Branch: perl
27339            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27340            ! config_h.SH
27341 ____________________________________________________________________________
27342 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
27343         Log: Metaconfig unit change for #10125.
27344      Branch: metaconfig
27345            ! U/modified/Oldconfig.U
27346 ____________________________________________________________________________
27347 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
27348         Log: Use OSVERS.
27349      Branch: perl
27350            ! Configure config_h.SH perl.c
27351 ____________________________________________________________________________
27352 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
27353         Log: Regen toc.
27354      Branch: perl
27355            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
27356 ____________________________________________________________________________
27357 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
27358         Log: Adding the README.dgux to the MANIFEST would be a good idea.
27359      Branch: perl
27360            ! MANIFEST
27361 ____________________________________________________________________________
27362 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
27363         Log: Move the stack desire definition to thread.h.
27364      Branch: perl
27365            ! ext/Thread/Thread.xs thread.h
27366 ____________________________________________________________________________
27367 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
27368         Log: DG-UX threading patches, including a README.dgux,
27369              from Takis Psarogiannakopoulos.
27370      Branch: perl
27371            + README.dgux
27372            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
27373 ____________________________________________________________________________
27374 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
27375         Log: Subject: [PATCH B::Deparse] More on /x regexes
27376              From: Robin Houston <robin@kitsite.com>
27377              Date: Tue, 15 May 2001 19:09:35 +0100
27378              Message-ID: <20010515190935.A27268@penderel>
27379      Branch: perl
27380            ! ext/B/B/Deparse.pm
27381 ____________________________________________________________________________
27382 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
27383         Log: Document that the core time() may be rounding rather
27384              than truncating, would have saved at least my confusion.
27385      Branch: perl
27386            ! ext/Time/HiRes/HiRes.pm
27387 ____________________________________________________________________________
27388 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
27389         Log: Subject: perl-current/t/time-hires.t
27390              From: John Peacock <jpeacock@rowman.com>
27391              Date: Fri, 11 May 2001 14:09:41 -0400
27392              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
27393      Branch: perl
27394            ! t/lib/time-hires.t
27395 ____________________________________________________________________________
27396 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
27397         Log: Subject: [PATCH dump.c] Op private flags
27398              From: Simon Cozens <simon@netthink.co.uk>
27399              Date: Sun, 13 May 2001 20:20:36 +0100
27400              Message-ID: <20010513202036.A21896@netthink.co.uk>
27401      Branch: perl
27402            ! dump.c
27403 ____________________________________________________________________________
27404 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
27405         Log: Upgrade to Switch 2.03.
27406      Branch: perl
27407            ! lib/Switch.pm
27408 ____________________________________________________________________________
27409 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
27410         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
27411              to PERL_CONFIG_SH and use it consistently.
27412      Branch: maint-5.6/perl
27413           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
27414           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
27415           !> myconfig.SH writemain.SH
27416 ____________________________________________________________________________
27417 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
27418         Log: Metaconfig units changes for #10113.
27419      Branch: metaconfig
27420            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
27421 ____________________________________________________________________________
27422 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
27423         Log: The problem described in 20010514.031 still wasn't
27424              fully cured, there were remnants of $CONFIG when
27425              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
27426              to avoid future conflicts.
27427      Branch: perl
27428            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
27429            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
27430            ! myconfig.SH writemain.SH
27431 ____________________________________________________________________________
27432 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
27433         Log: Half of #10107 got lost.
27434      Branch: perl
27435            ! ext/B/B/Deparse.pm
27436 ____________________________________________________________________________
27437 [ 10111] By: nick                                  on 2001/05/15  08:39:14
27438         Log: Integrate mainline.
27439      Branch: perlio
27440           +> ext/POSIX/hints/uts.pl
27441            - Todo Todo-5.6 t/camel-III/vstring.t
27442           !> (integrate 48 files)
27443 ____________________________________________________________________________
27444 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
27445         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
27446              From: Robin Houston <robin@kitsite.com>
27447              Date: Mon, 14 May 2001 22:27:08 +0100
27448              Message-ID: <20010514222708.A22963@penderel>
27449      Branch: perl
27450            ! t/TestInit.pm
27451 ____________________________________________________________________________
27452 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
27453         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
27454              From: Robin Houston <robin@kitsite.com>
27455              Date: Mon, 14 May 2001 22:16:43 +0100
27456              Message-ID: <20010514221643.A22437@penderel>
27457      Branch: perl
27458            ! ext/B/B/Deparse.pm
27459 ____________________________________________________________________________
27460 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
27461         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
27462              From: Robin Houston <robin@kitsite.com>
27463              Date: Mon, 14 May 2001 22:03:44 +0100
27464              Message-ID: <20010514220344.A20643@penderel>
27465      Branch: perl
27466            ! ext/B/B/Deparse.pm
27467 ____________________________________________________________________________
27468 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
27469         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
27470              From: Robin Houston <robin@kitsite.com>
27471              Date: Mon, 14 May 2001 22:10:07 +0100
27472              Message-ID: <20010514221007.A21118@penderel>
27473      Branch: perl
27474            ! ext/B/B/Deparse.pm
27475 ____________________________________________________________________________
27476 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
27477         Log: Fix for 20010514.037; substr() didn't invalidate the locale
27478              collation magic.
27479      Branch: perl
27480            ! pp.c
27481 ____________________________________________________________________________
27482 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
27483         Log: Update Changes.
27484      Branch: perl
27485            ! Changes patchlevel.h
27486 ____________________________________________________________________________
27487 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
27488         Log: Retract #10094.
27489      Branch: perl
27490            ! lib/Pod/Text.pm
27491 ____________________________________________________________________________
27492 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
27493         Log: Integrate change #10100 from maintperl.
27494              
27495              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
27496              bug ID 20010514.027)
27497      Branch: perl
27498           !> mg.c pp_ctl.c
27499 ____________________________________________________________________________
27500 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
27501         Log: Document the deprecatedness of suidperl.
27502      Branch: perl
27503            ! INSTALL pod/perlfaq1.pod
27504 ____________________________________________________________________________
27505 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
27506         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
27507              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
27508              Date: Mon, 14 May 2001 09:38:59 -0400
27509              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
27510      Branch: perl
27511            ! lib/ExtUtils/MM_Unix.pm
27512 ____________________________________________________________________________
27513 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
27514         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
27515              bug ID 20010514.027)
27516              
27517              TODO: this needs a testsuite addition
27518      Branch: maint-5.6/perl
27519            ! mg.c pp_ctl.c
27520 ____________________________________________________________________________
27521 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
27522         Log: More DWIMminess for Class::Struct: calling the array or hash
27523              accessors only with one argument, an array or a hash reference,
27524              sets the underlying array or hash.  This mirrors nicely also
27525              the usage in the constructor.
27526              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
27527      Branch: perl
27528            ! lib/Class/Struct.pm t/lib/class-struct.t
27529 ____________________________________________________________________________
27530 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
27531         Log: Reference cmp'ing should go through the whole stringification
27532              process shebang, as pointed out by Sarathy in #10091.
27533      Branch: perl
27534            ! pp.c
27535 ____________________________________________________________________________
27536 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
27537         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
27538              From: Simon Cozens <simon@netthink.co.uk>
27539              Date: Sat, 12 May 2001 16:36:27 +0100
27540              Message-ID: <20010512163627.A5522@netthink.co.uk>
27541              
27542              with some additions salvaged from Todo and Todo-5.6 before
27543              retiring them.
27544      Branch: perl
27545            - Todo Todo-5.6
27546            ! MANIFEST pod/perltodo.pod
27547 ____________________________________________________________________________
27548 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
27549         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
27550              From: "Golubev I. N." <gin@mo.msk.ru>
27551              Date: Mon, 07 May 2001 14:33:34 (GMT)
27552              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
27553      Branch: perl
27554            ! perl.h
27555 ____________________________________________________________________________
27556 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
27557         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
27558              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
27559              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
27560              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
27561      Branch: perl
27562            ! lib/ExtUtils/MM_Unix.pm
27563 ____________________________________________________________________________
27564 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
27565         Log: (Retracted by #10104.)
27566              
27567              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
27568              From: barries <barries@slaysys.com>
27569              Date: Sat, 12 May 2001 01:28:10 -0400
27570              Message-ID: <20010512012810.B26358@jester.slaysys.com>
27571      Branch: perl
27572            ! lib/Pod/Text.pm
27573 ____________________________________________________________________________
27574 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
27575         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
27576              From: Mike Guy <mjtg@cam.ac.uk>
27577              Date: Sat, 12 May 2001 19:24:33 +0100
27578              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
27579      Branch: perl
27580            ! lib/AutoSplit.pm
27581 ____________________________________________________________________________
27582 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
27583         Log: Yet another HP-UX hints tweak from Merijn.
27584      Branch: perl
27585            ! hints/hpux.sh
27586 ____________________________________________________________________________
27587 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
27588         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
27589              isn't defined (changes#9366,9368,9370 from mainline without the
27590              pp_scmp() change)
27591      Branch: maint-5.6/perl
27592            ! pp.c pp.h pp_hot.c
27593 ____________________________________________________________________________
27594 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
27595         Log: The sorting seems to happen now automatically.
27596      Branch: perl
27597            ! t/lib/glob-basic.t
27598 ____________________________________________________________________________
27599 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
27600         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
27601              From: Benjamin Sugars <bsugars@canoe.ca>
27602              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
27603              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
27604      Branch: perl
27605            ! pod/perlfunc.pod
27606 ____________________________________________________________________________
27607 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
27608         Log: Subject: Re: undef(&foo) does not work for XS functions
27609              From: Doug MacEachern <dougm@covalent.net>
27610              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
27611              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
27612      Branch: perl
27613            ! op.c
27614 ____________________________________________________________________________
27615 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
27616         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
27617              From: Peter Prymmer <pvhp@forte.com>
27618              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
27619              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
27620      Branch: perl
27621            ! t/op/append.t
27622 ____________________________________________________________________________
27623 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
27624         Log: Update Changes.
27625      Branch: perl
27626            ! Changes patchlevel.h
27627 ____________________________________________________________________________
27628 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
27629         Log: Remove the 'asciir' re subpragma.  Should instead implement
27630              the 'physical vs logical' range scheme:
27631              
27632              \xAA-\xCC is a native physical range, you want that range of
27633              codepoints in your native encoding.  In EBCDIC the codepoints
27634              in the gaps (between i-j and r-s) should be included.
27635              
27636              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
27637              codepoints in Unicode.
27638              
27639              a-z is a logical range, you want that range of 'logical' codepoints
27640              in your native encoding.  In EBCDIC the codepoints in the gaps
27641              (between i-j and r-s) should not be included.
27642              
27643              Mixed cases (a-\xAA, etc) should either be errors, or maybe
27644              the 'logical' endpoints should be converted to native/Unicode
27645              codepoints, and the range handled as a physical range.
27646              
27647              'Logical endpoints' are to be recognized only in the A-Z, a-z,
27648              and 0-9 ranges.  Probably a warning should be given for mixed
27649              cases like A-z or a-9 (since such expressions are encoding
27650              dependent), with a recommendation to use physical ranges.
27651      Branch: perl
27652            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
27653            ! t/op/regexp.t
27654 ____________________________________________________________________________
27655 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
27656         Log: Make the test to cleanup the test directory tree
27657              both before and after the testing so that we always
27658              have a clean slate to work with.
27659      Branch: perl
27660            ! t/lib/filefind.t
27661 ____________________________________________________________________________
27662 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
27663         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
27664              From: Jon Eveland <jweveland@yahoo.com>
27665              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
27666              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
27667      Branch: perl
27668            ! pod/perlfunc.pod
27669 ____________________________________________________________________________
27670 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
27671         Log: Merge the camel-III/vstring.t with op/ver.t.
27672      Branch: perl
27673            - t/camel-III/vstring.t
27674            ! MANIFEST t/TEST t/harness t/op/ver.t
27675 ____________________________________________________________________________
27676 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
27677         Log: Add test.deparse make target.
27678      Branch: perl
27679            ! Makefile.SH
27680 ____________________________________________________________________________
27681 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
27682         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
27683              From: Robin Houston <robin@kitsite.com>
27684              Date: Fri, 11 May 2001 12:02:22 +0100
27685              Message-ID: <20010511120222.A11529@penderel>
27686      Branch: perl
27687            ! ext/B/B/Deparse.pm t/op/method.t
27688 ____________________________________________________________________________
27689 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
27690         Log: A nicely working combination for UTS from Hal Morris.
27691      Branch: perl
27692            + ext/POSIX/hints/uts.pl
27693            ! MANIFEST hints/uts.sh
27694 ____________________________________________________________________________
27695 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
27696         Log: i_ieeefp=undef for UTS.
27697      Branch: perl
27698            ! hints/uts.sh
27699 ____________________________________________________________________________
27700 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
27701         Log: Subject: RE: rand(0) is rand(1)
27702              From: Larry Shatzer <lshatzer@islanddata.com>
27703              Date: Thu, 10 May 2001 11:09:27 -0700
27704              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
27705      Branch: perl
27706            ! pod/perlfunc.pod
27707 ____________________________________________________________________________
27708 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
27709         Log: Subject: [patch] make op_{clear,null} public
27710              From: Doug MacEachern <dougm@covalent.net>
27711              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
27712              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
27713      Branch: perl
27714            ! embed.h embed.pl op.c proto.h
27715 ____________________________________________________________________________
27716 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
27717         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
27718              From: Robin Houston <robin@kitsite.com>
27719              Date: Thu, 10 May 2001 18:54:59 +0100
27720              Message-ID: <20010510185459.A5995@penderel>
27721      Branch: perl
27722            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
27723 ____________________________________________________________________________
27724 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
27725         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
27726              From: Robin Houston <robin@kitsite.com>
27727              Date: Thu, 10 May 2001 12:56:39 +0100
27728              Message-ID: <20010510125639.A2119@penderel>
27729      Branch: perl
27730            ! ext/B/B/Deparse.pm
27731 ____________________________________________________________________________
27732 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
27733         Log: Retract #10070, not ready yet.
27734      Branch: perl
27735            ! ext/B/B/Deparse.pm
27736 ____________________________________________________________________________
27737 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
27738         Log: The metaconfig unit change for #10071.
27739      Branch: metaconfig
27740            ! U/modified/mallocsrc.U
27741 ____________________________________________________________________________
27742 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
27743         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
27744      Branch: perl
27745            ! Configure
27746 ____________________________________________________________________________
27747 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
27748         Log: (Retracted by #10073)
27749              
27750              Subject: Re: [PATCH t/TEST] B::Deparse tester 
27751              From: Hugo <hv@crypt.compulink.co.uk>
27752              Date: Thu, 10 May 2001 05:48:09 +0100
27753              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
27754      Branch: perl
27755            ! ext/B/B/Deparse.pm
27756 ____________________________________________________________________________
27757 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
27758         Log: Add a for(func()) test.
27759      Branch: perl
27760            ! t/cmd/for.t
27761 ____________________________________________________________________________
27762 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
27763         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
27764              From: Robin Houston <robin@kitsite.com>
27765              Date: Thu, 10 May 2001 13:50:08 +0100
27766              Message-ID: <20010510135008.A2454@penderel>
27767      Branch: perl
27768            ! ext/B/B/Deparse.pm
27769 ____________________________________________________________________________
27770 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
27771         Log: A thinko in #10065.
27772      Branch: perl
27773            ! hv.c
27774 ____________________________________________________________________________
27775 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
27776         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
27777              From: Robin Houston <robin@kitsite.com>
27778              Date: Thu, 10 May 2001 02:10:34 +0100
27779              Message-ID: <20010510021034.A19421@penderel>
27780      Branch: perl
27781            ! ext/B/B.xs ext/B/B/Deparse.pm
27782 ____________________________________________________________________________
27783 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
27784         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
27785              From: Doug MacEachern <dougm@covalent.net>
27786              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
27787              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
27788      Branch: perl
27789            ! hv.c
27790 ____________________________________________________________________________
27791 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
27792         Log: One more workaround for the UTS compiler from Hal Morris.
27793      Branch: perl
27794            ! perl.h
27795 ____________________________________________________________________________
27796 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
27797         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
27798              From: Robin Houston <robin@kitsite.com>
27799              Date: Thu, 10 May 2001 01:02:08 +0100
27800              Message-ID: <20010510010208.A18200@penderel>
27801      Branch: perl
27802            ! ext/B/B/Debug.pm
27803 ____________________________________________________________________________
27804 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
27805         Log: Subject: [PATCH] Simplify deb_curcv() a bit
27806              From: Benjamin Sugars <bsugars@canoe.ca>
27807              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
27808              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
27809      Branch: perl
27810            ! run.c
27811 ____________________________________________________________________________
27812 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
27813         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
27814              From: Benjamin Sugars <bsugars@canoe.ca>
27815              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
27816              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
27817      Branch: perl
27818            ! t/lib/io_scalar.t
27819 ____________________________________________________________________________
27820 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
27821         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
27822              From: Peter Prymmer <pvhp@forte.com>
27823              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
27824              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
27825      Branch: perl
27826            ! t/lib/md5-file.t
27827 ____________________________________________________________________________
27828 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
27829         Log: Subject: [PATCH t/TEST] B::Deparse tester
27830              From: Robin Houston <robin@kitsite.com>
27831              Date: Wed, 9 May 2001 19:17:50 +0100
27832              Message-ID: <20010509191750.A16940@penderel>
27833      Branch: perl
27834            ! ext/B/O.pm t/TEST
27835 ____________________________________________________________________________
27836 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
27837         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
27838              From: Jeff Pinyan <jeffp@crusoe.net>
27839              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
27840              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
27841      Branch: perl
27842            ! lib/Pod/Html.pm
27843 ____________________________________________________________________________
27844 [ 10057] By: nick                                  on 2001/05/09  18:37:56
27845         Log: Integrate mainline.
27846      Branch: perlio
27847           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
27848           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
27849 ____________________________________________________________________________
27850 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
27851         Log: Update Changes.
27852      Branch: perl
27853            ! Changes patchlevel.h
27854 ____________________________________________________________________________
27855 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
27856         Log: Integrate perlio.
27857      Branch: perl
27858           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
27859 ____________________________________________________________________________
27860 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
27861         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
27862              From: Benjamin Sugars <bsugars@canoe.ca>
27863              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
27864              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
27865      Branch: perl
27866            ! perlio.c
27867 ____________________________________________________________________________
27868 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
27869         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
27870              From: Benjamin Sugars <bsugars@canoe.ca>
27871              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
27872              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
27873      Branch: perl
27874            ! ext/PerlIO/Scalar/Scalar.xs
27875 ____________________________________________________________________________
27876 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
27877         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
27878              From: Jeff Pinyan <jeffp@crusoe.net>
27879              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
27880              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
27881      Branch: perl
27882            ! lib/Pod/Html.pm
27883 ____________________________________________________________________________
27884 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
27885         Log: EPOC tweak from Olaf Flebbe.
27886      Branch: perl
27887            ! epoc/epocish.h
27888 ____________________________________________________________________________
27889 [ 10050] By: nick                                  on 2001/05/09  14:37:57
27890         Log: win32, regen_config_h
27891      Branch: perlio
27892            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27893 ____________________________________________________________________________
27894 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
27895         Log: Integrate perlio.
27896      Branch: perl
27897           !> pp_sys.c
27898 ____________________________________________________________________________
27899 [ 10048] By: nick                                  on 2001/05/09  11:59:50
27900         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
27901              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
27902      Branch: perlio
27903            ! pp_sys.c
27904 ____________________________________________________________________________
27905 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
27906         Log: Integrate perlio.
27907      Branch: perl
27908           !> run.c
27909 ____________________________________________________________________________
27910 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
27911         Log: Subject: Re: Less warnings during configure
27912              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27913              Date: Wed, 09 May 2001 13:12:49 +0200
27914              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
27915      Branch: perl
27916            ! hints/hpux.sh
27917 ____________________________________________________________________________
27918 [ 10045] By: nick                                  on 2001/05/09  09:56:59
27919         Log: MULTIPLICITY/DEBUGGING build fix.
27920      Branch: perlio
27921            ! run.c
27922 ____________________________________________________________________________
27923 [ 10044] By: nick                                  on 2001/05/09  09:46:37
27924         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
27925      Branch: perlio
27926           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
27927            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
27928           !> (integrate 65 files)
27929 ____________________________________________________________________________
27930 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
27931         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
27932              From: Robin Houston <robin@kitsite.com>
27933              Date: Tue, 8 May 2001 19:38:00 +0100
27934              Message-ID: <20010508193800.A4389@penderel>
27935              
27936              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
27937              From: Robin Houston <robin@kitsite.com>
27938              Date: Tue, 8 May 2001 20:03:57 +0100
27939              Message-ID: <20010508200357.A4614@penderel>
27940              
27941              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
27942              From: Robin Houston <robin@kitsite.com>
27943              Date: Wed, 9 May 2001 00:12:05 +0100
27944              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
27945      Branch: perl
27946            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
27947 ____________________________________________________________________________
27948 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
27949         Log: Retract #10031.
27950      Branch: perl
27951            ! pod/perlfunc.pod
27952 ____________________________________________________________________________
27953 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
27954         Log: The metaconfig unit changes for #10040.
27955      Branch: metaconfig/U/perl
27956            ! Checkcc.U d_dlsymun.U dlsrc.U
27957 ____________________________________________________________________________
27958 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
27959         Log: The Configure half of
27960              
27961              Subject: Less warnings during configure
27962              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27963              Date: Tue, 08 May 2001 08:44:02 +0200
27964              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
27965      Branch: perl
27966            ! Configure
27967 ____________________________________________________________________________
27968 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
27969         Log: Subject: Less warnings during configure
27970              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27971              Date: Tue, 08 May 2001 08:44:02 +0200
27972              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
27973      Branch: perl
27974            ! hints/hpux.sh
27975 ____________________________________________________________________________
27976 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
27977         Log: Don't forget to whine about \d__\d.
27978      Branch: perl
27979            ! t/pragma/warn/toke toke.c
27980 ____________________________________________________________________________
27981 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
27982         Log: Allow underscores also in the exponent part.
27983      Branch: perl
27984            ! t/pragma/warn/toke toke.c
27985 ____________________________________________________________________________
27986 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
27987         Log: CodeMagicCD doesn't look like an *I*DE.
27988      Branch: perl
27989            ! pod/perlfaq3.pod
27990 ____________________________________________________________________________
27991 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
27992         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
27993              to be consistently down).
27994      Branch: perl
27995            ! pod/perlfaq3.pod
27996 ____________________________________________________________________________
27997 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
27998         Log: Upgrade to Text::Balanced 1.84.
27999      Branch: perl
28000            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
28001 ____________________________________________________________________________
28002 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
28003         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
28004              From: Benjamin Sugars <bsugars@canoe.ca>
28005              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
28006              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
28007      Branch: perl
28008            ! run.c
28009 ____________________________________________________________________________
28010 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
28011         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
28012              From: Peter Prymmer <pvhp@forte.com>
28013              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
28014              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
28015      Branch: perl
28016            ! t/pod/plainer.t
28017 ____________________________________________________________________________
28018 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
28019         Log: (Retracted by #10042)
28020              
28021              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
28022              From: "Philip Newton" <pnewton@gmx.de>
28023              Date: Tue, 8 May 2001 09:18:10 +0200
28024              Message-ID: <3AF7B9D2.28861.603732@localhost>
28025      Branch: perl
28026            ! pod/perlfunc.pod
28027 ____________________________________________________________________________
28028 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
28029         Log: Subject: [PATCH B::Deparse] Document known bugs
28030              From: Robin Houston <robin@kitsite.com>
28031              Date: Tue, 8 May 2001 01:53:34 +0100
28032              Message-ID: <20010508015334.A32394@penderel>
28033      Branch: perl
28034            ! ext/B/B/Deparse.pm
28035 ____________________________________________________________________________
28036 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
28037         Log: Subject: Re: Perl book, magazine and website updates.
28038              From: "Philip Newton" <pnewton@gmx.de>
28039              Date: Mon, 7 May 2001 17:03:58 +0200
28040              Message-ID: <3AF6D57E.5387.1E29930@localhost>
28041      Branch: perl
28042            ! pod/perlfaq2.pod
28043 ____________________________________________________________________________
28044 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
28045         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
28046              From: Peter Prymmer <pvhp@forte.com>
28047              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
28048              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
28049      Branch: perl
28050            ! t/io/fflush.t
28051 ____________________________________________________________________________
28052 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
28053         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
28054              From: Robin Houston <robin@kitsite.com>
28055              Date: Tue, 8 May 2001 01:14:55 +0100
28056              Message-ID: <20010508011455.A32162@penderel>
28057      Branch: perl
28058            ! ext/B/B/Deparse.pm
28059 ____________________________________________________________________________
28060 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
28061         Log: Typo in #10025.
28062      Branch: perl
28063            ! hints/uts.sh
28064 ____________________________________________________________________________
28065 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
28066         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
28067      Branch: perl
28068            ! hints/uts.sh
28069 ____________________________________________________________________________
28070 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
28071         Log: Subject: Re: [ID 20010506.045] question about hash syntax
28072              From: Peter Scott <Peter@PSDT.com>
28073              Date: Sun, 06 May 2001 13:10:40 -0700
28074              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
28075      Branch: perl
28076            ! pod/perl56delta.pod
28077 ____________________________________________________________________________
28078 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
28079         Log: Configure should figure out the list of dynamic extensions
28080              just fine in UTS-- and in fact it does, as reported by Hal Morris.
28081      Branch: perl
28082            ! hints/uts.sh
28083 ____________________________________________________________________________
28084 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
28085         Log: Update Changes.
28086      Branch: perl
28087            ! Changes patchlevel.h
28088 ____________________________________________________________________________
28089 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
28090         Log: Subject: [PATCH regcomp.c] Insecure regexes
28091              From: Robin Houston <robin@kitsite.com>
28092              Date: Mon, 7 May 2001 21:56:12 +0100
28093              Message-ID: <20010507215612.A31114@penderel>
28094      Branch: perl
28095            ! regcomp.c
28096 ____________________________________________________________________________
28097 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
28098         Log: Drop the foobar.perl.com references for now until Simon
28099              gets them sorted out.
28100      Branch: perl
28101            ! pod/perlfaq2.pod
28102 ____________________________________________________________________________
28103 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
28104         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
28105              From: Prymmer/Kahn <pvhp@best.com>
28106              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
28107              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
28108      Branch: perl
28109            ! lib/Devel/SelfStubber.pm
28110 ____________________________________________________________________________
28111 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
28112         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
28113              From: Prymmer/Kahn <pvhp@best.com>
28114              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
28115              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
28116      Branch: perl
28117            ! win32/Makefile
28118 ____________________________________________________________________________
28119 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
28120         Log: s/WebTechnique's/WebTechniques/
28121      Branch: perl
28122            ! pod/perlfaq2.pod
28123 ____________________________________________________________________________
28124 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
28125         Log: Llama 3 updates from Randal.
28126      Branch: perl
28127            ! pod/perlfaq2.pod
28128 ____________________________________________________________________________
28129 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
28130         Log: Subject: [PATCH] Help -Dt show correct pad variables
28131              From: Benjamin Sugars <ben.sugars@home.com>
28132              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
28133              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
28134      Branch: perl
28135            ! embed.h embed.pl proto.h run.c
28136 ____________________________________________________________________________
28137 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
28138         Log: Subject: [PATCH] Document C<our $foo : shared>
28139              From: Benjamin Sugars <ben.sugars@home.com>
28140              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
28141              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
28142      Branch: perl
28143            ! pod/perlfunc.pod
28144 ____________________________________________________________________________
28145 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
28146         Log: Subject: [PATCH B::Deparse] undefined folded constants
28147              From: Robin Houston <robin@kitsite.com>
28148              Date: Sun, 6 May 2001 17:19:09 +0100
28149              Message-ID: <20010506171909.A7046@penderel>
28150      Branch: perl
28151            ! ext/B/B/Deparse.pm
28152 ____________________________________________________________________________
28153 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
28154         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
28155              From: Robin Houston <robin@kitsite.com>
28156              Message-ID: <20010506164654.A6848@penderel>
28157              Date: Sun, 6 May 2001 16:46:54 +0100
28158      Branch: perl
28159            ! ext/B/B/Deparse.pm
28160 ____________________________________________________________________________
28161 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
28162         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
28163              From: Robin Houston <robin@kitsite.com>
28164              Date: Sun, 6 May 2001 14:47:02 +0100
28165              Message-ID: <20010506144702.A6308@penderel>
28166      Branch: perl
28167            ! t/op/my_stash.t
28168 ____________________________________________________________________________
28169 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
28170         Log: Subject: Perl book, magazine and website updates.
28171              From: Simon Cozens <simon@netthink.co.uk>
28172              Date: Sun, 6 May 2001 16:55:36 +0100
28173              Message-ID: <20010506165536.A1795@netthink.co.uk>
28174      Branch: perl
28175            ! pod/perlbook.pod pod/perlfaq2.pod
28176 ____________________________________________________________________________
28177 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
28178         Log: Tweaks on the Tru64 prof options.
28179      Branch: perl
28180            ! pod/perlhack.pod
28181 ____________________________________________________________________________
28182 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
28183         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
28184              From: Robin Houston <robin@kitsite.com>
28185              Date: Sun, 6 May 2001 14:40:51 +0100
28186              Message-ID: <20010506144051.A6279@penderel>
28187      Branch: perl
28188            ! t/pod/testp2pt.pl
28189 ____________________________________________________________________________
28190 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
28191         Log: Subject: [PATCH B::Deparse] scoping
28192              From: Robin Houston <robin@kitsite.com>
28193              Date: Sun, 6 May 2001 14:36:56 +0100
28194              Message-ID: <20010506143656.A4006@penderel>
28195      Branch: perl
28196            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
28197 ____________________________________________________________________________
28198 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
28199         Log: Document the undefinedness of bitshifting out of range.
28200      Branch: perl
28201            ! pod/perlop.pod
28202 ____________________________________________________________________________
28203 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
28204         Log: Retract #10003 and update the IDE descriptions a bit.
28205      Branch: perl
28206            ! pod/perlfaq3.pod
28207 ____________________________________________________________________________
28208 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
28209         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
28210              From: Prymmer/Kahn <pvhp@best.com>
28211              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
28212              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
28213      Branch: perl
28214            ! win32/Makefile win32/buildext.pl win32/config.bc
28215            ! win32/config.gc win32/config.vc
28216 ____________________________________________________________________________
28217 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
28218         Log: (Retracted by #10005.)
28219      Branch: perl
28220            ! pod/perlfaq3.pod
28221 ____________________________________________________________________________
28222 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
28223         Log: It's "psed", not "sed".
28224      Branch: perl
28225            ! x2p/s2p.PL
28226 ____________________________________________________________________________
28227 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
28228         Log: Update Changes.
28229      Branch: perl
28230            ! Changes patchlevel.h
28231 ____________________________________________________________________________
28232 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
28233         Log: Subject: Re: bleadperl make install fails due to "psed"
28234              From: andreas.koenig@anima.de (Andreas J. Koenig)
28235              Date: 05 May 2001 18:23:28 +0200
28236              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
28237      Branch: perl
28238            ! x2p/Makefile.SH x2p/s2p.PL
28239 ____________________________________________________________________________
28240 [  9999] By: jhi                                   on 2001/05/05  18:28:09
28241         Log: AUTHORS updates.
28242      Branch: perl
28243            ! AUTHORS
28244 ____________________________________________________________________________
28245 [  9998] By: jhi                                   on 2001/05/05  18:16:00
28246         Log: Updates on the pods related to the modules included since 5.6.
28247              
28248              TODO: perltodo really could use major updating.
28249      Branch: perl
28250            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
28251            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
28252            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
28253            ! pod/perlsyn.pod pod/perltodo.pod
28254 ____________________________________________________________________________
28255 [  9997] By: jhi                                   on 2001/05/05  17:35:17
28256         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
28257              from Kurt Skauen.
28258      Branch: perl
28259            + hints/atheos.sh
28260            ! MANIFEST
28261 ____________________________________________________________________________
28262 [  9996] By: jhi                                   on 2001/05/05  17:25:00
28263         Log: Add preemptive #undefs for some of the shorter and more prone
28264              to collision regcomp.h #defines.  (Background: the MASK collided
28265              with a system header #define in Rhapsody.)
28266      Branch: perl
28267            ! regcomp.h
28268 ____________________________________________________________________________
28269 [  9995] By: jhi                                   on 2001/05/05  13:24:21
28270         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
28271              From: Nicholas Clark <nick@ccl4.org>
28272              Date: Sat, 5 May 2001 14:46:39 +0100
28273              Message-ID: <20010505144639.O53513@plum.flirble.org>
28274              
28275              Add a test for the constants (if any) being processed correctly.
28276      Branch: perl
28277            ! utils/h2xs.PL
28278 ____________________________________________________________________________
28279 [  9994] By: jhi                                   on 2001/05/05  02:11:03
28280         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
28281              From: Peter Prymmer <pvhp@forte.com>
28282              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
28283              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
28284      Branch: perl
28285            ! t/lib/b-stash.t
28286 ____________________________________________________________________________
28287 [  9993] By: jhi                                   on 2001/05/05  02:03:49
28288         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
28289              From: Peter Prymmer <pvhp@forte.com>
28290              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
28291              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
28292      Branch: perl
28293            ! perlio.c vms/vmsish.h
28294 ____________________________________________________________________________
28295 [  9992] By: jhi                                   on 2001/05/04  17:21:12
28296         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
28297              From: Robin Barker <rmb1@cise.npl.co.uk>
28298              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
28299              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
28300      Branch: perl
28301            + t/pod/plainer.t
28302            ! MANIFEST
28303 ____________________________________________________________________________
28304 [  9991] By: jhi                                   on 2001/05/04  16:47:45
28305         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
28306              From: Robin Barker <rmb1@cise.npl.co.uk>
28307              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
28308              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
28309      Branch: perl
28310            ! regcomp.c
28311 ____________________________________________________________________________
28312 [  9990] By: jhi                                   on 2001/05/04  14:37:20
28313         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
28314              From: Prymmer/Kahn <pvhp@best.com>
28315              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
28316              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
28317      Branch: perl
28318            ! t/lib/b-stash.t
28319 ____________________________________________________________________________
28320 [  9989] By: jhi                                   on 2001/05/04  14:03:58
28321         Log: Introduce perl572delta, update Todo, add the missing
28322              mention about signal safety since 5.7.1 (though this
28323              requires verification and more details.)
28324      Branch: perl
28325            + pod/perl572delta.pod
28326            ! MANIFEST Todo pod/perl571delta.pod
28327 ____________________________________________________________________________
28328 [  9988] By: jhi                                   on 2001/05/04  12:41:51
28329         Log: Subject: [PATCH perl@9944] long =item
28330              From: Robin Barker <rmb1@cise.npl.co.uk>
28331              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
28332              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
28333      Branch: perl
28334            ! ext/Time/HiRes/HiRes.pm
28335 ____________________________________________________________________________
28336 [  9987] By: jhi                                   on 2001/05/04  12:39:19
28337         Log: The #9901 had removed one line essential for EBCDIC.
28338      Branch: perl
28339            ! regcomp.c
28340 ____________________________________________________________________________
28341 [  9986] By: jhi                                   on 2001/05/04  12:30:23
28342         Log: Subject: cygwin/Makefile.SHs INSTALL patch
28343              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
28344              Date: Mon, 08 Jan 2001 04:59:21 +0200
28345              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
28346      Branch: perl
28347            ! cygwin/Makefile.SHs
28348 ____________________________________________________________________________
28349 [  9985] By: jhi                                   on 2001/05/04  03:51:39
28350         Log: Encode/IO doc tweaks.
28351      Branch: perl
28352            ! ext/Encode/Encode.pm
28353 ____________________________________________________________________________
28354 [  9984] By: jhi                                   on 2001/05/04  03:29:34
28355         Log: Remove GDBM_File from the dynamic extensions for UTS,
28356              GDBM is not a standard feature.
28357      Branch: perl
28358            ! hints/uts.sh
28359 ____________________________________________________________________________
28360 [  9983] By: jhi                                   on 2001/05/04  03:22:59
28361         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
28362      Branch: perl
28363            ! pod/perlretut.pod
28364 ____________________________________________________________________________
28365 [  9982] By: jhi                                   on 2001/05/03  23:21:03
28366         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
28367              From: Benjamin Sugars <bsugars@canoe.ca>
28368              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
28369              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
28370      Branch: perl
28371            ! dump.c
28372 ____________________________________________________________________________
28373 [  9981] By: jhi                                   on 2001/05/03  23:20:05
28374         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
28375              From: Benjamin Sugars <bsugars@canoe.ca>
28376              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
28377              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
28378      Branch: perl
28379            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28380 ____________________________________________________________________________
28381 [  9980] By: jhi                                   on 2001/05/03  23:15:29
28382         Log: Integrate perlio.
28383      Branch: perl
28384           !> ext/Encode/Encode.pm
28385 ____________________________________________________________________________
28386 [  9979] By: jhi                                   on 2001/05/03  16:54:59
28387         Log: Install psed man page.
28388      Branch: perl
28389            ! installman
28390 ____________________________________________________________________________
28391 [  9978] By: jhi                                   on 2001/05/03  16:45:58
28392         Log: Remove unused files; noted by Sarathy.
28393      Branch: perl
28394            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
28395            ! MANIFEST
28396 ____________________________________________________________________________
28397 [  9977] By: jhi                                   on 2001/05/03  16:42:30
28398         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
28399              From: Andy Dougherty <doughera@lafayette.edu>
28400              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
28401              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
28402      Branch: perl
28403            ! INSTALL
28404 ____________________________________________________________________________
28405 [  9976] By: nick                                  on 2001/05/03  16:40:42
28406         Log: Allow $answer = encode($object,$text); like it says in docs.
28407      Branch: perlio
28408            ! ext/Encode/Encode.pm
28409 ____________________________________________________________________________
28410 [  9975] By: nick                                  on 2001/05/03  16:22:30
28411         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
28412              to be in scope (fair enough), and also a package variable (our) for eval to see it.
28413      Branch: perlio
28414            ! ext/Encode/Encode.pm
28415 ____________________________________________________________________________
28416 [  9974] By: nick                                  on 2001/05/03  15:48:17
28417         Log: Integrate mainline.
28418      Branch: perlio
28419           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
28420           +> t/lib/filter-simple.t t/lib/next.t
28421           !> (integrate 70 files)
28422 ____________________________________________________________________________
28423 [  9973] By: jhi                                   on 2001/05/03  13:09:09
28424         Log: Update Changes.
28425      Branch: perl
28426            ! Changes patchlevel.h
28427 ____________________________________________________________________________
28428 [  9972] By: jhi                                   on 2001/05/03  12:58:33
28429         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
28430              From: Prymmer/Kahn <pvhp@best.com>
28431              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
28432              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
28433      Branch: perl
28434            ! t/io/fflush.t
28435 ____________________________________________________________________________
28436 [  9971] By: jhi                                   on 2001/05/03  12:57:26
28437         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
28438              From: Prymmer/Kahn <pvhp@best.com>
28439              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
28440              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
28441      Branch: perl
28442            ! win32/FindExt.pm
28443 ____________________________________________________________________________
28444 [  9970] By: jhi                                   on 2001/05/03  02:42:46
28445         Log: Can't croak sans thread context, from Doug MacEachern.
28446      Branch: perl
28447            ! toke.c
28448 ____________________________________________________________________________
28449 [  9969] By: jhi                                   on 2001/05/03  01:23:48
28450         Log: Subject: Random input test and Perl
28451              From: Ilya Zakharevich <ilya@math.berkeley.edu>
28452              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
28453              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
28454      Branch: perl
28455            ! toke.c
28456 ____________________________________________________________________________
28457 [  9968] By: jhi                                   on 2001/05/02  22:17:21
28458         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
28459              From: Peter Prymmer <pvhp@forte.com>
28460              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
28461              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
28462      Branch: perl
28463            ! pod/perlfunc.pod pod/perlport.pod
28464 ____________________________________________________________________________
28465 [  9967] By: jhi                                   on 2001/05/02  20:12:45
28466         Log: Workaround for UTS compiler casting bug from Hal Morris.
28467      Branch: perl
28468            ! perl.h
28469 ____________________________________________________________________________
28470 [  9966] By: jhi                                   on 2001/05/02  18:31:37
28471         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
28472              From: Dan Sugalski <dan@sidhe.org>
28473              Date: Wed, 02 May 2001 15:23:22 -0400
28474              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
28475      Branch: perl
28476            ! perl.c vms/vms.c
28477 ____________________________________________________________________________
28478 [  9965] By: jhi                                   on 2001/05/02  18:21:29
28479         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
28480      Branch: perl
28481            ! pod/perlfunc.pod
28482 ____________________________________________________________________________
28483 [  9964] By: jhi                                   on 2001/05/02  18:15:01
28484         Log: Document large files in INSTALL, document also the %x
28485              limitation if not use64bitint, closes bug 20010326.007.
28486      Branch: perl
28487            ! INSTALL
28488 ____________________________________________________________________________
28489 [  9963] By: jhi                                   on 2001/05/02  17:24:47
28490         Log: perlmodlib tweaks; regen pods.
28491      Branch: perl
28492            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
28493            ! pod/perltoc.pod
28494 ____________________________________________________________________________
28495 [  9962] By: jhi                                   on 2001/05/02  17:14:00
28496         Log: Fix for a segfault, from Marc Lehmann.
28497      Branch: perl
28498            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
28499 ____________________________________________________________________________
28500 [  9961] By: jhi                                   on 2001/05/02  15:55:53
28501         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
28502              From: "Philip Newton" <pnewton@gmx.de>
28503              Date: Wed, 2 May 2001 18:39:03 +0200
28504              Message-ID: <3AF05447.15525.173B588@localhost>
28505      Branch: perl
28506            ! pod/perlop.pod
28507 ____________________________________________________________________________
28508 [  9960] By: jhi                                   on 2001/05/02  15:35:37
28509         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
28510              From: Dan Sugalski <dan@sidhe.org>
28511              Date: Wed, 02 May 2001 11:37:27 -0400
28512              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
28513      Branch: perl
28514            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
28515            ! thread.h vms/vms.c vms/vmsish.h
28516 ____________________________________________________________________________
28517 [  9959] By: jhi                                   on 2001/05/02  15:21:08
28518         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
28519              From: Benjamin Sugars <bsugars@canoe.ca>
28520              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
28521              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
28522      Branch: perl
28523            ! ext/PerlIO/Scalar/Scalar.xs
28524 ____________________________________________________________________________
28525 [  9958] By: jhi                                   on 2001/05/02  15:15:53
28526         Log: Bug in #9915, spotted by Mike Guy.
28527      Branch: perl
28528            ! installperl
28529 ____________________________________________________________________________
28530 [  9957] By: jhi                                   on 2001/05/02  13:26:01
28531         Log: Add a test for not griping about references as array
28532              indices if the reference has magic in it (overloaded
28533              methods).
28534      Branch: perl
28535            ! pod/perldiag.pod t/pragma/warn/pp_hot
28536 ____________________________________________________________________________
28537 [  9956] By: jhi                                   on 2001/05/02  13:07:01
28538         Log: Retracted a bit too much in #9952.
28539      Branch: perl
28540            ! t/pragma/sub_lval.t
28541 ____________________________________________________________________________
28542 [  9955] By: jhi                                   on 2001/05/02  13:05:38
28543         Log: Test for #9952.
28544      Branch: perl
28545            ! t/op/tie.t
28546 ____________________________________________________________________________
28547 [  9954] By: jhi                                   on 2001/05/02  11:48:18
28548         Log: Additional note on the encoding example: one cannot
28549              convert string constants in-place.
28550      Branch: perl
28551            ! ext/Encode/Encode.pm
28552 ____________________________________________________________________________
28553 [  9953] By: jhi                                   on 2001/05/02  11:43:51
28554         Log: Note that if you have recent enough Perl you already
28555              have Filter::Util::Call.
28556      Branch: perl
28557            ! lib/Filter/Simple.pm
28558 ____________________________________________________________________________
28559 [  9952] By: jhi                                   on 2001/05/02  11:31:53
28560         Log: Retract changes #8254 and #8255, causes coredump in
28561              'tie FH, "main"', reported by Abigail, culprit found by
28562              Benjamin Sugars.  Mirrors maintperl change #9950.
28563      Branch: perl
28564            ! op.c t/pragma/sub_lval.t
28565 ____________________________________________________________________________
28566 [  9951] By: jhi                                   on 2001/05/02  11:14:29
28567         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
28568      Branch: perl
28569            + t/lib/MyFilter.pm
28570 ____________________________________________________________________________
28571 [  9950] By: gsar                                  on 2001/05/02  03:17:11
28572         Log: revert integration of changes#8254,8255 in change#8620 (causes
28573              a coredump in C<tie FH, 'foo'>; the idea itself may need better
28574              rationalization)
28575      Branch: maint-5.6/perl
28576            ! op.c t/pragma/sub_lval.t
28577 ____________________________________________________________________________
28578 [  9949] By: gsar                                  on 2001/05/02  02:56:32
28579         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
28580              
28581              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28582              
28583              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
28584      Branch: maint-5.6/perl
28585           !> hints/svr5.sh
28586 ____________________________________________________________________________
28587 [  9948] By: gsar                                  on 2001/05/02  02:49:15
28588         Log: pod/find.t breaks on VMS (from Craig Berry)
28589      Branch: maint-5.6/perl
28590            ! t/pod/find.t
28591 ____________________________________________________________________________
28592 [  9947] By: jhi                                   on 2001/05/02  02:43:09
28593         Log: Add an encoding conversion example.
28594      Branch: perl
28595            ! ext/Encode/Encode.pm
28596 ____________________________________________________________________________
28597 [  9946] By: jhi                                   on 2001/05/02  01:34:22
28598         Log: Another coat of paint but still nowhere finished.
28599              Need to decide on the semantics of strptime(): should
28600              strptime() be a function instead of a method?  To do
28601              the week/monthname-strptiming the i18n/l10n bullet needs
28602              to be bitten with gusto.
28603      Branch: perl
28604            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
28605 ____________________________________________________________________________
28606 [  9945] By: jhi                                   on 2001/05/01  23:40:52
28607         Log: Update Changes.
28608      Branch: perl
28609            ! Changes patchlevel.h
28610 ____________________________________________________________________________
28611 [  9944] By: jhi                                   on 2001/05/01  23:33:37
28612         Log: Add known-to-be-tested modules to the list-to-be-skipped.
28613      Branch: perl
28614            ! t/lib/1_compile.t
28615 ____________________________________________________________________________
28616 [  9943] By: jhi                                   on 2001/05/01  23:24:40
28617         Log: Subject: BorlandC++ fix
28618              From: "Vadim Konovalov" <watman@inbox.ru>
28619              Date: Mon, 30 Apr 2001 20:12:26 -0700
28620              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
28621      Branch: perl
28622            ! win32/makefile.mk
28623 ____________________________________________________________________________
28624 [  9942] By: jhi                                   on 2001/05/01  23:18:02
28625         Log: Update to Filter::Simple 0.60, create a test for it.
28626      Branch: perl
28627            + t/lib/filter-simple.t
28628            ! MANIFEST lib/Filter/Simple.pm
28629 ____________________________________________________________________________
28630 [  9941] By: jhi                                   on 2001/05/01  19:47:24
28631         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
28632              From: Hugo <hv@crypt.compulink.co.uk>
28633              Date: Tue, 01 May 2001 20:12:20 +0100
28634              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
28635      Branch: perl
28636            ! pp_hot.c t/op/re_tests
28637 ____________________________________________________________________________
28638 [  9940] By: jhi                                   on 2001/05/01  19:42:16
28639         Log: Integrate perlio.
28640      Branch: perl
28641           !> lib/base.pm t/lib/fields.t
28642 ____________________________________________________________________________
28643 [  9939] By: jhi                                   on 2001/05/01  19:39:51
28644         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
28645              From: Benjamin Sugars <bsugars@canoe.ca>
28646              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
28647              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
28648      Branch: perl
28649            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28650 ____________________________________________________________________________
28651 [  9938] By: jhi                                   on 2001/05/01  19:34:09
28652         Log: Add NEXT, a pseudo-class for method redispatching.
28653              <Damian>NEXT.pm probably offers more bang-for-buck
28654              than anything else I've ever written.</Damian>
28655      Branch: perl
28656            + lib/NEXT.pm t/lib/next.t
28657            ! MANIFEST
28658 ____________________________________________________________________________
28659 [  9937] By: jhi                                   on 2001/05/01  19:21:41
28660         Log: Update to Switch 2.02.
28661      Branch: perl
28662            ! lib/Switch.pm t/lib/switch.t
28663 ____________________________________________________________________________
28664 [  9936] By: nick                                  on 2001/05/01  19:09:21
28665         Log: Fix for base.pm clobbering $VERSION
28666      Branch: perlio
28667            ! lib/base.pm
28668 ____________________________________________________________________________
28669 [  9935] By: nick                                  on 2001/05/01  18:54:38
28670         Log: Test for base.pm clobbering $VERSION.
28671      Branch: perlio
28672            ! t/lib/fields.t
28673 ____________________________________________________________________________
28674 [  9934] By: jhi                                   on 2001/05/01  18:39:10
28675         Log: Add information about Scalar::Util::blessed.
28676      Branch: perl
28677            ! pod/perlobj.pod
28678 ____________________________________________________________________________
28679 [  9933] By: jhi                                   on 2001/05/01  18:33:51
28680         Log: Subject: Extra UNIVERSAL documentation
28681              From: Mike Guy <mjtg@cam.ac.uk>
28682              Date: Tue, 01 May 2001 20:12:11 +0100
28683              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
28684      Branch: perl
28685            ! pod/perlobj.pod
28686 ____________________________________________________________________________
28687 [  9932] By: jhi                                   on 2001/05/01  18:26:54
28688         Log: Subject: Autoflush in tests as appropriate
28689              From: Mike Guy <mjtg@cam.ac.uk>
28690              Date: Tue, 01 May 2001 20:05:31 +0100
28691              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
28692      Branch: perl
28693            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
28694            ! t/op/taint.t
28695 ____________________________________________________________________________
28696 [  9931] By: jhi                                   on 2001/05/01  18:02:29
28697         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
28698              From: Benjamin Sugars <bsugars@canoe.ca>
28699              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
28700              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
28701      Branch: perl
28702            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
28703 ____________________________________________________________________________
28704 [  9930] By: jhi                                   on 2001/05/01  15:12:26
28705         Log: Subject: Re: Finally got a round tuit
28706              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28707              Date: Tue, 01 May 2001 14:14:10 +0200
28708              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
28709              
28710              The -DP part, slightly modified.
28711      Branch: perl
28712            ! perl.c
28713 ____________________________________________________________________________
28714 [  9929] By: jhi                                   on 2001/05/01  14:17:15
28715         Log: Subject: Re: Finally got a round tuit
28716              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28717              Date: Tue, 01 May 2001 16:34:06 +0200
28718              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
28719              
28720              cpp and optimization tweaks for HP-UX.
28721      Branch: perl
28722            ! hints/hpux.sh
28723 ____________________________________________________________________________
28724 [  9928] By: jhi                                   on 2001/05/01  13:24:20
28725         Log: Tune the scan_num() comments to reality.
28726      Branch: perl
28727            ! toke.c
28728 ____________________________________________________________________________
28729 [  9927] By: jhi                                   on 2001/05/01  13:14:01
28730         Log: Subject: [PATCH B::Deparse] optimised sort
28731              From: Robin Houston <robin@kitsite.com>
28732              Date: Tue, 1 May 2001 14:07:12 +0100
28733              Message-ID: <20010501140712.A4266@penderel>
28734      Branch: perl
28735            ! ext/B/B/Deparse.pm
28736 ____________________________________________________________________________
28737 [  9926] By: jhi                                   on 2001/05/01  13:10:53
28738         Log: Subject: [PATCH t/lib/b-deparse.t] 
28739              From: Robin Houston <robin@kitsite.com>
28740              Date: Tue, 1 May 2001 13:37:42 +0100
28741              Message-ID: <20010501133742.A4082@penderel>
28742      Branch: perl
28743            ! t/lib/b-deparse.t
28744 ____________________________________________________________________________
28745 [  9925] By: jhi                                   on 2001/05/01  13:10:13
28746         Log: Subject: [PATCH B::Deparse] for(;;), sort
28747              From: Robin Houston <robin@kitsite.com>
28748              Date: Tue, 1 May 2001 13:35:00 +0100
28749              Message-ID: <20010501133500.A4061@penderel>
28750      Branch: perl
28751            ! ext/B/B/Deparse.pm
28752 ____________________________________________________________________________
28753 [  9924] By: jhi                                   on 2001/05/01  13:09:22
28754         Log: Subject: [PATCH B::Deparse] do, warn, use
28755              From: Robin Houston <robin@kitsite.com>
28756              Date: Tue, 1 May 2001 13:31:03 +0100
28757              Message-ID: <20010501133103.A4041@penderel>
28758      Branch: perl
28759            ! ext/B/B/Deparse.pm
28760 ____________________________________________________________________________
28761 [  9923] By: jhi                                   on 2001/05/01  11:45:36
28762         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
28763              From: Benjamin Sugars <ben.sugars@home.com>
28764              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
28765              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
28766      Branch: perl
28767            + t/io/fflush.t
28768            ! MANIFEST
28769 ____________________________________________________________________________
28770 [  9922] By: jhi                                   on 2001/05/01  11:35:42
28771         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
28772              From: Peter Prymmer <pvhp@forte.com>
28773              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
28774              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
28775      Branch: perl
28776            ! t/lib/selfstubber.t
28777 ____________________________________________________________________________
28778 [  9921] By: jhi                                   on 2001/04/30  16:34:33
28779         Log: Subject: [PATCH B::Concise] suppress warning
28780              From: Robin Houston <robin@kitsite.com>
28781              Date: Mon, 30 Apr 2001 16:09:49 +0100
28782              Message-ID: <20010430160949.A25086@penderel>
28783      Branch: perl
28784            ! ext/B/B/Concise.pm
28785 ____________________________________________________________________________
28786 [  9920] By: jhi                                   on 2001/04/30  13:56:04
28787         Log: Strip the *markers* from #9919.
28788      Branch: perl
28789            ! pod/perlfaq.pod pod/perlfaq5.pod
28790 ____________________________________________________________________________
28791 [  9919] By: jhi                                   on 2001/04/30  13:54:04
28792         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
28793              From: Gwyn Judd <b.judd@xtra.co.nz>
28794              Date: Sun, 29 Apr 2001 01:47:49 +1200
28795              Message-ID: <20010429014749.A4418@thislove>
28796      Branch: perl
28797            ! pod/perlfaq.pod pod/perlfaq5.pod
28798 ____________________________________________________________________________
28799 [  9918] By: jhi                                   on 2001/04/30  13:13:54
28800         Log: More_tweakage.
28801      Branch: perl
28802            ! pod/perldata.pod pod/perldiag.pod
28803 ____________________________________________________________________________
28804 [  9917] By: jhi                                   on 2001/04/30  13:01:27
28805         Log: Update Changes.
28806      Branch: perl
28807            ! Changes patchlevel.h
28808 ____________________________________________________________________________
28809 [  9916] By: jhi                                   on 2001/04/30  12:57:03
28810         Log: T_w_e_a_k_a_g_e.
28811      Branch: perl
28812            ! pod/perldata.pod pod/perldiag.pod
28813 ____________________________________________________________________________
28814 [  9915] By: jhi                                   on 2001/04/30  12:39:29
28815         Log: Install s2p also as psed.
28816              
28817              TODO: psed documentation?
28818      Branch: perl
28819            ! installperl
28820 ____________________________________________________________________________
28821 [  9914] By: jhi                                   on 2001/04/30  12:29:21
28822         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
28823              From: Jens Hamisch <jens@Strawberry.COM>
28824              Date: Fri, 27 Apr 2001 17:00:36 +0200
28825              Message-ID: <20010427170036.K1372@Strawberry.COM>
28826              
28827              SOCKS5_VERSION_NAME is the right symbol to detect
28828              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
28829              function called socks5_init() is available, and even that is
28830              not universal, most SOCKS5 installations use SOCKSinit()).
28831      Branch: perl
28832            ! perlio.c
28833 ____________________________________________________________________________
28834 [  9913] By: jhi                                   on 2001/04/30  12:22:15
28835         Log: Allow a zero timeout on IO::Socket accept and connect--
28836              though one really shouldn't do that.  Based on
28837              
28838              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
28839              From: "John Holdsworth" <coldwave@bigfoot.com>
28840              Date: Sun, 4 Feb 2001 12:48:18 +0100
28841              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
28842      Branch: perl
28843            ! ext/IO/lib/IO/Socket.pm
28844 ____________________________________________________________________________
28845 [  9912] By: jhi                                   on 2001/04/30  11:27:27
28846         Log: Save the spot of regprev (see #9911) for binary compatibility;
28847              regen API.
28848      Branch: perl
28849            ! embedvar.h perlapi.h thrdvar.h
28850 ____________________________________________________________________________
28851 [  9911] By: jhi                                   on 2001/04/30  11:22:03
28852         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
28853              From: Hugo <hv@crypt.compulink.co.uk>
28854              Date: Sun, 29 Apr 2001 17:09:30 +0100
28855              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
28856      Branch: perl
28857            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
28858 ____________________________________________________________________________
28859 [  9910] By: jhi                                   on 2001/04/30  11:15:12
28860         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
28861              a dummy for PL_numeric_radix); no pressing reason to break
28862              binary compatibility; regen API.
28863      Branch: perl
28864            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
28865            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
28866 ____________________________________________________________________________
28867 [  9909] By: jhi                                   on 2001/04/30  10:56:08
28868         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
28869              From: Walt Mankowski <waltman@netaxs.com>
28870              Date: Sun, 29 Apr 2001 21:53:48 -0400
28871              Message-ID: <20010429215348.A3971@netaxs.com>
28872      Branch: perl
28873            ! pod/perlfunc.pod
28874 ____________________________________________________________________________
28875 [  9908] By: jhi                                   on 2001/04/30  10:49:40
28876         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
28877      Branch: perl
28878            ! t/lib/selfstubber.t
28879 ____________________________________________________________________________
28880 [  9907] By: nick                                  on 2001/04/30  09:26:50
28881         Log: Integrate mainline.
28882      Branch: perlio
28883           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
28884 ____________________________________________________________________________
28885 [  9906] By: jhi                                   on 2001/04/29  23:24:20
28886         Log: Abigail spotted a thinko in #9905.
28887      Branch: perl
28888            ! pod/perldiag.pod
28889 ____________________________________________________________________________
28890 [  9905] By: jhi                                   on 2001/04/29  15:55:39
28891         Log: Changed the underscore/undebar syntax in numeric constants;
28892              now any grouping will do, as long as the underscores are not
28893              consecutive (so "zero-grouping" is out), and they do not begin
28894              or end the integer or fractional parts.
28895      Branch: perl
28896            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
28897 ____________________________________________________________________________
28898 [  9904] By: nick                                  on 2001/04/29  15:43:22
28899         Log: Integrate mainline.
28900      Branch: perlio
28901           +> (branch 98 files)
28902            - lib/unicode/Block.pl
28903            - lib/unicode/In/AlphabeticPresentationForms.pl
28904            - lib/unicode/In/Arabic.pl
28905            - lib/unicode/In/ArabicPresentationForms-A.pl
28906            - lib/unicode/In/ArabicPresentationForms-B.pl
28907            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
28908            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
28909            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
28910            - lib/unicode/In/BopomofoExtended.pl
28911            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
28912            - lib/unicode/In/CJKCompatibility.pl
28913            - lib/unicode/In/CJKCompatibilityForms.pl
28914            - lib/unicode/In/CJKCompatibilityIdeographs.pl
28915            - lib/unicode/In/CJKRadicalsSupplement.pl
28916            - lib/unicode/In/CJKSymbolsandPunctuation.pl
28917            - lib/unicode/In/CJKUnifiedIdeographs.pl
28918            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
28919            - lib/unicode/In/Cherokee.pl
28920            - lib/unicode/In/CombiningDiacriticalMarks.pl
28921            - lib/unicode/In/CombiningHalfMarks.pl
28922            - lib/unicode/In/CombiningMarksforSymbols.pl
28923            - lib/unicode/In/ControlPictures.pl
28924            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
28925            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
28926            - lib/unicode/In/EnclosedAlphanumerics.pl
28927            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
28928            - lib/unicode/In/Ethiopic.pl
28929            - lib/unicode/In/GeneralPunctuation.pl
28930            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
28931            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
28932            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
28933            - lib/unicode/In/HalfwidthandFullwidthForms.pl
28934            - lib/unicode/In/HangulCompatibilityJamo.pl
28935            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
28936            - lib/unicode/In/Hebrew.pl
28937            - lib/unicode/In/HighPrivateUseSurrogates.pl
28938            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
28939            - lib/unicode/In/IPAExtensions.pl
28940            - lib/unicode/In/IdeographicDescriptionCharacters.pl
28941            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
28942            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
28943            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
28944            - lib/unicode/In/Latin-1Supplement.pl
28945            - lib/unicode/In/LatinExtended-A.pl
28946            - lib/unicode/In/LatinExtended-B.pl
28947            - lib/unicode/In/LatinExtendedAdditional.pl
28948            - lib/unicode/In/LetterlikeSymbols.pl
28949            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
28950            - lib/unicode/In/MathematicalOperators.pl
28951            - lib/unicode/In/MiscellaneousSymbols.pl
28952            - lib/unicode/In/MiscellaneousTechnical.pl
28953            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
28954            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
28955            - lib/unicode/In/OpticalCharacterRecognition.pl
28956            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
28957            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
28958            - lib/unicode/In/SmallFormVariants.pl
28959            - lib/unicode/In/SpacingModifierLetters.pl
28960            - lib/unicode/In/Specials.pl
28961            - lib/unicode/In/SuperscriptsandSubscripts.pl
28962            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
28963            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
28964            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
28965            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
28966            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
28967           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
28968           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
28969           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
28970           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
28971           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
28972           !> utf8.c win32/Makefile
28973 ____________________________________________________________________________
28974 [  9903] By: jhi                                   on 2001/04/29  14:30:53
28975         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
28976              From: Prymmer/Kahn <pvhp@best.com>
28977              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
28978              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
28979      Branch: perl
28980            ! win32/Makefile
28981 ____________________________________________________________________________
28982 [  9902] By: jhi                                   on 2001/04/29  02:52:44
28983         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
28984              From: "Abigail" <abigail@foad.org>
28985              Date: Sun, 29 Apr 2001 03:14:25 +0200
28986              Message-ID: <20010429011425.24503.qmail@foad.org>
28987      Branch: perl
28988            ! ext/IO/lib/IO/Seekable.pm
28989 ____________________________________________________________________________
28990 [  9901] By: jhi                                   on 2001/04/29  02:04:46
28991         Log: In character classes one couldn't have 0x80..0xff characters
28992              at the left hand side if there were 0x100.. characters in the
28993              character class.
28994      Branch: perl
28995            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
28996            ! t/op/pat.t utf8.c
28997 ____________________________________________________________________________
28998 [  9900] By: jhi                                   on 2001/04/28  22:55:04
28999         Log: Forgot the latest mktables.PL from #9899.
29000      Branch: perl
29001            ! lib/unicode/mktables.PL
29002 ____________________________________________________________________________
29003 [  9899] By: jhi                                   on 2001/04/28  22:53:28
29004         Log: Explain the \p{} and \P{} error message better and
29005              have prettier prettyprint in In.pl.
29006      Branch: perl
29007            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
29008            ! pod/perldiag.pod
29009 ____________________________________________________________________________
29010 [  9898] By: jhi                                   on 2001/04/28  21:03:34
29011         Log: Add one possible explanation for the "Invalid [] range" error.
29012      Branch: perl
29013            ! pod/perldiag.pod
29014 ____________________________________________________________________________
29015 [  9897] By: jhi                                   on 2001/04/28  17:18:26
29016         Log: Add a level of indirection to the implementation of \p{InFoo}
29017              so that we don't have to have long filenames.  (Nothing changes
29018              in the user interface.)   The indirection is defined in
29019              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
29020              Also rename some the character classes by removing '-' from
29021              the classnames, and finally renamed Block.pl as Blocks.pl.
29022      Branch: perl
29023            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
29024            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
29025            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
29026            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
29027            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
29028            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
29029            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
29030            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
29031            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
29032            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
29033            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
29034            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
29035            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
29036            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
29037            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
29038            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
29039            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
29040            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
29041            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
29042            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
29043            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
29044            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
29045            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
29046            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
29047            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
29048            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
29049            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
29050            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
29051            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
29052            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
29053            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
29054            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
29055            + lib/unicode/In/94.pl lib/unicode/In/95.pl
29056            - lib/unicode/Block.pl
29057            - lib/unicode/In/AlphabeticPresentationForms.pl
29058            - lib/unicode/In/Arabic.pl
29059            - lib/unicode/In/ArabicPresentationForms-A.pl
29060            - lib/unicode/In/ArabicPresentationForms-B.pl
29061            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
29062            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
29063            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
29064            - lib/unicode/In/BopomofoExtended.pl
29065            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
29066            - lib/unicode/In/CJKCompatibility.pl
29067            - lib/unicode/In/CJKCompatibilityForms.pl
29068            - lib/unicode/In/CJKCompatibilityIdeographs.pl
29069            - lib/unicode/In/CJKRadicalsSupplement.pl
29070            - lib/unicode/In/CJKSymbolsandPunctuation.pl
29071            - lib/unicode/In/CJKUnifiedIdeographs.pl
29072            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
29073            - lib/unicode/In/Cherokee.pl
29074            - lib/unicode/In/CombiningDiacriticalMarks.pl
29075            - lib/unicode/In/CombiningHalfMarks.pl
29076            - lib/unicode/In/CombiningMarksforSymbols.pl
29077            - lib/unicode/In/ControlPictures.pl
29078            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
29079            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
29080            - lib/unicode/In/EnclosedAlphanumerics.pl
29081            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
29082            - lib/unicode/In/Ethiopic.pl
29083            - lib/unicode/In/GeneralPunctuation.pl
29084            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
29085            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
29086            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
29087            - lib/unicode/In/HalfwidthandFullwidthForms.pl
29088            - lib/unicode/In/HangulCompatibilityJamo.pl
29089            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
29090            - lib/unicode/In/Hebrew.pl
29091            - lib/unicode/In/HighPrivateUseSurrogates.pl
29092            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
29093            - lib/unicode/In/IPAExtensions.pl
29094            - lib/unicode/In/IdeographicDescriptionCharacters.pl
29095            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
29096            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
29097            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
29098            - lib/unicode/In/Latin-1Supplement.pl
29099            - lib/unicode/In/LatinExtended-A.pl
29100            - lib/unicode/In/LatinExtended-B.pl
29101            - lib/unicode/In/LatinExtendedAdditional.pl
29102            - lib/unicode/In/LetterlikeSymbols.pl
29103            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
29104            - lib/unicode/In/MathematicalOperators.pl
29105            - lib/unicode/In/MiscellaneousSymbols.pl
29106            - lib/unicode/In/MiscellaneousTechnical.pl
29107            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
29108            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
29109            - lib/unicode/In/OpticalCharacterRecognition.pl
29110            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
29111            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
29112            - lib/unicode/In/SmallFormVariants.pl
29113            - lib/unicode/In/SpacingModifierLetters.pl
29114            - lib/unicode/In/Specials.pl
29115            - lib/unicode/In/SuperscriptsandSubscripts.pl
29116            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
29117            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
29118            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
29119            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
29120            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
29121            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
29122            ! pod/perlunicode.pod
29123 ____________________________________________________________________________
29124 [  9896] By: jhi                                   on 2001/04/28  14:33:17
29125         Log: Update the information on shared library path on HP-UX.
29126      Branch: perl
29127            ! INSTALL
29128 ____________________________________________________________________________
29129 [  9895] By: jhi                                   on 2001/04/28  14:32:30
29130         Log: Because #9894 seems to do the trick, this workaround can be removed.
29131      Branch: perl
29132            ! t/lib/selfstubber.t
29133 ____________________________________________________________________________
29134 [  9894] By: jhi                                   on 2001/04/28  14:26:13
29135         Log: For PerlIO flush the children's file handles (on fork/exec/system).
29136      Branch: perl
29137            ! perl.h
29138 ____________________________________________________________________________
29139 [  9893] By: jhi                                   on 2001/04/28  14:23:15
29140         Log: Test tweak for #9891.
29141      Branch: perl
29142            ! t/lib/b-deparse.t
29143 ____________________________________________________________________________
29144 [  9892] By: jhi                                   on 2001/04/28  14:10:13
29145         Log: New HP-UX hints from Merijn.
29146      Branch: perl
29147            ! hints/hpux.sh
29148 ____________________________________________________________________________
29149 [  9891] By: jhi                                   on 2001/04/28  14:07:27
29150         Log: Subject: [PATCH B::Deparse] non-block scopes
29151              From: Robin Houston <robin@kitsite.com>
29152              Date: Fri, 27 Apr 2001 19:15:14 +0100
29153              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
29154      Branch: perl
29155            ! ext/B/B/Deparse.pm
29156 ____________________________________________________________________________
29157 [  9890] By: nick                                  on 2001/04/27  19:41:25
29158         Log: Integrate mainline
29159      Branch: perlio
29160           +> t/lib/selfstubber.t
29161           !> (integrate 50 files)
29162 ____________________________________________________________________________
29163 [  9889] By: jhi                                   on 2001/04/27  18:23:46
29164         Log: Subject: Re: selfstubber test fail on bleadperl
29165              From: Mike Guy <mjtg@cam.ac.uk>
29166              Date: Fri, 27 Apr 2001 19:31:18 +0100
29167              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
29168      Branch: perl
29169            ! t/lib/selfstubber.t
29170 ____________________________________________________________________________
29171 [  9888] By: jhi                                   on 2001/04/27  16:20:54
29172         Log: Test tweak for #9886.
29173      Branch: perl
29174            ! t/lib/b-deparse.t
29175 ____________________________________________________________________________
29176 [  9887] By: jhi                                   on 2001/04/27  16:16:33
29177         Log: Buffering issue at least in Solaris (even with perlio).
29178      Branch: perl
29179            ! t/lib/selfstubber.t
29180 ____________________________________________________________________________
29181 [  9886] By: jhi                                   on 2001/04/27  14:59:23
29182         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
29183              From: Robin Houston <robin@kitsite.com>
29184              Date: Fri, 27 Apr 2001 16:53:20 +0100
29185              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
29186      Branch: perl
29187            ! ext/B/B/Deparse.pm
29188 ____________________________________________________________________________
29189 [  9885] By: jhi                                   on 2001/04/27  14:23:51
29190         Log: Update Changes.
29191      Branch: perl
29192            ! Changes patchlevel.h
29193 ____________________________________________________________________________
29194 [  9884] By: jhi                                   on 2001/04/27  14:14:12
29195         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
29196              From: "Philip Newton" <pnewton@gmx.de>
29197              Date: Fri, 27 Apr 2001 16:40:13 +0200
29198              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
29199      Branch: perl
29200            ! pod/perldata.pod
29201 ____________________________________________________________________________
29202 [  9883] By: jhi                                   on 2001/04/27  13:28:19
29203         Log: Add LOG_PERROR; prettify the "removed".
29204      Branch: perl
29205            ! ext/Sys/Syslog/Syslog.xs
29206 ____________________________________________________________________________
29207 [  9882] By: jhi                                   on 2001/04/27  13:13:18
29208         Log: h2xs tweaks: use NV instead of double, "quote" the removed
29209              prefixes for clarity (especially when nothing is removed),
29210              slight pod reformats.
29211      Branch: perl
29212            ! utils/h2xs.PL
29213 ____________________________________________________________________________
29214 [  9881] By: jhi                                   on 2001/04/27  12:58:48
29215         Log: Don't bother creating existing directories.
29216      Branch: perl
29217            ! utils/h2xs.PL
29218 ____________________________________________________________________________
29219 [  9880] By: jhi                                   on 2001/04/27  12:45:39
29220         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
29221              From: Mike Schilli <m@perlmeister.com>
29222              Date: Wed, 25 Apr 2001 01:29:21 -0700
29223              Message-id: <3AE68AE1.6A981723@perlmeister.com>
29224      Branch: perl
29225            ! utils/h2xs.PL
29226 ____________________________________________________________________________
29227 [  9879] By: jhi                                   on 2001/04/27  12:40:55
29228         Log: break is not yet Perl.  Added the template license also to README.
29229      Branch: perl
29230            ! utils/h2xs.PL
29231 ____________________________________________________________________________
29232 [  9878] By: jhi                                   on 2001/04/27  03:08:20
29233         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
29234              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29235              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
29236              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
29237      Branch: perl
29238            ! t/lib/xs-typemap.t
29239 ____________________________________________________________________________
29240 [  9877] By: jhi                                   on 2001/04/26  23:54:40
29241         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
29242              From: "Abigail" <abigail@foad.org>
29243              Date: Fri, 27 Apr 2001 01:44:28 +0200
29244              Message-ID: <20010426234428.19786.qmail@foad.org>
29245      Branch: perl
29246            ! utils/h2xs.PL
29247 ____________________________________________________________________________
29248 [  9876] By: jhi                                   on 2001/04/26  23:52:06
29249         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
29250              From: Peter Prymmer <pvhp@forte.com>
29251              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
29252              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
29253      Branch: perl
29254            ! t/lib/selfstubber.t
29255 ____________________________________________________________________________
29256 [  9875] By: jhi                                   on 2001/04/26  23:48:10
29257         Log: Deparse nits.
29258      Branch: perl
29259            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
29260 ____________________________________________________________________________
29261 [  9874] By: jhi                                   on 2001/04/26  22:46:05
29262         Log: Document ANYOF_CLASS.
29263      Branch: perl
29264            ! regcomp.h
29265 ____________________________________________________________________________
29266 [  9873] By: jhi                                   on 2001/04/26  22:35:03
29267         Log: Subject: Re: [PATCH @9846] dumping ANYOF
29268              From: Hugo <hv@crypt.compulink.co.uk>
29269              Date: Thu, 26 Apr 2001 23:33:38 +0100
29270              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
29271      Branch: perl
29272            ! regcomp.c regcomp.h
29273 ____________________________________________________________________________
29274 [  9872] By: jhi                                   on 2001/04/26  22:34:31
29275         Log: Subject: [PATCH] more for Devel::SelfStubber
29276              From: Nicholas Clark <nick@ccl4.org>
29277              Date: Fri, 27 Apr 2001 00:13:52 +0100
29278              Message-ID: <20010427001351.K88186@plum.flirble.org>
29279      Branch: perl
29280            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
29281 ____________________________________________________________________________
29282 [  9871] By: jhi                                   on 2001/04/26  21:59:17
29283         Log: Subject: [PATCH B::Deparse] formats must be flush left
29284              From: Robin Houston <robin@kitsite.com>
29285              Date: Thu, 26 Apr 2001 23:54:29 +0100
29286              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
29287      Branch: perl
29288            ! ext/B/B/Deparse.pm
29289 ____________________________________________________________________________
29290 [  9870] By: jhi                                   on 2001/04/26  21:57:37
29291         Log: If some of the constants are prefixes of others,
29292              the prefixes may never get recognized.  (See 20010426.006.)
29293      Branch: perl
29294            ! utils/h2xs.PL
29295 ____________________________________________________________________________
29296 [  9869] By: jhi                                   on 2001/04/26  21:50:42
29297         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
29298              From: Chris Bongaarts <cab@tc.umn.edu>
29299              Date: Thu, 26 Apr 2001 17:10:31 -0500
29300              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
29301      Branch: perl
29302            ! ext/Sys/Syslog/Syslog.xs
29303 ____________________________________________________________________________
29304 [  9868] By: jhi                                   on 2001/04/26  21:35:12
29305         Log: Further cuts and more docs from Graham Barr.
29306      Branch: perl
29307            ! ext/List/Util/lib/List/Util.pm
29308            ! ext/List/Util/lib/Scalar/Util.pm
29309 ____________________________________________________________________________
29310 [  9867] By: jhi                                   on 2001/04/26  21:18:57
29311         Log: Subject: [PATCH 5.7.1] DB_File-1.77
29312              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
29313              Date: Thu, 26 Apr 2001 22:37:53 +0100
29314              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
29315      Branch: perl
29316            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
29317            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
29318 ____________________________________________________________________________
29319 [  9866] By: jhi                                   on 2001/04/26  21:12:31
29320         Log: Subject: [PATCH B::Deparse] fix easy bugs
29321              From: Robin Houston <robin@kitsite.com>
29322              Date: Thu, 26 Apr 2001 23:03:33 +0100
29323              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
29324      Branch: perl
29325            ! ext/B/B/Deparse.pm
29326 ____________________________________________________________________________
29327 [  9865] By: jhi                                   on 2001/04/26  20:26:13
29328         Log: Update Changes.
29329      Branch: perl
29330            ! Changes patchlevel.h
29331 ____________________________________________________________________________
29332 [  9864] By: jhi                                   on 2001/04/26  19:27:48
29333         Log: Dethinko from Robin Houston.
29334      Branch: perl
29335            ! ext/B/B/Deparse.pm
29336 ____________________________________________________________________________
29337 [  9863] By: jhi                                   on 2001/04/26  19:10:35
29338         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
29339              From: Robin Houston <robin@kitsite.com>
29340              Date: Thu, 26 Apr 2001 21:08:32 +0100
29341              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
29342      Branch: perl
29343            ! ext/B/B/Deparse.pm
29344 ____________________________________________________________________________
29345 [  9862] By: jhi                                   on 2001/04/26  19:04:23
29346         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
29347              From: Robin Houston <robin@kitsite.com>
29348              Date: Thu, 26 Apr 2001 20:52:50 +0100
29349              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
29350      Branch: perl
29351            ! ext/B/B/Deparse.pm
29352 ____________________________________________________________________________
29353 [  9861] By: jhi                                   on 2001/04/26  18:56:14
29354         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
29355              From: Mike Guy <mjtg@cam.ac.uk>
29356              Date: Thu, 26 Apr 2001 14:22:40 +0100
29357              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
29358      Branch: perl
29359            ! pod/perlobj.pod
29360 ____________________________________________________________________________
29361 [  9860] By: jhi                                   on 2001/04/26  18:46:42
29362         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
29363              From: Robin Houston <robin@kitsite.com>
29364              Date: Thu, 26 Apr 2001 20:34:29 +0100
29365              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
29366              
29367              Hashes do not interpolate.
29368      Branch: perl
29369            ! ext/B/B/Deparse.pm
29370 ____________________________________________________________________________
29371 [  9859] By: jhi                                   on 2001/04/26  18:43:51
29372         Log: Subject: The Time::Piece conspiracy unmasked!!!
29373              From: Mike Guy <mjtg@cam.ac.uk>
29374              Date: Thu, 26 Apr 2001 19:02:50 +0100
29375              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
29376              
29377              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
29378              From: Mike Guy <mjtg@cam.ac.uk>
29379              Date: Thu, 26 Apr 2001 19:08:21 +0100
29380              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
29381              
29382              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
29383              From: Graham Barr <gbarr@pobox.com>
29384              Date: Thu, 26 Apr 2001 19:12:03 +0100
29385              Message-ID: <20010426191203.A70835@pobox.com>
29386              
29387              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
29388      Branch: perl
29389            ! ext/List/Util/lib/List/Util.pm
29390            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
29391 ____________________________________________________________________________
29392 [  9858] By: jhi                                   on 2001/04/26  18:17:42
29393         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
29394              From: Robin Houston <robin@kitsite.com>
29395              Date: Thu, 26 Apr 2001 16:09:35 +0100
29396              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
29397      Branch: perl
29398            ! t/comp/proto.t
29399 ____________________________________________________________________________
29400 [  9857] By: jhi                                   on 2001/04/26  18:04:59
29401         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
29402              From: barries <barries@slaysys.com>
29403              Date: Thu, 26 Apr 2001 12:01:10 -0400
29404              Message-ID: <20010426120110.E29698@jester.slaysys.com>
29405      Branch: perl
29406            ! pod/perldiag.pod
29407 ____________________________________________________________________________
29408 [  9856] By: jhi                                   on 2001/04/26  18:03:33
29409         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
29410              Date: Thu, 26 Apr 2001 17:13:41 +0100
29411              From: Robin Houston <robin@kitsite.com>
29412              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
29413              
29414              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
29415              From: Robin Houston <robin@kitsite.com>
29416              Date: Thu, 26 Apr 2001 18:44:29 +0100
29417              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
29418      Branch: perl
29419            ! ext/B/B/Deparse.pm
29420 ____________________________________________________________________________
29421 [  9855] By: jhi                                   on 2001/04/26  17:56:04
29422         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
29423              From: Robin Houston <robin@kitsite.com>
29424              Date: Thu, 26 Apr 2001 17:04:08 +0100
29425              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
29426      Branch: perl
29427            ! ext/B/B/Deparse.pm
29428 ____________________________________________________________________________
29429 [  9854] By: jhi                                   on 2001/04/26  17:47:26
29430         Log: Subject: Re: Short test case for undef %stash:: crash
29431              From: Benjamin Sugars <bsugars@canoe.ca> 
29432              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
29433              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
29434              Changed and moved the perldiag entry.
29435      Branch: perl
29436            ! gv.c pod/perldiag.pod
29437 ____________________________________________________________________________
29438 [  9853] By: jhi                                   on 2001/04/26  14:35:16
29439         Log: Beginnings of strptime().  Do not touch the wet paint.
29440      Branch: perl
29441            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
29442 ____________________________________________________________________________
29443 [  9852] By: jhi                                   on 2001/04/26  13:17:21
29444         Log: Retract #9851, core dumps from pod2man.
29445      Branch: perl
29446            ! regcomp.c
29447 ____________________________________________________________________________
29448 [  9851] By: jhi                                   on 2001/04/26  11:54:41
29449         Log: (Retracted by #9852.)
29450              
29451              Subject: [PATCH @9846] dumping ANYOF
29452              From: Hugo <hv@crypt.compulink.co.uk>
29453              Date: Thu, 26 Apr 2001 05:32:38 +0100
29454              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
29455      Branch: perl
29456            ! regcomp.c
29457 ____________________________________________________________________________
29458 [  9850] By: jhi                                   on 2001/04/26  02:34:44
29459         Log: If ccflags was empty the _previous_ $* containing all the
29460              environment variables and Configure variables was used,
29461              which lead, among other bad things, into $ccflags being your
29462              uname -a output, which lead into test compile with cc failing,
29463              which lead into gcc being selected, which didn't work that well
29464              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
29465              with large files, et cetera.
29466      Branch: perl
29467            ! hints/hpux.sh
29468 ____________________________________________________________________________
29469 [  9849] By: jhi                                   on 2001/04/26  01:44:57
29470         Log: Make selfstubber test more portable.
29471      Branch: perl
29472            ! t/lib/selfstubber.t
29473 ____________________________________________________________________________
29474 [  9848] By: jhi                                   on 2001/04/26  00:50:26
29475         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
29476              From: Benjamin Sugars <ben.sugars@home.com>
29477              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
29478              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
29479      Branch: perl
29480            ! ext/Cwd/Cwd.xs
29481 ____________________________________________________________________________
29482 [  9847] By: jhi                                   on 2001/04/26  00:46:58
29483         Log: Subject: [PATCH: perl@9841] VMS updates
29484              From: Peter Prymmer <pvhp@forte.com>
29485              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
29486              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
29487      Branch: perl
29488            ! README.vms configure.com vms/descrip_mms.template
29489            ! vms/ext/filespec.t
29490 ____________________________________________________________________________
29491 [  9846] By: jhi                                   on 2001/04/26  00:11:56
29492         Log: re 'debug' was broken by #9084.
29493      Branch: perl
29494            ! ext/re/re.xs
29495 ____________________________________________________________________________
29496 [  9845] By: jhi                                   on 2001/04/25  22:33:17
29497         Log: Subject: [PATCH] test for Devel::SelfStubber
29498              From: Nicholas Clark <nick@ccl4.org>
29499              Date: Thu, 26 Apr 2001 00:00:54 +0100
29500              Message-ID: <20010426000054.D89026@plum.flirble.org>
29501      Branch: perl
29502            + t/lib/selfstubber.t
29503            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
29504 ____________________________________________________________________________
29505 [  9844] By: jhi                                   on 2001/04/25  22:29:32
29506         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
29507              From: Paul Johnson <paul@pjcj.net>
29508              Date: Thu, 26 Apr 2001 00:46:08 +0200
29509              Message-ID: <20010426004608.H2338@pjcj.net>
29510      Branch: perl
29511            ! ext/B/B/Concise.pm
29512 ____________________________________________________________________________
29513 [  9843] By: jhi                                   on 2001/04/25  22:28:28
29514         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
29515              From: Peter Prymmer <pvhp@forte.com>
29516              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
29517              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
29518      Branch: perl
29519            ! ext/Cwd/Cwd.xs
29520 ____________________________________________________________________________
29521 [  9842] By: jhi                                   on 2001/04/25  20:58:12
29522         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
29523              From: John Peacock <jpeacock@rowman.com>
29524              Date: Wed, 25 Apr 2001 17:30:26 -0400
29525              Message-ID: <3AE741F2.B3217464@rowman.com>
29526      Branch: perl
29527            ! lib/Math/BigInt.pm t/lib/bigintpm.t
29528 ____________________________________________________________________________
29529 [  9841] By: jhi                                   on 2001/04/25  20:07:05
29530         Log: Update Changes.
29531      Branch: perl
29532            ! Changes patchlevel.h
29533 ____________________________________________________________________________
29534 [  9840] By: jhi                                   on 2001/04/25  19:56:51
29535         Log: Yet another HP-UX hints version from Merijn.
29536      Branch: perl
29537            ! hints/hpux.sh
29538 ____________________________________________________________________________
29539 [  9839] By: jhi                                   on 2001/04/25  19:53:04
29540         Log: abs_path() didn't terminate the filename correctly,
29541              in DIRNAMLENless systems like HP-UX this would fail.
29542      Branch: perl
29543            ! ext/Cwd/Cwd.xs
29544 ____________________________________________________________________________
29545 [  9838] By: jhi                                   on 2001/04/25  16:37:26
29546         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
29547              From: Mike Guy <mjtg@cam.ac.uk>
29548              Date: Wed, 25 Apr 2001 18:31:47 +0100
29549              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
29550      Branch: perl
29551            ! op.c
29552 ____________________________________________________________________________
29553 [  9837] By: jhi                                   on 2001/04/25  16:21:53
29554         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
29555              From: Jon Eveland <jweveland@yahoo.com>
29556              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
29557              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
29558      Branch: perl
29559            ! lib/perl5db.pl
29560 ____________________________________________________________________________
29561 [  9836] By: jhi                                   on 2001/04/25  14:17:50
29562         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
29563              From: "Philip Newton" <pnewton@gmx.de>
29564              Date: Wed, 25 Apr 2001 17:05:58 +0200
29565              Message-ID: <3AE703F6.3234.1833C45@localhost>
29566      Branch: perl
29567            ! Porting/patching.pod
29568 ____________________________________________________________________________
29569 [  9835] By: jhi                                   on 2001/04/25  13:58:07
29570         Log: It would seem that both ar and full_ar need to be overridden
29571              for HP-UX to avoid the GNU ar.
29572      Branch: perl
29573            ! hints/hpux.sh
29574 ____________________________________________________________________________
29575 [  9834] By: jhi                                   on 2001/04/25  13:50:40
29576         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
29577              From: "Philip Newton" <pnewton@gmx.de>
29578              Date: Wed, 25 Apr 2001 16:09:23 +0200
29579              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
29580              
29581              Detypo.
29582      Branch: perl
29583            ! t/op/misc.t
29584 ____________________________________________________________________________
29585 [  9833] By: jhi                                   on 2001/04/25  12:36:11
29586         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
29587      Branch: perl
29588            ! hints/hpux.sh
29589 ____________________________________________________________________________
29590 [  9832] By: jhi                                   on 2001/04/25  12:33:36
29591         Log: New version of HP-UX hints from Merijn.
29592      Branch: perl
29593            ! hints/hpux.sh
29594 ____________________________________________________________________________
29595 [  9831] By: jhi                                   on 2001/04/25  03:39:45
29596         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
29597      Branch: perl
29598            ! hints/hpux.sh
29599 ____________________________________________________________________________
29600 [  9830] By: jhi                                   on 2001/04/25  02:53:25
29601         Log: The tzname[] bit is not needed by util.c -- and causes
29602              heartburn in VMS (and it missing was probably the cause of
29603              the Mac OS X trouble).  Ouch.
29604      Branch: perl
29605            ! ext/POSIX/POSIX.xs util.c
29606 ____________________________________________________________________________
29607 [  9829] By: jhi                                   on 2001/04/25  00:10:06
29608         Log: Metaconfig unit change for #9828.
29609      Branch: metaconfig
29610            ! U/compline/ccflags.U
29611 ____________________________________________________________________________
29612 [  9828] By: jhi                                   on 2001/04/25  00:04:18
29613         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
29614              (which is actually the reason for the change, we need to pass
29615              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
29616              EP/IX, OS/2, and TitanOS, based on the hints files.
29617      Branch: perl
29618            ! Configure config_h.SH
29619 ____________________________________________________________________________
29620 [  9827] By: jhi                                   on 2001/04/24  23:49:20
29621         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
29622              the $cat must have an absolute path.
29623      Branch: perl
29624            ! makedepend.SH
29625 ____________________________________________________________________________
29626 [  9826] By: jhi                                   on 2001/04/24  23:40:53
29627         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
29628      Branch: perl
29629            ! README.amiga
29630 ____________________________________________________________________________
29631 [  9825] By: jhi                                   on 2001/04/24  23:35:35
29632         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
29633              From: "Philip Newton" <pnewton@gmx.de>
29634              Date: Tue, 24 Apr 2001 18:52:49 +0200
29635              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
29636      Branch: perl
29637            ! x2p/find2perl.PL
29638 ____________________________________________________________________________
29639 [  9824] By: jhi                                   on 2001/04/24  23:33:07
29640         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
29641              Some gcc specifics dropped out due to extensive rewriting;
29642              will be put back later as needed.
29643      Branch: perl
29644            ! hints/hpux.sh
29645 ____________________________________________________________________________
29646 [  9823] By: jhi                                   on 2001/04/24  23:27:57
29647         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
29648      Branch: perl
29649            ! ext/POSIX/POSIX.xs
29650 ____________________________________________________________________________
29651 [  9822] By: jhi                                   on 2001/04/24  23:25:21
29652         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
29653              From: Tim Jenness <t.jenness@jach.hawaii.edu>
29654              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
29655              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
29656      Branch: perl
29657            ! ext/XS/Typemap/Typemap.xs
29658 ____________________________________________________________________________
29659 [  9821] By: jhi                                   on 2001/04/24  23:24:10
29660         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
29661              From: "Abigail" <abigail@foad.org>
29662              Date: Tue, 24 Apr 2001 23:12:03 +0200
29663              Message-ID: <20010424211203.7901.qmail@foad.org>
29664      Branch: perl
29665            ! pod/perlport.pod
29666 ____________________________________________________________________________
29667 [  9820] By: jhi                                   on 2001/04/24  23:23:15
29668         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
29669              From: Matt Sergeant <matt@sergeant.org>
29670              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
29671              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
29672      Branch: perl
29673            ! pod/perlfaq4.pod
29674 ____________________________________________________________________________
29675 [  9819] By: nick                                  on 2001/04/24  18:49:43
29676         Log: Integrate mainline.
29677      Branch: perlio
29678           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
29679           !> (integrate 37 files)
29680 ____________________________________________________________________________
29681 [  9818] By: jhi                                   on 2001/04/24  14:35:23
29682         Log: Update Changes.
29683      Branch: perl
29684            ! Changes patchlevel.h
29685 ____________________________________________________________________________
29686 [  9817] By: jhi                                   on 2001/04/24  14:09:17
29687         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
29688              From: "Philip Newton" <pnewton@gmx.de>
29689              Date: Tue, 24 Apr 2001 12:58:12 +0200
29690              Message-ID: <3AE57864.8304.B77A0A@localhost> 
29691              
29692              plus add CPAN to the list of modules that have their own tests.
29693      Branch: perl
29694            ! t/lib/1_compile.t
29695 ____________________________________________________________________________
29696 [  9816] By: jhi                                   on 2001/04/24  14:07:03
29697         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
29698              From: Michael G Schwern <schwern@pobox.com>
29699              Date: Sat, 21 Apr 2001 22:35:00 +0100
29700              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
29701      Branch: perl
29702            ! t/lib/1_compile.t
29703 ____________________________________________________________________________
29704 [  9815] By: jhi                                   on 2001/04/24  13:54:32
29705         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
29706              From: Robin Houston <robin@kitsite.com>
29707              Date: Tue, 24 Apr 2001 15:51:18 +0100
29708              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
29709      Branch: perl
29710            ! ext/B/B/Deparse.pm
29711 ____________________________________________________________________________
29712 [  9814] By: jhi                                   on 2001/04/24  13:17:34
29713         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
29714              From: Bill Glicker <billg@burrelles.com>
29715              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
29716              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
29717      Branch: perl
29718            ! hints/svr5.sh
29719 ____________________________________________________________________________
29720 [  9813] By: jhi                                   on 2001/04/24  12:54:23
29721         Log: Prevent path disclosure (probing for existence of filenames)
29722              using suidperl; bug id 20010322.218.
29723      Branch: perl
29724            ! perl.c pod/perldiag.pod
29725 ____________________________________________________________________________
29726 [  9812] By: jhi                                   on 2001/04/24  12:08:36
29727         Log: Retract #9811.
29728      Branch: perl
29729            ! ext/POSIX/POSIX.xs
29730 ____________________________________________________________________________
29731 [  9811] By: jhi                                   on 2001/04/24  11:57:35
29732         Log: (Retracted by #9812.)
29733      Branch: perl
29734            ! ext/POSIX/POSIX.xs
29735 ____________________________________________________________________________
29736 [  9810] By: jhi                                   on 2001/04/24  03:32:35
29737         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
29738      Branch: perl
29739            ! util.c
29740 ____________________________________________________________________________
29741 [  9809] By: jhi                                   on 2001/04/24  03:16:13
29742         Log: The Math::BigFloat::import() was broken.
29743              (Fixes bug id 20010422.002.)
29744      Branch: perl
29745            ! lib/Math/BigFloat.pm
29746 ____________________________________________________________________________
29747 [  9808] By: jhi                                   on 2001/04/24  01:11:40
29748         Log: Additional dependencies; should help for parallel makes
29749              not to fail on missing lib/lib.pm or lib/re.pm.
29750      Branch: perl
29751            ! Makefile.SH
29752 ____________________________________________________________________________
29753 [  9807] By: jhi                                   on 2001/04/24  00:57:01
29754         Log: Update the test failure disclaimer.
29755      Branch: perl
29756            ! t/pragma/warn/pp_hot
29757 ____________________________________________________________________________
29758 [  9806] By: jhi                                   on 2001/04/24  00:54:04
29759         Log: Add make target "install-all" which is alias for "install"
29760              to cater for case-preserving filesystems like HFS+.
29761      Branch: perl
29762            ! INSTALL Makefile.SH
29763 ____________________________________________________________________________
29764 [  9805] By: jhi                                   on 2001/04/24  00:47:28
29765         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
29766              From: Peter Prymmer <pvhp@forte.com>
29767              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
29768              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
29769              
29770              (Ken William's message forwarded from macosx@perl.org)
29771      Branch: perl
29772            ! hints/darwin.sh
29773 ____________________________________________________________________________
29774 [  9804] By: jhi                                   on 2001/04/23  23:57:35
29775         Log: Cut-and-pasto.
29776      Branch: perl
29777            ! perlio.c
29778 ____________________________________________________________________________
29779 [  9803] By: jhi                                   on 2001/04/23  23:52:25
29780         Log: More PerlIO robustness.
29781      Branch: perl
29782            ! perlio.c
29783 ____________________________________________________________________________
29784 [  9802] By: jhi                                   on 2001/04/23  23:43:35
29785         Log: Make the "STD* opened only for ..." errors more consistent.
29786      Branch: perl
29787            ! doio.c
29788 ____________________________________________________________________________
29789 [  9801] By: jhi                                   on 2001/04/23  23:34:26
29790         Log: Test case for #9800.
29791      Branch: perl
29792            ! t/op/misc.t
29793 ____________________________________________________________________________
29794 [  9800] By: jhi                                   on 2001/04/23  23:14:43
29795         Log: Avoid coredump on 'close STDERR; die' by making
29796              the PerlIO calls more robust.  Also use SETERRNO()
29797              instead of errno = to be more VMS-ready.
29798      Branch: perl
29799            ! perlio.c
29800 ____________________________________________________________________________
29801 [  9799] By: jhi                                   on 2001/04/23  21:41:10
29802         Log: Subject: test for ID 20010423.002
29803              From: Robin Houston <robin@kitsite.com>
29804              Date: Mon, 23 Apr 2001 16:52:21 +0100
29805              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
29806      Branch: perl
29807            ! t/op/avhv.t
29808 ____________________________________________________________________________
29809 [  9798] By: jhi                                   on 2001/04/23  21:40:07
29810         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
29811              From: David Dyck <dcd@tc.fluke.com>
29812              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
29813              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
29814      Branch: perl
29815            ! installperl
29816 ____________________________________________________________________________
29817 [  9797] By: jhi                                   on 2001/04/23  21:37:56
29818         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
29819              From: Benjamin Sugars <bsugars@canoe.ca>
29820              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
29821              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
29822      Branch: perl
29823            ! ext/Cwd/Cwd.xs lib/Cwd.pm
29824 ____________________________________________________________________________
29825 [  9796] By: jhi                                   on 2001/04/23  21:29:24
29826         Log: Synchronize h2xs and pod2man some more on the documentation
29827              templates they propose.
29828      Branch: perl
29829            ! pod/pod2man.PL utils/h2xs.PL
29830 ____________________________________________________________________________
29831 [  9795] By: jhi                                   on 2001/04/23  17:30:40
29832         Log: Add one more naughty test for base64; make encoding logic cleaner.
29833      Branch: perl
29834            ! t/lib/mimeb64.t
29835 ____________________________________________________________________________
29836 [  9794] By: jhi                                   on 2001/04/23  13:51:32
29837         Log: Update Changes.
29838      Branch: perl
29839            ! Changes patchlevel.h
29840 ____________________________________________________________________________
29841 [  9793] By: jhi                                   on 2001/04/23  13:44:18
29842         Log: Duplicate lines.
29843      Branch: perl
29844            ! MANIFEST
29845 ____________________________________________________________________________
29846 [  9792] By: jhi                                   on 2001/04/23  13:39:13
29847         Log: Subject: Re: PATCH 5.7.1
29848              From: Mark-Jason Dominus <mjd@plover.com>
29849              Date: Mon, 23 Apr 2001 10:30:21 -0400
29850              Message-ID: <20010423143021.17335.qmail@plover.com>
29851      Branch: perl
29852            ! perl.h sv.c
29853 ____________________________________________________________________________
29854 [  9791] By: jhi                                   on 2001/04/23  13:32:40
29855         Log: Add the CPAN.pm 1.59_54 tests.
29856      Branch: perl
29857            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
29858            ! MANIFEST
29859 ____________________________________________________________________________
29860 [  9790] By: jhi                                   on 2001/04/23  13:21:55
29861         Log: Subject: Deparse nit
29862              From: Robin Houston <robin@kitsite.com>
29863              Date: Mon, 23 Apr 2001 12:38:20 +0100
29864              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
29865      Branch: perl
29866            ! ext/B/B/Deparse.pm
29867 ____________________________________________________________________________
29868 [  9789] By: jhi                                   on 2001/04/23  13:19:07
29869         Log: Subject: [PATCH] bug 20010423.002
29870              From: Robin Houston <robin@kitsite.com>
29871              Date: Mon, 23 Apr 2001 13:12:30 +0100
29872              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
29873      Branch: perl
29874            ! pp.c
29875 ____________________________________________________________________________
29876 [  9788] By: jhi                                   on 2001/04/23  13:02:49
29877         Log: Subject: PATCH [5.7.1] hv.c unused #define
29878              From: Mark-Jason Dominus <mjd@plover.com>
29879              Date: Sun, 22 Apr 2001 14:17:49 -0400
29880              Message-ID: <20010422181749.26976.qmail@plover.com>
29881      Branch: perl
29882            ! hv.c
29883 ____________________________________________________________________________
29884 [  9787] By: jhi                                   on 2001/04/23  13:02:02
29885         Log: Subject: PATCH 5.7.1
29886              From: Mark-Jason Dominus <mjd@plover.com>
29887              Date: Sun, 22 Apr 2001 15:12:57 -0400
29888              Message-ID: <20010422191258.6539.qmail@plover.com>
29889              
29890              plus Sarathy's STMT_START + STMT_END suggestion.
29891      Branch: perl
29892            ! perl.h
29893 ____________________________________________________________________________
29894 [  9786] By: jhi                                   on 2001/04/23  12:53:25
29895         Log: Fix for
29896              
29897              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
29898              From: dLux <dlux@spam.sch.bme.hu>
29899              Date: Mon, 23 Apr 2001 01:25:26 +0200
29900              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
29901              
29902              (SvGROW really does return a char *.)
29903      Branch: perl
29904            ! pod/perlapi.pod sv.h
29905 ____________________________________________________________________________
29906 [  9785] By: jhi                                   on 2001/04/23  04:34:04
29907         Log: Time::Piece work continues.  $t->day removed since
29908              I think it's too confusing.  Now has normal and
29909              abbreviated length weekday names and month names,
29910              the names change with _names(), not _list().
29911              Now has strftime() in Perl, _strftime() is
29912              the libc version (to which strftime() falls back
29913              if it doesn't know the format.  To do: the reverse
29914              of strftime, strptime(), and the localisation of both.
29915      Branch: perl
29916            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
29917            ! t/lib/time-piece.t
29918 ____________________________________________________________________________
29919 [  9784] By: jhi                                   on 2001/04/23  02:41:46
29920         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
29921              From: andreas.koenig@anima.de (Andreas J. Koenig)
29922              Date: 23 Apr 2001 05:20:55 +0200
29923              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
29924      Branch: perl
29925            ! t/pragma/overload.t
29926 ____________________________________________________________________________
29927 [  9783] By: jhi                                   on 2001/04/22  23:32:42
29928         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
29929              From: Robin Houston <robin@kitsite.com>
29930              Date: Mon, 23 Apr 2001 00:38:18 +0100
29931              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
29932      Branch: perl
29933            ! ext/B/B/Deparse.pm
29934 ____________________________________________________________________________
29935 [  9782] By: jhi                                   on 2001/04/22  20:55:43
29936         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
29937              From: Simon Cozens <simon@netthink.co.uk>
29938              Date: Sun, 22 Apr 2001 18:47:25 +0100
29939              Message-ID: <20010422184725.A14411@netthink.co.uk>
29940      Branch: perl
29941            ! sv.c t/pragma/overload.t
29942 ____________________________________________________________________________
29943 [  9781] By: jhi                                   on 2001/04/22  20:52:13
29944         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
29945              From: Robin Houston <robin@kitsite.com>
29946              Date: Sun, 22 Apr 2001 22:14:50 +0100
29947              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
29948      Branch: perl
29949            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
29950 ____________________________________________________________________________
29951 [  9780] By: nick                                  on 2001/04/22  20:40:31
29952         Log: Integrate mainline.
29953      Branch: perlio
29954           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
29955           +> t/lib/b-stash.t
29956           !> (integrate 38 files)
29957 ____________________________________________________________________________
29958 [  9779] By: jhi                                   on 2001/04/22  15:16:03
29959         Log: Subject: IO::Socket::INET patch
29960              From: andrew deryabin <djsf@technarchy.ru>
29961              Date: Sat, 21 Apr 2001 17:46:52 +0400
29962              Message-ID: <20010421174652.B1426@technarchy>
29963      Branch: perl
29964            ! ext/IO/lib/IO/Socket/INET.pm
29965 ____________________________________________________________________________
29966 [  9778] By: jhi                                   on 2001/04/22  15:14:33
29967         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
29968              From: Mark-Jason Dominus <mjd@plover.com>
29969              Date: Sat, 21 Apr 2001 21:27:49 -0400
29970              Message-ID: <20010422012749.27024.qmail@plover.com>
29971      Branch: perl
29972            ! regcomp.c
29973 ____________________________________________________________________________
29974 [  9777] By: jhi                                   on 2001/04/22  15:10:51
29975         Log: Subject: Re: Regex debugger patch 
29976              From: Mark-Jason Dominus <mjd@plover.com>
29977              Date: Sat, 21 Apr 2001 21:48:51 -0400
29978              Message-ID: <20010422014851.27165.qmail@plover.com>
29979      Branch: perl
29980            ! pod/perldebguts.pod
29981 ____________________________________________________________________________
29982 [  9776] By: jhi                                   on 2001/04/22  15:09:48
29983         Log: Subject: Re: Regex debugger patch
29984              From: Mark-Jason Dominus <mjd@plover.com>
29985              Date: Sat, 21 Apr 2001 14:24:39 -0400
29986              Message-ID: <20010421182439.16508.qmail@plover.com>
29987              
29988              Regex debugger backend.
29989      Branch: perl
29990            ! regcomp.c regexp.h
29991 ____________________________________________________________________________
29992 [  9775] By: jhi                                   on 2001/04/21  16:45:40
29993         Log: Subject: [PATCH] Typo in utf8.h
29994              From: Jesús Quiroga <jquiroga@pobox.com>
29995              Date: Sat, 21 Apr 2001 19:25:33 +0200
29996              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
29997      Branch: perl
29998            ! utf8.h
29999 ____________________________________________________________________________
30000 [  9774] By: jhi                                   on 2001/04/21  16:43:52
30001         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
30002              From: Joe Orton <jorton@redhat.com>
30003              Date: Tue, 17 Apr 2001 15:50:43 +0100
30004              Message-Id: <20010417155043.D19132@eu.c2.net>
30005      Branch: perl
30006            ! hints/svr5.sh
30007 ____________________________________________________________________________
30008 [  9773] By: jhi                                   on 2001/04/21  15:30:15
30009         Log: Subject: Patch utils/h2xs.PL
30010              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30011              Date: Sat, 21 Apr 2001 10:32:16 -0500
30012              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
30013              
30014              Add MAILING list and LICENSE templates.
30015      Branch: perl
30016            ! utils/h2xs.PL
30017 ____________________________________________________________________________
30018 [  9772] By: jhi                                   on 2001/04/21  15:28:36
30019         Log: Subject: perlfaq2.patch for 5.7.1
30020              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30021              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
30022              Date: Fri, 20 Apr 2001 16:42:19 -0500
30023              
30024              rm an extra tab, a blurb about the xx.cpan to clarify
30025              which countries actually have that and dejanews is history
30026              as well as most of that nonsensical entry.
30027      Branch: perl
30028            ! pod/perlfaq2.pod
30029 ____________________________________________________________________________
30030 [  9771] By: jhi                                   on 2001/04/21  15:27:17
30031         Log: Subject: perlfaq1.patch for 5.7.1
30032              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
30033              Date: Fri, 20 Apr 2001 16:57:36 -0500
30034              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
30035              
30036              Evil URLs must die. Especially when they are broken.
30037      Branch: perl
30038            ! pod/perlfaq1.pod
30039 ____________________________________________________________________________
30040 [  9770] By: jhi                                   on 2001/04/21  15:23:38
30041         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
30042              From: Michael G Schwern <schwern@pobox.com>
30043              Date: Sat, 21 Apr 2001 16:11:12 +0100
30044              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
30045      Branch: perl
30046            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
30047            + t/lib/b-stash.t
30048            ! MANIFEST ext/B/B.pm t/lib/b.t
30049 ____________________________________________________________________________
30050 [  9769] By: jhi                                   on 2001/04/21  15:03:32
30051         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
30052              From: Michael G Schwern <schwern@pobox.com>
30053              Date: Sat, 21 Apr 2001 09:48:00 +0100
30054              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
30055      Branch: perl
30056            ! utils/h2ph.PL
30057 ____________________________________________________________________________
30058 [  9768] By: jhi                                   on 2001/04/21  14:33:49
30059         Log: PerlIO and Encode doc cleanup and tweaks.
30060      Branch: perl
30061            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
30062            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
30063 ____________________________________________________________________________
30064 [  9767] By: jhi                                   on 2001/04/21  12:40:16
30065         Log: Integrate perlio.
30066      Branch: perl
30067           !> doio.c
30068 ____________________________________________________________________________
30069 [  9766] By: nick                                  on 2001/04/20  18:28:35
30070         Log: Avoid core dump on
30071              open(STDOUT,">",\$foo);
30072      Branch: perlio
30073            ! doio.c
30074 ____________________________________________________________________________
30075 [  9765] By: jhi                                   on 2001/04/20  13:23:43
30076         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
30077              From: Robin Houston <robin@kitsite.com>
30078              Date: Fri, 20 Apr 2001 14:29:22 +0100
30079              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
30080      Branch: perl
30081            ! ext/B/B.pm ext/B/B/Deparse.pm
30082 ____________________________________________________________________________
30083 [  9764] By: jhi                                   on 2001/04/20  13:19:33
30084         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
30085              From: Peter Prymmer <pvhp@forte.com>
30086              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
30087              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
30088      Branch: perl
30089            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
30090            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30091            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30092            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30093 ____________________________________________________________________________
30094 [  9763] By: jhi                                   on 2001/04/20  12:36:39
30095         Log: Subject: Re: A new PerlIO coredump
30096              From: Nick Ing-Simmons <nik@tiuk.ti.com>
30097              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
30098              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
30099      Branch: perl
30100            ! doio.c
30101 ____________________________________________________________________________
30102 [  9762] By: jhi                                   on 2001/04/19  23:02:30
30103         Log: Update Changes.
30104      Branch: perl
30105            ! Changes patchlevel.h
30106 ____________________________________________________________________________
30107 [  9761] By: jhi                                   on 2001/04/19  22:59:19
30108         Log: More cleanup cleanup.
30109      Branch: perl
30110            ! Makefile.SH win32/Makefile win32/makefile.mk
30111 ____________________________________________________________________________
30112 [  9760] By: jhi                                   on 2001/04/19  22:50:31
30113         Log: lib/Time is non-empty, let's not rmdir it.
30114      Branch: perl
30115            ! Makefile.SH
30116 ____________________________________________________________________________
30117 [  9759] By: jhi                                   on 2001/04/19  22:36:51
30118         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
30119              From: Robin Houston <robin@kitsite.com>
30120              Date: Fri, 20 Apr 2001 00:18:53 +0100
30121              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
30122      Branch: perl
30123            ! ext/B/B/Deparse.pm
30124 ____________________________________________________________________________
30125 [  9758] By: jhi                                   on 2001/04/19  22:36:00
30126         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
30127              From: Peter Prymmer <pvhp@forte.com>
30128              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
30129              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
30130      Branch: perl
30131            ! ext/Cwd/Cwd.xs
30132 ____________________________________________________________________________
30133 [  9757] By: nick                                  on 2001/04/19  18:53:54
30134         Log: Blind (untested) integrate of mainline.
30135      Branch: perlio
30136           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
30137           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
30138           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
30139           !> (integrate 53 files)
30140 ____________________________________________________________________________
30141 [  9756] By: jhi                                   on 2001/04/19  16:59:23
30142         Log: Document and test Time::Piece.
30143      Branch: perl
30144            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
30145            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
30146 ____________________________________________________________________________
30147 [  9755] By: jhi                                   on 2001/04/19  12:13:29
30148         Log: A better fix for the \x{12345678} trouble from NI-S.
30149      Branch: perl
30150            ! utf8.c
30151 ____________________________________________________________________________
30152 [  9754] By: jhi                                   on 2001/04/19  11:56:07
30153         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
30154              From: Robin Houston <robin@kitsite.com>
30155              Date: Wed, 18 Apr 2001 17:58:33 +0100
30156              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
30157      Branch: perl
30158            ! ext/B/B/Deparse.pm op.c
30159 ____________________________________________________________________________
30160 [  9753] By: jhi                                   on 2001/04/19  04:21:52
30161         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
30162              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
30163              Date: Thu, 19 Apr 2001 01:11:41 -0400
30164              Message-ID: <20010419011141.A5798@cpan.org>
30165      Branch: perl
30166            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
30167 ____________________________________________________________________________
30168 [  9752] By: jhi                                   on 2001/04/19  02:41:10
30169         Log: The new time utils need to be thread-aware, too.
30170      Branch: perl
30171            ! util.c
30172 ____________________________________________________________________________
30173 [  9751] By: jhi                                   on 2001/04/19  02:26:47
30174         Log: Compilation nit noticed by AIX compiler.
30175      Branch: perl
30176            ! perlio.c
30177 ____________________________________________________________________________
30178 [  9750] By: jhi                                   on 2001/04/19  02:20:06
30179         Log: The new time utils need to be public.
30180      Branch: perl
30181            ! embed.pl
30182 ____________________________________________________________________________
30183 [  9749] By: jhi                                   on 2001/04/19  01:42:39
30184         Log: Regen toc.
30185      Branch: perl
30186            ! pod/perltoc.pod
30187 ____________________________________________________________________________
30188 [  9748] By: jhi                                   on 2001/04/19  01:41:10
30189         Log: Add Time::Piece, a slight rewrite of Time::Object,
30190              from Matt Sergeant.
30191      Branch: perl
30192            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
30193            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
30194            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
30195            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
30196            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
30197            ! win32/makefile.mk
30198 ____________________________________________________________________________
30199 [  9747] By: jhi                                   on 2001/04/19  00:55:35
30200         Log: The new metaconfig unit from strftime.
30201      Branch: metaconfig/U/perl
30202            + d_strftime.U
30203 ____________________________________________________________________________
30204 [  9746] By: jhi                                   on 2001/04/19  00:54:54
30205         Log: Move the strftime() wrapper from POSIX.xs to util.c
30206              as my_strftime(), requires HAS_STRFTIME.
30207      Branch: perl
30208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30209            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
30210            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
30211            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
30212            ! vos/config.ga.h win32/config.bc win32/config.gc
30213            ! win32/config.vc
30214 ____________________________________________________________________________
30215 [  9745] By: jhi                                   on 2001/04/18  23:11:03
30216         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
30217              in preparation of Time::Piece.
30218      Branch: perl
30219            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
30220 ____________________________________________________________________________
30221 [  9744] By: jhi                                   on 2001/04/18  22:33:12
30222         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
30223              From: Peter Prymmer <pvhp@forte.com>
30224              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
30225              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
30226      Branch: perl
30227            ! t/lib/exporter.t
30228 ____________________________________________________________________________
30229 [  9743] By: jhi                                   on 2001/04/18  22:32:23
30230         Log: Subject: Fwd: pod2html leaves cache files lying around?
30231              From: Rajesh Vaidheeswarran <rv@gnu.org>
30232              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
30233              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
30234      Branch: perl
30235            ! lib/Pod/Html.pm
30236 ____________________________________________________________________________
30237 [  9742] By: jhi                                   on 2001/04/18  20:31:49
30238         Log: Update Changes.
30239      Branch: perl
30240            ! Changes patchlevel.h
30241 ____________________________________________________________________________
30242 [  9741] By: jhi                                   on 2001/04/18  20:23:02
30243         Log: Declare hints only if needed.
30244      Branch: perl
30245            ! ext/B/B/Deparse.pm
30246 ____________________________________________________________________________
30247 [  9740] By: jhi                                   on 2001/04/18  19:06:05
30248         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
30249              bug noticed by Robin Houston; basically the code of detecting
30250              value wraparound was acting differently under different compilers
30251              and platforms.  The workaround is to remove the overflow check
30252              for now, a real fix would be to do the overflow (portably) right.
30253      Branch: perl
30254            ! t/op/pat.t utf8.c
30255 ____________________________________________________________________________
30256 [  9739] By: jhi                                   on 2001/04/18  19:01:23
30257         Log: Subject: [PATCH B::Deparse] some pragma support
30258              From: Robin Houston <robin@kitsite.com>
30259              Date: Wed, 18 Apr 2001 19:32:12 +0100
30260              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
30261      Branch: perl
30262            ! ext/B/B/Deparse.pm
30263 ____________________________________________________________________________
30264 [  9738] By: jhi                                   on 2001/04/18  15:16:37
30265         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
30266              From: Benjamin Sugars <bsugars@canoe.ca>
30267              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
30268              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
30269      Branch: perl
30270            ! t/op/glob.t
30271 ____________________________________________________________________________
30272 [  9737] By: jhi                                   on 2001/04/18  13:24:50
30273         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
30274              From: Tim Jenness <t.jenness@jach.hawaii.edu>
30275              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
30276              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
30277      Branch: perl
30278            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
30279            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
30280 ____________________________________________________________________________
30281 [  9736] By: jhi                                   on 2001/04/18  04:15:14
30282         Log: The #9735 also changes the subtest 12.
30283      Branch: perl
30284            ! t/lib/b.t
30285 ____________________________________________________________________________
30286 [  9735] By: jhi                                   on 2001/04/18  03:55:17
30287         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
30288              From: David Dyck <dcd@tc.fluke.com>
30289              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
30290              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
30291      Branch: perl
30292            ! ext/B/B/Deparse.pm
30293 ____________________________________________________________________________
30294 [  9734] By: jhi                                   on 2001/04/18  03:54:11
30295         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
30296              From: Gisle Aas <gisle@ActiveState.com>
30297              Date: 17 Apr 2001 19:06:45 -0700
30298              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
30299      Branch: perl
30300            ! pp_hot.c t/op/misc.t
30301 ____________________________________________________________________________
30302 [  9733] By: jhi                                   on 2001/04/17  22:25:22
30303         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
30304              From: "Abigail" <abigail@foad.org>
30305              Date: Wed, 18 Apr 2001 01:17:46 +0200
30306              Message-ID: <20010417231746.21657.qmail@foad.org>
30307      Branch: perl
30308            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
30309 ____________________________________________________________________________
30310 [  9732] By: jhi                                   on 2001/04/17  20:47:56
30311         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
30312              From: Robin Houston <robin@kitsite.com>
30313              Date: Tue, 17 Apr 2001 22:37:42 +0100
30314              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
30315      Branch: perl
30316            ! ext/B/B/Deparse.pm
30317 ____________________________________________________________________________
30318 [  9731] By: nick                                  on 2001/04/17  20:46:35
30319         Log: Re-sync for t/lib/b.t fix
30320      Branch: perlio
30321           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
30322 ____________________________________________________________________________
30323 [  9730] By: jhi                                   on 2001/04/17  20:45:29
30324         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
30325              From: Robin Houston <robin@kitsite.com>
30326              Date: Tue, 17 Apr 2001 22:29:36 +0100
30327              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
30328      Branch: perl
30329            ! ext/B/B.xs ext/B/B/Deparse.pm
30330 ____________________________________________________________________________
30331 [  9729] By: jhi                                   on 2001/04/17  20:43:11
30332         Log: Subject: Deparse - parenthesise args to undeclared subs
30333              From: Robin Houston <robin@kitsite.com>
30334              Date: Tue, 17 Apr 2001 21:31:05 +0100
30335              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
30336      Branch: perl
30337            ! ext/B/B/Deparse.pm
30338 ____________________________________________________________________________
30339 [  9728] By: jhi                                   on 2001/04/17  18:57:30
30340         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
30341              From: Benjamin Sugars <ben.sugars@home.com>
30342              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
30343              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
30344      Branch: perl
30345            ! t/lib/cwd.t
30346 ____________________________________________________________________________
30347 [  9727] By: jhi                                   on 2001/04/17  18:20:20
30348         Log: Subject: [PATCH B::Deparse] ambient pragmas
30349              From: Robin Houston <robin@kitsite.com>
30350              Date: Tue, 17 Apr 2001 20:01:59 +0100
30351              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
30352      Branch: perl
30353            ! ext/B/B/Deparse.pm t/lib/b.t
30354 ____________________________________________________________________________
30355 [  9726] By: nick                                  on 2001/04/17  16:33:51
30356         Log: Integrate mainline (t/lib/b.t fails test 2...)
30357      Branch: perlio
30358           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
30359           +> ext/List/Util/README ext/List/Util/Util.xs
30360           +> ext/List/Util/lib/List/Util.pm
30361           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
30362           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
30363           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30364           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30365           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30366           !> (integrate 31 files)
30367 ____________________________________________________________________________
30368 [  9725] By: jhi                                   on 2001/04/17  12:14:24
30369         Log: Subject: multiple B::* changes
30370              From: Robin Houston <robin@kitsite.com>
30371              Date: Thu, 12 Apr 2001 20:12:27 +0100
30372              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
30373      Branch: perl
30374            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
30375 ____________________________________________________________________________
30376 [  9724] By: jhi                                   on 2001/04/17  11:59:05
30377         Log: Thread-awareness from Doug MacEachern.
30378      Branch: perl
30379            ! ext/List/Util/Util.xs
30380 ____________________________________________________________________________
30381 [  9723] By: jhi                                   on 2001/04/17  11:57:41
30382         Log: Make the test more portable.
30383      Branch: perl
30384            ! t/lib/cwd.t
30385 ____________________________________________________________________________
30386 [  9722] By: jhi                                   on 2001/04/17  11:53:50
30387         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
30388              From: Benjamin Sugars <ben.sugars@home.com>
30389              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
30390              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
30391      Branch: perl
30392            ! t/lib/cwd.t
30393 ____________________________________________________________________________
30394 [  9721] By: jhi                                   on 2001/04/17  11:52:17
30395         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
30396              From: Benjamin Sugars <bsugars@canoe.ca>
30397              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
30398              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
30399      Branch: perl
30400            ! op.c
30401 ____________________________________________________________________________
30402 [  9720] By: jhi                                   on 2001/04/17  11:35:42
30403         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
30404              From: Chris Nandor <pudge@pobox.com>
30405              Date: Tue, 17 Apr 2001 00:30:49 -0400
30406              Message-Id: <p05100207b701768712de@[10.0.1.177]>
30407      Branch: perl
30408            ! ext/File/Glob/bsd_glob.c gv.c
30409 ____________________________________________________________________________
30410 [  9719] By: jhi                                   on 2001/04/17  11:32:13
30411         Log: Subject: [PATCH] Tweten->West
30412              From: Casey West <casey@geeknest.com>
30413              Date: Mon, 16 Apr 2001 12:11:22 -0400
30414              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
30415      Branch: perl
30416            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
30417            ! pod/perltie.pod
30418 ____________________________________________________________________________
30419 [  9718] By: jhi                                   on 2001/04/16  03:22:52
30420         Log: Update Changes.
30421      Branch: perl
30422            ! Changes patchlevel.h
30423 ____________________________________________________________________________
30424 [  9717] By: jhi                                   on 2001/04/16  03:06:28
30425         Log: Regen toc.
30426      Branch: perl
30427            ! pod/perltoc.pod
30428 ____________________________________________________________________________
30429 [  9716] By: jhi                                   on 2001/04/16  02:58:42
30430         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
30431              From: Prymmer/Kahn <pvhp@best.com>
30432              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
30433              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
30434      Branch: perl
30435            ! utf8.c
30436 ____________________________________________________________________________
30437 [  9715] By: jhi                                   on 2001/04/15  23:40:35
30438         Log: Subject: Re: Net::Ping patch, adds stream protocol
30439              From: bronson@rinspin.com (Scott Bronson)
30440              Date: Tue, 10 Apr 2001 23:58:33 -0700
30441              Message-ID: <20010410235833.N29719@rinspin.com>
30442      Branch: perl
30443            ! lib/Net/Ping.pm
30444 ____________________________________________________________________________
30445 [  9714] By: jhi                                   on 2001/04/15  23:31:46
30446         Log: Printing out the ok messages helps successful testing.
30447      Branch: perl
30448            ! t/lib/time-hires.t
30449 ____________________________________________________________________________
30450 [  9713] By: jhi                                   on 2001/04/15  21:43:24
30451         Log: Update Douglas Wegscheid's email.
30452      Branch: perl
30453            ! AUTHORS
30454 ____________________________________________________________________________
30455 [  9712] By: jhi                                   on 2001/04/15  21:40:41
30456         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
30457              From: Michael G Schwern <schwern@pobox.com>
30458              Date: Sat, 14 Apr 2001 22:40:50 +0100
30459              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
30460      Branch: perl
30461            + t/lib/exporter.t
30462            ! MANIFEST lib/Exporter/Heavy.pm
30463 ____________________________________________________________________________
30464 [  9711] By: jhi                                   on 2001/04/15  21:39:21
30465         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
30466              From: Michael G Schwern <schwern@pobox.com>
30467              Date: Sat, 14 Apr 2001 22:13:59 +0100
30468              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
30469      Branch: perl
30470            ! t/op/loopctl.t
30471 ____________________________________________________________________________
30472 [  9710] By: jhi                                   on 2001/04/15  21:30:19
30473         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
30474              From: Michael G Schwern <schwern@pobox.com>
30475              Date: Sat, 14 Apr 2001 22:05:32 +0100
30476              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
30477      Branch: perl
30478            ! t/pragma/warnings.t
30479 ____________________________________________________________________________
30480 [  9709] By: jhi                                   on 2001/04/15  19:34:09
30481         Log: Integrate changes #9706,9707 from maintperl into mainline.
30482              
30483              change#7210 broke .packlist generation
30484              
30485              ExtUtils::Installed doesn't quote regex metacharacters in paths
30486              before using them in match; also make it work for dosish platforms
30487      Branch: perl
30488           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
30489 ____________________________________________________________________________
30490 [  9708] By: jhi                                   on 2001/04/15  19:31:01
30491         Log: Test also the scalar aspect of getitimer().
30492      Branch: perl
30493            ! t/lib/time-hires.t
30494 ____________________________________________________________________________
30495 [  9707] By: gsar                                  on 2001/04/15  17:24:20
30496         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
30497              before using them in match; also make it work for dosish platforms
30498      Branch: maint-5.6/perl
30499            ! lib/ExtUtils/Installed.pm
30500 ____________________________________________________________________________
30501 [  9706] By: gsar                                  on 2001/04/15  17:21:59
30502         Log: change#7210 broke .packlist generation (listed only filename
30503              rather than fully qualified path name)
30504      Branch: maint-5.6/perl
30505            ! lib/ExtUtils/Install.pm
30506 ____________________________________________________________________________
30507 [  9705] By: jhi                                   on 2001/04/15  12:36:33
30508         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
30509      Branch: perl
30510            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
30511            ! t/lib/time-hires.t
30512 ____________________________________________________________________________
30513 [  9704] By: jhi                                   on 2001/04/15  10:49:08
30514         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
30515              From: Prymmer/Kahn <pvhp@best.com>
30516              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
30517              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
30518      Branch: perl
30519            ! lib/utf8.pm pod/perlebcdic.pod
30520 ____________________________________________________________________________
30521 [  9703] By: jhi                                   on 2001/04/15  02:26:26
30522         Log: I keep forgetting to sort MANIFEST.
30523      Branch: perl
30524            ! MANIFEST
30525 ____________________________________________________________________________
30526 [  9702] By: jhi                                   on 2001/04/15  02:07:47
30527         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
30528              Now we have blessed, reftype, tainted, first, reduce, ...
30529      Branch: perl
30530            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
30531            + ext/List/Util/README ext/List/Util/Util.xs
30532            + ext/List/Util/lib/List/Util.pm
30533            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
30534            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
30535            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
30536            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
30537            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
30538            ! MANIFEST
30539 ____________________________________________________________________________
30540 [  9701] By: jhi                                   on 2001/04/14  15:05:25
30541         Log: Subject: RE: dprofpp.pl updates 
30542              From: Carl Eklof <CEklof@endeca.com>
30543              Date: Thu, 12 Apr 2001 18:45:46 -0400
30544              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
30545      Branch: perl
30546            ! utils/dprofpp.PL
30547 ____________________________________________________________________________
30548 [  9700] By: jhi                                   on 2001/04/14  14:44:55
30549         Log: Do not just blindly add CR.
30550      Branch: perl
30551            ! Porting/makerel
30552 ____________________________________________________________________________
30553 [  9699] By: jhi                                   on 2001/04/13  13:17:01
30554         Log: Update Changes.
30555      Branch: perl
30556            ! Changes patchlevel.h
30557 ____________________________________________________________________________
30558 [  9698] By: jhi                                   on 2001/04/13  12:44:48
30559         Log: Integrate perlio.
30560      Branch: perl
30561           !> ext/PerlIO/Scalar/Scalar.xs
30562 ____________________________________________________________________________
30563 [  9697] By: jhi                                   on 2001/04/13  12:29:15
30564         Log: Add more debug output to the test.
30565      Branch: perl
30566            ! t/lib/cwd.t
30567 ____________________________________________________________________________
30568 [  9696] By: nick                                  on 2001/04/13  10:14:29
30569         Log: Fix core dump on binmode($fh,'Scalar')
30570      Branch: perlio
30571            ! ext/PerlIO/Scalar/Scalar.xs
30572 ____________________________________________________________________________
30573 [  9695] By: nick                                  on 2001/04/13  09:05:42
30574         Log: Integrate mainline
30575      Branch: perlio
30576           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30577           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
30578           +> t/lib/time-hires.t
30579           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
30580           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
30581           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30582           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
30583           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
30584           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
30585           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
30586 ____________________________________________________________________________
30587 [  9694] By: jhi                                   on 2001/04/12  22:23:35
30588         Log: Integrate change #9693 from maintperl into mainline.
30589              
30590              $VERSION and Version() on the same line provokes a warning from
30591              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
30592      Branch: perl
30593           !> lib/Devel/SelfStubber.pm
30594 ____________________________________________________________________________
30595 [  9693] By: gsar                                  on 2001/04/12  21:55:56
30596         Log: $VERSION and Version() on the same line provokes a warning from
30597              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
30598      Branch: maint-5.6/perl
30599            ! lib/Devel/SelfStubber.pm
30600 ____________________________________________________________________________
30601 [  9692] By: jhi                                   on 2001/04/12  13:54:00
30602         Log: This is at least 5.005.
30603      Branch: perl
30604            ! ext/Time/HiRes/HiRes.xs
30605 ____________________________________________________________________________
30606 [  9691] By: jhi                                   on 2001/04/12  13:37:20
30607         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
30608      Branch: perl
30609            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
30610            ! win32/Makefile win32/makefile.mk
30611 ____________________________________________________________________________
30612 [  9690] By: jhi                                   on 2001/04/12  01:34:46
30613         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
30614      Branch: perl
30615            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
30616            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
30617            + t/lib/time-hires.t
30618            ! MANIFEST
30619 ____________________________________________________________________________
30620 [  9689] By: jhi                                   on 2001/04/12  00:28:39
30621         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
30622              From: Gisle Aas <gisle@ActiveState.com>
30623              Date: 11 Apr 2001 16:36:11 -0700
30624              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
30625      Branch: perl
30626            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
30627 ____________________________________________________________________________
30628 [  9688] By: jhi                                   on 2001/04/12  00:27:39
30629         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
30630              From: Gisle Aas <gisle@ActiveState.com>
30631              Date: 11 Apr 2001 11:13:24 -0700
30632              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
30633      Branch: perl
30634            ! ext/MIME/Base64/Base64.xs
30635 ____________________________________________________________________________
30636 [  9687] By: jhi                                   on 2001/04/11  19:51:47
30637         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
30638      Branch: perl
30639            ! Todo-5.6
30640 ____________________________________________________________________________
30641 [  9686] By: jhi                                   on 2001/04/11  16:54:25
30642         Log: Subject: [PATCH opcode.pl] Documentation of table format
30643              From: Simon Cozens <simon@netthink.co.uk>
30644              Date: Wed, 11 Apr 2001 12:59:31 +0100
30645              Message-ID: <20010411125931.A25681@netthink.co.uk>
30646      Branch: perl
30647            ! opcode.pl
30648 ____________________________________________________________________________
30649 [  9685] By: jhi                                   on 2001/04/11  16:53:15
30650         Log: Subject: [PATCH] prototype("CORE::recv")
30651              From: Simon Cozens <simon@netthink.co.uk>
30652              Date: Wed, 11 Apr 2001 13:24:35 +0100
30653              Message-ID: <20010411132435.A26169@netthink.co.uk>
30654      Branch: perl
30655            ! pp.c t/comp/proto.t
30656 ____________________________________________________________________________
30657 [  9684] By: jhi                                   on 2001/04/11  16:47:13
30658         Log: FAQ (and AUTHORS) update from Dan Carson: the information
30659              was several years obsolete, Term::Readkey has been updated
30660              to have the functionality.
30661      Branch: perl
30662            ! AUTHORS pod/perlfaq5.pod
30663 ____________________________________________________________________________
30664 [  9683] By: jhi                                   on 2001/04/11  12:15:46
30665         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
30666              From: Calle Dybedahl <calle@lysator.liu.se>
30667              Date: 10 Apr 2001 16:44:16 +0200
30668              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
30669      Branch: perl
30670            ! ext/MIME/Base64/Base64.xs
30671 ____________________________________________________________________________
30672 [  9682] By: jhi                                   on 2001/04/11  12:12:26
30673         Log: A more minimal fix for 20010410.006 from Hugo.
30674      Branch: perl
30675            ! regexec.c
30676 ____________________________________________________________________________
30677 [  9681] By: jhi                                   on 2001/04/11  11:34:23
30678         Log: Integrate changes #9678,9679 from maintline into mainperl.
30679              
30680              addendum to change#9676
30681              
30682              up $File::Glob::VERSION; add a note pointing out the version of
30683              the OpenBSD glob bsd_glob.c resembles
30684      Branch: perl
30685           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30686           !> ext/File/Glob/bsd_glob.h
30687 ____________________________________________________________________________
30688 [  9680] By: jhi                                   on 2001/04/11  11:30:38
30689         Log: Bad test numbering in integrate in #9677.
30690              Fixes ID 20010411.001.
30691      Branch: perl
30692            ! t/op/pat.t
30693 ____________________________________________________________________________
30694 [  9679] By: gsar                                  on 2001/04/11  03:38:40
30695         Log: up $File::Glob::VERSION; add a note pointing out the version of
30696              the OpenBSD glob bsd_glob.c resembles
30697      Branch: maint-5.6/perl
30698            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
30699            ! ext/File/Glob/bsd_glob.h
30700 ____________________________________________________________________________
30701 [  9678] By: gsar                                  on 2001/04/11  03:09:48
30702         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
30703              revision 1.8.10.1 found here:
30704              
30705              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
30706      Branch: maint-5.6/perl
30707            ! ext/File/Glob/bsd_glob.c
30708 ____________________________________________________________________________
30709 [  9677] By: jhi                                   on 2001/04/11  02:54:39
30710         Log: Integrate changes #9675,9676 from maintperl into mainline.
30711              
30712              fix for bug 20010410.006, undo change#7115
30713              
30714              port the OpenBSD glob() security patch
30715      Branch: perl
30716           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
30717           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
30718           !> t/op/pat.t
30719 ____________________________________________________________________________
30720 [  9676] By: gsar                                  on 2001/04/11  02:19:02
30721         Log: port the glob() security patch found at:
30722              
30723              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
30724              
30725              CERT advisory for the issue is here:
30726              
30727              http://www.cert.org/advisories/CA-2001-07.html
30728              
30729              Note that the security scare is only relevant for those who are
30730              foolish enough to build suidperl (which is now officially discouraged)
30731      Branch: maint-5.6/perl
30732            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
30733            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
30734 ____________________________________________________________________________
30735 [  9675] By: gsar                                  on 2001/04/10  23:52:11
30736         Log: fix for bug 20010410.006
30737              
30738              undo change#7115 (came into maint-5.6 as change#8156)
30739              
30740              add tests to keep it from coming back
30741      Branch: maint-5.6/perl
30742            ! regexec.c t/op/pat.t
30743 ____________________________________________________________________________
30744 [  9674] By: nick                                  on 2001/04/10  20:39:31
30745         Log: Integrate mainline
30746      Branch: perlio
30747           +> Porting/testall.atom
30748           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
30749           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
30750           !> t/lib/lc-uk.t t/pod/find.t
30751 ____________________________________________________________________________
30752 [  9673] By: nick                                  on 2001/04/10  18:46:14
30753         Log: Integrate against change 9670 aka perl-5.7.1
30754      Branch: perlio
30755           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
30756           !> (integrate 53 files)
30757 ____________________________________________________________________________
30758 [  9672] By: jhi                                   on 2001/04/10  13:45:01
30759         Log: Add a script for doing cumulative profile of the test suite.
30760              (Requires ATOM, that is, Tru64.)
30761      Branch: perl
30762            + Porting/testall.atom
30763            ! MANIFEST
30764 ____________________________________________________________________________
30765 [  9671] By: jhi                                   on 2001/04/10  12:38:53
30766         Log: Missing std block.
30767      Branch: perl
30768            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
30769            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
30770            ! t/pod/find.t
30771 ____________________________________________________________________________
30772 [  9670] By: jhi                                   on 2001/04/10  01:25:58
30773         Log: This is 5.7.1.
30774      Branch: perl
30775            ! patchlevel.h
30776 ____________________________________________________________________________
30777 [  9669] By: jhi                                   on 2001/04/10  01:09:14
30778         Log: Update Changes.
30779      Branch: perl
30780            ! Changes patchlevel.h
30781 ____________________________________________________________________________
30782 [  9668] By: jhi                                   on 2001/04/10  01:00:38
30783         Log: Regen toc.
30784      Branch: perl
30785            ! pod/perltoc.pod
30786 ____________________________________________________________________________
30787 [  9667] By: jhi                                   on 2001/04/10  00:52:16
30788         Log: Update perlhist.
30789      Branch: perl
30790            ! pod/perlhist.pod
30791 ____________________________________________________________________________
30792 [  9666] By: jhi                                   on 2001/04/09  23:38:59
30793         Log: Slight wording tweaks from Damian to #9658.
30794      Branch: perl
30795            ! pod/perlobj.pod
30796 ____________________________________________________________________________
30797 [  9665] By: jhi                                   on 2001/04/09  19:56:06
30798         Log: Subject: [PATCH perlutil.pod] Nit
30799              From: Simon Cozens <simon@netthink.co.uk>
30800              Date: Mon, 9 Apr 2001 20:29:44 +0100
30801              Message-ID: <20010409202944.A14796@the.earth.li>
30802      Branch: perl
30803            ! pod/perlutil.pod
30804 ____________________________________________________________________________
30805 [  9664] By: jhi                                   on 2001/04/09  19:54:42
30806         Log: Subject: Re: perl571delta.pod@9631
30807              From: Mike Guy <mjtg@cam.ac.uk>
30808              Date: Mon, 09 Apr 2001 18:09:14 +0100
30809              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
30810      Branch: perl
30811            ! pod/perl571delta.pod
30812 ____________________________________________________________________________
30813 [  9663] By: jhi                                   on 2001/04/09  13:43:35
30814         Log: Update Changes.
30815      Branch: perl
30816            ! Changes patchlevel.h
30817 ____________________________________________________________________________
30818 [  9662] By: jhi                                   on 2001/04/09  13:24:46
30819         Log: tweak tweak.
30820      Branch: perl
30821            ! AUTHORS pod/perl571delta.pod
30822 ____________________________________________________________________________
30823 [  9661] By: jhi                                   on 2001/04/09  13:15:13
30824         Log: Thinko in manual patch applying.
30825      Branch: perl
30826            ! sv.c
30827 ____________________________________________________________________________
30828 [  9660] By: jhi                                   on 2001/04/09  13:07:53
30829         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
30830              From: Robin Barker <rmb1@cise.npl.co.uk> 
30831              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
30832              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
30833              
30834              (This corrects the case where the "isn't numeric" string contains \0s
30835              and is longer than the temporary buffer, and contains \0 at the point
30836              the string would be truncated by "...".) 
30837      Branch: perl
30838            ! sv.c
30839 ____________________________________________________________________________
30840 [  9659] By: jhi                                   on 2001/04/09  12:57:41
30841         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
30842      Branch: perl
30843            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
30844            ! t/lib/cgi-function.t t/lib/cgi-html.t
30845 ____________________________________________________________________________
30846 [  9658] By: jhi                                   on 2001/04/09  12:48:47
30847         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
30848              From: Ilmari Karonen <iltzu@sci.fi>
30849              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
30850              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
30851              
30852              Rearrange and rewrite the Method Invocation section
30853              to explain the concepts in nicer order.
30854      Branch: perl
30855            ! pod/perlobj.pod
30856 ____________________________________________________________________________
30857 [  9657] By: jhi                                   on 2001/04/09  12:35:58
30858         Log: Upgrade to podlators 1.09, from Russ Allbery.
30859      Branch: perl
30860            ! lib/Pod/Man.pm lib/Pod/Text.pm
30861 ____________________________________________________________________________
30862 [  9656] By: jhi                                   on 2001/04/09  12:31:53
30863         Log: perl571delta.
30864      Branch: perl
30865            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
30866 ____________________________________________________________________________
30867 [  9655] By: jhi                                   on 2001/04/09  12:20:09
30868         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
30869              From: Prymmer/Kahn <pvhp@best.com>
30870              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
30871              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
30872      Branch: perl
30873            ! lib/utf8.pm pod/perlunicode.pod
30874 ____________________________________________________________________________
30875 [  9654] By: gsar                                  on 2001/04/09  03:38:33
30876         Log: here lies 5.6.1
30877      Branch: maint-5.6/perl
30878            ! Changes
30879 ____________________________________________________________________________
30880 [  9653] By: jhi                                   on 2001/04/09  03:25:24
30881         Log: Update perlhist.
30882      Branch: perl
30883            ! pod/perlhist.pod
30884 ____________________________________________________________________________
30885 [  9652] By: jhi                                   on 2001/04/09  03:18:49
30886         Log: perl571delta tweaking continues.
30887      Branch: perl
30888            ! pod/perl571delta.pod
30889 ____________________________________________________________________________
30890 [  9651] By: gsar                                  on 2001/04/09  03:11:19
30891         Log: update Changes, patchlevel.h &c.
30892      Branch: maint-5.6/perl
30893            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
30894            ! pod/perltoc.pod
30895 ____________________________________________________________________________
30896 [  9650] By: jhi                                   on 2001/04/09  02:40:24
30897         Log: Integrate the perlfork half of #9513 from maintperl into mainline
30898              (the perlunicode half is obsolete)
30899      Branch: perl
30900            ! pod/perlfork.pod
30901 ____________________________________________________________________________
30902 [  9649] By: gsar                                  on 2001/04/09  02:35:43
30903         Log: tweak perldelta as suggested by Jarkko
30904      Branch: maint-5.6/perl
30905            ! pod/perldelta.pod
30906 ____________________________________________________________________________
30907 [  9648] By: jhi                                   on 2001/04/09  02:13:04
30908         Log: Integrate change #9646 from maintperl into mainline.
30909              
30910              add note about ithreads and Thread.pm
30911      Branch: perl
30912           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
30913 ____________________________________________________________________________
30914 [  9647] By: jhi                                   on 2001/04/09  02:10:18
30915         Log: Bad assumption that shortsize == 2.
30916      Branch: perl
30917            ! t/lib/xs-typemap.t
30918 ____________________________________________________________________________
30919 [  9646] By: gsar                                  on 2001/04/09  00:48:04
30920         Log: add note about ithreads and Thread.pm (too many people are
30921              confused by the fact that Thread.pm is built and installed
30922              under non-5005threads but doesn't work)
30923      Branch: maint-5.6/perl
30924            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
30925 ____________________________________________________________________________
30926 [  9645] By: gsar                                  on 2001/04/09  00:19:03
30927         Log: update perldelta.pod for changes in 5.6.1
30928      Branch: maint-5.6/perl
30929            ! Changes pod/perldelta.pod
30930 ____________________________________________________________________________
30931 [  9644] By: jhi                                   on 2001/04/08  20:37:00
30932         Log: Integrate change #9639 from maintperl into mainline:
30933              on windows, many of the README.* pods were being copied to
30934              the wrong location
30935      Branch: perl
30936           !> win32/Makefile win32/makefile.mk
30937 ____________________________________________________________________________
30938 [  9643] By: jhi                                   on 2001/04/08  20:07:11
30939         Log: Integrate change #9624 from maintperl into mainline:
30940              the pod tests were not okay.  (t/pod/find.t changes ignored)
30941      Branch: perl
30942           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
30943           !> t/pod/include.t t/pod/included.t t/pod/lref.t
30944           !> t/pod/multiline_items.t t/pod/nested_items.t
30945           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
30946           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
30947 ____________________________________________________________________________
30948 [  9642] By: jhi                                   on 2001/04/08  19:57:17
30949         Log: Integrate change #9638 from maintperl into mainline:
30950              update to latest JPL from the anoncvs repository
30951      Branch: perl
30952           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
30953           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30954           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
30955 ____________________________________________________________________________
30956 [  9641] By: jhi                                   on 2001/04/08  19:53:30
30957         Log: perl571delta updates.
30958      Branch: perl
30959            ! lib/Filter/Simple.pm pod/perl571delta.pod
30960 ____________________________________________________________________________
30961 [  9640] By: gsar                                  on 2001/04/08  19:20:46
30962         Log: integrate change#9634 from mainline
30963              
30964              Fix the perlmodlib generation (didn't understand separate .pod
30965              files; didn't understand -- as the name-thing separator).
30966              Update the CPAN mirrors list.
30967      Branch: maint-5.6/perl
30968            ! pod/perlmodlib.pod
30969           !> pod/perlmodlib.PL
30970 ____________________________________________________________________________
30971 [  9639] By: gsar                                  on 2001/04/08  18:57:31
30972         Log: on windows, many of the README.* pods were being copied to the wrong
30973              location
30974      Branch: maint-5.6/perl
30975            ! win32/Makefile win32/makefile.mk
30976 ____________________________________________________________________________
30977 [  9638] By: gsar                                  on 2001/04/08  18:38:25
30978         Log: update to latest JPL from the anoncvs repository
30979      Branch: maint-5.6/perl
30980            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
30981            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
30982            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
30983 ____________________________________________________________________________
30984 [  9637] By: jhi                                   on 2001/04/08  17:53:53
30985         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
30986      Branch: perl
30987            ! pod/perl571delta.pod
30988 ____________________________________________________________________________
30989 [  9636] By: jhi                                   on 2001/04/08  17:18:32
30990         Log: Regen toc.
30991      Branch: perl
30992            ! pod/perltoc.pod
30993 ____________________________________________________________________________
30994 [  9635] By: jhi                                   on 2001/04/08  17:16:33
30995         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
30996              From: "Craig A. Berry" <craigberry@mac.com>
30997              Date: Sun, 08 Apr 2001 12:30:16 -0500
30998              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
30999      Branch: perl
31000            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
31001 ____________________________________________________________________________
31002 [  9634] By: jhi                                   on 2001/04/08  17:09:19
31003         Log: Fix the perlmodlib generation (didn't understand separate .pod
31004              files; didn't understand -- as the name-thing separator).
31005              
31006              Update the CPAN mirrors list.
31007      Branch: perl
31008            ! pod/perlmodlib.PL pod/perlmodlib.pod
31009 ____________________________________________________________________________
31010 [  9633] By: jhi                                   on 2001/04/08  16:49:17
31011         Log: Sort MANIFEST.
31012      Branch: perl
31013            ! MANIFEST
31014 ____________________________________________________________________________
31015 [  9632] By: gsar                                  on 2001/04/08  16:36:06
31016         Log: add $Tie::RefHash::VERSION
31017      Branch: maint-5.6/perl
31018            ! lib/Tie/RefHash.pm
31019 ____________________________________________________________________________
31020 [  9631] By: jhi                                   on 2001/04/08  16:10:15
31021         Log: perl571delta updates based on p5p feedback; still needs
31022              lots of examples.
31023      Branch: perl
31024            ! pod/perl571delta.pod
31025 ____________________________________________________________________________
31026 [  9630] By: jhi                                   on 2001/04/08  15:59:13
31027         Log: Update the list of supported platforms to talk about 5.7.1
31028              (and 5.6.1)
31029      Branch: perl
31030            ! pod/perlport.pod
31031 ____________________________________________________________________________
31032 [  9629] By: jhi                                   on 2001/04/08  15:55:41
31033         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
31034              from maintperl into mainline: perlport updates.
31035      Branch: perl
31036            ! pod/perlport.pod
31037 ____________________________________________________________________________
31038 [  9628] By: jhi                                   on 2001/04/08  15:53:17
31039         Log: perlsolaris.pod copied to wrong directory.
31040      Branch: perl
31041            ! win32/makefile.mk
31042 ____________________________________________________________________________
31043 [  9627] By: jhi                                   on 2001/04/08  14:48:18
31044         Log: Subject: Typos in perl571delta.pod
31045              From: "Stephen P. Potter" <spp@spotter.yi.org>
31046              Date: Sat, 07 Apr 2001 20:37:05 -0400
31047              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
31048      Branch: perl
31049            ! pod/perl571delta.pod
31050 ____________________________________________________________________________
31051 [  9626] By: jhi                                   on 2001/04/08  14:39:04
31052         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
31053      Branch: perl
31054            ! gv.c
31055 ____________________________________________________________________________
31056 [  9625] By: nick                                  on 2001/04/08  10:14:23
31057         Log: Integrate mainline
31058      Branch: perlio
31059           +> pod/perl570delta.pod pod/perl571delta.pod
31060           !> (integrate 27 files)
31061 ____________________________________________________________________________
31062 [  9624] By: gsar                                  on 2001/04/08  06:08:17
31063         Log: test in t/pod/* were busted
31064              
31065              these tests are still not enabled in t/{harness,TEST}
31066      Branch: maint-5.6/perl
31067            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
31068            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
31069            ! t/pod/multiline_items.t t/pod/nested_items.t
31070            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
31071            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
31072 ____________________________________________________________________________
31073 [  9623] By: gsar                                  on 2001/04/08  03:37:01
31074         Log: integrate change#9470 from mainline
31075              
31076              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
31077      Branch: maint-5.6/perl
31078           !> ext/Socket/Socket.xs
31079 ____________________________________________________________________________
31080 [  9622] By: jhi                                   on 2001/04/07  22:40:47
31081         Log: Update Changes.
31082      Branch: perl
31083            ! Changes patchlevel.h
31084 ____________________________________________________________________________
31085 [  9621] By: jhi                                   on 2001/04/07  22:34:16
31086         Log: Update AUTHORS.
31087      Branch: perl
31088            ! AUTHORS
31089 ____________________________________________________________________________
31090 [  9620] By: jhi                                   on 2001/04/07  22:12:47
31091         Log: Forgot to bump the number of tests in #9164.
31092      Branch: perl
31093            ! t/op/array.t
31094 ____________________________________________________________________________
31095 [  9619] By: jhi                                   on 2001/04/07  22:09:50
31096         Log: Bump patchlevel to 5.7.1.
31097      Branch: perl
31098            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31099            ! config_h.SH patchlevel.h
31100 ____________________________________________________________________________
31101 [  9618] By: jhi                                   on 2001/04/07  22:02:41
31102         Log: Populate perl571delta.
31103      Branch: perl
31104            ! pod/perl571delta.pod
31105 ____________________________________________________________________________
31106 [  9617] By: jhi                                   on 2001/04/07  22:01:23
31107         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
31108              to forget it later; do not change patchlevel.h yet or regenerate
31109              Configure yet.
31110      Branch: perl
31111            ! epoc/config.sh win32/Makefile win32/config_H.bc
31112            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
31113 ____________________________________________________________________________
31114 [  9616] By: jhi                                   on 2001/04/07  17:46:33
31115         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
31116      Branch: perl
31117            ! pod/perl571delta.pod
31118 ____________________________________________________________________________
31119 [  9615] By: jhi                                   on 2001/04/07  17:33:21
31120         Log: Change the toc configuration.
31121      Branch: perl
31122            ! pod/buildtoc.PL pod/perl.pod
31123 ____________________________________________________________________________
31124 [  9614] By: jhi                                   on 2001/04/07  17:29:47
31125         Log: Subject: PATCH: $[
31126              From: Robin Houston <robin@kitsite.com>
31127              Date: Fri, 6 Apr 2001 18:10:14 +0100
31128              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
31129      Branch: perl
31130            ! op.c t/op/array.t
31131 ____________________________________________________________________________
31132 [  9613] By: jhi                                   on 2001/04/07  17:28:26
31133         Log: Subject: [PATCH perl@9424] isn't numeric warning
31134              From: Robin Barker <rmb1@cise.npl.co.uk>
31135              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
31136              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
31137      Branch: perl
31138            ! sv.c t/pragma/warn/sv
31139 ____________________________________________________________________________
31140 [  9612] By: jhi                                   on 2001/04/07  17:26:45
31141         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
31142              From: Mike Guy <mjtg@cam.ac.uk>
31143              Date: Fri, 06 Apr 2001 12:47:06 +0100
31144              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
31145      Branch: perl
31146            ! dump.c t/lib/peek.t
31147 ____________________________________________________________________________
31148 [  9611] By: jhi                                   on 2001/04/07  17:21:35
31149         Log: Create perl571delta and seed it off with the perldelta changes
31150              since 5.7.0; remove those changes from perldelta and rename it
31151              as perl570delta; recreate perldelta but leave it almost empty.
31152      Branch: perl
31153            + pod/perl570delta.pod pod/perl571delta.pod
31154            ! MANIFEST pod/perldelta.pod
31155 ____________________________________________________________________________
31156 [  9610] By: jhi                                   on 2001/04/07  16:56:32
31157         Log: Denit.
31158      Branch: perl
31159            ! pod/perldelta.pod
31160 ____________________________________________________________________________
31161 [  9609] By: jhi                                   on 2001/04/07  16:38:32
31162         Log: Retract #9523: needs more thought.
31163      Branch: perl
31164            ! Makefile.SH
31165 ____________________________________________________________________________
31166 [  9608] By: jhi                                   on 2001/04/07  14:59:20
31167         Log: atmark() code cleanaup.
31168      Branch: perl
31169            ! ext/IO/IO.xs
31170 ____________________________________________________________________________
31171 [  9607] By: jhi                                   on 2001/04/07  14:48:14
31172         Log: Integrate change #9605 from maintperl into mainline.
31173              
31174              can't optimize away scope entry if tr/// is present
31175      Branch: perl
31176           !> op.c t/op/tr.t
31177 ____________________________________________________________________________
31178 [  9606] By: jhi                                   on 2001/04/07  14:43:59
31179         Log: Integrate perlio.
31180      Branch: perl
31181           +> win32/FindExt.pm
31182           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
31183           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
31184 ____________________________________________________________________________
31185 [  9605] By: gsar                                  on 2001/04/07  11:52:40
31186         Log: can't optimize away scope entry if tr/// is present
31187      Branch: maint-5.6/perl
31188            ! op.c t/op/tr.t
31189 ____________________________________________________________________________
31190 [  9604] By: nick                                  on 2001/04/07  11:39:45
31191         Log: Split out extension finding code from buildext.pl into FindExt.pm
31192              Use it to get Config.pm's idea of available extensions in line
31193              with what is built.
31194      Branch: perlio
31195            + win32/FindExt.pm
31196            ! MANIFEST win32/buildext.pl win32/config_sh.PL
31197            ! win32/makefile.mk
31198 ____________________________________________________________________________
31199 [  9603] By: nick                                  on 2001/04/07  09:11:38
31200         Log: Cleanup correction for failed :Via() layer, also set an error code.
31201      Branch: perlio
31202            ! ext/PerlIO/Via/Via.xs
31203 ____________________________________________________________________________
31204 [  9602] By: nick                                  on 2001/04/07  08:38:04
31205         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
31206              style. So don't use binmode() on the handles so that Win32 etc. see
31207              same sequence and produce same digests.
31208      Branch: perlio
31209            ! t/lib/md5-file.t
31210 ____________________________________________________________________________
31211 [  9601] By: nick                                  on 2001/04/07  08:36:26
31212         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
31213              Else it complains and so crlf layer (say) does not get pushed.
31214      Branch: perlio
31215            ! perlio.c
31216 ____________________________________________________________________________
31217 [  9600] By: jhi                                   on 2001/04/06  23:00:09
31218         Log: Integrate change #9599 from perlio into mainline.
31219      Branch: perl
31220           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
31221           !> win32/config_H.vc
31222 ____________________________________________________________________________
31223 [  9599] By: nick                                  on 2001/04/06  21:42:43
31224         Log: Quote $VERSION in Encode.pm.
31225              regen_config_h as requested.
31226      Branch: perlio
31227            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
31228            ! win32/config_H.vc
31229 ____________________________________________________________________________
31230 [  9598] By: nick                                  on 2001/04/06  20:34:59
31231         Log: Integrate mainline
31232      Branch: perlio
31233           +> README.macos
31234           !> (integrate 39 files)
31235 ____________________________________________________________________________
31236 [  9597] By: gsar                                  on 2001/04/06  18:06:35
31237         Log: integrate change#9464 from mainline (addendum to change#8313)
31238              
31239              Subject: [PATCH @9452] Better peep()ing for foreach() loops
31240      Branch: maint-5.6/perl
31241           !> op.c
31242 ____________________________________________________________________________
31243 [  9596] By: jhi                                   on 2001/04/06  17:26:03
31244         Log: The d_casti32=undef is good for you even when not use64bitall.
31245      Branch: perl
31246            ! hints/hpux.sh
31247 ____________________________________________________________________________
31248 [  9595] By: gsar                                  on 2001/04/06  14:57:17
31249         Log: add a low-impact fix to accomodate darwin-ism
31250      Branch: maint-5.6/perl
31251            ! ext/Errno/Errno_pm.PL
31252 ____________________________________________________________________________
31253 [  9594] By: jhi                                   on 2001/04/06  14:55:14
31254         Log: Integrate changes #9528,9593 from mainline into maintperl;
31255              tweaking the editor/IDE/shell list.
31256      Branch: maint-5.6/perl
31257           !> pod/perlfaq3.pod
31258 ____________________________________________________________________________
31259 [  9593] By: jhi                                   on 2001/04/06  14:51:39
31260         Log: Make the editor/IDE/shell list a little bit airier.
31261      Branch: perl
31262            ! pod/perlfaq3.pod
31263 ____________________________________________________________________________
31264 [  9592] By: gsar                                  on 2001/04/06  14:45:18
31265         Log: integrate change#9477 from mainline (base.pm doc tweak)
31266              
31267              missing doc entry for fmod()
31268      Branch: maint-5.6/perl
31269            ! lib/Math/BigFloat.pm
31270           !> lib/base.pm
31271 ____________________________________________________________________________
31272 [  9591] By: jhi                                   on 2001/04/06  13:55:48
31273         Log: Regen toc.
31274      Branch: perl
31275            ! pod/perltoc.pod
31276 ____________________________________________________________________________
31277 [  9590] By: jhi                                   on 2001/04/06  13:54:52
31278         Log: Math::BigFloat patches from John Peacock.  The equivalent
31279              of #9586 from maintperl but reworked by John to work with
31280              the bleadperl.
31281      Branch: perl
31282            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
31283 ____________________________________________________________________________
31284 [  9589] By: jhi                                   on 2001/04/06  13:42:23
31285         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
31286      Branch: perl
31287            ! ext/Digest/MD5/Makefile.PL
31288 ____________________________________________________________________________
31289 [  9588] By: jhi                                   on 2001/04/06  13:31:45
31290         Log: Integrate changes #9584,9587 from maintperl into mainline.
31291              
31292              keep eval"" CVs alive until the end of the statement in which
31293              they're called
31294              
31295              add README.macos (from Chris Nandor)
31296              
31297              tyop in change#9555
31298      Branch: perl
31299           +> README.macos
31300           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
31301           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
31302           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
31303           !> win32/makefile.mk
31304 ____________________________________________________________________________
31305 [  9587] By: gsar                                  on 2001/04/06  07:31:30
31306         Log: add README.macos (from Chris Nandor)
31307              
31308              tyop in change#9555
31309      Branch: maint-5.6/perl
31310            + README.macos
31311            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
31312            ! win32/Makefile win32/makefile.mk
31313 ____________________________________________________________________________
31314 [  9586] By: gsar                                  on 2001/04/06  07:08:54
31315         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
31316      Branch: maint-5.6/perl
31317            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
31318 ____________________________________________________________________________
31319 [  9585] By: gsar                                  on 2001/04/06  06:58:44
31320         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
31321              from mainline
31322              
31323              Subject: [PATCH] Base64 update to perlfaq9.pod
31324              
31325              Subject: [PATCH AUTHORS] Housekeeping
31326              
31327              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
31328              Mac OS X (Darwin) has extra pwent fields.
31329              
31330              Subject: [PATCH B::*] print control-character vars readably
31331              Needs EBCDICification.
31332              
31333              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
31334              
31335              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
31336              
31337              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
31338              
31339              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
31340              
31341              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
31342              
31343              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
31344              
31345              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
31346              
31347              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
31348              
31349              FreeBSD hints tweak from Anton Berezin.
31350              
31351              Subject: [PATCH foolperl & bleadperl] README.vms update
31352              
31353              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
31354      Branch: maint-5.6/perl
31355           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
31356           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
31357           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
31358 ____________________________________________________________________________
31359 [  9584] By: gsar                                  on 2001/04/06  04:09:00
31360         Log: keep eval"" CVs alive until the end of the statement in which
31361              they're called; this avoids a coredump ensuing from search for
31362              lexicals in code such as:
31363              
31364              sub bug {
31365              my $s = @_;
31366              eval q[sub { eval 'sub { &$s }' }];
31367              }
31368              bug("x")->()->();
31369              
31370              this code still doesn't work as intended (as it has remained
31371              since time immemorial), but it doesn't provoke a coredump anymore
31372      Branch: maint-5.6/perl
31373            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
31374            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
31375 ____________________________________________________________________________
31376 [  9583] By: jhi                                   on 2001/04/05  23:52:51
31377         Log: Update Changes.
31378      Branch: perl
31379            ! Changes patchlevel.h
31380 ____________________________________________________________________________
31381 [  9582] By: jhi                                   on 2001/04/05  23:11:23
31382         Log: Slight doc tweak.
31383      Branch: perl
31384            ! pod/perlunicode.pod
31385 ____________________________________________________________________________
31386 [  9581] By: jhi                                   on 2001/04/05  23:04:11
31387         Log: Integrate perlio.
31388      Branch: perl
31389           !> pod/perlunicode.pod
31390 ____________________________________________________________________________
31391 [  9580] By: jhi                                   on 2001/04/05  23:03:29
31392         Log: Test for #9579.
31393      Branch: perl
31394            ! t/op/do.t
31395 ____________________________________________________________________________
31396 [  9579] By: jhi                                   on 2001/04/05  22:54:17
31397         Log: Subject: [PATCH] Propagate calling context for do '...'
31398              From: Gisle Aas <gisle@ActiveState.com>
31399              Date: 04 Apr 2001 20:17:29 -0700
31400              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
31401      Branch: perl
31402            ! pod/perlfunc.pod pp_ctl.c
31403 ____________________________________________________________________________
31404 [  9578] By: jhi                                   on 2001/04/05  22:52:51
31405         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
31406              From: Peter Prymmer <pvhp@forte.com>
31407              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
31408              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
31409      Branch: perl
31410            ! README.vms
31411 ____________________________________________________________________________
31412 [  9577] By: jhi                                   on 2001/04/05  22:48:22
31413         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
31414              From: "Craig A. Berry" <craigberry@mac.com>
31415              Date: Thu, 5 Apr 2001 13:43:28 -0500
31416              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
31417      Branch: perl
31418            ! README.vms
31419 ____________________________________________________________________________
31420 [  9576] By: jhi                                   on 2001/04/05  22:31:38
31421         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
31422              From: Michael G Schwern <schwern@pobox.com>
31423              Date: Thu, 5 Apr 2001 21:53:21 +0100
31424              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
31425      Branch: perl
31426            ! lib/base.pm t/lib/fields.t
31427 ____________________________________________________________________________
31428 [  9575] By: jhi                                   on 2001/04/05  22:26:10
31429         Log: FreeBSD hints tweak from Anton Berezin.
31430      Branch: perl
31431            ! hints/freebsd.sh
31432 ____________________________________________________________________________
31433 [  9574] By: jhi                                   on 2001/04/05  22:24:03
31434         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
31435              From: David Dyck <dcd@tc.fluke.com>
31436              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
31437              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
31438      Branch: perl
31439            ! t/op/oct.t
31440 ____________________________________________________________________________
31441 [  9573] By: jhi                                   on 2001/04/05  22:23:06
31442         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
31443              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
31444              From: David Dyck <dcd@tc.fluke.com>
31445              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
31446      Branch: perl
31447            ! pp.c
31448 ____________________________________________________________________________
31449 [  9572] By: jhi                                   on 2001/04/05  22:14:47
31450         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
31451              From: Robin Houston <robin@kitsite.com>
31452              Date: Thu, 5 Apr 2001 20:56:48 +0100
31453              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
31454      Branch: perl
31455            ! ext/B/B/Deparse.pm
31456 ____________________________________________________________________________
31457 [  9571] By: jhi                                   on 2001/04/05  22:12:53
31458         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
31459              From: Robin Houston <robin@kitsite.com>
31460              Date: Thu, 5 Apr 2001 19:55:51 +0100
31461              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
31462      Branch: perl
31463            ! ext/B/B/Deparse.pm
31464 ____________________________________________________________________________
31465 [  9570] By: jhi                                   on 2001/04/05  22:11:06
31466         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
31467              From: Robin Houston <robin@kitsite.com>
31468              Date: Thu, 5 Apr 2001 20:16:29 +0100
31469              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
31470      Branch: perl
31471            ! ext/B/B/Deparse.pm
31472 ____________________________________________________________________________
31473 [  9569] By: nick                                  on 2001/04/05  21:32:26
31474         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
31475      Branch: perlio
31476            ! pod/perlunicode.pod
31477 ____________________________________________________________________________
31478 [  9568] By: nick                                  on 2001/04/05  19:38:09
31479         Log: Integrate mainline
31480      Branch: perlio
31481           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
31482           !> (integrate 35 files)
31483 ____________________________________________________________________________
31484 [  9567] By: jhi                                   on 2001/04/05  18:31:45
31485         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
31486              From: Robin Houston <robin@kitsite.com>
31487              Date: Thu, 5 Apr 2001 18:03:23 +0100
31488              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
31489      Branch: perl
31490            ! ext/B/B/Deparse.pm
31491 ____________________________________________________________________________
31492 [  9566] By: jhi                                   on 2001/04/05  18:29:35
31493         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
31494              From: Robin Houston <robin@kitsite.com>
31495              Date: Thu, 5 Apr 2001 16:45:18 +0100
31496              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
31497      Branch: perl
31498            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
31499 ____________________________________________________________________________
31500 [  9565] By: jhi                                   on 2001/04/05  18:24:23
31501         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
31502              From: Robin Houston <robin@kitsite.com>
31503              Date: Thu, 5 Apr 2001 14:50:09 +0100
31504              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
31505      Branch: perl
31506            ! ext/B/B/Deparse.pm
31507 ____________________________________________________________________________
31508 [  9564] By: jhi                                   on 2001/04/05  18:23:03
31509         Log: Subject: [PATCH B::*] print control-character vars readably
31510              From: Robin Houston <robin@kitsite.com>
31511              Date: Thu, 5 Apr 2001 14:27:38 +0100
31512              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
31513              
31514              Needs EBCDICification.
31515      Branch: perl
31516            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
31517            ! ext/B/B/Terse.pm
31518 ____________________________________________________________________________
31519 [  9563] By: jhi                                   on 2001/04/05  18:20:32
31520         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
31521              Date: Thu, 5 Apr 2001 13:21:42 -0400
31522              From: Paul Schinder <schinder@pobox.com>
31523              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
31524              
31525              Mac OS X (Darwin) has extra pwent fields.
31526      Branch: perl
31527            ! t/op/pwent.t
31528 ____________________________________________________________________________
31529 [  9562] By: jhi                                   on 2001/04/05  17:57:51
31530         Log: Regen toc.
31531      Branch: perl
31532            ! pod/perltoc.pod
31533 ____________________________________________________________________________
31534 [  9561] By: jhi                                   on 2001/04/05  17:47:33
31535         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
31536      Branch: metaconfig
31537            ! U/Glossary.patch
31538      Branch: metaconfig/U/perl
31539            + d_u32align.U
31540            ! d_cmsghdr_s.U d_msghdr_s.U
31541 ____________________________________________________________________________
31542 [  9560] By: jhi                                   on 2001/04/05  17:47:01
31543         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
31544              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
31545              Introduce probes for struct msghdr, struct cmsghdr,
31546              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
31547              ualarm, usleep, for possible later extension work.
31548      Branch: perl
31549            + t/lib/md5-align.t
31550            ! Configure MANIFEST Porting/Glossary Porting/config.sh
31551            ! Porting/config_H config_h.SH configure.com epoc/config.sh
31552            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
31553            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31554            ! vos/config.ga.h win32/config.bc win32/config.gc
31555            ! win32/config.vc
31556 ____________________________________________________________________________
31557 [  9559] By: jhi                                   on 2001/04/05  13:03:04
31558         Log: Be traditional in your cpp (for the Errno extension).
31559      Branch: perl
31560            ! hints/darwin.sh
31561 ____________________________________________________________________________
31562 [  9558] By: jhi                                   on 2001/04/05  13:00:05
31563         Log: Add $Config{cppflags} to the gcc incantation.
31564      Branch: perl
31565            ! ext/Errno/Errno_pm.PL
31566 ____________________________________________________________________________
31567 [  9557] By: jhi                                   on 2001/04/05  04:22:39
31568         Log: Introduce Sean Burke's Class::ISA 0.32.
31569      Branch: perl
31570            + lib/Class/ISA.pm t/lib/class-isa.t
31571            ! MANIFEST
31572 ____________________________________________________________________________
31573 [  9556] By: jhi                                   on 2001/04/05  04:09:50
31574         Log: Subject: [PATCH AUTHORS] Housekeeping
31575              From: Paul Johnson <paul@pjcj.net> 
31576              Date: Wed, 4 Apr 2001 22:45:47 +0200
31577              Message-ID: <20010404224547.D9548@pjcj.net>
31578      Branch: perl
31579            ! AUTHORS
31580 ____________________________________________________________________________
31581 [  9555] By: jhi                                   on 2001/04/05  04:06:33
31582         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
31583              From: Gisle Aas <gisle@ActiveState.com>
31584              Date: 04 Apr 2001 14:23:04 -0700
31585              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
31586      Branch: perl
31587            ! pod/perlfaq9.pod
31588 ____________________________________________________________________________
31589 [  9554] By: jhi                                   on 2001/04/05  04:05:49
31590         Log: Downgrade also the "Wide character" diagnostic.
31591      Branch: perl
31592            ! pod/perldiag.pod
31593 ____________________________________________________________________________
31594 [  9553] By: jhi                                   on 2001/04/05  04:00:33
31595         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
31596              maintperl into mainline.
31597              
31598              "double" should be "NV"; standard typemap is missing entry
31599              for NV
31600              
31601              s/djSP/dSP/
31602              
31603              Downgrade "Wide character in print" to a warning.
31604              
31605              B::Deparse fix for ${^FOO} and documentation for PVX() method
31606              (from Robin Houston)
31607              
31608              tr/// doesn't null-terminate the result in some situations
31609              (from Gisle Aas)
31610      Branch: perl
31611           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
31612           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
31613           !> t/io/utf8.t t/op/tr.t
31614 ____________________________________________________________________________
31615 [  9552] By: jhi                                   on 2001/04/05  03:52:50
31616         Log: Retract changes #9542 and #9538 (from maintperl, integrated
31617              at #9540), shouldn't be needed because of the perlio changes.
31618      Branch: perl
31619            ! util.c
31620 ____________________________________________________________________________
31621 [  9551] By: gsar                                  on 2001/04/05  00:18:34
31622         Log: tr/// doesn't null-terminate the result in some situations
31623              (from Gisle Aas)
31624      Branch: maint-5.6/perl
31625            ! doop.c t/op/tr.t
31626 ____________________________________________________________________________
31627 [  9550] By: gsar                                  on 2001/04/04  20:04:17
31628         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
31629              (from Robin Houston)
31630      Branch: maint-5.6/perl
31631            ! ext/B/B.pm ext/B/B/Deparse.pm
31632 ____________________________________________________________________________
31633 [  9549] By: nick                                  on 2001/04/04  18:56:15
31634         Log: Downgrade "Wide character in print" to a warning.
31635      Branch: perlio
31636            ! doio.c t/io/utf8.t
31637 ____________________________________________________________________________
31638 [  9548] By: gsar                                  on 2001/04/04  18:51:49
31639         Log: integrate changes#9460,9462,9482,9521,9522
31640              
31641              Subject: PATCH: B::Debug should show LOOP-specific fields
31642              
31643              Subject: B::Deparse precedence bug. (Patch included.)
31644              
31645              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
31646              
31647              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
31648              
31649              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
31650      Branch: maint-5.6/perl
31651           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
31652           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
31653 ____________________________________________________________________________
31654 [  9547] By: gsar                                  on 2001/04/04  18:49:16
31655         Log: s/djSP/dSP/
31656      Branch: maint-5.6/perl
31657            ! ext/Thread/Thread.xs
31658 ____________________________________________________________________________
31659 [  9546] By: nick                                  on 2001/04/04  18:44:00
31660         Log: Integrate mainline.
31661      Branch: perlio
31662           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
31663           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
31664 ____________________________________________________________________________
31665 [  9545] By: gsar                                  on 2001/04/04  18:38:52
31666         Log: integrate change#8837 from mainline
31667              
31668              Subject: [patch] -Wall cleanup round 2
31669      Branch: maint-5.6/perl
31670           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
31671           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
31672           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
31673           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
31674           !> ext/SDBM_File/SDBM_File.xs
31675 ____________________________________________________________________________
31676 [  9544] By: gsar                                  on 2001/04/04  17:49:57
31677         Log: "double" should be "NV"; standard typemap is missing entry
31678              for NV
31679      Branch: maint-5.6/perl
31680            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
31681 ____________________________________________________________________________
31682 [  9543] By: jhi                                   on 2001/04/04  14:13:18
31683         Log: Thou shalt not (just) match for English error messages.
31684      Branch: perl
31685            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
31686            ! os2/OS2/Process/Process.pm
31687 ____________________________________________________________________________
31688 [  9542] By: jhi                                   on 2001/04/04  13:20:39
31689         Log: Make the stdio tricks of fflush_all() to exist only if
31690              stdio is being used.
31691      Branch: perl
31692            ! util.c
31693 ____________________________________________________________________________
31694 [  9541] By: jhi                                   on 2001/04/04  04:20:24
31695         Log: Subject: Re: [PATCH] Lighten up glob
31696              From: Benjamin Sugars <bsugars@canoe.ca>
31697              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
31698              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
31699      Branch: perl
31700            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
31701            ! util.c
31702 ____________________________________________________________________________
31703 [  9540] By: jhi                                   on 2001/04/04  04:03:57
31704         Log: Integrate changes #9538,9539 from maintperl into mainline.
31705              
31706              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
31707              for use with _fwalk() (fix for change#7705)
31708              
31709              another tweak needed for SunOS 4.1.x build (from Mike Guy)
31710              (cp -f is not portable)
31711      Branch: perl
31712           !> Makefile.SH util.c
31713 ____________________________________________________________________________
31714 [  9539] By: gsar                                  on 2001/04/04  03:01:14
31715         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
31716      Branch: maint-5.6/perl
31717            ! Makefile.SH
31718 ____________________________________________________________________________
31719 [  9538] By: gsar                                  on 2001/04/04  01:00:38
31720         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
31721              for use with _fwalk() (fix for change#7705)
31722      Branch: maint-5.6/perl
31723            ! util.c
31724 ____________________________________________________________________________
31725 [  9537] By: nick                                  on 2001/04/03  19:24:55
31726         Log: Integrate mainline
31727      Branch: perlio
31728           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
31729           +> lib/unicode/PropList.html
31730            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
31731           !> (integrate 69 files)
31732 ____________________________________________________________________________
31733 [  9536] By: jhi                                   on 2001/04/03  18:02:31
31734         Log: Integrate change #9533 from maintperl into mainline.
31735              
31736              better fix for change#9517 to accomodate UNC paths like
31737              \\server\share\foo, and paths with trailing backslash
31738              like c:\this\
31739      Branch: perl
31740           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
31741 ____________________________________________________________________________
31742 [  9535] By: jhi                                   on 2001/04/03  17:58:07
31743         Log: Change the push/unshift warning to be of class syntax, not misc.
31744      Branch: perl
31745            ! op.c pod/perldiag.pod t/pragma/warn/op
31746 ____________________________________________________________________________
31747 [  9534] By: jhi                                   on 2001/04/03  15:03:46
31748         Log: Change the push/unshift warning (#9532) to talk about "no values"
31749              instead of "no arguments".
31750      Branch: perl
31751            ! op.c pod/perldiag.pod t/pragma/warn/op
31752 ____________________________________________________________________________
31753 [  9533] By: gsar                                  on 2001/04/03  14:30:07
31754         Log: better fix for change#9517 to accomodate UNC paths like
31755              \\server\share\foo, and paths with trailing backslash
31756              like c:\this\
31757      Branch: maint-5.6/perl
31758            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
31759 ____________________________________________________________________________
31760 [  9532] By: jhi                                   on 2001/04/03  13:11:46
31761         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
31762              From: Robin Houston <robin@kitsite.com>
31763              Date: Mon, 2 Apr 2001 15:03:29 +0100
31764              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
31765      Branch: perl
31766            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
31767 ____________________________________________________________________________
31768 [  9531] By: jhi                                   on 2001/04/03  13:06:34
31769         Log: Integrate change #9530 from maintperl into mainline.
31770              
31771              accomodate VMS "mailbox overflow" quirk in testsuite (from
31772              Craig Berry)
31773      Branch: perl
31774           !> t/lib/socket.t
31775 ____________________________________________________________________________
31776 [  9530] By: gsar                                  on 2001/04/03  04:56:41
31777         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
31778              Craig Berry)
31779      Branch: maint-5.6/perl
31780            ! t/lib/socket.t
31781 ____________________________________________________________________________
31782 [  9529] By: jhi                                   on 2001/04/03  02:34:34
31783         Log: Update Changes.
31784      Branch: perl
31785            ! Changes patchlevel.h
31786 ____________________________________________________________________________
31787 [  9528] By: jhi                                   on 2001/04/03  01:27:57
31788         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
31789              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
31790              To: perl5-porters@perl.org
31791              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
31792      Branch: perl
31793            ! pod/perlfaq3.pod
31794 ____________________________________________________________________________
31795 [  9527] By: jhi                                   on 2001/04/03  01:22:09
31796         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
31797              From: Peter Prymmer <pvhp@forte.com>
31798              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
31799              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
31800      Branch: perl
31801            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
31802 ____________________________________________________________________________
31803 [  9526] By: jhi                                   on 2001/04/03  01:18:25
31804         Log: The metaconfig unit changes for #9525.
31805      Branch: metaconfig
31806            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
31807      Branch: metaconfig/U/perl
31808            ! use64bits.U
31809 ____________________________________________________________________________
31810 [  9525] By: jhi                                   on 2001/04/03  01:17:30
31811         Log: Configure sanity checks:
31812              * if use64bitall is attempted but pointers are only 32-bit,
31813              'downgrade' to use64bitint
31814              * if use64bitint is attempted but there's no quad type,
31815              forget about use64bitint (well, the default for it is 'n',
31816              the user can still override this)
31817              * if pointers are 64 bits, do not try to use Perl's malloc
31818      Branch: perl
31819            ! Configure
31820 ____________________________________________________________________________
31821 [  9524] By: gsar                                  on 2001/04/03  01:09:12
31822         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
31823      Branch: maint-5.6/perl
31824            ! pp_sys.c
31825 ____________________________________________________________________________
31826 [  9523] By: jhi                                   on 2001/04/03  00:02:31
31827         Log: (Retracted by #9609)
31828              
31829              Make it harder for parallel makes to enter 'test' before
31830              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
31831              should be unhappy enough, but sometimes parallel makes seem
31832              to sneak past both in Tru64 and AIX.)
31833      Branch: perl
31834            ! Makefile.SH
31835 ____________________________________________________________________________
31836 [  9522] By: jhi                                   on 2001/04/02  22:35:31
31837         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
31838              Date: Mon, 2 Apr 2001 22:54:10 +0100
31839              From: Robin Houston <robin@kitsite.com>
31840              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
31841      Branch: perl
31842            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
31843 ____________________________________________________________________________
31844 [  9521] By: jhi                                   on 2001/04/02  22:32:23
31845         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
31846              From: Robin Houston <robin@kitsite.com>
31847              Date: Mon, 2 Apr 2001 20:24:03 +0100
31848              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
31849      Branch: perl
31850            ! ext/B/B/Concise.pm
31851 ____________________________________________________________________________
31852 [  9520] By: jhi                                   on 2001/04/02  22:30:43
31853         Log: Subject: [PATCH] REALLY pedantic hv.h nit
31854              From: Simon Cozens <simon@netthink.co.uk>
31855              Date: Mon, 2 Apr 2001 15:43:06 +0100
31856              Message-ID: <20010402154306.A21711@netthink.co.uk>
31857      Branch: perl
31858            ! hv.h
31859 ____________________________________________________________________________
31860 [  9519] By: jhi                                   on 2001/04/02  22:28:04
31861         Log: Based on
31862              
31863              Subject: [foolperl] EPOC fix
31864              From: Olaf Flebbe <O.Flebbe@science-computing.de>
31865              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
31866              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
31867      Branch: perl
31868            ! pp_sys.c
31869 ____________________________________________________________________________
31870 [  9518] By: jhi                                   on 2001/04/02  22:22:34
31871         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
31872              
31873              README.win32 tweaks; add a note about alternative location for
31874              getting a gcc-2.95.2 that will build perl properly on windows
31875              
31876              add some notes about gutsy threading matters
31877              
31878              many of the utilities interpolate literal paths within doublequotes
31879              (fails on dosish platforms where path contains backslashes)
31880      Branch: perl
31881           !> README.win32 pod/perlguts.pod utils/perldoc.PL
31882           !> x2p/find2perl.PL x2p/s2p.PL
31883 ____________________________________________________________________________
31884 [  9517] By: gsar                                  on 2001/04/02  19:52:21
31885         Log: many of the utilities interpolate literal paths within doublequotes
31886              (fails on dosish platforms where path contains backslashes)
31887      Branch: maint-5.6/perl
31888            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
31889 ____________________________________________________________________________
31890 [  9516] By: gsar                                  on 2001/04/02  05:49:37
31891         Log: a foolish release
31892      Branch: maint-5.6/perl
31893            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
31894            ! pod/perltoc.pod
31895 ____________________________________________________________________________
31896 [  9515] By: gsar                                  on 2001/04/02  05:04:29
31897         Log: add missing changelog summaries
31898      Branch: maint-5.6/perl
31899            ! Changes
31900 ____________________________________________________________________________
31901 [  9514] By: gsar                                  on 2001/04/02  04:07:13
31902         Log: add some notes about gutsy threading matters
31903      Branch: maint-5.6/perl
31904            ! pod/perlguts.pod
31905 ____________________________________________________________________________
31906 [  9513] By: gsar                                  on 2001/04/02  03:25:21
31907         Log: add more prominent caveat notices about experimental features
31908      Branch: maint-5.6/perl
31909            ! pod/perlfork.pod pod/perlunicode.pod
31910 ____________________________________________________________________________
31911 [  9512] By: gsar                                  on 2001/04/02  02:54:33
31912         Log: integrate changes#9479,9509 from mainline
31913              
31914              [PATCH] File::Glob stuff for Mac OS
31915              
31916              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
31917      Branch: maint-5.6/perl
31918           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
31919           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
31920           !> t/lib/glob-taint.t
31921 ____________________________________________________________________________
31922 [  9511] By: gsar                                  on 2001/04/02  02:38:24
31923         Log: README.win32 tweaks; add a note about alternative location for
31924              getting a gcc-2.95.2 that will build perl properly on windows
31925      Branch: maint-5.6/perl
31926            ! README.win32
31927 ____________________________________________________________________________
31928 [  9510] By: jhi                                   on 2001/04/01  20:45:10
31929         Log: An ambiguosity warning.
31930      Branch: perl
31931            ! t/lib/trig.t
31932 ____________________________________________________________________________
31933 [  9509] By: jhi                                   on 2001/04/01  19:53:47
31934         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
31935              From: Jonathan Stowe <gellyfish@gellyfish.com>
31936              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
31937              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
31938      Branch: perl
31939            ! ext/File/Glob/bsd_glob.c
31940 ____________________________________________________________________________
31941 [  9508] By: jhi                                   on 2001/04/01  19:35:03
31942         Log: Update Changes.
31943      Branch: perl
31944            ! Changes patchlevel.h
31945 ____________________________________________________________________________
31946 [  9507] By: jhi                                   on 2001/04/01  19:24:01
31947         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
31948              from mainline to maintperl: pod tweaks.
31949      Branch: maint-5.6/perl
31950           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
31951           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
31952           !> pod/perlvar.pod
31953 ____________________________________________________________________________
31954 [  9506] By: jhi                                   on 2001/04/01  19:11:53
31955         Log: Commit Sarathy to April release of 5.6.1 :-)
31956      Branch: perl
31957            ! pod/perlfaq1.pod
31958 ____________________________________________________________________________
31959 [  9505] By: jhi                                   on 2001/04/01  19:03:15
31960         Log: Subject: PATCH 5.6.0 (perldebug.pod)
31961              From: Mark-Jason Dominus <mjd@plover.com>
31962              Date: Sun, 01 Apr 2001 14:25:11 -0400
31963              Message-ID: <20010401182511.9247.qmail@plover.com>
31964      Branch: perl
31965            ! pod/perldebug.pod
31966 ____________________________________________________________________________
31967 [  9504] By: jhi                                   on 2001/04/01  18:43:09
31968         Log: Add great_circle_direction().
31969      Branch: perl
31970            ! lib/Math/Trig.pm t/lib/trig.t
31971 ____________________________________________________________________________
31972 [  9503] By: jhi                                   on 2001/04/01  17:29:12
31973         Log: Unicode ReadMe update for Unicode 3.1.
31974      Branch: perl
31975            ! lib/unicode/ReadMe.txt
31976 ____________________________________________________________________________
31977 [  9502] By: jhi                                   on 2001/04/01  17:18:40
31978         Log: Integrate change #9501 from maintperl into mainline.
31979              
31980              fix the perlembed notes on multiple interpreters
31981              
31982              fix ExtUtils::Embed to work passably on Windows
31983      Branch: perl
31984           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
31985 ____________________________________________________________________________
31986 [  9501] By: gsar                                  on 2001/04/01  07:21:57
31987         Log: fix the perlembed notes on multiple interpreters
31988              
31989              fix ExtUtils::Embed to work passably on Windows
31990      Branch: maint-5.6/perl
31991            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
31992 ____________________________________________________________________________
31993 [  9500] By: jhi                                   on 2001/04/01  05:58:23
31994         Log: Test for #9499.
31995      Branch: perl
31996            ! t/op/tr.t
31997 ____________________________________________________________________________
31998 [  9499] By: jhi                                   on 2001/04/01  05:55:46
31999         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
32000      Branch: perl
32001            ! embed.h embed.pl op.c proto.h
32002 ____________________________________________________________________________
32003 [  9498] By: jhi                                   on 2001/04/01  05:44:34
32004         Log: Protect the workaround hunk more.
32005      Branch: perl
32006            ! toke.c
32007 ____________________________________________________________________________
32008 [  9497] By: jhi                                   on 2001/04/01  00:24:25
32009         Log: Integrate changes #9493,9494,9495,9496 from maintperl
32010              into mainline.
32011              
32012              fix a broken workaround for Borland compiler in change#4739
32013              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
32014              
32015              nits spotted by Borland compiler
32016              
32017              avoid redefinition warnings under Borland 5.02
32018              
32019              various nits identified by the Borland 5.5 compiler; remove suppression
32020              of a few warnings
32021      Branch: perl
32022           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
32023           !> win32/win32.h
32024 ____________________________________________________________________________
32025 [  9496] By: gsar                                  on 2001/03/31  23:22:28
32026         Log: various nits identified by the Borland 5.5 compiler; remove suppression
32027              of a few warnings
32028      Branch: maint-5.6/perl
32029            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
32030 ____________________________________________________________________________
32031 [  9495] By: gsar                                  on 2001/03/31  21:03:08
32032         Log: avoid redefinition warnings under Borland 5.02
32033      Branch: maint-5.6/perl
32034            ! win32/makefile.mk
32035 ____________________________________________________________________________
32036 [  9494] By: gsar                                  on 2001/03/31  20:18:59
32037         Log: nits spotted by Borland compiler
32038      Branch: maint-5.6/perl
32039            ! utf8.h win32/win32.h
32040 ____________________________________________________________________________
32041 [  9493] By: gsar                                  on 2001/03/31  20:18:05
32042         Log: fix a broken workaround for Borland compiler in change#4739
32043              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
32044      Branch: maint-5.6/perl
32045            ! toke.c
32046 ____________________________________________________________________________
32047 [  9492] By: jhi                                   on 2001/03/31  18:36:24
32048         Log: Integrate change #9491 from maintperl into mainline.
32049              
32050              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
32051              directory is relative (need to fetch the full path name *before*
32052              the chdir!)
32053      Branch: perl
32054           !> lib/Cwd.pm
32055 ____________________________________________________________________________
32056 [  9491] By: gsar                                  on 2001/03/31  17:01:56
32057         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
32058              directory is relative (need to fetch the full path name *before*
32059              the chdir!)
32060              
32061              this is a followup patch for change#6749
32062      Branch: maint-5.6/perl
32063            ! lib/Cwd.pm
32064 ____________________________________________________________________________
32065 [  9490] By: jhi                                   on 2001/03/31  15:50:18
32066         Log: Subject: Re: [PATCH] av.h cosmetics
32067              From: Simon Cozens <simon@netthink.co.uk>
32068              Date: Sat, 31 Mar 2001 13:09:59 +0100
32069              Message-ID: <20010331130959.A22000@netthink.co.uk>
32070              
32071              Document AvALLOC.
32072      Branch: perl
32073            ! pod/perlguts.pod
32074 ____________________________________________________________________________
32075 [  9489] By: jhi                                   on 2001/03/31  15:48:44
32076         Log: Subject: [PATCH] Re: Math::Big* v1.21
32077              From: Tels <perl_dummy@bloodgate.com>
32078              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
32079              Message-Id: <200103311125.GAA377738@www08.hway.net>
32080      Branch: perl
32081            ! pod/perlop.pod
32082 ____________________________________________________________________________
32083 [  9488] By: jhi                                   on 2001/03/31  03:39:51
32084         Log: Debug output tweak.
32085      Branch: perl
32086            ! t/lib/cwd.t
32087 ____________________________________________________________________________
32088 [  9487] By: jhi                                   on 2001/03/31  03:33:02
32089         Log: OverVMSification.
32090      Branch: perl
32091            ! t/lib/cwd.t
32092 ____________________________________________________________________________
32093 [  9486] By: jhi                                   on 2001/03/31  03:01:40
32094         Log: Missed MANIFESTations in #9483.
32095      Branch: perl
32096            ! MANIFEST
32097 ____________________________________________________________________________
32098 [  9485] By: jhi                                   on 2001/03/31  02:58:17
32099         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
32100              From: Peter Prymmer <pvhp@forte.com>
32101              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
32102              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
32103      Branch: perl
32104            ! regexec.c t/lib/cwd.t
32105 ____________________________________________________________________________
32106 [  9484] By: jhi                                   on 2001/03/31  01:04:41
32107         Log: Obsolete file (see #3938)
32108      Branch: perl
32109            - lib/unicode/README.Ethiopic
32110            ! MANIFEST
32111 ____________________________________________________________________________
32112 [  9483] By: jhi                                   on 2001/03/31  00:52:42
32113         Log: Update to Unicode 3.1.
32114              (Rename Names.txt to NamesList.txt.)
32115      Branch: perl
32116            + lib/unicode/NamesList.txt lib/unicode/PropList.html
32117            - lib/unicode/Names.txt
32118            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
32119            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
32120            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
32121            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
32122            ! lib/unicode/UCD.html lib/unicode/Unicode.html
32123            ! lib/unicode/rename lib/unicode/version
32124 ____________________________________________________________________________
32125 [  9482] By: jhi                                   on 2001/03/30  23:33:44
32126         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
32127              From: Robin Houston <robin@kitsite.com>
32128              Date: Fri, 30 Mar 2001 20:07:22 +0100
32129              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
32130      Branch: perl
32131            ! ext/B/B/Deparse.pm
32132 ____________________________________________________________________________
32133 [  9481] By: jhi                                   on 2001/03/30  23:20:25
32134         Log: Subject: Re: [PATCH] CwdXS, Take 2
32135              From: Benjamin Sugars <bsugars@canoe.ca>
32136              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
32137              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
32138      Branch: perl
32139            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
32140            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
32141 ____________________________________________________________________________
32142 [  9480] By: jhi                                   on 2001/03/30  22:52:38
32143         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
32144              From: David Dyck <dcd@tc.fluke.com>
32145              Date: Fri, 30 Mar 2001 14:44:13 -0800
32146              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
32147              
32148              The t/rantests flags file creation was accidentally
32149              removed by #9217.
32150      Branch: perl
32151            ! Makefile.SH
32152 ____________________________________________________________________________
32153 [  9479] By: jhi                                   on 2001/03/30  22:45:45
32154         Log: Subject: [PATCH] File::Glob stuff for Mac OS
32155              From: Chris Nandor <pudge@pobox.com>
32156              Date: Fri, 30 Mar 2001 16:51:00 -0500
32157              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
32158      Branch: perl
32159            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
32160            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
32161            ! t/lib/glob-taint.t
32162 ____________________________________________________________________________
32163 [  9478] By: jhi                                   on 2001/03/30  22:43:12
32164         Log: Subject: fix for win32/buildext.pl
32165              From: "Vadim Konovalov" <watman@inbox.ru>
32166              Date: Sat, 31 Mar 2001 00:50:36 +0400
32167              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
32168      Branch: perl
32169            ! win32/buildext.pl
32170 ____________________________________________________________________________
32171 [  9477] By: jhi                                   on 2001/03/30  22:41:16
32172         Log: Subject: small base.pm doc patch
32173              From: Leon Brocard <acme@astray.com>
32174              Date: Fri, 30 Mar 2001 21:49:57 +0100
32175              Message-ID: <20010330214957.B8733@ns0.astray.com>
32176      Branch: perl
32177            ! lib/base.pm
32178 ____________________________________________________________________________
32179 [  9476] By: jhi                                   on 2001/03/30  18:16:57
32180         Log: Subject: [PATCH] av.h cosmetics
32181              From: Simon Cozens <simon@netthink.co.uk>
32182              Date: Fri, 30 Mar 2001 18:12:28 +0100
32183              Message-ID: <20010330181228.A9319@netthink.co.uk>
32184      Branch: perl
32185            ! av.h
32186 ____________________________________________________________________________
32187 [  9475] By: jhi                                   on 2001/03/30  18:15:50
32188         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
32189              From: "Philip Newton" <pnewton@gmx.de>
32190              Date: Fri, 30 Mar 2001 19:06:57 +0200
32191              Message-ID: <3AC4D951.14815.1AC7068@localhost>
32192      Branch: perl
32193            ! pod/perlhack.pod
32194 ____________________________________________________________________________
32195 [  9474] By: jhi                                   on 2001/03/30  18:14:02
32196         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
32197              From: Benjamin Sugars <bsugars@canoe.ca>
32198              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
32199              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
32200      Branch: perl
32201            ! t/lib/glob-basic.t
32202 ____________________________________________________________________________
32203 [  9473] By: jhi                                   on 2001/03/30  16:09:24
32204         Log: Update Changes.
32205      Branch: perl
32206            ! Changes patchlevel.h
32207 ____________________________________________________________________________
32208 [  9472] By: jhi                                   on 2001/03/30  15:16:08
32209         Log: Integrate perlio.
32210      Branch: perl
32211           !> t/lib/cwd.t t/lib/glob-basic.t
32212 ____________________________________________________________________________
32213 [  9471] By: nick                                  on 2001/03/30  14:47:10
32214         Log: Should be (^O eq 'MSWin32') not 'Win32'
32215              Fail #12 seems real - chdir is in wrong dir.
32216      Branch: perlio
32217            ! t/lib/cwd.t
32218 ____________________________________________________________________________
32219 [  9470] By: jhi                                   on 2001/03/30  14:41:11
32220         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
32221              From: Radu Greab <radu@netsoft.ro>
32222              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
32223              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
32224              
32225              Replace #9352.
32226      Branch: perl
32227            ! ext/Socket/Socket.xs pp_sys.c
32228 ____________________________________________________________________________
32229 [  9469] By: jhi                                   on 2001/03/30  14:37:51
32230         Log: Subject: PATCH pod/perldiag.pod
32231              From: Robin Houston <robin@kitsite.com>
32232              Date: Fri, 30 Mar 2001 14:10:36 +0100
32233              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
32234      Branch: perl
32235            ! pod/perldiag.pod t/lib/glob-basic.t
32236 ____________________________________________________________________________
32237 [  9468] By: jhi                                   on 2001/03/30  14:36:36
32238         Log: Subject: Better diagnostic in io/fs.t
32239              From: andreas.koenig@anima.de (Andreas J. Koenig)
32240              Date: 30 Mar 2001 10:11:43 +0200
32241              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
32242      Branch: perl
32243            ! t/io/fs.t
32244 ____________________________________________________________________________
32245 [  9467] By: nick                                  on 2001/03/30  14:25:43
32246         Log: Skip order test of glob if case-ignoring system cannot 
32247              create a.test and A.test
32248      Branch: perlio
32249            ! t/lib/glob-basic.t
32250 ____________________________________________________________________________
32251 [  9466] By: nick                                  on 2001/03/30  13:03:12
32252         Log: Integrate mainline.
32253      Branch: perlio
32254            - ext/re/hints/aix.pl
32255           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
32256           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
32257           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
32258           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
32259 ____________________________________________________________________________
32260 [  9465] By: jhi                                   on 2001/03/30  03:53:37
32261         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
32262              the tests sometimes hang, sometimes not.)
32263      Branch: perl
32264            ! t/lib/io_multihomed.t t/lib/io_sock.t
32265 ____________________________________________________________________________
32266 [  9464] By: jhi                                   on 2001/03/30  02:56:04
32267         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
32268              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
32269              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
32270              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
32271      Branch: perl
32272            ! op.c
32273 ____________________________________________________________________________
32274 [  9463] By: jhi                                   on 2001/03/30  02:34:48
32275         Log: Test for #9462.
32276      Branch: perl
32277            ! t/lib/b.t
32278 ____________________________________________________________________________
32279 [  9462] By: jhi                                   on 2001/03/30  02:29:37
32280         Log: Subject: B::Deparse precedence bug. (Patch included.)
32281              From: Jeremy Madea <jmadea@inktomi.com>
32282              Date: Thu, 29 Mar 2001 12:05:02 -0800
32283              Message-ID: <20010329120502.A24881@dr.inktomi.com>
32284      Branch: perl
32285            ! ext/B/B/Deparse.pm
32286 ____________________________________________________________________________
32287 [  9461] By: jhi                                   on 2001/03/30  02:18:41
32288         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
32289              From: Peter Prymmer <pvhp@forte.com>
32290              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
32291              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
32292      Branch: perl
32293            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
32294            ! t/lib/md5-file.t
32295 ____________________________________________________________________________
32296 [  9460] By: jhi                                   on 2001/03/30  02:17:07
32297         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
32298              From: Robin Houston <robin@kitsite.com>
32299              Date: Thu, 29 Mar 2001 20:47:56 +0100
32300              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
32301      Branch: perl
32302            ! ext/B/B/Debug.pm
32303 ____________________________________________________________________________
32304 [  9459] By: jhi                                   on 2001/03/30  02:16:05
32305         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
32306              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
32307              Date: Wed, 28 Mar 2001 18:02:20 -0600
32308              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
32309      Branch: perl
32310            ! lib/ExtUtils/MM_VMS.pm
32311 ____________________________________________________________________________
32312 [  9458] By: jhi                                   on 2001/03/30  02:07:58
32313         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
32314              From: "Joshua E. Rodd" <jrodd@pbs.org>
32315              Date: Wed, 28 Mar 2001 17:29:12 -0500
32316              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
32317      Branch: perl
32318            ! pod/perlop.pod
32319 ____________________________________________________________________________
32320 [  9457] By: jhi                                   on 2001/03/30  02:04:33
32321         Log: Subject: ext/re/aix.pl can go
32322              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32323              Date: Thu, 29 Mar 2001 12:03:28 +0200
32324              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
32325      Branch: perl
32326            - ext/re/hints/aix.pl
32327            ! MANIFEST
32328 ____________________________________________________________________________
32329 [  9456] By: jhi                                   on 2001/03/30  02:03:32
32330         Log: Integrate perlio.
32331      Branch: perl
32332           !> ext/Encode/Encode.xs installperl
32333 ____________________________________________________________________________
32334 [  9455] By: nick                                  on 2001/03/29  21:11:46
32335         Log: DLL name has changed so installperl needs to know
32336              (Why isn't it working it out or passed it?)
32337      Branch: perlio
32338            ! installperl
32339 ____________________________________________________________________________
32340 [  9454] By: nick                                  on 2001/03/29  20:56:12
32341         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
32342              and we don't get undef warnings.
32343      Branch: perlio
32344            ! ext/Encode/Encode.xs
32345 ____________________________________________________________________________
32346 [  9453] By: nick                                  on 2001/03/29  17:58:48
32347         Log: Integrate mainline
32348      Branch: perlio
32349           !> Changes patchlevel.h
32350 ____________________________________________________________________________
32351 [  9452] By: jhi                                   on 2001/03/29  16:44:55
32352         Log: Update Changes.
32353      Branch: perl
32354            ! Changes patchlevel.h
32355 ____________________________________________________________________________
32356 [  9451] By: nick                                  on 2001/03/29  16:31:38
32357         Log: Integrate mainline
32358      Branch: perlio
32359           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
32360           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
32361           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
32362           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
32363           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
32364 ____________________________________________________________________________
32365 [  9450] By: jhi                                   on 2001/03/29  16:29:17
32366         Log: Integrate perlio.
32367      Branch: perl
32368           !> win32/buildext.pl
32369 ____________________________________________________________________________
32370 [  9449] By: jhi                                   on 2001/03/29  15:50:01
32371         Log: Update Changes.
32372      Branch: perl
32373            ! Changes patchlevel.h
32374 ____________________________________________________________________________
32375 [  9448] By: nick                                  on 2001/03/29  15:47:15
32376         Log: Make sure buildext.pl finds Errno.pm
32377      Branch: perlio
32378            ! win32/buildext.pl
32379 ____________________________________________________________________________
32380 [  9447] By: jhi                                   on 2001/03/29  15:39:34
32381         Log: Integrate perlio.
32382      Branch: perl
32383           !> win32/makefile.mk
32384 ____________________________________________________________________________
32385 [  9446] By: nick                                  on 2001/03/29  15:30:03
32386         Log: Integrate win32/makefile.mk with mainline.
32387      Branch: perlio
32388           !> win32/makefile.mk
32389 ____________________________________________________________________________
32390 [  9445] By: nick                                  on 2001/03/29  15:27:32
32391         Log: Fix breakage ... 
32392      Branch: perlio
32393            ! win32/makefile.mk
32394 ____________________________________________________________________________
32395 [  9444] By: jhi                                   on 2001/03/29  15:03:08
32396         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
32397              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
32398              Date: Thu, 29 Mar 2001 10:32:59 +0400
32399              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
32400      Branch: perl
32401            ! win32/makefile.mk
32402 ____________________________________________________________________________
32403 [  9443] By: jhi                                   on 2001/03/29  15:02:12
32404         Log: Integrate perlio.
32405      Branch: perl
32406           +> win32/buildext.pl
32407           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
32408           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
32409 ____________________________________________________________________________
32410 [  9442] By: nick                                  on 2001/03/29  14:59:11
32411         Log: Work in progress - determine win32 extensions to build via script.
32412      Branch: perlio
32413            + win32/buildext.pl
32414            ! MANIFEST win32/makefile.mk
32415 ____________________________________________________________________________
32416 [  9441] By: jhi                                   on 2001/03/29  14:51:47
32417         Log: Reintroduce the use of external pwd.
32418      Branch: perl
32419            ! t/lib/cwd.t
32420 ____________________________________________________________________________
32421 [  9440] By: jhi                                   on 2001/03/29  14:42:58
32422         Log: use warnings instead of -w.
32423      Branch: perl
32424            ! utils/h2xs.PL
32425 ____________________________________________________________________________
32426 [  9439] By: jhi                                   on 2001/03/29  14:41:52
32427         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
32428              From: Jonathan Stowe <gellyfish@gellyfish.com>
32429              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
32430              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
32431      Branch: perl
32432            ! utils/h2xs.PL
32433 ____________________________________________________________________________
32434 [  9438] By: jhi                                   on 2001/03/29  14:39:38
32435         Log: Subject: [PATCH perl@9424] minor pod nits
32436              From: Robin Barker <rmb1@cise.npl.co.uk>
32437              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
32438              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
32439      Branch: perl
32440            ! pod/perlhack.pod pod/perliol.pod
32441 ____________________________________________________________________________
32442 [  9437] By: jhi                                   on 2001/03/29  14:29:16
32443         Log: Subject: [PATCH perl@9424] typemap cast warning
32444              From: Robin Barker <rmb1@cise.npl.co.uk>
32445              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
32446              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
32447      Branch: perl
32448            ! lib/ExtUtils/typemap
32449 ____________________________________________________________________________
32450 [  9436] By: jhi                                   on 2001/03/29  14:26:03
32451         Log: Subject: [PATCH perl@9424] printf warning
32452              From: Robin Barker <rmb1@cise.npl.co.uk>
32453              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
32454              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
32455      Branch: perl
32456            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
32457            ! ext/Storable/Storable.xs toke.c
32458 ____________________________________________________________________________
32459 [  9435] By: nick                                  on 2001/03/29  14:23:31
32460         Log: Win32 has name conflict with ERROR
32461      Branch: perlio
32462            ! ext/PerlIO/Via/Via.xs
32463 ____________________________________________________________________________
32464 [  9434] By: jhi                                   on 2001/03/29  14:17:48
32465         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
32466              From: Peter Prymmer <pvhp@forte.com>
32467              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
32468              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
32469      Branch: perl
32470            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
32471 ____________________________________________________________________________
32472 [  9433] By: jhi                                   on 2001/03/29  13:52:44
32473         Log: test-prep target was missing.
32474      Branch: perl
32475            ! Makefile.SH
32476 ____________________________________________________________________________
32477 [  9432] By: nick                                  on 2001/03/29  12:40:03
32478         Log: Make as-shipped compiler default to MSVC6 
32479      Branch: perlio
32480            ! win32/makefile.mk
32481 ____________________________________________________________________________
32482 [  9431] By: nick                                  on 2001/03/29  12:12:16
32483         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
32484              akin to PerlIO::Scalar.
32485      Branch: perlio
32486            ! perlio.c perlio.h
32487 ____________________________________________________________________________
32488 [  9430] By: nick                                  on 2001/03/29  10:56:35
32489         Log: Integrate mainline.
32490      Branch: perlio
32491           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
32492           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
32493           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
32494           !> win32/makefile.mk win32/win32sck.c
32495 ____________________________________________________________________________
32496 [  9429] By: nick                                  on 2001/03/29  09:03:43
32497         Log: Noticed that two tests were skipped as perlio:: package
32498              isn't there any more. Changed the skip condition.
32499              Avoid core-dump if sv_utf8_upgrade() called on something
32500              that does not become SvPOK after SvPV() (e.g. a ref).
32501      Branch: perlio
32502            ! sv.c t/io/utf8.t t/lib/io_scalar.t
32503 ____________________________________________________________________________
32504 [  9428] By: jhi                                   on 2001/03/29  01:31:47
32505         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
32506              From: Benjamin Sugars <bsugars@canoe.ca> 
32507              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
32508              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
32509      Branch: perl
32510            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
32511            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
32512            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
32513 ____________________________________________________________________________
32514 [  9427] By: jhi                                   on 2001/03/29  00:49:30
32515         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
32516              From: "Vadim Konovalov" <watman@inbox.ru>
32517              Date: Thu, 29 Mar 2001 01:50:12 +0400
32518              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
32519      Branch: perl
32520            ! win32/makefile.mk win32/win32sck.c
32521 ____________________________________________________________________________
32522 [  9426] By: gsar                                  on 2001/03/29  00:28:04
32523         Log: dmake can only handle == and != in comparisons; support building
32524              with Borland's VCL libraries (from Vadim Konovalov)
32525      Branch: maint-5.6/perl
32526            ! win32/makefile.mk
32527 ____________________________________________________________________________
32528 [  9425] By: nick                                  on 2001/03/28  19:29:56
32529         Log: Integrate (@snapshot)
32530      Branch: perlio
32531           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
32532 ____________________________________________________________________________
32533 [  9424] By: jhi                                   on 2001/03/28  19:03:16
32534         Log: Update Changes.
32535      Branch: perl
32536            ! Changes patchlevel.h
32537 ____________________________________________________________________________
32538 [  9423] By: jhi                                   on 2001/03/28  18:52:09
32539         Log: Rmdir lib/XS on cleanup.
32540      Branch: perl
32541            ! Makefile.SH
32542 ____________________________________________________________________________
32543 [  9422] By: jhi                                   on 2001/03/28  18:49:34
32544         Log: Integrate perlio.
32545      Branch: perl
32546           !> t/op/utf8decode.t
32547 ____________________________________________________________________________
32548 [  9421] By: nick                                  on 2001/03/28  18:46:44
32549         Log: Loose duplicate chunk.
32550      Branch: perlio
32551            ! t/op/utf8decode.t
32552 ____________________________________________________________________________
32553 [  9420] By: nick                                  on 2001/03/28  18:44:11
32554         Log: Integrate mainline.
32555      Branch: perlio
32556           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
32557           !> vms/vmsish.h
32558 ____________________________________________________________________________
32559 [  9419] By: jhi                                   on 2001/03/28  18:42:05
32560         Log: Can't trust external pwds
32561              (either shell builtins or external programs)
32562      Branch: perl
32563            ! t/lib/cwd.t
32564 ____________________________________________________________________________
32565 [  9418] By: jhi                                   on 2001/03/28  18:34:05
32566         Log: Integrate perlio.
32567      Branch: perl
32568            - lib/perlio.pm
32569           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
32570           !> t/op/utf8decode.t
32571 ____________________________________________________________________________
32572 [  9417] By: nick                                  on 2001/03/28  18:24:02
32573         Log: PerlIO.pm / perlio.pm conflict.
32574              Update some pods.
32575              Make t/op/utf8decode.t a text file.
32576      Branch: perlio
32577            - lib/perlio.pm
32578            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
32579            ! t/op/utf8decode.t
32580 ____________________________________________________________________________
32581 [  9416] By: jhi                                   on 2001/03/28  18:06:07
32582         Log: Integrate change #9409 from mainline to maintperl.
32583              
32584              Yet another tweak on AIX dynaloading.
32585      Branch: maint-5.6/perl
32586           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32587 ____________________________________________________________________________
32588 [  9415] By: gsar                                  on 2001/03/28  17:13:01
32589         Log: integrate changes#9377,9385,9401 from mainline
32590              
32591              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
32592              
32593              If directory entries compare equal case-insensitively,
32594              retry case-sensitively.
32595              
32596              Subject: [PATCH] B::Terse and warnings
32597      Branch: maint-5.6/perl
32598           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
32599           !> t/pragma/warn/perl
32600 ____________________________________________________________________________
32601 [  9414] By: jhi                                   on 2001/03/28  17:11:12
32602         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
32603              From: "Craig A. Berry" <craigberry@mac.com>
32604              Date: Wed, 28 Mar 2001 10:55:20 -0600
32605              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
32606      Branch: perl
32607            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
32608 ____________________________________________________________________________
32609 [  9413] By: jhi                                   on 2001/03/28  17:03:12
32610         Log: Dup hunk.
32611      Branch: perl
32612            ! t/op/utf8decode.t
32613 ____________________________________________________________________________
32614 [  9412] By: jhi                                   on 2001/03/28  17:02:36
32615         Log: Forced integrate from perlio.
32616      Branch: perl
32617           !> t/op/utf8decode.t
32618 ____________________________________________________________________________
32619 [  9411] By: nick                                  on 2001/03/28  16:50:03
32620         Log: Integrate mainline.
32621      Branch: perlio
32622           +> t/lib/cwd.t
32623           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32624           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
32625           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
32626           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
32627           !> t/pragma/warn/perl
32628 ____________________________________________________________________________
32629 [  9410] By: jhi                                   on 2001/03/28  16:44:23
32630         Log: Subject: Re: [PATCH] 9403 cannot be tested
32631              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32632              Date: Wed, 28 Mar 2001 18:33:56 +0200
32633              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
32634      Branch: perl
32635            ! makedef.pl
32636 ____________________________________________________________________________
32637 [  9409] By: jhi                                   on 2001/03/28  16:12:45
32638         Log: Yet another tweak on AIX dynaloading.
32639      Branch: perl
32640            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
32641 ____________________________________________________________________________
32642 [  9408] By: jhi                                   on 2001/03/28  15:52:55
32643         Log: Subject: [PATCH] 9403 cannot be tested
32644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32645              Date: Wed, 28 Mar 2001 17:23:00 +0200
32646              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
32647              
32648              A missing symbol.
32649      Branch: perl
32650            ! makedef.pl
32651 ____________________________________________________________________________
32652 [  9407] By: jhi                                   on 2001/03/28  15:47:43
32653         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
32654      Branch: perl
32655            ! t/op/utf8decode.t
32656           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
32657           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
32658 ____________________________________________________________________________
32659 [  9406] By: jhi                                   on 2001/03/28  15:37:08
32660         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
32661              From: Benjamin Sugars <bsugars@canoe.ca> 
32662              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
32663              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
32664      Branch: perl
32665            + t/lib/cwd.t
32666            ! MANIFEST
32667 ____________________________________________________________________________
32668 [  9405] By: jhi                                   on 2001/03/28  15:13:18
32669         Log: pp_ne() needs a CORRECT boolean.
32670      Branch: perl
32671            ! pp.c
32672 ____________________________________________________________________________
32673 [  9404] By: jhi                                   on 2001/03/28  15:09:23
32674         Log: pp_ne() needs a boolean, not an integer.
32675      Branch: perl
32676            ! pp.c
32677 ____________________________________________________________________________
32678 [  9403] By: jhi                                   on 2001/03/28  14:47:43
32679         Log: (Retracted by #9404.)
32680      Branch: perl
32681            ! pp.c
32682 ____________________________________________________________________________
32683 [  9402] By: jhi                                   on 2001/03/28  14:43:59
32684         Log: Subject: Re: [PATCH] Typemap testing
32685              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
32686              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
32687              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
32688      Branch: perl
32689            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32690            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
32691 ____________________________________________________________________________
32692 [  9401] By: jhi                                   on 2001/03/28  14:42:14
32693         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
32694              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
32695              Date: Sun, 25 Mar 2001 21:59:15 +0100
32696              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
32697              
32698              A variable will be checked for the "use once" warnings if:
32699              
32700              1. It is in the scope of a use warnings 'once'
32701              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
32702              
32703              Otherwise it won't be checked at all.
32704              
32705              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
32706              
32707              The enclosed patch partially fixes this issue. What I didn't
32708              get to work was the case where the "used once" warning is enabled
32709              in any file other than the main file.
32710      Branch: perl
32711            ! gv.c t/pragma/warn/perl
32712 ____________________________________________________________________________
32713 [  9400] By: nick                                  on 2001/03/28  14:38:24
32714         Log: More EBCDIC tweaks:
32715              - one more swash issue &~(0xA0-1) did not do the right thing,
32716              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
32717              - add "use re 'asciirange'" to make [!-~] etc. work
32718              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
32719              - Choose a key for t/op/each.t test which gets encoded.
32720              - Skip utf8decode if this is UTF-EBCDIC.
32721      Branch: perlio
32722            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
32723            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
32724 ____________________________________________________________________________
32725 [  9399] By: jhi                                   on 2001/03/28  14:21:00
32726         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
32727              Andreas Schwab.
32728      Branch: perl
32729            ! pp.c
32730 ____________________________________________________________________________
32731 [  9398] By: jhi                                   on 2001/03/28  00:55:56
32732         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
32733              From: David Dyck <dcd@tc.fluke.com>
32734              Date: Tue, 27 Mar 2001 15:16:24 -0800
32735              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
32736      Branch: perl
32737            ! ext/IO/lib/IO/Socket.pm
32738 ____________________________________________________________________________
32739 [  9397] By: jhi                                   on 2001/03/27  21:52:49
32740         Log: Integrate perlio.
32741      Branch: perl
32742           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
32743           +> ext/PerlIO/Via/Via.xs
32744           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
32745 ____________________________________________________________________________
32746 [  9396] By: nick                                  on 2001/03/27  21:45:13
32747         Log: Integrate mainline.
32748      Branch: perlio
32749           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
32750           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
32751 ____________________________________________________________________________
32752 [  9395] By: nick                                  on 2001/03/27  21:18:58
32753         Log: Outline docs for PerlIO and PerlIO::Scalar
32754      Branch: perlio
32755            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
32756 ____________________________________________________________________________
32757 [  9394] By: nick                                  on 2001/03/27  20:50:13
32758         Log: PerlIO::Via layer (alpha-ish).
32759      Branch: perlio
32760            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
32761            + ext/PerlIO/Via/Via.xs
32762            ! MANIFEST
32763 ____________________________________________________________________________
32764 [  9393] By: jhi                                   on 2001/03/27  20:49:55
32765         Log: Retract #9329 now that 9390 should take care of the matter.
32766      Branch: perl
32767            ! utils/h2xs.PL
32768 ____________________________________________________________________________
32769 [  9390] By: jhi                                   on 2001/03/27  20:47:50
32770         Log: Subject: Autoloading Errno.pm when %! is encountered
32771              From: Robin Houston <robin@kitsite.com>
32772              Date: Tue, 27 Mar 2001 20:57:11 +0100
32773              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
32774      Branch: perl
32775            ! embed.h embed.pl gv.c proto.h t/op/magic.t
32776 ____________________________________________________________________________
32777 [  9389] By: jhi                                   on 2001/03/27  20:24:31
32778         Log: Integrate perlio.
32779      Branch: perl
32780           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
32781           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
32782           !> utf8.c
32783 ____________________________________________________________________________
32784 [  9388] By: jhi                                   on 2001/03/27  20:21:38
32785         Log: Better have a three-element array if one is going to assign
32786              to the third element of that array. (from Tim Jenness)
32787      Branch: perl
32788            ! ext/XS/Typemap/Typemap.xs
32789 ____________________________________________________________________________
32790 [  9387] By: nick                                  on 2001/03/27  20:15:43
32791         Log: Integrate mainline.
32792      Branch: perlio
32793           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
32794           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32795           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
32796           +> t/lib/xs-typemap.t
32797           !> (integrate 34 files)
32798 ____________________________________________________________________________
32799 [  9386] By: jhi                                   on 2001/03/27  20:04:18
32800         Log: Subject: Re: perl@9359 breaks HTML::Parser
32801              From: Gisle Aas <gisle@ActiveState.com>
32802              Date: 27 Mar 2001 11:30:24 -0800
32803              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
32804              
32805              Clarify the UTF-8 issues of the API docs.
32806              (Slightly reworded and expanded.)
32807      Branch: perl
32808            ! pod/perlapi.pod sv.c sv.h
32809 ____________________________________________________________________________
32810 [  9385] By: jhi                                   on 2001/03/27  19:44:25
32811         Log: If directory entries compare equal case-insensitively,
32812              retry case-sensitively.
32813      Branch: perl
32814            ! ext/File/Glob/bsd_glob.c
32815 ____________________________________________________________________________
32816 [  9384] By: nick                                  on 2001/03/27  19:38:50
32817         Log: Various EBCDIC fixes:
32818              - major revelation that swash code is encoding aware,
32819              (or thought it was) - now it is ;-)
32820              - With that out of the way fix a slab of tr/// cases.
32821              - Fix Encode 'Unicode' to be true Unicode so tests pass.
32822              - As anticipated Base64.xs needed tweaks.
32823              - Until tr/// works right avoid old_encode64 in MIME tests.
32824      Branch: perlio
32825            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
32826            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
32827 ____________________________________________________________________________
32828 [  9383] By: jhi                                   on 2001/03/27  18:34:41
32829         Log: Add the std test suite BEGIN block.
32830      Branch: perl
32831            ! t/lib/xs-typemap.t
32832 ____________________________________________________________________________
32833 [  9382] By: jhi                                   on 2001/03/27  15:16:07
32834         Log: Add debugging output to the test.
32835      Branch: perl
32836            ! t/lib/glob-basic.t
32837 ____________________________________________________________________________
32838 [  9381] By: jhi                                   on 2001/03/27  15:08:10
32839         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
32840      Branch: perl
32841            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
32842            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
32843            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
32844            + t/lib/xs-typemap.t
32845            ! MANIFEST
32846 ____________________________________________________________________________
32847 [  9380] By: jhi                                   on 2001/03/27  14:48:34
32848         Log: Subject: [PATCH] Typemap testing
32849              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
32850              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
32851              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
32852              
32853              (The first part of the patch.)
32854      Branch: perl
32855            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
32856 ____________________________________________________________________________
32857 [  9379] By: jhi                                   on 2001/03/27  14:44:56
32858         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
32859              From: Benjamin Sugars <bsugars@canoe.ca> 
32860              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
32861              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
32862      Branch: perl
32863            ! t/lib/glob-basic.t
32864 ____________________________________________________________________________
32865 [  9378] By: jhi                                   on 2001/03/27  14:42:30
32866         Log: Subject: [PATCH] perlvar nit
32867              From: Simon Cozens <simon@netthink.co.uk>
32868              Date: Tue, 27 Mar 2001 01:12:01 +0100
32869              Message-ID: <20010327011201.A19179@netthink.co.uk>
32870      Branch: perl
32871            ! pod/perlvar.pod
32872 ____________________________________________________________________________
32873 [  9377] By: jhi                                   on 2001/03/27  14:36:26
32874         Log: Subject: [PATCH] B::Terse and warnings
32875              From: Benjamin Sugars <ben.sugars@home.com>
32876              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
32877              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
32878      Branch: perl
32879            ! ext/B/B.pm ext/B/B/Terse.pm
32880 ____________________________________________________________________________
32881 [  9376] By: jhi                                   on 2001/03/27  14:31:31
32882         Log: Document sockatmark() some.
32883      Branch: perl
32884            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
32885            ! pod/perltoc.pod
32886 ____________________________________________________________________________
32887 [  9375] By: jhi                                   on 2001/03/27  14:00:24
32888         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
32889              noted by Gisle and fixed by NI-S.
32890      Branch: perl
32891            ! sv.c
32892 ____________________________________________________________________________
32893 [  9374] By: jhi                                   on 2001/03/27  05:50:01
32894         Log: Regen toc.
32895      Branch: perl
32896            ! pod/perltoc.pod
32897 ____________________________________________________________________________
32898 [  9373] By: jhi                                   on 2001/03/27  05:43:51
32899         Log: Pixie documenting.
32900      Branch: perl
32901            ! Makefile.SH pod/perlhack.pod
32902 ____________________________________________________________________________
32903 [  9372] By: jhi                                   on 2001/03/27  05:29:34
32904         Log: Metaconfig unit changes for #9371.
32905      Branch: metaconfig
32906            ! U/modified/myhostname.U
32907      Branch: metaconfig/U/perl
32908            + d_sockatmark.U
32909            ! gccvers.U
32910 ____________________________________________________________________________
32911 [  9371] By: jhi                                   on 2001/03/27  05:29:07
32912         Log: Add sockatmark() probing.
32913      Branch: perl
32914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32915            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
32916            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32917            ! vos/config.ga.h win32/config.bc win32/config.gc
32918            ! win32/config.vc
32919 ____________________________________________________________________________
32920 [  9370] By: jhi                                   on 2001/03/26  22:01:18
32921         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
32922              Really need to benchmark this.
32923      Branch: perl
32924            ! pp.c
32925 ____________________________________________________________________________
32926 [  9369] By: nick                                  on 2001/03/26  21:59:30
32927         Log: Integrate mainline.
32928      Branch: perlio
32929            ! ext/MIME/Base64/QuotedPrint.pm
32930           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
32931           !> patchlevel.h pod/perlhack.pod pp_sys.c
32932 ____________________________________________________________________________
32933 [  9368] By: jhi                                   on 2001/03/26  21:47:03
32934         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
32935              
32936              TODO1: perlbench.
32937              TODO2: le, lt, ge, gt?  Yech.
32938      Branch: perl
32939            ! pp.c
32940 ____________________________________________________________________________
32941 [  9367] By: jhi                                   on 2001/03/26  21:34:57
32942         Log: Too much cut-and-paste in #9363.
32943      Branch: perl
32944            ! pp_sys.c
32945 ____________________________________________________________________________
32946 [  9366] By: jhi                                   on 2001/03/26  21:20:53
32947         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
32948              From: Andreas Schwab <schwab@suse.de>
32949              Date: 26 Mar 2001 17:29:04 +0200
32950              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
32951              
32952              (The patch for 5.6.0 or so, this is a guess for bleadperl)
32953      Branch: perl
32954            ! pp_hot.c
32955 ____________________________________________________________________________
32956 [  9365] By: jhi                                   on 2001/03/26  21:07:54
32957         Log: Integrate perlio.
32958      Branch: perl
32959           !> perlio.c
32960 ____________________________________________________________________________
32961 [  9364] By: nick                                  on 2001/03/26  20:30:48
32962         Log: REFCNT botch in layer name cache hash.
32963      Branch: perlio
32964            ! perlio.c
32965 ____________________________________________________________________________
32966 [  9363] By: jhi                                   on 2001/03/26  18:44:32
32967         Log: Subject: [PATCH] socket() leaks file descriptors
32968              From: Benjamin Sugars <bsugars@canoe.ca>
32969              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
32970              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
32971              
32972              Also sockpair() fixed similarly.
32973      Branch: perl
32974            ! pp_sys.c
32975 ____________________________________________________________________________
32976 [  9362] By: jhi                                   on 2001/03/26  18:37:52
32977         Log: Integrate perlio.
32978      Branch: perl
32979           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
32980 ____________________________________________________________________________
32981 [  9361] By: nick                                  on 2001/03/26  17:32:06
32982         Log: Implement flush of linebuffered streams on read of a tty.
32983      Branch: perlio
32984            ! perlio.c perliol.h
32985 ____________________________________________________________________________
32986 [  9360] By: nick                                  on 2001/03/26  17:12:32
32987         Log: Memory tweaks and notes for OEMVS.
32988      Branch: perlio
32989            ! README.os390 miniperlmain.c t/op/pat.t
32990 ____________________________________________________________________________
32991 [  9359] By: jhi                                   on 2001/03/26  02:12:54
32992         Log: Update Changes.
32993      Branch: perl
32994            ! Changes patchlevel.h
32995 ____________________________________________________________________________
32996 [  9358] By: jhi                                   on 2001/03/26  02:05:32
32997         Log: Document the most common pixie options.
32998      Branch: perl
32999            ! pod/perlhack.pod
33000 ____________________________________________________________________________
33001 [  9357] By: jhi                                   on 2001/03/26  01:25:28
33002         Log: For perl.pixie check *before* compiling that optimize is -g,
33003              as for perl.third.
33004      Branch: perl
33005            ! Makefile.SH
33006 ____________________________________________________________________________
33007 [  9356] By: jhi                                   on 2001/03/26  01:13:41
33008         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
33009      Branch: perl
33010            ! Makefile.SH
33011 ____________________________________________________________________________
33012 [  9355] By: jhi                                   on 2001/03/26  01:11:19
33013         Log: Remove t/perl.third.
33014      Branch: perl
33015            ! Makefile.SH
33016 ____________________________________________________________________________
33017 [  9354] By: jhi                                   on 2001/03/26  00:23:38
33018         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
33019              IO::Sockatmark().
33020      Branch: perl
33021            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
33022 ____________________________________________________________________________
33023 [  9353] By: jhi                                   on 2001/03/25  22:25:04
33024         Log: Integrate perlio.
33025      Branch: perl
33026           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
33027           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
33028           !> pp_hot.c win32/makefile.mk
33029 ____________________________________________________________________________
33030 [  9352] By: jhi                                   on 2001/03/25  22:21:41
33031         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
33032              From: Radu Greab <radu@netsoft.ro>
33033              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
33034              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
33035      Branch: perl
33036            ! pp_sys.c
33037 ____________________________________________________________________________
33038 [  9351] By: nick                                  on 2001/03/25  22:15:02
33039         Log: Fix readline in list mode to tell rest of world that it has
33040              things on the stack. Otherwise if perl code gets invoked
33041              underneath it it scribbles over results-so-far.
33042              (Why TIEHANDLE has not tripped on this is a mystery.)
33043      Branch: perlio
33044            ! pp_hot.c
33045 ____________________________________________________________________________
33046 [  9350] By: nick                                  on 2001/03/25  22:10:13
33047         Log: win32/makefile.mk typos
33048      Branch: perlio
33049            ! win32/makefile.mk
33050 ____________________________________________________________________________
33051 [  9349] By: nick                                  on 2001/03/25  21:31:14
33052         Log: Integrate now-non-binary file.
33053      Branch: perlio
33054           !> t/lib/mimeqp.t
33055 ____________________________________________________________________________
33056 [  9348] By: nick                                  on 2001/03/25  21:27:24
33057         Log: Make it text
33058      Branch: perlio
33059            ! t/lib/mimeqp.t
33060 ____________________________________________________________________________
33061 [  9347] By: nick                                  on 2001/03/25  21:25:37
33062         Log: Integrate mainline.
33063      Branch: perlio
33064           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
33065           !> lib/Term/ReadLine.pm t/lib/md5-file.t
33066 ____________________________________________________________________________
33067 [  9346] By: nick                                  on 2001/03/25  20:58:15
33068         Log: Add destruct time hook to PerlIO (for work-in-process implementing
33069              layers in perl code. In such cases layers need to be popped before
33070              we loose the ability to run perl code.)
33071              Also back-out "PerlIO::object" hook - it isn't going to work like that...
33072      Branch: perlio
33073            ! perl.c perlio.c perlio.h perliol.h
33074 ____________________________________________________________________________
33075 [  9345] By: nick                                  on 2001/03/25  20:49:11
33076         Log: Avoid at leasy one of undefined warnings in Encode.
33077      Branch: perlio
33078            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
33079 ____________________________________________________________________________
33080 [  9344] By: jhi                                   on 2001/03/25  20:37:43
33081         Log: A workaround for using Term::ReadLine in emacs minibuffer
33082              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
33083              additional tweaks from Ilya Zakharevich.
33084      Branch: perl
33085            ! lib/Term/ReadLine.pm
33086 ____________________________________________________________________________
33087 [  9343] By: nick                                  on 2001/03/25  20:21:14
33088         Log: Missing return value.
33089      Branch: perlio
33090            ! ext/PerlIO/Scalar/Scalar.xs
33091 ____________________________________________________________________________
33092 [  9342] By: jhi                                   on 2001/03/25  16:21:00
33093         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
33094              to equal the CPAN versions since no code changes have been made.
33095      Branch: perl
33096            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
33097            ! t/lib/md5-file.t
33098 ____________________________________________________________________________
33099 [  9341] By: jhi                                   on 2001/03/25  16:01:48
33100         Log: Escape 8-bit characters.
33101      Branch: perl
33102            ! t/lib/mimeqp.t
33103 ____________________________________________________________________________
33104 [  9340] By: gsar                                  on 2001/03/25  15:50:53
33105         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
33106              chars)
33107      Branch: perl
33108            + t/lib/mimeqp.t
33109 ____________________________________________________________________________
33110 [  9339] By: gsar                                  on 2001/03/25  15:48:50
33111         Log: delete mimeqp.t for later add with text mode set
33112      Branch: perl
33113            - t/lib/mimeqp.t
33114 ____________________________________________________________________________
33115 [  9338] By: nick                                  on 2001/03/25  09:01:57
33116         Log: Integrate mainline.
33117      Branch: perlio
33118           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
33119           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
33120           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
33121           +> t/lib/mimeb64u.t t/lib/mimeqp.t
33122           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
33123           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
33124           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
33125 ____________________________________________________________________________
33126 [  9337] By: jhi                                   on 2001/03/25  04:23:24
33127         Log: Add MIME::Base64 here and there.  Again, a lot of
33128              optimism is in the air.
33129      Branch: perl
33130            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
33131            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
33132 ____________________________________________________________________________
33133 [  9336] By: jhi                                   on 2001/03/25  04:12:43
33134         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
33135              this by ear as I do not do Win32 programming.)
33136      Branch: perl
33137            ! win32/Makefile win32/makefile.mk
33138 ____________________________________________________________________________
33139 [  9335] By: jhi                                   on 2001/03/25  04:03:50
33140         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
33141      Branch: perl
33142            ! t/lib/md5-file.t
33143 ____________________________________________________________________________
33144 [  9334] By: jhi                                   on 2001/03/25  03:58:53
33145         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
33146      Branch: perl
33147            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
33148            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
33149            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
33150            + t/lib/mimeb64u.t t/lib/mimeqp.t
33151            ! MANIFEST
33152 ____________________________________________________________________________
33153 [  9333] By: jhi                                   on 2001/03/24  20:14:37
33154         Log: Integrate perlio.
33155      Branch: perl
33156           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
33157 ____________________________________________________________________________
33158 [  9332] By: nick                                  on 2001/03/24  19:40:34
33159         Log: Fix un-init variable leading to spurious "Out of Memory!"
33160      Branch: perlio
33161            ! doio.c
33162 ____________________________________________________________________________
33163 [  9331] By: nick                                  on 2001/03/24  19:09:59
33164         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
33165              and update layers internals doc.
33166      Branch: perlio
33167            ! pod/perlfunc.pod pod/perliol.pod
33168 ____________________________________________________________________________
33169 [  9330] By: jhi                                   on 2001/03/24  18:42:11
33170         Log: The length might be uninitialized garbage if the *svp is the undef.
33171      Branch: perl
33172            ! doio.c
33173 ____________________________________________________________________________
33174 [  9329] By: jhi                                   on 2001/03/24  18:26:57
33175         Log: (Retracted by #9393)
33176              
33177              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
33178              From: Simon Cozens <simon@netthink.co.uk>
33179              Date: Sat, 24 Mar 2001 17:13:17 +0000
33180              Message-ID: <20010324171317.A13406@netthink.co.uk>
33181      Branch: perl
33182            ! utils/h2xs.PL
33183 ____________________________________________________________________________
33184 [  9328] By: nick                                  on 2001/03/24  17:22:02
33185         Log: Integrate mainline.
33186      Branch: perlio
33187           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
33188           !> lib/unicode/version
33189 ____________________________________________________________________________
33190 [  9327] By: nick                                  on 2001/03/24  17:16:02
33191         Log: Integrate mainline.
33192      Branch: perlio
33193           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33194           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
33195           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
33196           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
33197           +> t/lib/md5-file.t
33198           !> MANIFEST Makefile.SH configure.com djgpp/config.over
33199           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
33200           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
33201           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
33202           !> win32/makefile.mk
33203 ____________________________________________________________________________
33204 [  9326] By: jhi                                   on 2001/03/24  17:00:42
33205         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
33206      Branch: perl
33207            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
33208            ! lib/unicode/version
33209 ____________________________________________________________________________
33210 [  9325] By: jhi                                   on 2001/03/24  16:22:33
33211         Log: Subject: Re: B::Deparse bug (5.6.0)
33212              From: Robin Houston <robin@kitsite.com>
33213              Date: Sat, 24 Mar 2001 14:33:09 +0000
33214              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
33215      Branch: perl
33216            ! op.c pp.c t/lib/b.t t/op/repeat.t
33217 ____________________________________________________________________________
33218 [  9324] By: jhi                                   on 2001/03/24  16:21:56
33219         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
33220              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
33221              these additions may be too optimistic.
33222      Branch: perl
33223            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
33224            ! hints/uwin.sh hints/vmesa.sh
33225 ____________________________________________________________________________
33226 [  9323] By: jhi                                   on 2001/03/24  16:06:01
33227         Log: Integrate perlio.
33228      Branch: perl
33229           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
33230           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
33231            ! Makefile.SH
33232           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
33233           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
33234           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
33235           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
33236           !> win32/makefile.mk win32/perlhost.h win32/win32.c
33237           !> win32/win32iop.h
33238 ____________________________________________________________________________
33239 [  9322] By: nick                                  on 2001/03/24  14:39:12
33240         Log: Routine Win32 regen_config_h - no real changes.
33241      Branch: perlio
33242            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
33243 ____________________________________________________________________________
33244 [  9321] By: nick                                  on 2001/03/24  14:31:49
33245         Log: PerlIO fixups for Win32:
33246              - provide win33_popenlist() - non-functional as yet.
33247              - avoid need for aTHX in PerlIO_debug calls - even if not 
33248              enabled args are still evaluated so Win32 has trouble during fork().
33249              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
33250              - Fixup makedef.pl for latest set of symbols.
33251      Branch: perlio
33252            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
33253            ! win32/perlhost.h win32/win32.c win32/win32iop.h
33254 ____________________________________________________________________________
33255 [  9320] By: nick                                  on 2001/03/24  14:26:58
33256         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
33257              was gibberish - broke it on WIn32 at least.
33258      Branch: perlio
33259            ! ext/POSIX/POSIX.xs
33260 ____________________________________________________________________________
33261 [  9319] By: nick                                  on 2001/03/24  11:29:41
33262         Log: Generated files.
33263      Branch: perlio
33264            ! embed.h global.sym objXSUB.h perlapi.c proto.h
33265 ____________________________________________________________________________
33266 [  9318] By: nick                                  on 2001/03/24  10:29:37
33267         Log: Implement:
33268              1.  open($fh,"+<",undef);  # add test to t/io/open.t
33269              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
33270      Branch: perlio
33271            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
33272            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
33273            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
33274            ! t/io/open.t t/io/utf8.t
33275 ____________________________________________________________________________
33276 [  9317] By: jhi                                   on 2001/03/23  23:41:25
33277         Log: AIX does seems to have optimization problems with its C compilers.
33278      Branch: perl
33279            ! hints/aix.sh
33280 ____________________________________________________________________________
33281 [  9316] By: jhi                                   on 2001/03/23  23:40:46
33282         Log: Integrate perlio.
33283      Branch: perl
33284           +> lib/PerlIO.pm
33285           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
33286           !> perliol.h
33287 ____________________________________________________________________________
33288 [  9315] By: jhi                                   on 2001/03/23  22:16:30
33289         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
33290      Branch: perl
33291            ! t/lib/md5-file.t
33292 ____________________________________________________________________________
33293 [  9314] By: nick                                  on 2001/03/23  20:49:02
33294         Log: Perlio internals re-organized.
33295              - open process creates AV of layer/arg pairs
33296              (appends layers from open() or open.pm to default list).
33297              - push arg is now an SV.
33298              - layer ->Open get passed the AV
33299              - open is no longer mandatory method.
33300              - topmost layer that has ->Open method does the open
33301              - any layers above are pushed once that returns.
33302              - vtable re-ordered so dummy layers need only provide push/pop methods.
33303      Branch: perlio
33304            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
33305 ____________________________________________________________________________
33306 [  9313] By: nick                                  on 2001/03/23  16:27:41
33307         Log: Check in a stable (working) version before next round of tweaks.
33308              Changes include:
33309              - Move default layers code out of doio.c and into perlio.c
33310              - Single routine for parsing layer specification strings.
33311              - Skeleton support for demand loading of layers
33312              - Core-dump avoidance if PERLIO environment specifies loadable layer
33313              (does not _work_ as need IO to load and need load to do IO ...)
33314      Branch: perlio
33315            + lib/PerlIO.pm
33316            ! MANIFEST doio.c perlio.c
33317 ____________________________________________________________________________
33318 [  9312] By: gsar                                  on 2001/03/23  16:25:25
33319         Log: add execute bit to files with shebang lines in the repository;
33320              avoid clobbering execute bit in Porting/makerel 
33321      Branch: maint-5.6/perl
33322            ! (edit 144 files)
33323 ____________________________________________________________________________
33324 [  9311] By: jhi                                   on 2001/03/23  14:25:35
33325         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
33326      Branch: perl
33327            ! MANIFEST
33328 ____________________________________________________________________________
33329 [  9310] By: jhi                                   on 2001/03/23  13:45:04
33330         Log: Subject: [PATCH] Net::Ping
33331              From: Colin McMillen <mcmi0037@tc.umn.edu>
33332              Date: Thu, 22 Mar 2001 19:30:31 -0600
33333              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
33334      Branch: perl
33335            ! lib/Net/Ping.pm
33336 ____________________________________________________________________________
33337 [  9309] By: jhi                                   on 2001/03/23  13:39:13
33338         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
33339      Branch: perl
33340            ! t/lib/md5-aaa.t t/lib/md5-file.t
33341 ____________________________________________________________________________
33342 [  9308] By: jhi                                   on 2001/03/23  13:20:34
33343         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
33344              - bump the version to 2.14
33345              - drop the base64 tests since they require MIME::Base64
33346              - drop the rfc1321.txt
33347              - drop the hints/dec_osf.pl since it's only needed for
33348              pre-5.005_03 Perls
33349              Todo:
33350              - the U32 alignment testing is now removed; it needs to
33351              be reintroduced as as a Config variable (meaning also
33352              as a Configure test)
33353              - get the new EBCDIC md5sum for MD5.pm
33354              - test in Win32 to see how badly I botched the makefiles
33355      Branch: perl
33356            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
33357            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
33358            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
33359            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
33360            + t/lib/md5-file.t
33361            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
33362            ! win32/Makefile win32/makefile.mk
33363 ____________________________________________________________________________
33364 [  9307] By: jhi                                   on 2001/03/23  12:56:14
33365         Log: Integrate change #9306 from maintperl into mainline,
33366              AIX dynaloader for AIXes without <load.h>.
33367      Branch: perl
33368           !> ext/DynaLoader/hints/aix.pl
33369 ____________________________________________________________________________
33370 [  9306] By: jhi                                   on 2001/03/23  12:51:36
33371         Log: There are AIXes without /usr/include/load.h,
33372              patch from H.Merijn Brand.
33373      Branch: maint-5.6/perl
33374            ! ext/DynaLoader/hints/aix.pl
33375 ____________________________________________________________________________
33376 [  9305] By: nick                                  on 2001/03/23  11:00:42
33377         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
33378      Branch: perlio
33379            ! ext/Encode/Encode.xs perlio.c perlio.h
33380 ____________________________________________________________________________
33381 [  9304] By: nick                                  on 2001/03/23  10:20:46
33382         Log: Render -Duseperlio functional again.
33383              - this is "quick fix" which calls PerlIO_apply_layers after opening,
33384              which is what old scheme did. New scheme needs to change that
33385              to make open(...,\$scalar) etc. work but this will do for now.
33386      Branch: perlio
33387            ! perlio.c
33388 ____________________________________________________________________________
33389 [  9303] By: nick                                  on 2001/03/23  09:53:20
33390         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
33391              -Uuseperlio now works again.
33392              -Duseperlio is still poorly. Don't merge yet...
33393      Branch: perlio
33394            ! doio.c perlio.h
33395 ____________________________________________________________________________
33396 [  9302] By: nick                                  on 2001/03/22  22:26:51
33397         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
33398              type code.
33399              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
33400              is its main caller. In particular now has access to "extra" args, and
33401              can tell when an open handle is "reopened" (or duped?).
33402              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
33403              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
33404              PerlIO_open() et. al. (i.e. other way round).
33405              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
33406              with args close to PerlIO_openn().
33407      Branch: perlio
33408            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
33409 ____________________________________________________________________________
33410 [  9301] By: jhi                                   on 2001/03/22  20:58:04
33411         Log: Integrate perlio.
33412      Branch: perl
33413           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
33414           !> t/io/open.t util.c
33415 ____________________________________________________________________________
33416 [  9300] By: nick                                  on 2001/03/22  17:36:32
33417         Log: Don't include $@ in not ok message.
33418      Branch: perlio
33419            ! t/io/open.t
33420 ____________________________________________________________________________
33421 [  9299] By: gsar                                  on 2001/03/22  16:53:45
33422         Log: back out changes#7532,7521 for now (appears to have problems
33423              on IRIX)
33424      Branch: maint-5.6/perl
33425            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
33426            ! ext/POSIX/typemap pod/perlvar.pod
33427 ____________________________________________________________________________
33428 [  9298] By: nick                                  on 2001/03/22  14:35:46
33429         Log: Give a meaning to '&' in n-arg open case:
33430              open($fh,"<&",$scalar);
33431              $scalar can be:
33432              - an integer which does "fdopen"
33433              open($fh,"<&",2); # like open($fh,"<&2")
33434              - something that will yield a file handle via sv_2io()
33435              useful for dup'ing anonymous handles.
33436              e.g.:
33437              open(my $fh,"<&",\*STDIN);
33438              open(my $dup,"<&",$fh);
33439      Branch: perlio
33440            ! doio.c t/io/open.t
33441 ____________________________________________________________________________
33442 [  9297] By: nick                                  on 2001/03/22  13:34:35
33443         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
33444      Branch: perlio
33445            ! util.c
33446 ____________________________________________________________________________
33447 [  9296] By: nick                                  on 2001/03/22  12:51:20
33448         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
33449      Branch: perlio
33450            ! perl.c
33451 ____________________________________________________________________________
33452 [  9295] By: nick                                  on 2001/03/22  11:59:44
33453         Log: If stdin, stdout or stderr get opened in unexpected read/write state
33454              then warn at time of open not at time of use.
33455      Branch: perlio
33456            ! doio.c pp_hot.c pp_sys.c
33457 ____________________________________________________________________________
33458 [  9294] By: nick                                  on 2001/03/22  10:54:35
33459         Log: Die on n-arg open(...,"",xxx,yyy,...)
33460              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
33461              - die on read/write cases so we can decide what it means later.
33462      Branch: perlio
33463            ! doio.c embed.pl iperlsys.h util.c
33464 ____________________________________________________________________________
33465 [  9293] By: nick                                  on 2001/03/22  09:02:45
33466         Log: perlio tweaks (reported by Nick Clark)
33467              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
33468              error check in Pendinf_read().
33469      Branch: perlio
33470            ! perlio.c
33471 ____________________________________________________________________________
33472 [  9292] By: gsar                                  on 2001/03/22  07:12:00
33473         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
33474              fixes)
33475      Branch: maint-5.6/perl
33476           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
33477 ____________________________________________________________________________
33478 [  9291] By: jhi                                   on 2001/03/22  06:06:44
33479         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
33480      Branch: perl
33481            ! t/op/re_tests
33482 ____________________________________________________________________________
33483 [  9290] By: jhi                                   on 2001/03/22  05:57:01
33484         Log: Move MacOS Classic higher in the list of supported platforms.
33485      Branch: maint-5.6/perl
33486            ! pod/perlport.pod
33487 ____________________________________________________________________________
33488 [  9289] By: gsar                                  on 2001/03/22  05:35:04
33489         Log: revert part of change#6438 for compatibility (av_reify()
33490              appears to be needed to implement av_splice()ish things
33491              in XS)
33492      Branch: maint-5.6/perl
33493            ! embed.pl global.sym objXSUB.h perlapi.c
33494 ____________________________________________________________________________
33495 [  9288] By: gsar                                  on 2001/03/22  03:09:19
33496         Log: update copyright year
33497      Branch: maint-5.6/perl
33498            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
33499            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
33500            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
33501            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
33502            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
33503            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
33504            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
33505            ! x2p/walk.c
33506 ____________________________________________________________________________
33507 [  9287] By: jhi                                   on 2001/03/21  20:30:54
33508         Log: Integrate perlio.
33509      Branch: perl
33510           !> ext/Data/Dumper/Dumper.xs
33511 ____________________________________________________________________________
33512 [  9286] By: gsar                                  on 2001/03/21  19:49:54
33513         Log: makefile.mk tweak
33514      Branch: maint-5.6/perl
33515            ! win32/Makefile win32/makefile.mk
33516 ____________________________________________________________________________
33517 [  9285] By: nick                                  on 2001/03/21  19:07:13
33518         Log: Multiplicity fix for Dumper.
33519      Branch: perlio
33520            ! ext/Data/Dumper/Dumper.xs
33521 ____________________________________________________________________________
33522 [  9284] By: nick                                  on 2001/03/21  19:01:07
33523         Log: Integrate mainline - (does not build xTHX issue in Dumper).
33524      Branch: perlio
33525           !> (integrate 27 files)
33526 ____________________________________________________________________________
33527 [  9283] By: jhi                                   on 2001/03/21  17:17:35
33528         Log: Integrate change #9282 from mainline into maintperl,
33529              4-arg UTF-8 substr().
33530      Branch: maint-5.6/perl
33531           !> pp.c
33532 ____________________________________________________________________________
33533 [  9282] By: jhi                                   on 2001/03/21  17:15:43
33534         Log: The #9270 would have leaked a scalar if pp_substr()
33535              returned early.
33536      Branch: perl
33537            ! pp.c
33538 ____________________________________________________________________________
33539 [  9281] By: gsar                                  on 2001/03/21  17:03:14
33540         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
33541      Branch: maint-5.6/perl
33542            ! win32/makefile.mk
33543 ____________________________________________________________________________
33544 [  9280] By: gsar                                  on 2001/03/21  17:01:20
33545         Log: some tweaks to change#9278 (fork() emulation should be enabled
33546              by setting BUILD_FLAVOR instead of changing the defaults)
33547      Branch: maint-5.6/perl
33548            ! win32/makefile.mk
33549 ____________________________________________________________________________
33550 [  9279] By: gsar                                  on 2001/03/21  16:47:19
33551         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
33552      Branch: maint-5.6/perl
33553            ! ext/File/Glob/Glob.pm
33554           !> lib/Cwd.pm
33555 ____________________________________________________________________________
33556 [  9278] By: jhi                                   on 2001/03/21  14:35:10
33557         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
33558              From: "Vadim Konovalov" <watman@inbox.ru>
33559              Date: Wed, 21 Mar 2001 01:53:51 +0300
33560              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
33561      Branch: maint-5.6/perl
33562            ! win32/makefile.mk win32/win32sck.c
33563 ____________________________________________________________________________
33564 [  9277] By: jhi                                   on 2001/03/21  13:58:28
33565         Log: Integrate change #9270 from mainline to maintperl:
33566              continued 4-arg UTF-8 substr() fixing.
33567      Branch: maint-5.6/perl
33568           !> pp.c t/op/substr.t
33569 ____________________________________________________________________________
33570 [  9276] By: jhi                                   on 2001/03/21  13:33:00
33571         Log: More pixie cleaning.
33572      Branch: perl
33573            ! Makefile.SH
33574 ____________________________________________________________________________
33575 [  9275] By: jhi                                   on 2001/03/21  03:54:17
33576         Log: Update Changes.
33577      Branch: perl
33578            ! Changes patchlevel.h
33579 ____________________________________________________________________________
33580 [  9274] By: jhi                                   on 2001/03/21  03:48:24
33581         Log: First stab at making Data::Dumper to grok Unicode.
33582              
33583              TODO: tests, EBCDICify.
33584      Branch: perl
33585            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
33586 ____________________________________________________________________________
33587 [  9273] By: jhi                                   on 2001/03/21  02:23:00
33588         Log: Fix for
33589              
33590              Subject: Memory leak in unquoted print   
33591              From: Benjamin Sugars <bsugars@canoe.ca> 
33592              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
33593              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
33594      Branch: perl
33595            ! perlio.c
33596 ____________________________________________________________________________
33597 [  9272] By: jhi                                   on 2001/03/21  01:33:17
33598         Log: Subject: Re: [PATCH] POSIX::getcwd()
33599              From: Benjamin Sugars <bsugars@canoe.ca> 
33600              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
33601              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
33602      Branch: perl
33603            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
33604 ____________________________________________________________________________
33605 [  9271] By: jhi                                   on 2001/03/21  01:22:52
33606         Log: Subject: [PATCH] Cwd.pm docs
33607              From: Benjamin Sugars <bsugars@canoe.ca>
33608              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
33609              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
33610      Branch: perl
33611            ! lib/Cwd.pm
33612 ____________________________________________________________________________
33613 [  9270] By: jhi                                   on 2001/03/21  01:16:29
33614         Log: Continue 4-arg substr() UTF-8 fixage.
33615      Branch: perl
33616            ! pp.c t/op/substr.t
33617 ____________________________________________________________________________
33618 [  9269] By: jhi                                   on 2001/03/21  00:46:14
33619         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
33620              
33621              revert the leak fix in change#9142 (problem needs a more experimental
33622              fix unsuitable for 5.6.1)
33623              
33624              do alphabetical sorting by default (for csh compatibility)
33625              
33626              cut-n-paste goof in change#9264
33627              
33628              VMS piping fixes (from Charles Lane)
33629      Branch: perl
33630           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
33631           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
33632           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
33633 ____________________________________________________________________________
33634 [  9268] By: jhi                                   on 2001/03/21  00:37:04
33635         Log: Integrate perlio.
33636      Branch: perl
33637           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
33638           !> utf8.c utf8.h utfebcdic.h
33639 ____________________________________________________________________________
33640 [  9267] By: nick                                  on 2001/03/20  20:04:39
33641         Log: More EBCDIC stuff:
33642              - Loose the extra level of function on ASCII.
33643              - spotted a chr(0) issue in sv.c
33644              - re-work of UTF-X tr/// ranges to work in Unicode
33645              space. Still issues with the "0xff is illegal UTF-8" hack.
33646              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
33647              (why do it once when you can do it all over the place :-(
33648              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
33649              need utf8.pm for swashes.
33650              - Simplified and commented scan_const() in toke.c
33651              Still something wrong regexp and tr (swashes?).
33652      Branch: perlio
33653            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
33654            ! utf8.c utf8.h utfebcdic.h
33655 ____________________________________________________________________________
33656 [  9266] By: gsar                                  on 2001/03/20  19:16:43
33657         Log: VMS piping fixes (from Charles Lane)
33658      Branch: maint-5.6/perl
33659            ! vms/vms.c vms/vmspipe.com
33660 ____________________________________________________________________________
33661 [  9265] By: gsar                                  on 2001/03/20  17:53:52
33662         Log: cut-n-paste goof in change#9264
33663      Branch: maint-5.6/perl
33664            ! ext/File/Glob/Glob.xs
33665 ____________________________________________________________________________
33666 [  9264] By: gsar                                  on 2001/03/20  17:43:47
33667         Log: do alphabetical sorting by default (for csh compatibility);
33668              bsd_glob() does ASCII sort by default as usual, unless
33669              GLOB_ALPHASORT was specified
33670      Branch: maint-5.6/perl
33671            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
33672            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
33673            ! ext/File/Glob/bsd_glob.h
33674 ____________________________________________________________________________
33675 [  9263] By: gsar                                  on 2001/03/20  16:40:08
33676         Log: integrate change#9255 from mainline (unicode fix)
33677              
33678              substr($bytestr, i, n, $charstr)
33679      Branch: maint-5.6/perl
33680           !> Todo-5.6 pp.c t/op/substr.t
33681 ____________________________________________________________________________
33682 [  9262] By: gsar                                  on 2001/03/20  15:57:41
33683         Log: revert the leak fix in change#9142 (problem needs a more experimental
33684              fix unsuitable for 5.6.1)
33685      Branch: maint-5.6/perl
33686            ! scope.c
33687 ____________________________________________________________________________
33688 [  9261] By: jhi                                   on 2001/03/20  14:26:25
33689         Log: Integrate changes #9259,9260 from maintperl into mainline.
33690              
33691              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
33692              
33693              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
33694      Branch: perl
33695           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
33696 ____________________________________________________________________________
33697 [  9260] By: jhi                                   on 2001/03/20  14:05:46
33698         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
33699              From: Robin Barker <rmb1@cise.npl.co.uk>
33700              Date: Tue, 20 Mar 2001 10:12:04 GMT
33701              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
33702      Branch: maint-5.6/perl
33703            ! run.c
33704 ____________________________________________________________________________
33705 [  9259] By: jhi                                   on 2001/03/20  14:04:39
33706         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
33707              From: Chris Nandor <pudge@pobox.com>
33708              Date: Tue, 20 Mar 2001 00:40:56 -0500
33709              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
33710      Branch: maint-5.6/perl
33711            ! ext/POSIX/POSIX.xs lib/File/Path.pm
33712 ____________________________________________________________________________
33713 [  9258] By: jhi                                   on 2001/03/20  05:09:34
33714         Log: Update Changes.
33715      Branch: perl
33716            ! Changes patchlevel.h
33717 ____________________________________________________________________________
33718 [  9257] By: jhi                                   on 2001/03/20  05:04:25
33719         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
33720      Branch: perl
33721            ! t/op/tr.t
33722 ____________________________________________________________________________
33723 [  9256] By: jhi                                   on 2001/03/20  04:43:12
33724         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
33725              From: Peter Prymmer <pvhp@forte.com>
33726              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
33727              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
33728      Branch: maint-5.6/perl
33729            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
33730 ____________________________________________________________________________
33731 [  9255] By: jhi                                   on 2001/03/19  23:17:17
33732         Log: substr($bytestr, i, n, $charstr)
33733              
33734              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
33735      Branch: perl
33736            ! Todo-5.6 pp.c t/op/substr.t
33737 ____________________________________________________________________________
33738 [  9254] By: jhi                                   on 2001/03/19  22:25:09
33739         Log: Rearrange the make test target prerequisites so that
33740              in a parallel make 'all' is finished before 'test'.
33741      Branch: perl
33742            ! Makefile.SH
33743 ____________________________________________________________________________
33744 [  9253] By: jhi                                   on 2001/03/19  21:48:07
33745         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
33746              From: Robin Houston <robin@kitsite.com>
33747              Date: Mon, 19 Mar 2001 15:48:41 +0000
33748              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
33749      Branch: perl
33750            ! pp_ctl.c
33751 ____________________________________________________________________________
33752 [  9252] By: jhi                                   on 2001/03/19  21:42:27
33753         Log: Integrate perlio.
33754      Branch: perl
33755           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
33756           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
33757           !> utfebcdic.h vms/perly_c.vms
33758 ____________________________________________________________________________
33759 [  9251] By: jhi                                   on 2001/03/19  21:31:28
33760         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
33761              
33762              Dynaloading in 64-bit AIX with vac.
33763      Branch: perl
33764           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33765           !> hints/aix.sh
33766 ____________________________________________________________________________
33767 [  9250] By: jhi                                   on 2001/03/19  21:18:00
33768         Log: A more robust solution for the 64bitall AIX dynaloading
33769              problem, from Jens-Uwe Mager.
33770      Branch: maint-5.6/perl
33771            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
33772 ____________________________________________________________________________
33773 [  9249] By: nick                                  on 2001/03/19  20:59:37
33774         Log: Integrate mainline.
33775      Branch: perlio
33776           !> (integrate 42 files)
33777 ____________________________________________________________________________
33778 [  9248] By: nick                                  on 2001/03/19  20:22:07
33779         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
33780              (Building on OS390 uses native YACC and YYDEBUG has other
33781              side effects.)
33782      Branch: perlio
33783            ! perly.c perly.y vms/perly_c.vms
33784 ____________________________________________________________________________
33785 [  9247] By: jhi                                   on 2001/03/19  19:59:53
33786         Log: 64-bit AIX dynaloading problem (see #9244) idea
33787              from Jens-Uwe Mager.
33788      Branch: maint-5.6/perl
33789            ! ext/DynaLoader/dl_aix.xs
33790 ____________________________________________________________________________
33791 [  9246] By: nick                                  on 2001/03/19  19:27:57
33792         Log: More EBCDIC fixes.
33793      Branch: perlio
33794            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
33795            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
33796 ____________________________________________________________________________
33797 [  9245] By: jhi                                   on 2001/03/19  19:05:19
33798         Log: Integrate change #9243 from mainline into maintperl.
33799              
33800              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
33801      Branch: maint-5.6/perl
33802           !> README.vmesa
33803 ____________________________________________________________________________
33804 [  9244] By: jhi                                   on 2001/03/19  19:03:15
33805         Log: Get 64bitall AIX building, but still does not test okay:
33806              dynaloading anything fails, for example for op/defins:
33807              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
33808              (update: fixed by #9247,9250)
33809      Branch: maint-5.6/perl
33810            ! hints/aix.sh
33811 ____________________________________________________________________________
33812 [  9243] By: jhi                                   on 2001/03/19  19:00:16
33813         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
33814              From: Robin Barker <rmb1@cise.npl.co.uk>
33815              Date: Mon, 19 Mar 2001 18:01:57 GMT
33816              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
33817      Branch: perl
33818            ! README.vmesa
33819 ____________________________________________________________________________
33820 [  9242] By: jhi                                   on 2001/03/19  18:58:43
33821         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
33822              
33823              TODO: tests.
33824      Branch: perl
33825            ! doop.c op.c
33826 ____________________________________________________________________________
33827 [  9241] By: gsar                                  on 2001/03/19  17:34:46
33828         Log: VMSify tests (from Charles Lane)
33829      Branch: maint-5.6/perl
33830            ! t/lib/filehand.t t/lib/texttabs.t
33831 ____________________________________________________________________________
33832 [  9240] By: jhi                                   on 2001/03/19  14:24:26
33833         Log: Integrate change #9233 from maintperl into mainline.
33834              
33835              some refcounts were incorrect in perl_clone()
33836      Branch: perl
33837           !> sv.c
33838 ____________________________________________________________________________
33839 [  9239] By: gsar                                  on 2001/03/19  09:23:17
33840         Log: this is 5.6.1-trial3
33841      Branch: maint-5.6/perl
33842            ! Changes
33843 ____________________________________________________________________________
33844 [  9238] By: gsar                                  on 2001/03/19  08:47:04
33845         Log: some new symbols are only available under ithreads
33846      Branch: maint-5.6/perl
33847            ! makedef.pl
33848 ____________________________________________________________________________
33849 [  9237] By: gsar                                  on 2001/03/19  08:42:28
33850         Log: update patchlevel.h, Changes, &c.
33851      Branch: maint-5.6/perl
33852            ! Changes patchlevel.h pod/perlhist.pod
33853           !> AUTHORS
33854 ____________________________________________________________________________
33855 [  9236] By: gsar                                  on 2001/03/19  08:17:49
33856         Log: integrate changes#8068,8717 from mainline
33857              
33858              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
33859              
33860              [PATCH CPAN 1.59_51] warning message (not!)
33861      Branch: maint-5.6/perl
33862           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
33863           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
33864           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
33865           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
33866           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33867 ____________________________________________________________________________
33868 [  9235] By: gsar                                  on 2001/03/19  08:07:09
33869         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
33870              
33871              [PATCH] Add missing CV flags to dump.c
33872              
33873              Re: [patch] Re: PL_ptr_table
33874              
33875              Fixup non-ithread build after 8713
33876              
33877              Generated files form 8713 etc.
33878              
33879              Correct the correction :-(
33880              
33881              Documenting coderef @INC (Re: CPAN "make this script work" feature)
33882              
33883              Subject: Re: sync sync sync: have I missed any patches?
33884              Replace djSP with dSP.
33885      Branch: maint-5.6/perl
33886           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
33887           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
33888           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
33889           !> sv.c sv.h win32/perlhost.h
33890 ____________________________________________________________________________
33891 [  9234] By: gsar                                  on 2001/03/19  07:22:05
33892         Log: revert the change#9090 integrate for now (change looks somewhat
33893              incomplete in that [ha]v_exists() need something similar; lacks
33894              tests; &c.)
33895      Branch: maint-5.6/perl
33896            ! hv.c
33897 ____________________________________________________________________________
33898 [  9233] By: gsar                                  on 2001/03/19  07:10:01
33899         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
33900              destruction when there are unreferenced scalars (SvREFCNT==0)
33901      Branch: maint-5.6/perl
33902            ! sv.c
33903 ____________________________________________________________________________
33904 [  9232] By: jhi                                   on 2001/03/19  05:11:02
33905         Log: Regen api and toc.
33906      Branch: maint-5.6/perl
33907            ! pod/perlapi.pod pod/perltoc.pod
33908 ____________________________________________________________________________
33909 [  9231] By: jhi                                   on 2001/03/19  04:06:03
33910         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
33911              add a lost line in pp.c:pp_chop(), update to new op/chop.
33912              
33913              Clarify the description differentiating for and while; inspired by
33914              
33915              Subject: [ID 20010306.004] || != named unary operator
33916              
33917              The $Is_MacOS needs to be declared.
33918      Branch: maint-5.6/perl
33919            ! pp.c t/op/chop.t
33920           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
33921 ____________________________________________________________________________
33922 [  9230] By: jhi                                   on 2001/03/19  03:48:16
33923         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
33924              9079,9083,9089,9090,9091 from mainline to maintperl.
33925              
33926              Quieten some noise in Win32 builds
33927              
33928              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
33929              
33930              The perlretut was still talking about the old \p and \P
33931              definitions.
33932              
33933              More tweakage on the Unicode character class descriptions.
33934              
33935              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
33936              
33937              Subject: 'no *POSIX' Patch speeding up make on BS2000 
33938              
33939              Subject: [PATCH] perldata.pod here-doc docs
33940              
33941              Add /sbin and /usr/sbin to the list of directories scanned
33942              for setuid programs.  Takes care of bug id 20010309.003.
33943              
33944              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
33945              
33946              In op/stat #35 better to scan all the potential directories
33947              for setuids, not just the first one.
33948      Branch: maint-5.6/perl
33949            ! Makefile.SH
33950           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
33951           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
33952           !> t/op/stat.t toke.c win32/win32.h
33953 ____________________________________________________________________________
33954 [  9229] By: jhi                                   on 2001/03/19  02:31:50
33955         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
33956              From: Chris Nandor <pudge@pobox.com>
33957              Date: Sat, 10 Mar 2001 14:22:19 -0500
33958              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
33959      Branch: maint-5.6/perl
33960            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
33961            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
33962            ! t/lib/b.t t/lib/errno.t
33963 ____________________________________________________________________________
33964 [  9228] By: jhi                                   on 2001/03/19  02:29:59
33965         Log: Integrate changes #9113,9122 from mainline into maintperl.
33966              
33967              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?)
33968      Branch: maint-5.6/perl
33969           !> Configure README.os390 hints/os390.sh
33970 ____________________________________________________________________________
33971 [  9227] By: jhi                                   on 2001/03/19  02:22:35
33972         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
33973              into maintperl.
33974              
33975              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
33976              
33977              Forgot to check-in the larger part of #9120, duh.
33978              
33979              Subject: Another patch for integer.pm POD 
33980              
33981              h2ph strictness and cleanliness from Kurt Starsinic.
33982              
33983              Borland filename case problem.
33984              
33985              h2ph strictness and cleanliness from Kurt Starsinic.
33986              
33987              Subject: [PATCH] the uncontroversial doc patches
33988      Branch: maint-5.6/perl
33989           +> win32/sncfnmcs.pl
33990           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
33991           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
33992           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
33993           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
33994           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
33995           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
33996           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
33997 ____________________________________________________________________________
33998 [  9226] By: jhi                                   on 2001/03/19  02:10:21
33999         Log: Integrate changes #9207,9214 from mainline into maintperl.
34000              
34001              podchecker relaxations: =over has an *optional* number after it,
34002              and whitespace in L<> is okay.
34003      Branch: maint-5.6/perl
34004           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
34005           !> t/pod/poderrs.xr
34006 ____________________________________________________________________________
34007 [  9225] By: jhi                                   on 2001/03/19  02:07:38
34008         Log: Integrate change #9219 from maintperl into mainline.
34009              
34010              remove duplicated tests
34011      Branch: perl
34012           !> t/op/re_tests
34013 ____________________________________________________________________________
34014 [  9224] By: jhi                                   on 2001/03/19  02:06:11
34015         Log: Integrate change #9223 from mainline to maintperl.
34016              
34017              Document -Dmksymlinks.
34018      Branch: maint-5.6/perl
34019           !> INSTALL
34020 ____________________________________________________________________________
34021 [  9223] By: jhi                                   on 2001/03/19  02:01:25
34022         Log: Document -Dmksymlinks.
34023      Branch: perl
34024            ! INSTALL
34025 ____________________________________________________________________________
34026 [  9222] By: jhi                                   on 2001/03/19  01:15:35
34027         Log: The -Dmksymlinks wasn't working for maintperl.
34028      Branch: maint-5.6/perl
34029            ! Configure
34030 ____________________________________________________________________________
34031 [  9221] By: jhi                                   on 2001/03/19  00:49:43
34032         Log: Cleanup pixie residue.
34033      Branch: perl
34034            ! Makefile.SH
34035 ____________________________________________________________________________
34036 [  9220] By: jhi                                   on 2001/03/19  00:44:47
34037         Log: Document the use of pixie/prof; create make targets for it.
34038              
34039              TODO: make t/TEST pixie-aware.
34040      Branch: perl
34041            ! Makefile.SH pod/perlhack.pod
34042 ____________________________________________________________________________
34043 [  9219] By: gsar                                  on 2001/03/19  00:16:55
34044         Log: remove duplicated tests
34045      Branch: maint-5.6/perl
34046            ! t/op/re_tests
34047 ____________________________________________________________________________
34048 [  9218] By: jhi                                   on 2001/03/18  23:59:31
34049         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
34050      Branch: perl
34051            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
34052 ____________________________________________________________________________
34053 [  9217] By: jhi                                   on 2001/03/18  23:25:20
34054         Log: Rewrite the tests section of Makefile to be less redundant
34055              and to allow for more flexible test targets, many recursive
34056              make calls introduced.
34057      Branch: perl
34058            ! Makefile.SH
34059 ____________________________________________________________________________
34060 [  9216] By: jhi                                   on 2001/03/18  22:30:04
34061         Log: Document the use of Third Degree (sparsely).
34062      Branch: perl
34063            ! pod/perlhack.pod t/TEST
34064 ____________________________________________________________________________
34065 [  9215] By: jhi                                   on 2001/03/18  22:10:30
34066         Log: Make targets for testing with Third Degree.
34067      Branch: perl
34068            ! Makefile.SH
34069 ____________________________________________________________________________
34070 [  9214] By: jhi                                   on 2001/03/18  21:08:53
34071         Log: The podchecker relaxations need to mirrored also at the tests.
34072      Branch: perl
34073            ! t/pod/poderrs.xr
34074 ____________________________________________________________________________
34075 [  9213] By: jhi                                   on 2001/03/18  20:56:21
34076         Log: Update Changes.
34077      Branch: perl
34078            ! Changes patchlevel.h
34079 ____________________________________________________________________________
34080 [  9212] By: jhi                                   on 2001/03/18  20:36:59
34081         Log: Looking for config.sh in parent directories isn't
34082              very useful for the toplevel Makefile.
34083      Branch: perl
34084            ! Makefile.SH
34085 ____________________________________________________________________________
34086 [  9211] By: jhi                                   on 2001/03/18  20:33:37
34087         Log: On "make clean" take care of Third Degree droppings.
34088      Branch: perl
34089            ! Makefile.SH
34090 ____________________________________________________________________________
34091 [  9210] By: jhi                                   on 2001/03/18  20:21:34
34092         Log: Add a hook for running the tests under the Third Degree
34093              debugging tool (set $ENV{PERL_3LOG} to non-zero)
34094              
34095              TODO: Document the use of Third Degree.
34096      Branch: perl
34097            ! t/TEST
34098 ____________________________________________________________________________
34099 [  9209] By: jhi                                   on 2001/03/18  20:19:07
34100         Log: Regen toc and api pods.
34101      Branch: perl
34102            ! pod/perlapi.pod pod/perltoc.pod
34103 ____________________________________________________________________________
34104 [  9208] By: jhi                                   on 2001/03/18  20:12:12
34105         Log: Integrate changes #8128,9132 from mainline into maintperl,
34106              Tie::SubstrHash fixes.
34107      Branch: maint-5.6/perl
34108           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
34109 ____________________________________________________________________________
34110 [  9207] By: jhi                                   on 2001/03/18  20:07:43
34111         Log: podchecker relaxations from Michael Stevens.
34112      Branch: perl
34113            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
34114 ____________________________________________________________________________
34115 [  9206] By: jhi                                   on 2001/03/18  20:04:24
34116         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
34117      Branch: perl
34118            ! lib/Locale/Constants.pm lib/Locale/Country.pm
34119            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
34120            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
34121 ____________________________________________________________________________
34122 [  9205] By: jhi                                   on 2001/03/18  19:54:45
34123         Log: Integrate changes #9161,9162 from maintperl to mainline.
34124              
34125              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
34126              results
34127      Branch: perl
34128           !> t/op/magic.t
34129 ____________________________________________________________________________
34130 [  9204] By: jhi                                   on 2001/03/18  19:37:46
34131         Log: Make perl.third checks more understandable to the builder.
34132      Branch: perl
34133            ! Makefile.SH
34134 ____________________________________________________________________________
34135 [  9203] By: jhi                                   on 2001/03/18  19:20:54
34136         Log: Re-integrate #9138 from maintperl to mainline,
34137              the squelching of the unneeded "Scalars leaked" messages.
34138      Branch: perl
34139           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34140           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34141           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34142 ____________________________________________________________________________
34143 [  9202] By: jhi                                   on 2001/03/18  18:48:36
34144         Log: More robust and more paranoid perl.third target.
34145      Branch: perl
34146            ! Makefile.SH
34147 ____________________________________________________________________________
34148 [  9201] By: jhi                                   on 2001/03/18  18:39:21
34149         Log: Integrate change #9197 from maintperl to mainline.
34150              
34151              more thorough cleaning of arenas.
34152      Branch: perl
34153           !> embed.pl perl.c proto.h sv.c t/op/sort.t
34154 ____________________________________________________________________________
34155 [  9200] By: jhi                                   on 2001/03/18  18:25:17
34156         Log: Integrate perlio.
34157      Branch: perl
34158           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
34159           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
34160           !> t/lib/encode.t toke.c universal.c utf8.c
34161 ____________________________________________________________________________
34162 [  9199] By: nick                                  on 2001/03/18  15:23:51
34163         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
34164              is the sense of the test being done. Avoid some magical 127 and 128 values
34165              by using macros.
34166      Branch: perlio
34167            ! doop.c pp_ctl.c sv.c toke.c
34168 ____________________________________________________________________________
34169 [  9198] By: nick                                  on 2001/03/18  14:18:12
34170         Log: UTF-X encoding invariance for Encode:
34171              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
34172              - move the XS code for those to universal.c (so in miniperl)
34173              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
34174              - change ext/Encode/compile to use above.
34175              - Fix t/lib/encode.t for above
34176              - Teach t/lib/b.t to expect -uutf8
34177              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
34178              utf8.pm is needed.
34179      Branch: perlio
34180            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
34181            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
34182 ____________________________________________________________________________
34183 [  9197] By: gsar                                  on 2001/03/18  12:15:57
34184         Log: more thorough cleaning of arenas--keep going until no more
34185              SvREFCNT_dec()s occur (this fixes the problem that causes the
34186              pesky "Scalars leaked" warnings)
34187      Branch: maint-5.6/perl
34188            ! embed.pl perl.c proto.h sv.c t/op/sort.t
34189 ____________________________________________________________________________
34190 [  9196] By: nick                                  on 2001/03/18  10:57:29
34191         Log: Fix pragma/utf8.t # 15
34192              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
34193              are SvUTF8 as well.
34194      Branch: perlio
34195            ! toke.c
34196 ____________________________________________________________________________
34197 [  9195] By: nick                                  on 2001/03/18  09:27:06
34198         Log: Integrate mainline
34199      Branch: perlio
34200           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
34201           !> t/op/pat.t
34202 ____________________________________________________________________________
34203 [  9194] By: jhi                                   on 2001/03/18  05:29:59
34204         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
34205              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
34206      Branch: perl
34207            ! op.c op.h t/op/misc.t t/op/pat.t
34208 ____________________________________________________________________________
34209 [  9193] By: jhi                                   on 2001/03/18  05:15:06
34210         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
34211      Branch: perl
34212            ! mg.c t/op/pat.t
34213 ____________________________________________________________________________
34214 [  9192] By: jhi                                   on 2001/03/18  04:22:43
34215         Log: tr/// UTF-8 patches from Inaba Hiroto.
34216      Branch: perl
34217            ! doop.c op.c
34218 ____________________________________________________________________________
34219 [  9191] By: jhi                                   on 2001/03/18  04:21:17
34220         Log: Integrate perlio.
34221      Branch: perl
34222           !> utf8.c utfebcdic.h
34223 ____________________________________________________________________________
34224 [  9190] By: nick                                  on 2001/03/17  20:32:01
34225         Log: Correct #if EBCDIC side typos.
34226              Builds and passes many tests on OS390.
34227      Branch: perlio
34228            ! utf8.c utfebcdic.h
34229 ____________________________________________________________________________
34230 [  9189] By: jhi                                   on 2001/03/17  18:55:49
34231         Log: Add prerequisites for the perl.third target.
34232      Branch: perl
34233            ! Makefile.SH
34234 ____________________________________________________________________________
34235 [  9188] By: jhi                                   on 2001/03/17  18:46:00
34236         Log: Integrate perlio.
34237      Branch: perl
34238           +> utfebcdic.h
34239           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
34240 ____________________________________________________________________________
34241 [  9187] By: jhi                                   on 2001/03/17  18:38:47
34242         Log: Add a make rule for perl.third (the Third Degree memory debugging
34243              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
34244      Branch: perl
34245            ! Makefile.SH
34246 ____________________________________________________________________________
34247 [  9186] By: nick                                  on 2001/03/17  18:34:48
34248         Log: MANIFEST addition :-(
34249      Branch: perlio
34250            ! MANIFEST
34251 ____________________________________________________________________________
34252 [  9185] By: nick                                  on 2001/03/17  18:29:50
34253         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
34254              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
34255              a superset of ASCII are invariant under the encoding. This is EBCDIC
34256              friendly as an encoded string can be looked at as being EBCDIC by lexer
34257              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
34258              ASCII on ASCII machines.
34259              
34260              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
34261              seperate.
34262              - Add some more macros to comprehend different shift amounts and
34263              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
34264              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
34265              and conditionaly #include it.
34266              
34267              EBCDIC build as yet untested.  ASCII still fails the one test.
34268      Branch: perlio
34269            + utfebcdic.h
34270            ! utf8.c utf8.h
34271 ____________________________________________________________________________
34272 [  9184] By: nick                                  on 2001/03/17  17:44:16
34273         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
34274      Branch: perlio
34275            ! doop.c perl.h pp.c utf8.h
34276 ____________________________________________________________________________
34277 [  9183] By: jhi                                   on 2001/03/17  15:55:42
34278         Log: Integrate perlio.
34279      Branch: perl
34280            ! MANIFEST
34281           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
34282 ____________________________________________________________________________
34283 [  9182] By: nick                                  on 2001/03/17  09:16:06
34284         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
34285      Branch: perlio
34286            ! t/op/pat.t
34287 ____________________________________________________________________________
34288 [  9181] By: nick                                  on 2001/03/17  09:15:11
34289         Log: Integrate mainline.
34290      Branch: perlio
34291           +> lib/Locale/Constants.pm lib/Locale/Country.pm
34292           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
34293           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
34294           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
34295           !> (integrate 83 files)
34296 ____________________________________________________________________________
34297 [  9180] By: nick                                  on 2001/03/16  17:23:21
34298         Log: EBCDIC Fixes.
34299      Branch: perlio
34300            ! perl.h sv.c toke.c utf8.c utf8.h
34301 ____________________________________________________________________________
34302 [  9179] By: jhi                                   on 2001/03/16  14:10:12
34303         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
34304              a change needed to work around an AIX compiler bug.
34305      Branch: perl
34306            ! ext/Storable/Storable.xs
34307 ____________________________________________________________________________
34308 [  9178] By: jhi                                   on 2001/03/16  03:19:59
34309         Log: With Damian's approval synchronize damian's modules'
34310              licensing with Perl's standard module licensing.
34311      Branch: perl
34312            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
34313 ____________________________________________________________________________
34314 [  9177] By: jhi                                   on 2001/03/16  03:15:34
34315         Log: Make the Filter::Util:Call files have their own copies
34316              of the Perl standard module licensing, from Paul Marquess.
34317      Branch: perl
34318            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
34319 ____________________________________________________________________________
34320 [  9176] By: jhi                                   on 2001/03/16  02:56:04
34321         Log: Subject: [PATCH] more pod patches
34322              From: Michael Stevens <michael@etla.org>
34323              Date: Thu, 15 Mar 2001 21:25:18 +0000
34324              Message-ID: <20010315212518.A18870@firedrake.org>
34325      Branch: perl
34326            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
34327            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
34328            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
34329            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
34330            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
34331            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
34332            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
34333            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
34334            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
34335            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
34336            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
34337            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
34338            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
34339            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
34340            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
34341            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
34342            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
34343            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
34344            ! lib/Locale/Country.pm lib/Locale/Language.pm
34345            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
34346            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
34347            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
34348            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
34349            ! os2/OS2/Process/Process.pm
34350 ____________________________________________________________________________
34351 [  9175] By: jhi                                   on 2001/03/16  02:53:32
34352         Log: Subject: [PATCH] the uncontroversial doc patches
34353              From: Michael Stevens <michael@etla.org>
34354              Date: Thu, 15 Mar 2001 20:01:12 +0000
34355              Message-ID: <20010315200112.A7636@firedrake.org>
34356      Branch: perl
34357            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
34358            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
34359            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
34360            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
34361            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
34362 ____________________________________________________________________________
34363 [  9174] By: jhi                                   on 2001/03/16  02:50:49
34364         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
34365              From: Paul Lindner <lindner@inuus.com>
34366              Date: Fri, 16 Mar 2001 11:28:03 -0800
34367              Message-ID: <20010316112803.A7577@inuus.com>
34368      Branch: perl
34369            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
34370 ____________________________________________________________________________
34371 [  9173] By: nick                                  on 2001/03/15  20:21:03
34372         Log: 1st day's EBCDIC fixes:
34373              - toke.c's parsing of strings needed attention
34374              needed to conditionally e2a if string was already UTF-8
34375              - e2a/a2e tables where wrong way round.
34376              - new macros in utf8.h
34377      Branch: perlio
34378            ! perl.h toke.c utf8.h
34379 ____________________________________________________________________________
34380 [  9172] By: jhi                                   on 2001/03/15  15:17:17
34381         Log: Update Changes.
34382      Branch: perl
34383            ! Changes patchlevel.h
34384 ____________________________________________________________________________
34385 [  9171] By: jhi                                   on 2001/03/15  15:09:32
34386         Log: Subject: Re: Another Borland C++ problem.
34387              From: "Vadim Konovalov" <watman@inbox.ru>
34388              Date: Sat, 10 Mar 2001 19:26:07 +0300
34389              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
34390              
34391              Borland filename case problem.
34392      Branch: perl
34393            + win32/sncfnmcs.pl
34394            ! MANIFEST README.win32
34395 ____________________________________________________________________________
34396 [  9170] By: jhi                                   on 2001/03/15  14:54:23
34397         Log: Add Locale::Codes 1.06, from Neil Bowers.
34398      Branch: perl
34399            + lib/Locale/Constants.pm lib/Locale/Country.pm
34400            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
34401            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
34402            + t/lib/lc-language.t t/lib/lc-uk.t
34403            ! MANIFEST
34404 ____________________________________________________________________________
34405 [  9169] By: jhi                                   on 2001/03/15  14:19:01
34406         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
34407      Branch: perl
34408            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34409            ! ext/Storable/Storable.xs
34410 ____________________________________________________________________________
34411 [  9168] By: jhi                                   on 2001/03/15  14:13:22
34412         Log: Integrate changes #9120,9167 from mainline to maintperl.
34413              
34414              Subject: [PATCH 5.6.1] OS/2 docs
34415              
34416              Subject: [PATCH 5.6.1] perldoc
34417      Branch: maint-5.6/perl
34418           !> os2/Changes utils/perldoc.PL
34419 ____________________________________________________________________________
34420 [  9167] By: jhi                                   on 2001/03/15  14:07:42
34421         Log: Subject: [PATCH 5.6.1] perldoc
34422              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34423              Date: Wed, 14 Mar 2001 23:46:52 -0500
34424              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
34425      Branch: perl
34426            ! utils/perldoc.PL
34427 ____________________________________________________________________________
34428 [  9166] By: jhi                                   on 2001/03/15  13:53:15
34429         Log: sigaction test condition tweakage.
34430      Branch: perl
34431            ! t/lib/sigaction.t
34432 ____________________________________________________________________________
34433 [  9165] By: alanbur                               on 2001/03/15  03:49:17
34434         Log: Resynchronised with parent
34435      Branch: maint-5.6/pureperl
34436           +> os2/os2add.sym t/op/anonsub.t
34437           !> (integrate 72 files)
34438 ____________________________________________________________________________
34439 [  9164] By: jhi                                   on 2001/03/15  01:05:01
34440         Log: Avoid stomping off the beginning of an array in tr///.
34441      Branch: perl
34442            ! op.c
34443 ____________________________________________________________________________
34444 [  9163] By: jhi                                   on 2001/03/15  00:58:57
34445         Log: h2ph strictness and cleanliness from Kurt Starsinic.
34446      Branch: perl
34447            ! utils/h2ph.PL
34448 ____________________________________________________________________________
34449 [  9162] By: gsar                                  on 2001/03/15  00:56:53
34450         Log: avoid warnings
34451      Branch: maint-5.6/perl
34452            ! t/op/magic.t
34453 ____________________________________________________________________________
34454 [  9161] By: gsar                                  on 2001/03/15  00:52:09
34455         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
34456              results
34457      Branch: maint-5.6/perl
34458            ! t/op/magic.t
34459 ____________________________________________________________________________
34460 [  9160] By: jhi                                   on 2001/03/14  22:02:10
34461         Log: Do not use the Perl malloc in IRIX, suggested by
34462              Helmus Jarausch.
34463      Branch: perl
34464            ! hints/irix_6.sh
34465 ____________________________________________________________________________
34466 [  9159] By: nick                                  on 2001/03/14  21:45:59
34467         Log: Integrate mainline
34468      Branch: perlio
34469           +> t/op/loopctl.t
34470           !> (integrate 41 files)
34471 ____________________________________________________________________________
34472 [  9158] By: jhi                                   on 2001/03/14  21:10:09
34473         Log: The Day of the Retractions continues: the #9138
34474              (integrated in #9144) doesn't work well in mainline.
34475      Branch: perl
34476            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34477            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34478            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34479 ____________________________________________________________________________
34480 [  9157] By: jhi                                   on 2001/03/14  20:58:12
34481         Log: The #9145 CANNOT be enabled: the clear_pmop code still
34482              dumps core all over in Tru64.
34483      Branch: perl
34484            ! op.c op.h t/op/pat.t
34485 ____________________________________________________________________________
34486 [  9156] By: jhi                                   on 2001/03/14  20:48:06
34487         Log: Integrate change #9154 from maintperl to mainline.
34488              
34489              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
34490              (caused Storable 1.0.10 to break on windows)
34491      Branch: perl
34492           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
34493           !> perlapi.c proto.h
34494 ____________________________________________________________________________
34495 [  9155] By: jhi                                   on 2001/03/14  20:23:53
34496         Log: Retract #9136: breaks threading (and binary compatibility).
34497      Branch: perl
34498            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
34499 ____________________________________________________________________________
34500 [  9154] By: gsar                                  on 2001/03/14  17:48:18
34501         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
34502              (caused Storable 1.0.10 to break on windows)
34503      Branch: maint-5.6/perl
34504            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
34505            ! perlapi.c proto.h
34506 ____________________________________________________________________________
34507 [  9153] By: jhi                                   on 2001/03/14  13:35:21
34508         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
34509      Branch: perl
34510            ! t/lib/sigaction.t
34511 ____________________________________________________________________________
34512 [  9152] By: gsar                                  on 2001/03/14  07:29:40
34513         Log: back out changes#9012,9010,9009 and parts of change#9016
34514              (causes ABRs under purify, and some prerequisites don't
34515              seem to be there in 5.6.x)
34516      Branch: maint-5.6/perl
34517            ! doop.c op.c t/op/tr.t toke.c
34518 ____________________________________________________________________________
34519 [  9151] By: gsar                                  on 2001/03/14  07:01:29
34520         Log: reenable change#9145 (the test was busted due to a missing
34521              C<print "ok 27\n">)
34522      Branch: perl
34523            ! op.c op.h t/op/pat.t
34524 ____________________________________________________________________________
34525 [  9150] By: jhi                                   on 2001/03/14  06:38:36
34526         Log: Retract #9145.
34527      Branch: perl
34528            ! op.c op.h t/op/pat.t
34529 ____________________________________________________________________________
34530 [  9149] By: jhi                                   on 2001/03/14  06:14:56
34531         Log: Retract #9143.
34532      Branch: perl
34533            ! op.c
34534 ____________________________________________________________________________
34535 [  9148] By: gsar                                  on 2001/03/14  06:13:02
34536         Log: Uninitialized Memory Read in regexec.c
34537      Branch: perl
34538            ! regexec.c
34539 ____________________________________________________________________________
34540 [  9147] By: jhi                                   on 2001/03/14  04:59:54
34541         Log: Subject: PATCH: make goto work in nested eval ""
34542              From: Robin Houston <robin@kitsite.com>
34543              Date: Wed, 14 Mar 2001 04:16:10 +0000
34544              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
34545      Branch: perl
34546            ! pp_ctl.c t/op/goto.t
34547 ____________________________________________________________________________
34548 [  9146] By: jhi                                   on 2001/03/14  04:42:54
34549         Log: Preserve the #ifdef PERL_CORE in perly.h.
34550      Branch: perl
34551            ! perly.fixer
34552 ____________________________________________________________________________
34553 [  9145] By: jhi                                   on 2001/03/14  03:57:41
34554         Log: (Retracted by #9150.)
34555      Branch: perl
34556            ! op.c op.h t/op/pat.t
34557 ____________________________________________________________________________
34558 [  9144] By: jhi                                   on 2001/03/14  03:50:38
34559         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
34560              
34561              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
34562              
34563              remove squelch controls for "Scalars leaked" messages in most places
34564              (these are now cured)
34565              
34566              fix another memory leak reported by purify (tie callbacks that
34567              croak can leak when wiping out magic)
34568      Branch: perl
34569           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
34570           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
34571           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
34572           !> t/pragma/warnings.t
34573 ____________________________________________________________________________
34574 [  9143] By: jhi                                   on 2001/03/14  03:37:53
34575         Log: (Retracted by #9149.)
34576      Branch: perl
34577            ! op.c
34578 ____________________________________________________________________________
34579 [  9142] By: gsar                                  on 2001/03/14  03:20:48
34580         Log: fix another memory leak reported by purify (tie callbacks that
34581              croak can leak when wiping out magic)
34582      Branch: maint-5.6/perl
34583            ! scope.c
34584 ____________________________________________________________________________
34585 [  9141] By: jhi                                   on 2001/03/14  02:55:00
34586         Log: Subject: PATCH for [ID 20010305.003]
34587              From: Robin Houston <robin@kitsite.com>
34588              Date: Wed, 14 Mar 2001 02:45:51 +0000
34589              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
34590      Branch: perl
34591            ! pp_ctl.c t/op/eval.t
34592 ____________________________________________________________________________
34593 [  9140] By: jhi                                   on 2001/03/14  02:41:54
34594         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34595              Date: Wed, 14 Mar 2001 01:52:51 +0000
34596              From: Robin Houston <robin@kitsite.com>
34597              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
34598              
34599              Fix for 2000313.004.
34600      Branch: perl
34601            ! pp_ctl.c t/op/goto.t
34602 ____________________________________________________________________________
34603 [  9139] By: jhi                                   on 2001/03/14  02:40:50
34604         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34605              From: Robin Houston <robin@kitsite.com>
34606              Date: Wed, 14 Mar 2001 00:43:45 +0000
34607              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
34608      Branch: perl
34609            + t/op/loopctl.t
34610            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
34611            ! vms/perly_c.vms
34612 ____________________________________________________________________________
34613 [  9138] By: gsar                                  on 2001/03/14  01:18:00
34614         Log: remove squelch controls for "Scalars leaked" messages in most places
34615              (these are now cured)
34616      Branch: maint-5.6/perl
34617            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
34618            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
34619            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
34620 ____________________________________________________________________________
34621 [  9137] By: gsar                                  on 2001/03/14  00:57:04
34622         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
34623      Branch: maint-5.6/perl
34624            ! regcomp.c
34625 ____________________________________________________________________________
34626 [  9136] By: jhi                                   on 2001/03/13  23:12:24
34627         Log: (Retracted by #9155)
34628              
34629              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
34630              From: Jens-Uwe Mager <jum@helios.de>
34631              Date: Wed, 21 Feb 2001 21:32:04 +0100
34632              Message-ID: <20010221213203.A18340@ans.helios.de>
34633      Branch: perl
34634            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
34635 ____________________________________________________________________________
34636 [  9135] By: jhi                                   on 2001/03/13  22:50:05
34637         Log: Integrate perlio.
34638      Branch: perl
34639           !> pp.c
34640 ____________________________________________________________________________
34641 [  9134] By: jhi                                   on 2001/03/13  22:49:05
34642         Log: Integrate change #9131 from maintperl into mainline.
34643              
34644              make the error text look more consistent in hints/hpux.sh
34645      Branch: perl
34646           !> hints/hpux.sh
34647 ____________________________________________________________________________
34648 [  9133] By: gsar                                  on 2001/03/13  22:46:20
34649         Log: integrate change#9067 from mainline
34650              
34651              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
34652      Branch: maint-5.6/perl
34653           !> lib/ExtUtils/MM_Unix.pm
34654 ____________________________________________________________________________
34655 [  9132] By: jhi                                   on 2001/03/13  22:41:21
34656         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
34657              From: "John P. Linderman" <jpl@research.att.com>
34658              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
34659              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
34660              
34661              A more correct prime finder.
34662      Branch: perl
34663            ! lib/Tie/SubstrHash.pm
34664 ____________________________________________________________________________
34665 [  9131] By: gsar                                  on 2001/03/13  22:30:42
34666         Log: make the error text look more consistent in hints/hpux.sh
34667      Branch: maint-5.6/perl
34668            ! hints/hpux.sh
34669 ____________________________________________________________________________
34670 [  9130] By: jhi                                   on 2001/03/13  22:23:44
34671         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
34672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34673              Date: Tue, 13 Mar 2001 18:41:26 +0100
34674              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
34675              
34676              If the test is run non-interactively the default handler
34677              is different.
34678      Branch: perl
34679            ! t/lib/sigaction.t
34680 ____________________________________________________________________________
34681 [  9129] By: jhi                                   on 2001/03/13  22:20:21
34682         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
34683              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34684              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
34685              Date:     Tue, 13 Mar 2001 16:44:32 EST
34686      Branch: perl
34687            ! t/lib/1_compile.t
34688 ____________________________________________________________________________
34689 [  9128] By: jhi                                   on 2001/03/13  22:18:34
34690         Log: Subject: Another patch for integer.pm POD 
34691              From: "John L. Allen" <allen@grumman.com>
34692              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
34693              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
34694      Branch: perl
34695            ! lib/integer.pm
34696 ____________________________________________________________________________
34697 [  9127] By: nick                                  on 2001/03/13  21:26:30
34698         Log: Integrate mainline.
34699      Branch: perlio
34700           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
34701           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
34702           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
34703           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
34704           !> Changes Configure MANIFEST README.os2 README.os390
34705           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
34706           !> os2/Changes patchlevel.h win32/perlhost.h
34707 ____________________________________________________________________________
34708 [  9126] By: nick                                  on 2001/03/13  20:39:51
34709         Log: #ifdef'ed out code to make packed side of pack/unpack
34710              octets. (i.e. pack('U') => encode_utf8).
34711      Branch: perlio
34712            ! pp.c
34713 ____________________________________________________________________________
34714 [  9125] By: jhi                                   on 2001/03/13  15:07:16
34715         Log: Update Changes.
34716      Branch: perl
34717            ! Changes patchlevel.h
34718 ____________________________________________________________________________
34719 [  9124] By: jhi                                   on 2001/03/13  14:22:45
34720         Log: Workaround for the buggy ("internal compiler error")
34721              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
34722              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
34723              of Andreas König.
34724      Branch: perl
34725            ! ext/re/Makefile.PL hints/aix.sh
34726 ____________________________________________________________________________
34727 [  9123] By: jhi                                   on 2001/03/13  03:24:34
34728         Log: Typo in #9114.
34729      Branch: metaconfig
34730            ! U/modified/myhostname.U
34731 ____________________________________________________________________________
34732 [  9122] By: jhi                                   on 2001/03/13  03:24:06
34733         Log: Typo in #9113.
34734      Branch: perl
34735            ! Configure
34736 ____________________________________________________________________________
34737 [  9121] By: jhi                                   on 2001/03/13  01:53:05
34738         Log: Forgot to check-in the larger part of #9120, duh.
34739      Branch: perl
34740            ! README.os2
34741 ____________________________________________________________________________
34742 [  9120] By: jhi                                   on 2001/03/13  01:51:31
34743         Log: Subject: [PATCH 5.6.1] OS/2 docs
34744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34745              Date: Mon, 12 Mar 2001 03:27:32 -0500
34746              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
34747      Branch: perl
34748            ! os2/Changes
34749 ____________________________________________________________________________
34750 [  9119] By: jhi                                   on 2001/03/13  01:49:41
34751         Log: Integrate change #9116 from maintperl into mainline.
34752              
34753              Win32::GetCwd() returns C: instead of C:\ in the root directory
34754              under ithreads
34755      Branch: perl
34756           !> win32/perlhost.h
34757 ____________________________________________________________________________
34758 [  9118] By: jhi                                   on 2001/03/13  01:13:39
34759         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
34760      Branch: perl
34761            + lib/Switch.pm t/lib/switch.t
34762            ! MANIFEST
34763 ____________________________________________________________________________
34764 [  9117] By: jhi                                   on 2001/03/13  01:03:17
34765         Log: Add Text::Balanced 1.83.
34766      Branch: perl
34767            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
34768            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
34769            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
34770            + t/lib/tb-xvari.t
34771            ! MANIFEST
34772 ____________________________________________________________________________
34773 [  9116] By: gsar                                  on 2001/03/13  00:55:53
34774         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
34775              under ithreads
34776      Branch: maint-5.6/perl
34777            ! win32/perlhost.h
34778 ____________________________________________________________________________
34779 [  9115] By: jhi                                   on 2001/03/13  00:54:09
34780         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
34781              From: "John L. Allen" <allen@grumman.com>
34782              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
34783              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
34784              
34785              use integer document clarification.
34786      Branch: perl
34787            ! lib/integer.pm
34788 ____________________________________________________________________________
34789 [  9114] By: jhi                                   on 2001/03/13  00:38:54
34790         Log: Metaconfig unit change for #9113.
34791      Branch: metaconfig
34792            ! U/modified/myhostname.U
34793 ____________________________________________________________________________
34794 [  9113] By: jhi                                   on 2001/03/13  00:38:35
34795         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?)
34796              From: Peter Prymmer <pvhp@forte.com>
34797              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
34798              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
34799      Branch: perl
34800            ! Configure README.os390 hints/os390.sh
34801 ____________________________________________________________________________
34802 [  9112] By: jhi                                   on 2001/03/13  00:29:00
34803         Log: Integrate perlio.
34804      Branch: perl
34805           !> sv.c utf8.h
34806 ____________________________________________________________________________
34807 [  9111] By: nick                                  on 2001/03/12  21:16:33
34808         Log: Integrate mainline.
34809      Branch: perlio
34810           +> t/op/anonsub.t
34811           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
34812           !> proto.h sv.c
34813 ____________________________________________________________________________
34814 [  9110] By: nick                                  on 2001/03/12  21:00:13
34815         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
34816      Branch: perlio
34817            ! sv.c utf8.h
34818 ____________________________________________________________________________
34819 [  9109] By: jhi                                   on 2001/03/12  16:04:47
34820         Log: Integrate change #9108 from maintperl to mainline.
34821              
34822              fix memory leak in C<sub X { sub {} }> arising from a refcount
34823              loop between the outer sub and the inner prototype anonsub
34824              
34825              this also enables closures returned by subroutines that
34826              subsequently get redefined to work without generating coredumps :)
34827              
34828              completely removed the free_closures() hack--it shouldn't be
34829              needed anymore
34830      Branch: perl
34831           +> t/op/anonsub.t
34832           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
34833           !> proto.h sv.c
34834 ____________________________________________________________________________
34835 [  9108] By: gsar                                  on 2001/03/12  10:21:31
34836         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
34837              loop between the outer sub and the inner prototype anonsub
34838              
34839              this also enables closures returned by subroutines that
34840              subsequently get redefined to work without generating coredumps :)
34841              
34842              completely removed the free_closures() hack--it shouldn't be
34843              needed anymore
34844      Branch: maint-5.6/perl
34845            + t/op/anonsub.t
34846            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
34847            ! proto.h sv.c
34848 ____________________________________________________________________________
34849 [  9107] By: jhi                                   on 2001/03/12  05:15:31
34850         Log: Integrate perlio.
34851      Branch: perl
34852           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
34853 ____________________________________________________________________________
34854 [  9106] By: nick                                  on 2001/03/11  20:10:12
34855         Log: regcomp.c is working in native space, not Unicode space (if different)
34856              as it is doing compare against 'W' in \W etc.
34857      Branch: perlio
34858            ! regcomp.c
34859 ____________________________________________________________________________
34860 [  9105] By: nick                                  on 2001/03/11  19:39:34
34861         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
34862              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
34863      Branch: perlio
34864            ! regcomp.c toke.c utf8.c
34865 ____________________________________________________________________________
34866 [  9104] By: nick                                  on 2001/03/11  18:15:44
34867         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
34868      Branch: perlio
34869            ! sv.c
34870 ____________________________________________________________________________
34871 [  9103] By: nick                                  on 2001/03/11  18:03:28
34872         Log: Integrate mainline (for regexp stuff).
34873      Branch: perlio
34874           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
34875           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
34876           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
34877           !> t/lib/errno.t t/op/pat.t
34878 ____________________________________________________________________________
34879 [  9102] By: nick                                  on 2001/03/11  17:44:20
34880         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
34881              - exclude layer syms in makedef.pl for sfio
34882              - also inhibit Encode from trying to build ":encode()" layer.
34883      Branch: perlio
34884            ! ext/Encode/Encode.xs makedef.pl
34885 ____________________________________________________________________________
34886 [  9101] By: jhi                                   on 2001/03/10  22:38:13
34887         Log: The $Is_MacOS needs to be declared.
34888      Branch: perl
34889            ! lib/ExtUtils/Manifest.pm
34890 ____________________________________________________________________________
34891 [  9100] By: jhi                                   on 2001/03/10  22:14:29
34892         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
34893              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
34894              pollute the symbolspace if using sfio.
34895      Branch: perl
34896            ! ext/Encode/Encode.xs
34897 ____________________________________________________________________________
34898 [  9099] By: jhi                                   on 2001/03/10  21:58:48
34899         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
34900              Date: Sat, 10 Mar 2001 14:23:55 -0500
34901              From: Chris Nandor <pudge@pobox.com>
34902              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
34903      Branch: perl
34904            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
34905            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
34906            ! t/lib/errno.t
34907 ____________________________________________________________________________
34908 [  9098] By: jhi                                   on 2001/03/10  21:38:30
34909         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
34910      Branch: perl
34911            ! regcomp.c regexec.c t/op/pat.t
34912 ____________________________________________________________________________
34913 [  9097] By: jhi                                   on 2001/03/10  14:38:07
34914         Log: Integrate perlio.
34915      Branch: perl
34916           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
34917           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
34918           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
34919 ____________________________________________________________________________
34920 [  9096] By: nick                                  on 2001/03/10  11:55:43
34921         Log: EBCDIC sanity - phase I
34922              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
34923              - use utf8n_xxxx (c.f. pvn) for forms which take length.
34924              - back out vN.N and $^V exceptions to e2a/a2e
34925              - make "locale" isxxx macros be uvchr (may be redundant?)
34926              
34927              Not clear yet that toUPPER_uni et. al. return being handled correctly.
34928              The tr// and rexexp stuff still needs an audit, assumption is they are working
34929              in Unicode space.
34930              
34931              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
34932      Branch: perlio
34933            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
34934            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
34935            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
34936 ____________________________________________________________________________
34937 [  9095] By: jhi                                   on 2001/03/09  22:10:01
34938         Log: Integrate perlio.
34939      Branch: perl
34940           !> dump.c
34941 ____________________________________________________________________________
34942 [  9094] By: nick                                  on 2001/03/09  17:36:38
34943         Log: Builds an passes all tests after integrate and this tweak.
34944      Branch: perlio
34945            ! dump.c
34946 ____________________________________________________________________________
34947 [  9093] By: nick                                  on 2001/03/09  17:16:03
34948         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
34949      Branch: perlio
34950           +> lib/unicode/Scripts.txt t/lib/sigaction.t
34951           !> (integrate 79 files)
34952 ____________________________________________________________________________
34953 [  9092] By: jhi                                   on 2001/03/09  15:28:26
34954         Log: Update Changes.
34955      Branch: perl
34956            ! Changes patchlevel.h
34957 ____________________________________________________________________________
34958 [  9091] By: jhi                                   on 2001/03/09  15:25:05
34959         Log: In op/stat #35 better to scan all the potential directories
34960              for setuids, not just the first one.
34961      Branch: perl
34962            ! t/op/stat.t
34963 ____________________________________________________________________________
34964 [  9090] By: jhi                                   on 2001/03/09  15:01:27
34965         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
34966              From: rspier@pobox.com (Robert Spier)
34967              Date: Fri, 9 Mar 2001 03:30:20 -0500
34968              Message-ID: <15016.38044.381174.160189@rls.cx>
34969              
34970              EXISTS() returning undef mistakenly triggered a FETCH().
34971      Branch: perl
34972            ! hv.c
34973 ____________________________________________________________________________
34974 [  9089] By: jhi                                   on 2001/03/09  14:59:02
34975         Log: Add /sbin and /usr/sbin to the list of directories scanned
34976              for setuid programs.  Takes care of bug id 20010309.003.
34977      Branch: perl
34978            ! t/op/stat.t
34979 ____________________________________________________________________________
34980 [  9088] By: jhi                                   on 2001/03/09  14:48:32
34981         Log: Regen perlapi, perltoc.
34982      Branch: perl
34983            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
34984 ____________________________________________________________________________
34985 [  9087] By: jhi                                   on 2001/03/09  14:38:56
34986         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
34987              From: David Mitchell <davem@fdgroup.co.uk>
34988              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
34989              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
34990      Branch: perl
34991            ! dump.c perl.c perl.h pod/perlrun.pod
34992 ____________________________________________________________________________
34993 [  9086] By: jhi                                   on 2001/03/09  01:47:16
34994         Log: A modified version of
34995              
34996              Subject: [ID 20010307.005] POSIX::sigaction has various problems
34997              From: anders@broadcom.com
34998              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
34999              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
35000              
35001              Currently the sigaction.t test #6 fails (and is fudged to look
35002              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
35003              This may well be a genuine bug in Linux sigaction() (since at
35004              least Tru64, Solaris, and HP-UX disagree with Linux).
35005              Anyone with POSIX / SUSv2 tome handy?  The problem is that
35006              the flags of the oldaction don't match with the flags in
35007              the previously installed disposition.
35008      Branch: perl
35009            + t/lib/sigaction.t
35010            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
35011 ____________________________________________________________________________
35012 [  9085] By: jhi                                   on 2001/03/09  01:30:13
35013         Log: Subject: Re: mission impossible for the day
35014              From: Alex Gough <alex@rcon.org>
35015              Date: Thu, 08 Mar 2001 17:18:19 +0000
35016              Message-ID: <3AA7BEDB.8070409@rcon.org>
35017              
35018              If references (are overloaded) and can be directly stringified,
35019              show that instead of "stringified".
35020              
35021              (The problem, infinite mutual recursion caused by overloaded bool
35022              in Switch.pm, tracked by David Mitchell)
35023      Branch: perl
35024            ! lib/Carp/Heavy.pm
35025 ____________________________________________________________________________
35026 [  9084] By: jhi                                   on 2001/03/09  01:20:39
35027         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
35028              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
35029              From: David Mitchell <davem@fdgroup.co.uk>
35030              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
35031      Branch: perl
35032            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
35033            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
35034 ____________________________________________________________________________
35035 [  9083] By: jhi                                   on 2001/03/09  01:16:51
35036         Log: Subject: [PATCH] perldata.pod here-doc docs
35037              From: Jeff Pinyan <jeffp@crusoe.net>
35038              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
35039              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
35040      Branch: perl
35041            ! pod/perldata.pod
35042 ____________________________________________________________________________
35043 [  9082] By: jhi                                   on 2001/03/09  01:01:27
35044         Log: Subject: Re: Unicode/EBCDIC
35045              From: Peter Prymmer <pvhp@forte.com>
35046              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
35047              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
35048      Branch: perl
35049            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
35050 ____________________________________________________________________________
35051 [  9081] By: jhi                                   on 2001/03/08  13:41:30
35052         Log: Subject: Ooops, wrong 'no *POSIX' Patch
35053              From: Dorner Thomas <Thomas.Dorner@start.de>
35054              Date: Thu, 8 Mar 2001 08:43:28 +0100
35055              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
35056      Branch: perl
35057            ! hints/posix-bc.sh
35058 ____________________________________________________________________________
35059 [  9080] By: jhi                                   on 2001/03/08  13:11:42
35060         Log: It's Scripts.txt, not Script.txt.
35061      Branch: perl
35062            ! MANIFEST
35063 ____________________________________________________________________________
35064 [  9079] By: jhi                                   on 2001/03/08  12:59:05
35065         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
35066              From: Dorner Thomas <Thomas.Dorner@start.de>
35067              Date: Wed, 7 Mar 2001 14:13:31 +0100
35068              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
35069      Branch: perl
35070            ! makedepend.SH
35071 ____________________________________________________________________________
35072 [  9078] By: jhi                                   on 2001/03/08  12:57:43
35073         Log: Retract #9069, wrong patch.
35074      Branch: perl
35075            ! Makefile.SH
35076 ____________________________________________________________________________
35077 [  9077] By: jhi                                   on 2001/03/08  01:06:13
35078         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
35079      Branch: perl
35080            + lib/unicode/Scripts.txt
35081            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
35082            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
35083            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
35084            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
35085            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
35086            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
35087            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
35088            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
35089            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
35090            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
35091            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
35092            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
35093            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
35094            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
35095            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
35096            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
35097            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
35098            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
35099            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
35100            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
35101            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
35102            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
35103            ! lib/unicode/version
35104 ____________________________________________________________________________
35105 [  9076] By: jhi                                   on 2001/03/07  22:59:39
35106         Log: Integrate change #7784 from mainline into maintperl.
35107              
35108              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
35109      Branch: maint-5.6/perl
35110           !> pp_ctl.c t/op/pat.t
35111 ____________________________________________________________________________
35112 [  9075] By: jhi                                   on 2001/03/07  22:05:11
35113         Log: More UTF-8 test tweaks.
35114      Branch: perl
35115            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
35116 ____________________________________________________________________________
35117 [  9074] By: nick                                  on 2001/03/07  21:39:29
35118         Log: Integrate mainline.
35119      Branch: perlio
35120           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
35121           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
35122           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
35123           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
35124           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
35125 ____________________________________________________________________________
35126 [  9073] By: jhi                                   on 2001/03/07  16:37:09
35127         Log: Update Changes.
35128      Branch: perl
35129            ! Changes patchlevel.h
35130 ____________________________________________________________________________
35131 [  9072] By: jhi                                   on 2001/03/07  16:32:30
35132         Log: Subject: [ID 20010306.004] || != named unary operator
35133              From: abela@geneanet.org
35134              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
35135              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
35136      Branch: perl
35137            ! pod/perlop.pod
35138 ____________________________________________________________________________
35139 [  9071] By: jhi                                   on 2001/03/07  15:14:11
35140         Log: Subject: downgrading to bytes for common functions
35141              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
35142              Date: Wed, 7 Mar 2001 02:36:55 -0500
35143              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
35144      Branch: perl
35145            ! pp_sys.c
35146 ____________________________________________________________________________
35147 [  9070] By: jhi                                   on 2001/03/07  15:04:58
35148         Log: Clarify the description differentiating for and while; inspired by
35149              
35150              Subject: [ID 20010306.002] for/while difference in for definition
35151              From: abela@geneanet.org
35152              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
35153              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
35154      Branch: perl
35155            ! pod/perlsyn.pod
35156 ____________________________________________________________________________
35157 [  9069] By: jhi                                   on 2001/03/07  14:55:30
35158         Log: (Retracted by #9078.)
35159      Branch: perl
35160            ! Makefile.SH
35161 ____________________________________________________________________________
35162 [  9068] By: jhi                                   on 2001/03/07  14:51:17
35163         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
35164              From: Radu Greab <radu@netsoft.ro>
35165              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
35166              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
35167      Branch: perl
35168            ! pp.c t/op/chop.t
35169 ____________________________________________________________________________
35170 [  9067] By: jhi                                   on 2001/03/07  14:48:57
35171         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35172              From: Simon Cozens <simon@netthink.co.uk>
35173              Date: Wed, 7 Mar 2001 13:59:28 +0000
35174              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
35175              
35176              In order to allow MakeMaker to build correct Makefiles,
35177              you need to change the order of the arguments in MM_Unix.pm
35178              as well. (Unless you have C89_CCMODE set, but we're trying
35179              to be POSIXly correct)
35180              
35181              Thanks to Merijn Broeren for tracking this down.
35182      Branch: perl
35183            ! lib/ExtUtils/MM_Unix.pm
35184 ____________________________________________________________________________
35185 [  9066] By: jhi                                   on 2001/03/07  14:30:02
35186         Log: Floating point too messy.
35187      Branch: perl
35188            ! t/camel-III/vstring.t
35189 ____________________________________________________________________________
35190 [  9065] By: jhi                                   on 2001/03/07  14:17:44
35191         Log: Integrate change #9064 from maintperl into mainline.
35192              
35193              fix memory leak in pack("Bb",...)
35194      Branch: perl
35195           !> perl.c
35196 ____________________________________________________________________________
35197 [  9064] By: gsar                                  on 2001/03/07  06:29:24
35198         Log: fix memory leak in pack("Bb",...)
35199      Branch: maint-5.6/perl
35200            ! perl.c
35201 ____________________________________________________________________________
35202 [  9063] By: jhi                                   on 2001/03/07  00:55:04
35203         Log: Major utf8 test reorganisation and rewrite.
35204              Hopefully no tests were lost in the shuffle.
35205              (The beginning of pragma/utf8 was lost intentionally,
35206              the tests were rather bogus and incomplete.)
35207      Branch: perl
35208            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
35209            ! t/pragma/utf8.t
35210 ____________________________________________________________________________
35211 [  9062] By: jhi                                   on 2001/03/07  00:41:16
35212         Log: More tweakage on the Unicode character class descriptions.
35213      Branch: perl
35214            ! lib/unicode/mktables.PL pod/perlretut.pod
35215 ____________________________________________________________________________
35216 [  9061] By: jhi                                   on 2001/03/06  23:12:38
35217         Log: The perlretut was still talking about the old \p and \P
35218              definitions.
35219      Branch: perl
35220            ! pod/perlretut.pod
35221 ____________________________________________________________________________
35222 [  9060] By: nick                                  on 2001/03/06  20:52:37
35223         Log: Integrate mainline (make test works again now).
35224      Branch: perlio
35225           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
35226 ____________________________________________________________________________
35227 [  9059] By: jhi                                   on 2001/03/06  15:36:14
35228         Log: 0.999... does equal 1.0, doesn't it?
35229      Branch: perl
35230            ! t/camel-III/vstring.t
35231 ____________________________________________________________________________
35232 [  9058] By: jhi                                   on 2001/03/06  15:34:00
35233         Log: Make /x{abcd}/ to work without use utf8.
35234      Branch: perl
35235            ! regcomp.c
35236 ____________________________________________________________________________
35237 [  9057] By: jhi                                   on 2001/03/06  03:02:36
35238         Log: Easier to outcomment all the three reset() tests for now.
35239      Branch: perl
35240            ! t/op/pat.t
35241 ____________________________________________________________________________
35242 [  9056] By: jhi                                   on 2001/03/06  02:30:02
35243         Log: Comment out the deadly reset; until the 20010301.005
35244              is finally fixed.
35245      Branch: perl
35246            ! t/op/pat.t
35247 ____________________________________________________________________________
35248 [  9055] By: jhi                                   on 2001/03/06  02:21:26
35249         Log: Integrate the change #9054 from mainline:
35250              retract the PMOP cleanup patch pending further investigation.
35251      Branch: maint-5.6/perl
35252           !> op.c op.h
35253 ____________________________________________________________________________
35254 [  9054] By: jhi                                   on 2001/03/06  02:19:57
35255         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
35256              with oddly familiar stack traces.
35257      Branch: perl
35258            ! op.c op.h
35259 ____________________________________________________________________________
35260 [  9053] By: jhi                                   on 2001/03/05  23:20:28
35261         Log: Integrate perlio.
35262      Branch: perl
35263           +> ext/Encode/Encode/koi8-r.ucm
35264           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
35265           !> makedef.pl
35266 ____________________________________________________________________________
35267 [  9052] By: nick                                  on 2001/03/05  23:08:17
35268         Log: skipping USE_PERLIO symbols correction.
35269      Branch: perlio
35270            ! makedef.pl
35271 ____________________________________________________________________________
35272 [  9051] By: nick                                  on 2001/03/05  22:35:07
35273         Log: More Encode alias tidying.
35274      Branch: perlio
35275            + ext/Encode/Encode/koi8-r.ucm
35276            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
35277 ____________________________________________________________________________
35278 [  9050] By: jhi                                   on 2001/03/05  21:44:29
35279         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
35280              Sarathy's fix for ID 20010301.005.
35281      Branch: maint-5.6/perl
35282           !> op.c op.h
35283 ____________________________________________________________________________
35284 [  9049] By: nick                                  on 2001/03/05  19:54:04
35285         Log: Integrate Jarkko's Encode.pm tweak.
35286      Branch: perlio
35287           !> ext/Encode/Encode.pm
35288 ____________________________________________________________________________
35289 [  9048] By: nick                                  on 2001/03/05  19:47:57
35290         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
35291      Branch: perlio
35292           +> os2/os2add.sym
35293           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
35294           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
35295           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
35296           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
35297           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
35298 ____________________________________________________________________________
35299 [  9047] By: jhi                                   on 2001/03/05  19:25:26
35300         Log: Regen perlapi.
35301      Branch: perl
35302            ! pod/perlapi.pod
35303 ____________________________________________________________________________
35304 [  9046] By: jhi                                   on 2001/03/05  19:12:14
35305         Log: Integrate perlio.
35306      Branch: perl
35307           +> t/camel-III/vstring.t
35308           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
35309 ____________________________________________________________________________
35310 [  9045] By: jhi                                   on 2001/03/05  19:10:36
35311         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
35312      Branch: perl
35313            ! ext/Encode/Encode.pm
35314 ____________________________________________________________________________
35315 [  9044] By: jhi                                   on 2001/03/05  18:49:12
35316         Log: Forgot the other half of the PMOP patch (#9033).
35317      Branch: perl
35318            ! op.h
35319 ____________________________________________________________________________
35320 [  9043] By: nick                                  on 2001/03/05  18:14:47
35321         Log: Update MANIFEST for new test.
35322      Branch: perlio
35323            ! MANIFEST
35324 ____________________________________________________________________________
35325 [  9042] By: nick                                  on 2001/03/05  18:12:41
35326         Log: Some tests for Camel 3rd edition features.
35327              Make gethostbyaddr() test in above work.
35328      Branch: perlio
35329            + t/camel-III/vstring.t
35330            ! pp.h pp_sys.c t/TEST t/harness
35331 ____________________________________________________________________________
35332 [  9041] By: jhi                                   on 2001/03/05  17:41:48
35333         Log: Add more ISO 8859 encoding aliases.
35334      Branch: perl
35335            ! ext/Encode/Encode.pm
35336 ____________________________________________________________________________
35337 [  9040] By: jhi                                   on 2001/03/05  17:30:43
35338         Log: Integrate perlio.
35339      Branch: perl
35340           !> MANIFEST sv.c
35341 ____________________________________________________________________________
35342 [  9039] By: nick                                  on 2001/03/05  17:11:36
35343         Log: Missed added file.
35344      Branch: perlio
35345            ! MANIFEST
35346 ____________________________________________________________________________
35347 [  9038] By: jhi                                   on 2001/03/05  15:58:01
35348         Log: Add tr tests for EBCDIC, from Karsten Sperling.
35349      Branch: perl
35350            ! t/op/tr.t
35351 ____________________________________________________________________________
35352 [  9037] By: nick                                  on 2001/03/05  15:56:35
35353         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
35354              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
35355              
35356              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
35357              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
35358              - uses SvPV() rather than sv_2pv() in case it isn't a string.
35359      Branch: perlio
35360            ! sv.c
35361 ____________________________________________________________________________
35362 [  9036] By: jhi                                   on 2001/03/05  15:49:15
35363         Log: Add matching tests currently failing in EBCDIC,
35364              suggested by Karsten Sperling.
35365      Branch: perl
35366            ! t/op/pat.t
35367 ____________________________________________________________________________
35368 [  9035] By: jhi                                   on 2001/03/05  15:36:55
35369         Log: The #9034 needs a MANIFESTation.
35370      Branch: perl
35371            ! MANIFEST
35372 ____________________________________________________________________________
35373 [  9034] By: jhi                                   on 2001/03/05  15:35:14
35374         Log: Integrate perlio.
35375      Branch: perl
35376           +> ext/Encode/Encode/Tcl.pm
35377           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
35378           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
35379           !> ext/Encode/Encode/iso8859-1.ucm
35380           !> ext/Encode/Encode/iso8859-10.ucm
35381           !> ext/Encode/Encode/iso8859-13.ucm
35382           !> ext/Encode/Encode/iso8859-14.ucm
35383           !> ext/Encode/Encode/iso8859-15.ucm
35384           !> ext/Encode/Encode/iso8859-16.ucm
35385           !> ext/Encode/Encode/iso8859-2.ucm
35386           !> ext/Encode/Encode/iso8859-3.ucm
35387           !> ext/Encode/Encode/iso8859-4.ucm
35388           !> ext/Encode/Encode/iso8859-5.ucm
35389           !> ext/Encode/Encode/iso8859-6.ucm
35390           !> ext/Encode/Encode/iso8859-7.ucm
35391           !> ext/Encode/Encode/iso8859-8.ucm
35392           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
35393           !> t/lib/encode.t
35394 ____________________________________________________________________________
35395 [  9033] By: jhi                                   on 2001/03/05  15:33:18
35396         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
35397              From: Gurusamy Sarathy <gsar@ActiveState.com>
35398              Date: Sun, 04 Mar 2001 22:33:15 -0800
35399              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
35400              
35401              PMOPs need to remember their own stash so that they can
35402              gracefully remove themselves from their linked list.
35403      Branch: perl
35404            ! op.c
35405 ____________________________________________________________________________
35406 [  9032] By: nick                                  on 2001/03/05  14:51:50
35407         Log: Encode implementation "completion"
35408              Implement and document define_encoding()
35409              Implement and document encoding aliases including define_alias()
35410              Make Encode::XS use define_encoding() rather than back-door.
35411              Move run-time *.enc to separate Encode::Tcl module.
35412              Make 'compile' honour <codeset_name>
35413              Change canonical names of to iso-8859-* and US-ascii.
35414      Branch: perlio
35415            + ext/Encode/Encode/Tcl.pm
35416            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
35417            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
35418            ! ext/Encode/Encode/iso8859-1.ucm
35419            ! ext/Encode/Encode/iso8859-10.ucm
35420            ! ext/Encode/Encode/iso8859-13.ucm
35421            ! ext/Encode/Encode/iso8859-14.ucm
35422            ! ext/Encode/Encode/iso8859-15.ucm
35423            ! ext/Encode/Encode/iso8859-16.ucm
35424            ! ext/Encode/Encode/iso8859-2.ucm
35425            ! ext/Encode/Encode/iso8859-3.ucm
35426            ! ext/Encode/Encode/iso8859-4.ucm
35427            ! ext/Encode/Encode/iso8859-5.ucm
35428            ! ext/Encode/Encode/iso8859-6.ucm
35429            ! ext/Encode/Encode/iso8859-7.ucm
35430            ! ext/Encode/Encode/iso8859-8.ucm
35431            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
35432            ! t/lib/encode.t
35433 ____________________________________________________________________________
35434 [  9031] By: jhi                                   on 2001/03/05  13:51:17
35435         Log: Integrate change #9030 from maintperl into mainline.
35436              
35437              Subject: [PATCH 5.6.1] OS/2 cleanup
35438      Branch: perl
35439           +> os2/os2add.sym
35440           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
35441           !> makedef.pl os2/Changes os2/Makefile.SHs
35442           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
35443           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
35444           !> os2/os2.sym os2/os2ish.h
35445 ____________________________________________________________________________
35446 [  9030] By: jhi                                   on 2001/03/05  13:46:49
35447         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
35448              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35449              Date: Mon, 5 Mar 2001 02:29:44 -0500
35450              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
35451      Branch: maint-5.6/perl
35452            + os2/os2add.sym
35453            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
35454            ! makedef.pl os2/Changes os2/Makefile.SHs
35455            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
35456            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
35457            ! os2/os2.sym os2/os2ish.h
35458 ____________________________________________________________________________
35459 [  9029] By: jhi                                   on 2001/03/05  13:40:35
35460         Log: Integrate change #9028 from maintperl into mainline.
35461              
35462              various nits in MM_Unix.pm found by disabling SelfLoader
35463      Branch: perl
35464           !> lib/ExtUtils/MM_Unix.pm
35465 ____________________________________________________________________________
35466 [  9028] By: gsar                                  on 2001/03/05  09:58:38
35467         Log: various nits in MM_Unix.pm found by disabling SelfLoader
35468      Branch: maint-5.6/perl
35469            ! lib/ExtUtils/MM_Unix.pm
35470 ____________________________________________________________________________
35471 [  9027] By: nick                                  on 2001/03/05  08:35:22
35472         Log: Integrate mainline
35473      Branch: perlio
35474           !> (integrate 28 files)
35475 ____________________________________________________________________________
35476 [  9026] By: jhi                                   on 2001/03/05  02:14:59
35477         Log: Integrate change #9025 from mainline to maintperl,
35478              retract \N{U+HHHH}.
35479      Branch: maint-5.6/perl
35480           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35481           !> t/lib/charnames.t toke.c
35482 ____________________________________________________________________________
35483 [  9025] By: jhi                                   on 2001/03/05  02:13:09
35484         Log: Retracting \N{U+HHHH}.
35485      Branch: perl
35486            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35487            ! t/lib/charnames.t toke.c
35488 ____________________________________________________________________________
35489 [  9024] By: jhi                                   on 2001/03/04  20:51:07
35490         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
35491              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
35492              Date: Fri, 02 Mar 2001 18:25:26 +0100
35493              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
35494              
35495              Casting problem.
35496      Branch: perl
35497            ! ext/Storable/Storable.xs
35498 ____________________________________________________________________________
35499 [  9023] By: jhi                                   on 2001/03/04  19:46:45
35500         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
35501              From: nick@talking.bollo.cx
35502              Date: Sat, 03 Mar 2001 21:41:33 +0000
35503              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
35504              
35505              Revert the workaround.
35506      Branch: perl
35507            ! perlio.c
35508 ____________________________________________________________________________
35509 [  9022] By: jhi                                   on 2001/03/04  19:36:28
35510         Log: Update Changes.
35511      Branch: perl
35512            ! Changes patchlevel.h
35513 ____________________________________________________________________________
35514 [  9021] By: jhi                                   on 2001/03/04  18:41:00
35515         Log: makedef.pl updates suggested by Chris Nandor; double-checking
35516              the changes in AIX, OS/2 Win32 would be nice.
35517      Branch: perl
35518            ! makedef.pl
35519 ____________________________________________________________________________
35520 [  9020] By: jhi                                   on 2001/03/04  18:23:58
35521         Log: Integrate change #9012 from maintperl into mainline,
35522              quench a compiler warning.
35523      Branch: perl
35524           !> toke.c
35525 ____________________________________________________________________________
35526 [  9019] By: jhi                                   on 2001/03/04  18:18:43
35527         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
35528              
35529              \N{U+HHHH} fix.
35530              
35531              pattern in G_ARRAY context
35532      Branch: maint-5.6/perl
35533           !> pp_hot.c t/op/pat.t toke.c
35534 ____________________________________________________________________________
35535 [  9018] By: jhi                                   on 2001/03/04  18:07:48
35536         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
35537              From: Jeff Pinyan <jeffp@crusoe.net>
35538              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
35539              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
35540      Branch: perl
35541            ! pp_hot.c t/op/pat.t
35542 ____________________________________________________________________________
35543 [  9017] By: jhi                                   on 2001/03/04  18:06:21
35544         Log: I thought I tested the #9014.
35545      Branch: perl
35546            ! toke.c
35547 ____________________________________________________________________________
35548 [  9016] By: jhi                                   on 2001/03/04  17:41:22
35549         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
35550              
35551              Tweak the get*ent() OS/2 prototypes.
35552              
35553              Add the \N{U+HHHH} syntax.
35554              
35555              More tr/// UTF-8 fixes from Inaba Hiroto.
35556      Branch: maint-5.6/perl
35557           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
35558           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
35559 ____________________________________________________________________________
35560 [  9015] By: jhi                                   on 2001/03/04  17:36:04
35561         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
35562      Branch: perl
35563            ! doop.c t/op/tr.t
35564 ____________________________________________________________________________
35565 [  9014] By: jhi                                   on 2001/03/04  17:24:49
35566         Log: Add the \N{U+HHHH} syntax.
35567      Branch: perl
35568            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
35569            ! t/lib/charnames.t toke.c
35570 ____________________________________________________________________________
35571 [  9013] By: jhi                                   on 2001/03/04  17:20:45
35572         Log: Tweak the get*ent() OS/2 prototypes.
35573      Branch: perl
35574            ! os2/os2.c
35575 ____________________________________________________________________________
35576 [  9012] By: gsar                                  on 2001/03/04  06:26:14
35577         Log: avoid warning (nit in change#9009)
35578      Branch: maint-5.6/perl
35579            ! toke.c
35580 ____________________________________________________________________________
35581 [  9011] By: gsar                                  on 2001/03/04  06:15:24
35582         Log: lib/charnames.t fails in 5.6.x because of older Unicode
35583              data
35584              
35585              TODO: need to revisit this after updating lib/unicode/...
35586      Branch: maint-5.6/perl
35587            ! t/lib/charnames.t
35588 ____________________________________________________________________________
35589 [  9010] By: gsar                                  on 2001/03/04  06:08:36
35590         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
35591      Branch: maint-5.6/perl
35592            ! toke.c
35593 ____________________________________________________________________________
35594 [  9009] By: jhi                                   on 2001/03/03  19:27:20
35595         Log: Integrate change #9008 from mainline to maintperl,
35596              UTF-8 tr/// fixes from Inaba Hiroto.
35597      Branch: maint-5.6/perl
35598           !> doop.c op.c t/op/tr.t toke.c
35599 ____________________________________________________________________________
35600 [  9008] By: jhi                                   on 2001/03/03  19:19:42
35601         Log: UTF8 tr/// fixes from Inaba Hiroto.
35602      Branch: perl
35603            ! doop.c op.c t/op/tr.t toke.c
35604 ____________________________________________________________________________
35605 [  9007] By: jhi                                   on 2001/03/03  19:00:30
35606         Log: Integrate change #9006 from maintperl to mainline,
35607              more robust quest for the infinite.
35608      Branch: perl
35609           !> lib/Math/Complex.pm
35610 ____________________________________________________________________________
35611 [  9006] By: jhi                                   on 2001/03/03  18:58:06
35612         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
35613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35614              Date: Sat, 3 Mar 2001 12:51:50 -0500
35615              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
35616              
35617              Be more robust in our quest for the infinite.
35618      Branch: maint-5.6/perl
35619            ! lib/Math/Complex.pm
35620 ____________________________________________________________________________
35621 [  9005] By: jhi                                   on 2001/03/03  17:55:50
35622         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
35623      Branch: maint-5.6/perl
35624            ! doio.c
35625 ____________________________________________________________________________
35626 [  9004] By: jhi                                   on 2001/03/03  17:40:14
35627         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
35628              so that picky compilers like IRIX won't get huffy about
35629              "statements without effect" (like 1;).
35630      Branch: perl
35631            ! toke.c
35632 ____________________________________________________________________________
35633 [  9003] By: jhi                                   on 2001/03/03  17:15:52
35634         Log: Integrate change #9002 from mainline to maintperl.
35635              
35636              Subject: [perl-5.6.x, perl-current] accept for EPOC
35637      Branch: maint-5.6/perl
35638           !> pp_sys.c
35639 ____________________________________________________________________________
35640 [  9002] By: jhi                                   on 2001/03/03  17:14:30
35641         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
35642              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35643              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
35644              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
35645      Branch: perl
35646            ! pp_sys.c
35647 ____________________________________________________________________________
35648 [  9001] By: jhi                                   on 2001/03/03  17:13:13
35649         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
35650              From: "Craig A. Berry" <craigberry@mac.com>
35651              Date: Fri, 02 Mar 2001 17:44:40 -0600
35652              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
35653      Branch: perl
35654            ! t/pod/find.t
35655 ____________________________________________________________________________
35656 [  9000] By: jhi                                   on 2001/03/03  17:11:55
35657         Log: Integrate changes #8997,8999 from maintperl.
35658              
35659              Subject: [PATCH 5.6.1] compiling on OS/2
35660              (Better error message from hints/os2.sh)
35661              
35662              Subject: [PATCH 5.6.1] syslog.t
35663      Branch: perl
35664           !> hints/os2.sh t/lib/syslog.t
35665 ____________________________________________________________________________
35666 [  8999] By: jhi                                   on 2001/03/03  17:09:28
35667         Log: Subject: [PATCH 5.6.1] syslog.t
35668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35669              Date: Sat, 3 Mar 2001 02:11:17 -0500
35670              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
35671      Branch: maint-5.6/perl
35672            ! t/lib/syslog.t
35673 ____________________________________________________________________________
35674 [  8998] By: jhi                                   on 2001/03/03  17:07:50
35675         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
35676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35677              Date: Sat, 3 Mar 2001 01:53:52 -0500
35678              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
35679      Branch: maint-5.6/perl
35680            ! opcode.pl os2/os2.c
35681 ____________________________________________________________________________
35682 [  8997] By: jhi                                   on 2001/03/03  17:03:30
35683         Log: Subject: [PATCH 5.6.1] compiling on OS/2
35684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35685              Date: Sat, 3 Mar 2001 01:59:59 -0500
35686              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
35687      Branch: maint-5.6/perl
35688            ! hints/os2.sh
35689 ____________________________________________________________________________
35690 [  8996] By: jhi                                   on 2001/03/03  00:55:58
35691         Log: Regen files for mainline.
35692      Branch: perl
35693            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35694            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
35695 ____________________________________________________________________________
35696 [  8995] By: jhi                                   on 2001/03/03  00:35:22
35697         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
35698              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
35699              to maintperl.
35700              
35701              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
35702              
35703              Add Configure option -Dmksymlinks which will create a symlink
35704              forest if the current/build differs from the source directory.
35705              (8218,8220,8221,8317,8318,8971)
35706              
35707              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
35708              (Document APPLLIB_EXP in INSTALL.)
35709              
35710              If running byacc write-enable also perly.h.
35711              
35712              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
35713              
35714              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
35715              
35716              Sanity check for conflicting thread flavours.
35717              
35718              Fix the sys/fcntl.h problem reported by Peter Prymmer.
35719              
35720              Add few CPUs/architectures to the Cppsym scan,
35721              add -perlio to archname if so selected (modified 8890)
35722              
35723              Be more helpful for devel builders, suggested by John L. Allen.
35724              (admittedly pointless change for maintperl, but the usedevel
35725              code is there already)
35726      Branch: maint-5.6/perl
35727           !> Configure INSTALL Makefile.SH Porting/Glossary
35728           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
35729           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
35730           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
35731           !> win32/config.bc win32/config.gc win32/config.vc
35732 ____________________________________________________________________________
35733 [  8994] By: jhi                                   on 2001/03/02  23:31:41
35734         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
35735      Branch: metaconfig/U/perl
35736            ! gccvers.U
35737 ____________________________________________________________________________
35738 [  8993] By: jhi                                   on 2001/03/02  23:22:12
35739         Log: Regenerate various files for maint.
35740      Branch: maint-5.6/perl
35741            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
35742            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
35743 ____________________________________________________________________________
35744 [  8992] By: alanbur                               on 2001/03/02  22:48:34
35745         Log: Resync wuth parent
35746      Branch: maint-5.6/pureperl
35747           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
35748           !> (integrate 60 files)
35749 ____________________________________________________________________________
35750 [  8991] By: jhi                                   on 2001/03/02  21:00:08
35751         Log: Retract the #8742 part of #8986, backward compat.
35752      Branch: maint-5.6/perl
35753            ! embed.pl
35754 ____________________________________________________________________________
35755 [  8990] By: jhi                                   on 2001/03/02  20:40:07
35756         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
35757      Branch: maint-5.6/perl
35758            ! hv.c
35759 ____________________________________________________________________________
35760 [  8989] By: jhi                                   on 2001/03/02  19:59:56
35761         Log: Update Changes.
35762      Branch: perl
35763            ! Changes patchlevel.h
35764 ____________________________________________________________________________
35765 [  8988] By: jhi                                   on 2001/03/02  19:57:08
35766         Log: Integrate perlio.
35767      Branch: perl
35768           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
35769           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
35770           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
35771           !> ext/Encode/Encode/iso8859-10.ucm
35772           !> ext/Encode/Encode/iso8859-13.ucm
35773           !> ext/Encode/Encode/iso8859-14.ucm
35774           !> ext/Encode/Encode/iso8859-15.ucm
35775           !> ext/Encode/Encode/iso8859-16.ucm
35776           !> ext/Encode/Encode/iso8859-2.ucm
35777           !> ext/Encode/Encode/iso8859-3.ucm
35778           !> ext/Encode/Encode/iso8859-4.ucm
35779           !> ext/Encode/Encode/iso8859-5.ucm
35780           !> ext/Encode/Encode/iso8859-6.ucm
35781           !> ext/Encode/Encode/iso8859-7.ucm
35782           !> ext/Encode/Encode/iso8859-8.ucm
35783           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
35784           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
35785 ____________________________________________________________________________
35786 [  8987] By: jhi                                   on 2001/03/02  19:43:40
35787         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
35788              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
35789              8950,8952,8955 from mainline to maintperl.
35790              
35791              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
35792              
35793              Put to rest the 20010205.001, the email address checking (not) regex.
35794              
35795              fork() not everywhere, cleanup temp files.
35796              
35797              The #8843 wasn't quite right: %Config needs to imported.
35798              
35799              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
35800              (#8849: the glob-basic hunk needed massaging as it depended
35801              on Schwern's large-scale (unintegrated) patches)
35802              
35803              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
35804              
35805              Upgrade to CGI.pm 2.752, from Lincoln Stein.
35806              (Note: there were some conflicts due to EBCDIC and EPOC
35807              patches, in general I preferred the repository code.)
35808              (When 2.753 comes out, we need to synchronize.)
35809              
35810              Subject: [PATCH] fix for charnames above FFFF
35811              
35812              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
35813              
35814              If no sfio, no -lsfio.
35815              
35816              Run run/*.t also in minitest.
35817              
35818              Subject:  [PATCH perl 5.7.0] malloc message address offset
35819              
35820              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
35821              
35822              Subject: fix for parameter -Dm (for perl@8867)
35823              
35824              Subject: [PATCH: perl@8892] was Re: hashing order difference?
35825              (make the test more portable)
35826              
35827              Subject: Re: [PATCH] fix for charnames above FFFF
35828              
35829              Subject: Re: I'm losing the war...
35830              (hv_store() not working correctly in ENV_IS_CASELESS case.)
35831              
35832              Subject: Modified README.bs2000 
35833              
35834              Subject: [PATCH: perl@8935] -Dt padsv($var)
35835              
35836              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
35837              
35838              Subject: PATCH: extra tests to check on negative float to unsigned cast
35839              
35840              Subject: [PATCH] XPUSH[insp] was Re: progress
35841              
35842              Subject: Re: Compile with perlcc..
35843      Branch: maint-5.6/perl
35844           !> (integrate 36 files)
35845 ____________________________________________________________________________
35846 [  8986] By: jhi                                   on 2001/03/02  18:51:25
35847         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
35848              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
35849              to maintperl.
35850              
35851              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
35852              
35853              Subject: [DOC PATCH] overload.pm nits
35854              
35855              Add header for LIB$ prototypes (C. Berry)
35856              
35857              Convert fwrite()s to sockets to write()s, since some socket stacks
35858              don't take kindly to stdio.
35859              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
35860              (for often optional LNMs)
35861              Correct a few typos
35862              (C. Bailey)
35863              
35864              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
35865              
35866              De-cut-and-pasto.
35867              
35868              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
35869              
35870              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
35871              
35872              Upgrade to CPAN 1.59_54, from Andreas König.
35873              
35874              Bogus shebang.
35875              
35876              Subject: [PATCH] Document makepatch in Porting/patching
35877              
35878              UTF-8 documentation.
35879              
35880              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
35881              
35882              Sort the MANIFEST.
35883              
35884              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
35885              
35886              Subject: [PATCH @8807] toke.c cleanup: scan_str()
35887              
35888              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
35889              
35890              Add run/*.t to testables.
35891              
35892              TODO: integrate #8784.
35893      Branch: maint-5.6/perl
35894           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
35895           !> (integrate 28 files)
35896 ____________________________________________________________________________
35897 [  8985] By: nick                                  on 2001/03/02  18:15:45
35898         Log: Integrate mainline
35899      Branch: perlio
35900           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
35901           !> vms/vms.c
35902 ____________________________________________________________________________
35903 [  8984] By: jhi                                   on 2001/03/02  16:00:17
35904         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
35905              
35906              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
35907              5.004_05, and mention the suidperl August 2000 security problem.
35908              (#8978,#8981)
35909              
35910              Subject: [ID 20010301.004] Technically speaking in perldata
35911              
35912              Subject: [PATCH] File::Copy for bleadperl, maintperl
35913              
35914              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
35915              
35916              (The #8982, fix for 20010221.005 and 20010221.008,
35917              would be nice too but it didn't integrate cleanly.)
35918      Branch: maint-5.6/perl
35919           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
35920 ____________________________________________________________________________
35921 [  8983] By: jhi                                   on 2001/03/02  15:51:16
35922         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
35923              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35924              Date:     Thu, 1 Mar 2001 15:54:09 EST
35925              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
35926      Branch: perl
35927            ! vms/vms.c
35928 ____________________________________________________________________________
35929 [  8982] By: jhi                                   on 2001/03/02  15:43:31
35930         Log: Subject: Re: sync sync sync: have I missed any patches?
35931              From: Radu Greab <radu@netsoft.ro> 
35932              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
35933              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
35934              
35935              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
35936              was checking argv[0] regardless of whether a different pathname
35937              will actually be executed."  Test case not supplied because 
35938              drafting that, ironically enough, revealed another bug
35939              (or a feature).
35940      Branch: perl
35941            ! doio.c
35942 ____________________________________________________________________________
35943 [  8981] By: jhi                                   on 2001/03/02  15:28:03
35944         Log: Misdate in #8978.
35945      Branch: perl
35946            ! pod/perlfaq1.pod
35947 ____________________________________________________________________________
35948 [  8980] By: jhi                                   on 2001/03/02  15:24:20
35949         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
35950              From: Chris Nandor <pudge@pobox.com>
35951              Date: Wed, 28 Feb 2001 22:10:15 -0500
35952              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
35953      Branch: perl
35954            ! lib/File/Copy.pm
35955 ____________________________________________________________________________
35956 [  8979] By: jhi                                   on 2001/03/02  15:17:16
35957         Log: Subject: [ID 20010301.004] Technically speaking in perldata
35958              From: abela@geneanet.org
35959              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
35960              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
35961      Branch: perl
35962            ! pod/perldata.pod
35963 ____________________________________________________________________________
35964 [  8978] By: jhi                                   on 2001/03/02  15:15:27
35965         Log: Subject: [ID 20010301.003] ref to 5.004
35966              From: abela@geneanet.org
35967              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
35968              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
35969              
35970              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
35971              and mention the suidperl August 2000 security problem.
35972      Branch: perl
35973            ! pod/perlfaq1.pod
35974 ____________________________________________________________________________
35975 [  8977] By: alanbur                               on 2001/03/02  14:17:45
35976         Log: Resynchronised with parent
35977      Branch: maint-5.6/pureperl
35978           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
35979           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
35980           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
35981           !> vms/descrip_mms.template win32/win32.c win32/win32.h
35982           !> win32/win32iop.h
35983 ____________________________________________________________________________
35984 [  8976] By: nick                                  on 2001/03/01  23:25:30
35985         Log: Integrate mainline.
35986      Branch: perlio
35987            - t/op/qu.t
35988           !> (integrate 55 files)
35989 ____________________________________________________________________________
35990 [  8975] By: jhi                                   on 2001/03/01  16:51:34
35991         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
35992      Branch: perl
35993           !> toke.c
35994 ____________________________________________________________________________
35995 [  8974] By: gsar                                  on 2001/03/01  16:28:21
35996         Log: fix for bugid 20010226.008
35997              
35998              the problem was that some of the pointers (PL_last_lop and
35999              PL_last_uni specifically) into the lex buffers weren't correctly
36000              being invalidated when the buffer changed; this would leave the
36001              pointers pointing at an arbitrary location in the buffer if
36002              the buffer didn't need to be reallocated, or point into freed
36003              memory if the buffer had to be realloced
36004              
36005              TODO item for bugdb maintainers: check other seemingly random
36006              parser-related bugs--they might be cured by this
36007      Branch: maint-5.6/perl
36008            ! toke.c
36009 ____________________________________________________________________________
36010 [  8973] By: jhi                                   on 2001/03/01  02:23:25
36011         Log: Retract #8970 because of a completely mysterious core dump:
36012              adding the tests 241..244 causes op/pat dump core at test #25.
36013              The test needs a lot of whittling down before the bug can be solved.
36014      Branch: perl
36015            ! t/op/pat.t
36016 ____________________________________________________________________________
36017 [  8972] By: jhi                                   on 2001/03/01  01:58:38
36018         Log: Regen perlapi.
36019      Branch: perl
36020            ! pod/perlapi.pod
36021 ____________________________________________________________________________
36022 [  8971] By: jhi                                   on 2001/03/01  01:34:09
36023         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))
36024              From: Nicholas Clark <nick@ccl4.org>
36025              Date: Wed, 28 Feb 2001 23:28:49 +0000
36026              Message-ID: <20010228232849.A55187@plum.flirble.org>
36027              
36028              Allow a completely write protected source code tree
36029              when using the Configure -Dmksymlinks.
36030      Branch: perl
36031            ! embed.pl warnings.pl
36032 ____________________________________________________________________________
36033 [  8970] By: jhi                                   on 2001/03/01  01:32:04
36034         Log: Add back the EBCDIC character range tests (for matching).
36035      Branch: perl
36036            ! t/op/pat.t
36037 ____________________________________________________________________________
36038 [  8969] By: nick                                  on 2001/02/28  18:18:01
36039         Log: Add charname comments to .ucm files writen by 'compile',
36040              also order charmaps in those files by source encoding.
36041              regenerate distrubuted .ucm files
36042      Branch: perlio
36043            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36044            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36045            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36046            ! ext/Encode/Encode/iso8859-10.ucm
36047            ! ext/Encode/Encode/iso8859-13.ucm
36048            ! ext/Encode/Encode/iso8859-14.ucm
36049            ! ext/Encode/Encode/iso8859-15.ucm
36050            ! ext/Encode/Encode/iso8859-16.ucm
36051            ! ext/Encode/Encode/iso8859-2.ucm
36052            ! ext/Encode/Encode/iso8859-3.ucm
36053            ! ext/Encode/Encode/iso8859-4.ucm
36054            ! ext/Encode/Encode/iso8859-5.ucm
36055            ! ext/Encode/Encode/iso8859-6.ucm
36056            ! ext/Encode/Encode/iso8859-7.ucm
36057            ! ext/Encode/Encode/iso8859-8.ucm
36058            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36059            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
36060 ____________________________________________________________________________
36061 [  8968] By: jhi                                   on 2001/02/28  16:26:37
36062         Log: Expand usemorebits early if d_casti32 needs to be undefined.
36063      Branch: perl
36064            ! hints/hpux.sh hints/irix_6.sh
36065 ____________________________________________________________________________
36066 [  8967] By: jhi                                   on 2001/02/28  16:22:26
36067         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
36068              retract toke.c/qu parts of #8583, retract #8485, retract
36069              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
36070              op/length.t, and MANIFEST, and delete t/op/qu.t.
36071      Branch: perl
36072            - t/op/qu.t
36073            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36074            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
36075            ! t/op/length.t toke.c
36076 ____________________________________________________________________________
36077 [  8966] By: jhi                                   on 2001/02/28  15:00:27
36078         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
36079              by not changing from pre-Unicode days into being Unicode-aware.
36080              Sniff.
36081      Branch: perl
36082            ! pp.c t/op/pack.t t/op/qu.t
36083 ____________________________________________________________________________
36084 [  8965] By: jhi                                   on 2001/02/28  14:37:55
36085         Log: Subject: Re: Errors in core PODs
36086              From: Michael Stevens <michael@etla.org> 
36087              Date: Fri, 23 Feb 2001 15:47:56 +0000
36088              Message-ID: <20010223154756.A7723@firedrake.org> 
36089      Branch: perl
36090            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
36091            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
36092            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
36093            ! x2p/a2p.pod
36094 ____________________________________________________________________________
36095 [  8964] By: jhi                                   on 2001/02/28  14:35:35
36096         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
36097              (The #8961 was too bold.)
36098      Branch: perl
36099            ! hints/hpux.sh hints/irix_6.sh
36100 ____________________________________________________________________________
36101 [  8963] By: jhi                                   on 2001/02/28  14:33:39
36102         Log: Subject: Re: sync sync sync: have I missed any patches?
36103              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36104              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
36105              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
36106              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
36107              
36108              Replace djSP with dSP.
36109      Branch: perl
36110            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
36111            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
36112            ! win32/perlhost.h
36113 ____________________________________________________________________________
36114 [  8962] By: jhi                                   on 2001/02/27  23:21:14
36115         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
36116      Branch: perl
36117            ! lib/Filter/Simple.pm
36118 ____________________________________________________________________________
36119 [  8961] By: jhi                                   on 2001/02/27  22:55:26
36120         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
36121              and this would be it.
36122      Branch: perl
36123            ! hints/hpux.sh hints/irix_6.sh
36124 ____________________________________________________________________________
36125 [  8960] By: jhi                                   on 2001/02/27  22:51:33
36126         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
36127              From: "Craig A. Berry" <craigberry@mac.com>
36128              Date: Tue, 27 Feb 2001 16:11:44 -0600
36129              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
36130      Branch: maint-5.6/perl
36131            ! configure.com vms/descrip_mms.template
36132 ____________________________________________________________________________
36133 [  8959] By: jhi                                   on 2001/02/27  22:47:23
36134         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
36135              From: "Craig A. Berry" <craigberry@mac.com>
36136              Date: Tue, 27 Feb 2001 16:11:44 -0600
36137              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
36138      Branch: perl
36139            ! configure.com vms/descrip_mms.template
36140 ____________________________________________________________________________
36141 [  8958] By: jhi                                   on 2001/02/27  15:16:42
36142         Log: Update Changes.
36143      Branch: perl
36144            ! Changes patchlevel.h
36145 ____________________________________________________________________________
36146 [  8957] By: jhi                                   on 2001/02/27  06:15:07
36147         Log: Subject: [5.6.x] EPOC additions
36148              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36149              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
36150              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
36151      Branch: maint-5.6/perl
36152            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
36153 ____________________________________________________________________________
36154 [  8956] By: jhi                                   on 2001/02/27  06:12:11
36155         Log: Subject: [perl-current] EPOC 
36156              From: Olaf Flebbe <O.Flebbe@science-computing.de>
36157              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
36158              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
36159      Branch: perl
36160            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
36161            ! epoc/epocish.c epoc/epocish.h pp_sys.c
36162 ____________________________________________________________________________
36163 [  8955] By: jhi                                   on 2001/02/27  05:59:50
36164         Log: Subject: Re: Compile with perlcc..
36165              From: Edward Peschko <edwardp@excitehome.net>
36166              Date: Mon, 26 Feb 2001 18:51:58 -0800
36167              Message-ID: <20010226185158.A9871@excitehome.net>
36168              
36169              plus add a simple usage message if no arguments given.
36170      Branch: perl
36171            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
36172            ! utils/Makefile utils/perlcc.PL win32/pod.mak
36173 ____________________________________________________________________________
36174 [  8954] By: nick                                  on 2001/02/26  21:02:59
36175         Log: Integrate mainline
36176      Branch: perlio
36177           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
36178           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
36179           !> t/op/sprintf.t
36180 ____________________________________________________________________________
36181 [  8953] By: jhi                                   on 2001/02/26  14:43:54
36182         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
36183              From: Nicholas Clark <nick@ccl4.org>
36184              Date: Mon, 26 Feb 2001 00:42:07 +0000
36185              Message-ID: <20010226004207.F23333@plum.flirble.org>
36186      Branch: perl
36187            ! pp_ctl.c
36188 ____________________________________________________________________________
36189 [  8952] By: jhi                                   on 2001/02/26  14:42:13
36190         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
36191              From: Simon Cozens <simon@netthink.co.uk>
36192              Date: Mon, 26 Feb 2001 12:23:48 +0000
36193              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
36194      Branch: perl
36195            ! pod/perlguts.pod
36196 ____________________________________________________________________________
36197 [  8951] By: jhi                                   on 2001/02/26  14:39:15
36198         Log: Subject: [PATCH] perlio - unknown layer
36199              From: Nicholas Clark <nick@ccl4.org>
36200              Date: Mon, 26 Feb 2001 00:27:19 +0000
36201              Message-ID: <20010226002719.E23333@plum.flirble.org>
36202      Branch: perl
36203            ! perlio.c
36204 ____________________________________________________________________________
36205 [  8950] By: jhi                                   on 2001/02/26  14:38:04
36206         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
36207              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
36208              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
36209              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
36210      Branch: perl
36211            ! t/op/bop.t
36212 ____________________________________________________________________________
36213 [  8949] By: jhi                                   on 2001/02/26  14:37:07
36214         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
36215              From: Peter Prymmer <pvhp@forte.com>
36216              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
36217              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
36218      Branch: perl
36219            ! lib/Test.pm
36220 ____________________________________________________________________________
36221 [  8948] By: jhi                                   on 2001/02/26  14:35:53
36222         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
36223              From: Radu Greab <radu@netsoft.ro>
36224              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
36225              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
36226      Branch: perl
36227            ! pod/perlop.pod
36228 ____________________________________________________________________________
36229 [  8947] By: jhi                                   on 2001/02/26  14:34:46
36230         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
36231              From: David Mitchell <davem@fdgroup.co.uk>
36232              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
36233              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
36234      Branch: perl
36235            ! run.c
36236 ____________________________________________________________________________
36237 [  8946] By: jhi                                   on 2001/02/26  14:32:37
36238         Log: Subject: Modified README.bs2000 
36239              From: Dorner Thomas <Thomas.Dorner@start.de>
36240              Date: Mon, 26 Feb 2001 09:22:17 +0100
36241              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
36242      Branch: perl
36243            ! README.bs2000
36244 ____________________________________________________________________________
36245 [  8945] By: jhi                                   on 2001/02/26  14:19:53
36246         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
36247              to maintperl, listing the known failures on the tests 129 and 130.
36248      Branch: maint-5.6/perl
36249           !> t/op/sprintf.t
36250 ____________________________________________________________________________
36251 [  8944] By: jhi                                   on 2001/02/26  14:14:15
36252         Log: Add more known sprintf failures.
36253      Branch: perl
36254            ! t/op/sprintf.t
36255 ____________________________________________________________________________
36256 [  8943] By: jhi                                   on 2001/02/26  13:56:22
36257         Log: perlglob.exe needs to be found in Win32, patch from
36258              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
36259              which needs external glob at mini-perl time."
36260      Branch: perl
36261            ! ext/Encode/compile
36262 ____________________________________________________________________________
36263 [  8942] By: jhi                                   on 2001/02/26  13:52:19
36264         Log: A missing dTHX from Vadim Konovalov.
36265      Branch: perl
36266            ! perlio.c
36267 ____________________________________________________________________________
36268 [  8941] By: jhi                                   on 2001/02/26  13:37:05
36269         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
36270      Branch: perl
36271            ! op.c
36272 ____________________________________________________________________________
36273 [  8940] By: jhi                                   on 2001/02/26  13:35:40
36274         Log: Integrate perlio.
36275      Branch: perl
36276           !> ext/Encode/Encode.pm
36277 ____________________________________________________________________________
36278 [  8939] By: nick                                  on 2001/02/25  23:47:09
36279         Log: Integrate mainline.
36280      Branch: perlio
36281           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
36282           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
36283 ____________________________________________________________________________
36284 [  8938] By: nick                                  on 2001/02/25  19:36:28
36285         Log: Encode implementations docs.
36286      Branch: perlio
36287            ! ext/Encode/Encode.pm
36288 ____________________________________________________________________________
36289 [  8937] By: jhi                                   on 2001/02/25  19:26:16
36290         Log: Script wasn't aligned with reality.
36291      Branch: perl
36292            ! t/pod/find.t
36293 ____________________________________________________________________________
36294 [  8936] By: jhi                                   on 2001/02/25  18:54:55
36295         Log: Update Changes.
36296      Branch: perl
36297            ! Changes patchlevel.h
36298 ____________________________________________________________________________
36299 [  8935] By: jhi                                   on 2001/02/25  18:46:36
36300         Log: Retract #8929,8930,8932,8933 for now.
36301      Branch: perl
36302            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
36303 ____________________________________________________________________________
36304 [  8934] By: jhi                                   on 2001/02/25  17:34:35
36305         Log: Integrate perlio.
36306      Branch: perl
36307           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
36308           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
36309           !> t/lib/encode.t
36310 ____________________________________________________________________________
36311 [  8933] By: jhi                                   on 2001/02/25  17:33:12
36312         Log: (Retracted by #8395.)
36313              
36314              Slight tweaks in scan_const(), not fixes yet, it seems like
36315              lots of work remains to be done...
36316      Branch: perl
36317            ! toke.c
36318 ____________________________________________________________________________
36319 [  8932] By: jhi                                   on 2001/02/25  17:27:11
36320         Log: (Retracted by #8395.)
36321              
36322              Missing from #8930.
36323      Branch: perl
36324            ! perl.h
36325 ____________________________________________________________________________
36326 [  8931] By: jhi                                   on 2001/02/25  17:26:19
36327         Log: A comment tweak.
36328      Branch: perl
36329            ! utf8.c
36330 ____________________________________________________________________________
36331 [  8930] By: jhi                                   on 2001/02/25  17:25:47
36332         Log: (Retracted by #8395.)
36333              
36334              Attempt to fix the EBCDIC character range problwm with //.
36335      Branch: perl
36336            ! regcomp.c
36337 ____________________________________________________________________________
36338 [  8929] By: jhi                                   on 2001/02/25  17:23:45
36339         Log: (Retracted by #8395.)
36340              
36341              Expand the EBCDIC character range tests, and add few nasty
36342              tr tests from Karsten Sperling.
36343      Branch: perl
36344            ! t/op/pat.t t/op/tr.t
36345 ____________________________________________________________________________
36346 [  8928] By: jhi                                   on 2001/02/25  17:18:49
36347         Log: Missing check-in.
36348      Branch: perl
36349            ! lib/Pod/Find.pm
36350 ____________________________________________________________________________
36351 [  8927] By: nick                                  on 2001/02/25  11:30:22
36352         Log: Change method names in Encode implementation classes to something
36353              less confusing (preparing to "go public").
36354      Branch: perlio
36355            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
36356 ____________________________________________________________________________
36357 [  8926] By: nick                                  on 2001/02/25  10:53:24
36358         Log: GCC __atribute__ / printf fix
36359      Branch: perlio
36360            ! perl.h
36361 ____________________________________________________________________________
36362 [  8925] By: nick                                  on 2001/02/25  10:52:25
36363         Log: Checked in the wrong one ...
36364      Branch: perlio
36365            ! ext/Encode/Encode.pm
36366 ____________________________________________________________________________
36367 [  8924] By: nick                                  on 2001/02/24  18:46:51
36368         Log: Integrate mainline - to see what Jarkko has in ...
36369      Branch: perlio
36370           +> t/pod/testpods/lib/Pod/Stuff.pm
36371           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
36372 ____________________________________________________________________________
36373 [  8923] By: nick                                  on 2001/02/24  17:05:23
36374         Log: Encode API documentation nd tidy up.
36375              Minor additions to test.
36376              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
36377              Adds STRLEN to standard typemap.
36378      Branch: perlio
36379            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
36380            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
36381 ____________________________________________________________________________
36382 [  8922] By: jhi                                   on 2001/02/24  16:38:12
36383         Log: Add a test for the "character range should match in EBCDIC
36384              if specified using explicit numerics" bug found by Karsten
36385              Sperling.
36386      Branch: perl
36387            ! t/op/pat.t
36388 ____________________________________________________________________________
36389 [  8921] By: jhi                                   on 2001/02/24  16:30:16
36390         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
36391              From: schwern@pobox.com
36392              Date: Fri, 23 Feb 2001 03:21:37 -0500
36393              Message-ID: <20010223032137.A26022@magnonel.guild.net>
36394              
36395              plus Charles Lane's fixes, plus tweaks.
36396      Branch: perl
36397            + t/pod/testpods/lib/Pod/Stuff.pm
36398            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
36399 ____________________________________________________________________________
36400 [  8920] By: nick                                  on 2001/02/24  10:30:11
36401         Log: Integrate mainline
36402      Branch: perlio
36403           !> (integrate 33 files)
36404 ____________________________________________________________________________
36405 [  8919] By: jhi                                   on 2001/02/24  00:23:35
36406         Log: Subject: Re: I'm losing the war...
36407              From: "Vadim Konovalov" <watman@inbox.ru>
36408              Date: Sat, 24 Feb 2001 00:10:14 +0300
36409              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
36410              
36411              hv_store() not working correctly in ENV_IS_CASELESS case.
36412      Branch: perl
36413            ! hv.c
36414 ____________________________________________________________________________
36415 [  8918] By: jhi                                   on 2001/02/24  00:20:09
36416         Log: Subject: Re: [PATCH] fix for charnames above FFFF
36417              From: andreas.koenig@anima.de (Andreas J. Koenig)
36418              Date: 23 Feb 2001 02:39:03 +0100
36419              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
36420              
36421              A further efficiency tweak.
36422      Branch: perl
36423            ! lib/charnames.pm
36424 ____________________________________________________________________________
36425 [  8917] By: jhi                                   on 2001/02/23  20:27:51
36426         Log: Integrate change #8916 from mainline,
36427              do away with USE_WIN32_RTL_ENV.
36428      Branch: maint-5.6/perl
36429           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
36430 ____________________________________________________________________________
36431 [  8916] By: jhi                                   on 2001/02/23  20:02:25
36432         Log: Abolish USE_WIN32_RTL_ENV.
36433      Branch: perl
36434            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
36435 ____________________________________________________________________________
36436 [  8915] By: jhi                                   on 2001/02/23  19:36:00
36437         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
36438              later protected by some #define.
36439      Branch: perl
36440            ! gv.c
36441 ____________________________________________________________________________
36442 [  8914] By: jhi                                   on 2001/02/23  19:31:38
36443         Log: Retract #8902 for now, requested by Charles Lane, the correct
36444              fix will be something else.
36445      Branch: perl
36446            ! op.c
36447 ____________________________________________________________________________
36448 [  8913] By: jhi                                   on 2001/02/23  19:11:36
36449         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
36450              From: Peter Prymmer <pvhp@forte.com>
36451              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
36452              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
36453      Branch: perl
36454            ! t/op/lex_assign.t
36455 ____________________________________________________________________________
36456 [  8912] By: jhi                                   on 2001/02/23  18:38:20
36457         Log: Subject: [patch] perlio + useithreads
36458              From: Doug MacEachern <dougm@covalent.net>
36459              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
36460              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
36461              
36462              Gets things running but not complete.
36463      Branch: perl
36464            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
36465 ____________________________________________________________________________
36466 [  8911] By: jhi                                   on 2001/02/23  04:20:02
36467         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
36468              
36469              Duplicated environment freeing, File::Temp 0.12,
36470              op/append portability (EBCDIC) tweak.
36471      Branch: maint-5.6/perl
36472           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36473           !> t/op/append.t
36474 ____________________________________________________________________________
36475 [  8910] By: jhi                                   on 2001/02/23  02:07:33
36476         Log: Integrate change #8909 from mainline, a better Borland
36477              putenv() workaround.
36478      Branch: maint-5.6/perl
36479           !> perl.c
36480 ____________________________________________________________________________
36481 [  8909] By: jhi                                   on 2001/02/23  02:05:46
36482         Log: A better workaround for Borland putenv() brokenness from Sarathy.
36483      Branch: perl
36484            ! perl.c
36485 ____________________________________________________________________________
36486 [  8908] By: jhi                                   on 2001/02/23  02:04:14
36487         Log: Subject: fix for parameter -Dm (for perl@8867)
36488              From: "Vadim Konovalov" <watman@inbox.ru>
36489              Date: Thu, 22 Feb 2001 17:30:12 +0300
36490              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
36491      Branch: perl
36492            ! perl.h
36493 ____________________________________________________________________________
36494 [  8907] By: jhi                                   on 2001/02/23  01:58:20
36495         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
36496              From: Peter Prymmer <pvhp@forte.com>
36497              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
36498              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
36499      Branch: perl
36500            ! t/op/append.t
36501 ____________________________________________________________________________
36502 [  8906] By: jhi                                   on 2001/02/23  01:48:34
36503         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
36504      Branch: perl
36505            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36506 ____________________________________________________________________________
36507 [  8905] By: jhi                                   on 2001/02/23  01:43:30
36508         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
36509              From: Peter Prymmer <pvhp@forte.com>
36510              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
36511              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
36512      Branch: perl
36513            ! t/lib/st-06compat.t
36514 ____________________________________________________________________________
36515 [  8904] By: jhi                                   on 2001/02/23  01:42:39
36516         Log: Metaconfig unit change for #8903.
36517      Branch: metaconfig/U/perl
36518            ! Devel.U
36519 ____________________________________________________________________________
36520 [  8903] By: jhi                                   on 2001/02/23  01:42:12
36521         Log: Be more helpful for devel builders, suggested by John L. Allen.
36522      Branch: perl
36523            ! Configure
36524 ____________________________________________________________________________
36525 [  8902] By: jhi                                   on 2001/02/23  01:37:41
36526         Log: (Retracted by #8914)
36527              (Wrongly, reinstated by #8941)
36528              
36529              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
36530              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36531              Date:     Thu, 22 Feb 2001 09:43:57 EST
36532              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
36533      Branch: perl
36534            ! op.c
36535 ____________________________________________________________________________
36536 [  8901] By: jhi                                   on 2001/02/23  01:20:32
36537         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
36538              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36539              Date:     Thu, 22 Feb 2001 08:01:35 EST
36540              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
36541      Branch: perl
36542            ! malloc.c
36543 ____________________________________________________________________________
36544 [  8900] By: jhi                                   on 2001/02/23  01:18:02
36545         Log: Integrate changes #8898,8899 from mainline, environ handling.
36546      Branch: maint-5.6/perl
36547           !> perl.c
36548 ____________________________________________________________________________
36549 [  8899] By: jhi                                   on 2001/02/23  01:16:25
36550         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
36551              putenv() is not to be relied on, they are either broken or leaky
36552              or both.)
36553      Branch: perl
36554            ! perl.c
36555 ____________________________________________________________________________
36556 [  8898] By: jhi                                   on 2001/02/22  23:36:59
36557         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
36558              and safesysfree() must be used.
36559      Branch: perl
36560            ! perl.c
36561 ____________________________________________________________________________
36562 [  8897] By: jhi                                   on 2001/02/22  23:25:45
36563         Log: With environ one must use safesysmalloc()/safesysfree().
36564      Branch: perl
36565            ! perl.c
36566 ____________________________________________________________________________
36567 [  8896] By: jhi                                   on 2001/02/22  22:13:18
36568         Log: If we have a duplicated environment free it
36569              if PERL_DESTRUCT_LEVEL.
36570      Branch: perl
36571            ! perl.c
36572 ____________________________________________________________________________
36573 [  8895] By: alanbur                               on 2001/02/22  19:31:57
36574         Log: Synchronised with parent
36575      Branch: maint-5.6/pureperl
36576           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
36577 ____________________________________________________________________________
36578 [  8894] By: gsar                                  on 2001/02/22  19:06:18
36579         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
36580              
36581              fix memory leak in method call optimization (change#3768);
36582              made C<eval "$x->foo()"> leak
36583              
36584              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
36585      Branch: maint-5.6/perl
36586           !> op.c
36587 ____________________________________________________________________________
36588 [  8893] By: jhi                                   on 2001/02/22  18:35:27
36589         Log: (Retracted by #8915.)
36590              
36591              Third Degree finding:
36592              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
36593      Branch: perl
36594            ! gv.c
36595 ____________________________________________________________________________
36596 [  8892] By: jhi                                   on 2001/02/22  14:28:32
36597         Log: Update Changes.
36598      Branch: perl
36599            ! Changes patchlevel.h
36600 ____________________________________________________________________________
36601 [  8891] By: jhi                                   on 2001/02/22  13:22:45
36602         Log: Metaconfig unit changes for #8890.
36603      Branch: metaconfig
36604            ! U/modified/Cppsym.U U/threads/archname.U
36605 ____________________________________________________________________________
36606 [  8890] By: jhi                                   on 2001/02/22  13:22:12
36607         Log: Add -stdio to the archname if no perlio selected,
36608              no -perlio added since that is now the default.
36609              
36610              Add few CPUs/architectures to the Cppsym scan.
36611      Branch: perl
36612            ! Configure config_h.SH
36613 ____________________________________________________________________________
36614 [  8889] By: jhi                                   on 2001/02/22  13:05:59
36615         Log: Metaconfig unit change for #8888.
36616      Branch: metaconfig/U/perl
36617            ! useperlio.U
36618 ____________________________________________________________________________
36619 [  8888] By: jhi                                   on 2001/02/22  13:05:28
36620         Log: *drum roll*  Make perlio the default.
36621      Branch: perl
36622            ! Configure config_h.SH
36623 ____________________________________________________________________________
36624 [  8887] By: jhi                                   on 2001/02/22  12:50:52
36625         Log: Integrate change #8665 from maintperl to mainline,
36626              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
36627      Branch: perl
36628           !> ext/POSIX/POSIX.xs
36629 ____________________________________________________________________________
36630 [  8886] By: jhi                                   on 2001/02/22  12:49:24
36631         Log: Integrate changes #8883,8884 from mainline to maintperl.
36632              
36633              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
36634              Subject: Re: File::Temp::_gettemp warning
36635      Branch: maint-5.6/perl
36636           !> embed.h embed.pl lib/File/Temp.pm
36637 ____________________________________________________________________________
36638 [  8885] By: jhi                                   on 2001/02/22  12:43:59
36639         Log: Based on
36640              
36641              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
36642              From: schwab@suse.de
36643              Date: Thu, 22 Feb 2001 13:08:09 +0100
36644              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
36645              
36646              but the fix done slightly differently because the other
36647              half was already done in #8664.
36648      Branch: maint-5.6/perl
36649            ! ext/POSIX/POSIX.xs
36650 ____________________________________________________________________________
36651 [  8884] By: jhi                                   on 2001/02/22  12:37:15
36652         Log: Subject: Re: File::Temp::_gettemp warning
36653              From: Tim Jenness <t.jenness@jach.hawaii.edu>
36654              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
36655              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
36656              
36657              This patch to File::Temp does two things:
36658              
36659              1. Fixes the problem with CGI::Carp when determining
36660              the Fcntl constants
36661              
36662              2. Removes most of the carps and consolidates them so that all the
36663              reasons are included in a single die that is caught by the test. This
36664              means that the correct skipping behaviour is displayed by the test.
36665      Branch: perl
36666            ! lib/File/Temp.pm
36667 ____________________________________________________________________________
36668 [  8883] By: jhi                                   on 2001/02/22  12:29:19
36669         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
36670              From: Peter Prymmer <pvhp@forte.com>
36671              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
36672              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
36673      Branch: perl
36674            ! embed.h embed.pl
36675 ____________________________________________________________________________
36676 [  8882] By: jhi                                   on 2001/02/21  19:41:33
36677         Log: Integrate change #8881 from mainlin to maintperl.
36678              
36679              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
36680      Branch: maint-5.6/perl
36681           !> op.c
36682 ____________________________________________________________________________
36683 [  8881] By: jhi                                   on 2001/02/21  19:38:57
36684         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
36685              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
36686              Date:     Wed, 21 Feb 2001 13:08:03 EST
36687              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
36688      Branch: perl
36689            ! op.c
36690 ____________________________________________________________________________
36691 [  8880] By: jhi                                   on 2001/02/21  19:34:34
36692         Log: Retract #8875, cannot let go of the old semantics of unpack U
36693              without rethinking utf8decode.t.
36694      Branch: perl
36695            ! pp.c t/op/pack.t
36696 ____________________________________________________________________________
36697 [  8879] By: jhi                                   on 2001/02/21  19:08:02
36698         Log: Run run/*.t also in minitest.
36699      Branch: perl
36700            ! Makefile.SH
36701 ____________________________________________________________________________
36702 [  8878] By: nick                                  on 2001/02/21  18:55:37
36703         Log: Integrate mainline
36704      Branch: perlio
36705           !> (integrate 76 files)
36706 ____________________________________________________________________________
36707 [  8877] By: jhi                                   on 2001/02/21  15:09:33
36708         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
36709      Branch: metaconfig
36710            ! U/compline/nblock_io.U
36711      Branch: perl
36712            ! Configure config_h.SH
36713 ____________________________________________________________________________
36714 [  8876] By: jhi                                   on 2001/02/21  14:54:45
36715         Log: If no sfio, no -lsfio.
36716      Branch: metaconfig/U/perl
36717            ! d_sfio.U
36718      Branch: perl
36719            ! Configure config_h.SH
36720 ____________________________________________________________________________
36721 [  8875] By: jhi                                   on 2001/02/21  14:54:00
36722         Log: Make unpack C and unpack U truly equivalent.
36723      Branch: perl
36724            ! pp.c t/op/pack.t
36725 ____________________________________________________________________________
36726 [  8874] By: jhi                                   on 2001/02/21  14:26:02
36727         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
36728              From: Peter Prymmer <pvhp@forte.com>
36729              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
36730              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
36731      Branch: perl
36732            ! pod/perlport.pod
36733 ____________________________________________________________________________
36734 [  8873] By: jhi                                   on 2001/02/21  14:24:31
36735         Log: Subject: [PATCH] fix for charnames above FFFF
36736              From: andreas.koenig@anima.de (Andreas J. Koenig)
36737              Date: 21 Feb 2001 07:05:45 +0100
36738              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
36739      Branch: perl
36740            ! lib/charnames.pm t/lib/charnames.t
36741 ____________________________________________________________________________
36742 [  8872] By: jhi                                   on 2001/02/21  14:15:25
36743         Log: Integrate change #8868 from pureperl to mainline.
36744              
36745              Fixed reference count loop caused by sv_magic.
36746      Branch: perl
36747           !> sv.c
36748 ____________________________________________________________________________
36749 [  8871] By: jhi                                   on 2001/02/21  14:07:29
36750         Log: Integrate change #8868 from pureperl to maintperl.
36751              
36752              Fixed reference count loop caused by sv_magic.
36753      Branch: maint-5.6/perl
36754           !> sv.c
36755 ____________________________________________________________________________
36756 [  8870] By: jhi                                   on 2001/02/21  14:04:41
36757         Log: Put back the #8840, it was innocent.
36758      Branch: perl
36759            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36760            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
36761 ____________________________________________________________________________
36762 [  8869] By: jhi                                   on 2001/02/21  14:00:03
36763         Log: unpack("C", ...) was left slightly unfinished by #8865.
36764      Branch: perl
36765            ! pp.c t/op/pack.t
36766 ____________________________________________________________________________
36767 [  8868] By: alanbur                               on 2001/02/21  01:33:45
36768         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
36769              from gv_fetchpv to create single-character magic variables (e.g. $!),
36770              and it is passed a sv and the gv that contains the sv as the mg_obj
36771              value.  When sv_magic stores the mg_obj pointer it increments the gv
36772              refcount, thus causing a sv-gv pair that can't be freed.  There is
36773              already a check for sv == obj which is used to prevent such reference
36774              loops.  This change extends the check to cover the case described above.
36775      Branch: maint-5.6/pureperl
36776            ! sv.c
36777 ____________________________________________________________________________
36778 [  8867] By: jhi                                   on 2001/02/21  00:52:39
36779         Log: Update Changes.
36780      Branch: perl
36781            ! Changes patchlevel.h
36782 ____________________________________________________________________________
36783 [  8866] By: jhi                                   on 2001/02/21  00:34:20
36784         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
36785              (Note: there were some conflicts due to EBCDIC and EPOC
36786              patches, in general I preferred the repository code.)
36787              (When 2.753 comes out, we need to synchronize.)
36788      Branch: perl
36789            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
36790            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
36791            ! t/lib/cgi-html.t
36792 ____________________________________________________________________________
36793 [  8865] By: jhi                                   on 2001/02/21  00:24:22
36794         Log: Make pack("C", 0x100) to create Unicode, unless under the
36795              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
36796              will understand Unicode, unless you under know what.
36797      Branch: perl
36798            ! pp.c t/op/pack.t t/op/qu.t
36799 ____________________________________________________________________________
36800 [  8864] By: alanbur                               on 2001/02/20  22:35:34
36801         Log: Resynchronised with parent
36802      Branch: maint-5.6/pureperl
36803           !> README.win32 ext/GDBM_File/GDBM_File.pm
36804           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
36805           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
36806           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
36807           !> t/lib/sdbm.t util.c
36808 ____________________________________________________________________________
36809 [  8863] By: jhi                                   on 2001/02/20  20:55:11
36810         Log: Integrate change #8860,8861 from mainline into maintperl.
36811              
36812              "pseudo-literal j"
36813              
36814              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
36815      Branch: maint-5.6/perl
36816           !> lib/Test.pm pod/perlop.pod
36817 ____________________________________________________________________________
36818 [  8862] By: jhi                                   on 2001/02/20  20:30:07
36819         Log: Don't do casting between pointers pointing to differently sized
36820              integers.
36821      Branch: perl
36822            ! hv.c sv.c
36823 ____________________________________________________________________________
36824 [  8861] By: jhi                                   on 2001/02/20  19:53:44
36825         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
36826              From: Peter Prymmer <pvhp@forte.com>
36827              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
36828              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
36829      Branch: perl
36830            ! lib/Test.pm
36831 ____________________________________________________________________________
36832 [  8860] By: jhi                                   on 2001/02/20  19:48:02
36833         Log: "pseudo-literal j", a documentation glitch reported to Debian.
36834              The text recovered from Perl 5.005_03, and pseudo-literal replaced
36835              by "backtick string".
36836      Branch: perl
36837            ! pod/perlop.pod
36838 ____________________________________________________________________________
36839 [  8859] By: jhi                                   on 2001/02/20  19:15:46
36840         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
36841              from Chris Nandor.
36842      Branch: perl
36843            ! makedef.pl
36844 ____________________________________________________________________________
36845 [  8858] By: jhi                                   on 2001/02/20  17:36:53
36846         Log: Integrate pureperl changes #8844,8845,8850 to mainline
36847              (via maintperl #8855).
36848              
36849              Fixed %^H scoping bug
36850              
36851              Removed GV <-> CV refcount loop
36852              
36853              Removed %ENV refcount loop
36854      Branch: perl
36855           !> gv.c op.c perl.c pp.c scope.c
36856 ____________________________________________________________________________
36857 [  8857] By: jhi                                   on 2001/02/20  17:34:32
36858         Log: Integrate changes #8853,8854 from maintperl to mainline.
36859              
36860              EBDIC fixes, README.win32 Borland update.
36861      Branch: perl
36862           !> README.win32 handy.h util.c
36863 ____________________________________________________________________________
36864 [  8856] By: jhi                                   on 2001/02/20  17:33:16
36865         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
36866      Branch: maint-5.6/perl
36867           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
36868           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
36869           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
36870 ____________________________________________________________________________
36871 [  8855] By: jhi                                   on 2001/02/20  17:32:13
36872         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
36873              
36874              Fixed %^H scoping bug
36875              
36876              Removed GV <-> CV refcount loop
36877              
36878              Removed %ENV refcount loop
36879      Branch: maint-5.6/perl
36880           !> gv.c op.c perl.c pp.c scope.c
36881 ____________________________________________________________________________
36882 [  8854] By: jhi                                   on 2001/02/20  17:25:06
36883         Log: Subject: Addition to readme.win32 for Borland C++ compilers
36884              Date: Tue, 20 Feb 2001 02:15:25 +0300
36885              From: "Vadim Konovalov" <watman@inbox.ru>
36886              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
36887              
36888              Document Borland compiler misbehaviour.
36889      Branch: maint-5.6/perl
36890            ! README.win32
36891 ____________________________________________________________________________
36892 [  8853] By: jhi                                   on 2001/02/20  17:22:25
36893         Log: The assimilation of ebcdic.c didn't quite work at the first try,
36894              patches from Thomas Dorner.
36895      Branch: maint-5.6/perl
36896            ! handy.h util.c
36897 ____________________________________________________________________________
36898 [  8852] By: jhi                                   on 2001/02/20  17:20:15
36899         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
36900              From: Chris Nandor <pudge@pobox.com>
36901              Date: Tue, 20 Feb 2001 08:32:45 -0500
36902              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
36903      Branch: maint-5.6/perl
36904            ! makedef.pl mg.c
36905 ____________________________________________________________________________
36906 [  8851] By: jhi                                   on 2001/02/20  17:15:52
36907         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
36908      Branch: perl
36909            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
36910            ! t/lib/filter-util.t
36911 ____________________________________________________________________________
36912 [  8850] By: alanbur                               on 2001/02/20  17:12:40
36913         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
36914              and the magic pointer points back to the GV that contains the
36915              %ENV hash.  This creates a refcount loop that prevents members
36916              of %ENV from being freed correctly.  This change removes the
36917              refcount loop - the magic pointer was never used anyway, the
36918              only use of the magic was to check the type ('E') so that the
36919              appropriate environment manipulation code is called when %ENV
36920              is modified.
36921      Branch: maint-5.6/pureperl
36922            ! perl.c
36923 ____________________________________________________________________________
36924 [  8849] By: jhi                                   on 2001/02/20  17:12:20
36925         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
36926              From: "Craig A. Berry" <craigberry@mac.com>
36927              Date: Mon, 19 Feb 2001 23:36:12 -0600
36928              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
36929              
36930              Case-forgiving systems match TestInit.pm with TES*.
36931      Branch: perl
36932            ! t/lib/glob-basic.t
36933 ____________________________________________________________________________
36934 [  8848] By: jhi                                   on 2001/02/20  17:10:02
36935         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
36936      Branch: perl
36937            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
36938            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
36939            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
36940 ____________________________________________________________________________
36941 [  8847] By: jhi                                   on 2001/02/20  15:34:41
36942         Log: The #8843 wasn't quite right: %Config needs to imported.
36943      Branch: perl
36944            ! t/run/runenv.t
36945 ____________________________________________________________________________
36946 [  8846] By: jhi                                   on 2001/02/20  15:31:50
36947         Log: Retract the #8838 and #8840 for now because of
36948              the DB_File tie problem.
36949      Branch: perl
36950            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
36951            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
36952            ! proto.h sv.c
36953 ____________________________________________________________________________
36954 [  8845] By: alanbur                               on 2001/02/20  14:25:41
36955         Log: Removed GV <-> CV refcount loop
36956              CvGV(mycv) points to the parent GV of the CV, and was previously
36957              refcounted.  The pointer remains, but the refcounting has been removed
36958              as it causes a refcount loop between the CV and GV that means the CV
36959              can't ever be deleted.
36960      Branch: maint-5.6/pureperl
36961            ! gv.c op.c pp.c
36962 ____________________________________________________________________________
36963 [  8844] By: alanbur                               on 2001/02/20  14:23:13
36964         Log: Fixed %^H scoping bug
36965      Branch: maint-5.6/pureperl
36966            ! scope.c
36967 ____________________________________________________________________________
36968 [  8843] By: jhi                                   on 2001/02/19  13:38:08
36969         Log: fork() not everywhere, cleanup temp files.
36970      Branch: perl
36971            ! t/run/runenv.t
36972 ____________________________________________________________________________
36973 [  8842] By: alanbur                               on 2001/02/19  12:42:07
36974         Log: Resynchronised with parent
36975      Branch: maint-5.6/pureperl
36976           !> pod/perlfaq4.pod sv.c utf8.c
36977 ____________________________________________________________________________
36978 [  8841] By: jhi                                   on 2001/02/19  03:35:51
36979         Log: Update Changes.
36980      Branch: perl
36981            ! Changes patchlevel.h
36982 ____________________________________________________________________________
36983 [  8840] By: jhi                                   on 2001/02/19  00:23:41
36984         Log: Subject: [patch] add sv_setref_uv
36985              From: Doug MacEachern <dougm@covalent.net>
36986              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
36987              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
36988      Branch: perl
36989            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
36990            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
36991 ____________________________________________________________________________
36992 [  8839] By: jhi                                   on 2001/02/19  00:01:38
36993         Log: Put to rest the 20010205.001, the email address checking (not) regex.
36994      Branch: perl
36995            ! pod/perlfaq9.pod
36996 ____________________________________________________________________________
36997 [  8838] By: jhi                                   on 2001/02/18  22:17:54
36998         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
36999              From: Doug MacEachern <dougm@covalent.net>
37000              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
37001              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
37002      Branch: perl
37003            ! lib/ExtUtils/xsubpp
37004 ____________________________________________________________________________
37005 [  8837] By: jhi                                   on 2001/02/18  22:16:50
37006         Log: Subject: [patch] -Wall cleanup round 2
37007              From: Doug MacEachern <dougm@covalent.net>
37008              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
37009              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
37010      Branch: perl
37011            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
37012            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
37013            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
37014            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
37015            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
37016            ! ext/SDBM_File/SDBM_File.xs
37017 ____________________________________________________________________________
37018 [  8836] By: jhi                                   on 2001/02/18  22:11:20
37019         Log: Misapplied regex optimizations when \C is present.
37020              Fixes 20001230.002.
37021              
37022              What still remains broken is that the submatches that
37023              have \C in them get their UTF8 flag on because their
37024              parent SV has it on.  This will result in malformed
37025              UTF8 if a \C happened to match a non-ASCII byte.
37026      Branch: perl
37027            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
37028            ! t/pragma/utf8.t
37029 ____________________________________________________________________________
37030 [  8835] By: jhi                                   on 2001/02/18  20:12:02
37031         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
37032              
37033              The hash key got wrongly UTF8fied.
37034      Branch: perl
37035            ! pod/perlapi.pod toke.c utf8.c
37036 ____________________________________________________________________________
37037 [  8834] By: jhi                                   on 2001/02/18  19:44:25
37038         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
37039              don't warn on magical or overloaded things.
37040      Branch: perl
37041            ! pp_hot.c
37042 ____________________________________________________________________________
37043 [  8833] By: nick                                  on 2001/02/18  19:31:22
37044         Log: Integrate mainline
37045      Branch: perlio
37046           +> t/TestInit.pm t/run/runenv.t
37047            - t/UTEST
37048           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
37049           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
37050           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
37051           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
37052           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
37053           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
37054           !> utf8.c
37055 ____________________________________________________________________________
37056 [  8832] By: jhi                                   on 2001/02/18  19:21:18
37057         Log: Integrate perlio.
37058      Branch: perl
37059           !> perlio.c pod/perldiag.pod
37060 ____________________________________________________________________________
37061 [  8831] By: jhi                                   on 2001/02/18  19:14:20
37062         Log: Integrate change #8827 from mainline.
37063              
37064              UTF8 tweaks.
37065      Branch: maint-5.6/perl
37066           !> sv.c utf8.c
37067 ____________________________________________________________________________
37068 [  8830] By: nick                                  on 2001/02/18  19:10:34
37069         Log: Apply the spirit of patch from Nick Clark:
37070              Subject: [PATCH] Re: extensions that provide layers
37071              From: Nicholas Clark <nick@ccl4.org>
37072              Date: Mon, 12 Feb 2001 16:43:51 +0000
37073              Message-Id: <20010212164350.Q3652@plum.flirble.org>
37074      Branch: perlio
37075            ! perlio.c pod/perldiag.pod
37076 ____________________________________________________________________________
37077 [  8829] By: jhi                                   on 2001/02/18  19:03:25
37078         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
37079              From: schwern@pobox.com 
37080              Date: Sun, 18 Feb 2001 13:44:35 -0500
37081              Message-ID: <20010218134435.A17544@magnonel.guild.net>
37082              
37083              Applied, but as t/TestInit.pm.
37084      Branch: perl
37085            + t/TestInit.pm
37086            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
37087            ! t/op/subst_wamp.t
37088 ____________________________________________________________________________
37089 [  8828] By: jhi                                   on 2001/02/18  18:43:52
37090         Log: Integrate perlio.
37091      Branch: perl
37092           !> perlio.c
37093 ____________________________________________________________________________
37094 [  8827] By: jhi                                   on 2001/02/18  18:41:33
37095         Log: UTF-8 tweaks.
37096      Branch: perl
37097            ! sv.c utf8.c
37098 ____________________________________________________________________________
37099 [  8826] By: nick                                  on 2001/02/18  17:40:59
37100         Log: Fix [ID 20010217.002]
37101              open FOO, "<:raw:perlio", ...
37102              :raw now inserts default base layer below itself.
37103              Also
37104              open FOO, "<:unix", ...
37105              works as well - but leaves buffer layer on stack under the unix layer.
37106      Branch: perlio
37107            ! perlio.c
37108 ____________________________________________________________________________
37109 [  8825] By: jhi                                   on 2001/02/18  17:15:39
37110         Log: Integrate perlio.
37111      Branch: perl
37112           !> perlio.c perliol.h
37113 ____________________________________________________________________________
37114 [  8824] By: jhi                                   on 2001/02/18  17:10:53
37115         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
37116              From: schwern@pobox.com
37117              Date: Sun, 18 Feb 2001 01:48:50 -0500
37118              Message-ID: <20010218014850.C19957@magnonel.guild.net>
37119      Branch: perl
37120            ! lib/Test/Harness.pm t/TEST t/op/chop.t
37121 ____________________________________________________________________________
37122 [  8823] By: jhi                                   on 2001/02/18  17:01:06
37123         Log: Add run/*.t to testables.
37124      Branch: perl
37125            ! t/TEST
37126 ____________________________________________________________________________
37127 [  8822] By: jhi                                   on 2001/02/18  16:58:58
37128         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
37129              From: schwern@pobox.com
37130              Date: Sun, 18 Feb 2001 01:11:35 -0500
37131              Message-ID: <20010218011135.A19957@magnonel.guild.net>
37132              
37133              Revive mjd's and Simon's PERL5OPT fix.
37134      Branch: perl
37135            + t/run/runenv.t
37136            ! MANIFEST perl.c
37137 ____________________________________________________________________________
37138 [  8821] By: jhi                                   on 2001/02/18  16:53:46
37139         Log: Subject: Re: Why t/TEST and not Test::Harness?
37140              From: schwern@pobox.com
37141              Date: Sat, 17 Feb 2001 22:44:44 -0500
37142              Message-ID: <20010217224444.A6679@magnonel.guild.net>
37143              
37144              Replace UTEST with TEST -utf8.
37145      Branch: perl
37146            - t/UTEST
37147            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
37148            ! t/lib/glob-basic.t
37149 ____________________________________________________________________________
37150 [  8820] By: nick                                  on 2001/02/18  13:06:16
37151         Log: Clean up a few core dumps when layers are used in unexpected ways.
37152              (Still not "right"...)
37153      Branch: perlio
37154            ! perlio.c perliol.h
37155 ____________________________________________________________________________
37156 [  8819] By: jhi                                   on 2001/02/18  02:25:55
37157         Log: Integrate change #8818 from maintperl, a FAQ nit.
37158      Branch: perl
37159           !> pod/perlfaq4.pod
37160 ____________________________________________________________________________
37161 [  8818] By: jhi                                   on 2001/02/18  02:24:50
37162         Log: FAQ nit from Chris Fedde.
37163      Branch: maint-5.6/perl
37164            ! pod/perlfaq4.pod
37165 ____________________________________________________________________________
37166 [  8817] By: nick                                  on 2001/02/17  18:20:14
37167         Log: Integrate mainline
37168      Branch: perlio
37169           +> lib/unicode/UCD.html lib/unicode/Unicode.html
37170           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
37171           +> pod/perlclib.pod
37172            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37173            - lib/unicode/Unicode.301
37174           !> (integrate 324 files)
37175 ____________________________________________________________________________
37176 [  8816] By: jhi                                   on 2001/02/17  16:56:58
37177         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
37178      Branch: perl
37179            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
37180            ! ext/Storable/Storable.xs t/lib/st-06compat.t
37181            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
37182 ____________________________________________________________________________
37183 [  8815] By: jhi                                   on 2001/02/17  16:40:07
37184         Log: Subject: [patch] -Wall
37185              From: Doug MacEachern <dougm@covalent.net>
37186              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
37187              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
37188      Branch: perl
37189            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
37190            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
37191 ____________________________________________________________________________
37192 [  8814] By: jhi                                   on 2001/02/16  19:27:18
37193         Log: Document qu better.
37194      Branch: perl
37195            ! pod/perlop.pod
37196 ____________________________________________________________________________
37197 [  8813] By: jhi                                   on 2001/02/15  13:54:37
37198         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
37199              From: Hugo <hv@crypt.compulink.co.uk>
37200              Date: Thu, 15 Feb 2001 13:39:49 +0000
37201              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
37202      Branch: perl
37203            ! toke.c
37204 ____________________________________________________________________________
37205 [  8812] By: alanbur                               on 2001/02/15  13:52:16
37206         Log: Resynchronised with parent
37207      Branch: maint-5.6/pureperl
37208            - ebcdic.c
37209           !> (integrate 36 files)
37210 ____________________________________________________________________________
37211 [  8811] By: jhi                                   on 2001/02/15  13:51:16
37212         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
37213              
37214              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
37215              From: Jan Dubois <JanD@ActiveState.com>
37216              Date: Wed, 31 Jan 2001 21:17:03 -0800
37217              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
37218              
37219              tweak change#8659 to keep it simple
37220              
37221              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
37222              From: Russ Allbery <rra@stanford.edu>
37223              Date: 14 Feb 2001 10:15:41 -0800
37224              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
37225              
37226              (8809 empty)
37227              
37228              Upgrade to podlators 1.08, from Russ Allbery.
37229      Branch: perl
37230           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
37231           !> utils/perldoc.PL
37232 ____________________________________________________________________________
37233 [  8810] By: jhi                                   on 2001/02/15  13:35:08
37234         Log: Upgrade to podlators 1.08, from Russ Allbery.
37235      Branch: maint-5.6/perl
37236            ! lib/Pod/Man.pm lib/Pod/Text.pm
37237 ____________________________________________________________________________
37238 [  8809] By: jhi                                   on 2001/02/15  13:26:38
37239         Log: (accidentally empty check-in)
37240      Branch: maint-5.6/perl
37241            ! lib/Test/Harness.pm
37242 ____________________________________________________________________________
37243 [  8808] By: jhi                                   on 2001/02/15  13:23:47
37244         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
37245              From: Russ Allbery <rra@stanford.edu>
37246              Date: 14 Feb 2001 10:15:41 -0800
37247              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
37248              
37249              perldoc was hardcoding $Config{installscript}, which breaks
37250              when install* isn't where Perl ends up (such as with AFS).
37251              
37252              Use $Config{scriptdir} instead.
37253      Branch: maint-5.6/perl
37254            ! utils/perldoc.PL
37255 ____________________________________________________________________________
37256 [  8807] By: jhi                                   on 2001/02/14  14:37:27
37257         Log: Update Changes.
37258      Branch: perl
37259            ! Changes patchlevel.h
37260 ____________________________________________________________________________
37261 [  8806] By: jhi                                   on 2001/02/14  14:25:31
37262         Log: Integrate changes #8803,8804,8805 from mainline.
37263              
37264              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
37265              
37266              Don't skip too much of the locale error message if no environ array,
37267              from Chris Nandor.
37268              
37269              More MacOS Classic fixes from Chris Nandor.
37270      Branch: maint-5.6/perl
37271           !> doop.c lib/Cwd.pm perl.c perl.h util.c
37272 ____________________________________________________________________________
37273 [  8805] By: jhi                                   on 2001/02/14  03:29:01
37274         Log: More MacOS Classic fixes from Chris Nandor.
37275      Branch: perl
37276            ! doop.c lib/Cwd.pm
37277 ____________________________________________________________________________
37278 [  8804] By: jhi                                   on 2001/02/14  03:18:35
37279         Log: Don't skip too much of the locale error message if no environ array,
37280              from Chris Nandor.
37281      Branch: perl
37282            ! util.c
37283 ____________________________________________________________________________
37284 [  8803] By: jhi                                   on 2001/02/14  03:14:14
37285         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
37286      Branch: perl
37287            ! perl.c perl.h
37288 ____________________________________________________________________________
37289 [  8802] By: jhi                                   on 2001/02/13  18:31:33
37290         Log: AUTHORS update.
37291      Branch: perl
37292            ! AUTHORS
37293 ____________________________________________________________________________
37294 [  8801] By: jhi                                   on 2001/02/13  17:55:19
37295         Log: Integrate change #8792 from mainline.
37296              
37297              Subject: buncha MacPerl patches for bleadperl
37298              From: Chris Nandor <pudge@pobox.com>
37299              Date: Tue, 13 Feb 2001 00:02:43 -0500
37300              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
37301      Branch: maint-5.6/perl
37302           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37303           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
37304           !> t/lib/basename.t toke.c util.h
37305 ____________________________________________________________________________
37306 [  8800] By: jhi                                   on 2001/02/13  17:46:43
37307         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
37308              to be forced to Off_t.
37309              
37310              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
37311              From: nick@ccl4.org
37312              Date: Thu, 1 Feb 2001 12:01:04 +0000
37313              Message-Id: <20010201120103.E11401@plum.flirble.org>
37314      Branch: maint-5.6/perl
37315            ! iperlsys.h perlio.c
37316 ____________________________________________________________________________
37317 [  8799] By: jhi                                   on 2001/02/13  16:52:51
37318         Log: Duplex duplex hunk hunk.
37319      Branch: maint-5.6/perl
37320            ! Makefile.SH
37321 ____________________________________________________________________________
37322 [  8797] By: jhi                                   on 2001/02/13  14:52:04
37323         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
37324              From: "Craig A. Berry" <craigberry@mac.com>
37325              Date: Mon, 12 Feb 2001 11:05:25 -0600
37326              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
37327      Branch: perl
37328            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
37329 ____________________________________________________________________________
37330 [  8796] By: jhi                                   on 2001/02/13  14:36:47
37331         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
37332              From: simon.cozens@pembroke.oxford.ac.uk 
37333              Date: Sat, 10 Feb 2001 17:57:02 +0000
37334              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
37335              
37336              Now it does include.
37337      Branch: perl
37338            ! pod/perldiag.pod
37339 ____________________________________________________________________________
37340 [  8795] By: jhi                                   on 2001/02/13  14:30:11
37341         Log: Sort the MANIFEST.
37342      Branch: perl
37343            ! MANIFEST
37344 ____________________________________________________________________________
37345 [  8794] By: jhi                                   on 2001/02/13  14:26:51
37346         Log: Integrate change #8793 from mainline, FAQ updates.
37347      Branch: maint-5.6/perl
37348           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
37349 ____________________________________________________________________________
37350 [  8793] By: jhi                                   on 2001/02/13  14:25:13
37351         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
37352      Branch: perl
37353            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
37354 ____________________________________________________________________________
37355 [  8792] By: jhi                                   on 2001/02/13  14:22:50
37356         Log: Subject: buncha MacPerl patches for bleadperl
37357              From: Chris Nandor <pudge@pobox.com>
37358              Date: Tue, 13 Feb 2001 00:02:43 -0500
37359              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
37360      Branch: perl
37361            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
37362            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
37363            ! t/lib/basename.t toke.c util.h
37364 ____________________________________________________________________________
37365 [  8791] By: jhi                                   on 2001/02/13  14:10:39
37366         Log: Integrate change #8790 from mainline.
37367              
37368              environ array wrongly assumed in Perl_init_i18nl10n(),
37369      Branch: maint-5.6/perl
37370           !> util.c
37371 ____________________________________________________________________________
37372 [  8790] By: jhi                                   on 2001/02/13  14:06:15
37373         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
37374              noticed by Chris Nandor in MacOS Classic.
37375      Branch: perl
37376            ! util.c
37377 ____________________________________________________________________________
37378 [  8789] By: jhi                                   on 2001/02/13  13:58:07
37379         Log: Integrate changes #8373,8487,8544,8783 from mainline.
37380              
37381              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
37382              hints files, the dynaloading, assimilate ebcdic into util.c.
37383      Branch: maint-5.6/perl
37384            - ebcdic.c
37385            ! MANIFEST hints/posix-bc.sh
37386           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
37387           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
37388           !> perlapi.c proto.h util.c
37389 ____________________________________________________________________________
37390 [  8788] By: alanbur                               on 2001/02/13  10:33:13
37391         Log: Integrated changes from maint-5.6
37392      Branch: maint-5.6/pureperl
37393           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
37394           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
37395           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37396           !> vos/config.ga.h vos/configure_perl.cm
37397 ____________________________________________________________________________
37398 [  8787] By: jhi                                   on 2001/02/13  05:56:36
37399         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
37400      Branch: perl
37401           !> Makefile.SH
37402 ____________________________________________________________________________
37403 [  8786] By: jhi                                   on 2001/02/13  05:54:34
37404         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
37405              From: Dorner Thomas <Thomas.Dorner@start.de>
37406              Date: Mon, 12 Feb 2001 15:06:26 +0100
37407              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
37408      Branch: maint-5.6/perl
37409            ! Makefile.SH
37410 ____________________________________________________________________________
37411 [  8785] By: jhi                                   on 2001/02/13  05:29:04
37412         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
37413      Branch: perl
37414           !> hints/openbsd.sh
37415 ____________________________________________________________________________
37416 [  8784] By: jhi                                   on 2001/02/13  02:25:24
37417         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
37418              From: Peter Prymmer <pvhp@forte.com>
37419              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
37420              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
37421      Branch: perl
37422            ! pod/perlclib.pod
37423 ____________________________________________________________________________
37424 [  8783] By: jhi                                   on 2001/02/13  02:22:36
37425         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
37426      Branch: perl
37427            - ebcdic.c
37428            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
37429            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
37430            ! util.c
37431 ____________________________________________________________________________
37432 [  8782] By: jhi                                   on 2001/02/13  02:00:07
37433         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
37434      Branch: maint-5.6/perl
37435            ! pod/perlport.pod
37436 ____________________________________________________________________________
37437 [  8781] By: jhi                                   on 2001/02/13  01:58:44
37438         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
37439      Branch: maint-5.6/perl
37440            ! hints/openbsd.sh
37441 ____________________________________________________________________________
37442 [  8780] By: jhi                                   on 2001/02/13  01:57:33
37443         Log: Synchronize the regexp tests between maintperl and mainline.
37444      Branch: maint-5.6/perl
37445           !> t/op/re_tests
37446 ____________________________________________________________________________
37447 [  8779] By: jhi                                   on 2001/02/13  01:49:35
37448         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
37449              From: Hugo <hv@crypt.compulink.co.uk>
37450              Date: Tue, 13 Feb 2001 00:11:11 +0000
37451              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
37452      Branch: perl
37453            ! regcomp.c t/op/re_tests
37454 ____________________________________________________________________________
37455 [  8778] By: jhi                                   on 2001/02/13  00:23:10
37456         Log: Comments do not nest.
37457      Branch: perl
37458            ! perl.h
37459 ____________________________________________________________________________
37460 [  8777] By: jhi                                   on 2001/02/13  00:17:54
37461         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
37462              From: Hugo <hv@crypt.compulink.co.uk>
37463              Date: Tue, 13 Feb 2001 00:11:11 +0000
37464              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
37465      Branch: maint-5.6/perl
37466            ! regcomp.c t/op/re_tests
37467 ____________________________________________________________________________
37468 [  8776] By: jhi                                   on 2001/02/12  23:25:52
37469         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
37470      Branch: maint-5.6/perl
37471            ! pod/perlport.pod
37472 ____________________________________________________________________________
37473 [  8775] By: jhi                                   on 2001/02/12  23:04:28
37474         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
37475      Branch: maint-5.6/perl
37476            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
37477            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37478            ! vos/configure_perl.cm
37479 ____________________________________________________________________________
37480 [  8774] By: jhi                                   on 2001/02/12  22:59:11
37481         Log: Subject: Re: [patch] context for 'U' magic functions
37482              From: Doug MacEachern <dougm@covalent.net>
37483              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
37484              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
37485              
37486              plus the suggestion by Nick Ing-Simmons to name the macro
37487              as PERL_MG_UFUNC to avoid namespace pollution, plus add
37488              the advice by Doug for XS writers to perl.h
37489      Branch: perl
37490            ! mg.c perl.h
37491 ____________________________________________________________________________
37492 [  8773] By: jhi                                   on 2001/02/11  20:14:12
37493         Log: Update Changes.
37494      Branch: perl
37495            ! Changes patchlevel.h
37496 ____________________________________________________________________________
37497 [  8772] By: jhi                                   on 2001/02/11  18:47:52
37498         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
37499              From: Simon Cozens <simon@cozens.net>
37500              Date: Wed, 31 Jan 2001 16:31:43 +0000
37501              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
37502      Branch: perl
37503            + pod/perlclib.pod
37504            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
37505            ! pod/perltoc.pod
37506 ____________________________________________________________________________
37507 [  8771] By: jhi                                   on 2001/02/11  18:36:48
37508         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
37509              
37510              Blocks-4d3.beta.txt
37511              CaseFolding-3d4.beta.txt
37512              CompositionExclusions-3d6.beta.txt
37513              EastAsianWidth-4d4.beta.txt
37514              LineBreak-6d3.beta.txt
37515              NamesList-3.1.0d1.beta.txt
37516              PropList-3.1.0d4.beta.txt
37517              SpecialCasing-4d1.beta.txt
37518              UnicodeData-3.1.0d6.beta.txt
37519      Branch: perl
37520            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
37521           +> lib/unicode/UCD.html lib/unicode/Unicode.html
37522            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
37523            - lib/unicode/Unicode.301
37524            ! (edit 257 files)
37525 ____________________________________________________________________________
37526 [  8770] By: jhi                                   on 2001/02/11  17:26:22
37527         Log: UTF-8 documentation.
37528      Branch: perl
37529            ! utf8.h
37530 ____________________________________________________________________________
37531 [  8769] By: jhi                                   on 2001/02/11  17:12:49
37532         Log: Retract #8762.
37533      Branch: perl
37534            ! regexec.c
37535 ____________________________________________________________________________
37536 [  8768] By: jhi                                   on 2001/02/11  16:54:45
37537         Log: Subject: [PATCH] Test::Harness
37538              From: andreas.koenig@anima.de (Andreas J. Koenig)
37539              Date: 11 Feb 2001 14:37:00 +0100
37540              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
37541      Branch: perl
37542            ! lib/Test/Harness.pm
37543 ____________________________________________________________________________
37544 [  8767] By: jhi                                   on 2001/02/11  16:53:52
37545         Log: Subject: [PATCH] Document makepatch in Porting/patching
37546              From: andreas.koenig@anima.de (Andreas J. Koenig)
37547              Date: 11 Feb 2001 16:46:28 +0100
37548              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
37549      Branch: perl
37550            ! Porting/patching.pod
37551 ____________________________________________________________________________
37552 [  8766] By: jhi                                   on 2001/02/11  06:30:23
37553         Log: Subject: Re: [patch] GvSHARED
37554              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
37555              From: Doug MacEachern <dougm@covalent.net>
37556              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
37557              
37558              Subject: Re: [patch] GvSHARED
37559              From: Doug MacEachern <dougm@covalent.net>
37560              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
37561              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
37562              
37563              Subject: [patch] attributes.pm support for `shared'
37564              From: Doug MacEachern <dougm@covalent.net>
37565              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
37566              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
37567              
37568              our() attributes were ignored, our :shared pieces missing,
37569              allow attributes.pm to turn on shared.
37570      Branch: perl
37571            ! op.c t/op/attrs.t toke.c xsutils.c
37572 ____________________________________________________________________________
37573 [  8765] By: alanbur                               on 2001/02/10  23:11:19
37574         Log: Resync with parent (hopefully sucessfully this time)
37575      Branch: maint-5.6/pureperl
37576           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
37577           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
37578           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37579           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37580           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37581           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37582           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
37583 ____________________________________________________________________________
37584 [  8764] By: jhi                                   on 2001/02/10  22:54:38
37585         Log: Make TEST and UTEST more verbose in case something goes
37586              wrong in running/compiling a script, suggested by Doug
37587              MacEachern.
37588      Branch: perl
37589            ! t/TEST t/UTEST
37590 ____________________________________________________________________________
37591 [  8763] By: jhi                                   on 2001/02/10  22:11:34
37592         Log: Bogus shebang.
37593      Branch: perl
37594            ! t/lib/texttabs.t
37595 ____________________________________________________________________________
37596 [  8762] By: jhi                                   on 2001/02/10  21:56:02
37597         Log: (Retracted by #8769)
37598      Branch: perl
37599            ! regexec.c
37600 ____________________________________________________________________________
37601 [  8761] By: jhi                                   on 2001/02/10  21:26:15
37602         Log: Subject: Re: [patch] GvSHARED 
37603              From: Doug MacEachern <dougm@covalent.net>
37604              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
37605              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
37606              
37607              our @EXPORT : shared = (...);
37608      Branch: perl
37609            ! toke.c
37610 ____________________________________________________________________________
37611 [  8760] By: jhi                                   on 2001/02/10  21:25:07
37612         Log: Subject: [patch] GvSHARED
37613              From: Doug MacEachern <dougm@covalent.net>
37614              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
37615              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
37616      Branch: perl
37617            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
37618 ____________________________________________________________________________
37619 [  8759] By: alanbur                               on 2001/02/10  21:24:27
37620         Log: Backed out mismerge.
37621      Branch: maint-5.6/pureperl
37622            ! MANIFEST README.hpux README.vmesa gv.c installhtml
37623            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
37624            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37625            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37626            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37627            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37628            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
37629 ____________________________________________________________________________
37630 [  8758] By: jhi                                   on 2001/02/10  18:01:17
37631         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
37632              
37633              Fixed UMRs and leak in Perl_pmtrans()
37634              
37635              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
37636              associated UTFied tr/// code.  Also fixed scoping leak of
37637              PL_reg_start_tmp.
37638              
37639              newATTRSUB leaks when an attempt to redefine the active sort sub is
37640              made.
37641      Branch: maint-5.6/perl
37642           !> op.c regcomp.c
37643 ____________________________________________________________________________
37644 [  8757] By: alanbur                               on 2001/02/10  17:56:46
37645         Log: Resynchronised with parent
37646      Branch: maint-5.6/pureperl
37647           +> README.bs2000
37648            - README.posix-bc
37649            ! gv.c perl.c sv.c
37650           !> MANIFEST README.hpux README.vmesa installhtml
37651           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
37652           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37653           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
37654           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
37655           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
37656           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
37657 ____________________________________________________________________________
37658 [  8756] By: alanbur                               on 2001/02/10  17:51:15
37659         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
37660              made.
37661      Branch: maint-5.6/pureperl
37662            ! op.c
37663 ____________________________________________________________________________
37664 [  8755] By: jhi                                   on 2001/02/09  22:41:35
37665         Log: Upgrade to CPAN 1.59_54, from Andreas König.
37666      Branch: perl
37667            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37668 ____________________________________________________________________________
37669 [  8754] By: jhi                                   on 2001/02/09  22:29:20
37670         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
37671              
37672              Didn't upgrade the fill.t since it has a dependency to File::Slurp
37673              purely for debugging purposes, the actual test hasn't changed.
37674      Branch: perl
37675            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
37676            ! t/lib/textwrap.t
37677 ____________________________________________________________________________
37678 [  8753] By: jhi                                   on 2001/02/09  20:17:50
37679         Log: Integrate change #8682 from maintperl.
37680              
37681              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
37682              to work correctly.
37683      Branch: perl
37684           !> hints/irix_6.sh
37685 ____________________________________________________________________________
37686 [  8752] By: jhi                                   on 2001/02/09  20:00:46
37687         Log: Update Changes.
37688      Branch: perl
37689            ! Changes patchlevel.h
37690 ____________________________________________________________________________
37691 [  8751] By: nick                                  on 2001/02/09  19:48:37
37692         Log: Integrate mainline
37693      Branch: perlio
37694           +> README.bs2000 t/lib/cgi-esc.t
37695            - README.posix-bc
37696           !> (integrate 53 files)
37697 ____________________________________________________________________________
37698 [  8750] By: nick                                  on 2001/02/09  19:25:16
37699         Log: Subject: RE: Biannual Competition to Improve Hashing Function
37700              From: Fisher Mark <fisherm@tce.com>
37701              Date: Thu, 8 Feb 2001 10:44:00 -0500
37702              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
37703              Date: Thu, 8 Feb 2001 15:02:47 -0500
37704              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
37705      Branch: perl
37706            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
37707 ____________________________________________________________________________
37708 [  8749] By: jhi                                   on 2001/02/09  19:02:35
37709         Log: Forgotten fragment.
37710      Branch: perl
37711            ! pod/perlapi.pod
37712 ____________________________________________________________________________
37713 [  8748] By: jhi                                   on 2001/02/09  18:31:34
37714         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
37715              plus manual tweakage.
37716              
37717              Sync the perlfaq2 between mainline and maintperl.
37718      Branch: maint-5.6/perl
37719            ! pod/perlfaq2.pod
37720      Branch: perl
37721           !> pod/perlfaq2.pod
37722 ____________________________________________________________________________
37723 [  8747] By: jhi                                   on 2001/02/09  18:12:04
37724         Log: Subject: versiononly and installperl
37725              From: abigail@foad.org
37726              Date: Wed, 7 Feb 2001 22:43:12 +0100
37727              Message-ID: <20010207214312.7045.qmail@foad.org>    
37728              
37729              Add +v flag to force a normal install of the perl binary
37730              and the utilities.
37731              
37732              Subject: [PATCH] installperl
37733              From: Nicholas Clark <nick@ccl4.org>
37734              Date: Fri, 9 Feb 2001 16:28:57 +0000
37735              Message-ID: <20010209162857.B10931@plum.flirble.org>
37736              
37737              Add -A flag which also hardlinks the binary with
37738              the full architecture name.
37739      Branch: perl
37740            ! installperl
37741 ____________________________________________________________________________
37742 [  8746] By: jhi                                   on 2001/02/09  18:03:43
37743         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
37744              
37745              Subject: perlfaq2, re: perlmongers
37746              
37747              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
37748              
37749              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
37750              
37751              Subject: [ID 20010205.001] typo in perlfaq9
37752              
37753              Subject: [ID 20010208.002] unordered explanation in perlcall
37754      Branch: maint-5.6/perl
37755           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
37756           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
37757           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
37758 ____________________________________________________________________________
37759 [  8745] By: jhi                                   on 2001/02/09  17:59:09
37760         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
37761              From: abela@geneanet.org
37762              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
37763              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
37764      Branch: perl
37765            ! pod/perlcall.pod
37766 ____________________________________________________________________________
37767 [  8744] By: jhi                                   on 2001/02/09  17:48:16
37768         Log: Subject: [ID 20010205.001] typo in perlfaq9
37769              From: eserte@vran.herceg.de
37770              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
37771              Message-Id: <200102042244.XAA21926@vran.herceg.de>
37772      Branch: perl
37773            ! pod/perlfaq9.pod
37774 ____________________________________________________________________________
37775 [  8743] By: jhi                                   on 2001/02/09  17:25:12
37776         Log: Integrate change #8695 from maintperl.
37777              
37778              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
37779      Branch: perl
37780           !> thread.h
37781 ____________________________________________________________________________
37782 [  8742] By: jhi                                   on 2001/02/09  17:21:22
37783         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
37784              From: Andy Dougherty <doughera@lafayette.edu>
37785              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
37786              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
37787      Branch: perl
37788            ! embed.pl
37789 ____________________________________________________________________________
37790 [  8741] By: jhi                                   on 2001/02/09  17:05:19
37791         Log: Integrate changes #8738,8739,8740 from maintperl.
37792              
37793              Html files will be installed in a more logical and easier to
37794              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
37795              
37796              Html files will be generated with a header to make them look
37797              a little less bare.
37798              
37799              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
37800      Branch: perl
37801           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
37802 ____________________________________________________________________________
37803 [  8740] By: jhi                                   on 2001/02/09  17:03:46
37804         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
37805              From: "Brendan O'Dea" <bod@compusol.com.au>
37806              Date: Sun, 4 Feb 2001 11:17:56 +1100
37807              Message-ID: <20010204111756.A16301@compusol.com.au>
37808      Branch: maint-5.6/perl
37809            ! pod/perlfaq3.pod
37810 ____________________________________________________________________________
37811 [  8739] By: jhi                                   on 2001/02/09  17:01:59
37812         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
37813              From: "Indy Singh" <indy@nusphere.com>
37814              Date: Fri, 2 Feb 2001 15:09:59 -0500
37815              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
37816              
37817              Html files will be generated with a header to make them look
37818              a little less bare.
37819      Branch: maint-5.6/perl
37820            ! installhtml
37821 ____________________________________________________________________________
37822 [  8738] By: jhi                                   on 2001/02/09  16:58:48
37823         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
37824              From: "Indy Singh" <indy@nusphere.com>
37825              Date: Fri, 2 Feb 2001 15:08:23 -0500
37826              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
37827              
37828              Html files will be installed in a more logical and easier to
37829              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
37830      Branch: maint-5.6/perl
37831            ! win32/Makefile win32/makefile.mk
37832 ____________________________________________________________________________
37833 [  8737] By: jhi                                   on 2001/02/09  16:46:54
37834         Log: Integrate changes #8687,8736 from maintperl.
37835              
37836              HP-UX thread patches from Merijn H. Brand.
37837              
37838              Latin nit from Philip Newton.
37839      Branch: perl
37840           !> README.hpux hints/hpux.sh
37841 ____________________________________________________________________________
37842 [  8736] By: jhi                                   on 2001/02/09  16:42:31
37843         Log: Latin nit from Philip Newton.
37844      Branch: maint-5.6/perl
37845            ! README.hpux
37846 ____________________________________________________________________________
37847 [  8735] By: jhi                                   on 2001/02/09  16:24:03
37848         Log: Integrate changes #8704,8710 from pureperl.
37849              
37850              Fixed UMRs and leak in Perl_pmtrans()
37851              
37852              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
37853              associated UTFied tr/// code.  Also fixed scoping leak of
37854              PL_reg_start_tmp.
37855      Branch: perl
37856           !> op.c regcomp.c
37857 ____________________________________________________________________________
37858 [  8734] By: jhi                                   on 2001/02/09  15:40:21
37859         Log: Integrate change #8733 from maintperl.
37860              
37861              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
37862      Branch: perl
37863           !> pod/perlre.pod
37864 ____________________________________________________________________________
37865 [  8733] By: jhi                                   on 2001/02/09  15:35:47
37866         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
37867              From: Prymmer/Kahn <pvhp@best.com>
37868              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
37869              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
37870      Branch: maint-5.6/perl
37871            ! pod/perlre.pod
37872 ____________________________________________________________________________
37873 [  8732] By: jhi                                   on 2001/02/09  15:26:17
37874         Log: Rename README.posix-bc to README.bs2000 (to avoid the
37875              confusion of a "perlposix-bc.pod"), add a few missing
37876              arch pods, regen toc.
37877      Branch: maint-5.6/perl
37878           +> README.bs2000
37879            - README.posix-bc
37880            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37881            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37882 ____________________________________________________________________________
37883 [  8731] By: jhi                                   on 2001/02/09  15:23:39
37884         Log: De-cut-and-pasto.
37885      Branch: perl
37886            ! pod/perl.pod
37887 ____________________________________________________________________________
37888 [  8730] By: jhi                                   on 2001/02/09  15:11:13
37889         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
37890              when people think that perlposix-bc.pod tells anything about
37891              Perl and POSIX.  Regen toc.
37892      Branch: perl
37893           +> README.bs2000
37894            - README.posix-bc
37895            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
37896            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
37897 ____________________________________________________________________________
37898 [  8729] By: jhi                                   on 2001/02/09  14:52:28
37899         Log: The README.vmesa part of #8712 from maintperl.
37900      Branch: perl
37901            ! README.vmesa
37902 ____________________________________________________________________________
37903 [  8728] By: jhi                                   on 2001/02/09  14:46:06
37904         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
37905              From: Peter Prymmer <pvhp@forte.com>
37906              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
37907              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
37908      Branch: maint-5.6/perl
37909            ! README.vmesa win32/Makefile win32/makefile.mk
37910 ____________________________________________________________________________
37911 [  8727] By: jhi                                   on 2001/02/09  14:33:25
37912         Log: Integrate change #8712 from mainline.
37913              
37914              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
37915      Branch: maint-5.6/perl
37916           !> lib/Pod/Find.pm
37917 ____________________________________________________________________________
37918 [  8726] By: jhi                                   on 2001/02/09  14:30:28
37919         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
37920              From: Peter Prymmer <pvhp@forte.com>
37921              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
37922              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
37923      Branch: perl
37924            + t/lib/cgi-esc.t
37925            ! MANIFEST lib/CGI/Util.pm
37926 ____________________________________________________________________________
37927 [  8725] By: jhi                                   on 2001/02/09  04:56:47
37928         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
37929      Branch: maint-5.6/perl
37930            ! pod/perlport.pod
37931 ____________________________________________________________________________
37932 [  8724] By: jhi                                   on 2001/02/09  04:40:59
37933         Log: Integrate changes 7819,7820 from vmsperl into mainline.
37934              
37935              Add header for LIB$ prototypes (C. Berry)
37936              
37937              Convert fwrite()s to sockets to write()s, since some socket stacks
37938              don't take kindly to stdio.
37939              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37940              (for often optional LNMs)
37941              Correct a few typos
37942              (C. Bailey)
37943      Branch: perl
37944           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
37945 ____________________________________________________________________________
37946 [  8723] By: jhi                                   on 2001/02/09  03:29:29
37947         Log: Integrate change #8722 from mainline.
37948              
37949              The Im() function wasn't returning zero for non-Math::Complex
37950              arguments.  The bug reported by John Gamble.
37951      Branch: maint-5.6/perl
37952           !> lib/Math/Complex.pm
37953 ____________________________________________________________________________
37954 [  8722] By: jhi                                   on 2001/02/09  03:28:33
37955         Log: The Im() function wasn't returning zero for non-Math::Complex
37956              arguments.  The bug reported by John Gamble.
37957      Branch: perl
37958            ! lib/Math/Complex.pm
37959 ____________________________________________________________________________
37960 [  8721] By: nick                                  on 2001/02/08  22:11:35
37961         Log: Correct the correction :-(
37962      Branch: perl
37963            ! perl.c
37964 ____________________________________________________________________________
37965 [  8720] By: bailey                                on 2001/02/08  20:59:22
37966         Log: Convert frwite()s to sockets to write()s, since some socket stacks
37967              don't take kindly to stdio.
37968              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
37969              (for often optional LNMs)
37970              Correct a few typos
37971              (C. Bailey)
37972      Branch: vmsperl
37973            ! vms/vms.c vms/vmsish.h
37974 ____________________________________________________________________________
37975 [  8719] By: bailey                                on 2001/02/08  20:51:02
37976         Log: Add header for LIB$ prototypes (C. Berry)
37977      Branch: vmsperl
37978            ! ext/Devel/DProf/DProf.xs
37979 ____________________________________________________________________________
37980 [  8718] By: bailey                                on 2001/02/08  20:49:00
37981         Log: SYN SYN
37982      Branch: vmsperl
37983           +> pod/perliol.pod t/lib/sample-tests/bailout
37984           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
37985           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
37986           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
37987           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
37988           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
37989           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
37990            - lib/unicode/Is/DCinital.pl
37991           !> (integrate 101 files)
37992 ____________________________________________________________________________
37993 [  8717] By: nick                                  on 2001/02/08  19:38:48
37994         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
37995              From: Robin Barker <rmb1@cise.npl.co.uk>
37996              Date: Thu, 8 Feb 2001 14:38:07 GMT
37997              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
37998      Branch: perl
37999            ! lib/CPAN.pm
38000 ____________________________________________________________________________
38001 [  8716] By: nick                                  on 2001/02/08  19:29:07
38002         Log: Generated files form 8713 etc.
38003      Branch: perl
38004            ! embed.h global.sym objXSUB.h perlapi.c proto.h
38005 ____________________________________________________________________________
38006 [  8715] By: nick                                  on 2001/02/08  19:26:08
38007         Log: Fixup non-ithread build after 8713
38008      Branch: perl
38009            ! perl.c
38010 ____________________________________________________________________________
38011 [  8714] By: nick                                  on 2001/02/08  19:17:45
38012         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
38013              From: nick@ccl4.org
38014              Date: Wed, 7 Feb 2001 00:27:47 +0000
38015              Message-Id: <20010207002747.B63724@plum.flirble.org>
38016      Branch: perl
38017            ! sv.c toke.c
38018 ____________________________________________________________________________
38019 [  8713] By: nick                                  on 2001/02/08  19:15:58
38020         Log: Subject: Re: [patch] Re: PL_ptr_table
38021              From: Doug Maceachern <dougm@covalent.net>
38022              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
38023              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
38024      Branch: perl
38025            ! embed.pl perl.c sv.c sv.h
38026 ____________________________________________________________________________
38027 [  8712] By: nick                                  on 2001/02/08  19:12:47
38028         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
38029              From: Peter Prymmer <pvhp@forte.com>
38030              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
38031              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
38032      Branch: perl
38033            ! lib/Pod/Find.pm
38034 ____________________________________________________________________________
38035 [  8711] By: nick                                  on 2001/02/07  21:06:11
38036         Log: Manually applied version for dev branch of Alan/Sarathy 5.6 patch.
38037              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
38038              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38039              Date: Tue, 06 Feb 2001 23:37:01 +0000
38040              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
38041      Branch: perl
38042            ! regcomp.c
38043 ____________________________________________________________________________
38044 [  8710] By: alanbur                               on 2001/02/07  00:22:04
38045         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
38046              associated UTFied tr/// code.  Also fixed scoping leak of
38047              PL_reg_start_tmp.
38048      Branch: maint-5.6/pureperl
38049            ! op.c regcomp.c
38050 ____________________________________________________________________________
38051 [  8709] By: nick                                  on 2001/02/06  21:16:49
38052         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
38053              From: Michael G Schwern <schwern@pobox.com>
38054              Date: Sun, 4 Feb 2001 19:47:14 -0500
38055              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
38056      Branch: perl
38057            ! pod/perlapi.pod pod/perlmodlib.PL
38058 ____________________________________________________________________________
38059 [  8708] By: nick                                  on 2001/02/06  20:41:20
38060         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
38061              From: Michael G Schwern <schwern@pobox.com>
38062              Date: Sun, 4 Feb 2001 21:17:49 -0500
38063              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
38064      Branch: perl
38065            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
38066            ! pod/perltootc.pod
38067 ____________________________________________________________________________
38068 [  8707] By: nick                                  on 2001/02/06  20:29:11
38069         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
38070              From: Michael G Schwern <schwern@pobox.com>
38071              Date: Tue, 6 Feb 2001 05:54:30 -0500
38072              Message-Id: <20010206055430.A951@blackrider.aocn.com>
38073      Branch: perl
38074            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
38075 ____________________________________________________________________________
38076 [  8706] By: nick                                  on 2001/02/06  20:21:40
38077         Log: Subject: RE: some win32 fixes
38078              Date: Tue, 6 Feb 2001 09:23:20 +0300
38079              From: Vadim Konovalov <vkonovalov@lucent.com>
38080              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
38081      Branch: perl
38082            ! toke.c win32/Makefile win32/config.bc win32/config.gc
38083            ! win32/config.vc win32/config_H.bc win32/makefile.mk
38084 ____________________________________________________________________________
38085 [  8705] By: alanbur                               on 2001/02/06  15:00:03
38086         Log: Synchronised with parent
38087      Branch: maint-5.6/pureperl
38088            ! regexec.c
38089           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
38090           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
38091 ____________________________________________________________________________
38092 [  8704] By: alanbur                               on 2001/02/06  14:55:24
38093         Log: Fixed UMRs and leak in Perl_pmtrans()
38094      Branch: maint-5.6/pureperl
38095            ! op.c
38096 ____________________________________________________________________________
38097 [  8703] By: gsar                                  on 2001/02/06  02:29:37
38098         Log: $(MAKE) distclean doesn't clean up properly on windows
38099      Branch: maint-5.6/perl
38100            ! win32/Makefile win32/makefile.mk
38101 ____________________________________________________________________________
38102 [  8702] By: gsar                                  on 2001/02/06  01:00:46
38103         Log: tweak change#8659 to keep it simple
38104      Branch: maint-5.6/perl
38105            ! utils/perldoc.PL
38106 ____________________________________________________________________________
38107 [  8701] By: gsar                                  on 2001/02/05  22:45:41
38108         Log: change#8693 was missing testsuite changes
38109      Branch: maint-5.6/perl
38110           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
38111 ____________________________________________________________________________
38112 [  8700] By: nick                                  on 2001/02/05  20:32:52
38113         Log: Integrate mainline
38114      Branch: perlio
38115           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
38116           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
38117           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
38118           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
38119           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
38120           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
38121           +> t/lib/test-harness.t
38122           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
38123           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
38124           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
38125           !> pod/perlutil.pod t/TEST utils/h2xs.PL
38126 ____________________________________________________________________________
38127 [  8699] By: nick                                  on 2001/02/05  19:41:07
38128         Log: Subject: perlfaq2, re: perlmongers
38129              From: David H. Adler <dha@panix.com>
38130              Date: Sun, 4 Feb 2001 23:48:23 -0500
38131              Message-Id: <20010204234823.A13429@panix.com>
38132      Branch: perl
38133            ! pod/perlfaq2.pod
38134 ____________________________________________________________________________
38135 [  8698] By: nick                                  on 2001/02/05  19:39:31
38136         Log: Missed file f#rom the testharness mess.
38137      Branch: perl
38138            + t/lib/test-harness.t
38139 ____________________________________________________________________________
38140 [  8697] By: nick                                  on 2001/02/05  19:37:21
38141         Log: Subject: [DOC PATCH] overload.pm nits
38142              From: John Tobey <jtobey@john-edwin-tobey.org>
38143              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
38144              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
38145      Branch: perl
38146            ! lib/overload.pm
38147 ____________________________________________________________________________
38148 [  8696] By: alanbur                               on 2001/02/05  11:56:00
38149         Log: Sync with parent
38150      Branch: maint-5.6/pureperl
38151           !> thread.h
38152 ____________________________________________________________________________
38153 [  8695] By: gsar                                  on 2001/02/05  03:27:34
38154         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
38155      Branch: maint-5.6/perl
38156            ! thread.h
38157 ____________________________________________________________________________
38158 [  8694] By: alanbur                               on 2001/02/05  00:07:47
38159         Log: Initial branch creation from //depot/maint-5.6/perl
38160      Branch: maint-5.6/pureperl
38161           +> (branch 1719 files)
38162 ____________________________________________________________________________
38163 [  8693] By: gsar                                  on 2001/02/04  22:38:49
38164         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
38165              changes)
38166      Branch: maint-5.6/perl
38167           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
38168           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
38169           !> ext/DB_File/version.c
38170 ____________________________________________________________________________
38171 [  8692] By: nick                                  on 2001/02/04  18:15:57
38172         Log: The missed t/TEST part of the grand testharness upgrade.
38173      Branch: perl
38174            ! t/TEST
38175 ____________________________________________________________________________
38176 [  8691] By: nick                                  on 2001/02/04  18:05:17
38177         Log: New improved test harness
38178              Subject: Re: [PATCH Test::Harness] Third time's a charm?
38179              From: Michael G Schwern <schwern@pobox.com>
38180              Date: Sun, 4 Feb 2001 08:01:20 -0500
38181              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
38182      Branch: perl
38183            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
38184            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
38185            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
38186            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
38187            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
38188            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
38189            ! MANIFEST lib/Test/Harness.pm
38190 ____________________________________________________________________________
38191 [  8690] By: nick                                  on 2001/02/04  17:57:51
38192         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
38193              From: Jonathan Stowe <gellyfish@gellyfish.com>
38194              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
38195              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
38196      Branch: perl
38197            ! utils/h2xs.PL
38198 ____________________________________________________________________________
38199 [  8689] By: nick                                  on 2001/02/04  17:55:24
38200         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
38201              From: Michael G Schwern <schwern@pobox.com>
38202              Date: Sat, 3 Feb 2001 22:46:38 -0500
38203              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
38204      Branch: perl
38205            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
38206            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
38207 ____________________________________________________________________________
38208 [  8688] By: nick                                  on 2001/02/04  17:43:55
38209         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
38210              length byfailing to spot lack of closing )
38211              From: nick@talking.bollo.cx
38212              Date: Sat, 03 Feb 2001 23:53:16 +0000
38213              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
38214      Branch: perl
38215            ! perlio.c pod/perldiag.pod
38216 ____________________________________________________________________________
38217 [  8687] By: jhi                                   on 2001/02/03  17:11:42
38218         Log: HP-UX thread patches from Merijn H. Brand.
38219      Branch: maint-5.6/perl
38220            ! README.hpux hints/hpux.sh
38221 ____________________________________________________________________________
38222 [  8686] By: jhi                                   on 2001/02/03  16:40:12
38223         Log: Metaconfig changes for #8685.
38224      Branch: metaconfig
38225            ! U/installdirs/instubperl.U
38226      Branch: metaconfig/U/perl
38227            ! Devel.U versiononly.U
38228 ____________________________________________________________________________
38229 [  8685] By: jhi                                   on 2001/02/03  16:39:49
38230         Log: For -Dusedevel builds turn off installusrbinperl and turn on
38231              versiononly, a combined idea of Richard Soderberg and Merijn
38232              H. Brand.  You can still override both of these from the command
38233              line if you need to, -Dinstallusrbinperl and -Uversiononly.
38234      Branch: perl
38235            ! Configure
38236 ____________________________________________________________________________
38237 [  8684] By: jhi                                   on 2001/02/03  16:16:34
38238         Log: Metaconfig unit fix for #8683.
38239      Branch: metaconfig
38240            ! U/compline/nblock_io.U
38241 ____________________________________________________________________________
38242 [  8683] By: jhi                                   on 2001/02/03  16:16:12
38243         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
38244              reported by Peter Prymmer for 5.6-TRIAL1.
38245      Branch: perl
38246            ! Configure
38247 ____________________________________________________________________________
38248 [  8682] By: jhi                                   on 2001/02/03  05:52:11
38249         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
38250              to work correctly.
38251      Branch: maint-5.6/perl
38252            ! hints/irix_6.sh
38253 ____________________________________________________________________________
38254 [  8681] By: jhi                                   on 2001/02/03  05:47:33
38255         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
38256      Branch: maint-5.6/perl
38257            ! pod/perlport.pod
38258 ____________________________________________________________________________
38259 [  8680] By: jhi                                   on 2001/02/02  21:39:49
38260         Log: perlport update from Peter Prymmer.
38261      Branch: maint-5.6/perl
38262            ! pod/perlport.pod
38263 ____________________________________________________________________________
38264 [  8679] By: nick                                  on 2001/02/02  20:50:48
38265         Log: Integrate mainline
38266      Branch: perlio
38267           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
38268           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
38269           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
38270 ____________________________________________________________________________
38271 [  8678] By: gsar                                  on 2001/02/02  16:02:12
38272         Log: note about bincompat, slightly modified (from Lupe Christoph)
38273      Branch: maint-5.6/perl
38274            ! README.solaris
38275 ____________________________________________________________________________
38276 [  8677] By: jhi                                   on 2001/02/02  15:46:20
38277         Log: Supported platforms updates.
38278      Branch: maint-5.6/perl
38279            ! pod/perlport.pod
38280 ____________________________________________________________________________
38281 [  8676] By: jhi                                   on 2001/02/02  03:41:26
38282         Log: A couple more perlfaq2 tweaks.
38283      Branch: maint-5.6/perl
38284            ! pod/perlfaq2.pod
38285 ____________________________________________________________________________
38286 [  8675] By: jhi                                   on 2001/02/02  03:17:44
38287         Log: Misedit in #8661.
38288      Branch: maint-5.6/perl
38289            ! Configure
38290 ____________________________________________________________________________
38291 [  8674] By: jhi                                   on 2001/02/02  03:14:38
38292         Log: Damien again.
38293      Branch: maint-5.6/perl
38294            ! pod/perlfaq2.pod
38295 ____________________________________________________________________________
38296 [  8673] By: jhi                                   on 2001/02/02  03:12:40
38297         Log: perlfaq update from Elaine Ashton.
38298      Branch: maint-5.6/perl
38299            ! pod/perlfaq2.pod
38300 ____________________________________________________________________________
38301 [  8672] By: jhi                                   on 2001/02/02  03:07:08
38302         Log: UTF-8 s/// patch from Inaba Hiroto.
38303      Branch: maint-5.6/perl
38304            ! pp_ctl.c pp_hot.c
38305 ____________________________________________________________________________
38306 [  8671] By: jhi                                   on 2001/02/01  22:34:31
38307         Log: Update Changes.
38308      Branch: perl
38309            ! Changes patchlevel.h
38310 ____________________________________________________________________________
38311 [  8670] By: jhi                                   on 2001/02/01  22:15:29
38312         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
38313              from maintperl.
38314              
38315              Upgrade to Getopt::Long 2.25, from Johan Vromans.
38316              
38317              more files need to be writable in the source distribution
38318              
38319              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
38320              
38321              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
38322              
38323              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
38324              
38325              Allow the float to be fuzzier.
38326              
38327              need to use INT2PTR instead of a straight cast or ia64 fails
38328              
38329              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
38330              
38331              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
38332      Branch: perl
38333           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
38334           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
38335           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
38336 ____________________________________________________________________________
38337 [  8669] By: jhi                                   on 2001/02/01  21:57:02
38338         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
38339              From: Robin Barker <rmb1@cise.npl.co.uk>
38340              Date: Thu, 1 Feb 2001 16:59:05 GMT
38341              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
38342      Branch: maint-5.6/perl
38343            ! pod/perlmodlib.PL
38344 ____________________________________________________________________________
38345 [  8668] By: nick                                  on 2001/02/01  19:41:40
38346         Log: Integrate mainline
38347      Branch: perlio
38348           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
38349           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
38350           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
38351 ____________________________________________________________________________
38352 [  8667] By: gsar                                  on 2001/02/01  16:59:11
38353         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
38354      Branch: maint-5.6/perl
38355            ! embed.pl embedvar.h
38356 ____________________________________________________________________________
38357 [  8666] By: gsar                                  on 2001/02/01  16:34:51
38358         Log: add missing entries to win32/config.?c
38359      Branch: maint-5.6/perl
38360            ! win32/config.bc win32/config.gc win32/config.vc
38361            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
38362 ____________________________________________________________________________
38363 [  8665] By: jhi                                   on 2001/02/01  14:58:51
38364         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
38365              From: "Stephen P. Potter" <spp@spotter.yi.org>
38366              Date: Thu, 01 Feb 2001 10:45:46 -0500
38367              Message-Id: <200102011545.KAA31479@spotter.yi.org>
38368      Branch: maint-5.6/perl
38369            ! pod/perlfunc.pod
38370 ____________________________________________________________________________
38371 [  8664] By: gsar                                  on 2001/02/01  14:52:37
38372         Log: need to use INT2PTR instead of a straight cast or ia64 fails
38373              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
38374      Branch: maint-5.6/perl
38375            ! ext/POSIX/POSIX.xs
38376 ____________________________________________________________________________
38377 [  8663] By: jhi                                   on 2001/02/01  14:09:13
38378         Log: Allow the float to be fuzzier.
38379      Branch: maint-5.6/perl
38380            ! t/lib/peek.t
38381 ____________________________________________________________________________
38382 [  8662] By: jhi                                   on 2001/02/01  13:59:00
38383         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
38384              From: Robin Barker <rmb1@cise.npl.co.uk>
38385              Date: Thu, 1 Feb 2001 13:05:39 GMT
38386              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
38387      Branch: maint-5.6/perl
38388            ! pod/perlmodlib.pod
38389 ____________________________________________________________________________
38390 [  8661] By: jhi                                   on 2001/02/01  13:57:38
38391         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
38392              Date: Thu, 01 Feb 2001 14:15:41 +0100
38393              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38394              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
38395              
38396              Have the $ccflags in the gcc version test (strange, this change
38397              is claimed to be have been integrated already)
38398      Branch: maint-5.6/perl
38399            ! Configure
38400 ____________________________________________________________________________
38401 [  8660] By: jhi                                   on 2001/02/01  13:44:10
38402         Log: Integrate changes #7950,7964,7962 from mainline.
38403              
38404              Find the stdchar signedness using cpp, should fix some of
38405              the Solaris compiler warnings reported by Alan Burlison.
38406      Branch: maint-5.6/perl
38407           !> Configure config_h.SH
38408 ____________________________________________________________________________
38409 [  8659] By: jhi                                   on 2001/02/01  05:35:32
38410         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
38411              From: Jan Dubois <JanD@ActiveState.com>
38412              Date: Wed, 31 Jan 2001 21:17:03 -0800
38413              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
38414      Branch: maint-5.6/perl
38415            ! utils/perldoc.PL
38416 ____________________________________________________________________________
38417 [  8658] By: jhi                                   on 2001/02/01  04:33:17
38418         Log: Integrate the README.os390 and README.posix-bc parts of mainline
38419              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
38420              installperl parts were taken care of by #8657.)
38421      Branch: maint-5.6/perl
38422           !> README.os390 README.posix-bc
38423 ____________________________________________________________________________
38424 [  8657] By: jhi                                   on 2001/02/01  04:29:21
38425         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
38426              From: Peter Prymmer <pvhp@forte.com>
38427              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
38428              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
38429      Branch: maint-5.6/perl
38430            + ext/DynaLoader/dl_dllload.xs
38431            ! MANIFEST Makefile.SH hints/os390.sh installperl
38432 ____________________________________________________________________________
38433 [  8656] By: jhi                                   on 2001/02/01  04:25:45
38434         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
38435              From: Peter Prymmer <pvhp@forte.com>
38436              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
38437              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
38438      Branch: maint-5.6/perl
38439            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
38440 ____________________________________________________________________________
38441 [  8655] By: jhi                                   on 2001/02/01  04:14:47
38442         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
38443              From: troc@netrus.net
38444              Date: Wed, 31 Jan 2001 22:31:26 -0500
38445              Message-Id: <200102010331.WAA117.85@rocco.homenet>
38446      Branch: maint-5.6/perl
38447            ! os2/os2.c
38448 ____________________________________________________________________________
38449 [  8654] By: jhi                                   on 2001/02/01  04:12:52
38450         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
38451              as reported by Alan Burlison.
38452      Branch: maint-5.6/perl
38453            ! pp.h
38454 ____________________________________________________________________________
38455 [  8653] By: jhi                                   on 2001/02/01  04:05:12
38456         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
38457              From: dsugalski@northernlight.com
38458              Date: Wed, 31 Jan 2001 18:54:11 -0500
38459              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
38460      Branch: maint-5.6/perl
38461            ! configure.com
38462 ____________________________________________________________________________
38463 [  8652] By: jhi                                   on 2001/02/01  04:03:11
38464         Log: Misplaced #endif.
38465              
38466              Subject: [perl-5-6-1-trial2] patches for EPOC
38467              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38468              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38469              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38470      Branch: maint-5.6/perl
38471            ! epoc/epocish.c
38472 ____________________________________________________________________________
38473 [  8651] By: jhi                                   on 2001/02/01  04:00:25
38474         Log: Integrate changes #8647,8648,8650 from mainline.
38475              
38476              Macrofy a magic UTF-8 test.
38477              
38478              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
38479              
38480              Watch out for cross compiling for EPOC (usually done on linux).
38481      Branch: maint-5.6/perl
38482           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
38483 ____________________________________________________________________________
38484 [  8650] By: jhi                                   on 2001/02/01  03:56:20
38485         Log: Watch out for cross compiling for EPOC (usually done on linux)
38486              
38487              Subject: [perl-5-6-1-trial2] patches for EPOC
38488              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38489              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38490              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38491      Branch: perl
38492            ! ext/Errno/Errno_pm.PL
38493 ____________________________________________________________________________
38494 [  8649] By: gsar                                  on 2001/02/01  00:46:00
38495         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
38496      Branch: maint-5.6/perl
38497            ! sv.c
38498 ____________________________________________________________________________
38499 [  8648] By: jhi                                   on 2001/01/31  23:35:36
38500         Log: All the uses of PL_numeric_radix must be protected by
38501              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
38502              
38503              Subject: [perl-5-6-1-trial2] patches for EPOC
38504              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38505              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
38506              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
38507      Branch: perl
38508            ! sv.c
38509 ____________________________________________________________________________
38510 [  8647] By: jhi                                   on 2001/01/31  22:56:16
38511         Log: Macrofy a magic UTF-8 test.
38512      Branch: perl
38513            ! utf8.c utf8.h
38514 ____________________________________________________________________________
38515 [  8646] By: gsar                                  on 2001/01/31  15:55:12
38516         Log: update Changes
38517      Branch: maint-5.6/perl
38518            ! Changes
38519 ____________________________________________________________________________
38520 [  8645] By: gsar                                  on 2001/01/31  15:10:14
38521         Log: Configure tweak suggested by Peter Prymmer
38522      Branch: maint-5.6/perl
38523            ! Configure
38524 ____________________________________________________________________________
38525 [  8644] By: gsar                                  on 2001/01/31  15:06:32
38526         Log: more files need to be writable in the source distribution
38527      Branch: maint-5.6/perl
38528            ! Porting/makerel
38529 ____________________________________________________________________________
38530 [  8643] By: jhi                                   on 2001/01/31  14:59:46
38531         Log: Integrate changes #8258,8278,8279 from mainline.
38532              
38533              Make the large file tests more robust/talkative.
38534      Branch: maint-5.6/perl
38535           !> t/lib/syslfs.t t/op/lfs.t
38536 ____________________________________________________________________________
38537 [  8642] By: gsar                                  on 2001/01/31  14:53:48
38538         Log: integrate changes#8311,8334 from mainline
38539              
38540              Add a new MakeMaker variable PM_FILTER that defines a Unix
38541              filter to be run on each .pm during the pm_to_blib() phase,
38542              a fixed version of
38543              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
38544              
38545              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
38546              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
38547              accurate reading of the "atime".  
38548      Branch: maint-5.6/perl
38549           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
38550           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
38551           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
38552 ____________________________________________________________________________
38553 [  8641] By: jhi                                   on 2001/01/31  14:46:37
38554         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
38555      Branch: maint-5.6/perl
38556            ! lib/Getopt/Long.pm
38557 ____________________________________________________________________________
38558 [  8640] By: gsar                                  on 2001/01/31  14:40:24
38559         Log: make regen_all
38560      Branch: maint-5.6/perl
38561            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
38562 ____________________________________________________________________________
38563 [  8639] By: gsar                                  on 2001/01/31  14:37:25
38564         Log: refresh windows config files
38565      Branch: maint-5.6/perl
38566            ! win32/Makefile win32/config_H.bc win32/config_H.gc
38567            ! win32/config_H.vc win32/makefile.mk
38568 ____________________________________________________________________________
38569 [  8638] By: gsar                                  on 2001/01/31  14:28:10
38570         Log: makefile tweaks for windows: introduce a bulk-switch to enable
38571              same options as ActivePerl; sync changes with makefile.mk
38572      Branch: maint-5.6/perl
38573            ! win32/Makefile win32/makefile.mk
38574 ____________________________________________________________________________
38575 [  8637] By: jhi                                   on 2001/01/31  04:41:30
38576         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
38577              From: Nicholas Clark <nick@ccl4.org>
38578              Date: Tue, 30 Jan 2001 19:51:05 +0000
38579              Message-ID: <20010130195105.R76607@plum.flirble.org> 
38580              
38581              op/inc cure.
38582      Branch: perl
38583            ! pp.c pp.h pp_hot.c t/op/arith.t
38584 ____________________________________________________________________________
38585 [  8636] By: jhi                                   on 2001/01/31  02:38:32
38586         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
38587              no perlio],8257,8380,8479,8515 from mainline.
38588              
38589              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
38590              
38591              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
38592              Subject: [PATCH perl@8133] fix-up for VMS extensions
38593              
38594              In VMS embedded perls couldn't access the statically built Socket.
38595              
38596              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
38597              
38598              Further VMS piping fixes from Charles Lane.
38599              
38600              Subject:  [PATCH] make t/op/misc.t work on VMS
38601              
38602              Add tracing for debugging extensions builds in VMS.
38603              
38604              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
38605      Branch: maint-5.6/perl
38606           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
38607           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
38608           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
38609 ____________________________________________________________________________
38610 [  8635] By: jhi                                   on 2001/01/31  01:46:41
38611         Log: Integrate change #7732 from mainline.
38612              
38613              Sparc 64-bit pack() fix from Jens Hamisch.
38614      Branch: maint-5.6/perl
38615           !> pp.c
38616 ____________________________________________________________________________
38617 [  8634] By: jhi                                   on 2001/01/31  01:41:16
38618         Log: One spot missing from #8626.
38619      Branch: maint-5.6/perl
38620            ! sv.c
38621 ____________________________________________________________________________
38622 [  8633] By: jhi                                   on 2001/01/31  00:49:17
38623         Log: Integrate change #7495 from mainline.
38624              
38625              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
38626      Branch: maint-5.6/perl
38627           !> MANIFEST ext/re/Makefile.PL
38628 ____________________________________________________________________________
38629 [  8632] By: jhi                                   on 2001/01/30  23:38:49
38630         Log: Integrate change #8396 from mainline.
38631              
38632              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
38633              better multicast support (resend)
38634      Branch: maint-5.6/perl
38635           !> ext/Socket/Socket.pm
38636 ____________________________________________________________________________
38637 [  8631] By: jhi                                   on 2001/01/30  23:28:03
38638         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
38639              
38640              More AIX lore. (7514, ext/re/hints/aix.pl)
38641              
38642              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
38643              
38644              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)
38645              
38646              Subject: [ID 20001214.002] Net::Ping patch
38647              
38648              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
38649              
38650              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
38651              
38652              Add ReuseAddr as a (preferred) alias for Reuse as we now
38653              also have ReusePort.
38654              
38655              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
38656      Branch: maint-5.6/perl
38657           +> ext/re/hints/aix.pl
38658           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
38659           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
38660 ____________________________________________________________________________
38661 [  8630] By: jhi                                   on 2001/01/30  23:03:59
38662         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
38663              
38664              read() documentation tweak for 20001121.004.
38665              
38666              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
38667      Branch: maint-5.6/perl
38668           !> pod/perlfunc.pod pod/perlre.pod
38669 ____________________________________________________________________________
38670 [  8629] By: jhi                                   on 2001/01/30  22:41:57
38671         Log: Integrate change #8098 from mainline.
38672              
38673              fastgetcwd is defined using a glob alias on a $^O dependent basis
38674              and there was no default assignment or perl subroutine.
38675      Branch: maint-5.6/perl
38676           !> lib/Cwd.pm
38677 ____________________________________________________________________________
38678 [  8628] By: jhi                                   on 2001/01/30  21:58:52
38679         Log: Integrate change #7866 from mainline.
38680              
38681              File::Temp 0.11.
38682      Branch: maint-5.6/perl
38683           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
38684 ____________________________________________________________________________
38685 [  8627] By: jhi                                   on 2001/01/30  21:39:44
38686         Log: Integrate changes #8075,8086,8228 from mainline.  
38687              
38688              Darwin is not Windows. (8075,8086)
38689              
38690              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
38691      Branch: maint-5.6/perl
38692           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
38693           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
38694           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
38695           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
38696 ____________________________________________________________________________
38697 [  8626] By: jhi                                   on 2001/01/30  21:22:11
38698         Log: Integrate with tweakery the change #8625 from mainline,
38699              the multibyte decimal separator fix ("fa_IR locale failure").
38700      Branch: maint-5.6/perl
38701            ! embedvar.h perlapi.h
38702           !> intrpvar.h perl.c perl.h sv.c util.c
38703 ____________________________________________________________________________
38704 [  8625] By: jhi                                   on 2001/01/30  20:26:33
38705         Log: Fix for the fa_IR locale failure.  The reason for the failure
38706              was that Perl was assuming the decimal separator aka the radix
38707              separator is one character.  The Farsi-Iranian locale crushed
38708              that bad assumption since there the separator is 'Momayyez',
38709              glyphwise looking somewhat like a slash, and in Unicode UTF-8
38710              encoded in two bytes, 0xd9 0xab.
38711      Branch: perl
38712            ! intrpvar.h perl.c perl.h sv.c util.c
38713 ____________________________________________________________________________
38714 [  8624] By: gsar                                  on 2001/01/30  20:17:03
38715         Log: regen_headers
38716      Branch: maint-5.6/perl
38717            ! Makefile.SH pod/perlintern.pod
38718 ____________________________________________________________________________
38719 [  8623] By: gsar                                  on 2001/01/30  19:42:34
38720         Log: backout change#7431 and its dependents (causes spurious rebuilds
38721              of autogenerated files)
38722              
38723              fix benign b.t failure
38724      Branch: maint-5.6/perl
38725            ! Makefile.SH t/lib/b.t
38726 ____________________________________________________________________________
38727 [  8622] By: jhi                                   on 2001/01/30  19:41:41
38728         Log: Microperl sync.
38729      Branch: perl
38730            ! mg.c perl.h
38731 ____________________________________________________________________________
38732 [  8621] By: gsar                                  on 2001/01/30  19:24:47
38733         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
38734              from mainline
38735              
38736              Subject: podlators 1.06 released
38737              
38738              Subject: [PATCH @8436] Eliminate op_children
38739              
38740              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
38741              
38742              (Replaced by #8448)  More op_children traces (cleanup of #8442).
38743              
38744              Subject: [PATCH #3 @8436] Re: Eliminate op_children
38745              Replace #8444 and #8445.
38746              
38747              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
38748              at the setting of the ofs_sv in new_struct_thread() as the
38749              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
38750              uninitialized fields are, uh, initialized with),
38751              SvREFCNT_inc()ing that invited a core dump.
38752              
38753              podlators 1.07, from Russ Allbery.
38754              
38755              Subject: [PATCH] regcomp.c old feature removal
38756              From: mjd@plover.com
38757              Date: 16 Jan 2001 14:43:18 -0000 
38758              Message-ID: <20010116144318.7140.qmail@plover.com> 
38759      Branch: maint-5.6/perl
38760           +> lib/Pod/Text/Overstrike.pm
38761           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
38762           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
38763           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
38764           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
38765           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
38766           !> util.c
38767 ____________________________________________________________________________
38768 [  8620] By: gsar                                  on 2001/01/30  18:48:32
38769         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
38770              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
38771              now fails one test)
38772              
38773              Subject: [PATCH] lvalue AUTOLOAD. No, really.
38774              
38775              Subject: [PATCH] Interesting syntax idea
38776              Make opens + bareword assigns do typeglob assigns.
38777              
38778              Tests for #8254.
38779              
38780              Subject: [PATCH @8269] Continue blocks and B::Deparse
38781              Make the peephole optimizer to bypass more null ops and
38782              and rewrite the deparse handling of continue blocks.
38783              
38784              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
38785              Doc tweak on #8313.
38786              
38787              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
38788              
38789              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
38790              
38791              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
38792              
38793              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
38794              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
38795              according to the platform.
38796              
38797              Subject: [PATCH @8404] Consolidated lvalue sub changes
38798              
38799              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
38800              
38801              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
38802              
38803              Subject: B::Concise -- an improved replacement for B::Terse 
38804              
38805              The B::Terse drop-in replacement wasn't quite drop-in.
38806              
38807              The LVRET macro needed an aTHX.
38808              
38809              Use the /^Perl_/-less form of is_lvalue_sub().
38810              
38811              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
38812      Branch: maint-5.6/perl
38813           +> ext/B/B/Concise.pm
38814           !> (integrate 27 files)
38815 ____________________________________________________________________________
38816 [  8619] By: nick                                  on 2001/01/30  18:40:28
38817         Log: Integrate mainline
38818      Branch: perlio
38819           !> (integrate 40 files)
38820 ____________________________________________________________________________
38821 [  8618] By: jhi                                   on 2001/01/30  18:37:18
38822         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
38823              Date: Mon, 29 Jan 2001 22:51:29 -0600
38824              From: "Craig A. Berry" <craigberry@mac.com>
38825              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
38826      Branch: perl
38827            ! vms/test.com
38828 ____________________________________________________________________________
38829 [  8617] By: jhi                                   on 2001/01/30  18:34:53
38830         Log: Subject: [PATCH] Add missing CV flags to dump.c
38831              From: Tim Jenness <t.jenness@jach.hawaii.edu>
38832              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
38833              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
38834      Branch: perl
38835            ! dump.c
38836 ____________________________________________________________________________
38837 [  8616] By: jhi                                   on 2001/01/30  18:20:58
38838         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
38839              part isn't applicable to maintperl.
38840              
38841              UTF-8 nit from Inaba Hiroto.
38842      Branch: maint-5.6/perl
38843           !> pod/perlapi.pod utf8.c
38844 ____________________________________________________________________________
38845 [  8615] By: jhi                                   on 2001/01/30  18:18:51
38846         Log: UTF-8 nit from Inaba Hiroto.
38847      Branch: perl
38848            ! pod/perlapi.pod t/op/each.t utf8.c
38849 ____________________________________________________________________________
38850 [  8614] By: jhi                                   on 2001/01/30  18:13:38
38851         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
38852              
38853              perl's internal variables are not for public consumption,
38854              move their docs from perlapi.pod to perlintern.pod
38855              
38856              support for -Dusethreads build under HP-UX 10.20 and DCE threads
38857              library (11.0 and later have pthreads but 10.x don't)
38858              
38859              avoid uninitialized value warnings
38860              
38861              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
38862              gets weird results)
38863              
38864              perldoc nit on windows
38865              
38866              make it possible to run the tests outside the source tree
38867              (there's still a dependency on ../lib being the library
38868              location)
38869      Branch: perl
38870           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
38871           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
38872           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
38873           !> win32/bin/search.pl win32/vdir.h
38874 ____________________________________________________________________________
38875 [  8613] By: gsar                                  on 2001/01/30  16:39:59
38876         Log: make it possible to run the tests outside the source tree
38877              (there's still a dependency on ../lib being the library
38878              location)
38879      Branch: maint-5.6/perl
38880            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
38881 ____________________________________________________________________________
38882 [  8612] By: gsar                                  on 2001/01/30  16:31:12
38883         Log: perldoc nit on windows
38884      Branch: maint-5.6/perl
38885            ! utils/perldoc.PL
38886 ____________________________________________________________________________
38887 [  8611] By: gsar                                  on 2001/01/30  16:22:54
38888         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
38889              gets weird results)
38890      Branch: maint-5.6/perl
38891            ! win32/vdir.h
38892 ____________________________________________________________________________
38893 [  8610] By: gsar                                  on 2001/01/30  16:12:45
38894         Log: avoid uninitialized value warnings
38895      Branch: maint-5.6/perl
38896            ! win32/bin/search.pl
38897 ____________________________________________________________________________
38898 [  8609] By: gsar                                  on 2001/01/30  16:08:01
38899         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
38900              library (11.0 and later have pthreads but 10.x don't)
38901      Branch: maint-5.6/perl
38902            ! hints/hpux.sh thread.h
38903 ____________________________________________________________________________
38904 [  8608] By: gsar                                  on 2001/01/30  15:48:55
38905         Log: perl's internal variables are not for public consumption,
38906              move their docs from perlapi.pod to perlintern.pod
38907      Branch: maint-5.6/perl
38908            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
38909            ! thrdvar.h
38910 ____________________________________________________________________________
38911 [  8607] By: gsar                                  on 2001/01/30  15:44:27
38912         Log: mistakenly branched perl56delta.pod, revert
38913      Branch: maint-5.6/perl
38914            - pod/perl56delta.pod
38915           !> pod/perldelta.pod
38916 ____________________________________________________________________________
38917 [  8606] By: gsar                                  on 2001/01/30  14:20:24
38918         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
38919              dTHR which has been a noop for a while now, except for the
38920              compatibility definition in thread.h)
38921      Branch: maint-5.6/perl
38922           !> (integrate 45 files)
38923 ____________________________________________________________________________
38924 [  8605] By: jhi                                   on 2001/01/30  05:43:58
38925         Log: Mark the UTF-8 APIs as experimental.
38926      Branch: maint-5.6/perl
38927            ! embed.pl pod/perlapi.pod
38928 ____________________________________________________________________________
38929 [  8604] By: jhi                                   on 2001/01/30  05:38:40
38930         Log: Nits from earlier integrates.
38931      Branch: maint-5.6/perl
38932            ! lib/Carp/Heavy.pm
38933           !> sv.c
38934 ____________________________________________________________________________
38935 [  8603] By: jhi                                   on 2001/01/30  05:27:26
38936         Log: Regenerate Porting files.
38937      Branch: maint-5.6/perl
38938            ! Porting/Glossary Porting/config.sh Porting/config_H
38939 ____________________________________________________________________________
38940 [  8602] By: jhi                                   on 2001/01/30  05:14:59
38941         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
38942              8310,8339,8447,8492,8493,8505,8525: documentation changes.
38943              
38944              Subject: Re: perlfaq style changes
38945              
38946              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
38947              
38948              Subject: [PATCH] docs on NaN
38949              
38950              Subject: [patch] perlfaq7
38951              
38952              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
38953              
38954              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
38955              
38956              Subject: [PATCH] open() example in perlfunc.pod
38957              
38958              Podify README.mpeix (a new version from the web)
38959              
38960              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
38961              
38962              Subject: [PATCH] format and rewording in perlfaq.pod
38963              
38964              Subject: [PATCH] API Variable documentation   
38965              
38966              Memory management calls documentation.
38967              
38968              Subject: [PATCH: perl@8482] README.vms URL updates
38969              
38970              Subject: Minor typos in perlfaq2.pod
38971              
38972              Subject: [PATCH] pod/perlvar.pod
38973      Branch: maint-5.6/perl
38974           +> pod/perl56delta.pod
38975            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
38976           !> README.amiga README.epoc README.mpeix README.vms
38977           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
38978           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
38979           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
38980           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
38981           !> pod/perlvar.pod thrdvar.h
38982 ____________________________________________________________________________
38983 [  8601] By: jhi                                   on 2001/01/30  04:38:35
38984         Log: Integrate changes #8036,8096,8253 from mainline:
38985              hints changes.
38986              
38987              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
38988              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
38989              
38990              Output the (apparent) version of gcc in Tru64.
38991      Branch: maint-5.6/perl
38992           +> ext/POSIX/hints/svr4.pl
38993           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
38994           !> hints/svr4.sh t/lib/bigfltpm.t
38995 ____________________________________________________________________________
38996 [  8600] By: jhi                                   on 2001/01/30  04:04:01
38997         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
38998              locale fixes.
38999              
39000              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
39001              
39002              Debian allows /usr/bin/locale to exist without any locales. (7868)
39003              
39004              Allow the locale test needing POSIX and the taint test
39005              needing IPC::SysV to run under 'minitest' (basically,
39006              bail out if loading the extension fails). (8384)
39007              
39008              Cleanup the locale.t output  (8480)
39009      Branch: maint-5.6/perl
39010           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
39011           !> t/pragma/locale.t
39012 ____________________________________________________________________________
39013 [  8599] By: jhi                                   on 2001/01/30  03:51:04
39014         Log: Missing generated files from #8598.
39015      Branch: maint-5.6/perl
39016            ! embed.h global.sym objXSUB.h perlapi.c proto.h
39017 ____________________________________________________________________________
39018 [  8598] By: jhi                                   on 2001/01/30  03:41:54
39019         Log: Integrate change #8555 from mainline, manually integrate parts
39020              of changes 8452 and 8583.
39021              
39022              Subject: [PATCH] utf8.c documentation (8452)
39023              
39024              No point in checking the length if the pointer is bogus. (8555)
39025              
39026              Introduce bytes_from_utf8() and implement sv_eq() using it,
39027              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
39028              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
39029              was malformed. (8583)
39030      Branch: maint-5.6/perl
39031            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
39032           !> pod/perlapi.pod sv.c utf8.c
39033 ____________________________________________________________________________
39034 [  8597] By: gsar                                  on 2001/01/30  02:37:26
39035         Log: get PERL_OBJECT build going again on windows
39036      Branch: maint-5.6/perl
39037            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
39038            ! pod/perlapi.pod proto.h sv.c
39039 ____________________________________________________________________________
39040 [  8596] By: jhi                                   on 2001/01/30  02:16:17
39041         Log: Signedness nit.
39042      Branch: perl
39043            ! sv.c
39044 ____________________________________________________________________________
39045 [  8595] By: jhi                                   on 2001/01/30  02:11:07
39046         Log: EBCDIC patch for Storable, from Peter Prymmer.
39047      Branch: perl
39048            ! t/lib/st-06compat.t
39049 ____________________________________________________________________________
39050 [  8594] By: jhi                                   on 2001/01/30  01:04:48
39051         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
39052              From: Peter Prymmer <pvhp@forte.com>
39053              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
39054              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
39055      Branch: perl
39056            ! t/lib/b.t
39057 ____________________________________________________________________________
39058 [  8593] By: jhi                                   on 2001/01/30  00:56:47
39059         Log: Subject: [PATCH: perl@8585] pod problems in io
39060              From: Peter Prymmer <pvhp@forte.com>
39061              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
39062              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
39063      Branch: perl
39064            ! pod/perlapio.pod pod/perliol.pod
39065 ____________________________________________________________________________
39066 [  8592] By: jhi                                   on 2001/01/30  00:48:20
39067         Log: Integrate perlio.
39068      Branch: perl
39069           !> pod/perlapio.pod pod/perliol.pod
39070 ____________________________________________________________________________
39071 [  8591] By: nick                                  on 2001/01/29  22:02:28
39072         Log: GNU 'merge' Simon's copy of perliol.pod with version
39073              patched by Craig's patch.
39074      Branch: perlio
39075            ! pod/perliol.pod
39076 ____________________________________________________________________________
39077 [  8590] By: nick                                  on 2001/01/29  21:55:10
39078         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
39079      Branch: perlio
39080            ! pod/perlapio.pod pod/perliol.pod
39081 ____________________________________________________________________________
39082 [  8589] By: jhi                                   on 2001/01/29  15:35:33
39083         Log: Integrate change #8586 from maint-5.6/perl.
39084              
39085              make the BOM detection code not call tell() until it has to
39086              (meant to fix esoteric compatibility issues where PL_rsfp
39087              is overridden)
39088      Branch: perl
39089           !> toke.c
39090 ____________________________________________________________________________
39091 [  8588] By: jhi                                   on 2001/01/29  15:29:11
39092         Log: Subject: MAking Solaris malloc() the default
39093              From: Lupe Christoph <lupe@lupe-christoph.de>
39094              Date: Mon, 29 Jan 2001 12:59:36 +0100
39095              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
39096              
39097              The README.solaris part slightly tweaked.
39098      Branch: perl
39099            ! README.solaris hints/solaris_2.sh
39100 ____________________________________________________________________________
39101 [  8587] By: jhi                                   on 2001/01/29  15:17:34
39102         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
39103              From: root@ak-75.mind.de
39104              Date: Sun, 28 Jan 2001 20:32:29 +0100
39105              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
39106      Branch: perl
39107            ! pod/perlre.pod
39108 ____________________________________________________________________________
39109 [  8586] By: gsar                                  on 2001/01/29  13:43:44
39110         Log: make the BOM detection code not call tell() until it has to
39111              (meant to fix esoteric compatibility issues where PL_rsfp
39112              is overridden)
39113      Branch: maint-5.6/perl
39114            ! toke.c
39115 ____________________________________________________________________________
39116 [  8585] By: jhi                                   on 2001/01/28  20:05:45
39117         Log: Update Changes.
39118      Branch: perl
39119            ! Changes patchlevel.h
39120 ____________________________________________________________________________
39121 [  8584] By: jhi                                   on 2001/01/28  19:30:02
39122         Log: Integrate perlio.
39123      Branch: perl
39124           +> pod/perliol.pod
39125           !> MANIFEST pod/perlapio.pod
39126 ____________________________________________________________________________
39127 [  8583] By: jhi                                   on 2001/01/28  19:28:40
39128         Log: Patch from Inaba Hiroto:
39129              - canonical UTF-8 hash keys: if a key string for a hash is
39130              UTF8-on, try downgrade the string and use it if
39131              unicode::distinct is not in effect.
39132              For the task, I added a function bytes_from_utf8() to utf8.c.
39133              It might resemble utf8_to_bytes() but it is not convenient
39134              to the task.
39135              Made a test for it and added to t/op/each.t
39136              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
39137              the mortal copy of the argument SV.
39138              And changed t/io/utf8.t test 18 which expects print() to
39139              upgrade its argument.
39140              - re-implement sv_eq with bytes_from_utf8()
39141              - some bug fixes
39142              - tr/// does not handle UTF8 range (\x{}-\x{})
39143              - \ before raw UTF8 character produced
39144              "Malformed UTF-8 character" warning.
39145              - "\x{100}\N{CENT SIGN}" is Malformed.
39146              Added tests for these 3.
39147              - and one silly bug (by me) with qu operator.
39148      Branch: perl
39149            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
39150            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
39151            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
39152 ____________________________________________________________________________
39153 [  8582] By: nick                                  on 2001/01/28  19:25:04
39154         Log: Add pod/perliol.pod to MANIFEST :-(
39155      Branch: perlio
39156            ! MANIFEST
39157 ____________________________________________________________________________
39158 [  8581] By: nick                                  on 2001/01/28  19:22:40
39159         Log: PerlIO documentation. Proofing and sub-editing requested.
39160      Branch: perlio
39161            + pod/perliol.pod
39162            ! pod/perlapio.pod
39163 ____________________________________________________________________________
39164 [  8580] By: jhi                                   on 2001/01/28  05:16:25
39165         Log: Revert the change to sv_2pv() done by #8054: Someone who
39166              did SvNV_set() on a scalar that also happened to be POK,
39167              followed by sv_2pv() won't get the right coercion anymore.
39168              [Sarathy]
39169      Branch: maint-5.6/perl
39170            ! sv.c
39171 ____________________________________________________________________________
39172 [  8579] By: jhi                                   on 2001/01/28  05:15:04
39173         Log: Remove the #8084 effect: do not allow -Q to be interpreted
39174              as -&Q(), this is too much wiggle room.
39175      Branch: maint-5.6/perl
39176            ! toke.c
39177 ____________________________________________________________________________
39178 [  8578] By: jhi                                   on 2001/01/28  05:12:45
39179         Log: Needed bits of #8439 (should have been in #8576),
39180              mainly for lval substr().
39181      Branch: maint-5.6/perl
39182            ! mg.c pp.c pp_hot.c
39183 ____________________________________________________________________________
39184 [  8577] By: jhi                                   on 2001/01/28  05:02:46
39185         Log: A missing check-in.
39186      Branch: maint-5.6/perl
39187            ! utf8.c
39188 ____________________________________________________________________________
39189 [  8576] By: jhi                                   on 2001/01/28  04:26:18
39190         Log: Integrate changes #8425,8436,8439,8517 from mainline.
39191              The 8439 was not truly integrated because it had too many
39192              dependencies on the development branch and because it introduced
39193              concepts too bold for a maintenance branch (such as the qu operator).
39194              
39195              Subject: [PATCH perl@8342] -Wformat
39196              
39197              Tighten some of the UTF-8 tests a bit.
39198              
39199              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
39200              - The substr lval was still not okay.
39201              - Now pp_stringify and sv_setsv copies source's UTF8 flag
39202              even if IN_BYTE.  pp_stringify is called from fold_constants
39203              at optimization phase and "\x{100}" was made SvUTF8_off under
39204              use bytes (the bytes pragma is for "byte semantics" and not
39205              for "do not produce UTF8 data")
39206      Branch: maint-5.6/perl
39207            ! t/lib/charnames.t t/op/substr.t toke.c
39208           !> sv.c t/pragma/utf8.t
39209 ____________________________________________________________________________
39210 [  8575] By: jhi                                   on 2001/01/28  04:01:51
39211         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
39212              
39213              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
39214              
39215              Subject: [ID 20001230.003] UTF-8 tr still hurts
39216              
39217              Test cases for #8385 (from Simon's "torture.pl")
39218              
39219              Start fixing UTF-8 lval substr() (8405)
39220      Branch: maint-5.6/perl
39221           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
39222           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
39223 ____________________________________________________________________________
39224 [  8574] By: jhi                                   on 2001/01/28  03:09:06
39225         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
39226              from mainline.
39227              
39228              UTF-8 cleanup.
39229              
39230              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
39231              
39232              "\x{FF}\xFF" was broken.
39233              
39234              Tests for #8329 and #8330.
39235              
39236              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
39237              
39238              IRIX compiler noticed that the bof initialization might be
39239              bypassed by control flow.
39240              
39241              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
39242      Branch: maint-5.6/perl
39243           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
39244           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
39245 ____________________________________________________________________________
39246 [  8573] By: jhi                                   on 2001/01/28  02:06:12
39247         Log: Retract #8552.
39248      Branch: perl
39249            ! lib/Text/Wrap.pm t/lib/textwrap.t
39250 ____________________________________________________________________________
39251 [  8572] By: jhi                                   on 2001/01/28  02:04:49
39252         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
39253              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
39254              not really integrated but instead salvaged by hand
39255              (they had too many dependencies on the development release
39256              to be cleanly integratable).
39257              
39258              Subject: more UTF8 test suites and an UTF8 patch
39259              
39260              Tweak for MULTIPLICITY/USE_PERLIO
39261              
39262              Signedness nit.
39263              
39264              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
39265              
39266              Use the UTF8_XXX macros in is_utf8_char().
39267              
39268              Rewrite pp_concat() in terms of sv_catsv().  The . operator
39269              should now be UTF-8-proof.
39270              
39271              Subject: [PATCH perl@8269] scanning two hex-constants
39272              fails on EBCDIC environment (script length.t)
39273              
39274              Add some Unicode chop() tests.
39275      Branch: maint-5.6/perl
39276            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
39277           !> sv.c t/op/chop.t utf8.h
39278 ____________________________________________________________________________
39279 [  8571] By: jhi                                   on 2001/01/28  00:35:59
39280         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
39281              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
39282              
39283              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
39284              
39285              The maxiters upper limit sanity check (guarding against
39286              non-progress) assumed bytes instead of characters in s///
39287              and split().
39288              
39289              Signedness nit.
39290              
39291              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
39292              join() should now be UTF-8-proof.
39293              
39294              More split // UTF-8 tests. (8250)
39295      Branch: maint-5.6/perl
39296           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
39297           !> util.c
39298 ____________________________________________________________________________
39299 [  8570] By: jhi                                   on 2001/01/27  22:15:46
39300         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
39301              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
39302              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
39303              8084,8204,8244,8333 from mainline.
39304              
39305              For -Q where Q might be a one-letter sub name one does no more
39306              get a warning about an unknown filetest (7941,7943,7944,8084).
39307              
39308              Subject: Re: [ID 20001130.011] expression parsing bug ?
39309              
39310              Make uv_to_utf8() to zero-terminate its output buffer.
39311              
39312              Split off t/op/length.t (7995)
39313              
39314              Split off t/op/utf8decode.t (7996)
39315              
39316              Remove an unnecessary 'use utf8' from the utf8.t (7998)
39317              
39318              Split off t/op/concat.t (8004)
39319              
39320              Split off t/op/ver.t (8005)
39321              
39322              Document utf8_length(), utf8_distance(), and utf8_hop().
39323              
39324              Document utf8_to_uv() better.
39325              
39326              Introduce macros for UTF8 decoding (8028,8033).
39327              
39328              Add test for reverse() (8030,8031).
39329              
39330              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
39331              
39332              Do not return the Unicode replacement character    on UTF-8
39333              decoding failure.
39334              
39335              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
39336              not this_utf8 i.e. the output string has one, but don't mess
39337              with source assumption. (8052,8053)
39338              
39339              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
39340              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
39341              was not expecting to be called with something that was already
39342              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
39343              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
39344              (8054)
39345              
39346              Recode the naughty binary bytes in utf8decode.t using the \xHH.
39347              
39348              Make some panic messages a bit more logical.
39349      Branch: maint-5.6/perl
39350           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
39351           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
39352           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
39353           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
39354           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
39355           !> utf8.c utf8.h
39356 ____________________________________________________________________________
39357 [  8569] By: jhi                                   on 2001/01/27  19:16:43
39358         Log: Integrate changes #7750 from perlio and #8566 from mainline.
39359      Branch: maint-5.6/perl
39360           !> regexec.c sv.c
39361 ____________________________________________________________________________
39362 [  8568] By: jhi                                   on 2001/01/27  18:06:51
39363         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
39364              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
39365              7935[-perlio.c],7936,7959,7965 from mainline.
39366              
39367              Change the "big byte" error message to "Wide character".
39368              (7355, the croak-if-wide-chars-in-print part ignored)
39369              
39370              Use UINT64_C().
39371              
39372              Introduce Perl_utf8_length().
39373              
39374              diff -se shows these as different (7753, forgotten check-ins)
39375              
39376              Subject: [PATCH] doop.c - UTF8 tr///
39377              
39378              If we use (aTHX_ ...) then put Perl_ on the front.
39379              
39380              Make utf8_length() and utf8_distance() to be less forgiving
39381              about bad UTF-8.
39382              
39383              Test line numbers are different with utf8.
39384              
39385              No need to scan till infinity, 13 is enough. (7872,7911)
39386              
39387              Subject: [PATCH] Tokeniser debugging
39388              
39389              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
39390              
39391              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
39392              
39393              Be more careful in Perl_sv_utf8_downgrade().
39394              
39395              Use DO_UTF8().
39396              
39397              Raw zero bytes in text files confuse at least GNU patch 2.1.
39398      Branch: maint-5.6/perl
39399           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
39400           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
39401           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
39402           !> t/pragma/utf8.t toke.c utf8.c utf8.h
39403 ____________________________________________________________________________
39404 [  8567] By: nick                                  on 2001/01/27  11:10:38
39405         Log: Integrate mainline
39406      Branch: perlio
39407           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
39408           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
39409           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
39410           !> toke.c
39411 ____________________________________________________________________________
39412 [  8566] By: jhi                                   on 2001/01/27  06:22:48
39413         Log: More documentation for the regexp context stack.
39414      Branch: perl
39415            ! regexec.c
39416 ____________________________________________________________________________
39417 [  8565] By: jhi                                   on 2001/01/27  05:21:57
39418         Log: Update Changes.
39419      Branch: perl
39420            ! Changes patchlevel.h
39421 ____________________________________________________________________________
39422 [  8564] By: jhi                                   on 2001/01/27  04:44:04
39423         Log: Threadedness patch for #8562 from Doug MacEachern.
39424      Branch: perl
39425            ! toke.c
39426 ____________________________________________________________________________
39427 [  8563] By: jhi                                   on 2001/01/27  04:26:24
39428         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
39429              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
39430              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
39431              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
39432      Branch: perl
39433            ! op.c
39434 ____________________________________________________________________________
39435 [  8562] By: jhi                                   on 2001/01/27  04:20:30
39436         Log: Subject: Re: Announce : Tokener reporting patch
39437              From: Simon Cozens <simon@cozens.net>
39438              Date: Mon, 22 Jan 2001 02:17:22 +0000
39439              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
39440      Branch: perl
39441            ! embed.h embed.pl proto.h toke.c
39442 ____________________________________________________________________________
39443 [  8561] By: jhi                                   on 2001/01/27  04:17:24
39444         Log: Forgot from #8545.  Oops.
39445      Branch: perl
39446            ! pp.c t/pragma/overload.t
39447 ____________________________________________________________________________
39448 [  8560] By: jhi                                   on 2001/01/27  03:01:47
39449         Log: A better module compilation test, use MANIFEST as suggested
39450              by Spider.
39451      Branch: perl
39452            ! t/lib/1_compile.t
39453 ____________________________________________________________________________
39454 [  8559] By: jhi                                   on 2001/01/27  02:50:48
39455         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
39456              From: Peter Prymmer <pvhp@forte.com>
39457              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
39458              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
39459      Branch: perl
39460            ! t/lib/b.t
39461 ____________________________________________________________________________
39462 [  8558] By: jhi                                   on 2001/01/27  02:27:05
39463         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
39464              From: Peter Prymmer <pvhp@forte.com>
39465              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
39466              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
39467      Branch: perl
39468            ! t/pragma/sub_lval.t
39469 ____________________________________________________________________________
39470 [  8557] By: jhi                                   on 2001/01/27  02:26:03
39471         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
39472              From: Peter Prymmer <pvhp@forte.com>
39473              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
39474              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
39475      Branch: perl
39476            ! t/lib/st-06compat.t
39477 ____________________________________________________________________________
39478 [  8556] By: jhi                                   on 2001/01/27  02:24:33
39479         Log: Subject: [PATCH: perl@8531] minor update to README.os390
39480              From: Peter Prymmer <pvhp@forte.com>
39481              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
39482              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
39483      Branch: perl
39484            ! README.os390
39485 ____________________________________________________________________________
39486 [  8555] By: jhi                                   on 2001/01/27  00:35:47
39487         Log: No point in checking the length before we know whether the pointer
39488              is bogus or not, fixes Abigail's odbm failures in Linux.
39489      Branch: perl
39490            ! sv.c
39491 ____________________________________________________________________________
39492 [  8554] By: nick                                  on 2001/01/26  19:01:31
39493         Log: Integrate mainline
39494      Branch: perlio
39495           !> lib/Text/Wrap.pm t/lib/textwrap.t
39496 ____________________________________________________________________________
39497 [  8553] By: jhi                                   on 2001/01/26  15:19:39
39498         Log: Integrate change #7792 from perlio (multiplicity fix),
39499              fix the AV leak in regex DEBUGGING (tiny part of the
39500              polymorphic regexp patch #8143).
39501      Branch: maint-5.6/perl
39502            ! regcomp.c
39503           !> scope.h
39504 ____________________________________________________________________________
39505 [  8552] By: jhi                                   on 2001/01/26  15:03:23
39506         Log: (Retracted by #8573)
39507              
39508              Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
39509              From: Michael G Schwern <schwern@pobox.com>
39510              Date: Fri, 26 Jan 2001 09:28:31 -0500
39511              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
39512      Branch: perl
39513            ! lib/Text/Wrap.pm t/lib/textwrap.t
39514 ____________________________________________________________________________
39515 [  8551] By: jhi                                   on 2001/01/26  02:33:19
39516         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
39517              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
39518              
39519              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
39520              
39521              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
39522              
39523              Message nit.
39524              
39525              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
39526              
39527              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
39528              
39529              (the cleanup of unused submatches in regtry() and regcppop())
39530              
39531              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
39532              stored and restored, and thusly was trounced by the utf8 swash
39533              routines.
39534              
39535              use utf8 not required to use \x{}.
39536              
39537              Removed two more tests that make no sense in UTF-8 since the test
39538              data is not in UTF-8.
39539              
39540              Get the three different space character classes right under utf8.
39541              
39542              Implement ANYOFUTF8 regprop() dumping.
39543              
39544              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
39545              
39546              Document the regex context pushing/popping a bit better.
39547      Branch: maint-5.6/perl
39548           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
39549           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
39550           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
39551           !> t/op/regmesg.t utf8.c
39552 ____________________________________________________________________________
39553 [  8550] By: nick                                  on 2001/01/25  19:42:30
39554         Log: Integrate mainline
39555      Branch: perlio
39556           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
39557           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
39558           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
39559           !> t/lib/bigint.t t/lib/bigintpm.t
39560 ____________________________________________________________________________
39561 [  8549] By: jhi                                   on 2001/01/25  15:22:28
39562         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
39563      Branch: maint-5.6/perl
39564            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
39565 ____________________________________________________________________________
39566 [  8548] By: jhi                                   on 2001/01/25  15:02:55
39567         Log: Integrate changes #7997,8063,8492,8547 from mainline.
39568              
39569              Subject: Re: STRLEN - what?
39570              
39571              Subject: [PATCH] perlguts.pod
39572              
39573              Memory management calls documentation.
39574              
39575              Layout using tabulator is not a good idea in a pod.
39576      Branch: maint-5.6/perl
39577           !> pod/perlguts.pod
39578 ____________________________________________________________________________
39579 [  8547] By: jhi                                   on 2001/01/25  14:49:05
39580         Log: Layout using tabulator is not a good idea in a pod.
39581      Branch: perl
39582            ! pod/perlguts.pod
39583 ____________________________________________________________________________
39584 [  8546] By: jhi                                   on 2001/01/25  14:31:12
39585         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
39586              from mainline.
39587              
39588              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39589              
39590              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
39591              
39592              More Win32 editor/IDE/shell hints.
39593              
39594              More Win32 Perling.
39595              
39596              Yet another editor edit.
39597              
39598              Edit edit edit.
39599              
39600              IDE/editor section tweaking.
39601              
39602              Few more IDE/editor nits from p5p.
39603      Branch: maint-5.6/perl
39604           !> pod/perlfaq3.pod
39605 ____________________________________________________________________________
39606 [  8545] By: jhi                                   on 2001/01/25  04:16:32
39607         Log: Subject: [PATCH 5.7.0] overload int()
39608              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39609              Date: Wed, 24 Jan 2001 19:06:57 -0500
39610              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
39611      Branch: perl
39612            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
39613            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
39614            ! t/lib/bigintpm.t
39615 ____________________________________________________________________________
39616 [  8544] By: jhi                                   on 2001/01/25  04:15:11
39617         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
39618              From: Peter Prymmer <pvhp@forte.com>
39619              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
39620              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
39621      Branch: perl
39622            ! Makefile.SH README.os390 hints/os390.sh installperl
39623 ____________________________________________________________________________
39624 [  8543] By: jhi                                   on 2001/01/25  03:52:08
39625         Log: Integrate change #8462,8469 from mainline.
39626              
39627              In VMS Perl subversion (perl -V) is undef.
39628      Branch: maint-5.6/perl
39629           !> configure.com
39630 ____________________________________________________________________________
39631 [  8542] By: jhi                                   on 2001/01/25  03:44:55
39632         Log: Integrate changes #7835,7850,8315,8316 from mainline.
39633              
39634              Solaris hints.
39635      Branch: maint-5.6/perl
39636           !> hints/solaris_2.sh
39637 ____________________________________________________________________________
39638 [  8541] By: jhi                                   on 2001/01/25  03:39:28
39639         Log: Integrate #8336 from mainline.
39640      Branch: maint-5.6/perl
39641           !> hv.c
39642 ____________________________________________________________________________
39643 [  8540] By: jhi                                   on 2001/01/25  03:23:50
39644         Log: Retract #8539.
39645      Branch: maint-5.6/perl
39646            ! pod/perlfaq3.pod
39647 ____________________________________________________________________________
39648 [  8539] By: jhi                                   on 2001/01/25  03:21:55
39649         Log: (Retracted by #8540.)
39650      Branch: maint-5.6/perl
39651            ! pod/perlfaq3.pod
39652 ____________________________________________________________________________
39653 [  8538] By: jhi                                   on 2001/01/25  03:14:07
39654         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
39655              From: Peter Prymmer <pvhp@forte.com>
39656              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
39657              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
39658              
39659              The VMS bits.
39660      Branch: maint-5.6/perl
39661            ! configure.com vms/descrip_mms.template
39662 ____________________________________________________________________________
39663 [  8537] By: jhi                                   on 2001/01/25  03:06:09
39664         Log: Integrate #7710,7824,7973 from mainline.
39665      Branch: maint-5.6/perl
39666           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39667           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
39668           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
39669           !> vos/config.ga.def vos/config.ga.h win32/config.bc
39670           !> win32/config.gc win32/config.vc
39671 ____________________________________________________________________________
39672 [  8536] By: jhi                                   on 2001/01/24  13:50:20
39673         Log: Revert the edits made by me so far to the 5.6 branch since
39674              the TRIAL1 since I did edits when I should have been using
39675              integrates.  Bad programmer.   (Will integrate them properly later.)
39676              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
39677              The #8353 will not be reapplied at least for now since
39678              the UTF-8 hash keys need more thinking.
39679              (The patches #8347, #8354, #8454, #8473 were okay since they
39680              were original edits made specifically for the 5.6.1-TRIAL1.)
39681      Branch: maint-5.6/perl
39682            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39683            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
39684            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
39685            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
39686            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
39687            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
39688            ! win32/config.bc win32/config.gc win32/config.vc
39689 ____________________________________________________________________________
39690 [  8535] By: bailey                                on 2001/01/24  06:37:02
39691         Log: SYN SYN
39692      Branch: vmsperl
39693           +> (branch 26 files)
39694           !> (integrate 130 files)
39695 ____________________________________________________________________________
39696 [  8534] By: nick                                  on 2001/01/23  19:30:57
39697         Log: Integrate mainline.
39698      Branch: perlio
39699           !> Changes Configure Porting/Glossary Porting/config.sh
39700           !> Porting/config_H embed.h embed.pl ext/Encode/compile
39701           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
39702           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
39703           !> pod/perlvar.pod proto.h t/lib/1_compile.t
39704 ____________________________________________________________________________
39705 [  8533] By: jhi                                   on 2001/01/23  16:15:46
39706         Log: Forgotten from #8501.
39707      Branch: perl
39708            ! Porting/Glossary Porting/config.sh Porting/config_H
39709 ____________________________________________________________________________
39710 [  8532] By: jhi                                   on 2001/01/23  16:13:27
39711         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
39712              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39713              Date: Mon, 22 Jan 2001 17:51:58 +0100
39714              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
39715      Branch: perl
39716            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
39717 ____________________________________________________________________________
39718 [  8531] By: jhi                                   on 2001/01/23  15:46:01
39719         Log: Update Changes.
39720      Branch: perl
39721            ! Changes patchlevel.h
39722 ____________________________________________________________________________
39723 [  8530] By: jhi                                   on 2001/01/23  15:38:39
39724         Log: De-cut-and-pasto.
39725      Branch: perl
39726            ! t/lib/1_compile.t
39727 ____________________________________________________________________________
39728 [  8529] By: jhi                                   on 2001/01/23  15:11:04
39729         Log: Document the mkdir trailing slashes case.
39730      Branch: perl
39731            ! pod/perlfunc.pod
39732 ____________________________________________________________________________
39733 [  8528] By: jhi                                   on 2001/01/23  15:08:28
39734         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
39735              get installed:
39736              
39737              Subject: lib/lib.pm
39738              From: <abigail@foad.org>
39739              Date: Mon, 28 Aug 2000 20:35:08 -0400
39740              Message-ID: <20000829003508.21281.qmail@foad.org>
39741      Branch: perl
39742            ! installperl
39743 ____________________________________________________________________________
39744 [  8527] By: jhi                                   on 2001/01/23  14:44:04
39745         Log: Metaconfig unit change for #8526.
39746      Branch: metaconfig
39747            ! U/threads/archname.U
39748 ____________________________________________________________________________
39749 [  8526] By: jhi                                   on 2001/01/23  14:43:19
39750         Log: Attach -perlio to the archname if so selected.
39751      Branch: perl
39752            ! Configure
39753 ____________________________________________________________________________
39754 [  8525] By: jhi                                   on 2001/01/23  14:24:01
39755         Log: Subject: [PATCH] pod/perlvar.pod
39756              From: abigail@foad.org
39757              Date: Tue, 23 Jan 2001 01:41:10 +0100
39758              Message-ID: <20010123004110.22259.qmail@foad.org>
39759      Branch: perl
39760            ! pod/perlvar.pod
39761 ____________________________________________________________________________
39762 [  8524] By: jhi                                   on 2001/01/23  14:22:32
39763         Log: A bug introduced in #8217 (the undefined variable in the
39764              lib/safe1_t #3) fixed, by Charles Lane:
39765              
39766              The earlier patch made it so that stuff running in Safe
39767              compartments could do a "caller" and see "main".  That
39768              little change in name is done right before the code in
39769              the compartment is run, and apparantly the parser
39770              was picking up the stash name before it got changed.
39771              
39772              (why it was threaded vs. unthreaded Perl that was sensitive to this
39773              I still don't know...and it probably doesn't matter).
39774              
39775              I tryed removing the stash name-change and saw that threaded Perl
39776              did indeed pass the lib/safe1.t tests.
39777              
39778              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
39779              do the name change (and to connect _ in the compartment to the global
39780              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
39781              to call _safe_pkg_prep when creating a new compartment.
39782              
39783              Passes all tests with threaded perl on linux; passes all tests
39784              with unthreaded perl on VMS.
39785              
39786              At some point I'll probably want to revisit Safe and Opcode to
39787              provide more sensible handling of global variables...and to get
39788              formats working in Safe compartments, which they don't do currently.
39789      Branch: perl
39790            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
39791 ____________________________________________________________________________
39792 [  8523] By: jhi                                   on 2001/01/23  14:11:58
39793         Log: Also the lib/Thread.pm itself needs to be ignored if
39794              the Thread extension hasn't been built.
39795      Branch: perl
39796            ! t/lib/1_compile.t
39797 ____________________________________________________________________________
39798 [  8522] By: jhi                                   on 2001/01/23  13:51:28
39799         Log: print() instead of warn() so that stderr doesn't get
39800              unncessarily polluted.
39801      Branch: perl
39802            ! ext/Encode/compile
39803 ____________________________________________________________________________
39804 [  8521] By: jhi                                   on 2001/01/23  13:49:48
39805         Log: Integrate perlio.
39806      Branch: perl
39807           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
39808           !> ext/Encode/encode.h
39809 ____________________________________________________________________________
39810 [  8520] By: nick                                  on 2001/01/22  21:44:00
39811         Log: More messing with Encode:
39812              Extra fields in header to allow multiple names and to record
39813              other things "compile" knows.
39814              Re-organise compile to factor out common output routines.
39815      Branch: perlio
39816            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
39817 ____________________________________________________________________________
39818 [  8519] By: nick                                  on 2001/01/22  20:33:50
39819         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
39820      Branch: perlio
39821            ! ext/Encode/Makefile.PL ext/Encode/compile
39822 ____________________________________________________________________________
39823 [  8518] By: nick                                  on 2001/01/22  20:28:13
39824         Log: Integrate mainline
39825      Branch: perlio
39826           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
39827           !> vos/config.alpha.def vos/config.alpha.h
39828 ____________________________________________________________________________
39829 [  8517] By: jhi                                   on 2001/01/22  15:37:17
39830         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
39831              by Inaba Hiroto.
39832      Branch: perl
39833            ! sv.c
39834 ____________________________________________________________________________
39835 [  8516] By: jhi                                   on 2001/01/22  14:55:15
39836         Log: More SIG_SIZE fixes.
39837      Branch: perl
39838            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
39839 ____________________________________________________________________________
39840 [  8515] By: jhi                                   on 2001/01/22  14:50:27
39841         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
39842              From: "Craig A. Berry" <craigberry@mac.com>
39843              Date: Mon, 22 Jan 2001 00:42:24 -0600
39844              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
39845      Branch: perl
39846            ! configure.com
39847 ____________________________________________________________________________
39848 [  8514] By: jhi                                   on 2001/01/22  14:31:17
39849         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
39850              From: "Craig A. Berry" <craigberry@mac.com>
39851              Date: Sun, 21 Jan 2001 23:03:25 -0600
39852              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
39853      Branch: perl
39854            ! configure.com
39855 ____________________________________________________________________________
39856 [  8513] By: jhi                                   on 2001/01/22  14:14:00
39857         Log: Add the .ucm encoding tables to the MANIFEST.
39858      Branch: perl
39859            ! MANIFEST
39860 ____________________________________________________________________________
39861 [  8512] By: jhi                                   on 2001/01/22  13:43:33
39862         Log: Integrate perlio.
39863      Branch: perl
39864           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39865           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39866           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39867           +> ext/Encode/Encode/iso8859-10.ucm
39868           +> ext/Encode/Encode/iso8859-13.ucm
39869           +> ext/Encode/Encode/iso8859-14.ucm
39870           +> ext/Encode/Encode/iso8859-15.ucm
39871           +> ext/Encode/Encode/iso8859-16.ucm
39872           +> ext/Encode/Encode/iso8859-2.ucm
39873           +> ext/Encode/Encode/iso8859-3.ucm
39874           +> ext/Encode/Encode/iso8859-4.ucm
39875           +> ext/Encode/Encode/iso8859-5.ucm
39876           +> ext/Encode/Encode/iso8859-6.ucm
39877           +> ext/Encode/Encode/iso8859-7.ucm
39878           +> ext/Encode/Encode/iso8859-8.ucm
39879           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39880           +> ext/Encode/Encode/symbol.ucm
39881           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
39882           !> perliol.h
39883 ____________________________________________________________________________
39884 [  8511] By: nick                                  on 2001/01/21  23:44:47
39885         Log: Make "real" layers of ":utf8" and ":raw".
39886              So now PERLIO=utf8 perl ...
39887              does what Andreas wanted.
39888              Fix arg passing in open.pm (still have a Carp issue).
39889      Branch: perlio
39890            ! lib/open.pm perlio.c perliol.h
39891 ____________________________________________________________________________
39892 [  8510] By: jhi                                   on 2001/01/21  22:56:53
39893         Log: Document the regex content pushing/popping a bit better.
39894      Branch: perl
39895            ! regexec.c
39896 ____________________________________________________________________________
39897 [  8509] By: jhi                                   on 2001/01/21  22:55:44
39898         Log: Tweak the mkdir trailing slash code some more.
39899              
39900              TO DO: the same handling should probably be done for
39901              all the other filesystem functions that can have directories
39902              as their arguments.
39903      Branch: perl
39904            ! pp_sys.c
39905 ____________________________________________________________________________
39906 [  8508] By: nick                                  on 2001/01/21  21:37:43
39907         Log: Switch "compiled in" encodings to .ucm format.
39908              (Leave others as .enc till we can run-time load .ucm,
39909              or find some other way to load them.)
39910      Branch: perlio
39911            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
39912            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
39913            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
39914            + ext/Encode/Encode/iso8859-10.ucm
39915            + ext/Encode/Encode/iso8859-13.ucm
39916            + ext/Encode/Encode/iso8859-14.ucm
39917            + ext/Encode/Encode/iso8859-15.ucm
39918            + ext/Encode/Encode/iso8859-16.ucm
39919            + ext/Encode/Encode/iso8859-2.ucm
39920            + ext/Encode/Encode/iso8859-3.ucm
39921            + ext/Encode/Encode/iso8859-4.ucm
39922            + ext/Encode/Encode/iso8859-5.ucm
39923            + ext/Encode/Encode/iso8859-6.ucm
39924            + ext/Encode/Encode/iso8859-7.ucm
39925            + ext/Encode/Encode/iso8859-8.ucm
39926            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
39927            + ext/Encode/Encode/symbol.ucm
39928            ! ext/Encode/Makefile.PL ext/Encode/compile
39929 ____________________________________________________________________________
39930 [  8507] By: nick                                  on 2001/01/21  21:02:03
39931         Log: Integrate (partial) mainline.
39932      Branch: perlio
39933           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
39934           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
39935           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
39936 ____________________________________________________________________________
39937 [  8506] By: jhi                                   on 2001/01/21  20:09:30
39938         Log: Update Changes.
39939      Branch: perl
39940            ! Changes patchlevel.h
39941 ____________________________________________________________________________
39942 [  8505] By: jhi                                   on 2001/01/21  19:39:59
39943         Log: Subject: Minor typos in perlfaq2.pod
39944              From: "Stephen P. Potter" <spp@spotter.yi.org>
39945              Message-Id: <200101192101.QAA11911@spotter.yi.org>
39946              Date: Fri, 19 Jan 2001 16:01:13 -0500
39947              
39948              with a nit from Philip Netwon.
39949      Branch: perl
39950            ! pod/perlfaq2.pod
39951 ____________________________________________________________________________
39952 [  8504] By: jhi                                   on 2001/01/21  19:33:05
39953         Log: Metaconfig change for #8503.
39954      Branch: metaconfig
39955            ! U/threads/usethreads.U
39956 ____________________________________________________________________________
39957 [  8503] By: jhi                                   on 2001/01/21  19:32:21
39958         Log: Sanity check for conflicting thread flavours.
39959      Branch: perl
39960            ! Configure config_h.SH
39961 ____________________________________________________________________________
39962 [  8502] By: jhi                                   on 2001/01/21  19:23:00
39963         Log: Metaconfig change for #8501.
39964      Branch: metaconfig
39965            ! U/modified/sig_name.U
39966 ____________________________________________________________________________
39967 [  8501] By: jhi                                   on 2001/01/21  19:22:26
39968         Log: The SIG_SIZE is the number of the elements *excluding*
39969              the terminating NULL.
39970      Branch: perl
39971            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
39972            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
39973            ! win32/config_H.vc
39974 ____________________________________________________________________________
39975 [  8500] By: jhi                                   on 2001/01/21  18:31:31
39976         Log: Integrate perlio.
39977      Branch: perl
39978           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
39979           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
39980           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
39981           !> pp_sys.c proto.h sv.c
39982 ____________________________________________________________________________
39983 [  8499] By: jhi                                   on 2001/01/21  17:43:57
39984         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
39985              From: Hugo <hv@crypt.compulink.co.uk>
39986              Date: Sun, 21 Jan 2001 13:34:05 +0000
39987              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
39988              
39989              In sprintf UTF8ize only if necessary.
39990      Branch: perl
39991            ! sv.c
39992 ____________________________________________________________________________
39993 [  8498] By: nick                                  on 2001/01/21  16:25:32
39994         Log: Encode cleanup.
39995              Add command line control over "compile" so that Makefile.PL
39996              needs can be combined with other uses.
39997              Use command line options in Makefile.PL.
39998              Fix multi-byte parsing in .ucm files.
39999      Branch: perlio
40000            ! ext/Encode/Makefile.PL ext/Encode/compile
40001 ____________________________________________________________________________
40002 [  8497] By: nick                                  on 2001/01/21  12:56:27
40003         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
40004      Branch: perlio
40005            ! ext/Encode/Encode.xs
40006 ____________________________________________________________________________
40007 [  8496] By: nick                                  on 2001/01/21  12:18:45
40008         Log: Fixup after integrate:
40009              missed the .sym files that are changed by regen_headers
40010              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
40011      Branch: perlio
40012            ! global.sym pp.sym sv.c
40013 ____________________________________________________________________________
40014 [  8495] By: nick                                  on 2001/01/21  11:51:07
40015         Log: Integrate mainline.
40016      Branch: perlio
40017           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
40018           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
40019           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
40020           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
40021           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
40022           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
40023           !> win32/Makefile win32/makefile.mk
40024 ____________________________________________________________________________
40025 [  8494] By: jhi                                   on 2001/01/20  23:12:11
40026         Log: Forgot the expect_number() prototype.
40027      Branch: perl
40028            ! embed.h embed.pl proto.h
40029 ____________________________________________________________________________
40030 [  8493] By: jhi                                   on 2001/01/20  22:56:39
40031         Log: Subject: [PATCH: perl@8482] README.vms URL updates
40032              From: Peter Prymmer <pvhp@forte.com>
40033              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
40034              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
40035              
40036              Plus Craig A. Berry's suggestion to use compaq.com instead
40037              of digital.com.
40038      Branch: perl
40039            ! README.vms
40040 ____________________________________________________________________________
40041 [  8492] By: jhi                                   on 2001/01/20  22:50:05
40042         Log: Memory management calls documentation.
40043      Branch: perl
40044            ! pod/perlguts.pod
40045 ____________________________________________________________________________
40046 [  8491] By: jhi                                   on 2001/01/20  22:38:33
40047         Log: Signedness nit plus few memcpy/Copy nits.
40048      Branch: perl
40049            ! sv.c
40050 ____________________________________________________________________________
40051 [  8490] By: jhi                                   on 2001/01/20  22:25:53
40052         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
40053              From: Peter Prymmer <pvhp@forte.com>
40054              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
40055              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
40056      Branch: perl
40057            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
40058 ____________________________________________________________________________
40059 [  8489] By: jhi                                   on 2001/01/20  22:24:41
40060         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
40061              From: Peter Prymmer <pvhp@forte.com>
40062              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
40063              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
40064      Branch: perl
40065            ! win32/Makefile win32/makefile.mk
40066 ____________________________________________________________________________
40067 [  8488] By: jhi                                   on 2001/01/20  22:22:27
40068         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
40069              From: Peter Prymmer <pvhp@forte.com>
40070              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
40071              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
40072      Branch: perl
40073            ! Makefile.SH
40074 ____________________________________________________________________________
40075 [  8487] By: jhi                                   on 2001/01/20  22:21:18
40076         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
40077              From: Peter Prymmer <pvhp@forte.com>
40078              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
40079              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
40080      Branch: perl
40081            + ext/DynaLoader/dl_dllload.xs
40082            ! MANIFEST Makefile.SH hints/os390.sh
40083 ____________________________________________________________________________
40084 [  8486] By: jhi                                   on 2001/01/20  22:17:53
40085         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
40086              From: Peter Prymmer <pvhp@forte.com>
40087              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
40088              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
40089      Branch: perl
40090            ! README.os390 README.posix-bc
40091 ____________________________________________________________________________
40092 [  8485] By: jhi                                   on 2001/01/20  20:15:30
40093         Log: Document and test the new qu operator.
40094      Branch: perl
40095            + t/op/qu.t
40096            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
40097            ! pod/perlretut.pod pod/perlunicode.pod
40098 ____________________________________________________________________________
40099 [  8484] By: nick                                  on 2001/01/20  19:42:30
40100         Log: Infrastructure to allow:
40101              open($fh,"|-",@array);
40102              to be implemented
40103              i.e. mark pp_open as needing a stack mark, and make pp_open
40104              process its args in that style (and pass them _all_ to tied handles OPEN).
40105              Invent do_openn() which takes SV ** at allow it to see multiple args.
40106              Note this does not _do_ anything yet.
40107      Branch: perlio
40108            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
40109            ! perlapi.c pp_proto.h pp_sys.c proto.h
40110 ____________________________________________________________________________
40111 [  8483] By: nick                                  on 2001/01/20  17:23:14
40112         Log: Integrate mainline.
40113      Branch: perlio
40114           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
40115           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
40116 ____________________________________________________________________________
40117 [  8482] By: jhi                                   on 2001/01/19  15:37:49
40118         Log: Update Changes.
40119      Branch: perl
40120            ! Changes patchlevel.h
40121 ____________________________________________________________________________
40122 [  8481] By: jhi                                   on 2001/01/19  14:41:24
40123         Log: Subject: Re: new feature: s?printf parameter reordering 
40124              From: Hugo <hv@crypt.compulink.co.uk>
40125              Date: Thu, 11 Jan 2001 17:09:03 +0000
40126              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
40127              
40128              - support reordering for all parameters: %, *v, *, .*
40129              - lay down that the reordering specification must immediately
40130              follow that parameter: %3$, *v3$, *3$, .*3$
40131              - fix vectorisation of a zero-length string
40132              - factor out the code choosing the argument to format
40133              
40134              Possibly unwanted side-effects:
40135              - the special format specifiers ' +-0' must now precede any
40136              vectorisation specifier. Tests in op/sprintf and op/ver
40137              have been changed to reflect this.
40138              - sprintf.t test #214 changed its expectations because in many
40139              cases, the next parameter has already been consumed when an
40140              invalid type letter is detected.
40141              
40142              Probably wanted side-effects:
40143              - attempts to format a non-existent parameter will warn as if C<undef>
40144              - attempt to write to non-existent parameter with '%n' will complain
40145              of "attempt to modify read-only value" instead of being silent
40146      Branch: perl
40147            ! sv.c t/op/sprintf.t t/op/ver.t
40148 ____________________________________________________________________________
40149 [  8480] By: jhi                                   on 2001/01/19  14:08:37
40150         Log: Subject: PATCH pragma/locale.t
40151              From: andreas.koenig@anima.de (Andreas J. Koenig)
40152              Date: 18 Jan 2001 09:45:37 +0100
40153              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
40154      Branch: perl
40155            ! t/pragma/locale.t
40156 ____________________________________________________________________________
40157 [  8479] By: jhi                                   on 2001/01/19  13:19:58
40158         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
40159      Branch: perl
40160            ! configure.com
40161 ____________________________________________________________________________
40162 [  8478] By: jhi                                   on 2001/01/19  02:12:35
40163         Log: Automate 1_compile.t.
40164      Branch: perl
40165            ! t/lib/1_compile.t
40166 ____________________________________________________________________________
40167 [  8477] By: jhi                                   on 2001/01/19  01:49:56
40168         Log: Integrate perlio.
40169      Branch: perl
40170           !> sv.c win32/config.bc win32/config.gc win32/config.vc
40171           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
40172 ____________________________________________________________________________
40173 [  8476] By: nick                                  on 2001/01/18  21:51:52
40174         Log: Integrate mainline
40175      Branch: perlio
40176           +> t/lib/1_compile.t t/lib/compmod.pl
40177           !> MANIFEST configure.com lib/unicode/distinct.pm
40178 ____________________________________________________________________________
40179 [  8475] By: nick                                  on 2001/01/18  21:48:02
40180         Log: Win32 "safe signals" co-existance fix.
40181              Fix SIG_SIZE value.
40182              Clear PL_sig_pending when cloning (fork).
40183      Branch: perlio
40184            ! sv.c win32/config.bc win32/config.gc win32/config.vc
40185            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40186 ____________________________________________________________________________
40187 [  8474] By: jhi                                   on 2001/01/18  14:40:57
40188         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
40189      Branch: perl
40190            ! t/lib/1_compile.t
40191 ____________________________________________________________________________
40192 [  8473] By: gsar                                  on 2001/01/18  11:42:31
40193         Log: unsubmitted trial1 change
40194      Branch: maint-5.6/perl
40195            ! Changes
40196 ____________________________________________________________________________
40197 [  8472] By: jhi                                   on 2001/01/18  04:30:24
40198         Log: The first bug found by 1_compile.t.
40199      Branch: perl
40200            ! lib/unicode/distinct.pm
40201 ____________________________________________________________________________
40202 [  8471] By: jhi                                   on 2001/01/18  04:29:42
40203         Log: Add Schwern's 1_compile test.  The compile_module script renamed
40204              to be a bit shorter for the 8.3 people.
40205      Branch: perl
40206            + t/lib/1_compile.t t/lib/compmod.pl
40207            ! MANIFEST
40208 ____________________________________________________________________________
40209 [  8470] By: jhi                                   on 2001/01/18  04:16:00
40210         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)
40211              From: Peter Prymmer <pvhp@forte.com>
40212              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
40213              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
40214              Replace #8463.
40215      Branch: maint-5.6/perl
40216            ! configure.com
40217 ____________________________________________________________________________
40218 [  8469] By: jhi                                   on 2001/01/18  04:13:02
40219         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)
40220              From: Peter Prymmer <pvhp@forte.com>
40221              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
40222              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
40223              Replace #8462.
40224      Branch: perl
40225            ! configure.com
40226 ____________________________________________________________________________
40227 [  8468] By: jhi                                   on 2001/01/18  03:42:08
40228         Log: Integrate perlio.
40229      Branch: perl
40230           !> gv.c mg.c perlio.c util.c
40231 ____________________________________________________________________________
40232 [  8467] By: nick                                  on 2001/01/17  22:41:10
40233         Log: "Safe" signals - trial implementation.
40234              gv.c tweaked to zero PL_sig_pend array
40235              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
40236              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
40237              Odd thing is that it "works" with PERLIO=stdio as well (linux).
40238      Branch: perlio
40239            ! gv.c mg.c perlio.c util.c
40240 ____________________________________________________________________________
40241 [  8466] By: nick                                  on 2001/01/17  20:40:20
40242         Log: Integrate mainline.
40243      Branch: perlio
40244           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40245           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
40246           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
40247           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40248           !> vos/config.ga.h win32/config.bc win32/config.gc
40249           !> win32/config.vc
40250 ____________________________________________________________________________
40251 [  8465] By: jhi                                   on 2001/01/17  18:37:13
40252         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
40253              From: Nicholas Clark <nick@ccl4.org>
40254              Date: Wed, 17 Jan 2001 17:31:33 +0000
40255              Message-ID: <20010117173133.I2633@plum.flirble.org>
40256      Branch: perl
40257            ! t/op/int.t
40258 ____________________________________________________________________________
40259 [  8464] By: jhi                                   on 2001/01/17  14:43:17
40260         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
40261              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40262              Date: Wed, 17 Jan 2001 15:16:43 +0100
40263              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
40264              
40265              pp_int() was dropping an NV to the floor,
40266              int(279964589018079/59) either returned not an integer
40267              4745162525730.15, or one got "Attempt to free unreferenced scalar."
40268      Branch: perl
40269            ! pp.c
40270 ____________________________________________________________________________
40271 [  8463] By: jhi                                   on 2001/01/17  06:12:42
40272         Log: (Replaced by #8470)
40273              
40274              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)
40275              From: "Craig A. Berry" <craigberry@mac.com>
40276              Date: Tue, 16 Jan 2001 23:38:46 -0600
40277              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
40278      Branch: maint-5.6/perl
40279            ! configure.com
40280 ____________________________________________________________________________
40281 [  8462] By: jhi                                   on 2001/01/17  06:11:31
40282         Log: (Replaced by #8469)
40283              
40284              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)
40285              From: "Craig A. Berry" <craigberry@mac.com>
40286              Date: Tue, 16 Jan 2001 23:38:46 -0600
40287              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
40288      Branch: perl
40289            ! configure.com
40290 ____________________________________________________________________________
40291 [  8461] By: jhi                                   on 2001/01/17  05:56:12
40292         Log: Allow for one trailing slash in the directory of mkdir().
40293      Branch: perl
40294            ! pp_sys.c
40295 ____________________________________________________________________________
40296 [  8460] By: jhi                                   on 2001/01/17  03:26:01
40297         Log: Metaconfig unit changes for #8459.
40298      Branch: metaconfig
40299            ! U/modified/Loc.U U/modified/sig_name.U
40300 ____________________________________________________________________________
40301 [  8459] By: jhi                                   on 2001/01/17  03:24:48
40302         Log: Define SIG_SIZE, the number of elements in the sig_name and
40303              sig_num arrays, including the final NULL entry.
40304      Branch: perl
40305            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40306            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
40307            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
40308            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40309            ! win32/config.bc win32/config.gc win32/config.vc
40310 ____________________________________________________________________________
40311 [  8458] By: jhi                                   on 2001/01/17  01:41:33
40312         Log: Integrate perlio.
40313      Branch: perl
40314           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
40315           !> perlapi.h proto.h sv.c
40316 ____________________________________________________________________________
40317 [  8457] By: nick                                  on 2001/01/16  22:07:26
40318         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
40319              Provides all the "cost" but no benefit yet - it is to allow cost
40320              to be measured, and implementation experiments (just in mg.c?).
40321      Branch: perlio
40322            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
40323            ! perlapi.h proto.h sv.c
40324 ____________________________________________________________________________
40325 [  8456] By: nick                                  on 2001/01/16  21:07:07
40326         Log: Integrate mainline.
40327      Branch: perlio
40328           !> (integrate 51 files)
40329 ____________________________________________________________________________
40330 [  8455] By: jhi                                   on 2001/01/16  18:13:43
40331         Log: Subject: [PATCH] regcomp.c old feature removal
40332              From: mjd@plover.com
40333              Date: 16 Jan 2001 14:43:18 -0000 
40334              Message-ID: <20010116144318.7140.qmail@plover.com> 
40335      Branch: perl
40336            ! regcomp.c
40337 ____________________________________________________________________________
40338 [  8454] By: jhi                                   on 2001/01/16  16:12:39
40339         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
40340              From: "Indy Singh" <indy@nusphere.com>
40341              Date: Wed, 10 Jan 2001 20:17:49 -0500
40342              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
40343      Branch: maint-5.6/perl
40344            ! win32/Makefile
40345 ____________________________________________________________________________
40346 [  8453] By: jhi                                   on 2001/01/16  16:09:33
40347         Log: Update Changes.
40348      Branch: perl
40349            ! Changes patchlevel.h
40350 ____________________________________________________________________________
40351 [  8452] By: jhi                                   on 2001/01/16  15:42:04
40352         Log: Subject: Re: API Cleanup
40353              To: perl5-porters@perl.org
40354              Date: Tue, 16 Jan 2001 13:42:30 +0000
40355              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
40356              
40357              Subject: [PATCH] utf8.c documentation
40358              From: Simon Cozens <simon@cozens.net>
40359              Date: Tue, 16 Jan 2001 13:52:48 +0000
40360              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
40361              
40362              Subject: Re: API Cleanup
40363              From: Simon Cozens <simon@cozens.net>
40364              Date: Tue, 16 Jan 2001 14:58:55 +0000
40365              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
40366              
40367              UTF-8 doc patches.
40368      Branch: perl
40369            ! embed.pl pod/perlapi.pod utf8.c
40370 ____________________________________________________________________________
40371 [  8451] By: jhi                                   on 2001/01/16  14:41:39
40372         Log: podlators 1.07, from Russ Allbery.
40373      Branch: perl
40374            ! lib/Pod/Man.pm
40375 ____________________________________________________________________________
40376 [  8450] By: jhi                                   on 2001/01/16  14:24:19
40377         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
40378              From: "Indy Singh" <indy@nusphere.com>
40379              Date: Mon, 15 Jan 2001 20:59:40 -0500
40380              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
40381      Branch: perl
40382            ! win32/Makefile
40383 ____________________________________________________________________________
40384 [  8449] By: jhi                                   on 2001/01/16  03:42:55
40385         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
40386              at the setting of the ofs_sv in new_struct_thread() as the
40387              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
40388              uninitialized fields are, uh, initialized with),
40389              SvREFCNT_inc()ing that invited a core dump.
40390      Branch: perl
40391            ! util.c
40392 ____________________________________________________________________________
40393 [  8448] By: jhi                                   on 2001/01/16  01:49:07
40394         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
40395              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40396              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
40397              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
40398              
40399              Replace #8444 and #8445.
40400      Branch: perl
40401            ! ext/B/B.xs ext/B/B/Debug.pm
40402 ____________________________________________________________________________
40403 [  8447] By: jhi                                   on 2001/01/15  21:05:35
40404         Log: Subject: [PATCH] API Variable documentation   
40405              From: Simon Cozens <simon@cozens.net>
40406              Date: Mon, 15 Jan 2001 19:35:54 +0000
40407              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
40408      Branch: perl
40409            ! pod/perlapi.pod thrdvar.h
40410 ____________________________________________________________________________
40411 [  8446] By: jhi                                   on 2001/01/15  20:49:20
40412         Log: Signedness nit.
40413      Branch: perl
40414            ! pp_ctl.c
40415 ____________________________________________________________________________
40416 [  8445] By: jhi                                   on 2001/01/15  20:28:48
40417         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
40418      Branch: perl
40419            ! ext/B/B/Debug.pm
40420 ____________________________________________________________________________
40421 [  8444] By: jhi                                   on 2001/01/15  13:09:10
40422         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
40423      Branch: perl
40424            ! ext/B/B.xs
40425 ____________________________________________________________________________
40426 [  8443] By: jhi                                   on 2001/01/15  13:06:26
40427         Log: Missing from #8439.
40428      Branch: perl
40429            ! keywords.h mg.c
40430 ____________________________________________________________________________
40431 [  8442] By: jhi                                   on 2001/01/15  13:02:38
40432         Log: Subject: [PATCH @8436] Eliminate op_children
40433              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40434              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
40435              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
40436              
40437              Subject: [PATCH @8436] Re: Eliminate op_children
40438              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40439              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
40440              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
40441      Branch: perl
40442            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
40443            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
40444            ! op.c op.h
40445 ____________________________________________________________________________
40446 [  8441] By: jhi                                   on 2001/01/15  12:57:08
40447         Log: Use the /^Perl_/-less form of is_lvalue_sub().
40448      Branch: perl
40449            ! pp.h
40450 ____________________________________________________________________________
40451 [  8440] By: jhi                                   on 2001/01/15  05:13:09
40452         Log: Revert #8437 and #8438, the Linux large files story is more complex.
40453      Branch: metaconfig/U/perl
40454            ! d_fpos64_t.U d_off64_t.U
40455      Branch: perl
40456            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40457            ! config_h.SH configure.com epoc/config.sh perl.h
40458            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40459            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40460            ! win32/config.bc win32/config.gc win32/config.vc
40461 ____________________________________________________________________________
40462 [  8439] By: jhi                                   on 2001/01/15  05:02:24
40463         Log: More UTF-8 patches from Inaba Hiroto.
40464              - The substr lval was still not okay.
40465              - Now pp_stringify and sv_setsv copies source's UTF8 flag
40466              even if IN_BYTE.  pp_stringify is called from fold_constants
40467              at optimization phase and "\x{100}" was made SvUTF8_off under
40468              use bytes (the bytes pragma is for "byte semantics" and not
40469              for "do not produce UTF8 data")
40470              - New `qu' operator to generate UTF8 string explicitly.
40471              Though I agree with the policy "0x00-0xff always produce bytes",
40472              sometimes want to such a string to be coded in UTF8.
40473              I can use pack"U0a*" but it requires more typing and has
40474              runtime overhead.
40475              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
40476              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
40477              string is not UTF8_on and has char 0x80-0xff.
40478              
40479              TODO: document and test qu.
40480      Branch: perl
40481            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
40482            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
40483            ! toke.c
40484 ____________________________________________________________________________
40485 [  8438] By: jhi                                   on 2001/01/14  05:10:23
40486         Log: (Reverted by #8440)
40487              
40488              Metaconfig unit changes for #8437.
40489      Branch: metaconfig/U/perl
40490            ! d_fpos64_t.U d_off64_t.U
40491 ____________________________________________________________________________
40492 [  8437] By: jhi                                   on 2001/01/14  04:55:34
40493         Log: (Reverted by #8440)
40494              
40495              Add <features.h> probing, seems to be needed for (some?)
40496              Linux largefileness.
40497      Branch: perl
40498            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40499            ! config_h.SH configure.com epoc/config.sh perl.h
40500            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
40501            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
40502            ! win32/config.bc win32/config.gc win32/config.vc
40503 ____________________________________________________________________________
40504 [  8436] By: jhi                                   on 2001/01/13  17:47:21
40505         Log: Tighten some of the tests a bit.
40506      Branch: perl
40507            ! t/pragma/utf8.t
40508 ____________________________________________________________________________
40509 [  8435] By: jhi                                   on 2001/01/13  17:31:54
40510         Log: Integrate perlio.
40511      Branch: perl
40512           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
40513           !> win32/config_H.gc win32/config_H.vc
40514 ____________________________________________________________________________
40515 [  8434] By: nick                                  on 2001/01/13  11:36:53
40516         Log: Run dmake regen_config_h for Win32
40517      Branch: perlio
40518            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
40519 ____________________________________________________________________________
40520 [  8433] By: nick                                  on 2001/01/13  11:31:55
40521         Log: VMS friendly patch to Encode compile process
40522      Branch: perlio
40523            ! ext/Encode/Makefile.PL ext/Encode/compile
40524 ____________________________________________________________________________
40525 [  8432] By: nick                                  on 2001/01/13  11:06:44
40526         Log: Integrate mainline
40527      Branch: perlio
40528           +> ext/B/B/Concise.pm
40529           !> (integrate 52 files)
40530 ____________________________________________________________________________
40531 [  8431] By: jhi                                   on 2001/01/13  05:55:55
40532         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
40533              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40534              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
40535              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
40536      Branch: perl
40537            ! ext/B/B/Concise.pm
40538 ____________________________________________________________________________
40539 [  8430] By: jhi                                   on 2001/01/13  04:24:18
40540         Log: The LVRET macro needed an aTHX.
40541      Branch: perl
40542            ! pp.h
40543 ____________________________________________________________________________
40544 [  8429] By: jhi                                   on 2001/01/13  02:12:42
40545         Log: Update Changes.
40546      Branch: perl
40547            ! Changes patchlevel.h
40548 ____________________________________________________________________________
40549 [  8428] By: jhi                                   on 2001/01/13  02:08:50
40550         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
40551              From: Peter Prymmer <pvhp@forte.com>
40552              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
40553              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
40554              
40555              Add a BEGIN guard for sloppy floating point division.
40556      Branch: perl
40557            ! lib/Math/BigInt.pm lib/bigint.pl
40558 ____________________________________________________________________________
40559 [  8427] By: jhi                                   on 2001/01/13  01:47:16
40560         Log: The B::Terse drop-in replacement wasn't quite drop-in.
40561      Branch: perl
40562            ! ext/B/B/Terse.pm
40563 ____________________________________________________________________________
40564 [  8426] By: jhi                                   on 2001/01/12  21:20:43
40565         Log: Use UVXf.
40566      Branch: perl
40567            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40568            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
40569            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40570            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40571            ! win32/config.gc win32/config.vc
40572 ____________________________________________________________________________
40573 [  8425] By: jhi                                   on 2001/01/12  20:20:14
40574         Log: Subject: [PATCH perl@8342] -Wformat
40575              From: Robin Barker <rmb1@cise.npl.co.uk>
40576              Date: Fri, 12 Jan 2001 20:03:14 GMT
40577              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
40578      Branch: perl
40579            ! ext/Encode/Encode.xs mg.c sv.c toke.c
40580 ____________________________________________________________________________
40581 [  8424] By: jhi                                   on 2001/01/12  20:01:48
40582         Log: Subject: B::Concise -- an improved replacement for B::Terse 
40583              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40584              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
40585              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
40586      Branch: perl
40587            + ext/B/B/Concise.pm
40588            ! MANIFEST ext/B/B/Terse.pm
40589 ____________________________________________________________________________
40590 [  8423] By: jhi                                   on 2001/01/12  19:24:02
40591         Log: The new metaconfig unit from the #8421.
40592      Branch: metaconfig/U/perl
40593            + d_sigprocmask.U
40594 ____________________________________________________________________________
40595 [  8422] By: jhi                                   on 2001/01/12  19:23:43
40596         Log: Forgot the microperl config from the #8421.
40597      Branch: perl
40598            ! uconfig.h uconfig.sh
40599 ____________________________________________________________________________
40600 [  8421] By: jhi                                   on 2001/01/12  19:05:27
40601         Log: Add sigprocmask() probe, regen Configure, regen toc.
40602      Branch: perl
40603            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40604            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
40605            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40606            ! vos/config.ga.h win32/config.bc win32/config.gc
40607            ! win32/config.vc
40608 ____________________________________________________________________________
40609 [  8420] By: jhi                                   on 2001/01/12  18:34:31
40610         Log: Add sockatmark() to the todo list.
40611      Branch: perl
40612            ! Todo-5.6
40613 ____________________________________________________________________________
40614 [  8419] By: jhi                                   on 2001/01/12  18:09:46
40615         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
40616      Branch: perl
40617            ! op.c
40618 ____________________________________________________________________________
40619 [  8418] By: jhi                                   on 2001/01/12  18:05:30
40620         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
40621              From: Radu Greab <radu@netsoft.ro>
40622              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
40623              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
40624      Branch: perl
40625            ! op.c t/pragma/sub_lval.t
40626 ____________________________________________________________________________
40627 [  8417] By: jhi                                   on 2001/01/12  16:09:09
40628         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
40629              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
40630              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
40631              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
40632      Branch: perl
40633            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
40634            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
40635            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
40636            ! t/pragma/sub_lval.t toke.c
40637 ____________________________________________________________________________
40638 [  8416] By: jhi                                   on 2001/01/12  15:42:06
40639         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
40640              From: "Richard Soderberg" <rs@crystalflame.net>
40641              Date: Fri, 12 Jan 2001 04:49:35 -0800
40642              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
40643              
40644              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
40645              according to the platform.
40646      Branch: perl
40647            ! op.c
40648 ____________________________________________________________________________
40649 [  8415] By: jhi                                   on 2001/01/12  15:33:41
40650         Log: One more UTF-8 fix from Inaba Hiroto.
40651      Branch: perl
40652            ! pp.c regexec.c t/pragma/utf8.t
40653 ____________________________________________________________________________
40654 [  8414] By: jhi                                   on 2001/01/12  15:30:18
40655         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
40656      Branch: perl
40657            ! regexec.c
40658 ____________________________________________________________________________
40659 [  8413] By: jhi                                   on 2001/01/12  15:22:10
40660         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
40661              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40662              Date: Thu, 11 Jan 2001 12:53:36 +0100
40663              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
40664      Branch: perl
40665            ! toke.c
40666 ____________________________________________________________________________
40667 [  8412] By: jhi                                   on 2001/01/12  15:20:25
40668         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
40669              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40670              Date: Fri, 12 Jan 2001 14:37:55 +0100
40671              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
40672      Branch: perl
40673            ! hints/posix-bc.sh
40674 ____________________________________________________________________________
40675 [  8411] By: jhi                                   on 2001/01/12  15:14:14
40676         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
40677              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
40678              Date: Fri, 12 Jan 2001 10:42:21 +0100
40679              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
40680      Branch: perl
40681            ! t/op/regmesg.t
40682 ____________________________________________________________________________
40683 [  8410] By: jhi                                   on 2001/01/12  05:48:55
40684         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
40685              From: Nicholas Clark <nick@ccl4.org> 
40686              Date: Sun, 7 Jan 2001 19:47:14 +0000
40687              Message-ID: <20010107194714.B1048@plum.flirble.org>
40688      Branch: perl
40689            ! t/op/numconvert.t
40690 ____________________________________________________________________________
40691 [  8409] By: jhi                                   on 2001/01/12  05:41:28
40692         Log: Integrate perlio.
40693      Branch: perl
40694           !> mg.c scope.h
40695 ____________________________________________________________________________
40696 [  8408] By: nick                                  on 2001/01/11  22:43:28
40697         Log: Remove variables that were used in experiments.
40698      Branch: perlio
40699            ! mg.c
40700 ____________________________________________________________________________
40701 [  8407] By: nick                                  on 2001/01/11  20:57:44
40702         Log: Catch die in %SIG handler and unblock the signal before re-dying.
40703              This make Linux work _without_ sigsetjmp().
40704              Turn off sigsetjmp() to see what else it does.
40705              May need Configure probe for sigprocmask() if anything has sigaction()
40706              but not sigprocmask().
40707      Branch: perlio
40708            ! mg.c scope.h
40709 ____________________________________________________________________________
40710 [  8406] By: nick                                  on 2001/01/11  19:32:07
40711         Log: Integrate mainline
40712      Branch: perlio
40713           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
40714           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
40715           !> t/op/substr.t
40716 ____________________________________________________________________________
40717 [  8405] By: jhi                                   on 2001/01/11  17:11:01
40718         Log: Fix UTF-8 lval substr().
40719      Branch: perl
40720            ! mg.c t/op/substr.t
40721 ____________________________________________________________________________
40722 [  8404] By: jhi                                   on 2001/01/11  05:13:58
40723         Log: Update Changes.
40724      Branch: perl
40725            ! Changes patchlevel.h
40726 ____________________________________________________________________________
40727 [  8403] By: jhi                                   on 2001/01/11  04:38:24
40728         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
40729              From: Hugo <hv@crypt.compulink.co.uk>
40730              Date: Mon, 30 Oct 2000 01:33:26 +0000
40731              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
40732      Branch: perl
40733            ! regexec.c t/op/re_tests
40734 ____________________________________________________________________________
40735 [  8402] By: jhi                                   on 2001/01/11  04:26:12
40736         Log: Integrate perlio.
40737      Branch: perl
40738           !> scope.h util.c
40739 ____________________________________________________________________________
40740 [  8401] By: nick                                  on 2001/01/10  22:52:55
40741         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
40742              (So Alan and Ilya can try setting via hints.)
40743              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
40744              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
40745              doing the save everywhere seems to restart read() correctly, but just
40746              doing it once "round" the handler does not.
40747      Branch: perlio
40748            ! scope.h
40749 ____________________________________________________________________________
40750 [  8400] By: jhi                                   on 2001/01/10  21:57:54
40751         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
40752              of IRIX, HP-UX is unaffected.
40753      Branch: perl
40754            ! perl.h
40755 ____________________________________________________________________________
40756 [  8399] By: nick                                  on 2001/01/10  21:29:19
40757         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
40758      Branch: perlio
40759            ! util.c
40760 ____________________________________________________________________________
40761 [  8398] By: jhi                                   on 2001/01/10  20:55:31
40762         Log: Add ReuseAddr as a (preferred) alias for Reuse as we know
40763              also have ReusePort.
40764      Branch: perl
40765            ! ext/IO/lib/IO/Socket/INET.pm
40766 ____________________________________________________________________________
40767 [  8397] By: jhi                                   on 2001/01/10  20:50:57
40768         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
40769              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
40770              Date: Wed, 10 Jan 2001 01:38:13 -0800
40771              Message-ID: <20010110013813.B41744@yahoo-inc.com>
40772      Branch: perl
40773            ! ext/IO/lib/IO/Socket/INET.pm
40774 ____________________________________________________________________________
40775 [  8396] By: jhi                                   on 2001/01/10  20:49:30
40776         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
40777              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
40778              Date: Wed, 10 Jan 2001 01:37:32 -0800
40779              Message-ID: <20010110013732.A41744@yahoo-inc.com>
40780      Branch: perl
40781            ! ext/Socket/Socket.pm
40782 ____________________________________________________________________________
40783 [  8395] By: jhi                                   on 2001/01/10  20:41:37
40784         Log: Test for bug id 20010105.016 (fixed by #8378).
40785      Branch: perl
40786            ! t/op/split.t
40787 ____________________________________________________________________________
40788 [  8394] By: jhi                                   on 2001/01/10  20:26:32
40789         Log: Integrate perlio.
40790      Branch: perl
40791            ! util.c
40792 ____________________________________________________________________________
40793 [  8393] By: nick                                  on 2001/01/10  19:34:30
40794         Log: Back out Simon's pid hackery for now.
40795      Branch: perlio
40796            ! util.c
40797 ____________________________________________________________________________
40798 [  8392] By: nick                                  on 2001/01/10  19:23:13
40799         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
40800      Branch: perlio
40801           !> (integrate 29 files)
40802 ____________________________________________________________________________
40803 [  8391] By: jhi                                   on 2001/01/10  18:43:15
40804         Log: Subject: [PATCH] Fix my_pclose segfault
40805              From: Simon Cozens <simon@cozens.net>
40806              Date: Wed, 10 Jan 2001 18:39:35 +0000
40807              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
40808      Branch: perl
40809            ! util.c
40810 ____________________________________________________________________________
40811 [  8390] By: jhi                                   on 2001/01/10  18:42:08
40812         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
40813              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40814              Date:     Wed, 10 Jan 2001 13:23:02 EST
40815              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
40816      Branch: perl
40817            ! ext/Opcode/Opcode.xs
40818 ____________________________________________________________________________
40819 [  8389] By: jhi                                   on 2001/01/10  15:16:07
40820         Log: Turn off the integer preservation for now.
40821      Branch: perl
40822            ! perl.h
40823 ____________________________________________________________________________
40824 [  8388] By: jhi                                   on 2001/01/10  15:01:25
40825         Log: Few more IDE/editor nits from p5p.
40826      Branch: perl
40827            ! pod/perlfaq3.pod
40828 ____________________________________________________________________________
40829 [  8387] By: jhi                                   on 2001/01/10  06:53:16
40830         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
40831              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
40832              Date: Tue, 9 Jan 2001 23:16:02 +0000
40833              Message-ID: <20010109231602.A81101@plum.flirble.org>
40834      Branch: perl
40835            ! sv.c
40836 ____________________________________________________________________________
40837 [  8386] By: jhi                                   on 2001/01/10  03:17:54
40838         Log: Test cases for #8385 (from Simon's "torture.pl")
40839      Branch: perl
40840            ! t/op/tr.t
40841 ____________________________________________________________________________
40842 [  8385] By: jhi                                   on 2001/01/10  03:17:11
40843         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
40844              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
40845              Date: Wed, 10 Jan 2001 11:39:39 +0900
40846              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
40847              
40848              Some more UTF-8 tr cases fixed.
40849      Branch: perl
40850            ! doop.c
40851 ____________________________________________________________________________
40852 [  8384] By: jhi                                   on 2001/01/09  22:45:40
40853         Log: Allow the locale test needing POSIX and the taint test
40854              needing IPC::SysV to run under 'minitest' (basically,
40855              bail out if loading the extension fails)
40856      Branch: perl
40857            ! t/op/misc.t t/op/taint.t
40858 ____________________________________________________________________________
40859 [  8383] By: jhi                                   on 2001/01/09  21:36:04
40860         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
40861              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
40862              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
40863              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
40864      Branch: perl
40865            ! t/io/openpid.t
40866 ____________________________________________________________________________
40867 [  8382] By: jhi                                   on 2001/01/09  21:06:08
40868         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
40869              Should finish up the bug id 20001205.022.
40870      Branch: perl
40871            ! pp.c pp_hot.c scope.c
40872 ____________________________________________________________________________
40873 [  8381] By: jhi                                   on 2001/01/09  18:27:43
40874         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
40875              From: Andy Dougherty <doughera@lafayette.edu>
40876              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
40877              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
40878              
40879              More robust yacc/bison error detection.
40880      Branch: perl
40881            ! t/comp/proto.t
40882 ____________________________________________________________________________
40883 [  8380] By: jhi                                   on 2001/01/09  15:21:38
40884         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
40885              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40886              Date:     Tue, 9 Jan 2001 07:53:55 EST
40887              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
40888      Branch: perl
40889            ! t/op/misc.t vms/test.com
40890 ____________________________________________________________________________
40891 [  8379] By: jhi                                   on 2001/01/09  15:20:38
40892         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
40893              From: jhi@cc.hut.fi
40894              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
40895              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
40896              
40897              The #8378 fixed this.
40898      Branch: perl
40899            ! t/op/tr.t
40900 ____________________________________________________________________________
40901 [  8378] By: jhi                                   on 2001/01/09  15:05:32
40902         Log: Subject: One more patch for UTF8 
40903              From: Inaba Hiroto <inaba@st.rim.or.jp>
40904              Date: Tue, 09 Jan 2001 01:04:32 +0900
40905              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
40906              
40907              UTF-8 fixes for 'x' and tr///.
40908      Branch: perl
40909            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
40910            ! regcomp.c regexec.c toke.c utf8.c
40911 ____________________________________________________________________________
40912 [  8377] By: jhi                                   on 2001/01/09  14:32:17
40913         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
40914      Branch: perl
40915            ! t/op/length.t
40916 ____________________________________________________________________________
40917 [  8376] By: jhi                                   on 2001/01/09  04:32:32
40918         Log: integrate changes #7775, #8316, #8316 from mainline
40919      Branch: maint-5.6/perl
40920            ! hints/solaris_2.sh
40921 ____________________________________________________________________________
40922 [  8375] By: jhi                                   on 2001/01/09  04:26:43
40923         Log: Update Changes.
40924      Branch: perl
40925            ! Changes patchlevel.h
40926 ____________________________________________________________________________
40927 [  8374] By: jhi                                   on 2001/01/09  04:14:32
40928         Log: IDE/editor section tweaking.
40929      Branch: perl
40930            ! pod/perlfaq3.pod
40931 ____________________________________________________________________________
40932 [  8373] By: jhi                                   on 2001/01/09  02:38:26
40933         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
40934              From: Peter Prymmer <pvhp@forte.com>
40935              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
40936              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
40937              
40938              In preparation os OS/390 dynamic loading.
40939      Branch: perl
40940            ! README.os390 hints/os390.sh
40941 ____________________________________________________________________________
40942 [  8372] By: jhi                                   on 2001/01/09  00:24:30
40943         Log: Integrate with perlio.
40944      Branch: perl
40945           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
40946 ____________________________________________________________________________
40947 [  8371] By: nick                                  on 2001/01/08  23:54:33
40948         Log: Fix "scalars leaked" bugs caused by overload magic
40949              (Highlighted by Ilya's DESTROY optimization.)
40950      Branch: perlio
40951            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
40952 ____________________________________________________________________________
40953 [  8370] By: nick                                  on 2001/01/08  20:19:41
40954         Log: Integrate mainline
40955      Branch: perlio
40956           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
40957           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
40958           !> t/op/64bitint.t
40959 ____________________________________________________________________________
40960 [  8369] By: jhi                                   on 2001/01/08  17:30:52
40961         Log: save_delete() Safefree() doesn't (anymore?) work with shared
40962              strings, one test failure in op/misc and almost all of lib/b.
40963              (Outcomments #8369.)
40964      Branch: perl
40965            ! scope.c
40966 ____________________________________________________________________________
40967 [  8368] By: jhi                                   on 2001/01/08  14:47:10
40968         Log: (Outcommented by #8369.)
40969              
40970              Subject: Re: Perl BugID 20001205.022 ---- save_delete
40971              From: Simon Cozens <simon@cozens.net>
40972              Date: Sat, 6 Jan 2001 11:48:40 +0000
40973              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
40974              
40975              The save_delete() does need the Safefree.
40976      Branch: perl
40977            ! scope.c
40978 ____________________________________________________________________________
40979 [  8367] By: bailey                                on 2001/01/08  08:53:52
40980         Log: Once again syncing after too long an absence
40981      Branch: vmsperl
40982           +> (branch 55 files)
40983            - MAINTAIN fix_pl vos/config.def vos/config.h
40984            - vos/config_h.SH_orig
40985           !> (integrate 498 files)
40986 ____________________________________________________________________________
40987 [  8366] By: jhi                                   on 2001/01/08  02:42:59
40988         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
40989              From: nick@ccl4.org
40990              Date: Sun, 7 Jan 2001 21:07:18 +0000
40991              Message-Id: <20010107210717.D1048@plum.flirble.org>
40992      Branch: perl
40993            ! sv.c t/op/64bitint.t
40994 ____________________________________________________________________________
40995 [  8365] By: jhi                                   on 2001/01/08  02:35:16
40996         Log: Subject: [PATCH] environ nit
40997              From: Simon Cozens <simon@cozens.net>
40998              Date: Sun, 7 Jan 2001 17:57:07 +0000
40999              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
41000              
41001              Use environ only if we have it.
41002      Branch: perl
41003            ! mg.c
41004 ____________________________________________________________________________
41005 [  8364] By: jhi                                   on 2001/01/08  02:24:51
41006         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
41007      Branch: perl
41008            ! ext/GDBM_File/GDBM_File.xs
41009 ____________________________________________________________________________
41010 [  8363] By: jhi                                   on 2001/01/08  02:19:24
41011         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
41012              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41013              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
41014              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
41015      Branch: perl
41016            ! dump.c op.c
41017 ____________________________________________________________________________
41018 [  8362] By: jhi                                   on 2001/01/08  02:17:43
41019         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
41020              From: Doug MacEachern <dougm@covalent.net>
41021              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
41022              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
41023              
41024              Allow AUTOLOAD to be an xsub and allow such xsubs
41025              to avoid use of $AUTOLOAD.
41026      Branch: perl
41027            ! gv.c
41028 ____________________________________________________________________________
41029 [  8361] By: jhi                                   on 2001/01/08  02:16:07
41030         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
41031              From: Radu Greab <radu@netsoft.ro>
41032              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
41033              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
41034              
41035              No need for the potentially unportable $SIG{CHLD}.
41036      Branch: perl
41037            ! t/io/pipe.t
41038 ____________________________________________________________________________
41039 [  8360] By: jhi                                   on 2001/01/08  01:58:23
41040         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
41041      Branch: perl
41042            ! lib/Getopt/Long.pm
41043 ____________________________________________________________________________
41044 [  8359] By: jhi                                   on 2001/01/08  01:55:44
41045         Log: Integrate perlio.
41046      Branch: perl
41047           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
41048           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
41049           !> utf8.c win32/Makefile
41050 ____________________________________________________________________________
41051 [  8358] By: jhi                                   on 2001/01/07  21:16:50
41052         Log: Update the EPOC cross SDK URL.
41053      Branch: perl
41054            ! README.epoc
41055 ____________________________________________________________________________
41056 [  8357] By: jhi                                   on 2001/01/07  21:16:09
41057         Log: Update the EPOC cross SDK URL.
41058      Branch: maint-5.6/perl
41059            ! README.epoc
41060 ____________________________________________________________________________
41061 [  8356] By: nick                                  on 2001/01/06  21:47:52
41062         Log: FILE * in XS code for PerlIO world:
41063              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
41064              - Add FILE * T_STDIO typemap.
41065              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
41066      Branch: perlio
41067            ! lib/ExtUtils/typemap perlio.c perlio.h
41068 ____________________________________________________________________________
41069 [  8355] By: jhi                                   on 2001/01/06  20:27:15
41070         Log: integrate change #8336 from mainline
41071              
41072              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
41073      Branch: maint-5.6/perl
41074            ! hv.c
41075 ____________________________________________________________________________
41076 [  8354] By: jhi                                   on 2001/01/06  20:24:29
41077         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41078              From: Robin Barker <rmb1@cise.npl.co.uk>
41079              Date: Fri, 22 Dec 2000 12:17:38 GMT
41080              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
41081              
41082              The patch reformats some long =item lines so they give
41083              correct output via pod2man | nroff -man
41084              
41085              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41086              From: Robin Barker <rmb1@cise.npl.co.uk>
41087              Date: Tue, 2 Jan 2001 15:35:03 GMT
41088              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
41089              
41090              Here is a _further_ patch which corrects a few more errors:
41091              * an empty C<=item> in CPAN.pm
41092              * patching the wrong file (pod/perlamiga.pod not README.amiga)
41093              * leaving empty C<=item>s which formatted incorrectly
41094              * over long C<=item>s revealed by latest patch to Pod::Man
41095      Branch: maint-5.6/perl
41096            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
41097            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
41098            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
41099            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
41100            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
41101            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
41102 ____________________________________________________________________________
41103 [  8353] By: jhi                                   on 2001/01/06  20:21:10
41104         Log: integrate changes #7980, 8056, 8057 from mainline
41105              
41106              UTF-8 hash keys.
41107      Branch: maint-5.6/perl
41108            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
41109 ____________________________________________________________________________
41110 [  8352] By: jhi                                   on 2001/01/06  20:18:44
41111         Log: Forgotten from #8438.
41112      Branch: maint-5.6/perl
41113            ! epoc/epocish.h
41114 ____________________________________________________________________________
41115 [  8351] By: jhi                                   on 2001/01/06  20:18:12
41116         Log: Forgotten from #8347.
41117      Branch: maint-5.6/perl
41118            ! config_h.SH
41119 ____________________________________________________________________________
41120 [  8350] By: jhi                                   on 2001/01/06  20:00:19
41121         Log: Thinko in #8347.
41122      Branch: maint-5.6/perl
41123            ! regcomp.c
41124 ____________________________________________________________________________
41125 [  8349] By: jhi                                   on 2001/01/06  18:05:30
41126         Log: Copy the FAQ3 IDE section from the development branch,
41127              changes originally by Peter Prymmer.
41128      Branch: maint-5.6/perl
41129            ! pod/perlfaq3.pod
41130 ____________________________________________________________________________
41131 [  8348] By: jhi                                   on 2001/01/06  18:03:02
41132         Log: EPOC updates for TRIAL1.
41133              
41134              Subject: [5.6.1 trial1] EPOC update
41135              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41136              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
41137              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
41138              
41139              Subject: epoc patch2 for perl-5.6.1-trial1
41140              From: Olaf Flebbe <O.Flebbe@science-computing.de>
41141              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
41142              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
41143      Branch: maint-5.6/perl
41144            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
41145            ! epoc/epocish.c
41146 ____________________________________________________________________________
41147 [  8347] By: jhi                                   on 2001/01/06  17:29:10
41148         Log: integrate changes #7710,7824,7973 from mainline,
41149              plus VMS nits from Peter Prymmer and Dan Sugalski.
41150              
41151              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
41152              library (getprotobyname and getprotobynumber are outversioned by
41153              the same calls in libc, at least for xlc version 3.
41154              
41155              Add HAS_SBRK_PROTO.
41156              
41157              Fixes for signedness warnings noticed by VMSperlers.
41158      Branch: maint-5.6/perl
41159            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41160            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
41161            ! sv.c vms/descrip_mms.template vos/config.alpha.def
41162            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
41163            ! win32/config.bc win32/config.gc win32/config.vc
41164 ____________________________________________________________________________
41165 [  8346] By: nick                                  on 2001/01/06  14:36:01
41166         Log: Fixup accumulated integrate muddles (perlio == devperl again)
41167      Branch: perlio
41168            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
41169 ____________________________________________________________________________
41170 [  8345] By: nick                                  on 2001/01/06  14:24:58
41171         Log: Integrate mainline
41172      Branch: perlio
41173           !> (integrate 55 files)
41174 ____________________________________________________________________________
41175 [  8344] By: jhi                                   on 2001/01/06  02:24:02
41176         Log: Subject: [patch] PerlIO_cleanup() prototype
41177              From: Doug MacEachern <dougm@covalent.net>
41178              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
41179              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
41180      Branch: perl
41181            ! perlio.h
41182 ____________________________________________________________________________
41183 [  8343] By: jhi                                   on 2001/01/06  01:04:09
41184         Log: IRIX compiler noticed that the bof initialization might be
41185              bypassed by control flow.
41186      Branch: perl
41187            ! toke.c
41188 ____________________________________________________________________________
41189 [  8342] By: jhi                                   on 2001/01/06  00:10:48
41190         Log: Update Changes.
41191      Branch: perl
41192            ! Changes patchlevel.h
41193 ____________________________________________________________________________
41194 [  8341] By: jhi                                   on 2001/01/05  23:52:33
41195         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
41196      Branch: perl
41197            ! toke.c
41198 ____________________________________________________________________________
41199 [  8340] By: jhi                                   on 2001/01/05  22:44:08
41200         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
41201              From: Radu Greab <radu@netsoft.ro>
41202              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
41203              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
41204      Branch: perl
41205            ! t/io/pipe.t util.c
41206 ____________________________________________________________________________
41207 [  8339] By: jhi                                   on 2001/01/05  22:35:17
41208         Log: Subject: [PATCH] format and rewording in perlfaq.pod
41209              From: Robin Barker <rmb1@cise.npl.co.uk>
41210              Date: Fri, 5 Jan 2001 18:51:20 GMT
41211              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
41212      Branch: perl
41213            ! pod/perlfaq.pod
41214 ____________________________________________________________________________
41215 [  8338] By: jhi                                   on 2001/01/05  22:31:17
41216         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
41217              From: Peter Prymmer <pvhp@forte.com>
41218              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
41219              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
41220      Branch: perl
41221            ! utils/perlbug.PL
41222 ____________________________________________________________________________
41223 [  8337] By: jhi                                   on 2001/01/05  18:15:11
41224         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
41225              From: Robin Barker <rmb1@cise.npl.co.uk>
41226              Date: Tue, 2 Jan 2001 15:24:07 GMT
41227              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
41228              
41229              If you call configure as C<./Configure> or C<sh ./Configure>,
41230              $src is set to the absolute path name, not '.'.
41231              
41232              This, in turn, means -Dmksymlink tries to do its stuff because
41233              it does not think it is in the src directory.
41234              
41235              (plus a metaconfig nitfix)
41236      Branch: metaconfig
41237            ! U/compline/ccflags.U U/modified/src.U
41238      Branch: perl
41239            ! Configure config_h.SH
41240 ____________________________________________________________________________
41241 [  8336] By: jhi                                   on 2001/01/05  17:48:32
41242         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
41243              From: Alan Burlison <Alan.Burlison@uk.sun.com>
41244              Message-ID: <3A5606C4.473D2226@uk.sun.com>
41245              Date: Fri, 05 Jan 2001 17:39:16 +0000
41246      Branch: perl
41247            ! hv.c
41248 ____________________________________________________________________________
41249 [  8335] By: jhi                                   on 2001/01/05  16:05:44
41250         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
41251      Branch: perl
41252            ! lib/Getopt/Long.pm
41253 ____________________________________________________________________________
41254 [  8334] By: jhi                                   on 2001/01/05  16:00:51
41255         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
41256              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41257              Date: Fri, 05 Jan 2001 13:46:51 +0100
41258              Message-ID: <13693.978698811@nice.ram.loc>
41259              
41260              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
41261              accurate reading of the "atime".  
41262      Branch: perl
41263            ! t/io/fs.t
41264 ____________________________________________________________________________
41265 [  8333] By: jhi                                   on 2001/01/05  15:57:37
41266         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
41267              From: Simon Cozens <simon@cozens.net>
41268              Date: Fri, 8 Dec 2000 13:33:31 +0000
41269              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
41270              
41271              A lost patch fragment.
41272      Branch: perl
41273            ! doop.c
41274 ____________________________________________________________________________
41275 [  8332] By: jhi                                   on 2001/01/05  15:40:42
41276         Log: Do away with strncpy() and a fixed length buffer.
41277      Branch: perl
41278            ! utf8.c
41279 ____________________________________________________________________________
41280 [  8331] By: jhi                                   on 2001/01/05  15:03:07
41281         Log: Tests for #8329 and #8330.
41282      Branch: perl
41283            ! t/op/bop.t
41284 ____________________________________________________________________________
41285 [  8330] By: jhi                                   on 2001/01/05  15:02:38
41286         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
41287              raw 8-bit form to the UTF-8 string.
41288      Branch: perl
41289            ! toke.c
41290 ____________________________________________________________________________
41291 [  8329] By: jhi                                   on 2001/01/05  14:55:13
41292         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
41293              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41294              Date: Fri, 5 Jan 2001 12:28:52 +0100
41295              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
41296              
41297              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
41298              no effect.  (changed the strncpy() to Copy())
41299      Branch: perl
41300            ! toke.c
41301 ____________________________________________________________________________
41302 [  8328] By: jhi                                   on 2001/01/05  06:44:27
41303         Log: UTF-8 cleanup.
41304      Branch: perl
41305            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
41306            ! regexec.c sv.c toke.c
41307 ____________________________________________________________________________
41308 [  8327] By: jhi                                   on 2001/01/05  01:11:29
41309         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')
41310              From: Radu Greab <radu@netsoft.ro>
41311              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
41312              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
41313              
41314              Cleans up Harness to not use FileHandle, which uses IO.
41315      Branch: perl
41316            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
41317 ____________________________________________________________________________
41318 [  8326] By: jhi                                   on 2001/01/05  00:56:37
41319         Log: Update Changes.
41320      Branch: perl
41321            ! Changes patchlevel.h
41322 ____________________________________________________________________________
41323 [  8325] By: jhi                                   on 2001/01/05  00:53:18
41324         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
41325              From: Peter Prymmer <pvhp@forte.com>
41326              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
41327              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
41328              
41329              plus a couple more tailing whitespace removals.
41330      Branch: perl
41331            ! win32/Makefile
41332 ____________________________________________________________________________
41333 [  8324] By: jhi                                   on 2001/01/05  00:47:39
41334         Log: Add some Unicode chop() tests.
41335      Branch: perl
41336            ! t/op/chop.t
41337 ____________________________________________________________________________
41338 [  8323] By: jhi                                   on 2001/01/05  00:47:23
41339         Log: Unify UTF-8 malformedness handling.
41340      Branch: perl
41341            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
41342 ____________________________________________________________________________
41343 [  8322] By: jhi                                   on 2001/01/04  22:21:54
41344         Log: The new $issymlink was unknown to Mksymlinks.
41345      Branch: metaconfig/U/perl
41346            ! Mksymlinks.U issymlink.U
41347      Branch: perl
41348            ! Configure config_h.SH
41349 ____________________________________________________________________________
41350 [  8321] By: jhi                                   on 2001/01/04  21:51:05
41351         Log: The test didn't work under the core test framework.
41352      Branch: perl
41353            ! t/lib/st-lock.t
41354 ____________________________________________________________________________
41355 [  8320] By: jhi                                   on 2001/01/04  21:14:22
41356         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
41357      Branch: perl
41358            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
41359 ____________________________________________________________________________
41360 [  8319] By: jhi                                   on 2001/01/04  20:46:17
41361         Log: Typo in #8312 when manually appying a problematic patch fragment.
41362      Branch: perl
41363            ! ext/Storable/Storable.xs
41364 ____________________________________________________________________________
41365 [  8318] By: jhi                                   on 2001/01/04  20:43:01
41366         Log: The $sh_c didn't fly.
41367      Branch: metaconfig
41368            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
41369            ! U/modified/Loc.U U/modified/myhostname.U
41370            ! U/modified/spitshell.U
41371      Branch: metaconfig/U/perl
41372            ! issymlink.U
41373      Branch: perl
41374            ! Configure config_h.SH
41375 ____________________________________________________________________________
41376 [  8317] By: jhi                                   on 2001/01/04  19:58:01
41377         Log: AIX builtin test -h is broken, changes based on
41378              
41379              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
41380              Date: Tue, 02 Jan 2001 11:24:39 +0100
41381              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41382              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
41383      Branch: metaconfig
41384            + U/modified/spitshell.U
41385            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
41386            ! U/modified/Loc.U U/modified/myhostname.U
41387      Branch: metaconfig/U/perl
41388            ! Mksymlinks.U issymlink.U
41389      Branch: perl
41390            ! Configure
41391 ____________________________________________________________________________
41392 [  8316] By: jhi                                   on 2001/01/04  19:02:22
41393         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
41394              From: Andy Dougherty <doughera@lafayette.edu>
41395              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
41396              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
41397              
41398              Beware of GNU ld.
41399      Branch: perl
41400            ! hints/solaris_2.sh
41401 ____________________________________________________________________________
41402 [  8315] By: jhi                                   on 2001/01/04  18:56:48
41403         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
41404              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
41405              Date: Wed, 3 Jan 2001 07:58:51 +0100
41406              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
41407      Branch: perl
41408            ! hints/solaris_2.sh
41409 ____________________________________________________________________________
41410 [  8314] By: jhi                                   on 2001/01/04  18:54:07
41411         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
41412              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41413              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
41414              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
41415              
41416              Doc tweak on #8313.
41417      Branch: perl
41418            ! ext/B/B/Deparse.pm
41419 ____________________________________________________________________________
41420 [  8313] By: jhi                                   on 2001/01/04  18:52:27
41421         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
41422              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
41423              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
41424              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
41425              
41426              Make the peephole optimizer to bypass more null ops and
41427              and rewrite the deparse handling of continue blocks.
41428      Branch: perl
41429            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
41430 ____________________________________________________________________________
41431 [  8312] By: jhi                                   on 2001/01/04  18:47:39
41432         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
41433      Branch: perl
41434            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
41435            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
41436            ! t/lib/st-lock.t
41437 ____________________________________________________________________________
41438 [  8311] By: jhi                                   on 2001/01/04  18:36:08
41439         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
41440              filter to be run on each .pm during the pm_to_blib() phase,
41441              a fixed version of
41442              
41443              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
41444              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
41445              Date: Wed, 03 Jan 2001 22:01:30 +0100
41446              Message-ID: <5296.978555690@nice.ram.loc>
41447      Branch: perl
41448            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
41449            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
41450            ! lib/ExtUtils/MakeMaker.pm
41451 ____________________________________________________________________________
41452 [  8310] By: jhi                                   on 2001/01/04  18:32:54
41453         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
41454              From: Robin Barker <rmb1@cise.npl.co.uk>
41455              Date: Tue, 2 Jan 2001 15:35:03 GMT
41456              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
41457      Branch: perl
41458            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
41459            ! pod/perlrequick.pod
41460 ____________________________________________________________________________
41461 [  8309] By: jhi                                   on 2001/01/04  18:29:07
41462         Log: Subject: Re: [patch] static-ize XS()
41463              From: Doug MacEachern <dougm@covalent.net>
41464              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
41465              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
41466              
41467              Provide prototypes for the XS functions.
41468      Branch: perl
41469            ! lib/ExtUtils/xsubpp
41470 ____________________________________________________________________________
41471 [  8308] By: jhi                                   on 2001/01/04  18:27:44
41472         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
41473              From: Doug MacEachern <dougm@covalent.net>
41474              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
41475              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
41476      Branch: perl
41477            ! lib/ExtUtils/typemap
41478 ____________________________________________________________________________
41479 [  8307] By: jhi                                   on 2001/01/04  18:25:25
41480         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
41481              From: Doug MacEachern <dougm@covalent.net>
41482              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
41483              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
41484              
41485              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
41486      Branch: perl
41487            ! lib/ExtUtils/MM_Unix.pm
41488 ____________________________________________________________________________
41489 [  8306] By: jhi                                   on 2001/01/04  18:23:00
41490         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
41491              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41492              Date: Thu, 4 Jan 2001 12:47:10 +0100 
41493              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
41494              
41495              The toke.c part only, patching embed.h and proto.h is futile.
41496      Branch: perl
41497            ! toke.c
41498 ____________________________________________________________________________
41499 [  8305] By: jhi                                   on 2001/01/04  18:05:51
41500         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
41501              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41502              Date: Thu, 4 Jan 2001 17:50:12 +0100 
41503              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
41504      Branch: perl
41505            ! toke.c
41506 ____________________________________________________________________________
41507 [  8304] By: jhi                                   on 2001/01/04  18:03:26
41508         Log: Subject: [PATCH perl@8269]
41509              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
41510              Date: Thu, 4 Jan 2001 12:53:39 +0100 
41511              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
41512              
41513              If running byacc write-enable also perly.h.
41514      Branch: perl
41515            ! Makefile.SH
41516 ____________________________________________________________________________
41517 [  8303] By: jhi                                   on 2001/01/04  15:40:49
41518         Log: Rewrite pp_concat() in terms of sv_catsv().
41519      Branch: perl
41520            ! pp_hot.c
41521 ____________________________________________________________________________
41522 [  8302] By: nick                                  on 2001/01/03  22:43:22
41523         Log: Integrate mainline.
41524      Branch: perlio
41525           !> ext/Encode/Encode.xs sv.c utf8.c
41526 ____________________________________________________________________________
41527 [  8301] By: jhi                                   on 2001/01/02  23:40:26
41528         Log: Variable naming tweak.
41529      Branch: perl
41530            ! sv.c
41531 ____________________________________________________________________________
41532 [  8300] By: jhi                                   on 2001/01/02  23:40:02
41533         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
41534              in is_utf8_string().
41535      Branch: perl
41536            ! utf8.c
41537 ____________________________________________________________________________
41538 [  8299] By: jhi                                   on 2001/01/02  22:14:40
41539         Log: Integrate perlio.
41540      Branch: perl
41541           !> pp.c pp_hot.c win32/Makefile
41542 ____________________________________________________________________________
41543 [  8298] By: nick                                  on 2001/01/02  22:03:06
41544         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
41545      Branch: perlio
41546            ! pp.c pp_hot.c
41547 ____________________________________________________________________________
41548 [  8297] By: jhi                                   on 2001/01/02  04:26:28
41549         Log: Signedness nit.
41550      Branch: perl
41551            ! ext/Encode/Encode.xs
41552 ____________________________________________________________________________
41553 [  8296] By: nick                                  on 2001/01/01  23:49:36
41554         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
41555      Branch: perlio
41556            ! win32/Makefile
41557 ____________________________________________________________________________
41558 [  8295] By: jhi                                   on 2001/01/01  23:05:48
41559         Log: Integrate perlio.
41560      Branch: perl
41561           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
41562           !> t/lib/encode.t
41563 ____________________________________________________________________________
41564 [  8294] By: nick                                  on 2001/01/01  22:48:34
41565         Log: Integrate mainline
41566      Branch: perlio
41567            ! pp_hot.c t/lib/encode.t
41568           !> (integrate 65 files)
41569 ____________________________________________________________________________
41570 [  8293] By: nick                                  on 2001/01/01  21:58:50
41571         Log: More rigor in UTF-8-ness of Encode's toUnicode
41572              XS export some of the utf8 internal functions.
41573              Test some of the functions.
41574              Fix pp_concat() bug shown by said tests.
41575      Branch: perlio
41576            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
41577            ! t/lib/encode.t
41578 ____________________________________________________________________________
41579 [  8292] By: jhi                                   on 2001/01/01  18:11:44
41580         Log: Integrate perlio.
41581      Branch: perl
41582           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41583           !> ext/Encode/encengine.c ext/Encode/encode.h
41584 ____________________________________________________________________________
41585 [  8291] By: jhi                                   on 2001/01/01  18:10:58
41586         Log: Podify README.mpeix (a new version from the web),
41587              add a dummy NAME to Carp::Heavy, regen toc.
41588      Branch: perl
41589            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
41590            ! pod/perltoc.pod
41591 ____________________________________________________________________________
41592 [  8290] By: nick                                  on 2001/01/01  17:43:47
41593         Log: Loose the "Loading..." warning.
41594              Another bug in fallback support
41595      Branch: perlio
41596            ! ext/Encode/Encode.pm ext/Encode/encengine.c
41597 ____________________________________________________________________________
41598 [  8289] By: jhi                                   on 2001/01/01  00:01:57
41599         Log: Bump up Larry's copyright.
41600      Branch: perl
41601            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
41602            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
41603            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
41604            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
41605            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
41606            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
41607            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
41608            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
41609 ____________________________________________________________________________
41610 [  8288] By: nick                                  on 2000/12/31  21:27:53
41611         Log: Fix .ucm reading - forgot a chr()
41612              Start of .ucm write (for .enc to .ucm)
41613      Branch: perlio
41614            ! ext/Encode/compile
41615 ____________________________________________________________________________
41616 [  8287] By: jhi                                   on 2000/12/31  18:15:56
41617         Log: Comment away a diagnostic message as noted by Craig A. Berry
41618              (the unexpected message was confusing testing)
41619      Branch: perl
41620            ! ext/Encode/Encode.pm
41621 ____________________________________________________________________________
41622 [  8286] By: jhi                                   on 2000/12/31  18:14:51
41623         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
41624              Date: Sun, 31 Dec 2000 11:17:37 -0600
41625              From: "Craig A. Berry" <craigberry@mac.com>
41626              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
41627      Branch: perl
41628            ! ext/Encode/Makefile.PL
41629 ____________________________________________________________________________
41630 [  8285] By: nick                                  on 2000/12/31  18:11:54
41631         Log: Start of support of ICU-style .ucm files:
41632              - teach compile how to read a .ucm file
41633              - first guess at how to represent fallbacks in "tries".
41634              - use fallbacks if check == 0
41635              - new return code to indicate we used one.
41636      Branch: perlio
41637            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
41638            ! ext/Encode/encengine.c ext/Encode/encode.h
41639 ____________________________________________________________________________
41640 [  8284] By: jhi                                   on 2000/12/31  18:04:41
41641         Log: Pacify picky VMS compiler.
41642              
41643              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
41644              From: "Craig A. Berry" <craig.berry@psinetcs.com>
41645              Date: Sat, 30 Dec 2000 18:10:02 -0600
41646              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
41647      Branch: perl
41648            ! sv.c
41649 ____________________________________________________________________________
41650 [  8283] By: jhi                                   on 2000/12/31  16:11:47
41651         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
41652      Branch: perl
41653            ! t/lib/glob-basic.t
41654 ____________________________________________________________________________
41655 [  8282] By: jhi                                   on 2000/12/31  15:26:11
41656         Log: Integrate perlio.
41657      Branch: perl
41658           !> makedef.pl opcode.pl os2/os2.c perlio.c
41659 ____________________________________________________________________________
41660 [  8281] By: nick                                  on 2000/12/31  10:06:15
41661         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
41662              is available to be exported
41663      Branch: perlio
41664            ! makedef.pl perlio.c
41665 ____________________________________________________________________________
41666 [  8280] By: nick                                  on 2000/12/31  09:41:26
41667         Log: Ilya's OS2 patch (testing for damage on Win32)
41668      Branch: perlio
41669            ! makedef.pl opcode.pl os2/os2.c
41670 ____________________________________________________________________________
41671 [  8279] By: jhi                                   on 2000/12/30  21:52:07
41672         Log: Test nits.
41673      Branch: perl
41674            ! t/lib/syslfs.t t/op/lfs.t
41675 ____________________________________________________________________________
41676 [  8278] By: jhi                                   on 2000/12/30  21:47:49
41677         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
41678              From: andreas.koenig@anima.de (Andreas J. Koenig)
41679              Date: 30 Dec 2000 22:35:37 +0100
41680              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
41681              
41682              The 32-bit wraparound test wasn't quite right.
41683      Branch: perl
41684            ! t/lib/syslfs.t t/op/lfs.t
41685 ____________________________________________________________________________
41686 [  8277] By: jhi                                   on 2000/12/30  21:33:44
41687         Log: Subject: [PATCH] open() example in perlfunc.pod 
41688              From: Karsten Sperling <s_sperli@ira.uka.de>
41689              Date: Sat, 30 Dec 2000 22:27:09 +0100
41690              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
41691      Branch: perl
41692            ! pod/perlfunc.pod
41693 ____________________________________________________________________________
41694 [  8276] By: jhi                                   on 2000/12/30  20:32:40
41695         Log: Not quite that many tests yet.
41696      Branch: perl
41697            ! t/op/pat.t
41698 ____________________________________________________________________________
41699 [  8275] By: jhi                                   on 2000/12/30  20:26:58
41700         Log: Integrate perlio.
41701      Branch: perl
41702           !> toke.c
41703 ____________________________________________________________________________
41704 [  8274] By: jhi                                   on 2000/12/30  20:24:56
41705         Log: Signedness nit.
41706      Branch: perl
41707            ! utf8.c
41708 ____________________________________________________________________________
41709 [  8273] By: jhi                                   on 2000/12/30  20:15:46
41710         Log: Add a test case for 20000731.001 which was fixed by the #8267.
41711      Branch: perl
41712            ! t/op/pat.t
41713 ____________________________________________________________________________
41714 [  8272] By: nick                                  on 2000/12/30  19:47:51
41715         Log: Tweak for MULTIPLICITY/USE_PERLIO
41716      Branch: perlio
41717            ! toke.c
41718 ____________________________________________________________________________
41719 [  8271] By: nick                                  on 2000/12/30  19:46:45
41720         Log: Integrate mainline
41721      Branch: perlio
41722           +> lib/unicode/distinct.pm
41723           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
41724           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
41725           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
41726 ____________________________________________________________________________
41727 [  8270] By: jhi                                   on 2000/12/30  19:39:50
41728         Log: Subject: RE: perl@8269
41729              From: "Richard Soderberg" <rs@crystalflame.net>
41730              Date: Sat, 30 Dec 2000 11:36:27 -0800
41731              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
41732              
41733              A missing aTHX_.
41734      Branch: perl
41735            ! toke.c
41736 ____________________________________________________________________________
41737 [  8269] By: jhi                                   on 2000/12/30  18:55:48
41738         Log: Update Changes.
41739      Branch: perl
41740            ! Changes patchlevel.h
41741 ____________________________________________________________________________
41742 [  8268] By: jhi                                   on 2000/12/30  17:18:40
41743         Log: Add a test for Unicode split //.  The #8267 was the cure.
41744      Branch: perl
41745            ! t/op/split.t
41746 ____________________________________________________________________________
41747 [  8267] By: jhi                                   on 2000/12/30  17:14:19
41748         Log: Subject: more UTF8 test suites and an UTF8 patch
41749              From: Inaba Hiroto <inaba@st.rim.or.jp>
41750              Date: Sat, 30 Dec 2000 14:27:10 +0900
41751              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
41752              
41753              Just the patch part for now, and the pragma renamed
41754              as unicode::distinct.
41755      Branch: perl
41756            + lib/unicode/distinct.pm
41757            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
41758            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
41759            ! regcomp.h regexec.c sv.c toke.c utf8.c
41760 ____________________________________________________________________________
41761 [  8266] By: nick                                  on 2000/12/30  16:40:49
41762         Log: Integrate mainline
41763      Branch: perlio
41764           +> lib/Pod/Text/Overstrike.pm
41765           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
41766           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
41767           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
41768           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
41769           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
41770 ____________________________________________________________________________
41771 [  8265] By: jhi                                   on 2000/12/30  07:28:55
41772         Log: The sv_catsv() fix, take two.
41773      Branch: perl
41774            ! sv.c t/op/join.t
41775 ____________________________________________________________________________
41776 [  8264] By: jhi                                   on 2000/12/30  06:19:18
41777         Log: Undo all the join-related changes since #8248: relevant
41778              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
41779              The new sv_catsv() doesn't fly so it must go back to
41780              the drawing board.
41781      Branch: perl
41782            ! sv.c t/op/join.t t/pragma/utf8.t
41783 ____________________________________________________________________________
41784 [  8263] By: jhi                                   on 2000/12/30  01:08:32
41785         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
41786      Branch: perl
41787            ! sv.c
41788 ____________________________________________________________________________
41789 [  8262] By: jhi                                   on 2000/12/30  00:45:14
41790         Log: Retract #8261.
41791      Branch: perl
41792            ! hv.c util.c
41793 ____________________________________________________________________________
41794 [  8261] By: jhi                                   on 2000/12/30  00:38:32
41795         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
41796      Branch: perl
41797            ! hv.c util.c
41798 ____________________________________________________________________________
41799 [  8260] By: jhi                                   on 2000/12/29  22:51:33
41800         Log: (Retracted by #8264)  More fixing for #8251.
41801      Branch: perl
41802            ! sv.c
41803 ____________________________________________________________________________
41804 [  8259] By: jhi                                   on 2000/12/29  18:27:30
41805         Log: Subject: podlators 1.06 released
41806              From: Russ Allbery <rra@stanford.edu>
41807              Date: 25 Dec 2000 05:09:30 -0800
41808              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
41809      Branch: perl
41810            + lib/Pod/Text/Overstrike.pm
41811            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
41812            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
41813 ____________________________________________________________________________
41814 [  8258] By: jhi                                   on 2000/12/29  18:20:45
41815         Log: Make the large file tests more robust/talkative as suggested by
41816              
41817              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
41818              From: andreas.koenig@anima.de (Andreas J. Koenig)
41819              Date: 29 Dec 2000 14:23:01 +0100
41820              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
41821      Branch: perl
41822            ! t/lib/syslfs.t t/op/lfs.t
41823 ____________________________________________________________________________
41824 [  8257] By: jhi                                   on 2000/12/29  17:48:04
41825         Log: Further VMS piping fixes from Charles Lane:
41826              
41827              In summary, error messages produced when a subprocess terminated
41828              abnormally were being sent not just to the parent process, but to
41829              grandparents, because of default values for error output that were
41830              not completely overridden when the subprocess was started.
41831              
41832              This patch fixes this behavior by defining user-mode (i.e., temporary
41833              for the duration of the program) logical names for SYS$OUTPUT and
41834              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
41835              changes to make it so that the user-mode logicals are the ones that
41836              control where Perl's error messages go if it terminates abnormally.
41837              
41838              I also added some gratuitous fixes to the indentation of braces in
41839              the piping code.  It just looked ugly, before.
41840      Branch: perl
41841            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
41842 ____________________________________________________________________________
41843 [  8256] By: jhi                                   on 2000/12/29  17:45:12
41844         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
41845              From: "Casey R. Tweten" <crt@kiski.net>
41846              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
41847              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
41848              
41849              Tests for for #8240.
41850      Branch: perl
41851            ! t/pragma/constant.t
41852 ____________________________________________________________________________
41853 [  8255] By: jhi                                   on 2000/12/29  17:43:07
41854         Log: Subject: Re: [PATCH] Interesting syntax idea
41855              From: Simon Cozens <simon@cozens.net>
41856              Date: Fri, 29 Dec 2000 14:34:04 +0000
41857              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
41858              
41859              Tests for #8254.
41860      Branch: perl
41861            ! t/pragma/sub_lval.t
41862 ____________________________________________________________________________
41863 [  8254] By: jhi                                   on 2000/12/29  17:42:11
41864         Log: Subject: [PATCH] Interesting syntax idea
41865              From: Simon Cozens <simon@cozens.net>
41866              Date: Wed, 27 Dec 2000 05:08:57 +0000
41867              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
41868              
41869              Make opens + bareword assigns do typeglob assigns.
41870      Branch: perl
41871            ! op.c
41872 ____________________________________________________________________________
41873 [  8253] By: jhi                                   on 2000/12/29  17:36:45
41874         Log: Output the (apparent) version of gcc, as suggested by
41875              
41876              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
41877              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
41878              Date: 26 Dec 2000 04:29:17 -0500
41879              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
41880              
41881              (The patch as such didn't any more apply as the misparsing had
41882              already been addressed in #6474.)  Also change the wording about
41883              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
41884      Branch: perl
41885            ! hints/dec_osf.sh
41886 ____________________________________________________________________________
41887 [  8252] By: nick                                  on 2000/12/29  12:14:31
41888         Log: Integrate mainline
41889      Branch: perlio
41890           !> (integrate 27 files)
41891 ____________________________________________________________________________
41892 [  8251] By: jhi                                   on 2000/12/29  08:45:46
41893         Log: (Retracted by #8264)
41894              
41895              (Fixed by #8260.)
41896              
41897              sv_catsv() needs one more byte space than seems reasonable.
41898              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
41899              Curiouser and curiouser.
41900      Branch: perl
41901            ! sv.c
41902 ____________________________________________________________________________
41903 [  8250] By: jhi                                   on 2000/12/29  07:57:52
41904         Log: More split // UTF-8 tests.
41905      Branch: perl
41906            ! t/pragma/utf8.t
41907 ____________________________________________________________________________
41908 [  8249] By: jhi                                   on 2000/12/29  07:54:51
41909         Log: (Retracted by #8264)  More join() testing which was good because
41910              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
41911      Branch: perl
41912            ! pp.c t/op/join.t utf8.c utf8.h
41913 ____________________________________________________________________________
41914 [  8248] By: jhi                                   on 2000/12/29  07:08:32
41915         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
41916              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
41917              that the only cases to care about are byte+byte and byte+character.
41918              
41919              TODO: See how well pp_concat() could be implemented in terms
41920              of sv_catsv().
41921      Branch: perl
41922            ! doop.c sv.c t/op/join.t utf8.h
41923 ____________________________________________________________________________
41924 [  8247] By: jhi                                   on 2000/12/29  06:35:23
41925         Log: Signedness nit.
41926      Branch: perl
41927            ! pp_hot.c
41928 ____________________________________________________________________________
41929 [  8246] By: jhi                                   on 2000/12/29  01:23:31
41930         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
41931              From: Lupe Christoph <lupe@lupe-christoph.de>
41932              Date: Thu, 28 Dec 2000 23:00:00 +0100
41933              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
41934              
41935              Suggest rsync --delete --dry-run.
41936      Branch: perl
41937            ! pod/perlhack.pod
41938 ____________________________________________________________________________
41939 [  8245] By: jhi                                   on 2000/12/28  23:57:05
41940         Log: The maxiters upper limit sanity check (guarding against
41941              non-progress) assumed bytes instead of characters in s///
41942              and split().
41943      Branch: perl
41944            ! pp.c pp_hot.c
41945 ____________________________________________________________________________
41946 [  8244] By: jhi                                   on 2000/12/28  23:34:08
41947         Log: Make some panic messages a bit more logical.
41948      Branch: perl
41949            ! doop.c pod/perldiag.pod pp.c pp_hot.c
41950 ____________________________________________________________________________
41951 [  8243] By: jhi                                   on 2000/12/28  22:59:16
41952         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
41953              From: Simon Cozens <simon@cozens.net>
41954              Date: Wed, 27 Dec 2000 02:30:03 +0000
41955              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
41956      Branch: perl
41957            ! pp.c t/pragma/sub_lval.t
41958 ____________________________________________________________________________
41959 [  8242] By: jhi                                   on 2000/12/28  22:56:53
41960         Log: Subject: [PATCH blead] Fix B::Terse indentation
41961              From: Daniel Chetlin <daniel@chetlin.com>
41962              Date: Wed, 27 Dec 2000 06:43:30 -0800
41963              Message-ID: <20001227064329.B9573@darkstar>
41964      Branch: perl
41965            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
41966 ____________________________________________________________________________
41967 [  8241] By: jhi                                   on 2000/12/28  22:48:59
41968         Log: The latter patch from the
41969              
41970              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
41971              From: Peter Prymmer <pvhp@forte.com> 
41972              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
41973              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
41974              
41975              (the former patch from the above should have been
41976              taken care of by Nick I-S)
41977      Branch: perl
41978            ! win32/Makefile
41979 ____________________________________________________________________________
41980 [  8240] By: jhi                                   on 2000/12/28  22:45:22
41981         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
41982              From: "Casey R. Tweten" <crt@kiski.net>
41983              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
41984              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
41985      Branch: perl
41986            ! lib/constant.pm
41987 ____________________________________________________________________________
41988 [  8239] By: jhi                                   on 2000/12/28  22:37:45
41989         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
41990              From: Simon Cozens <simon@cozens.net>
41991              Date: Wed, 27 Dec 2000 14:12:44 +0000
41992              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
41993      Branch: perl
41994            ! t/op/method.t t/op/sort.t toke.c
41995 ____________________________________________________________________________
41996 [  8238] By: jhi                                   on 2000/12/28  22:30:32
41997         Log: Subject: [PATCH perl@8229] Call.pm
41998              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41999              Date: Mon, 25 Dec 2000 10:47:15 -0000
42000              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
42001      Branch: perl
42002            ! ext/Filter/Util/Call/Call.pm
42003 ____________________________________________________________________________
42004 [  8237] By: jhi                                   on 2000/12/28  22:19:21
42005         Log: Subject: [PATCH blead] Fix problem with `&' prototype
42006              From: Daniel Chetlin <daniel@chetlin.com>
42007              Date: Wed, 27 Dec 2000 15:55:32 -0800
42008              Message-ID: <20001227155532.D9573@darkstar>
42009      Branch: perl
42010            ! op.c t/comp/proto.t
42011 ____________________________________________________________________________
42012 [  8236] By: jhi                                   on 2000/12/28  22:09:25
42013         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
42014              From: Daniel Chetlin <daniel@chetlin.com>
42015              Date: Sun, 24 Dec 2000 04:09:49 -0800
42016              Message-ID: <20001224040949.B3090@darkstar>
42017      Branch: perl
42018            ! gv.c mg.c t/op/attrs.t
42019 ____________________________________________________________________________
42020 [  8235] By: jhi                                   on 2000/12/28  22:07:11
42021         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
42022              From: Jan Dubois <jand@ActiveState.com>
42023              Date: Tue, 26 Dec 2000 20:57:31 -0800
42024              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
42025      Branch: perl
42026            ! win32/win32.c
42027 ____________________________________________________________________________
42028 [  8234] By: jhi                                   on 2000/12/28  21:52:42
42029         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
42030              From: Simon Cozens <simon@cozens.net>
42031              Date: Thu, 28 Dec 2000 20:33:13 +0000
42032              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
42033      Branch: perl
42034            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
42035 ____________________________________________________________________________
42036 [  8233] By: jhi                                   on 2000/12/28  19:40:49
42037         Log: Integrate perlio.
42038      Branch: perl
42039           !> ext/Encode/Makefile.PL ext/Encode/compile
42040 ____________________________________________________________________________
42041 [  8232] By: nick                                  on 2000/12/23  16:06:00
42042         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
42043              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
42044      Branch: perlio
42045            ! ext/Encode/Makefile.PL
42046 ____________________________________________________________________________
42047 [  8231] By: nick                                  on 2000/12/23  14:30:34
42048         Log: "Compiled" encode build cleanup
42049              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
42050              - .c files do not export sub-tables
42051      Branch: perlio
42052            ! ext/Encode/Makefile.PL ext/Encode/compile
42053 ____________________________________________________________________________
42054 [  8230] By: nick                                  on 2000/12/23  12:50:37
42055         Log: Integrate mainline
42056      Branch: perlio
42057           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42058           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42059           !> pod/perl5004delta.pod pod/perl5005delta.pod
42060           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
42061           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
42062           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
42063           !> pod/perlsub.pod
42064 ____________________________________________________________________________
42065 [  8229] By: jhi                                   on 2000/12/22  15:32:12
42066         Log: Integrate perlio.
42067      Branch: perl
42068           +> win32/distclean.bat
42069           !> MANIFEST t/io/utf8.t
42070 ____________________________________________________________________________
42071 [  8228] By: jhi                                   on 2000/12/22  15:29:40
42072         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
42073              From: Robin Barker <rmb1@cise.npl.co.uk>
42074              Date: Fri, 22 Dec 2000 12:17:38 GMT
42075              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
42076      Branch: perl
42077            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
42078            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
42079            ! pod/perl5004delta.pod pod/perl5005delta.pod
42080            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
42081            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
42082            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
42083            ! pod/perlsub.pod
42084 ____________________________________________________________________________
42085 [  8227] By: jhi                                   on 2000/12/22  15:24:28
42086         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
42087              From: "John L. Allen" <allen@grumman.com>
42088              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
42089              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
42090              
42091              Document APPLLIB_EXP.
42092      Branch: perl
42093            ! INSTALL
42094 ____________________________________________________________________________
42095 [  8226] By: nick                                  on 2000/12/21  22:11:50
42096         Log: Handy script for when one forgets to "dmake clean" 
42097      Branch: perlio
42098            + win32/distclean.bat
42099            ! MANIFEST
42100 ____________________________________________________________________________
42101 [  8225] By: nick                                  on 2000/12/21  21:54:04
42102         Log: CRLF platform issue with io/utf8 fix.
42103      Branch: perlio
42104            ! t/io/utf8.t
42105 ____________________________________________________________________________
42106 [  8224] By: nick                                  on 2000/12/21  21:02:20
42107         Log: Integrate mainline
42108      Branch: perlio
42109           !> Changes Configure Makefile.SH Porting/Glossary
42110           !> Porting/config.sh Porting/config_H configure.com
42111           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
42112           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
42113           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
42114           !> win32/config.bc win32/config.gc win32/config.vc
42115 ____________________________________________________________________________
42116 [  8223] By: jhi                                   on 2000/12/21  17:09:16
42117         Log: Update Changes.
42118      Branch: perl
42119            ! Changes patchlevel.h
42120 ____________________________________________________________________________
42121 [  8222] By: jhi                                   on 2000/12/21  16:24:01
42122         Log: Metaconfig unit changes for #8221.
42123      Branch: metaconfig/U/perl
42124           +> issymlink.U
42125            - testsyml.U
42126            ! Mksymlinks.U
42127 ____________________________________________________________________________
42128 [  8221] By: jhi                                   on 2000/12/21  16:23:48
42129         Log: Rename testsyml to issymlink.
42130      Branch: perl
42131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42132            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
42133            ! win32/config.vc
42134 ____________________________________________________________________________
42135 [  8220] By: jhi                                   on 2000/12/21  15:47:26
42136         Log: Robustness support for #8218 (symlink forest) since the GNU
42137              tools seem to be overly picky about symlinkage depths.
42138      Branch: perl
42139            ! Makefile.SH t/io/fs.t
42140 ____________________________________________________________________________
42141 [  8219] By: jhi                                   on 2000/12/21  15:38:27
42142         Log: Metaconfig changes for #8218.
42143      Branch: metaconfig
42144            ! U/modified/Oldconfig.U
42145      Branch: metaconfig/U/perl
42146            + Mksymlinks.U
42147            ! testsyml.U
42148 ____________________________________________________________________________
42149 [  8218] By: jhi                                   on 2000/12/21  15:37:57
42150         Log: Add Configure option -Dmksymlinks which will create a symlink
42151              forest if the current/build differs from the source directory.
42152              TODO: mkdir -p is not portable.
42153      Branch: perl
42154            ! Configure
42155 ____________________________________________________________________________
42156 [  8217] By: jhi                                   on 2000/12/21  14:39:12
42157         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
42158              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
42159              Date: Thu, 21 Dec 2000 09:38:18 GMT
42160              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
42161              
42162              The ofs became an SV.
42163      Branch: perl
42164            ! ext/Thread/Thread.xs
42165 ____________________________________________________________________________
42166 [  8216] By: jhi                                   on 2000/12/21  05:40:21
42167         Log: The polymorphism seems to have fixed 20000517.001.
42168      Branch: perl
42169            ! t/pragma/utf8.t
42170 ____________________________________________________________________________
42171 [  8215] By: jhi                                   on 2000/12/21  04:44:52
42172         Log: read() documentation tweak for 20001121.004.
42173      Branch: perl
42174            ! pod/perlfunc.pod
42175 ____________________________________________________________________________
42176 [  8214] By: jhi                                   on 2000/12/21  03:54:11
42177         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
42178      Branch: perl
42179            ! pp_sys.c t/op/misc.t
42180 ____________________________________________________________________________
42181 [  8213] By: jhi                                   on 2000/12/21  00:28:10
42182         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
42183              From: Peter Prymmer <pvhp@forte.com>
42184              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
42185              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
42186      Branch: perl
42187            ! configure.com
42188 ____________________________________________________________________________
42189 [  8212] By: jhi                                   on 2000/12/21  00:26:21
42190         Log: Edit edit edit.
42191      Branch: perl
42192            ! pod/perlfaq3.pod
42193 ____________________________________________________________________________
42194 [  8211] By: jhi                                   on 2000/12/20  18:52:46
42195         Log: Update Changes.
42196      Branch: perl
42197            ! Changes patchlevel.h
42198 ____________________________________________________________________________
42199 [  8210] By: jhi                                   on 2000/12/20  18:34:47
42200         Log: Yet another editor edit.
42201      Branch: perl
42202            ! pod/perlfaq3.pod
42203 ____________________________________________________________________________
42204 [  8209] By: jhi                                   on 2000/12/20  15:33:28
42205         Log: More Win32 Perling.
42206      Branch: perl
42207            ! pod/perlfaq3.pod
42208 ____________________________________________________________________________
42209 [  8208] By: jhi                                   on 2000/12/20  15:07:46
42210         Log: More Win32 editor/IDE/shell hints.
42211      Branch: perl
42212            ! pod/perlfaq3.pod
42213 ____________________________________________________________________________
42214 [  8207] By: jhi                                   on 2000/12/20  03:54:08
42215         Log: Subject: [PATCH] obscure timing knowledge
42216              From: Nicholas Clark <nick@ccl4.org>
42217              Date: Tue, 19 Dec 2000 19:22:31 +0000
42218              Message-ID: <20001219192231.F2827@plum.flirble.org>
42219      Branch: perl
42220            ! sv.c
42221 ____________________________________________________________________________
42222 [  8206] By: jhi                                   on 2000/12/20  03:45:57
42223         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
42224              From: Spider Boardman <spider@leggy.zk3.dec.com>
42225              Date: Tue, 19 Dec 2000 21:30:16 -0500
42226              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
42227      Branch: perl
42228            ! sv.c
42229 ____________________________________________________________________________
42230 [  8205] By: jhi                                   on 2000/12/19  23:02:01
42231         Log: Update Changes.
42232      Branch: perl
42233            ! Changes patchlevel.h
42234 ____________________________________________________________________________
42235 [  8204] By: jhi                                   on 2000/12/19  22:58:18
42236         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
42237              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
42238              on editors and diffing/patching.
42239      Branch: perl
42240            ! t/op/utf8decode.t
42241 ____________________________________________________________________________
42242 [  8203] By: nick                                  on 2000/12/19  21:36:16
42243         Log: Integrate mainline (forgot my own change...)
42244      Branch: perlio
42245           !> ext/Encode/compile
42246 ____________________________________________________________________________
42247 [  8202] By: nick                                  on 2000/12/19  21:34:42
42248         Log: Integrate mainline.
42249      Branch: perlio
42250           !> (integrate 61 files)
42251 ____________________________________________________________________________
42252 [  8201] By: nick                                  on 2000/12/19  21:34:06
42253         Log: Avoid looking for File::Glob when we don't need it.
42254      Branch: perl
42255            ! ext/Encode/compile
42256 ____________________________________________________________________________
42257 [  8200] By: jhi                                   on 2000/12/19  18:35:49
42258         Log: Update Changes.
42259      Branch: perl
42260            ! Changes patchlevel.h
42261 ____________________________________________________________________________
42262 [  8199] By: jhi                                   on 2000/12/19  18:35:07
42263         Log: Microperl tweaks.
42264      Branch: perl
42265            ! sv.c uconfig.h uconfig.sh
42266 ____________________________________________________________________________
42267 [  8198] By: jhi                                   on 2000/12/19  18:29:59
42268         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
42269      Branch: perl
42270            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
42271            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
42272 ____________________________________________________________________________
42273 [  8197] By: jhi                                   on 2000/12/19  17:55:29
42274         Log: In VMS embedded perls couldn't access the statically built Socket,
42275              from Charles Lane.
42276      Branch: perl
42277            ! configure.com
42278 ____________________________________________________________________________
42279 [  8196] By: jhi                                   on 2000/12/19  17:49:50
42280         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
42281              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
42282              Date: Sun, 17 Dec 2000 19:11:44 -0000
42283              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
42284      Branch: perl
42285            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
42286            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
42287 ____________________________________________________________________________
42288 [  8195] By: jhi                                   on 2000/12/19  17:47:53
42289         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
42290              From: Jonathan Stowe <gellyfish@gellyfish.com>
42291              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
42292              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
42293      Branch: perl
42294            ! utils/h2xs.PL
42295 ____________________________________________________________________________
42296 [  8194] By: jhi                                   on 2000/12/19  17:46:28
42297         Log: Subject: Re: useless use of void context work-around
42298              From: andreas.koenig@anima.de (Andreas J. Koenig)
42299              Date: 16 Dec 2000 15:13:36 +0100
42300              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
42301              
42302              Document (comment) the q(di ds ig) trick in the code.
42303      Branch: perl
42304            ! op.c
42305 ____________________________________________________________________________
42306 [  8193] By: jhi                                   on 2000/12/19  17:10:57
42307         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
42308              From: "Mark J. Reed" <mreed@strange.turner.com>
42309              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
42310              Message-Id: <200012160222.VAA13986@strange.turner.com>
42311      Branch: perl
42312            ! ext/Sys/Syslog/Syslog.pm
42313 ____________________________________________________________________________
42314 [  8192] By: jhi                                   on 2000/12/19  17:07:45
42315         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
42316              From: Nicholas Clark <nick@ccl4.org>
42317              Date: Sat, 16 Dec 2000 19:03:13 +0000
42318              Message-ID: <20001216190313.D68304@plum.flirble.org>
42319      Branch: perl
42320            ! t/op/64bitint.t
42321 ____________________________________________________________________________
42322 [  8191] By: jhi                                   on 2000/12/19  17:06:13
42323         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
42324              From: Dominic Dunlop <domo@computer.org>
42325              Date: Mon, 18 Dec 2000 12:00:15 +0100
42326              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
42327              
42328              This patchlet is needed in order that perl can be statically linked.  
42329      Branch: perl
42330            ! regexec.c
42331 ____________________________________________________________________________
42332 [  8190] By: jhi                                   on 2000/12/19  17:03:08
42333         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
42334              From: "Craig A. Berry" <craig.berry@psinetcs.com>
42335              Date: Sun, 17 Dec 2000 00:18:35 -0600
42336              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
42337      Branch: perl
42338            ! perlio.h vms/gen_shrfls.pl
42339 ____________________________________________________________________________
42340 [  8189] By: jhi                                   on 2000/12/19  16:20:28
42341         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
42342              From: Prymmer/Kahn <pvhp@best.com>
42343              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
42344              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
42345              
42346              A better version of #8188.
42347      Branch: perl
42348            ! pod/perlfaq3.pod
42349 ____________________________________________________________________________
42350 [  8188] By: jhi                                   on 2000/12/19  15:57:06
42351         Log: (Replaced by #8189)
42352              
42353              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
42354              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
42355              From: Prymmer/Kahn <pvhp@best.com>
42356              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
42357              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
42358              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
42359              Date: Mon, 18 Dec 2000 11:10:45 -0500
42360              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
42361      Branch: perl
42362            ! pod/perlfaq3.pod
42363 ____________________________________________________________________________
42364 [  8187] By: jhi                                   on 2000/12/19  15:54:19
42365         Log: Email address fix for Anton Berezin.
42366      Branch: perl
42367            ! AUTHORS
42368 ____________________________________________________________________________
42369 [  8186] By: jhi                                   on 2000/12/19  15:38:54
42370         Log: Subject: [PATCH perl@8102] cygwin port
42371              From: "Eric Fifer" <efifer@dircon.co.uk> 
42372              Date: Thu, 14 Dec 2000 13:41:29 -0000
42373              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
42374              
42375              When compiling modules the data item that is being imported
42376              from libperl.dll needs to be tagged as imported/shared data:
42377              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
42378      Branch: perl
42379            ! perliol.h
42380 ____________________________________________________________________________
42381 [  8185] By: jhi                                   on 2000/12/19  14:53:24
42382         Log: Regen uconfig.h and uconfig.sh.
42383      Branch: perl
42384            ! uconfig.h uconfig.sh
42385 ____________________________________________________________________________
42386 [  8184] By: jhi                                   on 2000/12/18  20:43:49
42387         Log: Comments work so much better when they are closed.
42388      Branch: perl
42389            ! regcomp.c
42390 ____________________________________________________________________________
42391 [  8183] By: jhi                                   on 2000/12/18  18:04:02
42392         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
42393              Fixes the bug 20001218.016.
42394      Branch: perl
42395            ! regcomp.c
42396 ____________________________________________________________________________
42397 [  8182] By: gsar                                  on 2000/12/18  09:53:47
42398         Log: delete spurious files
42399      Branch: maint-5.6/perl
42400            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
42401            - vos/config.h vos/config_h.SH_orig
42402 ____________________________________________________________________________
42403 [  8181] By: gsar                                  on 2000/12/18  09:46:08
42404         Log: regen perltoc
42405      Branch: maint-5.6/perl
42406            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
42407 ____________________________________________________________________________
42408 [  8180] By: gsar                                  on 2000/12/18  09:20:27
42409         Log: integrate changes#7924..7926,7946,7952 from mainline
42410              
42411              A test works better if it has the right 1..$n output.
42412              
42413              All the core library users of Class::Struct seem to be
42414              using "use Class::Struct 'struct';" instead of the bare
42415              "use Class::Struct;", which isn't documented in Class::Struct.
42416              This can't be right.
42417              
42418              Make the Class::Struct import() wiser.
42419              
42420              Upgrade to CPAN 1.59_51, from Andreas König.
42421              
42422              Subject: Re: long shell lines
42423              Split overly long shell command lines.
42424      Branch: maint-5.6/perl
42425           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
42426           !> lib/File/stat.pm t/lib/class-struct.t
42427 ____________________________________________________________________________
42428 [  8179] By: gsar                                  on 2000/12/18  08:55:54
42429         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
42430              7918,7919,7988,8907 from mainline (various)
42431              
42432              Subject: [ID 20001127.004] White space problem in perlamiga.pod
42433              
42434              Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
42435              
42436              Subject: [PATCH] perlcc.PL cleanups
42437              
42438              Subject: [PATCH] Updating perltie.pod for arrays
42439              
42440              Subject: [ID 20001128.002] what's the point of example code if it is buggy?
42441              Subject: Re: [PATCH] Updating perltie.pod for arrays
42442              Subject: Re: [PATCH] Updating perltie.pod for arrays
42443              
42444              One more perltie.pod nit from Casey R. Tweten.
42445              
42446              Subject: [PATCH] $^O  win32 -> MSWin32
42447              plus similar nits for vms, err, VMS, and UNICOS.
42448              
42449              Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
42450              More checking in case someone has broken their services or
42451              protocol databases.
42452              
42453              Make "use Class::Struct 'struct';" work again (broken by #7617);
42454              add a test for Class::Struct.
42455              
42456              Integrate the "skip" messages to explain().
42457              
42458              Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
42459      Branch: maint-5.6/perl
42460           +> t/lib/class-struct.t
42461           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
42462           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
42463           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
42464 ____________________________________________________________________________
42465 [  8178] By: gsar                                  on 2000/12/18  08:16:30
42466         Log: avoid redefinition warnings on windows due to sys/socket.h getting
42467              #included before win32.h
42468      Branch: maint-5.6/perl
42469            ! win32/include/sys/socket.h
42470 ____________________________________________________________________________
42471 [  8177] By: gsar                                  on 2000/12/18  05:24:04
42472         Log: make regen_headers; fix POSIX.xs problems; remove outdated
42473              code from sys/socket.h that makes build fail now
42474      Branch: maint-5.6/perl
42475            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
42476            ! pod/perlapi.pod
42477           !> win32/include/sys/socket.h
42478 ____________________________________________________________________________
42479 [  8176] By: gsar                                  on 2000/12/18  05:20:17
42480         Log: update Changes
42481      Branch: maint-5.6/perl
42482            ! Changes patchlevel.h
42483 ____________________________________________________________________________
42484 [  8175] By: gsar                                  on 2000/12/18  04:57:48
42485         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
42486              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
42487              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
42488              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
42489              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
42490              7823,7825,7838
42491              
42492              Subject: Re: [PATCH] README.solaris
42493              
42494              Add getpagesize() probing, on non-UNIX guess 'undef'.
42495              
42496              Simplify the getpagesize() unit by dropping the
42497              pagesize probe since it's nowadays slightly more
42498              complicated because of sysconf(). (Note: if some
42499              platform really needs the -lPW for getpagesize,
42500              I just broke it.)
42501              TODO: a new pagesize unit.
42502              
42503              Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
42504              
42505              MachTen doesn't really do mmap() and munmap().
42506              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
42507              
42508              More README.solaris updates from Andy Dougherty.
42509              
42510              Copy the s// information of README.hpux also to the perlrun.
42511              
42512              Add HAS_FSYNC, lack noticed by Nicholas Clark.
42513              
42514              Add a metaconfig unit for fsync.
42515              
42516              Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
42517              
42518              Many subdocumented return values of the IO extension now documented.
42519              ungetc and write still left subdocumented.
42520              Subject: [PATCH] (was Re: IO::Handle::ungetc)
42521              
42522              Document tell() on special streams.
42523              
42524              Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
42525              
42526              Subject: [ID 20001112.007] sfio's sftell isn't ftell
42527              
42528              Couple of tests from #7660 salvaged.
42529              
42530              Tweak the definition of the bit complement on UTF-8 data:
42531              if none of the characters in the string are > 0xff,
42532              the result is a complemented byte string, not a (UTF-8)
42533              char string.  Based on the summary in
42534              Subject: Re: [ID 20000918.005] ~ on wide chars
42535              This should give us the maximum backward (pre-char string)
42536              compatibility and utf8 compatibility.  The other alternative
42537              would be to limit the bit complement to be always byte only,
42538              taking the least significant byte of the chars.
42539              
42540              Cleanup messy #ifdef.
42541              
42542              Typos in #7667.
42543              
42544              Declare reg_data like reg_substr_data.
42545              
42546              Placate nervous compilers that see longer than ints switch()ing.
42547              
42548              Remove the new two tests of lib/io_xs for now, they seem to
42549              fail under perlio on some platforms.
42550              
42551              Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
42552              
42553              Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
42554              
42555              Subject: tiny typo in perl5db.pl
42556              
42557              Subject: some additions for makefiles for win32 (for perl@7674)
42558              
42559              Hoist the duplicated socket/netdb include logic to perl.h;
42560              undef SETERRNO in case SOCKS has defined it.  Based on:
42561              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
42562              
42563              Regen Configure.
42564              
42565              Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
42566              (a macro to define signed and unsigned integer constants).
42567              
42568              Use UINT64_C().
42569              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
42570              
42571              Use u_int32_t for the size of hash_cb(), not size_t.
42572              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
42573              
42574              Quit utf8_to_uv() instantly if curlen == 0.
42575              
42576              Subject: [PATCH: perl@7674] updates to README.os390
42577              
42578              Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
42579              
42580              EBCDIC tweaks.
42581              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
42582              
42583              Linenumber fix.
42584              
42585              SOCKS has its own USE_THREADS, based on
42586              Subject: [ID 20001114.002] et. al. bugfix followup
42587              
42588              UINT64_C() work continues.
42589              
42590              Detypo.
42591              
42592              The type of the hash_cb() size argument is tricky.
42593              
42594              Add fwalk() probe to the configuration files and regen perltoc.
42595              
42596              Subject: perllocale.pod changes
42597              
42598              Avoid an infinite loop in VMS when utils scripts are run
42599              with no arguments, from Charles Lane.
42600              
42601              Subject: Re: Bug in Carp::Heavy/5.6.0?
42602              
42603              For Solaris use64bitall the stdchar needs a little bit of help.
42604              
42605              The long double hints can be here or there.
42606              
42607              Test tweak for the open pragma.
42608              
42609              Also the 64bitall hints can be either here or there.
42610              
42611              As surmised the #7719 wasn't a good move.
42612              
42613              Subject: Fix for 20000409.001
42614              
42615              Subject: Fix for 20000815.006
42616              It's really 20000518.006.
42617              
42618              Subject: [PATCH 5.6.0 README.win32] very minor typos
42619              
42620              Subject: Fix for README.amiga (20000323.033)
42621              
42622              Explain in more detail the {} syntax ambiguousity.
42623              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
42624              
42625              Sparc 64-bit pack() fix from Jens Hamisch.
42626              
42627              Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
42628              
42629              Subject: podlators 1.05 available        
42630              
42631              Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
42632              
42633              Subject: [perl 7711: EPOC] updates
42634              
42635              Make certain MacOS Classic has NO_ENVIRON_ARRAY.
42636              
42637              Miraculous typo.
42638              
42639              sysseek() instead of seek().
42640              
42641              Solaris hints tweaks.
42642              
42643              Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
42644              This may be overly harsh but until proven otherwise, we think this
42645              way, or until we have a simple test for Configure (having to start
42646              up servers is does not count as simple) to check for the problems.
42647              
42648              Remove the shared object before attempting to create
42649              (by linking) a new one.  E.g. in AIX not removing
42650              becomes quite painful if one tries to do more than one
42651              build in the same tree (an interrupted build, for example),
42652              since the AIX' shared dynaloader seemingly keeps the shared
42653              objects open and therefore 'busy' for quite a while, even when
42654              nobody is using the objects, leading into link failures.
42655              
42656              Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
42657              
42658              Subject: DOC PATCH 5.6.0 perlreftut
42659              
42660              Subject: [PATCH: perl@7777] add system locale testing for VMS
42661              
42662              Subject: [PATCH] Test.pm POD peculiarity
42663              
42664              Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
42665              
42666              Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
42667              
42668              Subject: Re: perl@7777 
42669              Detypoing.
42670              
42671              Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
42672              
42673              Go ahead and #include <unistd.h> in perl.h.
42674              
42675              Subject: [PATCH perl@7795] small cleanup task for test suite
42676              
42677              Subject: Re: av.c patch (having slight problems)
42678              unshift() speedup.
42679              
42680              Reach back one higher up when searching for PERL_SRC.
42681      Branch: maint-5.6/perl
42682           +> lib/File/Spec/Epoc.pm
42683           !> (integrate 88 files)
42684 ____________________________________________________________________________
42685 [  8174] By: gsar                                  on 2000/12/18  03:53:09
42686         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
42687              7625..7629,7631..7634,7637,7639,7642 from mainline
42688              
42689              Fix for the tie-refhash string table leaks.
42690              
42691              Subject: [patch perl@7595] VMS configure.com tweak
42692              
42693              More careful detection of how well NVs and UVs mix.
42694              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))
42695              Added some SIGFPE paranoia.
42696              
42697              Forgot to bump the line numbers in #7601.
42698              
42699              Subject: PATCH std stdio for (Free)BSD
42700              
42701              Deleting $ENV{PATH} in VMS is not recommendable.
42702              
42703              Locale buglets.
42704              Subject: RE: Locales support (setlocale) fixes
42705              
42706              Do not test UTF-8 locales since that the tests would require
42707              polymorphic regexen.
42708              
42709              Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
42710              
42711              A missing aTHX_.
42712              
42713              Subject: [ID 20001108.013] spelling
42714              
42715              Subject: [PATCH] Class::Struct at compile time
42716              
42717              Make deleting for %ENV work for (newer versions of) VMS,
42718              from Craig A. Berry.
42719              
42720              Forgot from #7618.
42721              
42722              More VMS moves on environment handling, from Charles Lane.
42723              
42724              Remove unused extra arguments.
42725              
42726              Typo in an ifndef.
42727              Subject: Re: [PATCH 5.7.0] better messages from malloc()
42728              
42729              Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
42730              All except the "cow orker" change.
42731              
42732              The generated boot_* headers are wrong.  Pickier compiler,
42733              such as KAI C++ will refuse to compile the resulting perlmain.
42734              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
42735              
42736              There's no =head3.
42737              
42738              Disable only the tests 99 and 166 for UTF-8 locales.
42739              
42740              Missing dTHXs.
42741              Subject: RE: perl@7595 builds not on cygwin
42742              
42743              Subject: Re: bash -c exit and linux hints 
42744              
42745              Various doc oddball characters.
42746              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
42747              
42748              Subject: [PATCH] IO::Seekable pod
42749              
42750              Amdahl UTS hints updates.
42751              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
42752              
42753              Explain better why certain regex tests are skipped.
42754              Subject: Re: tests skipped: unknown reason
42755              
42756              Subject: [PATCH] README.solaris
42757              
42758              Subject: [PATCH perl@7638] cygwin port
42759      Branch: maint-5.6/perl
42760           +> README.solaris
42761           !> (integrate 26 files)
42762 ____________________________________________________________________________
42763 [  8173] By: gsar                                  on 2000/12/18  03:37:02
42764         Log: integrate changes#7472,7474..7478,7481,7485,7489,7493,7494,7496,
42765              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
42766              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
42767              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
42768              
42769              Better create a true mailing list for the repository keepers.
42770              
42771              Subject: [ID 20001027.007] uniq array in perlfaq
42772              
42773              De-quoted-unreadable to ISO Latin 1.
42774              (There's one ISO-2022-JP name in Changes5.004.)
42775              
42776              Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
42777              
42778              The #7476 needs a MANIFEST change, too.
42779              
42780              Add also emailless people.
42781              
42782              UTF-8 decoder tweak.
42783              
42784              Make \x{...} consistently produce UTF-8.
42785              Subject: Re: \x{...} is confused 
42786              
42787              Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
42788              
42789              Add a perlbug flag, -A, to avoid acknowledgement messages.
42790              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
42791              
42792              Use Errno magic.
42793              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
42794              
42795              Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
42796              
42797              Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
42798              
42799              Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
42800              
42801              Be more lenient on bad UTF-8 when doing bit arithmetics.
42802              Subject: Re: [ID 20000918.005] ~ on wide chars
42803              (The ord() part of the patch skipped.)
42804              
42805              Subject: perlfaq style changes
42806              
42807              AUTHORS tweaks.
42808              
42809              Whitespace style tweak.  Was originally going to see to
42810              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
42811              but that had already been taken care of.
42812              
42813              The compiler is either gcc or cc, from Tom Bates.
42814              
42815              The osname has been lowercased by now, from Tom Bates.
42816              
42817              The NonStop-UX libraries have a novel way to say NaN.
42818              
42819              printf UVs the correct way, noticed by Robin Barker.
42820              
42821              Subject: [PATCH] startperl to respect versiononly
42822              
42823              AUTHORS updates.
42824              
42825              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
42826              
42827              Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
42828              
42829              Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
42830              
42831              Generalize the Camel wording.
42832              Subject: Re: perlfaq style changes
42833              
42834              Subject: [ID 20001005.006] Documentation -- description of qr//
42835              
42836              C.pm part of
42837              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
42838              
42839              Locale warning explanation tweak.
42840              
42841              Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
42842              
42843              Make the POSIX::setuid and POSIX::setgid to really call setuid()
42844              and setgid() because they were just changing $< and $( which means
42845              only changing the real uid/gid, as opposed to changing both
42846              real and effective ids.  (The alternative way could have been
42847              in POSIX.pm to change $> and $), too, but making a direct call
42848              to the C API feels cleaner.)  Fixes the bug
42849              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
42850              
42851              Expand %Config variables and %ENV variables only if
42852              so requested during build time using the
42853              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
42854              Not expanding makes relocating distributions easier.
42855              
42856              More tweaking on the #7522 theme.
42857              
42858              Test::Harness revealed buglets in the new DynaLoader.
42859              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
42860              
42861              Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
42862              fix a autovivification bug in Tie::RefHash, add tests for both.
42863              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
42864              
42865              Detpyo.
42866              
42867              recv() can fail and return undef.
42868              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
42869              
42870              Fix the problem discussed in
42871              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
42872              originally from Linc Madison.  Also Andreas König's comments
42873              taken into account.  Some other problems with Tie::SubstrHash
42874              fixed: didn't croak when the table exceeded the requested number
42875              of entries (as documented) but instead when the number of entries
42876              exceeded the size of the table, a croak() had an unnecessary \n,
42877              didn't have a CLEAR method, documented that there is no exists().
42878              Didn't fix to be strict-proof because the module uses &foo; and
42879              dynamic scope.  Added a test script exercizing both first tamely 
42880              the basic functionality, and then the failure cases reported by
42881              Linc Madison.
42882              
42883              Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
42884              
42885              The #7521 touched things it shouldn't have.
42886              
42887              Subject: [PATCH 5.7.0] better messages from malloc()
42888              
42889              Subject: Re: README.aix
42890              
42891              Add FCNTL_CAN_LOCK.
42892              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42893              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
42894              
42895              Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
42896              create a "fast path" for locale name probing using "locale -a"
42897              if available, squash finally hopefully the s?printf resetting
42898              the numeric locale (since, IIUC perllocale, it never shouldn't). 
42899              
42900              More Changes tweakery.
42901              
42902              Dying is too strict here, better just skip.
42903              
42904              Subject: Locales support (setlocale) fixes
42905              Modified quite a bit to be more portable.
42906              
42907              Configure would use a bad $myuname from an old config.sh.
42908              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
42909              
42910              Fix for
42911              Subject: [ID 20001004.006] undef is never tainted
42912              An undef read from a slurped file was not tainted.
42913              
42914              Fix for
42915              Subject: [ID 20001004.007] taint propogation is inconsistent
42916              The culprit was sv_setsv() which was rather blindly
42917              propagating taint, which lead to behaviour where if
42918              a tainted anon hash value was seen all the hash values
42919              from then on at that level became tainted, or at any
42920              upper levels in the case of nested anon hashes.
42921              
42922              Test tweak: show also the failed locales.
42923              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
42924              
42925              A fix of sorts for 20000329.026, a better error message
42926              for a missing "use charnames" when using the \N{...}. 
42927              
42928              Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
42929              
42930              Add =pod to be tidy.
42931              
42932              Fix for bug id 19990615.008, pos() unset during s///ge.
42933              
42934              Add a note for future generations about bug id 20000229.006.
42935              
42936              Use -dM for gcc (the suggested patch did it only for Linux,
42937              but I think it can be generalized).
42938              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
42939              
42940              opmini.o can linger from Configures past.
42941              
42942              Document that the evaled syntax errors cause scalar leaks.
42943              
42944              Fix for
42945              Subject: [ID 20000728.005] perl -P broken
42946              (hopefully).  The fix is also not complete, it seems to break
42947              BOM swallowing for libc5 systems, but until someone figures
42948              out a way to do this without ftell(), this will do.
42949              
42950              AUTHORS updates.
42951              
42952              Subject: Re: rsync'ed patches vs. rsync'ed source
42953              
42954              Admit that the test leaks scalars.
42955              
42956              Sanitize the environment further.
42957              
42958              VOS updates from Paul Green.
42959              
42960              Document %ENV = () portability issues.
42961              
42962              Make the stdio test program of 7427 less noisy while being 
42963              compiled so that Digital UNIX wouldn't get both
42964              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
42965              undefined.  This makes perlio happy.
42966              
42967              glibc5 detection by __GNU_LIBRARY__.
42968              
42969              %ENV note tweaks from Dan Sugalski.
42970              
42971              Varargs don't always work too well if one puts an unsigned
42972              char on the stack and pop an unsigned quad off the stack.
42973              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
42974              
42975              Subject: Pod updates
42976              
42977              Fake support of holey files in win/dosish platforms.
42978              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
42979              
42980              A doc addition for bug id 20001105.019, beware \p.
42981              
42982              Tweak #7587.
42983              
42984              Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
42985              
42986              perlhack updates from H.Merijn Brand.
42987              
42988              Subject: [PATCH perl@7573] cygwin port
42989              Synchronize with Cygwin 1.1.5.
42990              
42991              Bad thinko in #7581 (I used the test program with the expanded
42992              values as-is).
42993              
42994              Make perlbug not insist on dumping to a file when stdout isn't a tty.
42995              Subject: [PATCH] perlbug.PL
42996              
42997              Overrideable keys, each, pop, push, shift, splice, unshift.
42998              Subject: [PATCH] prototyped functions that should be overrideable
42999              
43000              Try to avoid flockless and emulationless places.
43001      Branch: maint-5.6/perl
43002           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
43003            - MAINTAIN
43004           !> (integrate 111 files)
43005 ____________________________________________________________________________
43006 [  8172] By: jhi                                   on 2000/12/18  02:49:27
43007         Log: Regen pods.
43008      Branch: perl
43009            ! pod/perlmodlib.pod pod/perltoc.pod
43010 ____________________________________________________________________________
43011 [  8171] By: gsar                                  on 2000/12/18  02:49:24
43012         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
43013              7465..7471 from mainline
43014              
43015              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
43016              in platforms that strictly require all the symbols being present
43017              at link time.
43018              
43019              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
43020              
43021              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
43022              
43023              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
43024              
43025              Subject: [PATCH] todo
43026              
43027              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
43028              
43029              Use $sort, $uniq (and $tr) consistently as wondered
43030              by Nicholas Clark.
43031              
43032              Too enthusiastic editing in #7460.
43033              
43034              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
43035              
43036              Upgrade to CPAN 1.58_55.
43037              Subject: CPAN.pm status
43038              
43039              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
43040              
43041              Make target reordering to avoid pointless re-makes.
43042              Subject: Re: Total re-make of 'make okfile' after 7451 ?
43043              
43044              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
43045              
43046              Subject: DOC PATCH 5.6.0
43047              
43048              Add the repository doc by Malcolm, Sarathy, and by Simon,
43049              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
43050      Branch: maint-5.6/perl
43051           +> Porting/repository.pod
43052           !> Configure MANIFEST Makefile.SH README.dos README.os2
43053           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
43054           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
43055           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
43056 ____________________________________________________________________________
43057 [  8169] By: gsar                                  on 2000/12/18  02:33:34
43058         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
43059              7435..7441,7445 from mainline
43060              
43061              Make the UTF-8 decoding stricter and more verbose when
43062              malformation happens.  This involved adding an argument
43063              to utf8_to_uv_chk(), which involved changing its prototype,
43064              and prefer STRLEN over I32 for the UTF-8 length, which as
43065              a domino effect necessitated changing the prototypes of
43066              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
43067              The stricter UTF-8 decoding checking uses Markus Kuhn's
43068              UTF-8 Decode Stress Tester from
43069              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
43070              
43071              Run vms/vms_yfix.pl, should have done that after changing
43072              perly.c in #7382.
43073              
43074              Subject: [PATCH 5.7.0] static linking with uninstalled perl
43075              
43076              (Replaced by #7440.)
43077              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43078              
43079              Fix the bug ID 20001024.005, the bug introduced by #7416.
43080              
43081              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
43082              
43083              Fix the bug reported in
43084              From: andreas.koenig@anima.de (Andreas J. Koenig)
43085              Also make is_utf8_char() stricter.
43086              
43087              Missed the header file changes from #7425.
43088              
43089              Check if stdio supports tweaking lval and cnt simultaneously.
43090              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
43091              
43092              Stratus VOS updates from Paul Green.
43093              
43094              Podify README.epoc and README.vos.
43095              
43096              Add targets to Makefile.SH, most importantly
43097              'regen_all' which also remembers to update vms/perly*.
43098              
43099              Subject: Minor update to find2perl, for portability
43100              
43101              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
43102              
43103              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
43104              
43105              Rename UTF8LEN() to be UNISKIP(), too confusing to have
43106              UTF8LEN() and UTF8SKIP(). 
43107              
43108              Allow poking holes at the UTF-8 decoding strictness.
43109              
43110              Continue the internal UTF-8 API tweaking.
43111              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
43112              used much more than the simpler API, now called utf8_to_uv_simple().
43113              Still not quite happy with API, too much partial duplication
43114              of functionality.
43115              
43116              A new version of making the syslog test more robust.
43117              (Replaces #7421.)
43118              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
43119              
43120              buildtoc target tweaks.
43121              
43122              Integrate with vmsperl #7430 by Charles Bailey:
43123              
43124              Cleanup from prior patch (Charles Lane?):
43125              - improve handling of MFDs in Basename and Path
43126              - default to no xsubpp line # munging when building debug images
43127      Branch: maint-5.6/perl
43128           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
43129           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
43130           !> (integrate 67 files)
43131 ____________________________________________________________________________
43132 [  8168] By: gsar                                  on 2000/12/18  02:05:49
43133         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
43134              
43135              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
43136              From: Martin Husemann <martin@duskware.de>
43137              
43138              Subject: [PATCH 5.7.0] restore match data on backtracing
43139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43140      Branch: maint-5.6/perl
43141           !> regcomp.c regexec.c t/op/re_tests
43142 ____________________________________________________________________________
43143 [  8167] By: gsar                                  on 2000/12/18  01:55:22
43144         Log: integrate changes#7858,7986 from mainline
43145              
43146              C<foreach my $x ...> in pseudo-fork()ed process may diddle
43147              parent's memory; fix it by keeping track of the actual pad
43148              offset rather than a raw pointer (this change is probably also
43149              relevant to non-ithreads case to avoid fallout from reallocs of
43150              the pad array, but is currently only enabled for the ithreads
43151              case in the interests of minimal disruption to existing "well
43152              tested" code)
43153              
43154              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
43155              due to the notorious GetFileType() bug in Windows 9x, which fstat()
43156              tickles)
43157      Branch: maint-5.6/perl
43158           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
43159           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
43160           !> win32/win32.c win32/win32.h win32/win32sck.c
43161 ____________________________________________________________________________
43162 [  8166] By: gsar                                  on 2000/12/18  01:52:59
43163         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
43164              from mainline (xsubpp and ExtUtils::LibList fixups, various
43165              other small items)
43166              
43167              The generated boot_* headers are wrong.  Pickier compiler,
43168              such as KAI C++ will refuse to compile the resulting perlmain.
43169              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
43170              
43171              Various doc oddball characters.
43172              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
43173              
43174              Subject: [PATCH] Re: 20001101.003 PDL
43175              
43176              Subject: [PATCH 5.7.0] etags broken again
43177              
43178              Subject: [PATCH 5.7.0] Liblist finally works
43179              
43180              Subject: [PATCH 5.7.0] Liblist returns found libraries
43181              
43182              Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
43183              
43184              Subject: [PATCH 5.7.0] OUT keyword for xsubpp
43185              
43186              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
43187              OUT keyword nits.
43188              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
43189              OUT and IN_OUT documentation.
43190      Branch: maint-5.6/perl
43191           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
43192           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
43193           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
43194           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
43195           !> win32/bin/search.pl
43196 ____________________________________________________________________________
43197 [  8165] By: gsar                                  on 2000/12/18  01:28:45
43198         Log: integrate changes#7533,7563,7611,7623 from mainline (various
43199              malloc.c embellishments)
43200      Branch: maint-5.6/perl
43201           !> malloc.c pod/perldiag.pod
43202 ____________________________________________________________________________
43203 [  8164] By: gsar                                  on 2000/12/18  01:23:33
43204         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
43205              fixups)
43206      Branch: maint-5.6/perl
43207           !> utils/h2xs.PL
43208 ____________________________________________________________________________
43209 [  8163] By: gsar                                  on 2000/12/18  01:17:50
43210         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
43211              fixups)
43212      Branch: maint-5.6/perl
43213           !> Makefile.SH utils/perlbug.PL
43214 ____________________________________________________________________________
43215 [  8162] By: gsar                                  on 2000/12/18  00:25:43
43216         Log: always export Perl_deb() (it is required by re.xs whether
43217              Perl is built with or without -DDEBUGGING)
43218      Branch: maint-5.6/perl
43219            ! makedef.pl
43220 ____________________________________________________________________________
43221 [  8161] By: gsar                                  on 2000/12/18  00:23:38
43222         Log: integrate change#7414 from mainline
43223              
43224              Undo the basename() part of #7412 since the lib/basename
43225              tests would need upgrading too.
43226              
43227              squelch two tests in tr.t that rely on tr/// paranoia change
43228              that's not in 5.6.x
43229      Branch: maint-5.6/perl
43230            ! t/op/tr.t
43231           !> lib/File/Basename.pm
43232 ____________________________________________________________________________
43233 [  8160] By: gsar                                  on 2000/12/18  00:05:30
43234         Log: missing change in previous integrate
43235      Branch: maint-5.6/perl
43236           !> README.aix
43237 ____________________________________________________________________________
43238 [  8159] By: gsar                                  on 2000/12/18  00:03:38
43239         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
43240              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
43241              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7404..7408,
43242              7410..7413 from mainline
43243              
43244              Introduce the man[24-8] variables, from Andy Dougherty.
43245              
43246              Upgrade to CPAN 1.58, from Andreas König.
43247              
43248              An updated EBCDIC tr patch.
43249              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
43250              
43251              Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
43252              
43253              Two thirds of
43254              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43255              The Install.pm changes will be submitted separately because
43256              they need some work and discussion still.
43257              
43258              The Install.pm third of
43259              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
43260              
43261              Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
43262              
43263              Subject: [PATCH 5.7.0] IVs in mtats
43264              
43265              Subject: [PATCH 5.7.0] Perl API for mstats
43266              
43267              Ilya implemented the memory profiling API.
43268              
43269              In Amdahl UTS "struct sv" is defined by a system header,
43270              <ksync.h>.
43271              
43272              Slight tweak of the code to appease Amdahl UTS cc.
43273              
43274              Amdahl UTS doesn't seem to do dynaloading.
43275              
43276              Use UTF8SKIP(), from Simon Cozens.
43277              
43278              Thinko in #7222.
43279              
43280              op/sprintf.t patch for OS/390 (and any other host with limited
43281              floating-point exponent length)
43282              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
43283              
43284              Tweak #7225.
43285              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
43286              
43287              Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
43288              
43289              Needs to be conditional on SunOS 4.
43290              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
43291              
43292              Test cases for bug id 20000323.056 (the bug seems to be fixed).
43293              
43294              Add test for bug id 20000427.003 (which seems to have
43295              been fixed) (also duplicate as 20000427.004, though
43296              with a higher severity).  Move one utf8 from op/append
43297              to pragma/utf8, tag the tests with bug ids.
43298              
43299              Document FNCASE=y as discussed in the bug 20000902.009.
43300              
43301              split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
43302              The problem was that rx->minlen was in chars while pp_split()
43303              thought it would be in bytes. 
43304              
43305              Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
43306              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
43307              
43308              Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
43309              
43310              Fix a couple of compiler-noted nits in #7235.
43311              
43312              Tweak the test of #7235.
43313              
43314              One more ~utf8 tweak.
43315              
43316              -w cleanup.
43317              Subject: Re: Problems with bleadperl 
43318              
43319              Subject: small pod patch
43320              
43321              Subject: [PATCH perlguts.pod] Document offset hack
43322              
43323              Add Charles Lane.
43324              
43325              Add the capability to include/exclude branches.
43326              
43327              Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
43328              
43329              Detect early whether the std streams have gone bad.
43330              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43331              
43332              More IoTYPE sprinkling.
43333              
43334              Workaround for a sfio bug where the stream error indicator
43335              is not cleared as documented.
43336              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
43337              
43338              Clarify documentation on 'use bytes'.
43339              Subject: Re: What does 'use bytes' "mean" ?
43340              
43341              Show the failed remote port, instead of the failing line number.
43342              Subject: [PATCH 5.6.1 Debugger] More diagnostics
43343              
43344              Make Cwd more bulletproof in chrooted environments.
43345              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
43346              
43347              Subject: Pod patch for Devel::Peek
43348              
43349              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
43350              
43351              Borland C fstat() never saw the fd as writable.
43352              Subject: fix for Borland's weak "stat" (perl@7211)
43353              
43354              Missing change from #7362.
43355              
43356              Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
43357              
43358              Add the test case for the bug id 20000730.004 which seems
43359              to have been fixed by now.
43360              
43361              Fix of sorts for bug id 20000901.092.  There seems to be no trace
43362              of a 'pmshort' anywhere in the B, so the offending line was simply
43363              removed.
43364              
43365              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
43366              
43367              Subject: PATCH do_print has 2 PerlIO_error()s
43368              
43369              NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
43370              
43371              Typo noted by Mark Lutz.
43372              
43373              Subject: PATCH CR+LF should be "\cM\cJ" in perlop
43374              
43375              In the latest compiler builds cccdlflags must not become -fpic,
43376              from Wilfredo Sánchez.
43377              
43378              Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
43379              
43380              Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
43381              
43382              SOCKS function redefinitions need prototypes, too, otherwise
43383              for example 32 bit versus 64 bit differences cause a lot of
43384              problems.  Part of
43385              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43386              
43387              Portability tweak on #7377.
43388              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
43389              
43390              Don't write double values through long double pointers,
43391              based on a part of
43392              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
43393              
43394              Reëntrancy fix.
43395              Subject: [PATCH perl@7229] Rentrant parser and yylex()
43396              
43397              Make scan_num() reëntrant, as suggested in
43398              Subject: [PATCH perl@7229] Rentrant parser and yylex()
43399              
43400              Fix for ID 20001020.006, concatenating an unset submatch
43401              with utf8 resulted in "Modification of a read-only value".
43402              
43403              Fix for ID 20000915.011, IO::Select warning for an undefined fd.
43404              
43405              The #7383 was right only in the context of the original bug report,
43406              not in more general case.
43407              
43408              Update Changes.
43409              
43410              Testcases for a #7383,#7385 related bug.
43411              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
43412              
43413              Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
43414              
43415              Tweak the Is* definitions of Unicode character classes
43416              to better match the official categorizations; embrace
43417              the official categorizations; add the combining marks
43418              as alpha (and -numeric); fix DCinital (a typo and edito)
43419              to be DCmedial.
43420              
43421              Hints tweak from Anton Berezin.
43422              
43423              Subject: installman go-faster stripes
43424              Subject: Re: installman go-faster stripes
43425              
43426              Subject: [ID 20001021.003] updated hints/openbsd.sh
43427              
43428              Subject: [PATCH bleadperl] -MO=C falls over on package <none>
43429              
43430              Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
43431              
43432              Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
43433              
43434              Doc patch.
43435              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
43436              
43437              Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
43438              
43439              Subject: Re: [ID 20001021.005] SEGV with regex match 
43440              
43441              Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
43442              
43443              The change #7187 was not so good on VMS.
43444              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
43445              
43446              Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
43447              
43448              Miscellaneous MacOS Classic library updates from Matthias Neeracher.
43449              
43450              Document PERL_INSTALL_ROOT of #7210.
43451      Branch: maint-5.6/perl
43452           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
43453           +> t/lib/tie-splice.t
43454            - lib/unicode/Is/DCinital.pl
43455           !> (integrate 112 files)
43456 ____________________________________________________________________________
43457 [  8158] By: jhi                                   on 2000/12/17  23:04:24
43458         Log: Subject: [PATCHES] RE: perl@8150 
43459              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
43460              Date: Sun, 17 Dec 2000 21:46:39 +0100
43461              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
43462              
43463              Neither cygwin has a getpwuid() one can trust on.
43464      Branch: perl
43465            ! t/lib/glob-basic.t
43466 ____________________________________________________________________________
43467 [  8157] By: jhi                                   on 2000/12/17  23:01:54
43468         Log: More MAN.PODS => {} fixes.
43469      Branch: perl
43470            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
43471            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
43472            ! os2/OS2/REXX/Makefile.PL
43473 ____________________________________________________________________________
43474 [  8156] By: gsar                                  on 2000/12/17  22:49:13
43475         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
43476              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
43477              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
43478              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
43479              7201,7204 from mainline
43480              
43481              Remove vestiges of tr//CU.
43482              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43483              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43484              
43485              The return value of setlocale must be copied away.
43486              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43487              
43488              Allow chop() and chomp() to be overridden.
43489              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43490              
43491              Hints optimization.
43492              Subject: Minor nit
43493              
43494              Subject: [PATCH] de-wall t/README
43495              
43496              Subject: Re: Two advertising clauses need to be removed
43497              
43498              Batch of UTF-8 patches from Simon Cozens.
43499              
43500              Fix for a parsing bug, not for the original bug.
43501              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
43502              
43503              Compilation warnings and an error.
43504              
43505              Subject: File::Find 5.7.0 POD nits
43506              
43507              Subject: [PATCH perl-5.7.0] continued -Wformat support
43508              
43509              The one that got away.
43510              
43511              Subject: Re: perl@7078
43512              
43513              UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
43514              convertable to bytes by checking it doesn't go above 0xc3
43515              Subject: Re: perl@7078
43516              
43517              Replace #7084 with
43518              Subject: Re: perl@7078 
43519              
43520              We don't need to count the high bit bytes, a boolean is enough. 
43521              
43522              Subject: [PATCH] utf8.c apidoc
43523              
43524              Subject: Re: perl@7078 
43525              
43526              Botched the #7090 check-in.
43527              
43528              Fix for the charnames.t failures from Spider Boardman.
43529              
43530              Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
43531              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
43532              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
43533              0 to checking to get the warning.
43534              
43535              Subject: [PATCH] Nits in perlmod.pod
43536              
43537              Subject: Re: Trapping by opmask sets strange parser state [PATCH]
43538              
43539              Subject: Re: unicode support and perl [ID 20000901.097]
43540              
43541              Subject: Re: unicode support and perl [ID 20000901.097]
43542              
43543              Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
43544              
43545              Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
43546              
43547              Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
43548              
43549              Subject: [PATCH@blead] Fix some recursion in overload.pm
43550              
43551              s/Robin Parker/Robin Barker/
43552              
43553              Subject: [PATCH] Fix aliasing of tied filehandles
43554              
43555              Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
43556              
43557              Subject: Re: [PATCH 5.005_64 missed]
43558              
43559              SOCK_DGRAM and listen() do not mix as reported in
43560              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
43561              The patch for 5.7.0+ had to be reengineered, though.
43562              
43563              Subject: DOC PATCH 5.6.0
43564              
43565              Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
43566              
43567              Document the issue (is not a syntax error, kind of)
43568              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
43569              
43570              Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
43571              Did not apply cleanly, manual intervention was needed.
43572              
43573              Subject: [PATCH] DLL not restartabke with threaded perl
43574              
43575              Inside require() $^S was always left undefined.
43576              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
43577              
43578              Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
43579              
43580              OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
43581              
43582              Regen headers.
43583              
43584              Subject: [PATCH 5.7.0] Epoc update
43585              
43586              Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
43587              as suggested by Olaf Flebbe and Nick Clark.
43588              
43589              Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
43590              
43591              Misplaced else.
43592              
43593              Scale down the VMS message boxes, by Charles Lane.
43594              Fix for ID 20000903.009, workaround at
43595              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
43596              
43597              Subject: [ID 20001003.006] B::Debug not -w clean
43598              
43599              Test harness update to sync with the new perlcc,
43600              from Simon Cozens.
43601              
43602              One remaining nit less at the VMS mailbox sizing.
43603              
43604              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43605              
43606              It is possible to have no hosts database at all.  Pointed out in
43607              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
43608              
43609              Subject: [PATCH 5.7.0] h2xs not working
43610              Subject: [PATCH 5.7.0] h2xs not documenting the created module
43611              
43612              Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
43613              
43614              Subject: perlhack.pod Patch for Externals Tools
43615              
43616              Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
43617              
43618              Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
43619              
43620              Enable disabling scripts installation by Configure -Uinstallscripts,
43621              suggested by H. Merijn Brand.
43622              
43623              Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
43624              reported several times by Dominic Dunlop, for example in
43625              ID 20000315.008.  Patch from Dominic.  Patch affects at
43626              least MachTen, and possibly other oldish BSDs. Should not
43627              break non-broken platforms (tested on LinuxPPC). 
43628              
43629              Regen toc.
43630              
43631              Subject: Re: Questions about Tie::Array and perl modules
43632              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
43633              
43634              Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
43635              
43636              Tweak #7153.
43637              
43638              IO::Handle->syswrite() did not handle length omission
43639              like CORE::syswrite() does.
43640              Subject: [Fwd] IO::Handle, syswrite and arguments
43641              The original patch from andrew@ugh.net.au.
43642              
43643              Also the $ccflags is needed for the C compiler check.
43644              Subject: Configure (check for C-compiler)
43645              
43646              Eliminate $Is_VMS code from the test.
43647              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
43648              
43649              Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
43650              as the first option of cc/ld because of ultrapicky compilers
43651              (e.g. OS/390 R2.5)
43652              
43653              Change the version number of Tie::Handle in the core to 4.0,
43654              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
43655              Subject: Note on Tie::Handle
43656              
43657              UTF8ize split() so that the cloned substrings get the UTF8
43658              flag of the original scalar.  Problem reported by Simon Cozens.
43659              
43660              save_re_context() could reset PL_curcop to freed memory, causing core
43661              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
43662              
43663              Subject: PATCH 5.6 perldebguts grammar cleanup
43664              
43665              Add a todo note about overloadable assertions.
43666              
43667              on Windows, LoadLibrary() could load an extension DLL multiple
43668              times if forward slashes are used in the path
43669              
43670              on Windows, cwd strings in the environment should be of the
43671              form =X:=X:\foo instead of =X=X:\foo\
43672              
43673              on Windows, avoid potential exception (could happen if MSVCRT isn't
43674              being used) when closing a socket handle
43675              
43676              avoid nonportable example code
43677              
43678              Windows9x doesn't support link(), despite what Config.pm
43679              might think
43680              
43681              pod nit
43682              
43683              Change #7160 had a nasty typo.
43684              
43685              Warn about unknown scripts.
43686              Subject: Re: ideas? patches? [PATCH bleadperl]
43687              
43688              on Windows, clean targets might not work under some flavors of the shell
43689              
43690              tweak for change#7173
43691              
43692              Make eq work again with utf8 (disabling the upgrading
43693              should no more be necessary since the copies of the
43694              scalars are upgraded, not the scalars themselves).
43695              Takes care of ID 20001009.001.  (The claimed length()
43696              bug in 20001009.001 seems bogus to me.)
43697              
43698              Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
43699              
43700              Upgrade to CGI.pm 2.74, from Lincoln Stein.
43701              
43702              Upgrade to podlators 1.04, from Russ Allbery.
43703              
43704              Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
43705              
43706              Quote the temp file name, needed in Win32 because the
43707              default name unfortunately contains spaces, shouldn't
43708              hurt elsewhere.
43709              Subject: FW: perldoc fails if $TEMP contains spaces
43710              
43711              Subject: RE: [ID 19990803.001] README.win32 suggestions 
43712              
43713              Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
43714              
43715              Subject: Re: utf8 concat, mg_get
43716              
43717              Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
43718              
43719              Subject: [PATCH: perl@7181] op/tr tests on OS/390
43720              
43721              Subject: [PATCH: perl@7181] ver.t v string tests for os/390
43722              
43723              Use the versiononly instead of the installscripts,
43724              retract the changes 7146 and 7147.
43725              
43726              Reapply Andy's patch and regen Configure.
43727              
43728              Add the test case for #7190, from the original bug report
43729              by Andreas König.
43730              
43731              Remove duplicated code.
43732              
43733              SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
43734              
43735              restore change#7202
43736      Branch: maint-5.6/perl
43737           !> (integrate 121 files)
43738 ____________________________________________________________________________
43739 [  8155] By: jhi                                   on 2000/12/17  22:30:58
43740         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
43741              From: "Craig A. Berry" <craigberry@mac.com>
43742              Date: Sun, 17 Dec 2000 13:09:28 -0600
43743              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
43744              
43745              MAN.PODS => ' ' is naughty.
43746      Branch: perl
43747            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
43748 ____________________________________________________________________________
43749 [  8154] By: nick                                  on 2000/12/17  22:07:13
43750         Log: MULTIPLICITY nit.
43751      Branch: perl
43752            ! mg.c
43753 ____________________________________________________________________________
43754 [  8153] By: gsar                                  on 2000/12/17  21:23:05
43755         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
43756              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
43757              from mainline
43758              
43759              Document the SvIOK_.*UV().
43760              
43761              Update Unicode todo list.
43762              
43763              Guard against bad string->int conversion for quads.
43764              
43765              Subject: small apidoc fix
43766              
43767              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
43768              
43769              Subject: [PATCH] Tied filehandle documentation
43770              
43771              Subject: [PATCH] Modernize Opcode.pm documentation
43772              
43773              Make Data::Dumper (non-XS) to work with changed semantics of ref().
43774              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
43775              [applied even though said semantics didn't change in 5.6.x]
43776              
43777              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
43778              
43779              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
43780              
43781              Fix the URL, but the server is still missing in action.
43782              Subject: [ID 20000905.002] perlfaq1.pod URL error
43783              
43784              Subject: [ID 20000903.001] \w in utf8-strings
43785              
43786              Fix the ccversion detection for 5.1 and beyond.
43787              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
43788              
43789              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
43790              
43791              Subject: [ID 20000904.008] Tiny fix for perldiag
43792              
43793              Subject: Re: [ID 20000906.004] segfault with bad perl statement
43794              
43795              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
43796              
43797              Subject: [ID 20000908.002] perlipc documentation bug.
43798              
43799              Subject: [PATCH lib/Benchmark.pm]
43800              
43801              Re-allow vec() for characters > 255.
43802              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
43803              
43804              Do away with memory models cruft.  Sorry, PDP users.
43805              
43806              Continue #7041.
43807              
43808              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
43809              
43810              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
43811              
43812              Upgrade to CPAN 1.57_65, from Andreas König.
43813              
43814              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
43815              by Russ Allbery.
43816              
43817              Silence t/pod/*.t about alternate quote-mappings now implemented
43818              by Pod::Text, from Brad Appleton.
43819              
43820              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
43821              Subject: borland C++ win32.c tweak
43822              
43823              C<@a = @b = split(...)> optimization coredumps under ithreads
43824              (missed a spot when fixing up op_pmreplroot hack for ithreads)
43825              
43826              Document the SvUTF8*().
43827              
43828              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
43829              
43830              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
43831              
43832              Do in VMS as the #7054 does.
43833              
43834              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
43835              
43836              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
43837              
43838              Subject: [patch: perl@7045] vms updates
43839              
43840              Test for the #7049.
43841              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
43842              
43843              Break up the myconfig lines a bit.
43844              Subject: perlbug/perl -V output format
43845              
43846              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
43847              
43848              The #7054 truncated Configure badly.
43849              
43850              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
43851              initialization in all the threads on Windows
43852              
43853              Allow for whitespace between "#" and "line" in cpp output.
43854              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
43855              
43856              Remove vestiges of tr//CU.
43857              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
43858              
43859              The return value of setlocale must be copied away.
43860              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
43861              
43862              Allow chop() and chomp() to be overridden.
43863              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
43864              
43865              Hints optimization.
43866              Subject: Minor nit
43867              
43868              Subject: [PATCH] de-wall t/README
43869              
43870              Subject: Re: Two advertising clauses need to be removed
43871      Branch: maint-5.6/perl
43872           !> (integrate 75 files)
43873 ____________________________________________________________________________
43874 [  8152] By: gsar                                  on 2000/12/17  20:30:11
43875         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
43876              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
43877              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
43878              
43879              Don't attach -ld to the archname if pointless.
43880              
43881              Document UNTIE in a very minimalistic way.
43882              
43883              POSIX doesn't report long double values under -Duselongdouble
43884              when the long doubles are "real" (bigger than doubles).
43885              
43886              More author updates.
43887              
43888              Try to deduce NV_MAX.  Really should be Configure fodder.
43889              
43890              :: not allowed in pathnames, change to .
43891              Subject: [PATCH perl@6938] cygwin port
43892              
43893              Forget about NV_MAX (#6951).  Various floating point tweaks,
43894              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
43895              
43896              Move the Solaris 7 scan to use64bitall, make the
43897              failure to find 64-bot sparc libc to mention the
43898              possibility of being in an intel, from Lupe and Alan.
43899              
43900              Regen perltoc.
43901              
43902              AUTHORS tweaks, from Peter Prymmer.
43903              
43904              More address tweaking.
43905              
43906              Small tweaks all over.
43907              
43908              File::Temp patches from Andreas König,
43909              
43910              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
43911              
43912              Subject: CPAN.pm beta 1.57_57 for the core
43913              
43914              Part of the solution.
43915              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
43916              
43917              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
43918              
43919              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43920              
43921              Add the overload warnings to perldiag.
43922              
43923              Drop unused argument.
43924              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
43925              
43926              Subject: Nit in Configure (bleadperl@6961)
43927              
43928              Update to PodParser 1.18, from Brad Appleton.
43929              
43930              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
43931              
43932              Subject: [PATCH: 6948] add SCNfldbl to configure.com
43933              
43934              Document UNTIE. Also tweak implementation to suppress the 'inner references'
43935              warning when UNTIE exists and instead pass the cound of extra references to
43936              the UNTIE method.
43937              
43938              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
43939              so that case-ignoring systems like DCL can tell them from
43940              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
43941              
43942              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43943              
43944              Feature ordering tweak.
43945              
43946              Regen perltoc.
43947              
43948              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
43949              
43950              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
43951              
43952              Subject: http:// in L<>
43953              
43954              Detypo.
43955              
43956              change#6791 accidentally clobbered change#6710, put it back
43957              
43958              Only the first line, thank you very much.
43959              
43960              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
43961              plus rework the http: spots as suggested by Tom Christiansen,
43962              plus regen perltoc.
43963              
43964              Undo part of change 6489 which looks like a bulk edit which
43965              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
43966              The supressing of main:: on return from select() is undesirable.
43967              
43968              Apparently avoiding the swapping is too costly.
43969              
43970              Various Configure nits by Philip Newton,
43971              plus the ebcdic one by me.
43972              
43973              Make certain cc is set before trying to run it.
43974              
43975              If overloaded %{} etc. return the object do not loop.
43976              Thus  sub deref { $_[0] } functions if object is wanted type.
43977              
43978              Update perlhist.
43979              
43980              More %{} and other deref special casing - do not pass to 'nomethod'.
43981      Branch: maint-5.6/perl
43982           !> (integrate 59 files)
43983 ____________________________________________________________________________
43984 [  8151] By: gsar                                  on 2000/12/17  19:14:38
43985         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
43986              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
43987              
43988              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
43989              
43990              Make the epsilon to be relative, not absolute.
43991              
43992              Put back the flags dump as reasoned in
43993              Subject: Re: [PATCH] Glob dumping
43994              
43995              Introduce ccname to keep track of what compiler kind of we have.
43996              
43997              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
43998              
43999              Put back the slice accidentally removed by #6907.
44000              
44001              Reset archname and archname64 always, forcing them be
44002              recomputed at each Configure run, make Configure and
44003              the hints files agree on the naming of largefiles variables.
44004              
44005              Don't say "Perl 5.0 source kit".
44006              
44007              Subject: [PATCH] fix misc cast warnings
44008              
44009              Subject: typos in pods
44010              
44011              NVs not necessarily doubles, as pointed out by Yitzchak.
44012              
44013              Subject: [PATCH 6889] add a few ldbl formats to configure.com
44014              
44015              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
44016              
44017              Better options for rsync.
44018              
44019              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
44020              
44021              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
44022              
44023              Subject: [PATCH] Re: UNTIE method 
44024              
44025              A better fix for the Socket building problem from Craig Berry.
44026              
44027              Retract the dummy test, skip the security tests (instead of failing),
44028              explain what the warnings mean.
44029              
44030              Heap decorruption.
44031              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
44032              
44033              Update to Unicode 3.0.1.
44034              
44035              Missed one Unicode file.
44036              
44037              Subject: Re: typos in pods
44038              
44039              The #6929 was too skimpy.
44040              
44041              sscanf() may be the only way to read long doubles from strings.
44042              
44043              Reveal Borland's isnan.
44044              Subject: build with BC++ tweak
44045              
44046              Issue useful diagnostic on unknown pod commands.
44047              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
44048              
44049              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
44050              
44051              Clarify the third case of ftmp-security warnings.
44052              
44053              Make -Dusemorebits find long doubles in Solaris.
44054              
44055              Wrap the test in eval.
44056      Branch: maint-5.6/perl
44057           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
44058           +> lib/unicode/PropList.txt lib/unicode/README.perl
44059           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
44060           +> lib/unicode/Unicode.301 vms/vmspipe.com
44061            - lib/unicode/Props.txt lib/unicode/UCD300.html
44062            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
44063           !> (integrate 305 files)
44064 ____________________________________________________________________________
44065 [  8150] By: jhi                                   on 2000/12/17  18:47:57
44066         Log: Uncheckedin generated files.
44067      Branch: perl
44068            ! global.sym perlapi.c pod/perlapi.pod
44069 ____________________________________________________________________________
44070 [  8149] By: jhi                                   on 2000/12/17  18:41:22
44071         Log: Update Changes.
44072      Branch: perl
44073            ! Changes patchlevel.h
44074 ____________________________________________________________________________
44075 [  8148] By: jhi                                   on 2000/12/17  18:39:16
44076         Log: Subject: [PATCH] Fcntl constants speedup
44077              From: Nicholas Clark <nick@ccl4.org>
44078              Date: Sun, 17 Dec 2000 16:29:24 +0000
44079              Message-ID: <20001217162924.E97668@plum.flirble.org>
44080              
44081              Use IVs for the Fcntl constants instead of NVs.
44082      Branch: perl
44083            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
44084 ____________________________________________________________________________
44085 [  8147] By: jhi                                   on 2000/12/17  18:33:41
44086         Log: Add test for #8145 (binmode() warning), add warning for
44087              ioctl() and sockpair(), document them. (fileno() cannot
44088              be tripwired with the same kind of warning because
44089              'defined fileno($foo)' seems to be an idiom.)
44090      Branch: perl
44091            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
44092 ____________________________________________________________________________
44093 [  8146] By: gsar                                  on 2000/12/17  18:09:08
44094         Log: update Changes
44095      Branch: maint-5.6/perl
44096            ! Changes
44097 ____________________________________________________________________________
44098 [  8145] By: jhi                                   on 2000/12/17  17:39:35
44099         Log: Subject: [PATCH] Re: The long awaited feature ...
44100              From: Simon Cozens <simon@cozens.net>
44101              Date: Sun, 17 Dec 2000 12:31:56 +0000
44102              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
44103              
44104              Add a warning to binmode() about using bad filehandles
44105              (can happen e.g. if someone forgets the filehandle argument)
44106      Branch: perl
44107            ! pp_sys.c
44108 ____________________________________________________________________________
44109 [  8144] By: jhi                                   on 2000/12/17  17:33:48
44110         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
44111              From: Jonathan Stowe <gellyfish@gellyfish.com>
44112              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
44113              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
44114      Branch: perl
44115            ! lib/Net/Ping.pm
44116 ____________________________________________________________________________
44117 [  8143] By: jhi                                   on 2000/12/17  05:31:37
44118         Log: Polymorphic regexps.
44119              
44120              Fixes at least the bugs 20001028.003 (both of them...) and
44121              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
44122              also to be fixed by now, probably already before this patch.
44123      Branch: perl
44124            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
44125            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
44126            ! t/op/utf8decode.t t/pragma/utf8.t
44127 ____________________________________________________________________________
44128 [  8142] By: jhi                                   on 2000/12/16  17:16:05
44129         Log: Subject: [patch perl@8102] dos/djgpp update
44130              From: Laszlo Molnar <ml1050@freemail.hu>
44131              Date: Sat, 16 Dec 2000 01:40:52 +0100
44132              Message-ID: <20001216014052.A335@freemail.hu>
44133      Branch: perl
44134            ! djgpp/config.over t/base/commonsense.t
44135 ____________________________________________________________________________
44136 [  8141] By: jhi                                   on 2000/12/16  17:09:27
44137         Log: Few uncheckedin files.
44138      Branch: perl
44139            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
44140 ____________________________________________________________________________
44141 [  8140] By: nick                                  on 2000/12/15  22:14:31
44142         Log: Integrate mainline
44143      Branch: perlio
44144           !> (integrate 53 files)
44145 ____________________________________________________________________________
44146 [  8139] By: jhi                                   on 2000/12/15  19:49:49
44147         Log: One more IVUV tweak from Nicholas Clark.
44148      Branch: perl
44149            ! sv.c
44150 ____________________________________________________________________________
44151 [  8138] By: jhi                                   on 2000/12/15  19:17:06
44152         Log: Return of the IVUV-preservation, now seems to be happy even
44153              in Digital UNIX (the broken strtoul brokenness detection
44154              seems to have been the fly in the ointment).
44155      Branch: perl
44156            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44157            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
44158            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
44159            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
44160            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44161            ! vos/config.ga.h win32/config.bc win32/config.gc
44162            ! win32/config.vc
44163 ____________________________________________________________________________
44164 [  8137] By: jhi                                   on 2000/12/15  18:12:14
44165         Log: Metaconfig unit change for #8136.
44166      Branch: metaconfig
44167            ! U/modified/d_strtoul.U
44168      Branch: metaconfig/U/perl
44169            ! d_strtoull.U d_strtouq.U
44170 ____________________________________________________________________________
44171 [  8136] By: jhi                                   on 2000/12/15  18:11:35
44172         Log: I don't think it's sensible or portable to test the strtou*
44173              on /^-/ strings.
44174      Branch: perl
44175            ! Configure
44176 ____________________________________________________________________________
44177 [  8135] By: jhi                                   on 2000/12/15  17:18:49
44178         Log: Metaconfig unit change for #8134.
44179      Branch: metaconfig
44180            ! U/modified/d_strtoul.U
44181 ____________________________________________________________________________
44182 [  8134] By: jhi                                   on 2000/12/15  17:14:13
44183         Log: If longsize is 8 we don't need a LL suffix for integer constants.
44184      Branch: perl
44185            ! Configure config_h.SH
44186 ____________________________________________________________________________
44187 [  8133] By: jhi                                   on 2000/12/15  16:00:23
44188         Log: Update Changes.
44189      Branch: perl
44190            ! Changes patchlevel.h
44191 ____________________________________________________________________________
44192 [  8132] By: jhi                                   on 2000/12/15  15:44:16
44193         Log: Some compilers get huffy if you do not cast a const pointer
44194              to a non-const when assigning.
44195      Branch: perl
44196            ! gv.c
44197 ____________________________________________________________________________
44198 [  8131] By: jhi                                   on 2000/12/15  15:38:30
44199         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
44200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44201              Date: Fri, 15 Dec 2000 05:26:57 -0500
44202              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
44203      Branch: perl
44204            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
44205            ! t/pragma/overload.t
44206 ____________________________________________________________________________
44207 [  8130] By: jhi                                   on 2000/12/15  15:36:08
44208         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
44209              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44210              Date: Thu, 14 Dec 2000 22:02:43 -0500
44211              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
44212      Branch: perl
44213            ! gv.c perl.h
44214 ____________________________________________________________________________
44215 [  8129] By: jhi                                   on 2000/12/15  15:34:16
44216         Log: Subject: PATCH: h2xs nit
44217              From: Tim Jenness <t.jenness@jach.hawaii.edu>
44218              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
44219              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
44220              
44221              Add a template README.
44222      Branch: perl
44223            ! utils/h2xs.PL
44224 ____________________________________________________________________________
44225 [  8128] By: jhi                                   on 2000/12/15  15:32:22
44226         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
44227      Branch: perl
44228            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
44229 ____________________________________________________________________________
44230 [  8127] By: jhi                                   on 2000/12/15  15:19:34
44231         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
44232              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
44233              Date:     Thu, 14 Dec 2000 20:04:42 EST
44234              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
44235      Branch: perl
44236            ! ext/Opcode/Opcode.xs
44237 ____________________________________________________________________________
44238 [  8126] By: jhi                                   on 2000/12/15  15:17:49
44239         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
44240              From: Peter Prymmer <pvhp@forte.com>
44241              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
44242              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
44243      Branch: perl
44244            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
44245            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
44246            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
44247 ____________________________________________________________________________
44248 [  8125] By: jhi                                   on 2000/12/15  15:11:05
44249         Log: This seems to be a stage sane and stable enough to checkin.
44250              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
44251      Branch: perl
44252            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
44253            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
44254            ! t/op/cmp.t t/op/numconvert.t
44255 ____________________________________________________________________________
44256 [  8124] By: jhi                                   on 2000/12/15  04:20:26
44257         Log: Something is really wonky.
44258      Branch: perl
44259            ! sv.c
44260 ____________________________________________________________________________
44261 [  8123] By: jhi                                   on 2000/12/15  04:00:50
44262         Log: Fixes for the IV UV patches to compile in Digital UNIX.
44263      Branch: perl
44264            ! sv.c
44265 ____________________________________________________________________________
44266 [  8122] By: jhi                                   on 2000/12/15  02:53:40
44267         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
44268              From: "Craig A. Berry" <craigberry@mac.com>
44269              Date: Thu, 14 Dec 2000 19:10:49 -0600
44270              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
44271      Branch: perl
44272            ! vms/vms.c
44273 ____________________________________________________________________________
44274 [  8121] By: jhi                                   on 2000/12/15  02:50:00
44275         Log: Metaconfig changes for #8120.
44276      Branch: metaconfig
44277            + U/modified/d_strtoul.U
44278      Branch: metaconfig/U/perl
44279            ! d_strtoull.U d_strtouq.U
44280 ____________________________________________________________________________
44281 [  8120] By: jhi                                   on 2000/12/15  02:49:42
44282         Log: From: Nicholas Clark <nick@ccl4.org> 
44283              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
44284              Date: Thu, 14 Dec 2000 18:38:57 +0000
44285              Message-ID: <20001214183857.B97909@plum.flirble.org>
44286      Branch: perl
44287            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44288            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
44289            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44290            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44291            ! win32/config.gc win32/config.vc
44292 ____________________________________________________________________________
44293 [  8119] By: jhi                                   on 2000/12/14  23:40:58
44294         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
44295              From: Nicholas Clark <nick@ccl4.org>
44296              Date: Wed, 13 Dec 2000 20:08:50 +0000
44297              Message-ID: <20001213200849.B71166@plum.flirble.org>
44298      Branch: perl
44299            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
44300            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
44301 ____________________________________________________________________________
44302 [  8118] By: jhi                                   on 2000/12/14  22:46:26
44303         Log: Integrate perlio.
44304      Branch: perl
44305           !> MANIFEST ext/Encode/compile makedef.pl
44306 ____________________________________________________________________________
44307 [  8117] By: nick                                  on 2000/12/14  22:38:53
44308         Log: Win32 tweaks to get Encode to build
44309              - temp hack to makedef.pl till PerlIO is properly "exported".
44310              - MSVC dislikes  
44311              static encpage_t foo[];
44312              so make 'em extern for now.
44313      Branch: perlio
44314            ! ext/Encode/compile makedef.pl
44315 ____________________________________________________________________________
44316 [  8116] By: nick                                  on 2000/12/14  22:00:53
44317         Log: Document the new files
44318      Branch: perlio
44319            ! MANIFEST
44320 ____________________________________________________________________________
44321 [  8115] By: jhi                                   on 2000/12/14  21:58:01
44322         Log: MANIFEST new files of #8114.
44323      Branch: perl
44324            ! MANIFEST
44325 ____________________________________________________________________________
44326 [  8114] By: jhi                                   on 2000/12/14  21:50:49
44327         Log: Integrate perlio.
44328      Branch: perl
44329           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
44330           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
44331           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
44332           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
44333           !> ext/Encode/Makefile.PL
44334 ____________________________________________________________________________
44335 [  8113] By: jhi                                   on 2000/12/14  21:48:49
44336         Log: The documentation part of the
44337              
44338              Subject: [ID 20001214.002] Net::Ping patch
44339              From: Jonathan Stowe <gellyfish@gellyfish.com>
44340              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
44341              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
44342              since the #7529 had already addressed the same problem.
44343      Branch: perl
44344            ! lib/Net/Ping.pm
44345 ____________________________________________________________________________
44346 [  8112] By: jhi                                   on 2000/12/14  21:42:57
44347         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
44348              From: Dominic Dunlop <domo@computer.org>
44349              Date: Tue, 12 Dec 2000 10:47:10 +0100
44350              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
44351              
44352              Document how elusive subroutines can be.
44353      Branch: perl
44354            ! pod/perlfunc.pod
44355 ____________________________________________________________________________
44356 [  8111] By: jhi                                   on 2000/12/14  21:38:05
44357         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
44358              From: Dominic Dunlop <domo@computer.org>
44359              Date: Thu, 14 Dec 2000 10:13:51 +0100
44360              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
44361      Branch: perl
44362            ! ext/POSIX/POSIX.pod
44363 ____________________________________________________________________________
44364 [  8110] By: jhi                                   on 2000/12/14  21:36:32
44365         Log: Subject: [patch] perlfaq7
44366              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
44367              Date: Thu, 14 Dec 2000 15:31:07 +0100
44368              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
44369      Branch: perl
44370            ! pod/perlfaq7.pod
44371 ____________________________________________________________________________
44372 [  8109] By: jhi                                   on 2000/12/14  21:29:20
44373         Log: Subject: [8104] Encode
44374              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44375              Date: Thu, 14 Dec 2000 14:49:34 +0100
44376              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
44377              
44378              Type casting for nervous compilers.
44379      Branch: perl
44380            ! ext/Encode/Encode.xs
44381 ____________________________________________________________________________
44382 [  8108] By: jhi                                   on 2000/12/14  21:26:17
44383         Log: Subject: [8104] DB_File
44384              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44385              Date: Thu, 14 Dec 2000 14:49:35 +0100
44386              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
44387              
44388              Type definition incorrect for DB 2.7.7.  Not known when it
44389              changed, so only changed it for a known revision.
44390      Branch: perl
44391            ! ext/DB_File/DB_File.xs
44392 ____________________________________________________________________________
44393 [  8107] By: jhi                                   on 2000/12/14  21:23:41
44394         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
44395              From: Peter Prymmer <pvhp@forte.com>
44396              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
44397              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
44398              
44399              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
44400      Branch: perl
44401            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
44402            ! ext/Encode/Encode/posix-bc.enc
44403 ____________________________________________________________________________
44404 [  8106] By: nick                                  on 2000/12/14  20:36:13
44405         Log: "Cold" build correction to Encode's Makefile.PL
44406      Branch: perlio
44407            ! ext/Encode/Makefile.PL
44408 ____________________________________________________________________________
44409 [  8105] By: nick                                  on 2000/12/14  20:09:37
44410         Log: "Compiled" encodings.
44411              Correct replacement character in EBCDIC .enc files
44412              Add 0x7F to ASCII repertoire.
44413      Branch: perlio
44414            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
44415            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
44416            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
44417            ! ext/Encode/Makefile.PL ext/Encode/compile
44418            ! ext/Encode/encengine.c ext/Encode/encode.h
44419 ____________________________________________________________________________
44420 [  8104] By: nick                                  on 2000/12/14  00:38:20
44421         Log: Integrate mainline
44422      Branch: perlio
44423           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
44424           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
44425           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
44426           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
44427           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
44428           !> t/lib/db-hash.t t/lib/db-recno.t
44429 ____________________________________________________________________________
44430 [  8103] By: nick                                  on 2000/12/13  23:16:13
44431         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
44432              so far and so it does not get lost.
44433      Branch: perlio
44434            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
44435 ____________________________________________________________________________
44436 [  8102] By: jhi                                   on 2000/12/13  17:14:22
44437         Log: Update Changes.
44438      Branch: perl
44439            ! Changes patchlevel.h
44440 ____________________________________________________________________________
44441 [  8101] By: jhi                                   on 2000/12/13  16:53:41
44442         Log: Move the proto of start_glob() to a better place; regen api files.
44443      Branch: perl
44444            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
44445 ____________________________________________________________________________
44446 [  8100] By: jhi                                   on 2000/12/13  16:47:11
44447         Log: Metaconfig change for #8099.
44448      Branch: metaconfig
44449            ! U/modified/Head.U
44450 ____________________________________________________________________________
44451 [  8099] By: jhi                                   on 2000/12/13  16:46:48
44452         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
44453              From: Andy Dougherty <doughera@lafayette.edu>
44454              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
44455              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
44456      Branch: perl
44457            ! Configure
44458 ____________________________________________________________________________
44459 [  8098] By: jhi                                   on 2000/12/13  16:39:02
44460         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
44461              From: rspier@pobox.com (Robert Spier)
44462              Date: Tue, 12 Dec 2000 21:12:39 -0500
44463              Message-ID: <14902.56087.678086.725773@rls.cx>
44464              
44465              fastgetcwd is defined using a glob alias on a $^O dependent basis -
44466              and there was no default assignment or perl subroutine.
44467      Branch: perl
44468            ! lib/Cwd.pm
44469 ____________________________________________________________________________
44470 [  8097] By: jhi                                   on 2000/12/13  16:16:01
44471         Log: Subject: [PATCH] move startglob out of pp_hot.c
44472              From: Nicholas Clark <nick@ccl4.org>
44473              Date: Mon, 11 Dec 2000 23:16:39 +0000
44474              Message-ID: <20001211231638.A55550@plum.flirble.org>
44475      Branch: perl
44476            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
44477 ____________________________________________________________________________
44478 [  8096] By: jhi                                   on 2000/12/13  15:26:23
44479         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
44480              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
44481              Date: Wed, 13 Dec 2000 14:01:37 +0100
44482              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
44483              
44484              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
44485              in turn requires libpthread in libswanted.
44486      Branch: perl
44487            ! hints/hpux.sh
44488 ____________________________________________________________________________
44489 [  8095] By: jhi                                   on 2000/12/12  19:51:05
44490         Log: The integration wars continue.
44491      Branch: perl
44492           !> sv.c
44493 ____________________________________________________________________________
44494 [  8094] By: jhi                                   on 2000/12/12  19:48:26
44495         Log: Subject: [PATCH perl@8070] DB_File-1.74  
44496              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
44497              Date: Mon, 11 Dec 2000 23:07:17 -0000
44498              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
44499      Branch: perl
44500            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
44501            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
44502            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
44503            ! t/lib/db-recno.t
44504 ____________________________________________________________________________
44505 [  8093] By: nick                                  on 2000/12/12  19:42:13
44506         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
44507      Branch: perlio
44508            ! sv.c
44509           !> lib/File/DosGlob.pm
44510 ____________________________________________________________________________
44511 [  8092] By: jhi                                   on 2000/12/12  19:28:11
44512         Log: Integrate perlio.
44513      Branch: perl
44514           !> sv.c
44515 ____________________________________________________________________________
44516 [  8091] By: nick                                  on 2000/12/12  18:49:45
44517         Log: Fix for Tk, and upgrading shared SVs.
44518      Branch: perlio
44519            ! sv.c
44520 ____________________________________________________________________________
44521 [  8090] By: jhi                                   on 2000/12/12  16:48:59
44522         Log: Subject: [PATCH] Re: Breadperl & Tk
44523              From: Nick Ing-Simmons <nik@tiuk.ti.com>
44524              Date: Tue, 12 Dec 2000 14:48:27 GMT
44525              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
44526      Branch: perl
44527            ! sv.c
44528 ____________________________________________________________________________
44529 [  8089] By: jhi                                   on 2000/12/12  03:37:19
44530         Log: Subject: DosGlob.pm diff for bash style brace expansion.
44531              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
44532              Date: Fri, 8 Dec 2000 10:45:30 -0600
44533              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
44534      Branch: perl
44535            ! lib/File/DosGlob.pm
44536 ____________________________________________________________________________
44537 [  8088] By: nick                                  on 2000/12/11  23:59:59
44538         Log: Integrate mainline
44539      Branch: perlio
44540           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
44541           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44542           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
44543           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
44544           !> t/op/local.t t/pragma/warn/toke toke.c
44545 ____________________________________________________________________________
44546 [  8087] By: jhi                                   on 2000/12/11  23:20:23
44547         Log: Integrate perlio.
44548      Branch: perl
44549           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44550 ____________________________________________________________________________
44551 [  8086] By: jhi                                   on 2000/12/11  22:50:59
44552         Log: Tune further the OS detection of CGI.
44553      Branch: perl
44554            ! lib/CGI.pm
44555 ____________________________________________________________________________
44556 [  8085] By: nick                                  on 2000/12/11  22:50:46
44557         Log: Finish 1st pass of "encoding" layer e.g. :
44558              open($fh,"<encoding(iso8859-7)",$greek) || die;
44559      Branch: perlio
44560            ! ext/Encode/Encode.xs perlio.c perliol.h
44561 ____________________________________________________________________________
44562 [  8084] By: jhi                                   on 2000/12/11  22:32:06
44563         Log: Revert the -f ambiguousity patch, seems to cause
44564              too much hassle (the interpret -Q as a function
44565              where Q is not a known filetest part is left in).
44566      Branch: perl
44567            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
44568            ! toke.c
44569 ____________________________________________________________________________
44570 [  8083] By: jhi                                   on 2000/12/11  22:27:23
44571         Log: (accidentally empty check-in)
44572      Branch: perl
44573            ! lib/File/DosGlob.pm
44574 ____________________________________________________________________________
44575 [  8082] By: nick                                  on 2000/12/11  19:09:51
44576         Log: Restore mmap function (broken by tweaks to shared buffer
44577              layer for encode(xxxx)).
44578      Branch: perlio
44579            ! perlio.c
44580 ____________________________________________________________________________
44581 [  8081] By: jhi                                   on 2000/12/11  18:29:13
44582         Log: Subject: Re: The long awaited feature ...
44583              From: Simon Cozens <simon@cozens.net>
44584              Date: Mon, 11 Dec 2000 15:54:24 +0000
44585              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
44586              
44587              More io/utf8 tests.
44588      Branch: perl
44589            ! t/io/utf8.t
44590 ____________________________________________________________________________
44591 [  8080] By: jhi                                   on 2000/12/11  18:19:36
44592         Log: Subject: PATCH MakeMaker manpage clarification
44593              From: andreas.koenig@anima.de (Andreas J. Koenig)
44594              Date: 10 Dec 2000 20:46:13 +0100
44595              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
44596      Branch: perl
44597            ! lib/ExtUtils/MakeMaker.pm
44598 ____________________________________________________________________________
44599 [  8079] By: jhi                                   on 2000/12/11  15:35:07
44600         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
44601              From: Simon Cozens <simon@cozens.net>
44602              Date: Sun, 10 Dec 2000 19:06:19 +0000
44603              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
44604      Branch: perl
44605            ! ext/B/B/Deparse.pm t/lib/b.t
44606 ____________________________________________________________________________
44607 [  8078] By: jhi                                   on 2000/12/11  15:09:11
44608         Log: Subject: [PATCH] docs on NaN
44609              From: Nicholas Clark <nick@ccl4.org>
44610              Date: Mon, 11 Dec 2000 01:48:38 +0000
44611              Message-ID: <20001211014838.B99205@plum.flirble.org>
44612      Branch: perl
44613            ! pod/perlop.pod
44614 ____________________________________________________________________________
44615 [  8077] By: jhi                                   on 2000/12/11  15:02:21
44616         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
44617              From: Simon Cozens <simon@cozens.net>
44618              Date: Mon, 11 Dec 2000 01:21:45 +0000
44619              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
44620      Branch: perl
44621            ! pp.c pp_hot.c scope.c t/op/local.t
44622 ____________________________________________________________________________
44623 [  8076] By: nick                                  on 2000/12/10  20:43:32
44624         Log: Not merge worthy...
44625              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
44626              syntax is modelled on attributes.
44627              Untested fix for io/utf8 on Win32 etc.
44628              Very clumsy start to the encode layer.
44629      Branch: perlio
44630            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
44631 ____________________________________________________________________________
44632 [  8075] By: jhi                                   on 2000/12/10  18:39:33
44633         Log: Darwin is not Windows.
44634      Branch: perl
44635            ! lib/CGI.pm
44636 ____________________________________________________________________________
44637 [  8074] By: jhi                                   on 2000/12/10  18:31:27
44638         Log: Subject: Ambiguous -%c() resolved as a file test
44639              From: "Paul Marquess" <Paul.Marquess@openwave.com>
44640              Date: Sun, 10 Dec 2000 15:35:07 -0000
44641              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
44642      Branch: perl
44643            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
44644 ____________________________________________________________________________
44645 [  8073] By: jhi                                   on 2000/12/10  18:16:29
44646         Log: Subject: PATCH installperl misinformed 
44647              From: andreas.koenig@anima.de (Andreas J. Koenig)
44648              Date: 10 Dec 2000 13:01:32 +0100 
44649              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
44650      Branch: perl
44651            ! installperl
44652 ____________________________________________________________________________
44653 [  8072] By: jhi                                   on 2000/12/10  18:07:55
44654         Log: The walkoptree confusion rages; walkoptree() seems to be coming
44655              from B.xs, while walkoptree_slow() comes from B.pm.
44656      Branch: perl
44657            ! ext/B/B.pm
44658 ____________________________________________________________________________
44659 [  8071] By: nick                                  on 2000/12/10  11:45:47
44660         Log: Integrate mainline
44661      Branch: perlio
44662           +> t/base/commonsense.t
44663           !> (integrate 37 files)
44664 ____________________________________________________________________________
44665 [  8070] By: jhi                                   on 2000/12/10  04:46:21
44666         Log: Update Changes.
44667      Branch: perl
44668            ! Changes patchlevel.h
44669 ____________________________________________________________________________
44670 [  8069] By: jhi                                   on 2000/12/10  04:39:19
44671         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
44672              From: andreas.koenig@anima.de (Andreas J. Koenig)
44673              Date: 09 Dec 2000 17:14:25 +0100
44674              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
44675      Branch: perl
44676            + t/base/commonsense.t
44677            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
44678 ____________________________________________________________________________
44679 [  8068] By: jhi                                   on 2000/12/10  04:17:36
44680         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
44681              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
44682              Date: Sat, 9 Dec 2000 16:47:22 -0000
44683              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
44684      Branch: perl
44685            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
44686            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
44687            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
44688            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
44689            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
44690            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
44691            ! t/lib/sdbm.t
44692 ____________________________________________________________________________
44693 [  8067] By: jhi                                   on 2000/12/10  03:52:02
44694         Log: Test case for #8066.
44695      Branch: perl
44696            ! t/op/misc.t
44697 ____________________________________________________________________________
44698 [  8066] By: jhi                                   on 2000/12/10  03:50:30
44699         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
44700              From: Simon Cozens <simon@cozens.net>
44701              Date: Sun, 10 Dec 2000 00:55:37 +0000
44702              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
44703      Branch: perl
44704            ! pp_sys.c
44705 ____________________________________________________________________________
44706 [  8065] By: jhi                                   on 2000/12/10  03:44:52
44707         Log: Test case for #8064.
44708      Branch: perl
44709            ! t/comp/proto.t
44710 ____________________________________________________________________________
44711 [  8064] By: jhi                                   on 2000/12/10  03:42:32
44712         Log: Subject: Re: prototype of substr
44713              From: Simon Cozens <simon@cozens.net>
44714              Date: Sun, 10 Dec 2000 00:13:33 +0000
44715              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
44716              
44717              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
44718              In other words, make the returned prototypes for any function
44719              stop prepending the ';' optionality marker after the first one.
44720              If they start getting optional, all the rest are optional.
44721      Branch: perl
44722            ! pp.c
44723 ____________________________________________________________________________
44724 [  8063] By: jhi                                   on 2000/12/10  03:39:42
44725         Log: Subject: [PATCH] perlguts.pod
44726              From: Simon Cozens <simon@cozens.net>
44727              Date: Sun, 10 Dec 2000 00:06:47 +0000
44728              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
44729              
44730              Documentation of the different types of ops,
44731              plus the functions in dump.c
44732      Branch: perl
44733            ! pod/perlguts.pod
44734 ____________________________________________________________________________
44735 [  8062] By: jhi                                   on 2000/12/10  03:30:04
44736         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
44737              From: Nicholas Clark <nick@talking.bollo.cx>
44738              Date: Sat, 09 Dec 2000 18:57:25 +0000
44739              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
44740              
44741              Be more robust in weird hostname setups.
44742      Branch: perl
44743            ! t/lib/net-hostent.t
44744 ____________________________________________________________________________
44745 [  8061] By: jhi                                   on 2000/12/10  03:28:21
44746         Log: Pacify fussy compiler. 
44747      Branch: perl
44748            ! pp_sys.c
44749 ____________________________________________________________________________
44750 [  8060] By: jhi                                   on 2000/12/10  02:52:46
44751         Log: Integrate perlio.
44752      Branch: perl
44753           !> pp_sys.c t/io/utf8.t
44754 ____________________________________________________________________________
44755 [  8059] By: nick                                  on 2000/12/09  23:40:14
44756         Log: read/sysread/recv should now be utf8 aware.
44757              Basic test for utf8 read.
44758      Branch: perlio
44759            ! pp_sys.c t/io/utf8.t
44760 ____________________________________________________________________________
44761 [  8058] By: jhi                                   on 2000/12/09  21:56:02
44762         Log: Integrate perlio.
44763      Branch: perl
44764           +> t/io/utf8.t
44765           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
44766 ____________________________________________________________________________
44767 [  8057] By: jhi                                   on 2000/12/09  21:53:35
44768         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
44769              From: Inaba Hiroto <inaba@st.rim.or.jp>
44770              Date: Sun, 10 Dec 2000 05:53:21 +0900
44771              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
44772              
44773              Tests for #8056.
44774      Branch: perl
44775            ! t/op/each.t
44776 ____________________________________________________________________________
44777 [  8056] By: jhi                                   on 2000/12/09  21:51:16
44778         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
44779              From: Inaba Hiroto <inaba@st.rim.or.jp>
44780              Date: Sat, 09 Dec 2000 18:02:00 +0900
44781              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
44782              
44783              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
44784      Branch: perl
44785            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
44786 ____________________________________________________________________________
44787 [  8055] By: nick                                  on 2000/12/09  20:11:48
44788         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
44789              than raw PerlIO_write() - does not seem to break any tests.
44790      Branch: perlio
44791            ! pp_sys.c
44792 ____________________________________________________________________________
44793 [  8054] By: nick                                  on 2000/12/09  19:47:30
44794         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
44795              (sysread, recv and write i.e. formats still to do...)
44796              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
44797              open($fh,">:utf8","name")
44798              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
44799              so no extra overhead is involved.
44800              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
44801              to a non-utf8 stream.
44802              Add initial io/utf8.t
44803              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
44804              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
44805              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
44806      Branch: perlio
44807            + t/io/utf8.t
44808            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
44809 ____________________________________________________________________________
44810 [  8053] By: nick                                  on 2000/12/09  19:26:37
44811         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
44812              was only testing this_utf8.
44813      Branch: perlio
44814            ! toke.c
44815 ____________________________________________________________________________
44816 [  8052] By: nick                                  on 2000/12/09  19:09:41
44817         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
44818              i.e. the output string has one, but don't mess with source assumption.
44819      Branch: perlio
44820            ! toke.c
44821 ____________________________________________________________________________
44822 [  8051] By: jhi                                   on 2000/12/09  16:55:17
44823         Log: Integrate perlio.
44824      Branch: perl
44825           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
44826           !> sv.c thrdvar.h util.c
44827 ____________________________________________________________________________
44828 [  8050] By: jhi                                   on 2000/12/09  16:48:07
44829         Log: Nits noticed by Peter Prymmer.
44830      Branch: perl
44831            ! lib/ExtUtils/MM_VMS.pm
44832 ____________________________________________________________________________
44833 [  8049] By: nick                                  on 2000/12/09  13:49:40
44834         Log: UTF8 output prework.
44835              - Store $\ and $, as SVs so they can have SvUTF8 flag
44836              - use do_print() rather than raw PerlIO_write() to print them.
44837      Branch: perlio
44838            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
44839            ! thrdvar.h util.c
44840 ____________________________________________________________________________
44841 [  8048] By: nick                                  on 2000/12/09  12:30:43
44842         Log: Integrate mainline.
44843      Branch: perlio
44844           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
44845           +> t/op/reverse.t
44846           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
44847           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
44848           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
44849           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
44850           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
44851           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
44852 ____________________________________________________________________________
44853 [  8047] By: jhi                                   on 2000/12/09  00:23:27
44854         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
44855              From: Michael G Schwern <schwern@pobox.com>
44856              Date: Fri, 8 Dec 2000 14:43:04 -0600
44857      Branch: perl
44858            ! lib/ExtUtils/MM_VMS.pm
44859 ____________________________________________________________________________
44860 [  8046] By: jhi                                   on 2000/12/08  23:10:27
44861         Log: A missed check-in.
44862      Branch: perl
44863            ! lib/ExtUtils/Manifest.pm
44864 ____________________________________________________________________________
44865 [  8045] By: jhi                                   on 2000/12/08  21:57:12
44866         Log: (null check-in)
44867      Branch: perl
44868            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
44869 ____________________________________________________________________________
44870 [  8044] By: jhi                                   on 2000/12/08  21:11:06
44871         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
44872              at the final draft stage.
44873      Branch: perl
44874            + ext/Encode/Encode/iso8859-16.enc
44875            ! MANIFEST
44876 ____________________________________________________________________________
44877 [  8043] By: jhi                                   on 2000/12/08  16:39:04
44878         Log: Update Changes.
44879      Branch: perl
44880            ! Changes patchlevel.h
44881 ____________________________________________________________________________
44882 [  8042] By: jhi                                   on 2000/12/08  16:33:39
44883         Log: Do not return the Unicode replacement character if UTF-8
44884              decoding goes awry, it should be up to the caller to decide.
44885      Branch: perl
44886            ! pod/perlapi.pod utf8.c
44887 ____________________________________________________________________________
44888 [  8041] By: jhi                                   on 2000/12/08  16:22:28
44889         Log: metaconfig maintenance.
44890      Branch: metaconfig
44891            ! U/modified/stdchar.U
44892      Branch: metaconfig/U/perl
44893            + testsyml.U
44894 ____________________________________________________________________________
44895 [  8040] By: jhi                                   on 2000/12/08  16:03:08
44896         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
44897              From: sthoenna@efn.org
44898              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
44899              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
44900      Branch: perl
44901            ! Changes lib/ExtUtils/MM_OS2.pm
44902 ____________________________________________________________________________
44903 [  8039] By: jhi                                   on 2000/12/08  15:57:11
44904         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
44905              From: Simon Cozens <simon@cozens.net>
44906              Date: Fri, 8 Dec 2000 13:33:31 +0000
44907              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
44908              
44909              (The pp_hot part needed a rewrite.)
44910      Branch: perl
44911            ! doop.c pp_hot.c utf8.c
44912 ____________________________________________________________________________
44913 [  8038] By: jhi                                   on 2000/12/08  15:25:08
44914         Log: Subject: djSP
44915              From: Michael Stevens <michael@etla.org>
44916              Date: Wed, 6 Dec 2000 23:24:01 +0000
44917              Message-ID: <20001206232400.A21381@firedrake.org>
44918              
44919              Plus a note from Nick Ing-Simmons.
44920      Branch: perl
44921            ! pp.h
44922 ____________________________________________________________________________
44923 [  8037] By: jhi                                   on 2000/12/08  15:18:35
44924         Log: Filetype is text.
44925      Branch: perl
44926            ! t/op/utf8decode.t
44927 ____________________________________________________________________________
44928 [  8036] By: jhi                                   on 2000/12/08  03:31:27
44929         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
44930              From: Andy Dougherty <doughera@lafayette.edu>
44931              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
44932              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
44933              
44934              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
44935              From: Andy Dougherty <doughera@lafayette.edu>
44936              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
44937              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
44938      Branch: perl
44939            + ext/POSIX/hints/svr4.pl
44940            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
44941 ____________________________________________________________________________
44942 [  8035] By: jhi                                   on 2000/12/08  03:26:01
44943         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
44944              From: Andy Dougherty <doughera@lafayette.edu>
44945              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
44946              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
44947      Branch: perl
44948            ! t/README t/base/term.t
44949 ____________________________________________________________________________
44950 [  8034] By: jhi                                   on 2000/12/08  03:21:59
44951         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
44952              From: mjd@plover.com  
44953              Date: 7 Dec 2000 21:04:20 -0000
44954              Message-ID: <20001207210420.22282.qmail@plover.com>
44955              
44956              Plus -z doc.
44957      Branch: perl
44958            ! pod/perlfunc.pod
44959 ____________________________________________________________________________
44960 [  8033] By: jhi                                   on 2000/12/08  03:19:03
44961         Log: Use the UTF8 macros a bit.  They can't be used with abandon
44962              everywhere because we do generate illegal UTF-8 in some situations.
44963              This is of course naughty.
44964      Branch: perl
44965            ! pod/perlapi.pod utf8.c utf8.h
44966 ____________________________________________________________________________
44967 [  8032] By: jhi                                   on 2000/12/08  03:00:09
44968         Log: Out of sync?
44969      Branch: perl
44970            ! t/pragma/warn/utf8
44971 ____________________________________________________________________________
44972 [  8031] By: jhi                                   on 2000/12/08  02:22:39
44973         Log: Cnt spl.
44974      Branch: perl
44975            ! MANIFEST
44976 ____________________________________________________________________________
44977 [  8030] By: jhi                                   on 2000/12/08  01:23:54
44978         Log: Add test for reverse().
44979      Branch: perl
44980            + t/op/reverse.t
44981            ! MANIFEST
44982 ____________________________________________________________________________
44983 [  8029] By: jhi                                   on 2000/12/08  01:21:47
44984         Log: Integrate perlio.
44985      Branch: perl
44986           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
44987           !> perlio.c perlio.h perlsdio.h warnings.pl
44988 ____________________________________________________________________________
44989 [  8028] By: jhi                                   on 2000/12/08  01:19:08
44990         Log: Introduce macros for UTF8 decoding.
44991      Branch: perl
44992            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
44993 ____________________________________________________________________________
44994 [  8027] By: nick                                  on 2000/12/07  22:18:19
44995         Log: Integrate mainline
44996      Branch: perlio
44997           !> embed.pl pod/perlapi.pod utf8.c
44998 ____________________________________________________________________________
44999 [  8026] By: nick                                  on 2000/12/07  21:45:08
45000         Log: Various oddities p4 diff -se showed up
45001              Remove 'our' from warnings.pl
45002      Branch: perlio
45003            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
45004 ____________________________________________________________________________
45005 [  8025] By: nick                                  on 2000/12/07  21:43:32
45006         Log: Change PerlIO_(get|set)pos to take SV *
45007              Should fix, OS/2, VMS, (sfio??)
45008      Branch: perlio
45009            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
45010 ____________________________________________________________________________
45011 [  8024] By: jhi                                   on 2000/12/07  19:05:32
45012         Log: Document utf8_to_uv() better.
45013      Branch: perl
45014            ! pod/perlapi.pod utf8.c
45015 ____________________________________________________________________________
45016 [  8023] By: jhi                                   on 2000/12/07  18:23:47
45017         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
45018      Branch: perl
45019            ! embed.pl pod/perlapi.pod utf8.c
45020 ____________________________________________________________________________
45021 [  8022] By: jhi                                   on 2000/12/07  04:13:51
45022         Log: Integrate perlio.
45023      Branch: perl
45024           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
45025           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
45026           !> win32/makefile.mk
45027 ____________________________________________________________________________
45028 [  8021] By: nick                                  on 2000/12/07  00:28:14
45029         Log: Various attempts at MSVC debug - not sure what has
45030              changed but works now. 
45031              Seems atexit() _may_ work for DLLs built with MSVC so don't
45032              call cleanup that way.
45033      Branch: perlio
45034            ! perlio.c win32/makefile.mk
45035 ____________________________________________________________________________
45036 [  8020] By: nick                                  on 2000/12/06  19:57:20
45037         Log: Integrate mainline
45038      Branch: perlio
45039           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
45040           !> (integrate 75 files)
45041 ____________________________________________________________________________
45042 [  8019] By: nick                                  on 2000/12/06  19:28:21
45043         Log: Add useperlio to config.vc
45044              Turn off binmode in config_H.PL
45045              Regen all the config_H.xx
45046              Attempt to get debugging build with MSVC.
45047      Branch: perlio
45048            ! win32/config.vc win32/config_H.bc win32/config_H.gc
45049            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
45050 ____________________________________________________________________________
45051 [  8018] By: nick                                  on 2000/12/06  19:21:57
45052         Log: Test various dup/external program options on all platforms.
45053      Branch: perlio
45054            ! t/io/dup.t
45055 ____________________________________________________________________________
45056 [  8017] By: nick                                  on 2000/12/06  19:20:47
45057         Log: Fix harness to be less picky
45058      Branch: perlio
45059            ! lib/Test/Harness.pm
45060 ____________________________________________________________________________
45061 [  8016] By: jhi                                   on 2000/12/06  16:45:12
45062         Log: Update Changes.
45063      Branch: perl
45064            ! Changes patchlevel.h
45065 ____________________________________________________________________________
45066 [  8015] By: jhi                                   on 2000/12/06  16:41:03
45067         Log: Test \x{...} with ord().
45068      Branch: perl
45069            ! t/op/ord.t
45070 ____________________________________________________________________________
45071 [  8014] By: jhi                                   on 2000/12/06  16:20:33
45072         Log: Test tweak because of #8013.
45073      Branch: perl
45074            ! t/lib/b.t
45075 ____________________________________________________________________________
45076 [  8013] By: jhi                                   on 2000/12/06  16:09:09
45077         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
45078              From: Michael G Schwern <schwern@pobox.com>
45079              Date: Tue, 5 Dec 2000 21:23:28 -0500
45080              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
45081              
45082              Carp::Heavy parts not very applicable because of recent changes.
45083      Branch: perl
45084            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
45085            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
45086            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
45087            ! lib/Exporter.pm lib/Exporter/Heavy.pm
45088            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
45089            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
45090            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
45091            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
45092            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
45093            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
45094            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
45095            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
45096            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
45097            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
45098            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
45099            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
45100            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
45101            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
45102            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
45103            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
45104            ! warnings.pl
45105 ____________________________________________________________________________
45106 [  8012] By: jhi                                   on 2000/12/06  15:22:38
45107         Log: Subject: [PATCH] Re: New harness is failing things
45108              From: Nick Ing-Simmons <nik@tiuk.ti.com>
45109              Date: Wed, 6 Dec 2000 13:00:30 GMT
45110              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
45111      Branch: perl
45112            ! lib/Test/Harness.pm
45113 ____________________________________________________________________________
45114 [  8011] By: jhi                                   on 2000/12/06  15:12:08
45115         Log: Subject: installhtml changes
45116              From: Michael Stevens <michael@etla.org>
45117              Date: Wed, 6 Dec 2000 13:15:53 +0000
45118              Message-ID: <20001206131553.A27317@firedrake.org>
45119      Branch: perl
45120            ! installhtml
45121 ____________________________________________________________________________
45122 [  8010] By: jhi                                   on 2000/12/06  15:06:05
45123         Log: Subject: the dTHR hits
45124              From: Michael Stevens <michael@etla.org>
45125              Date: Wed, 6 Dec 2000 12:06:03 +0000
45126              Message-ID: <20001206120603.A24581@firedrake.org>
45127              
45128              More, errrm, less dTHRs.
45129      Branch: perl
45130            ! bytecode.pl ext/B/B/C.pm
45131 ____________________________________________________________________________
45132 [  8009] By: jhi                                   on 2000/12/06  15:04:25
45133         Log: Subject: MakeMaker mailing list gone?
45134              From: Michael G Schwern <schwern@pobox.com>
45135              Date: Tue, 5 Dec 2000 19:29:59 -0500
45136              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
45137              
45138              The MakeMaker mailing list is dead, perlbug is the right
45139              address to report bugs.
45140      Branch: perl
45141            ! lib/ExtUtils/MakeMaker.pm
45142 ____________________________________________________________________________
45143 [  8008] By: jhi                                   on 2000/12/06  15:00:32
45144         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
45145              From: Michael G Schwern <schwern@pobox.com>
45146              Date: Tue, 5 Dec 2000 19:21:21 -0500
45147              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
45148              
45149              Add a default MANIFEST skip that ignores things like
45150              version control files, editor temporary files, and the Makefile.
45151      Branch: perl
45152            + lib/ExtUtils/MANIFEST.SKIP
45153            ! MANIFEST lib/ExtUtils/Manifest.pm
45154 ____________________________________________________________________________
45155 [  8007] By: jhi                                   on 2000/12/06  14:57:20
45156         Log: In Amiga more manual hackery of the scripts seems to be needed,
45157              from Jan-Erik Karlsson.  Why Configure does not get this right
45158              is unknown, may be shell-induced.
45159      Branch: perl
45160            ! README.amiga
45161 ____________________________________________________________________________
45162 [  8006] By: jhi                                   on 2000/12/05  23:53:12
45163         Log: Add TOPm1s to peek at the second topmost stack item.
45164      Branch: perl
45165            ! pp.h
45166 ____________________________________________________________________________
45167 [  8005] By: jhi                                   on 2000/12/05  23:13:55
45168         Log: Avaunt, you foul UTF-8 tests.
45169      Branch: perl
45170            ! t/op/ver.t t/pragma/utf8.t
45171 ____________________________________________________________________________
45172 [  8004] By: jhi                                   on 2000/12/05  23:09:54
45173         Log: Continue utf8 dispersal. 
45174      Branch: perl
45175            + t/op/concat.t
45176            ! MANIFEST t/pragma/utf8.t
45177 ____________________________________________________________________________
45178 [  8003] By: nick                                  on 2000/12/05  23:02:39
45179         Log: Integrate mainline.
45180      Branch: perlio
45181           +> t/op/length.t t/op/utf8decode.t
45182           !> (integrate 69 files)
45183 ____________________________________________________________________________
45184 [  8002] By: jhi                                   on 2000/12/05  22:59:28
45185         Log: Integrate perlio.
45186      Branch: perl
45187           !> iperlsys.h perl.c perlio.c win32/perllib.c
45188 ____________________________________________________________________________
45189 [  8001] By: nick                                  on 2000/12/05  22:07:52
45190         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
45191              - calloc/free suffer from damage on TerminateThread()
45192              - use PerlMemShared (as originally planned) now fixed
45193              - avoid doing anything important on DLL "detach".
45194      Branch: perlio
45195            ! perl.c perlio.c win32/perllib.c
45196 ____________________________________________________________________________
45197 [  8000] By: nick                                  on 2000/12/05  21:05:09
45198         Log: Fix gross PerlMemShared issue.
45199      Branch: perlio
45200            ! iperlsys.h
45201 ____________________________________________________________________________
45202 [  7999] By: jhi                                   on 2000/12/05  20:46:58
45203         Log: Test for Unicode (UTF-8) hash keys.
45204      Branch: perl
45205            ! t/op/each.t
45206 ____________________________________________________________________________
45207 [  7998] By: jhi                                   on 2000/12/05  20:30:35
45208         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
45209              is now always UTF-8), empty line cosmetics.
45210      Branch: perl
45211            ! t/pragma/utf8.t
45212 ____________________________________________________________________________
45213 [  7997] By: jhi                                   on 2000/12/05  20:15:40
45214         Log: Subject: Re: STRLEN - what?
45215              From: Andy Dougherty <doughera@lafayette.edu>
45216              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
45217              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
45218              
45219              Explain STRLEN.
45220      Branch: perl
45221            ! pod/perlguts.pod
45222 ____________________________________________________________________________
45223 [  7996] By: jhi                                   on 2000/12/05  20:13:34
45224         Log: Split off the UTF-8 decoder tests, make them to check also
45225              the error message.
45226      Branch: perl
45227            + t/op/utf8decode.t
45228            ! MANIFEST t/pragma/utf8.t utf8.c
45229 ____________________________________________________________________________
45230 [  7995] By: jhi                                   on 2000/12/05  16:39:47
45231         Log: Start migrating bits of pragma/utf8 to elsewhere
45232              (since the long term plan is to obsolete 'use utf8').
45233      Branch: perl
45234            + t/op/length.t
45235            ! MANIFEST t/pragma/utf8.t
45236 ____________________________________________________________________________
45237 [  7994] By: jhi                                   on 2000/12/05  16:30:21
45238         Log: Fix a manual edit typo from #7993, fix the message formatting
45239              for Unicode, add few our declarations.
45240      Branch: perl
45241            ! lib/Carp/Heavy.pm
45242 ____________________________________________________________________________
45243 [  7993] By: jhi                                   on 2000/12/05  16:09:15
45244         Log: Subject: Need help with warnings :-(
45245              From: "Ben Tilly" <ben_tilly@hotmail.com>
45246              Date: Tue, 05 Dec 2000 01:35:54 -0500
45247              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
45248              
45249              Subject: UPDATE: Carp/Heavy now passes all tests
45250              From: "Ben Tilly" <ben_tilly@hotmail.com>
45251              Date: Tue, 05 Dec 2000 07:59:41 -0500
45252              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
45253              
45254              The Brave New Carp.
45255      Branch: perl
45256            ! lib/Carp.pm lib/Carp/Heavy.pm
45257 ____________________________________________________________________________
45258 [  7992] By: jhi                                   on 2000/12/05  15:55:08
45259         Log: Subject: [PATCH perl@7979] cygwin port
45260              From: "Eric Fifer" <efifer@dircon.co.uk>
45261              Date: Tue, 5 Dec 2000 14:04:09 -0000
45262              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
45263      Branch: perl
45264            ! t/lib/net-hostent.t
45265 ____________________________________________________________________________
45266 [  7991] By: jhi                                   on 2000/12/05  15:52:34
45267         Log: Subject: Re: [PATCH] The largest hoax of all times?
45268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45269              Date: Tue, 5 Dec 2000 00:40:25 -0500
45270              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
45271              
45272              Subject: Re: [PATCH] The largest hoax of all times?
45273              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45274              Date: Mon, 4 Dec 2000 23:55:53 -0500
45275              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
45276              
45277              Subject: Re: [PATCH] The largest hoax of all times?
45278              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45279              Date: Tue, 5 Dec 2000 01:28:45 -0500
45280              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
45281              
45282              Fix the unpredictable order of DESTROYs.
45283      Branch: perl
45284            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
45285            ! sv.c sv.h t/op/ref.t
45286 ____________________________________________________________________________
45287 [  7990] By: jhi                                   on 2000/12/05  14:38:53
45288         Log: Subject: [PATCH] shrink pp_hot fractionally
45289              From: Nicholas Clark <nick@ccl4.org>
45290              Date: Tue, 5 Dec 2000 12:44:31 +0000
45291              Message-ID: <20001205124431.E74518@plum.flirble.org>
45292              
45293              Use report_evil_fh().
45294      Branch: perl
45295            ! opcode.pl opnames.h pp_hot.c util.c
45296 ____________________________________________________________________________
45297 [  7989] By: jhi                                   on 2000/12/05  14:21:27
45298         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
45299              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45300              Date: Mon, 04 Dec 2000 22:21:59 -0800
45301              Message-ID: <HmIL6gzkgepS092yn@efn.org>
45302              
45303              Harness shouldn't ignore responses like "ok 3\r\r\n".
45304      Branch: perl
45305            ! lib/Test/Harness.pm
45306 ____________________________________________________________________________
45307 [  7988] By: jhi                                   on 2000/12/05  13:51:28
45308         Log: Integrate the "skip" messages to explain().
45309      Branch: perl
45310            ! t/lib/syslfs.t t/op/lfs.t
45311 ____________________________________________________________________________
45312 [  7987] By: jhi                                   on 2000/12/05  12:34:54
45313         Log: The one that got away in #7984.
45314              
45315              Subject: Re: dTHR - what and why?
45316              From: Michael Stevens <michael@etla.org> 
45317              Date: Tue, 5 Dec 2000 11:15:52 +0000
45318              Message-ID: <20001205111552.A4647@firedrake.org>
45319      Branch: perl
45320            ! sv.h
45321 ____________________________________________________________________________
45322 [  7986] By: gsar                                  on 2000/12/05  09:14:44
45323         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
45324              due to the notorious GetFileType() bug in Windows 9x, which fstat()
45325              tickles)
45326      Branch: perl
45327            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
45328 ____________________________________________________________________________
45329 [  7985] By: jhi                                   on 2000/12/05  05:49:03
45330         Log: Integrate perlio.
45331      Branch: perl
45332           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
45333           !> win32/perlhost.h win32/perllib.c
45334 ____________________________________________________________________________
45335 [  7984] By: jhi                                   on 2000/12/05  05:48:16
45336         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
45337      Branch: perl
45338            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
45339            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
45340            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
45341            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
45342            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
45343            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
45344            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
45345            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
45346            ! win32/win32.c
45347 ____________________________________________________________________________
45348 [  7983] By: nick                                  on 2000/12/04  23:27:43
45349         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
45350      Branch: perlio
45351            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
45352            ! win32/perlhost.h win32/perllib.c
45353 ____________________________________________________________________________
45354 [  7982] By: jhi                                   on 2000/12/04  19:44:09
45355         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
45356              uncovered by #7980.
45357      Branch: perl
45358            ! op.c
45359 ____________________________________________________________________________
45360 [  7981] By: jhi                                   on 2000/12/04  19:42:07
45361         Log: Subject: [PATCH] Trivial dump.c feature
45362              From: Simon Cozens <simon@cozens.net>
45363              Date: Mon, 4 Dec 2000 18:08:38 +0000
45364              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
45365              
45366              Show whether a constant is UTF-8.
45367      Branch: perl
45368            ! dump.c
45369 ____________________________________________________________________________
45370 [  7980] By: jhi                                   on 2000/12/04  19:36:51
45371         Log: UTF-8 hash keys, patch from Inaba Hiroto.
45372      Branch: perl
45373            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
45374 ____________________________________________________________________________
45375 [  7979] By: jhi                                   on 2000/12/04  17:36:28
45376         Log: Update Changes.
45377      Branch: perl
45378            ! Changes patchlevel.h
45379 ____________________________________________________________________________
45380 [  7978] By: jhi                                   on 2000/12/04  16:42:17
45381         Log: Retract #7977, still too volatile (the euphemism of the day
45382              for unfinished and buggy :-)
45383      Branch: perl
45384            ! doop.c hv.c pp.c sv.h
45385 ____________________________________________________________________________
45386 [  7977] By: jhi                                   on 2000/12/04  16:25:15
45387         Log: (Retracted by #7978, too shaky yet.)
45388              
45389              Subject: Re: utf8 in hash keys, implementor missing
45390              From: Simon Cozens <simon@cozens.net>
45391              Date: Sat, 2 Dec 2000 19:49:35 +0000
45392              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
45393              
45394              The first step at UTF-8 hash keys.
45395      Branch: perl
45396            ! doop.c hv.c pp.c sv.h
45397 ____________________________________________________________________________
45398 [  7976] By: jhi                                   on 2000/12/04  16:13:53
45399         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
45400              From: sthoenna@efn.org
45401              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
45402              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
45403      Branch: perl
45404            ! os2/os2.c perlio.c
45405 ____________________________________________________________________________
45406 [  7975] By: jhi                                   on 2000/12/04  16:05:25
45407         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
45408              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45409              Date: Thu, 30 Nov 2000 20:50:37 -0800
45410              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
45411      Branch: perl
45412            ! os2/os2.c
45413 ____________________________________________________________________________
45414 [  7974] By: jhi                                   on 2000/12/04  16:03:57
45415         Log: Subject: [PATCH] ++ 20% faster
45416              From: Nicholas Clark <nick@ccl4.org>
45417              Date: Mon, 4 Dec 2000 12:17:27 +0000
45418              Message-ID: <20001204121726.B52976@plum.flirble.org>
45419              
45420              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
45421      Branch: perl
45422            ! sv.c
45423 ____________________________________________________________________________
45424 [  7973] By: jhi                                   on 2000/12/04  16:00:48
45425         Log: 
45426              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
45427              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45428              Date: Mon, 04 Dec 2000 12:30:45 +0100
45429              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
45430              
45431              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
45432              library (getprotobyname and getprotobynumber are outversioned by
45433              the same calls in libc, at least for xlc version 3.
45434      Branch: perl
45435            ! hints/aix.sh
45436 ____________________________________________________________________________
45437 [  7972] By: jhi                                   on 2000/12/04  02:58:31
45438         Log: Integrate perlio.
45439      Branch: perl
45440           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
45441           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
45442           !> win32/win32.h win32/win32iop.h win32/win32thread.h
45443 ____________________________________________________________________________
45444 [  7971] By: nick                                  on 2000/12/04  00:24:33
45445         Log: Quieten some noise in Win32 builds:
45446              - win32.h is included after <sys/socket.h>, so need to 
45447              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
45448              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
45449      Branch: perlio
45450            ! doio.c perl.h toke.c win32/win32.h
45451 ____________________________________________________________________________
45452 [  7970] By: nick                                  on 2000/12/03  22:57:46
45453         Log: PERL_IMPLICIT_SYS compiles but does not work.
45454      Branch: perlio
45455            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
45456            ! win32/perlhost.h win32/perllib.c win32/win32.h
45457            ! win32/win32iop.h win32/win32thread.h
45458 ____________________________________________________________________________
45459 [  7969] By: jhi                                   on 2000/12/03  22:12:58
45460         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
45461              used to swash_init(), makes regprop() dumps more informative
45462              (+utf8::IsAlpha, -utf8::IsDigit, for example).
45463      Branch: perl
45464            ! regcomp.c regexec.c
45465 ____________________________________________________________________________
45466 [  7968] By: jhi                                   on 2000/12/03  21:39:56
45467         Log: Implement ANYOFUTF8 regprop() dumping.
45468      Branch: perl
45469            ! regcomp.c
45470 ____________________________________________________________________________
45471 [  7967] By: jhi                                   on 2000/12/03  20:57:19
45472         Log: Make uv_to_utf8() to zero-terminate its output buffer,
45473              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
45474      Branch: perl
45475            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
45476 ____________________________________________________________________________
45477 [  7966] By: nick                                  on 2000/12/03  18:41:21
45478         Log: Integrate mainline (STDCHAR)
45479      Branch: perlio
45480           !> Configure t/pragma/utf8.t
45481 ____________________________________________________________________________
45482 [  7965] By: jhi                                   on 2000/12/03  17:58:20
45483         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
45484      Branch: perl
45485            ! t/pragma/utf8.t
45486 ____________________________________________________________________________
45487 [  7964] By: jhi                                   on 2000/12/03  17:35:56
45488         Log: Integrate perlio.
45489      Branch: perl
45490           !> iperlsys.h perlio.c
45491 ____________________________________________________________________________
45492 [  7963] By: jhi                                   on 2000/12/03  17:33:55
45493         Log: Metaconfig unit change for #7962.
45494      Branch: metaconfig
45495            ! U/modified/stdchar.U
45496 ____________________________________________________________________________
45497 [  7962] By: jhi                                   on 2000/12/03  17:33:27
45498         Log: Untangle the <stdio.h> #include nest for the stdchar test,
45499              from Andy Dougherty.
45500      Branch: perl
45501            ! Configure
45502 ____________________________________________________________________________
45503 [  7961] By: nick                                  on 2000/12/03  16:53:00
45504         Log: Make iperlsys.h vector stdio not PerlIO.
45505      Branch: perlio
45506            ! iperlsys.h perlio.c
45507 ____________________________________________________________________________
45508 [  7960] By: nick                                  on 2000/12/03  14:43:01
45509         Log: Integrate mainline
45510      Branch: perlio
45511           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
45512           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
45513 ____________________________________________________________________________
45514 [  7959] By: jhi                                   on 2000/12/03  08:16:36
45515         Log: Use DO_UTF8().
45516      Branch: perl
45517            ! op.c
45518 ____________________________________________________________________________
45519 [  7958] By: jhi                                   on 2000/12/02  18:33:05
45520         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
45521              From: Mike Guy <mjtg@cam.ac.uk>         
45522              Date: Sat, 02 Dec 2000 17:27:13 +0000
45523              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
45524              
45525              An extraneous argument.
45526      Branch: perl
45527            ! toke.c
45528 ____________________________________________________________________________
45529 [  7957] By: jhi                                   on 2000/12/02  18:22:32
45530         Log: A missing hunk.
45531      Branch: perl
45532            ! t/lib/net-hostent.t
45533 ____________________________________________________________________________
45534 [  7956] By: jhi                                   on 2000/12/02  18:06:20
45535         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
45536              From: Nicholas Clark <nick@ccl4.org>
45537              Date: Sat, 2 Dec 2000 14:28:27 +0000
45538              Message-ID: <20001202142827.A12308@plum.flirble.org>
45539              
45540              Test robustness.
45541      Branch: perl
45542            ! t/lib/net-hostent.t
45543 ____________________________________________________________________________
45544 [  7955] By: jhi                                   on 2000/12/02  17:58:06
45545         Log: Metaconfig unit change for #7954.
45546      Branch: metaconfig
45547            ! U/modified/stdchar.U
45548 ____________________________________________________________________________
45549 [  7954] By: jhi                                   on 2000/12/02  17:54:32
45550         Log: An inconvenient hang would happen if the stdio _ptr wasn't
45551              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
45552              would be grepping stdin for all eternity for the _ptr.)
45553      Branch: perl
45554            ! Configure
45555 ____________________________________________________________________________
45556 [  7953] By: jhi                                   on 2000/12/02  00:07:15
45557         Log: Update Changes.
45558      Branch: perl
45559            ! Changes patchlevel.h
45560 ____________________________________________________________________________
45561 [  7952] By: jhi                                   on 2000/12/01  23:54:47
45562         Log: Subject: Re: long shell lines
45563              From: Andy Dougherty <doughera@lafayette.edu>
45564              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
45565              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
45566              
45567              Split overly long shell command lines.
45568      Branch: perl
45569            ! lib/ExtUtils/MM_Unix.pm
45570 ____________________________________________________________________________
45571 [  7951] By: jhi                                   on 2000/12/01  23:48:02
45572         Log: The metaconfig unit change for #7950.
45573      Branch: metaconfig
45574            + U/modified/stdchar.U
45575 ____________________________________________________________________________
45576 [  7950] By: jhi                                   on 2000/12/01  23:47:39
45577         Log: Try to find stdchar also from <stdio_impl.h>.
45578      Branch: perl
45579            ! Configure config_h.SH
45580 ____________________________________________________________________________
45581 [  7949] By: jhi                                   on 2000/12/01  23:46:45
45582         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
45583              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
45584              Date: Fri, 1 Dec 2000 16:26:08 -0500
45585              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
45586              
45587              Reword the diagnostic message.
45588      Branch: perl
45589            ! pod/perldiag.pod
45590 ____________________________________________________________________________
45591 [  7948] By: nick                                  on 2000/12/01  22:49:43
45592         Log: Integrate mainline (for s/y/m as sub names stuff).
45593      Branch: perlio
45594           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
45595           !> t/pragma/warn/toke toke.c
45596 ____________________________________________________________________________
45597 [  7947] By: jhi                                   on 2000/12/01  20:55:41
45598         Log: Integrate perlio.
45599      Branch: perl
45600           !> perlio.c perliol.h t/io/pipe.t
45601 ____________________________________________________________________________
45602 [  7946] By: jhi                                   on 2000/12/01  20:36:51
45603         Log: Upgrade to CPAN 1.59_51, from Andreas König.
45604      Branch: perl
45605            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
45606 ____________________________________________________________________________
45607 [  7945] By: nick                                  on 2000/12/01  20:31:32
45608         Log: Integrate mainline
45609      Branch: perlio
45610           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
45611           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
45612           +> t/lib/net-hostent.t
45613           !> (integrate 35 files)
45614 ____________________________________________________________________________
45615 [  7944] By: jhi                                   on 2000/12/01  20:23:29
45616         Log: Some help for 20001130.011.  Now one gets warnings like
45617              "Ambiguous -f() resolved as a file test ..."
45618      Branch: perl
45619            ! pod/perldiag.pod t/pragma/warn/toke toke.c
45620 ____________________________________________________________________________
45621 [  7943] By: jhi                                   on 2000/12/01  19:44:44
45622         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
45623              that also breaks using them as methods. 
45624      Branch: perl
45625            ! pod/perldiag.pod t/op/misc.t toke.c
45626 ____________________________________________________________________________
45627 [  7942] By: nick                                  on 2000/12/01  17:56:46
45628         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
45629              Make 'unix' pass most tests
45630              - do unread by temporary push of layer ("pending") holding unread chars
45631              - fast_gets is now based on per-handle flag
45632              - relax one of io/pipe.t tests to allow print to fail and close to
45633              succeed so that it passes on unbuffered "unix" layer.
45634              Remaining fail is sporadic and a genuine race condition between
45635              parent/child in fork test.
45636      Branch: perlio
45637            ! perlio.c perliol.h t/io/pipe.t
45638 ____________________________________________________________________________
45639 [  7941] By: jhi                                   on 2000/12/01  15:28:58
45640         Log: (Retracted by #7943.)
45641              
45642              Reserve the short named string operator names.
45643      Branch: perl
45644            ! pod/perldiag.pod t/op/misc.t toke.c
45645 ____________________________________________________________________________
45646 [  7940] By: jhi                                   on 2000/12/01  06:45:53
45647         Log: Get the three different space character classes right under utf8.
45648      Branch: perl
45649            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
45650            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
45651            ! regexec.c t/op/pat.t utf8.c
45652 ____________________________________________________________________________
45653 [  7939] By: jhi                                   on 2000/12/01  03:26:26
45654         Log: Two more tests that make no sense in UTF-8 since the test
45655              data is not in UTF-8.
45656      Branch: perl
45657            ! t/op/regexp.t
45658 ____________________________________________________________________________
45659 [  7938] By: jhi                                   on 2000/12/01  03:20:39
45660         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
45661              should it be required inside regexen?
45662      Branch: perl
45663            ! regcomp.c t/op/regmesg.t
45664 ____________________________________________________________________________
45665 [  7937] By: jhi                                   on 2000/12/01  02:58:53
45666         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
45667              stored and restored, and thusly was trounced by the utf8 swash
45668              routines.
45669      Branch: perl
45670            ! regcomp.c
45671 ____________________________________________________________________________
45672 [  7936] By: jhi                                   on 2000/11/30  20:41:39
45673         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
45674              Why the different platforms behave so differently (core dump vs
45675              no core dump) on this bug is a but of a mystery, but if I had to
45676              guess I would mumble something like 'alignment'.
45677      Branch: perl
45678            ! sv.c
45679 ____________________________________________________________________________
45680 [  7935] By: jhi                                   on 2000/11/30  16:17:02
45681         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
45682              From: Robin Barker <rmb1@cise.npl.co.uk>
45683              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
45684              Date: Thu, 30 Nov 2000 14:27:12 GMT
45685      Branch: perl
45686            ! perlio.c toke.c
45687 ____________________________________________________________________________
45688 [  7934] By: jhi                                   on 2000/11/30  16:04:49
45689         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
45690      Branch: perl
45691            ! t/lib/net-hostent.t
45692 ____________________________________________________________________________
45693 [  7933] By: jhi                                   on 2000/11/30  06:07:26
45694         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
45695              From: Peter Prymmer <pvhp@forte.com>
45696              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
45697              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
45698              
45699              In VMS the localhost may be LOCALHOST.
45700      Branch: perl
45701            ! t/lib/net-hostent.t
45702 ____________________________________________________________________________
45703 [  7932] By: jhi                                   on 2000/11/30  01:11:11
45704         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
45705              From: Peter Prymmer <pvhp@forte.com>
45706              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
45707              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
45708              
45709              plus regen perlapi.pod.
45710      Branch: perl
45711            ! pod/perlapi.pod utf8.c
45712 ____________________________________________________________________________
45713 [  7931] By: jhi                                   on 2000/11/30  01:06:19
45714         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
45715              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45716              Date:     Wed, 29 Nov 2000 17:15:11 EST
45717              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
45718      Branch: perl
45719            ! t/lib/filter-util.pl t/lib/filter-util.t
45720 ____________________________________________________________________________
45721 [  7930] By: jhi                                   on 2000/11/29  18:51:55
45722         Log: Update Changes.
45723      Branch: perl
45724            ! Changes patchlevel.h
45725 ____________________________________________________________________________
45726 [  7929] By: jhi                                   on 2000/11/29  18:50:55
45727         Log: Update the va_copy() metaconfig unit.
45728      Branch: metaconfig/U/perl
45729            ! need_va_copy.U
45730 ____________________________________________________________________________
45731 [  7928] By: jhi                                   on 2000/11/29  17:50:43
45732         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
45733              From: Dominic Dunlop <domo@computer.org>
45734              Date: Tue, 28 Nov 2000 16:41:57 +0100
45735              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
45736              
45737              Patch to catch a core dump in the Configure va_copy test.
45738      Branch: perl
45739            ! Configure config_h.SH
45740 ____________________________________________________________________________
45741 [  7927] By: jhi                                   on 2000/11/29  17:31:59
45742         Log: Retract #7921, the patch shouldn't be needed.
45743      Branch: perl
45744            ! sv.c
45745 ____________________________________________________________________________
45746 [  7926] By: jhi                                   on 2000/11/29  17:01:41
45747         Log: Make the Class::Struct import() wiser.
45748      Branch: perl
45749            ! lib/Class/Struct.pm t/lib/class-struct.t
45750 ____________________________________________________________________________
45751 [  7925] By: jhi                                   on 2000/11/29  16:36:33
45752         Log: All the core library users of Class::Struct seem to be
45753              using "use Class::Struct 'struct';" instead of the bare
45754              "use Class::Struct;", which isn't documented in Class::Struct.
45755              This can't be right.
45756      Branch: perl
45757            ! lib/File/stat.pm
45758 ____________________________________________________________________________
45759 [  7924] By: jhi                                   on 2000/11/29  16:32:15
45760         Log: A test works better if it has the right 1..$n output.
45761      Branch: perl
45762            ! t/lib/class-struct.t
45763 ____________________________________________________________________________
45764 [  7923] By: jhi                                   on 2000/11/29  16:29:11
45765         Log: Forgot to MANIFEST the new Net::hostent test.
45766      Branch: perl
45767            ! MANIFEST
45768 ____________________________________________________________________________
45769 [  7922] By: jhi                                   on 2000/11/29  16:27:49
45770         Log: Integrate perlio.
45771      Branch: perl
45772           !> iperlsys.h perlio.c
45773 ____________________________________________________________________________
45774 [  7921] By: jhi                                   on 2000/11/29  16:27:10
45775         Log: (Retracted by #7927.)
45776              
45777              Subject: [PATCH] Is infinity a number?
45778              From: Simon Cozens <simon@cozens.net>
45779              Date: Wed, 29 Nov 2000 14:48:20 +0000
45780              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
45781      Branch: perl
45782            ! sv.c
45783 ____________________________________________________________________________
45784 [  7920] By: jhi                                   on 2000/11/29  16:23:02
45785         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
45786              From: rspier@pobox.com (Robert Spier)
45787              Date: Wed, 29 Nov 2000 02:17:49 -0500
45788              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
45789              
45790              Add a test for Net::hostent.
45791      Branch: perl
45792            + t/lib/net-hostent.t
45793 ____________________________________________________________________________
45794 [  7919] By: jhi                                   on 2000/11/29  16:21:31
45795         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
45796              add a test for Class::Struct.
45797      Branch: perl
45798            + t/lib/class-struct.t
45799            ! MANIFEST lib/Class/Struct.pm
45800 ____________________________________________________________________________
45801 [  7918] By: jhi                                   on 2000/11/29  15:48:40
45802         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
45803              From: rspier@pobox.com (Robert Spier)
45804              Date: Wed, 29 Nov 2000 02:25:39 -0500
45805              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
45806              
45807              More checking in case someone has broken their services or
45808              protocol databases.
45809      Branch: perl
45810            ! ext/Sys/Syslog/Syslog.pm
45811 ____________________________________________________________________________
45812 [  7917] By: jhi                                   on 2000/11/29  15:46:25
45813         Log: Subject: [PATCH] $^O  win32 -> MSWin32
45814              From: rspier@pobox.com (Robert Spier)
45815              Date: Wed, 29 Nov 2000 02:17:38 -0500
45816              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
45817              
45818              plus similar nits for vms, err, VMS, and UNICOS.
45819      Branch: perl
45820            ! t/lib/syslfs.t t/op/lfs.t
45821 ____________________________________________________________________________
45822 [  7916] By: jhi                                   on 2000/11/29  15:42:51
45823         Log: Subject: [PATCH] Tokeniser debugging
45824              From: Simon Cozens <simon@cozens.net>
45825              Date: Wed, 29 Nov 2000 14:15:45 +0000
45826              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
45827      Branch: perl
45828            ! perl.c perl.h pod/perlrun.pod toke.c
45829 ____________________________________________________________________________
45830 [  7915] By: jhi                                   on 2000/11/29  15:41:36
45831         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45833              Date: Wed, 29 Nov 2000 02:13:14 -0500
45834              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
45835              
45836              OUT keyword nits.
45837              
45838              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
45839              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45840              Date: Wed, 29 Nov 2000 03:09:04 -0500
45841              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
45842              
45843              OUT and IN_OUT documentation.
45844      Branch: perl
45845            ! lib/ExtUtils/xsubpp pod/perlxs.pod
45846 ____________________________________________________________________________
45847 [  7914] By: jhi                                   on 2000/11/29  03:35:01
45848         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
45849              From: John Tobey <jtobey@john-edwin-tobey.org>
45850              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
45851              Message-Id: <m140e1N-000FOoC@feynman.localnet>
45852              
45853              plus a performance speedup noticed by Sarathy.
45854      Branch: perl
45855            ! op.c
45856 ____________________________________________________________________________
45857 [  7913] By: jhi                                   on 2000/11/29  03:16:59
45858         Log: Use "1 while unlink" so that VMS gets clean, too.
45859      Branch: perl
45860            ! t/lib/filter-util.t
45861 ____________________________________________________________________________
45862 [  7912] By: jhi                                   on 2000/11/29  03:09:08
45863         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
45864              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45865              Date: Tue, 28 Nov 2000 03:27:09 -0500
45866              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
45867      Branch: perl
45868            ! lib/ExtUtils/xsubpp
45869 ____________________________________________________________________________
45870 [  7911] By: jhi                                   on 2000/11/29  03:06:30
45871         Log: This should have been part of #7872: no need to scan UTF-8
45872              until eternity.
45873      Branch: perl
45874            ! utf8.c
45875 ____________________________________________________________________________
45876 [  7910] By: jhi                                   on 2000/11/29  02:50:04
45877         Log: One more perltie.pod nit from Casey R. Tweten.
45878      Branch: perl
45879            ! pod/perltie.pod
45880 ____________________________________________________________________________
45881 [  7909] By: jhi                                   on 2000/11/29  02:44:23
45882         Log: Document the known sprintf test failures, exact standard
45883              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
45884      Branch: perl
45885            ! pod/perldelta.pod t/op/sprintf.t
45886 ____________________________________________________________________________
45887 [  7908] By: jhi                                   on 2000/11/29  02:36:23
45888         Log: Add the Encoding table format documentation.
45889      Branch: perl
45890            + ext/Encode/Encode/EncodeFormat.pod
45891            ! MANIFEST
45892 ____________________________________________________________________________
45893 [  7907] By: jhi                                   on 2000/11/29  02:07:24
45894         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
45895              From: "Casey R. Tweten" <crt@kiski.net>
45896              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
45897              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
45898              
45899              Subject: Re: [PATCH] Updating perltie.pod for arrays
45900              From: "Casey R. Tweten" <crt@kiski.net>
45901              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
45902              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
45903      Branch: perl
45904            ! pod/perltie.pod
45905 ____________________________________________________________________________
45906 [  7906] By: nick                                  on 2000/11/28  22:40:59
45907         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
45908      Branch: perlio
45909            ! iperlsys.h perlio.c
45910 ____________________________________________________________________________
45911 [  7905] By: nick                                  on 2000/11/28  22:04:34
45912         Log: Integrate mainline
45913      Branch: perlio
45914           !> (integrate 39 files)
45915 ____________________________________________________________________________
45916 [  7904] By: jhi                                   on 2000/11/28  16:44:43
45917         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
45918              From: Nicholas Clark <nick@babyhippo.co.uk>
45919              Date: Tue, 28 Nov 2000 11:16:57 +0000
45920              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
45921      Branch: perl
45922            ! pod/perlipc.pod
45923 ____________________________________________________________________________
45924 [  7903] By: jhi                                   on 2000/11/28  16:40:31
45925         Log: Subject: [PATCH] Updating perltie.pod for arrays
45926              From: "Casey R. Tweten" <crt@kiski.net>
45927              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
45928              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
45929      Branch: perl
45930            ! pod/perltie.pod
45931 ____________________________________________________________________________
45932 [  7902] By: jhi                                   on 2000/11/28  16:39:37
45933         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
45934              From: Robin Barker <rmb1@cise.npl.co.uk>
45935              Date: Mon, 27 Nov 2000 17:56:44 GMT
45936              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
45937      Branch: perl
45938            ! pod/perlfunc.pod t/op/split.t
45939 ____________________________________________________________________________
45940 [  7901] By: jhi                                   on 2000/11/28  16:28:04
45941         Log: setmode() is a DOSish-only thing.
45942      Branch: perl
45943            ! perlio.c
45944 ____________________________________________________________________________
45945 [  7900] By: jhi                                   on 2000/11/28  16:21:46
45946         Log: Subject: [PATCH] perlcc.PL cleanups
45947              From: Simon Cozens <simon@cozens.net>
45948              Date: Tue, 28 Nov 2000 12:44:35 +0000
45949              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
45950      Branch: perl
45951            ! utils/perlcc.PL
45952 ____________________________________________________________________________
45953 [  7899] By: gsar                                  on 2000/11/28  06:32:55
45954         Log: reintegrate files missed by change#7895
45955      Branch: maint-5.6/perl
45956           +> ext/ByteLoader/bytecode.h utils/Makefile
45957            - utils/perlbc.PL
45958 ____________________________________________________________________________
45959 [  7897] By: gsar                                  on 2000/11/27  18:22:47
45960         Log: can't integrate these two files, for some reason
45961      Branch: maint-5.6/perl
45962            - ext/ByteLoader/bytecode.h utils/Makefile
45963 ____________________________________________________________________________
45964 [  7895] By: gsar                                  on 2000/11/27  18:11:21
45965         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
45966              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
45967              6757..6890,6892..6901 from mainline
45968              
45969              Bytecompiler patches from Benjamin Stuhl.
45970              
45971              More bytecompiler.
45972              
45973              Subject: [PATCH blead] B:: missing dependency
45974              
45975              Subject: [PATCH: 6757] configure.com updates and syslog build
45976              
45977              Long double Gconvert fixes from Yitzchak Scott-Thoennes
45978              and Spider Boardman.
45979              
45980              Subject: [PATCH blead] nextchar() abuse misses an optimisation
45981              
45982              Long double fixes from Spider Boardman.
45983              
45984              Make the selection of NVff et al stricter.
45985              
45986              cSVOPo_*v things index into the current PL_curpad
45987              under ithreads, which is different from the curpad
45988              used by the XSUB.  (In other words, the code as-is
45989              before this patch wouldn't work under ithreads.)
45990              
45991              Be portable.
45992              
45993              VMS MMS (make) wants null action.
45994              
45995              Mac and other portability updates from Chris Nandor.
45996              
45997              Storable support, v-version fixes.
45998              Subject: CPAN.pm beta for testing available
45999              
46000              Portability fix from Hugo van der Sanden.
46001              
46002              Bad makefile.
46003              
46004              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
46005              
46006              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
46007              
46008              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46009              
46010              Replace #6705 with a minimal doc patch.
46011              Subject: [PATCH 5.6.0] replace change #6705
46012              
46013              Drop the separate perlbc, perlcc -b should be enough.
46014              
46015              installperl couldn't tell whether it had run tests or not.
46016              Subject: [PATCH] Re: installperl and t/TEST
46017              
46018              Add silencer flags to installperl.
46019              Subject: [PATCH] Making installperl silent.
46020              
46021              Make "make install" by default silent.  A new "install-verbose"
46022              target is verbose.
46023              
46024              More liberal parsing of version numbers.
46025              Subject: Re: CPAN.pm beta for testing available
46026              
46027              Create directories in silence.
46028              Subject: [PATCH] Another silencer for MakeMaker
46029              
46030              DOS patches and portability/porting notes, from Tim Jenness.
46031              
46032              Make installman to recognize the silence flag -S.
46033              
46034              Actually do something with the silencer option.
46035              
46036              Continue silencing.
46037              
46038              Show the doc file, not the temp file.
46039              
46040              Regen perltoc.
46041              
46042              Subject: [PATCH] More silencing of installman.
46043              
46044              Better wording for the vec lvalue diagnostic.
46045              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
46046              
46047              Subject: [PATCH: 6805] several more tweaks to configure.com
46048              
46049              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
46050              
46051              Missing parts of 
46052              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
46053              
46054              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
46055              (applied slightly modified)
46056              
46057              installperl --verbose and --silent.
46058              Subject: Re: [PATCH] More silencing of installman.
46059              
46060              Add install-silent target.
46061              
46062              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
46063              the problem reported in
46064              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
46065              
46066              Tweak the sfio/useperlio logic, hopefully as wished in
46067              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
46068              
46069              One forgotten file from #6816.
46070              
46071              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
46072              
46073              Remove duplicately applied patch shards.
46074              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
46075              
46076              Support preserving extremely big/small angles.
46077              
46078              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
46079              
46080              Subject: [PATCH] installation not quite silent yet.
46081              
46082              Update the test count.
46083              
46084              Use UVxf, PTR2UV, NVff.
46085              
46086              Document PTR2XX and INT2PTR.
46087              
46088              no-install target a la make -n.
46089              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
46090              
46091              grep -e isn't portable.
46092              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
46093              
46094              Can't get the test to reliably work thanks to the
46095              inaccurateness of floating point.  "Resolves" bug ids
46096              20000826.003, 20000826.009, 20000826.010,
46097              
46098              Subject: installman buglet
46099              
46100              DJGPP update from Laszlo Molnar.
46101              
46102              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46103              
46104              Passing -R in ldflags makes now it to appear in the default
46105              for lddlflags, just like with -L.
46106              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
46107              
46108              Test nit.
46109              
46110              Use the actual thread type, not the pointer-to-struct.
46111              
46112              Provice virtual $Config{ccflags_nolargefiles} etc. 
46113              
46114              display_format used as a class method without arguments was broken,
46115              reported in
46116              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
46117              
46118              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
46119              
46120              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
46121              
46122              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
46123              
46124              opmini.o may be left around if a build is interrupted.
46125              
46126              Typo in #6858.
46127              
46128              Fix for ID 20000828.001, long doubles were not formatted
46129              correctly (showed up in $], which stopped installing perl).
46130              
46131              An attempt to fix the problem reported in
46132              Subject: Building perl@6856 using gcc/AIX 4.3.3 
46133              I can't test this properly since the gcc installation I have
46134              access to seems to be botched (gcc is calling the AIX cpp,
46135              a losing proposition...)
46136              
46137              Add -ld to archname on long tr...double platforms.
46138              
46139              Subject: hv.h Doc Patch
46140              
46141              Potential cruft.
46142              
46143              Subject: [PATCH bleedperl@6856] warnings fixes
46144              
46145              -S is the silent flag, -s is the strip flag.
46146              Subject: [PATCH] Re: [PATCH] make no-install          
46147              
46148              Take out the SUIDMAIL thing, that will not be
46149              a problem in 5.7.*.
46150              
46151              Subject: [PATCH bleedperl@6866] spellings
46152              
46153              Subject: [PATCH] Re: files not cleaned even by veryclean
46154              
46155              Use minimal @INC in tests, most of the time just '../lib',
46156              so that we simply can't pick up stuff from other Perls than
46157              the one we are testing.  Pointed out by
46158              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
46159              
46160              Update to Getopt::Long 2.24, from Johan Vromans.
46161              
46162              Fix for thinko in #6848.
46163              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
46164              
46165              Patches all over for people and the files they (hopefully) care about.
46166              
46167              Subject: Net::protoent does not export 'getproto'
46168              
46169              Missed a change in #6869.
46170              
46171              Subject: [PATCH] Warnings in B::Deparse
46172              
46173              Subject: [PATCH] Glob dumping
46174              
46175              Disable one of the tests for now.
46176              
46177              Disabling the one test is a bit tricky.
46178              
46179              Don't forget to tidy up.
46180              
46181              The #6881 removed one dump line.
46182              
46183              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
46184              
46185              Under usethreads the dumped variable is IN_PAD.
46186              Subject: Re: [PATCH] Glob dumping
46187              
46188              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
46189              
46190              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
46191              
46192              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
46193              
46194              Regen Configure for #6894.
46195              
46196              Subject: [PATCH: 6889] updates to perlebcdic.pod
46197              
46198              Undo namespace pollution of #6878.
46199              Subject: Re: Net::protoent does not export 'getproto'
46200              
46201              Admit that we are leaking scalars.
46202              
46203              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
46204      Branch: maint-5.6/perl
46205           !> (integrate 271 files)
46206 ____________________________________________________________________________
46207 [  7894] By: gsar                                  on 2000/11/27  16:00:34
46208         Log: a couple of nits
46209      Branch: maint-5.6/perl
46210            ! MANIFEST pp_sys.c
46211 ____________________________________________________________________________
46212 [  7893] By: gsar                                  on 2000/11/27  15:10:56
46213         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
46214              6740..6745,6747..6757,6760
46215              
46216              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
46217              
46218              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
46219              
46220              Doc nits spotted by Richard Soderberg.
46221              
46222              move WNOHANG definition to where other such things are
46223              
46224              Make $Config{byteorder} more magical so that it is
46225              dynamically computed: nice for 'fat binaries'.
46226              Subject: [PATCH]: default byteorder
46227              
46228              Subject: [PATCH] Cwd.pm now uses strict
46229              
46230              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
46231              
46232              Get -DLEAKTEST to compile (not necessarily to work, mind)
46233              Subject: [ID 20000724.006] -DLEAKTEST problem
46234              
46235              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
46236              
46237              Add perlebcdic from Peter Prymmer, regen toc.
46238              
46239              Don't propose using modules built for 5.005 if no binary
46240              compatibility with 5.005 is attempted.
46241              
46242              Do not use prototyping here.
46243              Subject: [ID 20000817.016] [PATCH] Peek.xs
46244              
46245              Document what the backtick returns if the command fails.
46246              
46247              Add byteorder to the myconfig output.
46248              
46249              Introduce NVef, NVff, and NVgf, use the middle one.
46250              (helps for lib/peek + Linux + long doubles)  Reported in
46251              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
46252              Use NVs in POSIX math, not doubles.
46253              Subject: [ID 20000817.014] POSIX & modfl
46254              
46255              Subject: [PATCH 5.6.0+] newSVrv() memory leak
46256              
46257              The byteorder code in #6671 was wrong.
46258              
46259              Fix the lib/complex failure of
46260              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
46261              Linux long double accuracy issue: something that
46262              when printed with %g looks like "2" but int() of it is 1.
46263              
46264              Propagate new Configure vars.
46265              
46266              Unbuffer the output.
46267              
46268              Subject: [PATCH] perltrap.pod spring cleaning
46269              
46270              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
46271              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
46272              
46273              Tiny Getopt::Long patch from Johan Vromans.
46274              
46275              Document code point which makes if (defined %stash::) to work
46276              (noted by Spider Boardman).
46277              
46278              Subject: [PATCH perl@6698] cygwin port
46279              
46280              Document the NDBM_File and ODBM_File as SDBM_File
46281              was documented in #6417.
46282              
46283              The new tests were missing from #6415.
46284              
46285              Add [[:blank:]] as suggested in
46286              Subject: [ID 20000716.024] [=cc=] / [:blank:]
46287              (the [=cc=] has already been taken care of by #6439
46288              so the whole bug report can be closed)
46289              and make [[:space:]] to be equivalent to isspace(3)
46290              (as opposed to \s, which is isSPACE()).  The difference
46291              is that now [[:space:]] matches the mythical vertical tab,
46292              while \s doesn't.
46293              
46294              Don't eat leading os from index entries.
46295              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
46296              
46297              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
46298              
46299              Typo in pp_complement().
46300              Subject: [PATCH perl-current] Deparse
46301              
46302              Add warnif(), check warnings further up the stack,
46303              all the warnings functions now can take an optional object reference.
46304              Subject: [PATCH bleedperl@6691] warnings pragma update
46305              
46306              Fix a core dump in lib/selfloader under -DDEBUGGING.
46307              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
46308              
46309              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
46310              
46311              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
46312              
46313              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
46314              Put back the long double avoidance code to POSIX.xs
46315              because VMS seems to need it still.
46316              
46317              Introduce a 'veryclean' target that is like 'distclean'
46318              but also removes *~ and *.orig.
46319              
46320              Subject: [ID 20000817.023] endianness description in perlfunc.pod
46321              
46322              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
46323              
46324              Let's try #6717 again.
46325              
46326              UTF8 concat fixes.
46327              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
46328              
46329              pp_open() could pass an uninitialized filename down to do_open9().
46330              
46331              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
46332              
46333              Update to CGI 2.72, from Lincoln Stein.
46334              
46335              Subject: [PATCH] Silence MakeMaker (Was: installman)
46336              
46337              Use temporary directory instead of current directory.
46338              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
46339              
46340              Document odd vs even subreleases and -Dusedevel.
46341              
46342              The veryclean target needs to clobber.
46343              
46344              Use File::Spec->tmpdir().
46345              
46346              Document the number of exponent digits.
46347              
46348              Mention perlebcdic and perlposix-bc.
46349              
46350              s/this one/the 5.6.0 release/
46351              
46352              The #6724 is here.
46353              
46354              The correct cleaning order is an art.
46355              
46356              small tweaks for change#6705: avoid C++ style comments in C code;
46357              use Perl's malloc API rather than the low level system one
46358              
46359              Array context keeps slithering in.
46360              
46361              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
46362              
46363              Subject: [PATCH] os2.c fix for use64bitint
46364              
46365              Update to Pod::LaTeX 0.53.
46366              Subject: [PATCH] lib/Pod/LaTeX.pm updates
46367              
46368              Document the endianness of Alpha more precisely.
46369              
46370              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
46371              
46372              Rename the macro argument because some preprocessors
46373              can't tell the difference and expand arguments also inside
46374              double quoted strings.
46375              
46376              free TLS slot properly on Windows
46377              
46378              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
46379              
46380              Unicos/mk requires elaborate paranoia.
46381              
46382              Tweak the floating point output routine preferences.
46383              
46384              Also under djgpp the timestamps are funky.
46385              
46386              Apply some PodParser 1.18 patches; the Pod/Find.pm
46387              patches cannot be applied since #6712 conflicts.
46388              
46389              Use PodParser 1.18 new test.
46390              
46391              A pod nit.
46392              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
46393              
46394              Be verydeepclean.
46395      Branch: maint-5.6/perl
46396           +> pod/perlebcdic.pod
46397           !> (integrate 106 files)
46398 ____________________________________________________________________________
46399 [  7892] By: jhi                                   on 2000/11/27  15:02:32
46400         Log: Update Changes.
46401      Branch: perl
46402            ! Changes patchlevel.h
46403 ____________________________________________________________________________
46404 [  7891] By: jhi                                   on 2000/11/27  14:57:23
46405         Log: Subject: Re: perlfaq style changes
46406              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46407              Date: Sat, 25 Nov 2000 23:32:26 -0800
46408              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
46409              
46410              plus a note from Ronald Kimball.
46411      Branch: perl
46412            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
46413 ____________________________________________________________________________
46414 [  7890] By: jhi                                   on 2000/11/27  14:53:14
46415         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
46416              From: Benjamin Holzman <bah@ecnvantage.com>
46417              Date: Sun, 26 Nov 2000 16:27:33 -0500
46418              Message-ID: <20001126162733.J25040@ecnvantage.com>
46419      Branch: perl
46420            ! gv.c
46421 ____________________________________________________________________________
46422 [  7889] By: jhi                                   on 2000/11/27  14:43:11
46423         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
46424              From: lvirden@cas.org
46425              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
46426              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
46427      Branch: perl
46428            ! README.amiga
46429 ____________________________________________________________________________
46430 [  7888] By: jhi                                   on 2000/11/27  14:32:34
46431         Log: Restore also the locale test to no-sprintf-taint state.
46432              Fixes the bug 20001127.003.
46433      Branch: perl
46434            ! sv.c t/pragma/locale.t
46435 ____________________________________________________________________________
46436 [  7887] By: gsar                                  on 2000/11/27  14:13:05
46437         Log: integrate changes#6613..6616,6620..6665 from mainline
46438              
46439              VMS configure.com update continues.
46440              
46441              Subject: Test fails / warnings with perl-current #6612
46442              
46443              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
46444              
46445              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46446              
46447              For now remove the mail code.
46448              
46449              Subject: Re: [PATCH] @+, @- readonly
46450              
46451              Subject: warning: storage class after type is obsolescent
46452              
46453              Subject: sfio2000
46454              
46455              Subject: Re: File::Temp problems on VMS in bleedperl
46456              
46457              README.os2 update.
46458              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
46459              
46460              Make the user to give up his firstborn, err, to knowingly
46461              verify installing an unstable developer release.  Also bump
46462              the release to 5.7.0, but leave a patch tag in the local
46463              patches saying that this is not yet the real thing.
46464              
46465              Update (kinda) to Test 1.14, from Joshua Pritikin.
46466              
46467              make ok etc also for win32.
46468              
46469              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
46470              
46471              Don't blow limited stacks, a lower number is enough to
46472              tickle the lookbehind limit.
46473              
46474              Use -Dusedevel; regen Configure and the respective Porting stuff.
46475              
46476              Subject: [PATCH] debugger exit code should reflect user exit code
46477              
46478              Subject: [PATCH perl@6620] cygwin port
46479              
46480              Missed a file from #6638.
46481              
46482              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)
46483              
46484              magic callbacks all need to have same type signature
46485              
46486              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
46487              
46488              Fix a dependency problem.
46489              Subject: [PATCH: 6640] VMS Makefile.SH update
46490              
46491              The numeric locale was reset to "C" by s?printf and never restored.
46492              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46493              No test since adding the failing example to locale.t
46494              does not fail -- probably because the locale settings are so
46495              thoroughly tweaked by that time.  Running the example standalone
46496              does fail, though.  UPDATE: test case added at change #7540.
46497              
46498              Subject: [ID 20000324.040] minor fix to perlhpux.pod
46499              
46500              Update to CPAN 1.57.
46501              
46502              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
46503              
46504              Change the perlbug address to perl.org since it's more forgiving.
46505              
46506              Change the regx compilation error markers to use = instead of <
46507              since pod makes using the latter quite messy.  Reported in
46508              ID 20000814.006 by Abigail and in
46509              Subject: Unknown escape E<> ?
46510              
46511              Update to perldebtut 1.9, from Richard Foley.
46512              
46513              check that the number pseudo children doesn't exceed
46514              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
46515              the WaitForMultipleObjects() limit that would cause wait()
46516              to crash)
46517              wait() and waitpid() could potentially be rewritten to use
46518              more than one thread to do the waiting to eliminate this
46519              limitation
46520              
46521              change#6328 could make close(SOCKET) return false on windows
46522              when it shouldn't
46523              
46524              pod nit seen in passing
46525              
46526              on windows, the return values from wait() and waitpid() don't
46527              match those of pseudo-pids
46528              
46529              waitpid() now handles externally spawned pids correctly;
46530              fixes for backtick/wait/waitpid failures on Windows 9x
46531              these changes make the pid returned by process functions on
46532              Windows 9x always positive by clearing the high bit (which
46533              is always set on Win9x); pseudo-process PIDs are likewise
46534              always negative now on Win9x (just as on NT/2000)
46535              
46536              trailing new %ENV entries weren't being pushed into the real
46537              environment of subprocesses on Windows
46538              
46539              Tweak the regex compilation errors once more.
46540              
46541              avoid warnings from dense compiler
46542              
46543              add "ok" targets from change#6632 in makefile.mk
46544      Branch: maint-5.6/perl
46545            - lib/Pod/PlainText.pm vms/configure.com
46546           !> (integrate 66 files)
46547 ____________________________________________________________________________
46548 [  7886] By: jhi                                   on 2000/11/27  13:54:18
46549         Log: __FUNCTION__ isn't portable and trying to emulate it leads
46550              into practically spelling out the name of the function.
46551              Takes care of the bug 20001127.001.
46552      Branch: perl
46553            ! perlio.c
46554 ____________________________________________________________________________
46555 [  7885] By: gsar                                  on 2000/11/27  13:53:18
46556         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
46557              6610..6611 from mainline
46558              
46559              Make regular expression parse error messages easier to understand.
46560              Subject: Re: enhanced(?) regex error messages
46561              
46562              Tiny tidying on report_evil_fh().
46563              
46564              Subject: Re: enhanced(?) regex error messages 
46565              plus Capitalize the error messages, plus perldiag them.
46566              
46567              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
46568              
46569              Document here-doc better.
46570              
46571              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46572              
46573              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
46574              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
46575              (either perlbug or p5p ate the original), plus regen
46576              perlapi and perltoc. 
46577              
46578              Regen global.sym.
46579              
46580              Double check that we have a dirhandle.
46581              
46582              Subject: Re: enhanced(?) regex error messages
46583              (plus two small patches sent privately)
46584              (this still seems to leave few test failures)
46585              
46586              warn is a macro, avoid using at a variable to avoid warnings
46587              in some configurations; readdir.t is too conservative in
46588              estimating number of *.t's
46589              
46590              Get back into sync with Jeffrey on the enhanced regex warnings.
46591              
46592              Subject: [PATCH 5.6.0] cygwin port
46593              
46594              Zero entries were skipped, fix from Adrian Goalby
46595              <argoalby@yahoo.co.uk>
46596              
46597              Subject: Remove dead entry in perldiag
46598              
46599              Amend the description of Perl6.
46600              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
46601              
46602              detypo
46603              
46604              It's the 2ndO'ROSSC.
46605              
46606              Revert the sv.c part of #6559, a better fix is needed.
46607              
46608              Iterating perl6 description.
46609              
46610              Update to Term::ANSIColor 1.03, from Russ Allbery.
46611              
46612              Update to Getopt::Long 2.23_05, from Johan Vromans.
46613              
46614              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
46615              
46616              Update to Pod::Parser 1.17, from Brad Appleton.
46617              
46618              Update to CPAN 1.56, from Andreas König.
46619              
46620              Update to CGI 2.70, from Lincoln Stein.
46621              
46622              Put back the std @INC thing.
46623              
46624              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
46625              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
46626              
46627              Document the IO::Select timeout.
46628              
46629              sleep(1) does not necessarily return 1.
46630              Subject: [PATCH bleadperl] op/lex_assign.t  
46631              
46632              Subject: debugger "d" command doesnt check line number
46633              
46634              B::Deparse didn't do sub attributes.
46635              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
46636              
46637              Preprocessing and postprocessing for File::Find.
46638              Subject: Patch to Find::File.pm to allow alphabetical results
46639              
46640              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
46641              
46642              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
46643              
46644              Subject: Re: [ID 20000730.003] utf8::length() bad
46645              
46646              Subject: Getting perlio and threads to compile
46647              (the Solaris version changes in Configure skipped)
46648              
46649              Tests for #6589.
46650              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
46651              
46652              Add Perl debugging tutorial, regen toc. 
46653              Subject: perldebtut.pod
46654              
46655              Add a few missing files, update MANIFEST.
46656              
46657              Rewrite of vms/subconfigure.com as configure.com,
46658              from Peter Prymmer and the vmsperl crew.
46659              
46660              Should have deleted this in #6603.
46661              
46662              Fix the test for 5005threads.
46663              
46664              Fix-n-skip the tests under 5005threads.
46665              
46666              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
46667              
46668              Upgrade to CGI 2.71, from Lincoln Stein.
46669      Branch: maint-5.6/perl
46670           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
46671           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
46672           +> t/op/regmesg.t t/pod/find.t vms/configure.com
46673            - vms/subconfigure.com
46674            ! lib/lib.pm
46675           !> (integrate 115 files)
46676 ____________________________________________________________________________
46677 [  7884] By: jhi                                   on 2000/11/27  13:44:33
46678         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
46679              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
46680              Date:     Mon, 27 Nov 2000 08:23:54 EST
46681              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
46682      Branch: perl
46683            ! vms/descrip_mms.template vms/test.com
46684 ____________________________________________________________________________
46685 [  7883] By: gsar                                  on 2000/11/27  11:50:46
46686         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
46687              6511..6513,6515..6523,6525..6536
46688              
46689              The swallow_bom() saga continues.  The #23 of require.t
46690              (UTF16-LE) still fails (silently, no output) but the #22
46691              (UTF16-BE) seems to be working now.  The root of the
46692              failure may be in sv_gets(): is it UTF-16LE-aware,
46693              especially when it comes to line endings? 
46694              
46695              Document the problem with -P in HP-UX and its workaround.
46696              
46697              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
46698              (aka ID 20000730.002)
46699              
46700              Subject: fix and question re: waitpid() under win32
46701              
46702              Make the safety catch for buggy gccs work with triple version
46703              numbers like 2.95.2.  Reported in
46704              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
46705              
46706              In Digital UNIX warn if gcc explicitly chosen because even
46707              2.95.2 is known to cause problems.
46708              
46709              Make chr() for values >127 to create utf8 when under utf8.
46710              
46711              various syntax errors and such (not fixed: comp/require.t#22 coredump
46712              on Windows)
46713              
46714              Stash away the largefiles flags and libswanted.
46715              
46716              BOM patching from Simon Cozens.
46717              
46718              If gccosandvers is equal to osname, clear gccosandvers.
46719              
46720              Make p4desc to skip non-mainperl branches by default.
46721              
46722              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
46723              
46724              The test from this
46725              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
46726              
46727              In new BSDs changes to argv[] do not show up in ps(1) output,
46728              instead one must use setproctitle().  This was already addressed
46729              by change #6457, but the below has a new variant for FreeBSD 4.0
46730              or later, and the matter is also documented more.
46731              
46732              FreeBSD 3.* updates from
46733              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46734              
46735              regen_headers, regen perltoc.
46736              
46737              Document in one place the memory abstractions used in Perl core.
46738              
46739              memcpy has n o in it, as pinted ut by Sarathy.
46740              
46741              Remove the extraneous "main::" prefix from all the
46742              "opened only for", "on closed", and "never opened" warnings.
46743              
46744              The name of a filehandle does not have <these>.
46745              
46746              The tr utf8 patching continues.
46747              
46748              The new setproctitle() feature is available only in 
46749              bleeding edge FreeBSD.  From Paul Saab.
46750              
46751              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
46752              
46753              Dump UVs as UVs in Data::Dumper.
46754              
46755              detypo #6494
46756              
46757              Document the IVdf UVuf UVof UVxf.
46758              
46759              require.t needs binmode() to work on windows
46760              
46761              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
46762              that are hopefully soon put into use.
46763              
46764              Allow "no Module;" even if there is no 'unimport'.
46765              
46766              Better skip message for the test; one of the two problems in
46767              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
46768              
46769              The subtest 4 may fail also on VOBS, as pointed out
46770              by Nick Ing-Simmons in November 1999, bug id 19991124.003
46771              (but the failure in that bug report isn't the subtest 4).
46772              
46773              Be more informative on what is skipped and why,
46774              also repeat the list at the end.
46775              
46776              Add a URL for FSF.
46777              
46778              Subject: [PATCH] sv.h documentation - SvLEN
46779              
46780              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
46781              
46782              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
46783              
46784              Subject: [PATCH] bad cppsymbols on os2 + Configure question
46785              
46786              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
46787              
46788              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
46789              mention the idea of @( and @)
46790              
46791              This is 6512.  Really.
46792              
46793              Subject: [ID 19990721.004] Documentation bug in perlfunc
46794              
46795              Subject: Minor tweak to perlvar.pod
46796              
46797              In the warnings call filehandles consistently so;
46798              add "unopened" warning for stat().
46799              
46800              After the #6519 a warning about stat() is just that,
46801              not about a filetest, which now have their own warning.
46802              
46803              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
46804              
46805              Subject: Re: Array vs. List context
46806              
46807              Subject: New perlcc, take 2
46808              
46809              Weed buglets pointed out by
46810              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
46811              
46812              gcc versions might have (parentheses) in them.
46813              
46814              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
46815              
46816              Essential prototype changes were missing from #6527.
46817              Also make report_evil_fh() more bomb-proof.
46818              
46819              Zap lib/Sys directory when cleaning up.
46820              
46821              Change the Policy policy: now -Dprefix= with an existing
46822              Policy.sh and prefix == siteprefix == vendorprefix, then all
46823              of them follow along the new prefix.
46824              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
46825              
46826              Continue fixing the io warnings.  This also
46827              sort of fixes bug ID 20000802.003: the core dump
46828              is no more.  Whether the current behaviour is correct
46829              (giving a warning: "Not a format reference"), is another matter.
46830              
46831              Have symbols for the IoTYPEs.
46832              
46833              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
46834              
46835              Document a bit that UDP is not what you might think.
46836              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
46837              tr memory corruption fix from Simon Cozens.
46838              
46839              Plug the security hole described in the Aug 05 2000 bugtraq message
46840              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
46841              The security hole exists only in suidperls, which isn't
46842              installed or even built by default.
46843      Branch: maint-5.6/perl
46844           !> (integrate 71 files)
46845 ____________________________________________________________________________
46846 [  7882] By: gsar                                  on 2000/11/27  10:25:36
46847         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
46848              from mainline
46849              
46850              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
46851              to be fatal errors (instead of by default ignoring them, and
46852              ignoring with a bug: even though -w gave an error, the opening [
46853              was left in)  Reported in:
46854              
46855              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
46856              
46857              Subject: [PATCH] split /^/
46858              
46859              MacOS nits from Matthias Neeracher.
46860              
46861              More split() doc and test patches from Mike Guy.
46862              
46863              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
46864              from Graham Barr in the module list.
46865              
46866              docfix from Peter Scott <Peter@PSDT.com>.
46867              
46868              File::Temp patches for VMS and OS/2 from Tim Jenness.
46869              
46870              open() wariness in perlbug.
46871              
46872              Subject: [PATCH] minor doc change - perlguts
46873              
46874              Subject: Minor doc patch: handy.h
46875              
46876              Be wary of close()s, too.
46877              
46878              Further File::Temp patches from Yitzchak Scott-Thoennes
46879              and Craig A. Berry.
46880              
46881              Subject: [PATCH] fixes bug 20000508.004
46882              
46883              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
46884              
46885              Allow "no AutoLoader;", based on change #6444,
46886              suggested by Graham Barr.
46887              
46888              Use setproctitle() if available to modify $0.
46889              
46890              Warn if the version of the operating system used to compile gcc
46891              differs from the current version of the operating system.
46892              Also display the gcc compilation os and version in myconfig.
46893              Inspiration from
46894              
46895              Tiny fixes for #6460.
46896              
46897              The problem described in this
46898              Subject: [ID 20000322.018] named chars aren't magical enough
46899              has been fixed in perl 5.6.0 but just in case added a test
46900              to keep it away.  (The report from Joseph Hall.)
46901              
46902              Tune the comments and hopefully stop a memory leak.
46903              
46904              Subject: UTF8 concat
46905              (with a memory leak fixed, plus a few casts added)
46906              This also seems to help for
46907              Subject: [ID 20000716.015] join UTF8 weirdness
46908              
46909              Do not upgrade SVs into utf8 just because they participate
46910              in eq or cmp.  Reported and fix suggested in
46911              Subject: [ID 20000720.009] sv_eq UTF8 bug
46912              
46913              Fix the HALF_UPGRADE() macro introduced in #6263.
46914              
46915              Find green threads before native threads.
46916              Subject: Re: Patch to jpl/JNI/Makefile.PL
46917      Branch: maint-5.6/perl
46918           !> (integrate 30 files)
46919 ____________________________________________________________________________
46920 [  7881] By: jhi                                   on 2000/11/27  05:48:41
46921         Log: It seems that *both* the unused submatch loop cleanup
46922              codes are needed.
46923      Branch: perl
46924            ! regexec.c
46925 ____________________________________________________________________________
46926 [  7880] By: jhi                                   on 2000/11/27  04:50:07
46927         Log: Clean .exists deeper.
46928      Branch: perl
46929            ! Makefile.SH
46930 ____________________________________________________________________________
46931 [  7879] By: jhi                                   on 2000/11/27  02:31:35
46932         Log: The code in regcppop() (see #7878) contains the correct lower
46933              limit for the unused submatch 'cleanup' loop so that under
46934              "use utf8" the following code wouldn't dump core:
46935              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
46936              the cleanup loop in regtry() stomped beyond allocated area
46937              in the startp[] array.  Therefore, copied the correct lower
46938              loop limit (*PL_reglastparen) to regtry().  Note: something
46939              may still not be quite right: why was the _higher_ loop limit
46940              (prog->nparens) different in the utf8 case?
46941              
46942              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
46943              without core dumps, there were about 17 of them before
46944              the patch (with us since Perl 5.7.0).  Two failures, still:
46945              496 and 505 (though these may not be severe).
46946              
46947              Patch #7881 is also needed since both the cleanup loops
46948              seem to be needed.
46949              
46950              Also, the t/op/pat#44 seems to core dump under utf8.
46951              Plus a couple of failures.  UGH-8.
46952      Branch: perl
46953            ! regexec.c
46954 ____________________________________________________________________________
46955 [  7878] By: jhi                                   on 2000/11/27  02:21:17
46956         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
46957              the code in regcppop() seems to be redundant for the test suite --
46958              but it contains a germ of truth, and it needed for the build
46959              process itself: see #7879 and #7881.
46960      Branch: perl
46961            ! regexec.c
46962 ____________________________________________________________________________
46963 [  7877] By: jhi                                   on 2000/11/27  01:53:09
46964         Log: Comment on comment.
46965      Branch: perl
46966            ! regexec.c
46967 ____________________________________________________________________________
46968 [  7876] By: jhi                                   on 2000/11/27  00:49:59
46969         Log: Adjust the docs to agree with #7875.
46970      Branch: perl
46971            ! pod/perllocale.pod
46972 ____________________________________________________________________________
46973 [  7875] By: jhi                                   on 2000/11/27  00:49:27
46974         Log: Retract #7863.  It makes more sense not to taint formatted output,
46975              not even by sprintf().
46976      Branch: perl
46977            ! sv.c
46978 ____________________________________________________________________________
46979 [  7874] By: jhi                                   on 2000/11/26  23:36:02
46980         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
46981              Not really fixed (should really dump the UTF-8 charclass),
46982              but stopped displaying the garbage.
46983              
46984              Also add a note on the (missing) Unicode PSXSPC and BLANK.
46985      Branch: perl
46986            ! regcomp.c
46987 ____________________________________________________________________________
46988 [  7873] By: jhi                                   on 2000/11/26  21:31:13
46989         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
46990      Branch: perl
46991            ! regexec.c
46992 ____________________________________________________________________________
46993 [  7872] By: jhi                                   on 2000/11/26  21:06:04
46994         Log: No need to scan till infinity, 13 is enough.
46995      Branch: perl
46996            ! handy.h utf8.c
46997 ____________________________________________________________________________
46998 [  7871] By: jhi                                   on 2000/11/26  20:20:32
46999         Log: Test line numbers are different with utf8.
47000      Branch: perl
47001            ! t/op/re_tests
47002 ____________________________________________________________________________
47003 [  7870] By: jhi                                   on 2000/11/26  20:10:12
47004         Log: Message nit.
47005      Branch: perl
47006            ! regcomp.c
47007 ____________________________________________________________________________
47008 [  7869] By: jhi                                   on 2000/11/26  19:01:05
47009         Log: Make utf8_length() and utf8_distance() (the latter of which
47010              is unused at the moment) to be less forgiving about bad UTF-8.
47011      Branch: perl
47012            ! embed.h embed.pl objXSUB.h proto.h utf8.c
47013 ____________________________________________________________________________
47014 [  7868] By: jhi                                   on 2000/11/26  18:45:56
47015         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
47016              From: Benjamin Holzman <bah@ecnvantage.com>
47017              Date: Sat, 25 Nov 2000 20:40:20 -0500       
47018              Message-ID: <20001125204020.A25040@ecnvantage.com>              
47019              
47020              Debian allows installing /usr/bin/locale without installing
47021              any locales, an error message will ensue.
47022      Branch: perl
47023            ! t/pragma/locale.t
47024 ____________________________________________________________________________
47025 [  7867] By: jhi                                   on 2000/11/26  18:31:12
47026         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
47027              From: Benjamin Holzman <bah@ecnvantage.com>
47028              Date: Sun, 26 Nov 2000 02:42:34 -0500
47029              Message-ID: <20001126024234.G25040@ecnvantage.com>
47030              
47031              Patch for the bug 20000212.002.
47032      Branch: perl
47033            ! sv.c t/op/array.t
47034 ____________________________________________________________________________
47035 [  7866] By: jhi                                   on 2000/11/26  18:28:09
47036         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
47037              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47038              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
47039              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
47040              
47041              File::Temp 0.11.
47042      Branch: perl
47043            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
47044 ____________________________________________________________________________
47045 [  7865] By: jhi                                   on 2000/11/26  18:24:22
47046         Log: The metaconfig unit change for #7864.
47047      Branch: metaconfig/U/perl
47048            ! need_va_copy.U
47049 ____________________________________________________________________________
47050 [  7864] By: jhi                                   on 2000/11/26  18:23:41
47051         Log: Make the va_copy() test not to be so talkative.
47052      Branch: perl
47053            ! Configure config_h.SH
47054 ____________________________________________________________________________
47055 [  7863] By: jhi                                   on 2000/11/26  18:11:02
47056         Log: Fix locale inconsistencies unearthed by Hugo's work.
47057              Now the floating point sprintf really does taint the result
47058              string as perllocale promises (has promised for a long time)
47059              if "use locale" is in the lexical scope.
47060      Branch: perl
47061            ! sv.c t/pragma/locale.t
47062 ____________________________________________________________________________
47063 [  7862] By: jhi                                   on 2000/11/26  00:35:15
47064         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
47065              From: Nicholas Clark <nick@ccl4.org>
47066              Date: Sun, 26 Nov 2000 00:07:50 +0000
47067              Message-ID: <20001126000750.A22446@plum.flirble.org>
47068              
47069              Infinit.
47070      Branch: perl
47071            ! sv.c
47072 ____________________________________________________________________________
47073 [  7861] By: jhi                                   on 2000/11/26  00:01:26
47074         Log: Integrate perlio.
47075      Branch: perl
47076           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
47077 ____________________________________________________________________________
47078 [  7860] By: nick                                  on 2000/11/25  22:04:17
47079         Log: Correct relative path from new ext\Filter\Util\Call location
47080              back to miniperl.
47081      Branch: perlio
47082            ! win32/makefile.mk
47083 ____________________________________________________________________________
47084 [  7859] By: nick                                  on 2000/11/25  21:26:54
47085         Log: Integrate mainline.
47086      Branch: perlio
47087           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
47088           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
47089           +> t/lib/filter-util.t
47090            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47091            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47092            - t/lib/filt-util.t
47093           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
47094           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
47095           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
47096           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
47097           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
47098           !> win32/makefile.mk
47099 ____________________________________________________________________________
47100 [  7858] By: gsar                                  on 2000/11/25  20:52:17
47101         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
47102              parent's memory; fix it by keeping track of the actual pad
47103              offset rather than a raw pointer (this change is probably also
47104              relevant to non-ithreads case to avoid fallout from reallocs of
47105              the pad array, but is currently only enabled for the ithreads
47106              case in the interests of minimal disruption to existing "well
47107              tested" code)
47108      Branch: perl
47109            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
47110            ! proto.h scope.c scope.h sv.c t/op/fork.t
47111 ____________________________________________________________________________
47112 [  7857] By: nick                                  on 2000/11/25  20:01:28
47113         Log: All tests pass on Win32/gcc/USE_PERLIO.
47114              - when crlf layer is pushed make unix-level binary.
47115              - remove :crlf injection in pp_backtick in pp_sys.c
47116              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
47117      Branch: perlio
47118            ! doio.c perlio.c pp_sys.c win32/makefile.mk
47119 ____________________________________________________________________________
47120 [  7856] By: jhi                                   on 2000/11/25  18:38:30
47121         Log: Update the metaconfig units for #7855.
47122      Branch: metaconfig/U/perl
47123            ! useperlio.U usesocks.U
47124 ____________________________________________________________________________
47125 [  7855] By: jhi                                   on 2000/11/25  18:37:54
47126         Log: Undo the SOCKS workarounds, instead start using PerlIO
47127              if SOCKS is selected.
47128              
47129              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
47130              From: Jens Hamisch <jens@Strawberry.COM>
47131              Date: Fri, 24 Nov 2000 18:31:30 +0100
47132              Message-ID: <20001124183130.E28337@Strawberry.COM>
47133              
47134              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
47135              From: Jens Hamisch <jens@Strawberry.COM>
47136              Date: Fri, 24 Nov 2000 19:11:51 +0100
47137              Message-ID: <20001124191151.A28753@Strawberry.COM>
47138      Branch: perl
47139            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
47140            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
47141 ____________________________________________________________________________
47142 [  7854] By: jhi                                   on 2000/11/25  17:39:08
47143         Log: Undo #7848.  Some of the code seems to use walkoptree(),
47144              some walkoptree_slow().  An unfinished renaming?
47145              Now the sub is walkoptree() (which is @EXPORT_OK),
47146              the walkoptree_slow() is a typeglob alias to walkoptree.
47147              This makes the tests to pass, at least.
47148      Branch: perl
47149            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
47150 ____________________________________________________________________________
47151 [  7853] By: nick                                  on 2000/11/24  22:24:33
47152         Log: Re-arrange crlf vs binary for platforms that care.
47153              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
47154              Lip-service to making stdio layer work on such platfroms (untested).
47155              Now fails 3 tests rather than one, checkin to see if I can debug 
47156              the issue under linux. (Do not merge.)
47157      Branch: perlio
47158            ! doio.c perlio.c perliol.h
47159 ____________________________________________________________________________
47160 [  7852] By: jhi                                   on 2000/11/24  18:57:39
47161         Log: AUTHORS edits.
47162      Branch: perl
47163            ! AUTHORS
47164 ____________________________________________________________________________
47165 [  7851] By: jhi                                   on 2000/11/24  17:34:56
47166         Log: Add Jan-Erik Karlsson.
47167      Branch: perl
47168            ! AUTHORS
47169 ____________________________________________________________________________
47170 [  7850] By: jhi                                   on 2000/11/24  17:27:56
47171         Log: Configure should find stdchar on its own.
47172      Branch: perl
47173            ! hints/solaris_2.sh
47174 ____________________________________________________________________________
47175 [  7849] By: jhi                                   on 2000/11/24  17:24:55
47176         Log: Subject: PATCH over 7848: Filter test flawed
47177              From: andreas.koenig@anima.de (Andreas J. Koenig)
47178              Date: 24 Nov 2000 10:28:29 +0100
47179              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
47180      Branch: perl
47181            ! t/lib/filter-util.t
47182 ____________________________________________________________________________
47183 [  7848] By: jhi                                   on 2000/11/24  17:22:15
47184         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
47185              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
47186              Date: Fri, 24 Nov 2000 16:12:58 +0000
47187              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
47188      Branch: perl
47189            ! ext/B/B.pm
47190 ____________________________________________________________________________
47191 [  7847] By: jhi                                   on 2000/11/24  03:07:01
47192         Log: Integrate perlio.
47193      Branch: perl
47194           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
47195           !> win32/makefile.mk
47196 ____________________________________________________________________________
47197 [  7846] By: gsar                                  on 2000/11/24  00:55:57
47198         Log: integrate changes#6415..6418,6420..6438 from mainline
47199              
47200              Fix the bitvector ops for utf8 (tricky since past 7 bits
47201              the utf8 'characters' can be more than one octet).
47202              
47203              MPE/ix updates for perl 5.6.0 from Mark Bixby.
47204              
47205              Subject: SDBM_File documentation
47206              
47207              Detypo.
47208              
47209              Decutandpasto.
47210              
47211              Send all installperl messages to STDERR and be -w clean.
47212              
47213              Out-of-date note removed.
47214              
47215              Protect against "wild next"s, that is, callbacks doing "next"
47216              instead of "return".
47217              
47218              Use STDOUT consistently.
47219              
47220              The output might have been produced in the wrong order.
47221              
47222              A missing 'break' after the [[:space:]] switch case.
47223              
47224              Add tests for
47225              [ID 19991110.003] another matching finding by pcre author
47226              which has already been fixed by some patch, as verified in
47227              
47228              Documentation to explain the behaviour of map().
47229              
47230              Add an optimization for map-maps-a-list-element-to-more-list-elements
47231              case, but add also notes explaining the relationship of this
47232              patch and the earlier notes by Sarathy.
47233              
47234              Subject: [ID 20000716.023] syslog test fails without sockets
47235              
47236              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47237              Test cases for #6431.
47238              
47239              File::Spec::VMS fixup for tmpdir from Craig Berry.
47240              
47241              Make the "uninit variable" warning to say "concat or string"
47242              or "join or string" when in concat or join .
47243              
47244              Get UTF16 BOMs working.  Patch from
47245              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47246              
47247              Subject: [PATCH] Make large file tests deal with SIGXFSZ
47248              
47249              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
47250              
47251              Subject: [PATCH] av.c apidoc
47252      Branch: maint-5.6/perl
47253           !> (integrate 43 files)
47254 ____________________________________________________________________________
47255 [  7845] By: gsar                                  on 2000/11/24  00:20:45
47256         Log: integrate changes#6406..6414 from mainline
47257              
47258              Merge perlhacktut into perlhack, update perlguts.
47259              
47260              Fix AutoSplit to use File::Spec the right way in VMS,
47261              from Peter Prymmer.
47262              
47263              The bug report
47264              [ID 19991110.002] minimal matching discrepancy found by pcre author
47265              seems to have been fixed (though differently from what was suggested
47266              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
47267              
47268              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
47269              not in pod, from Peter Prymmer
47270              
47271              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
47272              From: Hugo <hv@crypt.compulink.co.uk>
47273              Date: Fri, 14 Jul 2000 23:05:20 +0100
47274              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
47275              
47276              Didn't anymore apply, but that point still could use another fix.
47277              
47278              lib/b test fixes from Peter Prymmer.
47279              
47280              More docs for sv functions.
47281              
47282              perlvms.pod whitespace cleanup to keep pod utils happy.
47283              
47284              another VMS build tweak from Peter Prymmer
47285      Branch: maint-5.6/perl
47286           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
47287           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
47288           !> vms/descrip_mms.template vms/perlvms.pod
47289 ____________________________________________________________________________
47290 [  7844] By: nick                                  on 2000/11/23  23:42:45
47291         Log: Win32/perlio Now just fails one io/argv.t test - lack 
47292              of default :crlf on standard streams.
47293      Branch: perlio
47294            ! doio.c perlio.c
47295 ____________________________________________________________________________
47296 [  7843] By: nick                                  on 2000/11/23  23:04:05
47297         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
47298              peek fail is showing a real problem (multiple crlf layers
47299              are getting pushed.)
47300      Branch: perlio
47301            ! doio.c perlio.c win32/makefile.mk
47302 ____________________________________________________________________________
47303 [  7842] By: nick                                  on 2000/11/23  19:46:23
47304         Log: Implement PerlIO_binmode()
47305              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
47306              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
47307              make binmode in t/lib/io_tell.t unconditional so that works.
47308              Checkin just so Win32 machine can see these changes.
47309      Branch: perlio
47310            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
47311 ____________________________________________________________________________
47312 [  7841] By: jhi                                   on 2000/11/23  19:30:00
47313         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
47314      Branch: perl
47315            ! README.amiga
47316 ____________________________________________________________________________
47317 [  7840] By: jhi                                   on 2000/11/23  17:18:02
47318         Log: SOCKS wrestling continues, patches from Jens Hamisch.
47319      Branch: perl
47320            ! doio.c embed.h embed.pl perlsdio.h proto.h
47321 ____________________________________________________________________________
47322 [  7839] By: jhi                                   on 2000/11/23  16:54:14
47323         Log: Push Filter::Util::Call one level deeper.
47324      Branch: perl
47325            + t/lib/filter-util.t
47326           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
47327           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
47328            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47329            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47330            - t/lib/filt-util.t
47331            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
47332            ! win32/Makefile win32/makefile.mk
47333 ____________________________________________________________________________
47334 [  7838] By: jhi                                   on 2000/11/23  16:52:40
47335         Log: Reach back one higher up when searching for PERL_SRC.
47336      Branch: perl
47337            ! lib/ExtUtils/MM_Unix.pm
47338 ____________________________________________________________________________
47339 [  7837] By: jhi                                   on 2000/11/23  16:05:41
47340         Log: Subject: Re: perl@7826
47341              Date: Thu, 23 Nov 2000 02:20:25 -0600
47342              From: "Craig A. Berry" <craigberry@mac.com>
47343              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
47344              
47345              Make VMS to like Filter::Util::Call. 
47346      Branch: perl
47347            ! configure.com ext/Filter/Util/Makefile.PL
47348 ____________________________________________________________________________
47349 [  7836] By: nick                                  on 2000/11/23  16:04:08
47350         Log: Implement crlf layer - not ready for merge.
47351      Branch: perlio
47352            ! perlio.c win32/makefile.mk
47353 ____________________________________________________________________________
47354 [  7835] By: jhi                                   on 2000/11/23  15:56:52
47355         Log: STDCHAR is different in Sparc v9 vs x86.
47356      Branch: perl
47357            ! hints/solaris_2.sh
47358 ____________________________________________________________________________
47359 [  7834] By: jhi                                   on 2000/11/23  15:50:47
47360         Log: The type needs to be visible to protos.
47361      Branch: perl
47362            ! perl.h
47363 ____________________________________________________________________________
47364 [  7833] By: jhi                                   on 2000/11/23  15:40:46
47365         Log: Finish unfinished SOCKS workaround changes.
47366      Branch: perl
47367            ! doio.c
47368 ____________________________________________________________________________
47369 [  7832] By: jhi                                   on 2000/11/23  15:33:30
47370         Log: Integrate perlio.
47371      Branch: perl
47372           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
47373           !> win32/makefile.mk
47374 ____________________________________________________________________________
47375 [  7831] By: nick                                  on 2000/11/23  10:31:07
47376         Log: Correct makefile.mk dependancies for ext/Filter/Util
47377              Build ext/Encode
47378              Run dmake regen_config_h
47379      Branch: perlio
47380            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
47381            ! win32/makefile.mk
47382 ____________________________________________________________________________
47383 [  7830] By: nick                                  on 2000/11/23  08:05:07
47384         Log: Integrate mainline
47385      Branch: perlio
47386           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47387           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
47388           +> t/lib/filt-util.pl t/lib/filt-util.t
47389           !> (integrate 41 files)
47390 ____________________________________________________________________________
47391 [  7829] By: gsar                                  on 2000/11/23  03:07:11
47392         Log: build the Filter extension on windows
47393      Branch: perl
47394            ! win32/Makefile win32/makefile.mk
47395 ____________________________________________________________________________
47396 [  7828] By: gsar                                  on 2000/11/23  02:46:35
47397         Log: regenerate win32/config* and fix some inconsistencies in the
47398              makefiles; always export Perl_deb() because it is needed
47399              by ext/re/* (whether perl itself is built with -DDEBUGGING
47400              or not)
47401      Branch: perl
47402            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
47403            ! win32/config_H.vc win32/makefile.mk
47404 ____________________________________________________________________________
47405 [  7827] By: gsar                                  on 2000/11/23  02:18:38
47406         Log: get sources building on windows+MSVC again (untested with other
47407              compilers)
47408      Branch: perl
47409            ! win32/include/sys/socket.h win32/perllib.c
47410 ____________________________________________________________________________
47411 [  7826] By: jhi                                   on 2000/11/23  01:18:26
47412         Log: Update Changes.
47413      Branch: perl
47414            ! Changes patchlevel.h
47415 ____________________________________________________________________________
47416 [  7825] By: jhi                                   on 2000/11/23  00:20:41
47417         Log: Subject: Re: av.c patch (having slight problems)
47418              From: "Ben Tilly" <ben_tilly@hotmail.com>
47419              Date: Tue, 21 Nov 2000 23:29:31 -0500
47420              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
47421              
47422              unshift() speedup.
47423      Branch: perl
47424            ! av.c
47425 ____________________________________________________________________________
47426 [  7824] By: jhi                                   on 2000/11/22  23:59:15
47427         Log: Fixes for signedness warnings noticed by VMSperlers.
47428      Branch: perl
47429            ! ext/Storable/Storable.xs regcomp.c sv.c
47430 ____________________________________________________________________________
47431 [  7823] By: jhi                                   on 2000/11/22  23:19:31
47432         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
47433              From: Peter Prymmer <pvhp@forte.com>
47434              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
47435              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
47436      Branch: perl
47437            ! t/pragma/warn/pp_hot
47438 ____________________________________________________________________________
47439 [  7822] By: jhi                                   on 2000/11/22  22:52:20
47440         Log: Be clean.
47441      Branch: perl
47442            ! Makefile.SH
47443 ____________________________________________________________________________
47444 [  7821] By: jhi                                   on 2000/11/22  22:46:39
47445         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
47446              by Damian Conway, as suggested by Paul Marquess.
47447      Branch: perl
47448            + lib/Filter/Simple.pm
47449 ____________________________________________________________________________
47450 [  7820] By: jhi                                   on 2000/11/22  22:45:51
47451         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
47452      Branch: perl
47453            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
47454            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
47455            + t/lib/filt-util.t
47456            ! MANIFEST
47457 ____________________________________________________________________________
47458 [  7819] By: jhi                                   on 2000/11/22  22:03:27
47459         Log: Integrate perlio.
47460      Branch: perl
47461           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
47462           !> win32/makefile.mk
47463 ____________________________________________________________________________
47464 [  7818] By: jhi                                   on 2000/11/22  21:56:02
47465         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
47466      Branch: perl
47467            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
47468            ! t/lib/io_sock.t
47469 ____________________________________________________________________________
47470 [  7817] By: jhi                                   on 2000/11/22  21:39:49
47471         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
47472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47473              Date: Wed, 22 Nov 2000 16:08:12 -0500
47474              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
47475      Branch: perl
47476            ! lib/ExtUtils/Liblist.pm
47477 ____________________________________________________________________________
47478 [  7816] By: jhi                                   on 2000/11/22  21:38:25
47479         Log: Go ahead and #include <unistd.h> in perl.h.
47480      Branch: perl
47481            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
47482            ! util.c
47483 ____________________________________________________________________________
47484 [  7815] By: jhi                                   on 2000/11/22  21:22:52
47485         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
47486              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47487              Date: Mon, 20 Nov 2000 18:30:52 -0500
47488              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
47489      Branch: perl
47490            ! pod/perlre.pod regcomp.c t/op/re_tests
47491 ____________________________________________________________________________
47492 [  7814] By: jhi                                   on 2000/11/22  21:21:46
47493         Log: Subject: [PATCH 5.7.0] Liblist finally works
47494              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47495              Date: Tue, 21 Nov 2000 22:02:17 -0500
47496              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
47497      Branch: perl
47498            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
47499            ! lib/ExtUtils/MakeMaker.pm
47500 ____________________________________________________________________________
47501 [  7813] By: jhi                                   on 2000/11/22  21:20:23
47502         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
47503              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47504              Date: Wed, 22 Nov 2000 17:53:15 +0100
47505              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
47506              
47507              AIX dynaloader and perlio patch.
47508      Branch: perl
47509            ! ext/DynaLoader/dl_aix.xs
47510 ____________________________________________________________________________
47511 [  7812] By: jhi                                   on 2000/11/22  21:17:52
47512         Log: (Accidentally empty patch.)
47513      Branch: perl
47514            ! av.c
47515 ____________________________________________________________________________
47516 [  7811] By: jhi                                   on 2000/11/22  21:16:31
47517         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
47518              From: Peter Prymmer <pvhp@forte.com>
47519              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
47520              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
47521      Branch: perl
47522            ! vms/test.com
47523 ____________________________________________________________________________
47524 [  7810] By: jhi                                   on 2000/11/22  21:15:36
47525         Log: Subject: Re: perl@7777 
47526              From: "John P. Linderman" <jpl@research.att.com>
47527              Date: Wed, 22 Nov 2000 13:11:11 -0500
47528              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
47529              
47530              Detypoing.
47531      Branch: perl
47532            ! lib/CPAN.pm
47533 ____________________________________________________________________________
47534 [  7809] By: jhi                                   on 2000/11/22  21:14:19
47535         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
47536              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47537              Date:     Wed, 22 Nov 2000 13:51:37 EST
47538              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
47539      Branch: perl
47540            ! perlsdio.h
47541 ____________________________________________________________________________
47542 [  7808] By: jhi                                   on 2000/11/22  21:13:27
47543         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
47544              From: Casey Tweten <crt@kiski.net>
47545              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
47546              Message-Id: <200011201653.LAA10194@home.kiski.net>
47547      Branch: perl
47548            ! t/lib/io_udp.t
47549 ____________________________________________________________________________
47550 [  7807] By: jhi                                   on 2000/11/22  21:12:35
47551         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
47552              From: Casey Tweten <crt@kiski.net>
47553              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
47554              Message-Id: <200011201636.LAA07227@home.kiski.net>
47555      Branch: perl
47556            ! t/lib/io_sock.t
47557 ____________________________________________________________________________
47558 [  7806] By: jhi                                   on 2000/11/22  21:10:59
47559         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
47560              From: "Casey R. Tweten" <crt@kiski.net>
47561              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
47562              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
47563      Branch: perl
47564            ! utils/h2xs.PL
47565 ____________________________________________________________________________
47566 [  7805] By: nick                                  on 2000/11/22  21:05:06
47567         Log: Integrate mainline
47568      Branch: perlio
47569           !> Changes Porting/genlog ext/DB_File/DB_File.xs
47570           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
47571           !> utils/perlbug.PL
47572 ____________________________________________________________________________
47573 [  7804] By: jhi                                   on 2000/11/22  21:01:12
47574         Log: Subject: [PATCH] Test.pm POD peculiarity
47575              From: "Casey R. Tweten" <crt@kiski.net>
47576              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
47577              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
47578      Branch: perl
47579            ! lib/Test.pm
47580 ____________________________________________________________________________
47581 [  7803] By: jhi                                   on 2000/11/22  20:59:59
47582         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
47583              From: "Philip Newton" <pnewton@gmx.de>
47584              Date: Wed, 22 Nov 2000 14:25:53 +0100
47585              Message-Id: <3A1BD771.25462.1939FAD@localhost>
47586              
47587              Be case-understanding also on 's', and use the -oi of sendmail
47588              not to terminate the transmission on a lone '.'.
47589      Branch: perl
47590            ! utils/perlbug.PL
47591 ____________________________________________________________________________
47592 [  7802] By: nick                                  on 2000/11/22  20:51:42
47593         Log: Win32 PerlIO intermediate state now working as expected.
47594              - In current state we are still using C runtime in text/binary
47595              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
47596              - PERLIO=stdio and PERLIO=unix pass all expected tests.
47597              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
47598              and PerlIO_seek() and the dummy crlf layer is not making adjustments
47599              for CRLF translation happening in C runtime. All other tests pass.
47600              
47601              Added note to README.win32 to point out the snags of doing a perl build
47602              with Norton AntiVirus turned on.
47603              
47604              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
47605              which file a fail comes from.
47606              
47607              Updated "canned" config.h to match the one generated.
47608      Branch: perlio
47609            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
47610            ! win32/makefile.mk
47611 ____________________________________________________________________________
47612 [  7801] By: jhi                                   on 2000/11/22  06:50:20
47613         Log: Nickety nits.
47614      Branch: perl
47615            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
47616 ____________________________________________________________________________
47617 [  7800] By: jhi                                   on 2000/11/22  01:29:55
47618         Log: Changes had accidentally gone too silent on non-main branches.
47619      Branch: perl
47620            ! Changes Porting/genlog patchlevel.h
47621 ____________________________________________________________________________
47622 [  7799] By: gsar                                  on 2000/11/22  01:02:56
47623         Log: some lib_pm.PL changes snuck in via change#7772
47624      Branch: maint-5.6/perl
47625            ! Makefile.SH
47626 ____________________________________________________________________________
47627 [  7798] By: nick                                  on 2000/11/21  21:59:40
47628         Log: Integrate mainline
47629      Branch: perlio
47630           !> (integrate 28 files)
47631 ____________________________________________________________________________
47632 [  7797] By: jhi                                   on 2000/11/21  21:01:45
47633         Log: Integrate perlio.
47634      Branch: perl
47635           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
47636 ____________________________________________________________________________
47637 [  7796] By: nick                                  on 2000/11/21  20:36:22
47638         Log: Win32 builds and runs (mostly) with USE_PERLIO.
47639              PERLIO=perlio passes all tests. 
47640              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
47641      Branch: perlio
47642            ! perlio.c win32/perllib.c win32/win32.c
47643 ____________________________________________________________________________
47644 [  7795] By: jhi                                   on 2000/11/21  19:03:44
47645         Log: Update Changes.
47646      Branch: perl
47647            ! Changes patchlevel.h
47648 ____________________________________________________________________________
47649 [  7794] By: jhi                                   on 2000/11/21  18:56:34
47650         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
47651              From: "Craig A. Berry" <craigberry@mac.com>
47652              Date: Mon, 20 Nov 2000 20:27:06 -0600
47653              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
47654              
47655              A cut-and-pasto.
47656      Branch: perl
47657            ! perlio.h
47658 ____________________________________________________________________________
47659 [  7793] By: jhi                                   on 2000/11/21  18:54:41
47660         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
47661              From: Dominic Dunlop <domo@computer.org> 
47662              Date: Mon, 20 Nov 2000 18:55:29 +0100
47663              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
47664              
47665              va_copy() and the need of it.
47666              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
47667      Branch: metaconfig/U/perl
47668            + need_va_copy.U
47669      Branch: perl
47670            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
47671            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
47672            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
47673            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
47674            ! win32/config.bc win32/config.gc win32/config.vc
47675 ____________________________________________________________________________
47676 [  7792] By: jhi                                   on 2000/11/21  17:04:10
47677         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
47678      Branch: perl
47679           !> scope.h
47680 ____________________________________________________________________________
47681 [  7791] By: jhi                                   on 2000/11/21  17:01:16
47682         Log: Export the SOCKS workaround symbols only if necessary.
47683      Branch: perl
47684            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
47685 ____________________________________________________________________________
47686 [  7790] By: nick                                  on 2000/11/20  23:57:11
47687         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
47688      Branch: perlio
47689            ! scope.h
47690 ____________________________________________________________________________
47691 [  7789] By: nick                                  on 2000/11/20  23:38:33
47692         Log: Integrate mainline
47693      Branch: perlio
47694           +> lib/File/Spec/Epoc.pm
47695           !> (integrate 34 files)
47696 ____________________________________________________________________________
47697 [  7788] By: nick                                  on 2000/11/20  23:20:18
47698         Log: Make extra buffer layer work (dummy crlf layer)
47699      Branch: perlio
47700            ! doio.c perlio.c perlio.h
47701 ____________________________________________________________________________
47702 [  7787] By: jhi                                   on 2000/11/20  22:44:04
47703         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
47704              From: Peter Prymmer <pvhp@forte.com>
47705              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
47706              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
47707      Branch: perl
47708            ! t/pragma/locale.t
47709 ____________________________________________________________________________
47710 [  7786] By: jhi                                   on 2000/11/20  22:29:10
47711         Log: Subject: DOC PATCH 5.6.0 perlreftut
47712              From: mjd@plover.com
47713              Date: 20 Nov 2000 19:45:06 -0000
47714              Message-ID: <20001120194506.9505.qmail@plover.com>
47715      Branch: perl
47716            ! pod/perlreftut.pod
47717 ____________________________________________________________________________
47718 [  7785] By: jhi                                   on 2000/11/20  22:27:44
47719         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
47720              From: David Dyck <dcd@tc.fluke.com>
47721              Date: Mon, 20 Nov 2000 11:43:40 -0800
47722              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
47723      Branch: perl
47724            ! lib/Cwd.pm
47725 ____________________________________________________________________________
47726 [  7784] By: jhi                                   on 2000/11/20  22:23:21
47727         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
47728              Date: Mon, 20 Nov 2000 17:06:10 -0500
47729              To: Mailing list Perl5 <perl5-porters@perl.org>
47730              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
47731      Branch: perl
47732            ! pp_ctl.c t/op/pat.t
47733 ____________________________________________________________________________
47734 [  7783] By: jhi                                   on 2000/11/20  22:11:18
47735         Log: Subject: [PATCH] doop.c - UTF8 tr///               
47736              From: Simon Cozens <simon@cozens.net>
47737              Date: Sat, 18 Nov 2000 18:49:30 +0000
47738              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
47739              
47740              Subject: Re: [PATCH] doop.c - UTF8 tr///           
47741              From: Simon Cozens <simon@cozens.net>
47742              Date: Mon, 20 Nov 2000 20:45:22 +0000
47743              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
47744              
47745              Make tr on UTF-8 better but still not correct.
47746      Branch: perl
47747            ! doop.c
47748 ____________________________________________________________________________
47749 [  7782] By: jhi                                   on 2000/11/20  22:02:16
47750         Log: Remove the shared object before attempting to create
47751              (by linking) a new one.  E.g. in AIX not removing
47752              becomes quite painful if one tries to do more than one
47753              build in the same tree (an interrupted build, for example),
47754              since the AIX' shared dynaloader seemingly keeps the shared
47755              objects open and therefore 'busy' for quite a while, even when
47756              nobody is using the objects, leading into link failures.
47757      Branch: perl
47758            ! lib/ExtUtils/MM_Unix.pm
47759 ____________________________________________________________________________
47760 [  7781] By: gsar                                  on 2000/11/20  19:02:55
47761         Log: type mismatch due to faulty integration
47762      Branch: maint-5.6/perl
47763            ! toke.c win32/Makefile
47764 ____________________________________________________________________________
47765 [  7780] By: gsar                                  on 2000/11/20  17:31:55
47766         Log: integrate changes#6392,6394..6399,6401..6404
47767              
47768              The {multiplier} of a fixed substring was overlooked which
47769              caused a wrong initial search offset for that substring.
47770              
47771              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
47772              From: Hugo <hv@crypt.compulink.co.uk>
47773              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
47774              Date: Thu, 13 Jul 2000 19:27:13 +0100
47775              
47776              Fix the BOM bug: not a byteorder bug, a signedness bug.
47777              
47778              Replace change #6337 with a better one.
47779              
47780              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
47781              From: Hugo <hv@crypt.compulink.co.uk>
47782              Date: Fri, 14 Jul 2000 04:16:20 +0100
47783              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
47784              
47785              MakeMaker should not remove editor backups (*~) on `make clean`
47786              by default (completes change#6383)
47787              
47788              move new variables to the end of the interpreter structure (for
47789              bincompat in code that doesn't #include XSUB.h)
47790              
47791              rename totally bletcherous SvLOCK() thingy (doesn't do what the
47792              name suggests anyway)
47793              
47794              various cleanups (typos, misformatted code, and small bugs)
47795              
47796              typecasts needed for change#6394
47797              
47798              typos in change#6399, regen headers
47799              
47800              inconsistent types needs casts
47801              
47802              PERL_OBJECT build tweaks
47803      Branch: maint-5.6/perl
47804           !> MANIFEST doop.c embed.h embed.pl embedvar.h
47805           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
47806           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
47807           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
47808           !> toke.c util.c
47809 ____________________________________________________________________________
47810 [  7779] By: gsar                                  on 2000/11/20  17:06:29
47811         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
47812              
47813              Cosmetics and perldelta.
47814              
47815              Fix nits noticed by Boston.pm.
47816              
47817              Do the cc sanity check both before the hints and
47818              after the cc selction.
47819              
47820              get sprintf.t to adjust properly for 3-digit exponents
47821              
47822              don't clobber *.orig files on *clean targets
47823              
47824              fix bugs in processing %v-*d and similar format specs (from
47825              Avi Finkel <avi@finkel.org>)
47826              
47827              sprintf test tweaks (from Dominic Dunlop)
47828              
47829              new selfloader.t in change#6183 doesn't close DATA handles,
47830              and thus fails to clean up tmp files on dosish platforms
47831              
47832              typos (spotted by Peter Prymmer)
47833              
47834              typo fix from Craig Berry
47835      Branch: maint-5.6/perl
47836           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
47837           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
47838           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
47839           !> x2p/Makefile.SH
47840 ____________________________________________________________________________
47841 [  7778] By: gsar                                  on 2000/11/20  16:46:51
47842         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
47843              
47844              Subject: Re: format bug report  [Patch]
47845              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47846              Date: Wed, 05 Jul 2000 13:12:52 +0200
47847              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
47848              
47849              Subject: Re: format bug report  [Patch]
47850              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47851              Date: Wed, 05 Jul 2000 14:10:01 +0200
47852              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
47853              
47854              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
47855              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47856              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
47857              Date: Fri, 07 Jul 2000 17:57:16 +0100
47858              
47859              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
47860              To: perl5-porters@perl.org
47861              From: Karsten Sperling <spiff@phreax.net>
47862              Date: Mon, 10 Jul 2000 15:12:52 +0200
47863              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
47864              
47865              README.posix-bc podified from Thomas Dorner.
47866              
47867              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
47868              From: Dominic Dunlop <domo@computer.org>
47869              Date: Tue, 11 Jul 2000 12:27:33 +0200
47870              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
47871              
47872              Typo in #6341.
47873              
47874              Fix for
47875              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
47876              From: Roderick Schertler <roderick@argon.org>
47877              Date: Tue, 11 Jul 2000 13:55:05 -0400
47878              Message-Id: <200007111755.NAA05077@jones.argon.org>
47879              
47880              Minor cleanups on the booklist.
47881              
47882              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
47883              regen perltoc.
47884              
47885              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
47886      Branch: maint-5.6/perl
47887           +> pod/perlbook.pod
47888           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
47889           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
47890           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
47891 ____________________________________________________________________________
47892 [  7777] By: jhi                                   on 2000/11/20  16:08:49
47893         Log: Update Changes.
47894      Branch: perl
47895            ! Changes patchlevel.h
47896 ____________________________________________________________________________
47897 [  7776] By: jhi                                   on 2000/11/20  15:27:56
47898         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
47899              This may be overly harsh but until proven otherwise, we think this
47900              way, or until we have a simple test for Configure (having to start
47901              up servers is does not count as simple) to check for the problems.
47902      Branch: perl
47903            ! perl.h
47904 ____________________________________________________________________________
47905 [  7775] By: jhi                                   on 2000/11/20  15:22:17
47906         Log: Solaris hints tweaks.
47907      Branch: perl
47908            ! hints/solaris_2.sh
47909 ____________________________________________________________________________
47910 [  7774] By: jhi                                   on 2000/11/20  15:01:20
47911         Log: Add a workaround to SOCKS 64-bit problems.
47912      Branch: perl
47913            ! doio.c embed.h embed.pl perlsdio.h proto.h
47914 ____________________________________________________________________________
47915 [  7773] By: jhi                                   on 2000/11/20  14:51:47
47916         Log: sysseek() instead of seek().
47917      Branch: perl
47918            ! t/lib/syslfs.t
47919 ____________________________________________________________________________
47920 [  7772] By: gsar                                  on 2000/11/20  13:06:23
47921         Log: integrate changes#6315..6319,6321..6331,6333..6338
47922              
47923              Integrate with Sarathy, preliminary fix for unicos
47924              alignment problems in [ID 20000612.002] Perl problem on Cray system.
47925              
47926              some debugger output does not go to the socket when RemotePort is set
47927              
47928              winsock cleanup never done on Windows (leads to handle leaks)
47929              
47930              fix UNC path handling on Windows under ithreads, and chdir()
47931              return value when given a non-existent directory
47932              
47933              Autogenerate pod/Makefile and pod/buildtoc.
47934              buildtoc also checks whether the existin pods are
47935              mentioned in MANIFEST and perl.pod, and vice versa.
47936              (None of the thusly found discrepancies fixed yet.)
47937              roffitall also needs to be autogenerated similarly but it
47938              seems so badly out of date that I didn't touch it yet.
47939              
47940              Config is being used.
47941              
47942              Add =head1 NAMEs so that buildtoc is happy.
47943              (The CGI::Util nit reported to Lincoln.)
47944              
47945              Fix complaints of buildtoc.
47946              
47947              Fix the alignment problem in Crays ([ID 20000612.002]).
47948              
47949              Remove perlbook, update perlfaq book listing,
47950              rearrange perl.pod, regenerate perltoc.
47951              
47952              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
47953              was cast to an unsigned (32-bit) integer with wild abandon.
47954              
47955              winsock options weren't being set in all threads under ithreads
47956              (caused send()s from second and subsequent threads to fail)
47957              
47958              accept() leaks memory on windows due to incorrect ordering of
47959              closesocket() and fclose() calls
47960              
47961              Reorder perl.pod once more.
47962              
47963              More POSIX.pod tweaks.
47964              
47965              Sprinkle ldlibpath.
47966              
47967              Precedence goof, fix based on
47968              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
47969              From: Hugo <hv@crypt.compulink.co.uk>
47970              Date: Tue, 11 Jul 2000 12:52:38 +0100
47971              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
47972              
47973              Subject: PATCH perlguts.pod: Document D and d magic types
47974              From: mjd@plover.com
47975              Date: 5 Jul 2000 18:01:51 -0000
47976              Message-ID: <20000705180151.29413.qmail@plover.com>
47977              
47978              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
47979              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
47980              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
47981              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
47982              
47983              Subject: [PATCH cfgperl] $& segfaults if you trick it
47984              From: simon@brecon.co.uk (Simon Cozens)
47985              Date: 7 Jul 2000 11:26:09 GMT
47986              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
47987              
47988              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
47989              From: Hugo <hv@crypt.compulink.co.uk>
47990              Date: Tue, 11 Jul 2000 12:44:50 +0100
47991              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
47992              
47993              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
47994              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47995              Date: Tue, 11 Jul 2000 13:50:51 +0100
47996              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
47997      Branch: maint-5.6/perl
47998           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
47999           +> pod/buildtoc.PL
48000            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
48001           !> (integrate 26 files)
48002 ____________________________________________________________________________
48003 [  7771] By: gsar                                  on 2000/11/20  12:31:42
48004         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
48005              6310,6311,6314
48006              
48007              Subject: [PATCH bleedperl] File::Spec 0.82 beta
48008              From: Barrie Slaymaker <barries@jester.slaysys.com>
48009              Date: Wed, 28 Jun 2000 11:35:29 -0400
48010              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
48011              
48012              tweak perlembed for multiplicity/usethreads sanity; correct notes
48013              about Windows
48014              
48015              localize %INC in a Safe compartment so that use/require work
48016              (many other magic globals probably need similar treatment)
48017              
48018              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
48019              when @_ is modified, causing coredumps
48020              
48021              slurp mode fix in change#4736 still not quite right
48022              
48023              Point to perlipc for more SysV IPC examples.
48024              
48025              Elaborate POSIX.pod.  Still needs work.
48026              
48027              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
48028              
48029              fix large memory leak that has been around for ever, masked by
48030              -DPURIFY (most of the arenas were never freed!)
48031              
48032              fix memory leak on Windows (PL_sys_intern contents were never
48033              freed)
48034              
48035              PERL_OBJECT build tweak
48036              
48037              adjust change#6299
48038              
48039              remove rel2abs prototypes (from Barrie Slaymaker)
48040              
48041              missing perldiag entry for unpack("w",...) diagnostic (from
48042              Andreas Koenig)
48043              
48044              better diagnostic on Frob->stuff() when Frob:: doesn't exist
48045              (from Richard Soderberg <rs@oregonnet.com>)
48046              
48047              Win32 patches for cfgperl from Sarathy.
48048              
48049              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
48050              
48051              More POSIX.pod embellishment.
48052              
48053              tyop in change#6306
48054      Branch: maint-5.6/perl
48055           !> (integrate 44 files)
48056 ____________________________________________________________________________
48057 [  7770] By: gsar                                  on 2000/11/20  11:51:00
48058         Log: integrate changes#6268..6282 from cfgperl branch
48059              
48060              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
48061              From: Dominic Dunlop <domo@computer.org>
48062              Date: Thu, 29 Jun 2000 12:32:39 +0200
48063              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
48064              
48065              Regen headers for #6261 (and update embed.pl for this) and #6267,
48066              silence few compiler warnings.
48067              
48068              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
48069              From: Nicholas Clark <nick@talking.bollo.cx>
48070              Date: Fri, 23 Jun 2000 16:21:15 +0100
48071              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
48072              
48073              Subject: PATCH pod/perltie.pod
48074              From: Ian Phillipps <Ian.Phillipps@iname.com>
48075              Date: Fri, 16 Jun 2000 00:17:19 +0100
48076              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
48077              (only the first hunk, the second hunk had already been done
48078              by some other patch)
48079              
48080              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
48081              From: Tom Phoenix <rootbeer@redcat.com>
48082              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
48083              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
48084              
48085              Subject: [PATCH] xsub attributes
48086              From: Doug MacEachern <dougm@covalent.net>
48087              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
48088              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
48089              
48090              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
48091              From: Andy Dougherty <doughera@lafayette.edu>
48092              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
48093              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
48094              
48095              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
48096              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48097              Date: Tue, 13 Jun 2000 02:43:48 -0500
48098              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
48099              
48100              Subject: [PATCH] Re: eval documentation: context
48101              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48102              Date: Mon, 12 Jun 2000 15:07:29 +0100
48103              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
48104              
48105              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
48106              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48107              Date: Mon, 12 Jun 2000 14:55:59 +0100
48108              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
48109              
48110              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
48111              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
48112              Date: Fri, 09 Jun 2000 12:39:27 -0400
48113              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
48114              (plus update the version "number" of Text::Wrap)
48115              
48116              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
48117              From: Tim Ayers <tayers@bridge.com>
48118              Date: Thu, 08 Jun 2000 08:11:06 +0200
48119              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
48120              [resent by Richard Foley, Message-Id probably wrong]
48121              
48122              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
48123              From: rspier@pobox.com (Robert Spier)
48124              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
48125              Message-ID: <14654.31913.845602.610277@rls.cx>
48126              
48127              Subject: [PATCH 5.6.0] utils/h2xs.PL
48128              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48129              Date: Wed, 7 Jun 2000 04:02:04 -0500
48130              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
48131              
48132              Subject: [PATCH 5.6.0]ITHREADs for VMS
48133              From: Dan Sugalski <dan@sidhe.org>
48134              Date: Tue, 06 Jun 2000 11:59:50 -0400
48135              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
48136      Branch: maint-5.6/perl
48137           !> (integrate 31 files)
48138 ____________________________________________________________________________
48139 [  7769] By: gsar                                  on 2000/11/20  11:29:06
48140         Log: integrate changes#6261..6266 from cfgperl
48141              
48142              Subject: Re: [PATCH cfgperl] BOMs away!
48143              From: simon@brecon.co.uk (Simon Cozens)
48144              Date: 17 Jun 2000 11:49:57 GMT
48145              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
48146              
48147              Subject: 5.6.0 Patch for EPOC
48148              From: Olaf Flebbe <o.flebbe@gmx.de>
48149              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
48150              Message-ID: <23449.960929969@www11.gmx.net>
48151              
48152              tr fixes from Simon Cozens
48153              
48154              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
48155              From: Marty Lucich <marty@netcom.com>
48156              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
48157              Message-Id: <200006282116.OAA11148@netcom.com>
48158              ccdlflags update (the BSD/OS 4.1 part had already been taken
48159              care of by #6141).
48160              
48161              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
48162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48163              Date: Wed, 28 Jun 2000 17:50:12 -0700
48164              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
48165              
48166              Subject: [PATCH 5.6.0] cygwin port
48167              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
48168              From: "Fifer, Eric" <EFifer@sanwaint.com>
48169              Date: Thu, 29 Jun 2000 12:58:29 +0100
48170      Branch: maint-5.6/perl
48171           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
48172           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
48173           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48174           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
48175 ____________________________________________________________________________
48176 [  7768] By: gsar                                  on 2000/11/20  11:13:44
48177         Log: integrate changes#6252..6256,6259..6260
48178              
48179              Paranoia tweak on #6249.
48180              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48181              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48182              Date: Sun, 25 Jun 2000 23:43:12 -0400
48183              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
48184              
48185              Subject: tr///, help wanted.
48186              From: simon@brecon.co.uk (Simon Cozens)
48187              Date: 28 Jun 2000 11:29:04 GMT
48188              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
48189              
48190              small thinko tweaks
48191              
48192              tweaks from Simon Conzes to further fix tr/// under utf8
48193              
48194              perlnewmod was missing from MANIFEST.
48195              
48196              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
48197              From: simon@brecon.co.uk (Simon Cozens)
48198              Date: 17 Jun 2000 11:56:44 GMT
48199              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
48200              pack U0, pack C0
48201      Branch: maint-5.6/perl
48202           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
48203           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
48204           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
48205           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
48206 ____________________________________________________________________________
48207 [  7767] By: gsar                                  on 2000/11/20  10:51:38
48208         Log: integrate change#6250 from cfgperl
48209              
48210              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
48211              From: Doug MacEachern <dougm@covalent.net>
48212              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
48213              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
48214      Branch: maint-5.6/perl
48215           +> t/op/my_stash.t
48216           !> MANIFEST embed.pl global.sym proto.h toke.c
48217 ____________________________________________________________________________
48218 [  7766] By: gsar                                  on 2000/11/20  10:48:34
48219         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
48220              
48221              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
48222              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48223              Date: Mon, 26 Jun 2000 18:40:14 +0100
48224              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
48225              
48226              Subject: [PATCH] bytes<->utf8 fixes
48227              From: simon@brecon.co.uk (Simon Cozens)
48228              Date: 26 Jun 2000 04:55:45 GMT
48229              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
48230              
48231              Subject: [PATCH] is_utf8_string
48232              From: simon@brecon.co.uk (Simon Cozens)
48233              Date: 26 Jun 2000 02:25:59 GMT
48234              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
48235              
48236              Subject: [PATCH] avoid mg_ptr in '*' magic
48237              From: Doug MacEachern <dougm@covalent.net>
48238              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
48239              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
48240              
48241              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
48242              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48243              Date: Sat, 24 Jun 2000 13:06:20 +0100
48244              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
48245              
48246              Allow for standalone testing.
48247              
48248              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
48249              From: Mark-Jason Dominus <mjd@plover.com>
48250              Date: Tue, 27 Jun 2000 22:36:42 -0400
48251              Message-ID: <20000628023642.12166.qmail@plover.com>
48252              
48253              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48254              From: Frank Tobin <ftobin@uiuc.edu>
48255              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
48256              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
48257      Branch: maint-5.6/perl
48258           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
48259           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
48260           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
48261           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
48262           !> utf8.c utils/h2xs.PL
48263 ____________________________________________________________________________
48264 [  7765] By: gsar                                  on 2000/11/20  10:29:13
48265         Log: integrate change#6239 from cfgperl
48266              
48267              Configure maintenance.  Sever some dependency cycles,
48268              separate gccversion from the cc unit,
48269              address [ID 20000623.006] Configure script patch for using gcc on AIX
48270              (but solve it a little bit differently),
48271              unduplex some accidentally duplicated units,
48272              suggest using gcc if no cc available
48273              (p5p thread: "Solaris configure: counterproposal", 1999-09)
48274      Branch: maint-5.6/perl
48275           !> Configure Todo-5.6 config_h.SH
48276 ____________________________________________________________________________
48277 [  7764] By: gsar                                  on 2000/11/20  10:25:55
48278         Log: integrate changes#6233..6238 from cfgperl
48279              
48280              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
48281              From: Mark-Jason Dominus <mjd@plover.com>
48282              Date: Fri, 16 Jun 2000 20:53:04 -0400
48283              Message-ID: <20000617005304.8008.qmail@plover.com>
48284              
48285              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
48286              because when run as services (Win32ese for daemons)
48287              no environment variables are set and tmpdir ends up as /tmp,
48288              which is ambiguous.
48289              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
48290              From: matt@sergeant.org
48291              Date: 16 Jun 2000 16:30:43 -0000
48292              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
48293              
48294              The thread begun by
48295              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
48296              From: Kevin.Ruscoe@ubsw.com
48297              Date: Fri, 16 Jun 2000 16:38:51 +0100
48298              Message-Id: <H000019b03c300d6@MHS>
48299              
48300              Tweak embed.pl, regen headers.
48301              
48302              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
48303              From: Dan Sugalski <dan@sidhe.org>
48304              Date: Fri, 23 Jun 2000 17:00:00 -0400
48305              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
48306      Branch: maint-5.6/perl
48307           !> (integrate 27 files)
48308 ____________________________________________________________________________
48309 [  7763] By: gsar                                  on 2000/11/20  10:08:08
48310         Log: s/perl56delta/perldelta/g
48311      Branch: maint-5.6/perl
48312            ! pod/Makefile
48313 ____________________________________________________________________________
48314 [  7762] By: gsar                                  on 2000/11/20  10:04:00
48315         Log: integrate changes#6225,6229,6231,6232 from cfgperl
48316              
48317              Add source code filenames to apidoc.
48318              From: simon@brecon.co.uk (Simon Cozens)
48319              Subject: [PATCH embed.pl] Source X-ref
48320              Date: 22 Jun 2000 02:18:49 GMT
48321              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
48322              
48323              Subject: README.hpux version 0.6.1
48324              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
48325              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48326              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
48327              
48328              Subject: [PATCH 5.6.0] cygwin port
48329              From: "Fifer, Eric" <EFifer@sanwaint.com>
48330              Date: Tue, 20 Jun 2000 14:30:58 +0100
48331              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
48332              
48333              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
48334              From: simon@brecon.co.uk (Simon Cozens)
48335              Date: 19 Jun 2000 15:18:27 GMT
48336              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
48337              
48338              plus update pod/Makefile and regenerate perltoc
48339      Branch: maint-5.6/perl
48340           +> pod/perlutil.pod
48341           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
48342           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
48343 ____________________________________________________________________________
48344 [  7761] By: jhi                                   on 2000/11/20  04:09:55
48345         Log: Miraculous typo.
48346      Branch: perl
48347            ! t/op/pat.t
48348 ____________________________________________________________________________
48349 [  7760] By: jhi                                   on 2000/11/20  04:06:08
48350         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
48351              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48352              Date: Sun, 19 Nov 2000 22:30:26 -0500
48353              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
48354      Branch: perl
48355            ! regexec.c scope.h t/op/pat.t
48356 ____________________________________________________________________________
48357 [  7759] By: jhi                                   on 2000/11/20  02:05:22
48358         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
48359      Branch: perl
48360            ! perl.h
48361 ____________________________________________________________________________
48362 [  7758] By: jhi                                   on 2000/11/20  01:58:11
48363         Log: Subject: [perl 7711: EPOC] updates
48364              From: Olaf Flebbe <o.flebbe@gmx.de>
48365              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
48366              Message-ID: <25575.974658810@www23.gmx.net>               
48367      Branch: perl
48368            + lib/File/Spec/Epoc.pm
48369            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
48370            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
48371            ! lib/File/Spec.pm perl.c sv.c
48372 ____________________________________________________________________________
48373 [  7757] By: jhi                                   on 2000/11/20  01:53:11
48374         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
48375      Branch: perl
48376            ! MANIFEST
48377 ____________________________________________________________________________
48378 [  7756] By: jhi                                   on 2000/11/20  01:47:22
48379         Log: Integrate perlio.
48380      Branch: perl
48381            - ext/re/hints/MSWin32.pl
48382           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
48383           !> win32/config.gc win32/config_H.gc win32/win32sck.c
48384 ____________________________________________________________________________
48385 [  7755] By: nick                                  on 2000/11/19  20:57:17
48386         Log: Add dummy crlf layer (just as buffer)
48387              Correct 1st bug - one layer of indirection.
48388      Branch: perlio
48389            ! perlio.c perlio.h perliol.h
48390 ____________________________________________________________________________
48391 [  7754] By: nick                                  on 2000/11/19  20:56:12
48392         Log: Work-round to Perl_deb_nocontext is no longer required
48393      Branch: perlio
48394            - ext/re/hints/MSWin32.pl
48395 ____________________________________________________________________________
48396 [  7753] By: nick                                  on 2000/11/19  20:01:16
48397         Log: diff -se shows these as different
48398      Branch: perlio
48399            ! global.sym pod/perlapi.pod
48400 ____________________________________________________________________________
48401 [  7752] By: nick                                  on 2000/11/19  18:57:30
48402         Log: Configure GCC/Win32 build -Duseperlio
48403              Fix a couple of gross issues
48404              - double-include of ../deb.o in re.dll
48405              - win32sck.c needs PerlIO and FILE 
48406      Branch: perlio
48407            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
48408            ! win32/win32sck.c
48409 ____________________________________________________________________________
48410 [  7751] By: nick                                  on 2000/11/19  17:05:36
48411         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
48412      Branch: perlio
48413            ! perlio.c
48414 ____________________________________________________________________________
48415 [  7750] By: nick                                  on 2000/11/19  16:57:14
48416         Log: Missing aTHX_
48417      Branch: perlio
48418            ! sv.c
48419 ____________________________________________________________________________
48420 [  7749] By: jhi                                   on 2000/11/19  16:28:40
48421         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
48422              From: "Peter J. Farley III" <pjfarley@banet.net>
48423              Date: Sun, 19 Nov 2000 01:42:58 -0500
48424              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
48425      Branch: perl
48426            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
48427 ____________________________________________________________________________
48428 [  7748] By: jhi                                   on 2000/11/19  16:08:10
48429         Log: Subject: podlators 1.05 available        
48430              From: Russ Allbery <rra@stanford.edu>   
48431              Date: 18 Nov 2000 22:04:28 -0800
48432              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
48433      Branch: perl
48434            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
48435 ____________________________________________________________________________
48436 [  7747] By: nick                                  on 2000/11/19  11:19:39
48437         Log: Integrate mainline
48438      Branch: perlio
48439           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
48440           !> util.c
48441 ____________________________________________________________________________
48442 [  7746] By: jhi                                   on 2000/11/19  06:42:22
48443         Log: Make hex scanning warn on "\x{x}" and "\xx".
48444              "\x" and and hex("x") are still valid.
48445      Branch: perl
48446            ! util.c
48447 ____________________________________________________________________________
48448 [  7745] By: nick                                  on 2000/11/18  22:52:28
48449         Log: Integrate mainline
48450      Branch: perlio
48451           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
48452           !> perl.h perlio.c proto.h regcomp.c regcomp.h
48453 ____________________________________________________________________________
48454 [  7744] By: jhi                                   on 2000/11/18  22:50:28
48455         Log: Introduce Perl_utf8_length().  Use it.
48456      Branch: perl
48457            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
48458 ____________________________________________________________________________
48459 [  7743] By: jhi                                   on 2000/11/18  22:38:51
48460         Log: Compiler denit.
48461      Branch: perl
48462            ! perlio.c
48463 ____________________________________________________________________________
48464 [  7742] By: jhi                                   on 2000/11/18  20:33:05
48465         Log: Integrate perlio.
48466      Branch: perl
48467           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
48468           !> perlio.h pp_ctl.c pp_sys.c sv.c
48469 ____________________________________________________________________________
48470 [  7741] By: jhi                                   on 2000/11/18  20:31:27
48471         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
48472              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48473              Date: Fri, 17 Nov 2000 20:35:11 -0500
48474              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
48475              
48476              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
48477              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48478              Date: Fri, 17 Nov 2000 21:03:47 -0500
48479              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
48480              
48481              Plus a little bit of tweaking in pregcomp().
48482      Branch: perl
48483            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
48484 ____________________________________________________________________________
48485 [  7740] By: nick                                  on 2000/11/18  20:17:22
48486         Log: Lexical use open ... support:
48487              add ->cop_io to COP structure in cop.h.
48488              Make mg.c and gv.c associate it with ${^OPEN}.
48489              Make lib/open.pm set it.
48490              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
48491              manner similar to ->cop_warnings.
48492              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
48493              call new PerlIO_apply_layers().
48494              Declare latter in perlio.h and define in perlio.c
48495      Branch: perlio
48496            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
48497            ! perlio.h pp_ctl.c pp_sys.c sv.c
48498 ____________________________________________________________________________
48499 [  7739] By: jhi                                   on 2000/11/18  19:54:00
48500         Log: Integrate perlio.
48501      Branch: perl
48502           !> doio.c perlio.c pp.c
48503 ____________________________________________________________________________
48504 [  7738] By: jhi                                   on 2000/11/18  17:16:13
48505         Log: Subject: [PATCH 5.7.0] etags broken again
48506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48507              Date: Sat, 18 Nov 2000 02:41:36 -0500
48508              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
48509      Branch: perl
48510            ! emacs/ptags
48511 ____________________________________________________________________________
48512 [  7737] By: jhi                                   on 2000/11/18  17:12:18
48513         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
48514      Branch: perl
48515            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
48516 ____________________________________________________________________________
48517 [  7736] By: nick                                  on 2000/11/18  14:06:20
48518         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
48519              part to be isolated.
48520      Branch: perlio
48521            ! doio.c perlio.c
48522 ____________________________________________________________________________
48523 [  7735] By: nick                                  on 2000/11/18  11:03:32
48524         Log: Integrate mainline
48525      Branch: perlio
48526           !> Changes README.amiga README.win32 patchlevel.h
48527           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
48528 ____________________________________________________________________________
48529 [  7734] By: jhi                                   on 2000/11/18  01:18:56
48530         Log: Update Changes.
48531      Branch: perl
48532            ! Changes patchlevel.h
48533 ____________________________________________________________________________
48534 [  7733] By: jhi                                   on 2000/11/18  00:32:54
48535         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
48536              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48537              Date: Fri, 17 Nov 2000 17:28:02 -0500
48538              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
48539      Branch: perl
48540            ! regcomp.c regexec.c t/op/re_tests
48541 ____________________________________________________________________________
48542 [  7732] By: jhi                                   on 2000/11/18  00:28:56
48543         Log: Sparc 64-bit pack() fix from Jens Hamisch.
48544      Branch: perl
48545            ! pp.c
48546 ____________________________________________________________________________
48547 [  7731] By: jhi                                   on 2000/11/18  00:18:39
48548         Log: Explain in more detail the {} syntax ambiguousity.
48549              
48550              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
48551              From: Nicholas Clark <nick@ccl4.org>
48552              Date: Fri, 17 Nov 2000 22:10:28 +0000
48553              Message-ID: <20001117221028.A88930@plum.flirble.org>
48554      Branch: perl
48555            ! pod/perlfunc.pod
48556 ____________________________________________________________________________
48557 [  7730] By: jhi                                   on 2000/11/18  00:12:18
48558         Log: Subject: Fix for README.amiga (20000323.033)
48559              From: "Stephen P. Potter" <spp@spotter.yi.org>
48560              Date: Fri, 17 Nov 2000 12:25:51 -0500
48561              Message-Id: <200011171725.MAA05768@spotter.yi.org>
48562      Branch: perl
48563            ! README.amiga
48564 ____________________________________________________________________________
48565 [  7729] By: jhi                                   on 2000/11/18  00:08:34
48566         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
48567              From: "A. C. Yardley" <yardley@tanet.net>
48568              Date: Mon, 3 Apr 2000 11:35:33 -0700
48569              Message-ID: <3483.000403@tanet.net>
48570      Branch: perl
48571            ! README.win32
48572 ____________________________________________________________________________
48573 [  7728] By: nick                                  on 2000/11/17  21:59:47
48574         Log: Integrate mainline
48575      Branch: perlio
48576           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
48577           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
48578           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
48579           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
48580 ____________________________________________________________________________
48581 [  7727] By: nick                                  on 2000/11/17  21:56:31
48582         Log: Experiment on use of attributes.pm interface.
48583              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
48584              SVt_PVRV if not already something better (else vivify of say magic gets
48585              core dump).
48586      Branch: perlio
48587            ! perlio.c pp.c
48588 ____________________________________________________________________________
48589 [  7726] By: jhi                                   on 2000/11/17  14:15:49
48590         Log: Subject: Fix for 20000815.006
48591              From: "Stephen P. Potter" <spp@spotter.yi.org>
48592              Date: Fri, 17 Nov 2000 08:57:45 -0500
48593              Message-Id: <200011171357.IAA05122@spotter.yi.org>
48594              
48595              It's really 20000518.006.
48596      Branch: perl
48597            ! pod/perlmodlib.PL
48598 ____________________________________________________________________________
48599 [  7725] By: jhi                                   on 2000/11/17  14:12:31
48600         Log: Subject: Fix for 20000409.001
48601              From: "Stephen P. Potter" <spp@spotter.yi.org>
48602              Date: Fri, 17 Nov 2000 08:55:45 -0500
48603              Message-Id: <200011171355.IAA05104@spotter.yi.org>
48604      Branch: perl
48605            ! pod/perlfaq9.pod
48606 ____________________________________________________________________________
48607 [  7724] By: jhi                                   on 2000/11/17  14:08:58
48608         Log: Undo #7627 now that we have =head3.
48609      Branch: perl
48610            ! pod/perlhack.pod
48611 ____________________________________________________________________________
48612 [  7723] By: jhi                                   on 2000/11/17  14:04:09
48613         Log: As surmised the #7719 wasn't a good move.
48614      Branch: perl
48615            ! hints/solaris_2.sh
48616 ____________________________________________________________________________
48617 [  7722] By: jhi                                   on 2000/11/17  13:59:04
48618         Log: Also the 64bitall hints can be either here or there.
48619      Branch: perl
48620            ! hints/solaris_2.sh
48621 ____________________________________________________________________________
48622 [  7721] By: jhi                                   on 2000/11/17  02:26:23
48623         Log: Test tweak for the open pragma.
48624      Branch: perl
48625            ! t/lib/b.t
48626 ____________________________________________________________________________
48627 [  7720] By: jhi                                   on 2000/11/17  00:23:22
48628         Log: The long double hints can be here or there.
48629      Branch: perl
48630            ! hints/solaris_2.sh
48631 ____________________________________________________________________________
48632 [  7719] By: jhi                                   on 2000/11/17  00:14:06
48633         Log: For Solaris use64bitall the stdchar needs a little bit of help.
48634      Branch: perl
48635            ! hints/solaris_2.sh
48636 ____________________________________________________________________________
48637 [  7718] By: jhi                                   on 2000/11/16  23:27:34
48638         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
48639              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
48640              Date: Wed, 15 Nov 2000 08:56:32 +0100
48641              Message-ID: <3A1241B0.64477E00@alcatel.at>
48642      Branch: perl
48643            ! lib/Carp/Heavy.pm
48644 ____________________________________________________________________________
48645 [  7717] By: jhi                                   on 2000/11/16  23:23:29
48646         Log: Subject: [PATCH] Re: 20001101.003 PDL
48647              From: Nicholas Clark <nick@ccl4.org>
48648              Date: Thu, 16 Nov 2000 16:48:25 +0000
48649              Message-ID: <20001116164825.B93487@plum.flirble.org>
48650      Branch: perl
48651            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
48652 ____________________________________________________________________________
48653 [  7716] By: jhi                                   on 2000/11/16  23:21:31
48654         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
48655              From: "Casey R. Tweten" <crt@kiski.net>
48656              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
48657              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
48658      Branch: perl
48659            ! lib/Pod/Checker.pm pod/perlpod.pod
48660 ____________________________________________________________________________
48661 [  7715] By: jhi                                   on 2000/11/16  23:19:40
48662         Log: Avoid an infinite loop in VMS when utils scripts are run
48663              with no arguments, from Charles Lane.
48664      Branch: perl
48665            ! configure.com
48666 ____________________________________________________________________________
48667 [  7714] By: jhi                                   on 2000/11/16  23:17:08
48668         Log: Subject: perllocale.pod changes
48669              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48670              Date: Mon, 13 Nov 2000 10:09:22 +0300
48671              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
48672      Branch: perl
48673            ! pod/perllocale.pod
48674 ____________________________________________________________________________
48675 [  7713] By: jhi                                   on 2000/11/16  23:14:06
48676         Log: Integrate perlio.
48677      Branch: perl
48678           !> doio.c perlio.c perlio.h util.c
48679 ____________________________________________________________________________
48680 [  7712] By: nick                                  on 2000/11/16  21:10:58
48681         Log: Integrate mainline
48682      Branch: perlio
48683           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48684           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
48685           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
48686           !> vos/config.ga.def vos/config.ga.h win32/config.bc
48687           !> win32/config.gc win32/config.vc
48688 ____________________________________________________________________________
48689 [  7711] By: nick                                  on 2000/11/16  19:56:41
48690         Log: Minor tweaks:
48691              consistent way of getting 'rb', 'wb' etc. for binary opens
48692              move *perlio::layers to *open::layers
48693              a #define to show layers available
48694              DOSISH popen/PerlIO had export/import sense inverted.
48695      Branch: perlio
48696            ! doio.c perlio.c perlio.h util.c
48697 ____________________________________________________________________________
48698 [  7710] By: jhi                                   on 2000/11/16  15:46:05
48699         Log: Add HAS_SBRK_PROTO.
48700      Branch: metaconfig/U/perl
48701            + d_sbrkproto.U
48702      Branch: perl
48703            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48704            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
48705            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
48706            ! vos/config.ga.def vos/config.ga.h win32/config.bc
48707            ! win32/config.gc win32/config.vc
48708 ____________________________________________________________________________
48709 [  7709] By: nick                                  on 2000/11/16  07:31:49
48710         Log: Integrate mainline
48711      Branch: perlio
48712           !> (integrate 35 files)
48713 ____________________________________________________________________________
48714 [  7708] By: jhi                                   on 2000/11/16  05:33:03
48715         Log: These files are text, not binary.
48716      Branch: perl
48717            ! ext/Encode/Encode/iso8859-10.enc
48718            ! ext/Encode/Encode/iso8859-13.enc
48719            ! ext/Encode/Encode/iso8859-14.enc
48720            ! ext/Encode/Encode/iso8859-15.enc
48721 ____________________________________________________________________________
48722 [  7707] By: jhi                                   on 2000/11/16  01:53:37
48723         Log: Update Changes.
48724      Branch: perl
48725            ! Changes patchlevel.h
48726 ____________________________________________________________________________
48727 [  7706] By: jhi                                   on 2000/11/16  01:35:59
48728         Log: More #undefing of stdio.
48729      Branch: perl
48730            ! fakesdio.h nostdio.h
48731 ____________________________________________________________________________
48732 [  7705] By: jhi                                   on 2000/11/16  01:34:18
48733         Log: Add fwalk() probe to the configuration files and regen perltoc.
48734      Branch: perl
48735            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
48736            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
48737            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
48738            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
48739            ! win32/config.bc win32/config.gc win32/config.vc
48740 ____________________________________________________________________________
48741 [  7704] By: jhi                                   on 2000/11/16  01:33:07
48742         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
48743              an optional third argument to Inlibc?)
48744      Branch: metaconfig/U/perl
48745            + d__fwalk.U
48746 ____________________________________________________________________________
48747 [  7703] By: jhi                                   on 2000/11/16  01:09:22
48748         Log: The type of the hash_cb() size argument is tricky.
48749      Branch: perl
48750            ! ext/DB_File/DB_File.xs
48751 ____________________________________________________________________________
48752 [  7702] By: jhi                                   on 2000/11/15  23:01:16
48753         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
48754      Branch: perl
48755            ! nostdio.h
48756 ____________________________________________________________________________
48757 [  7701] By: jhi                                   on 2000/11/15  22:52:32
48758         Log: Detypo.
48759      Branch: perl
48760            ! t/lib/bigfltpm.t
48761 ____________________________________________________________________________
48762 [  7700] By: jhi                                   on 2000/11/15  22:51:56
48763         Log: UINT64_C() work continues.
48764      Branch: perl
48765            ! handy.h perl.h utf8.h
48766 ____________________________________________________________________________
48767 [  7699] By: jhi                                   on 2000/11/15  14:13:04
48768         Log: SOCKS has its own USE_THREADS, based on
48769              
48770              Subject: [ID 20001114.002] et. al. bugfix followup
48771              From: Jens Hamisch <jens@Strawberry.COM> 
48772              Date: Wed, 15 Nov 2000 14:23:11 +0100
48773              Message-ID: <20001115142311.A21164@Strawberry.COM>
48774      Branch: perl
48775            ! perl.h
48776 ____________________________________________________________________________
48777 [  7698] By: jhi                                   on 2000/11/15  03:50:56
48778         Log: Add few missing #undefs and sort them.
48779      Branch: perl
48780            ! fakesdio.h
48781 ____________________________________________________________________________
48782 [  7697] By: jhi                                   on 2000/11/15  03:39:14
48783         Log: Linenumber fix.
48784      Branch: perl
48785            ! t/pragma/warn/utf8
48786 ____________________________________________________________________________
48787 [  7696] By: jhi                                   on 2000/11/15  02:55:26
48788         Log: EBCDIC tweaks.
48789              
48790              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
48791              From: Peter Prymmer <pvhp@forte.com>
48792              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
48793              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
48794      Branch: perl
48795            ! t/op/regmesg.t t/pragma/warn/utf8
48796 ____________________________________________________________________________
48797 [  7695] By: jhi                                   on 2000/11/15  02:53:58
48798         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
48799              From: Peter Prymmer <pvhp@forte.com>
48800              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
48801              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
48802      Branch: perl
48803            ! utf8.c
48804 ____________________________________________________________________________
48805 [  7694] By: jhi                                   on 2000/11/15  02:50:55
48806         Log: Subject: [PATCH: perl@7674] updates to README.os390
48807              From: Prymmer/Kahn <pvhp@best.com>
48808              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
48809              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
48810      Branch: perl
48811            ! README.os390
48812 ____________________________________________________________________________
48813 [  7693] By: jhi                                   on 2000/11/15  02:48:37
48814         Log: Quit utf8_to_uv() instantly if curlen == 0.
48815      Branch: perl
48816            ! utf8.c
48817 ____________________________________________________________________________
48818 [  7692] By: jhi                                   on 2000/11/15  02:24:29
48819         Log: Use u_int32_t for the size of hash_cb(), not size_t.
48820              
48821              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
48822              From: Jens Hamisch <jens@Strawberry.COM>     
48823              Date: Tue, 14 Nov 2000 19:03:55 +0100
48824              Message-Id: <20001114190355.A20559@Strawberry.COM>
48825      Branch: perl
48826            ! ext/DB_File/DB_File.xs
48827 ____________________________________________________________________________
48828 [  7691] By: jhi                                   on 2000/11/15  02:20:12
48829         Log: Use UINT64_C().
48830              
48831              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
48832              From: Jens Hamisch <jens@Strawberry.COM>
48833              Date: Tue, 14 Nov 2000 19:16:23 +0100
48834              Message-Id: <20001114191623.G20559@Strawberry.COM>
48835      Branch: perl
48836            ! utf8.c utf8.h
48837 ____________________________________________________________________________
48838 [  7690] By: jhi                                   on 2000/11/15  02:17:06
48839         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
48840              (a macro to define signed and unsigned integer constants).
48841      Branch: perl
48842            ! handy.h
48843 ____________________________________________________________________________
48844 [  7689] By: jhi                                   on 2000/11/15  01:56:51
48845         Log: Regen Configure.
48846      Branch: perl
48847            ! Configure
48848 ____________________________________________________________________________
48849 [  7688] By: jhi                                   on 2000/11/15  01:56:32
48850         Log: Make the unit know about SOCKS.
48851      Branch: metaconfig
48852            ! U/protos/socksizetype.U
48853 ____________________________________________________________________________
48854 [  7687] By: jhi                                   on 2000/11/15  01:54:47
48855         Log: Remove unused dependencies.
48856      Branch: metaconfig
48857            ! U/compline/d_getpagsz.U
48858 ____________________________________________________________________________
48859 [  7686] By: nick                                  on 2000/11/14  21:25:13
48860         Log: Integrate mainline.
48861      Branch: perlio
48862           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
48863           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
48864           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
48865           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
48866           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
48867           !> win32/config.bc win32/config.gc win32/config.vc
48868           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
48869 ____________________________________________________________________________
48870 [  7685] By: jhi                                   on 2000/11/14  17:54:56
48871         Log: Integrate perlio.
48872      Branch: perl
48873           +> fakesdio.h perliol.h
48874           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
48875           !> perlsdio.h perlsfio.h pod/perlfunc.pod
48876 ____________________________________________________________________________
48877 [  7684] By: nick                                  on 2000/11/14  17:43:04
48878         Log: PerlIO #include and #ifdef re-work.
48879      Branch: perlio
48880            + fakesdio.h perliol.h
48881            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
48882            ! perlsdio.h perlsfio.h
48883 ____________________________________________________________________________
48884 [  7683] By: jhi                                   on 2000/11/14  15:42:40
48885         Log: Hoist the duplicated socket/netdb include logic to perl.h;
48886              undef SETERRNO in case SOCKS has defined it.  Based on:
48887              
48888              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
48889              From: Jens Hamisch <jens@Strawberry.COM> 
48890              Date: Tue, 14 Nov 2000 11:34:40 +0100
48891              Message-Id: <20001114113440.A20005@Strawberry.COM>
48892      Branch: perl
48893            ! doio.c perl.h pp_sys.c
48894 ____________________________________________________________________________
48895 [  7682] By: jhi                                   on 2000/11/14  14:07:28
48896         Log: Subject: some additions for makefiles for win32 (for perl@7674)
48897              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48898              Date: Tue, 14 Nov 2000 09:31:13 +0300
48899              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
48900      Branch: perl
48901            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
48902            ! win32/makefile.mk
48903 ____________________________________________________________________________
48904 [  7681] By: jhi                                   on 2000/11/14  14:01:41
48905         Log: Subject: tiny typo in perl5db.pl
48906              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
48907              Date: Tue, 14 Nov 2000 09:29:28 +0300
48908              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
48909      Branch: perl
48910            ! lib/perl5db.pl
48911 ____________________________________________________________________________
48912 [  7680] By: jhi                                   on 2000/11/14  04:13:50
48913         Log: Redo #7679 with LFs instead of CRLFs.
48914      Branch: perl
48915            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
48916            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
48917            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
48918 ____________________________________________________________________________
48919 [  7679] By: jhi                                   on 2000/11/14  01:21:09
48920         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
48921              From: Benjamin Stuhl <tiriath@yahoo.com> 
48922              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
48923              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
48924      Branch: perl
48925            + win32/bin/mdelete.bat
48926            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
48927            ! makedef.pl perlio.c win32/Makefile win32/config.gc
48928            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
48929 ____________________________________________________________________________
48930 [  7678] By: jhi                                   on 2000/11/14  01:19:20
48931         Log: Fix the re extension building for Win32.
48932              
48933              Subject: [PATCH perl@7638] Get PerlIO building on Win32
48934              From: Benjamin Stuhl <tiriath@yahoo.com> 
48935              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
48936              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
48937      Branch: perl
48938            + ext/re/hints/MSWin32.pl
48939            ! MANIFEST
48940 ____________________________________________________________________________
48941 [  7677] By: jhi                                   on 2000/11/14  01:13:54
48942         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
48943              From: sthoenna@efn.org
48944              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
48945              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
48946      Branch: perl
48947            ! doop.c pp.c toke.c utf8.c utf8.h
48948 ____________________________________________________________________________
48949 [  7676] By: jhi                                   on 2000/11/13  20:23:15
48950         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
48951              From: Nicholas Clark <nick@ccl4.org>
48952              Date: Mon, 13 Nov 2000 18:55:04 +0000
48953              Message-ID: <20001113185504.J29183@plum.flirble.org>
48954      Branch: perl
48955            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
48956 ____________________________________________________________________________
48957 [  7675] By: nick                                  on 2000/11/13  20:21:57
48958         Log: Integrate mainline ...
48959      Branch: perlio
48960           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
48961           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
48962           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
48963           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
48964 ____________________________________________________________________________
48965 [  7674] By: jhi                                   on 2000/11/13  15:07:56
48966         Log: Update Changes.
48967      Branch: perl
48968            ! Changes patchlevel.h
48969 ____________________________________________________________________________
48970 [  7673] By: jhi                                   on 2000/11/13  14:42:42
48971         Log: Remove the new two tests of lib/io_xs for now, they seem to
48972              fail under perlio on some platforms.
48973      Branch: perl
48974            ! t/lib/io_xs.t
48975 ____________________________________________________________________________
48976 [  7672] By: jhi                                   on 2000/11/13  13:57:53
48977         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
48978      Branch: perl
48979            ! perlio.c
48980 ____________________________________________________________________________
48981 [  7671] By: jhi                                   on 2000/11/13  05:30:48
48982         Log: Placate nervous compilers that see longer than ints switch()ing.
48983      Branch: perl
48984            ! utf8.c
48985 ____________________________________________________________________________
48986 [  7670] By: jhi                                   on 2000/11/13  05:14:21
48987         Log: fputs() does return EOF on error but here we don't care.
48988      Branch: perl
48989            ! perlio.c
48990 ____________________________________________________________________________
48991 [  7669] By: jhi                                   on 2000/11/13  05:02:45
48992         Log: Declare reg_data like reg_substr_data.
48993      Branch: perl
48994            ! regexp.h
48995 ____________________________________________________________________________
48996 [  7668] By: jhi                                   on 2000/11/13  04:54:34
48997         Log: Typos in #7667.
48998      Branch: perl
48999            ! perl.h
49000 ____________________________________________________________________________
49001 [  7667] By: jhi                                   on 2000/11/13  04:49:49
49002         Log: Cleanup messy #ifdef.
49003      Branch: perl
49004            ! perl.h
49005 ____________________________________________________________________________
49006 [  7666] By: jhi                                   on 2000/11/13  04:17:34
49007         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
49008              From: Nicholas Clark <nick@talking.bollo.cx>
49009              Date: Sun, 12 Nov 2000 21:14:11 +0000
49010              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
49011              
49012              Note: only one breakage of the two reported is fixed by this patch.
49013      Branch: perl
49014            ! perlio.c
49015 ____________________________________________________________________________
49016 [  7665] By: jhi                                   on 2000/11/13  04:05:07
49017         Log: Tweak the definition of the bit complement on UTF-8 data:
49018              if none of the characters in the string are > 0xff,
49019              the result is a complemented byte string, not a (UTF-8)
49020              char string.  Based on the summary in
49021              
49022              Subject: Re: [ID 20000918.005] ~ on wide chars
49023              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
49024              Date: Fri, 10 Nov 2000 09:47:15 -0800
49025              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
49026              
49027              This should give us the maximum backward (pre-char string)
49028              compatibility and utf8 compatibility.  The other alternative
49029              would be to limit the bit complement to be always byte only,
49030              taking the least significant byte of the chars.
49031      Branch: perl
49032            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
49033 ____________________________________________________________________________
49034 [  7664] By: jhi                                   on 2000/11/13  00:23:44
49035         Log: Couple of tests from #7660 salvaged.
49036      Branch: perl
49037            - t/op/tell.t
49038            ! MANIFEST t/io/tell.t
49039 ____________________________________________________________________________
49040 [  7663] By: jhi                                   on 2000/11/13  00:02:48
49041         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
49042              From: Nicholas Clark <nick@talking.bollo.cx>
49043              Date: Sun, 12 Nov 2000 21:23:43 +0000
49044              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
49045      Branch: perl
49046            ! perlsfio.h
49047 ____________________________________________________________________________
49048 [  7662] By: jhi                                   on 2000/11/13  00:01:39
49049         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
49050              From: Nicholas Clark <nick@talking.bollo.cx>
49051              Date: Sun, 12 Nov 2000 21:30:04 +0000
49052              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
49053      Branch: perl
49054            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
49055 ____________________________________________________________________________
49056 [  7661] By: jhi                                   on 2000/11/12  23:57:29
49057         Log: Document tell() on special streams.
49058      Branch: perl
49059            ! pod/perlfunc.pod
49060 ____________________________________________________________________________
49061 [  7660] By: jhi                                   on 2000/11/12  23:54:22
49062         Log: (Subsumed by #7664)
49063      Branch: perl
49064            + t/op/tell.t
49065            ! MANIFEST
49066 ____________________________________________________________________________
49067 [  7659] By: jhi                                   on 2000/11/12  22:55:25
49068         Log: Many subdocumented return values of the IO extension now documented.
49069              ungetc and write still left subdocumented.
49070              
49071              Subject: [PATCH] (was Re: IO::Handle::ungetc)
49072              From: Nicholas Clark <nick@talking.bollo.cx>
49073              Date: Sun, 12 Nov 2000 21:35:53 +0000
49074              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
49075      Branch: perl
49076            ! ext/IO/lib/IO/Handle.pm
49077 ____________________________________________________________________________
49078 [  7658] By: jhi                                   on 2000/11/12  21:37:06
49079         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
49080              From: Nicholas Clark <nick@talking.bollo.cx>
49081              Date: Sun, 12 Nov 2000 20:03:22 +0000
49082              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
49083      Branch: perl
49084            ! pod/perlfunc.pod
49085 ____________________________________________________________________________
49086 [  7657] By: jhi                                   on 2000/11/12  20:34:55
49087         Log: Integrate perlio.
49088      Branch: perl
49089           !> perlio.c
49090 ____________________________________________________________________________
49091 [  7656] By: nick                                  on 2000/11/12  19:25:06
49092         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
49093      Branch: perlio
49094            ! perlio.c
49095 ____________________________________________________________________________
49096 [  7655] By: nick                                  on 2000/11/12  19:09:41
49097         Log: Integrate mainline
49098      Branch: perlio
49099           +> README.solaris ext/Encode/Encode/cp1006.enc
49100           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
49101           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
49102           +> ext/Encode/Encode/iso8859-13.enc
49103           +> ext/Encode/Encode/iso8859-14.enc
49104           +> ext/Encode/Encode/iso8859-15.enc
49105           !> (integrate 34 files)
49106 ____________________________________________________________________________
49107 [  7654] By: jhi                                   on 2000/11/12  19:00:22
49108         Log: Add a metaconfig unit for fsync.
49109      Branch: metaconfig/U/perl
49110            + d_fsync.U
49111 ____________________________________________________________________________
49112 [  7653] By: jhi                                   on 2000/11/12  19:00:01
49113         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
49114      Branch: perl
49115            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49116            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49117            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49118            ! vos/config.ga.h win32/config.bc win32/config.gc
49119            ! win32/config.vc
49120 ____________________________________________________________________________
49121 [  7652] By: jhi                                   on 2000/11/11  21:12:01
49122         Log: Copy the s// information of README.hpux also to the perlrun.
49123      Branch: perl
49124            ! README.hpux pod/perlrun.pod
49125 ____________________________________________________________________________
49126 [  7651] By: jhi                                   on 2000/11/11  21:03:13
49127         Log: More README.solaris updates from Andy Dougherty.
49128      Branch: perl
49129            ! README.solaris
49130 ____________________________________________________________________________
49131 [  7650] By: jhi                                   on 2000/11/11  18:38:57
49132         Log: More descriptive error for unknown perlio layers.
49133              
49134              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49135              From: Dominic Dunlop <domo@computer.org> 
49136              Date: Sat, 11 Nov 2000 18:20:32 +0100             
49137              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
49138      Branch: perl
49139            ! perlio.c pod/perldiag.pod
49140 ____________________________________________________________________________
49141 [  7649] By: jhi                                   on 2000/11/11  18:37:52
49142         Log: MachTen doesn't really do mmap() and munmap().
49143              
49144              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
49145              From: Dominic Dunlop <domo@computer.org> 
49146              Date: Sat, 11 Nov 2000 18:20:32 +0100             
49147              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
49148      Branch: perl
49149            ! hints/machten.sh
49150 ____________________________________________________________________________
49151 [  7648] By: jhi                                   on 2000/11/11  18:36:46
49152         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
49153              From: rspier@pobox.com (Robert Spier)
49154              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
49155              Message-ID: <14861.32839.491271.985797@rls.cx>
49156      Branch: perl
49157            ! Porting/Contract pod/perltoot.pod
49158 ____________________________________________________________________________
49159 [  7647] By: jhi                                   on 2000/11/11  18:35:30
49160         Log: Simplify the getpagesize() unit by dropping the
49161              pagesize probe since it's nowadays slightly more
49162              complicated because of sysconf(). (Note: if some
49163              platform really needs the -lPW for getpagesize,
49164              I just broke it.)
49165              
49166              TODO: a new pagesize unit.
49167      Branch: metaconfig
49168            ! U/compline/d_getpagsz.U
49169 ____________________________________________________________________________
49170 [  7646] By: jhi                                   on 2000/11/11  18:33:23
49171         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
49172      Branch: perl
49173            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49174            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
49175            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49176            ! vos/config.ga.h win32/config.bc win32/config.gc
49177            ! win32/config.vc
49178 ____________________________________________________________________________
49179 [  7645] By: jhi                                   on 2000/11/11  16:45:15
49180         Log: Use sysconf() or getpagesize() to find out the pagesize.
49181      Branch: perl
49182            ! perlio.c
49183 ____________________________________________________________________________
49184 [  7644] By: jhi                                   on 2000/11/11  15:46:08
49185         Log: Integrate perlio.
49186      Branch: perl
49187           !> perlio.c
49188 ____________________________________________________________________________
49189 [  7643] By: jhi                                   on 2000/11/11  15:33:36
49190         Log: Subject: Re: [PATCH] README.solaris
49191              From: Lupe Christoph <lupe@lupe-christoph.de>
49192              Date: Sat, 11 Nov 2000 14:08:10 +0100
49193              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
49194      Branch: perl
49195            ! README.solaris
49196 ____________________________________________________________________________
49197 [  7642] By: jhi                                   on 2000/11/11  15:22:12
49198         Log: Subject: [PATCH perl@7638] cygwin port
49199              From: "Eric Fifer" <egf7@columbia.edu>            
49200              Date: Fri, 10 Nov 2000 19:30:30 -0000
49201              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
49202      Branch: perl
49203            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
49204 ____________________________________________________________________________
49205 [  7641] By: nick                                  on 2000/11/11  14:50:36
49206         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
49207              Also call "Buf" layer directly when unread'ing non-read chars.
49208      Branch: perlio
49209            ! perlio.c
49210 ____________________________________________________________________________
49211 [  7640] By: jhi                                   on 2000/11/11  02:05:02
49212         Log: Add more encoding tables.
49213      Branch: perl
49214            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
49215            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
49216            + ext/Encode/Encode/iso8859-10.enc
49217            + ext/Encode/Encode/iso8859-13.enc
49218            + ext/Encode/Encode/iso8859-14.enc
49219            + ext/Encode/Encode/iso8859-15.enc
49220            ! MANIFEST
49221 ____________________________________________________________________________
49222 [  7639] By: jhi                                   on 2000/11/10  18:49:25
49223         Log: Subject: [PATCH] README.solaris
49224              From: Andy Dougherty <doughera@lafayette.edu>
49225              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
49226              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
49227      Branch: perl
49228            + README.solaris
49229            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
49230            ! pod/perl.pod pod/perltoc.pod
49231 ____________________________________________________________________________
49232 [  7638] By: jhi                                   on 2000/11/10  15:04:15
49233         Log: Update Changes.
49234      Branch: perl
49235            ! Changes patchlevel.h
49236 ____________________________________________________________________________
49237 [  7637] By: jhi                                   on 2000/11/10  14:14:28
49238         Log: Explain better why certain regex tests are skipped.
49239              
49240              Subject: Re: tests skipped: unknown reason
49241              From: Lupe Christoph <lupe@lupe-christoph.de>
49242              Date: Fri, 10 Nov 2000 09:08:56 +0100
49243              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
49244      Branch: perl
49245            ! t/op/regexp.t
49246 ____________________________________________________________________________
49247 [  7636] By: nick                                  on 2000/11/10  13:40:00
49248         Log: Integrate mainline.
49249      Branch: perlio
49250           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
49251           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
49252           !> win32/bin/search.pl
49253 ____________________________________________________________________________
49254 [  7635] By: nick                                  on 2000/11/10  13:25:52
49255         Log: Re-instate stdio large file support via perlio.
49256      Branch: perl
49257            ! perlio.c
49258 ____________________________________________________________________________
49259 [  7634] By: jhi                                   on 2000/11/10  04:49:55
49260         Log: Amdahl UTS hints updates.
49261              
49262              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
49263              From: hom00@utsglobal.com (Harold O Morris)
49264              Date: Thu, 9 Nov 2000 20:02 PST
49265              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
49266      Branch: perl
49267            ! hints/uts.sh
49268 ____________________________________________________________________________
49269 [  7633] By: jhi                                   on 2000/11/09  23:33:28
49270         Log: Subject: [PATCH] IO::Seekable pod
49271              From: Nicholas Clark <nick@talking.bollo.cx>
49272              Date: Thu, 9 Nov 2000 20:29:45 +0000
49273              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
49274      Branch: perl
49275            ! ext/IO/lib/IO/Handle.pm
49276 ____________________________________________________________________________
49277 [  7632] By: jhi                                   on 2000/11/09  21:55:41
49278         Log: Various doc oddball characters.
49279              
49280              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
49281              From: Michael Somos <somos@grail.cba.csuohio.edu>
49282              Date: Mon, 6 Nov 2000 17:44:20 -0500
49283              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
49284      Branch: perl
49285            ! emacs/cperl-mode.el lib/unicode/syllables.txt
49286            ! win32/bin/search.pl
49287 ____________________________________________________________________________
49288 [  7631] By: jhi                                   on 2000/11/09  21:12:29
49289         Log: Subject: Re: bash -c exit and linux hints 
49290              From: "John P. Linderman" <jpl@research.att.com>
49291              Date: Thu, 02 Nov 2000 09:37:25 -0500
49292              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
49293      Branch: perl
49294            ! hints/linux.sh
49295 ____________________________________________________________________________
49296 [  7630] By: nick                                  on 2000/11/09  20:34:11
49297         Log: Integrate mainline.
49298      Branch: perlio
49299           !> (integrate 91 files)
49300 ____________________________________________________________________________
49301 [  7629] By: jhi                                   on 2000/11/09  19:46:31
49302         Log: Missing dTHXs.
49303              
49304              Subject: RE: perl@7595 builds not on cygwin
49305              From: "Eric Fifer" <egf7@columbia.edu>
49306              Date: Thu, 9 Nov 2000 19:26:50 -0000
49307              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
49308      Branch: perl
49309            ! ext/Devel/Peek/Peek.xs
49310 ____________________________________________________________________________
49311 [  7628] By: jhi                                   on 2000/11/09  14:48:27
49312         Log: Disable only the tests 99 and 166 for UTF-8 locales.
49313      Branch: perl
49314            ! t/pragma/locale.t
49315 ____________________________________________________________________________
49316 [  7627] By: jhi                                   on 2000/11/09  14:40:27
49317         Log: There's no =head3.
49318      Branch: perl
49319            ! pod/perlhack.pod
49320 ____________________________________________________________________________
49321 [  7626] By: jhi                                   on 2000/11/09  13:54:26
49322         Log: The generated boot_* headers are wrong.  Pickier compiler,
49323              such as KAI C++ will refuse to compile the resulting perlmain.
49324              
49325              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
49326              From: Harri Pasanen <harri.pasanen@trema.com>
49327              Date: Thu, 09 Nov 2000 14:23:28 +0100
49328              Message-Id: <3A0AA550.26D548A3@trema.com>
49329      Branch: perl
49330            ! minimod.pl
49331 ____________________________________________________________________________
49332 [  7625] By: jhi                                   on 2000/11/09  13:50:44
49333         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
49334              From: Prymmer/Kahn <pvhp@best.com>
49335              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
49336              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
49337              
49338              All except the "cow orker" change.
49339      Branch: perl
49340            ! Porting/pumpkin.pod
49341 ____________________________________________________________________________
49342 [  7624] By: jhi                                   on 2000/11/09  13:45:33
49343         Log: Fix for
49344              
49345              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
49346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
49347              Date: Thu, 09 Nov 2000 11:05:52 +0100
49348              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
49349      Branch: perl
49350            ! pod/perldiag.pod t/pragma/warn/pp_sys
49351 ____________________________________________________________________________
49352 [  7623] By: jhi                                   on 2000/11/09  13:37:16
49353         Log: Typo in an ifndef.
49354              
49355              Subject: Re: [PATCH 5.7.0] better messages from malloc()
49356              From: Joe Smith <jms@inwap.com>         
49357              Date: Thu, 09 Nov 2000 01:33:14 -0800
49358              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
49359      Branch: perl
49360            ! malloc.c
49361 ____________________________________________________________________________
49362 [  7622] By: jhi                                   on 2000/11/09  13:31:18
49363         Log: Remove unused extra arguments.
49364      Branch: metaconfig/U/perl
49365            ! perlxv.U
49366      Branch: perl
49367            ! Configure config_h.SH
49368 ____________________________________________________________________________
49369 [  7621] By: jhi                                   on 2000/11/09  13:16:36
49370         Log: More VMS moves on environment handling, from Charles Lane.
49371      Branch: perl
49372            ! t/pragma/locale.t
49373 ____________________________________________________________________________
49374 [  7620] By: jhi                                   on 2000/11/09  04:42:38
49375         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
49376              From: David Dyck <dcd@tc.fluke.com>
49377              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
49378              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
49379      Branch: perl
49380            ! pp_sys.c
49381 ____________________________________________________________________________
49382 [  7619] By: jhi                                   on 2000/11/09  04:36:21
49383         Log: Forgot from #7618.
49384      Branch: perl
49385            ! lib/File/stat.pm
49386 ____________________________________________________________________________
49387 [  7618] By: jhi                                   on 2000/11/09  04:28:44
49388         Log: Make deleting for %ENV work for (newer versions of) VMS,
49389              from Craig A. Berry.
49390      Branch: perl
49391            ! vms/vms.c
49392 ____________________________________________________________________________
49393 [  7617] By: jhi                                   on 2000/11/09  04:25:05
49394         Log: Subject: [PATCH] Class::Struct at compile time
49395              From: "Casey R. Tweten" <crt@kiski.net>
49396              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
49397              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
49398      Branch: perl
49399            ! lib/Class/Struct.pm
49400 ____________________________________________________________________________
49401 [  7616] By: jhi                                   on 2000/11/09  04:15:17
49402         Log: Subject: [ID 20001108.013] spelling
49403              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
49404              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
49405              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
49406      Branch: perl
49407            ! lib/ftp.pl
49408 ____________________________________________________________________________
49409 [  7615] By: jhi                                   on 2000/11/09  04:12:42
49410         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
49411              From: Peter Prymmer <pvhp@forte.com>
49412              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
49413              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
49414      Branch: perl
49415            ! configure.com
49416 ____________________________________________________________________________
49417 [  7614] By: jhi                                   on 2000/11/08  22:42:55
49418         Log: A missing aTHX_.
49419      Branch: perl
49420            ! ext/IPC/SysV/SysV.xs
49421 ____________________________________________________________________________
49422 [  7613] By: jhi                                   on 2000/11/08  19:30:21
49423         Log: Update Changes.
49424      Branch: perl
49425            ! Changes patchlevel.h
49426 ____________________________________________________________________________
49427 [  7612] By: jhi                                   on 2000/11/08  18:35:25
49428         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
49429              From: David Dyck <dcd@tc.fluke.com>
49430              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
49431              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
49432      Branch: perl
49433            ! pp_sys.c
49434 ____________________________________________________________________________
49435 [  7611] By: jhi                                   on 2000/11/08  18:30:26
49436         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
49437              From: Dominic Dunlop <domo@computer.org>
49438              Date: Tue, 7 Nov 2000 12:05:25 +0100
49439              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
49440      Branch: perl
49441            ! malloc.c
49442 ____________________________________________________________________________
49443 [  7610] By: jhi                                   on 2000/11/08  18:25:14
49444         Log: Do not test UTF-8 locales since that the tests would require
49445              polymorphic regexen.
49446      Branch: perl
49447            ! t/pragma/locale.t
49448 ____________________________________________________________________________
49449 [  7609] By: jhi                                   on 2000/11/08  17:12:51
49450         Log: Locale buglets.
49451              
49452              Subject: RE: Locales support (setlocale) fixes
49453              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49454              Date: Wed, 8 Nov 2000 20:01:39 +0300
49455              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
49456      Branch: perl
49457            ! t/pragma/locale.t util.c
49458 ____________________________________________________________________________
49459 [  7608] By: jhi                                   on 2000/11/08  17:00:16
49460         Log: Deleting $ENV{PATH} in VMS is not recommendable.
49461      Branch: perl
49462            ! t/pragma/locale.t
49463 ____________________________________________________________________________
49464 [  7607] By: jhi                                   on 2000/11/08  16:58:26
49465         Log: Subject: PATCH std stdio for (Free)BSD
49466              From: Nicholas Clark <nick@ccl4.org>
49467              Date: Wed, 8 Nov 2000 15:36:29 +0000
49468              Message-ID: <20001108153629.D98736@plum.flirble.org>
49469      Branch: metaconfig
49470            ! U/compline/d_stdstdio.U
49471      Branch: perl
49472            ! Configure config_h.SH
49473 ____________________________________________________________________________
49474 [  7606] By: jhi                                   on 2000/11/08  16:43:31
49475         Log: Forgot to bump the line numbers in #7601.
49476      Branch: perl
49477            ! t/pragma/warn/pp_sys
49478 ____________________________________________________________________________
49479 [  7605] By: jhi                                   on 2000/11/08  16:39:12
49480         Log: More careful detection of how well NVs and UVs mix.
49481              
49482              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))
49483              From: Nicholas Clark <nick@ccl4.org>
49484              Date: Wed, 8 Nov 2000 15:14:12 +0000
49485              Message-ID: <20001108151412.B98736@plum.flirble.org>
49486              
49487              Added some SIGFPE paranoia.
49488      Branch: metaconfig/U/perl
49489            ! perlxv.U
49490      Branch: perl
49491            ! Configure config_h.SH
49492 ____________________________________________________________________________
49493 [  7604] By: jhi                                   on 2000/11/08  14:39:10
49494         Log: Subject: [patch perl@7595] VMS configure.com tweak
49495              From: "Craig A. Berry" <craigberry@mac.com>
49496              Date: Wed, 8 Nov 2000 00:24:12 -0600
49497              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
49498      Branch: perl
49499            ! configure.com
49500 ____________________________________________________________________________
49501 [  7603] By: jhi                                   on 2000/11/08  14:27:11
49502         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
49503              From: Robin Barker <rmb1@cise.npl.co.uk>
49504              Date: Wed, 8 Nov 2000 11:11:39 GMT
49505              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
49506      Branch: perl
49507            ! perlio.c
49508 ____________________________________________________________________________
49509 [  7602] By: jhi                                   on 2000/11/08  14:25:03
49510         Log: Fix for the tie-refhash string table leaks.
49511              
49512              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
49513              Date: Wed, 8 Nov 2000 13:03:04 GMT
49514              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
49515      Branch: perl
49516            ! t/lib/tie-refhash.t
49517 ____________________________________________________________________________
49518 [  7601] By: jhi                                   on 2000/11/08  14:21:08
49519         Log: Try to avoid flockless and emulationless places.
49520      Branch: perl
49521            ! t/pragma/warn/pp_sys
49522 ____________________________________________________________________________
49523 [  7600] By: jhi                                   on 2000/11/08  02:28:54
49524         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
49525              
49526              Subject: [PATCH] prototyped functions that should be overrideable
49527              From: "Casey R. Tweten" <crt@kiski.net>
49528              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
49529              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
49530      Branch: perl
49531            ! toke.c
49532 ____________________________________________________________________________
49533 [  7599] By: jhi                                   on 2000/11/08  01:12:05
49534         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
49535              
49536              Subject: [PATCH] perlbug.PL
49537              From: "Kurt D. Starsinic" <kstar@chapin.edu>
49538              Date: Mon, 6 Nov 2000 21:39:01 -0500
49539              Message-ID: <20001106213901.B20955@O2.chapin.edu>
49540      Branch: perl
49541            ! utils/perlbug.PL
49542 ____________________________________________________________________________
49543 [  7598] By: jhi                                   on 2000/11/07  23:42:00
49544         Log: Bad thinko in #7581 (I used the test program with the expanded
49545              values as-is).
49546      Branch: metaconfig
49547            ! U/compline/d_stdstdio.U
49548      Branch: perl
49549            ! Configure
49550 ____________________________________________________________________________
49551 [  7597] By: jhi                                   on 2000/11/07  21:43:29
49552         Log: Subject: [PATCH perl@7573] cygwin port
49553              From: "Fifer, Eric" <EFifer@sanwaint.com>
49554              Date: Tue, 7 Nov 2000 18:08:51 -0000 
49555              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
49556              
49557              Synchronize with Cygwin 1.1.5.
49558      Branch: perl
49559            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
49560            ! pod/perlport.pod unixish.h util.c
49561 ____________________________________________________________________________
49562 [  7596] By: jhi                                   on 2000/11/07  21:39:25
49563         Log: perlhack updates from H.Merijn Brand.
49564      Branch: perl
49565            ! pod/perlhack.pod
49566 ____________________________________________________________________________
49567 [  7595] By: jhi                                   on 2000/11/07  20:21:41
49568         Log: Update Changes.
49569      Branch: perl
49570            ! Changes patchlevel.h
49571 ____________________________________________________________________________
49572 [  7594] By: jhi                                   on 2000/11/07  19:18:58
49573         Log: Be more robust in Dynaloader.pm.
49574      Branch: perl
49575            ! ext/DynaLoader/DynaLoader_pm.PL
49576 ____________________________________________________________________________
49577 [  7593] By: jhi                                   on 2000/11/07  16:49:31
49578         Log: AUTHORS update.
49579      Branch: perl
49580            ! AUTHORS
49581 ____________________________________________________________________________
49582 [  7592] By: gsar                                  on 2000/11/07  16:39:51
49583         Log: normalize relative paths in virtualized current directory on windows,
49584              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
49585              returns)
49586      Branch: perl
49587            ! win32/vdir.h
49588 ____________________________________________________________________________
49589 [  7591] By: jhi                                   on 2000/11/07  16:04:26
49590         Log: Too profiler-happy: with optimization the #7590 actually makes
49591              the test to run 0.5% _slower_.  Requires much more instrumentation.
49592              Retract #7590.
49593      Branch: perl
49594            ! regcomp.c regcomp.h
49595 ____________________________________________________________________________
49596 [  7590] By: jhi                                   on 2000/11/07  15:51:13
49597         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
49598              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
49599              by using memset() and testing bytewise (as opposed to bitwise).
49600      Branch: perl
49601            ! regcomp.c regcomp.h
49602 ____________________________________________________________________________
49603 [  7589] By: jhi                                   on 2000/11/07  12:56:39
49604         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
49605              From: "Craig A. Berry" <craig.berry@psinetcs.com>
49606              Date: Mon, 06 Nov 2000 23:45:30 -0500
49607              Message-Id: <0011079735.AA973576259@univpress.com>
49608      Branch: perl
49609            ! configure.com t/lib/st-lock.t
49610 ____________________________________________________________________________
49611 [  7588] By: jhi                                   on 2000/11/07  01:03:28
49612         Log: Tweak #7587.
49613      Branch: perl
49614            ! pod/perldiag.pod
49615 ____________________________________________________________________________
49616 [  7587] By: jhi                                   on 2000/11/07  01:00:27
49617         Log: A doc addition for bug id 20001105.019, beware \p.
49618      Branch: perl
49619            ! pod/perldiag.pod
49620 ____________________________________________________________________________
49621 [  7586] By: jhi                                   on 2000/11/07  00:32:22
49622         Log: Fake support of holey files in win/dosish platforms.
49623              
49624              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
49625              From: kipp@shonanblue.ne.jp
49626              Date: Mon, 6 Nov 2000 13:30:55 -0800
49627              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
49628      Branch: perl
49629            ! ext/SDBM_File/sdbm/sdbm.c
49630 ____________________________________________________________________________
49631 [  7585] By: jhi                                   on 2000/11/07  00:12:54
49632         Log: Subject: Pod updates
49633              From: "Stephen P. Potter" <spp@spotter.yi.org>
49634              Date: Mon, 06 Nov 2000 18:56:43 -0500
49635              Message-Id: <200011062357.SAA18173@spotter.yi.org>
49636      Branch: perl
49637            ! README.dos README.os2 README.win32 pod/buildtoc.PL
49638            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
49639            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
49640            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
49641            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
49642            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
49643            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
49644            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
49645            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
49646            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
49647            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
49648            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
49649            ! pod/perltootc.pod pod/perlunicode.pod
49650 ____________________________________________________________________________
49651 [  7584] By: jhi                                   on 2000/11/07  00:04:17
49652         Log: Varargs don't always work too well if one puts an unsigned
49653              char on the stack and pop an unsigned quad off the stack.
49654              
49655              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
49656              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
49657              Date: Mon, 06 Nov 2000 15:19:05 -0800
49658              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
49659      Branch: perl
49660            ! utf8.c
49661 ____________________________________________________________________________
49662 [  7583] By: jhi                                   on 2000/11/06  23:58:48
49663         Log: %ENV note tweaks from Dan Sugalski.
49664      Branch: perl
49665            ! pod/perlport.pod vms/perlvms.pod
49666 ____________________________________________________________________________
49667 [  7582] By: jhi                                   on 2000/11/06  23:05:49
49668         Log: glibc5 detection by __GNU_LIBRARY__.
49669      Branch: perl
49670            ! toke.c
49671 ____________________________________________________________________________
49672 [  7581] By: jhi                                   on 2000/11/06  22:51:29
49673         Log: Make the stdio test program of 7427 less noisy while being 
49674              compiled so that Digital UNIX wouldn't get both
49675              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
49676              undefined.  This makes perlio happy.
49677      Branch: metaconfig
49678            ! U/compline/d_stdstdio.U
49679      Branch: perl
49680            ! Configure config_h.SH
49681 ____________________________________________________________________________
49682 [  7580] By: jhi                                   on 2000/11/06  22:41:41
49683         Log: Document %ENV = () portability issues.
49684      Branch: perl
49685            ! pod/perlport.pod vms/perlvms.pod
49686 ____________________________________________________________________________
49687 [  7579] By: jhi                                   on 2000/11/06  21:29:24
49688         Log: VOS updates from Paul Green.
49689      Branch: perl
49690            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
49691 ____________________________________________________________________________
49692 [  7578] By: jhi                                   on 2000/11/06  21:00:40
49693         Log: Sanitize the environment further.
49694      Branch: perl
49695            ! t/pragma/locale.t
49696 ____________________________________________________________________________
49697 [  7577] By: jhi                                   on 2000/11/06  20:53:51
49698         Log: Re-introduce 7552 lost in integration.
49699      Branch: perl
49700            ! perlio.c
49701 ____________________________________________________________________________
49702 [  7576] By: jhi                                   on 2000/11/06  20:33:46
49703         Log: Admit that the test leaks scalars.
49704      Branch: perl
49705            ! t/comp/proto.t
49706 ____________________________________________________________________________
49707 [  7575] By: jhi                                   on 2000/11/06  20:17:08
49708         Log: Integrate perlio.
49709      Branch: perl
49710           !> perlio.c
49711 ____________________________________________________________________________
49712 [  7574] By: nick                                  on 2000/11/06  20:07:28
49713         Log: Remove debug. Try (Mmap_t) on madvise() call.
49714      Branch: perlio
49715            ! perlio.c
49716 ____________________________________________________________________________
49717 [  7573] By: jhi                                   on 2000/11/06  13:56:05
49718         Log: Update Changes.
49719      Branch: perl
49720            ! Changes patchlevel.h
49721 ____________________________________________________________________________
49722 [  7572] By: jhi                                   on 2000/11/06  13:48:41
49723         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
49724              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49725              Date: Mon, 06 Nov 2000 10:11:42 +0100
49726              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
49727      Branch: perl
49728            ! pod/perlhack.pod
49729 ____________________________________________________________________________
49730 [  7571] By: jhi                                   on 2000/11/06  01:45:51
49731         Log: AUTHORS updates.
49732      Branch: perl
49733            ! AUTHORS
49734 ____________________________________________________________________________
49735 [  7570] By: jhi                                   on 2000/11/06  00:18:00
49736         Log: Fix for
49737              
49738              Subject: [ID 20000728.005] perl -P broken
49739              From: David Dyck <dcd@tc.fluke.com>
49740              Date: Fri, 28 Jul 2000 17:19:16 -0700
49741              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
49742              
49743              (hopefully).  The fix is also not complete, it seems to break
49744              BOM swallowing for libc5 systems, but until someone figures
49745              out a way to do this without ftell(), this will do.
49746      Branch: perl
49747            ! toke.c
49748 ____________________________________________________________________________
49749 [  7569] By: jhi                                   on 2000/11/06  00:05:30
49750         Log: Document that the evaled syntax errors cause scalar leaks.
49751      Branch: perl
49752            ! t/comp/proto.t
49753 ____________________________________________________________________________
49754 [  7568] By: jhi                                   on 2000/11/05  23:14:47
49755         Log: opmini.o can linger from Configures past.
49756      Branch: perl
49757            ! Makefile.SH
49758 ____________________________________________________________________________
49759 [  7567] By: jhi                                   on 2000/11/05  21:28:39
49760         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
49761              first argument correctly.
49762      Branch: perl
49763            ! perlio.c
49764 ____________________________________________________________________________
49765 [  7566] By: jhi                                   on 2000/11/05  21:15:56
49766         Log: Integrate perlio.
49767      Branch: perl
49768           !> perlio.c
49769 ____________________________________________________________________________
49770 [  7565] By: jhi                                   on 2000/11/05  21:15:13
49771         Log: Use -dM for gcc (the suggested patch did it only for Linux,
49772              but I think it can be generalized).
49773              
49774              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
49775              From: Pixel <pixel@mandrakesoft.com>
49776              Date: 05 Nov 2000 21:49:34 +0100 
49777              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
49778      Branch: perl
49779            ! ext/Errno/Errno_pm.PL
49780 ____________________________________________________________________________
49781 [  7564] By: nick                                  on 2000/11/05  21:09:18
49782         Log: Added a mmap layer as a "subclass" of perlio.
49783              PERLIO=mmap ./perl harness passes
49784      Branch: perlio
49785            ! perlio.c
49786 ____________________________________________________________________________
49787 [  7563] By: jhi                                   on 2000/11/05  19:48:55
49788         Log: Add a note for future generations about bug id 20000229.006.
49789      Branch: perl
49790            ! malloc.c
49791 ____________________________________________________________________________
49792 [  7562] By: jhi                                   on 2000/11/05  19:38:24
49793         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
49794      Branch: perl
49795            ! pp_ctl.c t/op/pos.t
49796 ____________________________________________________________________________
49797 [  7561] By: jhi                                   on 2000/11/05  18:21:46
49798         Log: Add =pod to be tidy.
49799      Branch: perl
49800            ! lib/Math/Complex.pm
49801 ____________________________________________________________________________
49802 [  7560] By: jhi                                   on 2000/11/05  17:38:46
49803         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
49804      Branch: perl
49805            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
49806            ! ext/Storable/Storable.xs t/lib/st-recurse.t
49807 ____________________________________________________________________________
49808 [  7559] By: jhi                                   on 2000/11/05  17:32:59
49809         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
49810              From: "Peter J. Farley III" <pjfarley@banet.net>
49811              Date: Sun, 05 Nov 2000 11:55:59 -0500
49812              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
49813      Branch: perl
49814            ! t/lib/syslog.t
49815 ____________________________________________________________________________
49816 [  7558] By: jhi                                   on 2000/11/05  17:29:19
49817         Log: Integrate perlio.
49818      Branch: perl
49819           !> perlio.c
49820 ____________________________________________________________________________
49821 [  7557] By: jhi                                   on 2000/11/05  17:22:01
49822         Log: A fix of sorts for 20000329.026, a better error message
49823              for a missing "use charnames" when using the \N{...}. 
49824      Branch: perl
49825            ! pod/perldiag.pod toke.c
49826 ____________________________________________________________________________
49827 [  7556] By: jhi                                   on 2000/11/05  16:33:50
49828         Log: Test tweak: show also the failed locales.
49829              
49830              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
49831              From: Lupe Christoph <lupe@lupe-christoph.de>         
49832              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
49833              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
49834      Branch: perl
49835            ! t/pragma/locale.t
49836 ____________________________________________________________________________
49837 [  7555] By: nick                                  on 2000/11/05  11:09:34
49838         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
49839              open RDWR so does not fail. (pragma/warnings 303 again...)
49840      Branch: perlio
49841            ! perlio.c
49842 ____________________________________________________________________________
49843 [  7554] By: nick                                  on 2000/11/05  10:10:13
49844         Log: Fix case where ungetc(f,EOF) was allowed.
49845              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
49846              so we can see similarities.
49847              Use types more carefully and a STDCHAR array in hope that this will
49848              fix Jarrko's 64bit machine.
49849      Branch: perlio
49850            ! perlio.c
49851 ____________________________________________________________________________
49852 [  7553] By: jhi                                   on 2000/11/05  01:12:16
49853         Log: Fix for
49854              
49855              Subject: [ID 20001004.007] taint propogation is inconsistent
49856              From: pimlott@idiomtech.com (Andrew Pimlott) 
49857              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
49858              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
49859              
49860              The culprit was sv_setsv() which was rather blindly
49861              propagating taint, which lead to behaviour where if
49862              a tainted anon hash value was seen all the hash values
49863              from then on at that level became tainted, or at any
49864              upper levels in the case of nested anon hashes.
49865      Branch: perl
49866            ! sv.c t/op/taint.t
49867 ____________________________________________________________________________
49868 [  7552] By: jhi                                   on 2000/11/04  23:44:18
49869         Log: Some cpps don't like splitting conditionals across several lines.
49870      Branch: perl
49871            ! perlio.c
49872 ____________________________________________________________________________
49873 [  7551] By: nick                                  on 2000/11/04  23:40:44
49874         Log: Integrate mainline
49875      Branch: perlio
49876           !> pp_hot.c t/op/taint.t
49877 ____________________________________________________________________________
49878 [  7550] By: nick                                  on 2000/11/04  23:39:05
49879         Log: Integrate mainline again
49880      Branch: perlio
49881           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
49882           !> t/lib/b.t t/op/misc.t util.c
49883 ____________________________________________________________________________
49884 [  7549] By: jhi                                   on 2000/11/04  23:14:01
49885         Log: Fix for
49886              
49887              Subject: [ID 20001004.006] undef is never tainted
49888              From: pimlott@idiomtech.com (Andrew Pimlott)
49889              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
49890              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
49891              
49892              An undef read from a slurped file was not tainted.
49893      Branch: perl
49894            ! pp_hot.c t/op/taint.t
49895 ____________________________________________________________________________
49896 [  7548] By: jhi                                   on 2000/11/04  22:56:21
49897         Log: Test tweak ($Config{useperlio} is by default undef) .
49898      Branch: perl
49899            ! t/lib/b.t
49900 ____________________________________________________________________________
49901 [  7547] By: jhi                                   on 2000/11/04  22:43:56
49902         Log: Integrate perlio.
49903      Branch: perl
49904           +> lib/perlio.pm
49905           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
49906           !> pod/perlapi.pod t/lib/b.t
49907 ____________________________________________________________________________
49908 [  7546] By: jhi                                   on 2000/11/04  22:40:59
49909         Log: Configure would use a bad $myuname from an old config.sh.
49910              
49911              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
49912              From: Andy Dougherty <doughera@lafayette.edu>
49913              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
49914              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
49915      Branch: metaconfig
49916            ! U/modified/Oldconfig.U
49917      Branch: perl
49918            ! Configure config_h.SH
49919 ____________________________________________________________________________
49920 [  7545] By: jhi                                   on 2000/11/04  22:36:54
49921         Log: Subject: Locales support (setlocale) fixes
49922              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
49923              Date: Sat, 4 Nov 2000 10:15:48 +0300 
49924              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
49925              
49926              Modified quite a bit to be more portable.
49927      Branch: perl
49928            ! embed.h embed.pl perl.h proto.h util.c
49929 ____________________________________________________________________________
49930 [  7544] By: jhi                                   on 2000/11/04  22:32:47
49931         Log: Dying is too strict here, better just skip.
49932      Branch: perl
49933            ! t/op/misc.t
49934 ____________________________________________________________________________
49935 [  7543] By: nick                                  on 2000/11/04  21:55:13
49936         Log: Merge mainline
49937      Branch: perlio
49938           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
49939           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
49940           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
49941           !> (integrate 64 files)
49942 ____________________________________________________________________________
49943 [  7542] By: jhi                                   on 2000/11/04  21:09:28
49944         Log: More Changes tweakery.
49945      Branch: perl
49946            ! Changes Porting/genlog
49947 ____________________________________________________________________________
49948 [  7541] By: jhi                                   on 2000/11/04  20:58:18
49949         Log: Changes fixups.
49950      Branch: perl
49951            ! Changes
49952 ____________________________________________________________________________
49953 [  7540] By: jhi                                   on 2000/11/04  20:42:38
49954         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
49955              create a "fast path" for locale name probing using "locale -a"
49956              if available, squash finally hopefully the s?printf resetting
49957              the numeric locale (since, IIUC perllocale, it never shouldn't). 
49958      Branch: perl
49959            ! sv.c t/op/misc.t t/pragma/locale.t
49960 ____________________________________________________________________________
49961 [  7539] By: nick                                  on 2000/11/04  19:56:10
49962         Log: PerlIO infrastructure complete.
49963      Branch: perlio
49964            + lib/perlio.pm
49965            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
49966 ____________________________________________________________________________
49967 [  7538] By: nick                                  on 2000/11/04  14:31:32
49968         Log: Type tweaks + less contorted allocation scheme
49969      Branch: perlio
49970            ! perlio.c
49971 ____________________________________________________________________________
49972 [  7537] By: nick                                  on 2000/11/04  12:40:42
49973         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
49974              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
49975              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
49976              sensible) which lead to some interesting fails.
49977      Branch: perlio
49978            ! perlio.c
49979 ____________________________________________________________________________
49980 [  7536] By: jhi                                   on 2000/11/04  00:20:02
49981         Log: Add FCNTL_CAN_LOCK.
49982              
49983              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
49984              From: Andy Dougherty <doughera@lafayette.edu>
49985              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
49986              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
49987              
49988              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
49989              From: Andy Dougherty <doughera@lafayette.edu>
49990              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
49991              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
49992      Branch: metaconfig/U/perl
49993            + d_fcntl_can_lock.U
49994            ! startperl.U
49995      Branch: perl
49996            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49997            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
49998            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
49999            ! vos/config.ga.h win32/config.bc win32/config.gc
50000            ! win32/config.vc
50001 ____________________________________________________________________________
50002 [  7535] By: nick                                  on 2000/11/03  22:19:10
50003         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
50004              - Works on Linux with
50005              perlio + unix
50006              stdio
50007              - Works on Solaris with
50008              perlio + unix
50009              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
50010              - Fails (hangs in openpid) if you try and stack
50011              perlio + stdio - Linux stdio's read() logic is hanging.
50012      Branch: perlio
50013            ! iperlsys.h perlio.c
50014 ____________________________________________________________________________
50015 [  7534] By: jhi                                   on 2000/11/03  15:16:02
50016         Log: Subject: Re: README.aix
50017              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50018              Date: Fri, 03 Nov 2000 16:03:15 +0100
50019              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
50020      Branch: perl
50021            ! README.aix
50022 ____________________________________________________________________________
50023 [  7533] By: jhi                                   on 2000/11/03  03:59:02
50024         Log: Subject: [PATCH 5.7.0] better messages from malloc()
50025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50026              Date: Wed, 1 Nov 2000 23:39:56 -0500
50027              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
50028      Branch: perl
50029            ! malloc.c pod/perldiag.pod
50030 ____________________________________________________________________________
50031 [  7532] By: jhi                                   on 2000/11/03  00:11:56
50032         Log: The #7521 touched things it shouldn't have.
50033      Branch: perl
50034            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
50035 ____________________________________________________________________________
50036 [  7531] By: jhi                                   on 2000/11/02  22:32:33
50037         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
50038              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50039              Date:     Thu, 2 Nov 2000 16:58:36 EST
50040              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
50041      Branch: perl
50042            ! vms/gen_shrfls.pl
50043 ____________________________________________________________________________
50044 [  7530] By: jhi                                   on 2000/11/02  22:08:49
50045         Log: Fix the problem discussed in
50046              
50047              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
50048              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
50049              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
50050              
50051              originally from Linc Madison.  Also Andreas König's comments
50052              taken into account.  Some other problems with Tie::SubstrHash
50053              fixed: didn't croak when the table exceeded the requested number
50054              of entries (as documented) but instead when the number of entries
50055              exceeded the size of the table, a croak() had an unnecessary \n,
50056              didn't have a CLEAR method, documented that there is no exists().
50057              Didn't fix to be strict-proof because the module uses &foo; and
50058              dynamic scope.  Added a test script exercizing both first tamely 
50059              the basic functionality, and then the failure cases reported by
50060              Linc Madison.
50061      Branch: perl
50062            + t/lib/tie-substrhash.t
50063            ! MANIFEST lib/Tie/SubstrHash.pm
50064 ____________________________________________________________________________
50065 [  7529] By: jhi                                   on 2000/11/02  17:58:08
50066         Log: recv() can fail and return undef.
50067              
50068              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
50069              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
50070              Date: Thu, 2 Nov 2000 20:12:20 +0300
50071              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
50072      Branch: perl
50073            ! lib/Net/Ping.pm
50074 ____________________________________________________________________________
50075 [  7528] By: jhi                                   on 2000/11/02  17:49:09
50076         Log: Detpyo.
50077      Branch: perl
50078            ! pod/perlop.pod
50079 ____________________________________________________________________________
50080 [  7527] By: jhi                                   on 2000/11/02  15:48:37
50081         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
50082              fix a autovivification bug in Tie::RefHash, add tests for both.
50083              
50084              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
50085              From: Edward Avis <epa98@doc.ic.ac.uk>
50086              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
50087              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
50088      Branch: perl
50089            + t/lib/tie-refhash.t
50090            ! MANIFEST lib/Tie/RefHash.pm
50091 ____________________________________________________________________________
50092 [  7526] By: jhi                                   on 2000/11/02  13:56:26
50093         Log: Test::Harness revealed buglets in the new DynaLoader.
50094              
50095              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
50096              From: andreas.koenig@anima.de (Andreas J. Koenig)
50097              Date: 02 Nov 2000 11:26:48 +0100 
50098              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
50099      Branch: perl
50100            ! ext/DynaLoader/DynaLoader_pm.PL
50101 ____________________________________________________________________________
50102 [  7525] By: jhi                                   on 2000/11/01  23:52:08
50103         Log: The entry for #7503 was missing.
50104      Branch: perl
50105            ! Changes
50106 ____________________________________________________________________________
50107 [  7524] By: jhi                                   on 2000/11/01  23:40:52
50108         Log: Update Changes.
50109      Branch: perl
50110            ! Changes patchlevel.h
50111 ____________________________________________________________________________
50112 [  7523] By: jhi                                   on 2000/11/01  22:57:09
50113         Log: More tweaking on the #7522 theme.
50114      Branch: perl
50115            ! ext/DynaLoader/DynaLoader_pm.PL
50116 ____________________________________________________________________________
50117 [  7522] By: jhi                                   on 2000/11/01  22:06:15
50118         Log: Expand %Config variables and %ENV variables only if
50119              so requested during build time using the
50120              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
50121              Not expanding makes relocating distributions easier.
50122      Branch: perl
50123            ! ext/DynaLoader/DynaLoader_pm.PL
50124 ____________________________________________________________________________
50125 [  7521] By: jhi                                   on 2000/11/01  20:56:34
50126         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
50127              and setgid() because they were just changing $< and $( which means
50128              only changing the real uid/gid, as opposed to changing both
50129              real and effective ids.  (The alternative way could have been
50130              in POSIX.pm to change $> and $), too, but making a direct call
50131              to the C API feels cleaner.)  Fixes the bug
50132              
50133              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
50134              From: "Garry T. Williams" <garry@zvolve.com>
50135              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
50136              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
50137      Branch: perl
50138            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
50139            ! ext/POSIX/typemap pod/perlvar.pod
50140 ____________________________________________________________________________
50141 [  7520] By: jhi                                   on 2000/11/01  20:08:33
50142         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
50143              From: "Garry T. Williams" <garry@zvolve.com>
50144              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
50145              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
50146      Branch: perl
50147            ! pod/perlsec.pod
50148 ____________________________________________________________________________
50149 [  7519] By: jhi                                   on 2000/11/01  20:01:22
50150         Log: Locale warning explanation tweak.
50151      Branch: perl
50152            ! pod/perldiag.pod
50153 ____________________________________________________________________________
50154 [  7518] By: jhi                                   on 2000/11/01  18:57:13
50155         Log: C.pm part of
50156              
50157              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
50158              From: Jarkko Hietaniemi <jhi@iki.fi>
50159              Date: Tue, 10 Oct 2000 08:22:28 -0500
50160              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
50161      Branch: perl
50162            ! ext/B/B/C.pm
50163 ____________________________________________________________________________
50164 [  7517] By: jhi                                   on 2000/11/01  18:41:59
50165         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
50166              From: Martien Verbruggen <mgjv@comdyn.com.au>
50167              Date: Fri, 6 Oct 2000 14:09:10 +1100
50168              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
50169      Branch: perl
50170            ! pod/perlop.pod
50171 ____________________________________________________________________________
50172 [  7516] By: jhi                                   on 2000/11/01  18:34:55
50173         Log: Generalize the Camel wording.
50174              
50175              Subject: Re: perlfaq style changes
50176              From: John Borwick <jhborwic@unity.ncsu.edu>
50177              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
50178              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
50179      Branch: perl
50180            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
50181 ____________________________________________________________________________
50182 [  7515] By: jhi                                   on 2000/11/01  16:52:31
50183         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
50184              From: pimlott@idiomtech.com (Andrew Pimlott)
50185              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
50186              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
50187      Branch: perl
50188            ! pod/perlsec.pod
50189 ____________________________________________________________________________
50190 [  7514] By: jhi                                   on 2000/11/01  15:03:40
50191         Log: More AIX lore.
50192      Branch: perl
50193            ! ext/re/hints/aix.pl
50194 ____________________________________________________________________________
50195 [  7513] By: jhi                                   on 2000/11/01  14:48:30
50196         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
50197              From: root <root@chronos.fi.muni.cz>
50198              Date: Wed, 1 Nov 2000 12:31:32 +0100
50199              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
50200      Branch: perl
50201            ! lib/Net/Ping.pm
50202 ____________________________________________________________________________
50203 [  7512] By: jhi                                   on 2000/11/01  14:46:47
50204         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
50205              From: Martin Husemann <martin@duskware.de>
50206              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
50207              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
50208      Branch: perl
50209            ! regcomp.c
50210 ____________________________________________________________________________
50211 [  7511] By: jhi                                   on 2000/11/01  14:39:50
50212         Log: AUTHORS updates.
50213      Branch: perl
50214            ! AUTHORS
50215 ____________________________________________________________________________
50216 [  7510] By: jhi                                   on 2000/11/01  14:29:50
50217         Log: Subject: [PATCH] startperl to respect versiononly
50218              From: Robin Barker <rmb1@cise.npl.co.uk> 
50219              Date: Tue, 31 Oct 2000 16:29:36 GMT
50220              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
50221      Branch: metaconfig/U/perl
50222            ! startperl.U
50223      Branch: perl
50224            ! Configure config_h.SH
50225 ____________________________________________________________________________
50226 [  7509] By: jhi                                   on 2000/11/01  14:19:53
50227         Log: printf UVs the correct way, noticed by Robin Barker.
50228      Branch: perl
50229            ! utf8.c
50230 ____________________________________________________________________________
50231 [  7508] By: jhi                                   on 2000/11/01  14:10:03
50232         Log: Do not cleanup *% because the % has special meanings in some
50233              shell environments.
50234      Branch: perl
50235            ! ext/Storable/Makefile.PL
50236 ____________________________________________________________________________
50237 [  7507] By: jhi                                   on 2000/11/01  14:06:00
50238         Log: The NonStop-UX libraries have a novel way to say NaN.
50239      Branch: perl
50240            ! t/lib/bigfltpm.t
50241 ____________________________________________________________________________
50242 [  7506] By: jhi                                   on 2000/11/01  14:03:35
50243         Log: The osname has been lowercased by now, from Tom Bates.
50244      Branch: metaconfig
50245            ! U/modified/Oldconfig.U
50246      Branch: perl
50247            ! Configure config_h.SH
50248 ____________________________________________________________________________
50249 [  7505] By: jhi                                   on 2000/10/31  19:18:39
50250         Log: The compiler is either gcc or cc, from Tom Bates.
50251      Branch: perl
50252            ! hints/nonstopux.sh
50253 ____________________________________________________________________________
50254 [  7504] By: jhi                                   on 2000/10/31  14:53:42
50255         Log: Update Changes.
50256      Branch: perl
50257            ! Changes patchlevel.h
50258 ____________________________________________________________________________
50259 [  7503] By: jhi                                   on 2000/10/31  14:30:50
50260         Log: Whitespace style tweak.  Was originally going to see to
50261              
50262              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50263              From: Joe Smith <jms@inwap.com>
50264              Date: Mon, 30 Oct 2000 18:47:57 -0800
50265              Message-Id: <39FE32DD.24AAC4D@inwap.com>
50266              
50267              but that had already been taken care of.
50268      Branch: metaconfig
50269            ! U/compline/d_stdstdio.U
50270      Branch: perl
50271            ! Configure config_h.SH
50272 ____________________________________________________________________________
50273 [  7502] By: jhi                                   on 2000/10/31  14:25:02
50274         Log: AUTHORS tweaks.
50275      Branch: perl
50276            ! AUTHORS
50277 ____________________________________________________________________________
50278 [  7501] By: jhi                                   on 2000/10/31  14:23:59
50279         Log: Subject: perlfaq style changes
50280              From: John Borwick <jhborwic@unity.ncsu.edu>
50281              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
50282              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
50283      Branch: perl
50284            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
50285            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
50286            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
50287            ! pod/perlfaq9.pod
50288 ____________________________________________________________________________
50289 [  7500] By: jhi                                   on 2000/10/31  14:22:15
50290         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
50291              
50292              Subject: Re: [ID 20000918.005] ~ on wide chars
50293              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50294              Date: Mon, 30 Oct 2000 21:09:55 -0800
50295              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
50296              
50297              (The ord() part of the patch skipped.)
50298      Branch: perl
50299            ! doop.c
50300 ____________________________________________________________________________
50301 [  7499] By: jhi                                   on 2000/10/31  14:20:08
50302         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
50303              From: Jens Hamisch <jens@Strawberry.COM>
50304              Date: Mon, 30 Oct 2000 15:17:07 +0100
50305              Message-Id: <20001030151707.A9597@Strawberry.COM>
50306      Branch: perl
50307            ! av.c
50308 ____________________________________________________________________________
50309 [  7498] By: jhi                                   on 2000/10/31  14:16:29
50310         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
50311              From: Peter Prymmer <pvhp@forte.com>
50312              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
50313              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
50314      Branch: perl
50315            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
50316            + ext/Encode/Encode/posix-bc.enc
50317            ! MANIFEST t/lib/encode.t
50318 ____________________________________________________________________________
50319 [  7497] By: jhi                                   on 2000/10/31  14:13:22
50320         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
50321              From: Peter Prymmer <pvhp@forte.com>
50322              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
50323              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
50324      Branch: perl
50325            ! t/lib/cgi-html.t
50326 ____________________________________________________________________________
50327 [  7496] By: jhi                                   on 2000/10/31  14:12:05
50328         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
50329              From: Peter Prymmer <pvhp@forte.com>
50330              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
50331              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
50332      Branch: perl
50333            ! t/lib/cgi-function.t
50334 ____________________________________________________________________________
50335 [  7495] By: jhi                                   on 2000/10/31  14:11:08
50336         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
50337              From: Peter Prymmer <pvhp@forte.com>
50338              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
50339              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
50340      Branch: perl
50341            + ext/re/hints/aix.pl
50342            ! MANIFEST ext/re/Makefile.PL
50343 ____________________________________________________________________________
50344 [  7494] By: jhi                                   on 2000/10/31  14:08:32
50345         Log: Use Errno magic.
50346              
50347              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
50348              From: Casey Tweten <perl@ctweten.amsite.com>
50349              Date: Mon, 30 Oct 2000 15:51:17 -0500
50350              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
50351      Branch: perl
50352            ! lib/File/Temp.pm
50353 ____________________________________________________________________________
50354 [  7493] By: jhi                                   on 2000/10/31  14:05:07
50355         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
50356              
50357              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
50358              From: Nicholas Clark <nick@ccl4.org>
50359              Date: Mon, 30 Oct 2000 17:38:45 +0000
50360              Message-ID: <20001030173845.O60355@plum.flirble.org>
50361      Branch: perl
50362            ! Makefile.SH utils/perlbug.PL
50363 ____________________________________________________________________________
50364 [  7492] By: nick                                  on 2000/10/30  19:37:23
50365         Log: Change files which are mysteriously different to mainline to be
50366              copies of mainline.
50367      Branch: perlio
50368            ! objXSUB.h perlapi.c pod/perlapi.pod
50369 ____________________________________________________________________________
50370 [  7491] By: nick                                  on 2000/10/30  18:05:54
50371         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
50372              - typo in endian code in putc.
50373              - Don't allow read of write-only files and vice-versa
50374              - and off-by-one in flush-all loop.
50375              Remove debug calls as they were using GCC specific features.
50376      Branch: perlio
50377            ! perlio.c
50378 ____________________________________________________________________________
50379 [  7490] By: nick                                  on 2000/10/29  21:45:45
50380         Log: Integrate mainline to perlio
50381      Branch: perlio
50382           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
50383           !> toke.c
50384 ____________________________________________________________________________
50385 [  7489] By: jhi                                   on 2000/10/29  21:11:08
50386         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
50387              From: andreas.koenig@anima.de (Andreas J. Koenig)
50388              Date: 29 Oct 2000 22:05:59 +0100
50389              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
50390      Branch: perl
50391            ! lib/ExtUtils/Manifest.pm
50392 ____________________________________________________________________________
50393 [  7488] By: jhi                                   on 2000/10/29  21:07:47
50394         Log: Tests for #7487.
50395              
50396              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
50397              From: andreas.koenig@anima.de (Andreas J. Koenig)
50398              Date: 29 Oct 2000 19:37:09 +0100
50399              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
50400      Branch: perl
50401            ! t/comp/proto.t
50402 ____________________________________________________________________________
50403 [  7487] By: jhi                                   on 2000/10/29  21:06:27
50404         Log: constsub spillage.
50405              
50406              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
50407              From: John Tobey <jtobey@john-edwin-tobey.org>
50408              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
50409              Message-Id: <m13pvSr-000FObC@feynman.localnet>
50410      Branch: perl
50411            ! op.c
50412 ____________________________________________________________________________
50413 [  7486] By: nick                                  on 2000/10/29  21:05:04
50414         Log: Integrate mainline to perlio branch
50415      Branch: perlio
50416           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
50417           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
50418           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
50419           +> vos/install_perl.cm
50420            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
50421            - vos/config.h vos/config_h.SH_orig
50422           !> (integrate 141 files)
50423 ____________________________________________________________________________
50424 [  7485] By: jhi                                   on 2000/10/29  21:00:47
50425         Log: Make \x{...} consistently produce UTF-8.
50426              
50427              Subject: Re: \x{...} is confused 
50428              From: Simon Cozens <simon@cozens.net>
50429              Date: Sun, 29 Oct 2000 19:36:48 +0000
50430              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
50431      Branch: perl
50432            ! t/pragma/utf8.t toke.c
50433 ____________________________________________________________________________
50434 [  7484] By: nick                                  on 2000/10/29  20:05:29
50435         Log: PerlIO passes all tests.
50436      Branch: perlio
50437            ! perlio.c
50438 ____________________________________________________________________________
50439 [  7483] By: jhi                                   on 2000/10/29  18:06:55
50440         Log: Update Changes.
50441      Branch: perl
50442            ! Changes patchlevel.h
50443 ____________________________________________________________________________
50444 [  7482] By: nick                                  on 2000/10/29  17:43:28
50445         Log: Include <unistd.h> to get correct lseek() prototype etc.
50446              (I thought perl.h did that) - down to two fails
50447              - comp/require.t (last test)
50448              - lib/io_xs.t - possibly import/export of FILE * ?
50449      Branch: perlio
50450            ! perlio.c
50451 ____________________________________________________________________________
50452 [  7481] By: jhi                                   on 2000/10/29  17:02:37
50453         Log: UTF-8 decoder tweak.
50454      Branch: perl
50455            ! utf8.c
50456 ____________________________________________________________________________
50457 [  7480] By: nick                                  on 2000/10/29  16:26:11
50458         Log: Fixed two bugs:
50459              - error code not being set on close (of broken pipe)
50460              - append mode was truncating.
50461              At least one seek/tell bug remains.
50462      Branch: perlio
50463            ! perlio.c
50464 ____________________________________________________________________________
50465 [  7479] By: nick                                  on 2000/10/29  11:18:16
50466         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
50467              in case of accidents. Still several worrying fails, no line disciplines yet.
50468      Branch: perlio
50469            ! iperlsys.h perlio.c
50470 ____________________________________________________________________________
50471 [  7478] By: jhi                                   on 2000/10/29  02:04:01
50472         Log: Add also emailless people.
50473      Branch: perl
50474            ! AUTHORS
50475 ____________________________________________________________________________
50476 [  7477] By: jhi                                   on 2000/10/29  01:36:00
50477         Log: The #7476 needs a MANIFEST change, too.
50478      Branch: perl
50479            ! MANIFEST
50480 ____________________________________________________________________________
50481 [  7476] By: jhi                                   on 2000/10/29  01:35:21
50482         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
50483      Branch: perl
50484            - MAINTAIN
50485            ! AUTHORS Changes
50486 ____________________________________________________________________________
50487 [  7475] By: jhi                                   on 2000/10/28  23:57:25
50488         Log: De-quoted-unreadable to ISO Latin 1.
50489              (There's one ISO-2022-JP name in Changes5.004.)
50490      Branch: perl
50491            ! Changes Changes5.6
50492 ____________________________________________________________________________
50493 [  7474] By: jhi                                   on 2000/10/28  19:13:06
50494         Log: Subject: [ID 20001027.007] uniq array in perlfaq
50495              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
50496              Date: Fri, 27 Oct 2000 19:28:30 +0200
50497              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
50498      Branch: perl
50499            ! pod/perlfaq4.pod
50500 ____________________________________________________________________________
50501 [  7473] By: jhi                                   on 2000/10/28  18:02:05
50502         Log: Locking null mutexes is not recommendable.
50503              
50504              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
50505              From: Hugo <hv@crypt.compulink.co.uk>
50506              Date: Sat, 28 Oct 2000 18:41:12 +0100
50507              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
50508      Branch: perl
50509            ! op.c
50510 ____________________________________________________________________________
50511 [  7472] By: jhi                                   on 2000/10/28  17:52:58
50512         Log: Better create a true mailing list for the repository keepers.
50513      Branch: perl
50514            ! Porting/repository.pod
50515 ____________________________________________________________________________
50516 [  7471] By: jhi                                   on 2000/10/28  17:28:24
50517         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
50518              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
50519      Branch: perl
50520            + Porting/repository.pod
50521            ! MANIFEST
50522 ____________________________________________________________________________
50523 [  7470] By: jhi                                   on 2000/10/28  17:20:54
50524         Log: Subject: DOC PATCH 5.6.0
50525              From: mjd@plover.com
50526              Date: 27 Oct 2000 17:32:44 -0000
50527              Message-ID: <20001027173244.23754.qmail@plover.com>
50528      Branch: perl
50529            ! pod/perlfunc.pod
50530 ____________________________________________________________________________
50531 [  7469] By: jhi                                   on 2000/10/28  17:16:45
50532         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
50533              From: "Peter J. Farley III" <pjfarley@banet.net>
50534              Date: Fri, 27 Oct 2000 20:32:56 -0400
50535              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
50536      Branch: perl
50537            ! README.dos
50538 ____________________________________________________________________________
50539 [  7468] By: jhi                                   on 2000/10/28  17:07:18
50540         Log: Make target reordering to avoid pointless re-makes.
50541              
50542              Subject: Re: Total re-make of 'make okfile' after 7451 ?
50543              From: Nicholas Clark <nick@ccl4.org>
50544              Date: Sat, 28 Oct 2000 00:31:02 +0100
50545              Message-ID: <20001028003101.A54517@plum.flirble.org>
50546      Branch: perl
50547            ! Makefile.SH
50548 ____________________________________________________________________________
50549 [  7467] By: jhi                                   on 2000/10/28  17:05:31
50550         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
50551              From: lvirden@cas.org
50552              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
50553              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
50554      Branch: perl
50555            ! README.os2
50556 ____________________________________________________________________________
50557 [  7466] By: jhi                                   on 2000/10/28  16:09:16
50558         Log: Upgrade to CPAN 1.58_55.
50559              
50560              Subject: CPAN.pm status
50561              From: andreas.koenig@anima.de (Andreas J. Koenig) 
50562              Date: 28 Oct 2000 08:18:00 +0200 
50563              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
50564      Branch: perl
50565            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50566 ____________________________________________________________________________
50567 [  7465] By: jhi                                   on 2000/10/28  16:02:47
50568         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
50569      Branch: perl
50570            ! embed.h embed.pl perl.h proto.h toke.c
50571 ____________________________________________________________________________
50572 [  7464] By: nick                                  on 2000/10/28  10:43:44
50573         Log: Fix for sv_2iv() on "shared" value from keys %hash.
50574      Branch: perl
50575            ! sv.c
50576 ____________________________________________________________________________
50577 [  7463] By: jhi                                   on 2000/10/27  16:18:29
50578         Log: Update Changes.
50579      Branch: perl
50580            ! Changes patchlevel.h
50581 ____________________________________________________________________________
50582 [  7462] By: jhi                                   on 2000/10/27  16:17:44
50583         Log: Too enthusiastic editing in #7460.
50584      Branch: metaconfig
50585            ! U/modified/Oldsym.U
50586      Branch: perl
50587            ! Configure config_h.SH
50588 ____________________________________________________________________________
50589 [  7461] By: jhi                                   on 2000/10/27  15:37:38
50590         Log: Retract #7459, the script needs more work.
50591      Branch: perl
50592            - mkreef
50593            ! MANIFEST
50594 ____________________________________________________________________________
50595 [  7460] By: jhi                                   on 2000/10/27  15:23:14
50596         Log: Use $sort, $uniq (and $tr) consistently as wondered
50597              by Nicholas Clark.
50598      Branch: metaconfig
50599            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
50600            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
50601            ! U/modified/libc.U
50602      Branch: perl
50603            ! Configure config_h.SH
50604 ____________________________________________________________________________
50605 [  7459] By: jhi                                   on 2000/10/27  15:02:07
50606         Log: (Retracted by #7461)
50607              
50608              Add a shell script for creating/removing symbolic link farms,
50609              useful for keeping the source code read-only and doing the
50610              builds somewhere else.
50611      Branch: perl
50612            + mkreef
50613            ! MANIFEST
50614 ____________________________________________________________________________
50615 [  7458] By: jhi                                   on 2000/10/27  14:42:20
50616         Log: Do away with the fix_pl.
50617      Branch: perl
50618            - fix_pl
50619            ! MANIFEST Makefile.SH
50620 ____________________________________________________________________________
50621 [  7457] By: jhi                                   on 2000/10/27  12:43:13
50622         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
50623              From: Jens Hamisch <jens@Strawberry.COM>
50624              Date: Fri, 27 Oct 2000 14:38:21 +0200
50625              Message-Id: <20001027143821.B3366@Strawberry.COM>
50626      Branch: perl
50627            ! perl.h
50628 ____________________________________________________________________________
50629 [  7456] By: jhi                                   on 2000/10/27  12:33:42
50630         Log: Subject: [PATCH] todo
50631              From: Nicholas Clark <nick@ccl4.org>
50632              Date: Thu, 26 Oct 2000 22:32:29 +0100
50633              Message-ID: <20001026223229.A44540@plum.flirble.org>
50634      Branch: perl
50635            ! pod/perltodo.pod
50636 ____________________________________________________________________________
50637 [  7455] By: jhi                                   on 2000/10/27  12:02:21
50638         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
50639              From: John Tobey <jtobey@john-edwin-tobey.org>
50640              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
50641              Message-Id: <m13ozHF-000FObC@feynman.localnet>
50642      Branch: perl
50643            ! op.c t/pragma/sub_lval.t
50644 ____________________________________________________________________________
50645 [  7454] By: jhi                                   on 2000/10/27  11:59:42
50646         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
50647              From: sthoenna@efn.org
50648              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
50649              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
50650      Branch: perl
50651            ! pp.c t/op/assignwarn.t
50652 ____________________________________________________________________________
50653 [  7453] By: jhi                                   on 2000/10/27  00:15:08
50654         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
50655      Branch: perl
50656            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
50657            ! ext/Storable/Storable.xs t/lib/st-lock.t
50658 ____________________________________________________________________________
50659 [  7452] By: jhi                                   on 2000/10/26  13:05:52
50660         Log: Undo #7451, this seems to be a deficiency in Perforce,
50661              there is no per-file line-terminator type, only per-client.
50662      Branch: perl
50663            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
50664            ! win32/makefile.mk
50665 ____________________________________________________________________________
50666 [  7451] By: jhi                                   on 2000/10/26  04:56:03
50667         Log: Experimenting in DOS arcana.
50668      Branch: perl
50669            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
50670            ! win32/makefile.mk
50671 ____________________________________________________________________________
50672 [  7450] By: jhi                                   on 2000/10/26  04:50:52
50673         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
50674              From: "Peter J. Farley III" <pjfarley@banet.net>            
50675              Date: Wed, 25 Oct 2000 23:10:18 -0400
50676              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
50677      Branch: perl
50678            ! t/io/open.t
50679 ____________________________________________________________________________
50680 [  7449] By: jhi                                   on 2000/10/26  04:49:16
50681         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
50682              From: Hugo <hv@crypt.compulink.co.uk>
50683              Date: Thu, 26 Oct 2000 01:55:17 +0100
50684              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
50685              
50686              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
50687      Branch: perl
50688            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
50689 ____________________________________________________________________________
50690 [  7448] By: jhi                                   on 2000/10/26  04:38:36
50691         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
50692              From: Peter Prymmer <pvhp@forte.com>
50693              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
50694              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
50695      Branch: perl
50696            ! configure.com
50697 ____________________________________________________________________________
50698 [  7447] By: jhi                                   on 2000/10/25  23:20:02
50699         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
50700              in platforms that strictly require all the symbols being present
50701              at link time.
50702      Branch: perl
50703            ! handy.h
50704 ____________________________________________________________________________
50705 [  7446] By: jhi                                   on 2000/10/25  21:55:57
50706         Log: Update Changes.
50707      Branch: perl
50708            ! Changes patchlevel.h
50709 ____________________________________________________________________________
50710 [  7445] By: jhi                                   on 2000/10/25  21:27:08
50711         Log: Integrate with vmsperl #7430 by Charles Bailey:
50712              
50713              Cleanup from prior patch (Charles Lane?):
50714              - improve handling of MFDs in Basename and Path
50715              - default to no xsubpp line # munging when building debug images
50716      Branch: perl
50717           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
50718 ____________________________________________________________________________
50719 [  7444] By: jhi                                   on 2000/10/25  21:03:50
50720         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
50721              From: John Peacock <JPeacock@UnivPress.com>
50722              Date: Thu, 18 May 2000 11:55:27 -0400
50723              Message-ID: <3924126F.A58BE57A@UnivPress.com>
50724      Branch: perl
50725            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
50726            ! t/op/write.t
50727 ____________________________________________________________________________
50728 [  7443] By: jhi                                   on 2000/10/25  20:43:10
50729         Log: Temporary stopgap for the self-tying issue: for now only
50730              array and hash self-ties are verboten.  The real fix, of
50731              course, would be to comprehensively test (and implement?)
50732              and debug (and document) self-ties.
50733      Branch: perl
50734            ! pod/perldiag.pod pp_sys.c t/op/tie.t
50735 ____________________________________________________________________________
50736 [  7442] By: jhi                                   on 2000/10/25  20:14:30
50737         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
50738              From: Dan Sugalski <dan@sidhe.org>
50739              Date: Wed, 25 Oct 2000 13:36:35 -0400
50740              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
50741              
50742              plus regen global.sym.
50743      Branch: perl
50744            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
50745            ! thrdvar.h util.c
50746 ____________________________________________________________________________
50747 [  7441] By: jhi                                   on 2000/10/25  20:12:20
50748         Log: buildtoc target tweaks.
50749      Branch: perl
50750            ! pod/Makefile.SH
50751 ____________________________________________________________________________
50752 [  7440] By: jhi                                   on 2000/10/25  20:03:53
50753         Log: A new version of making the syslog test more robust.
50754              (Replaces #7421.)
50755              
50756              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50757              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50758              Date: Wed, 25 Oct 2000 12:13:54 -0400
50759              Message-ID: <20001025121354.B2264@O2.chapin.edu>
50760      Branch: perl
50761            ! t/lib/syslog.t
50762 ____________________________________________________________________________
50763 [  7439] By: jhi                                   on 2000/10/25  20:00:48
50764         Log: Continue the internal UTF-8 API tweaking.
50765              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
50766              used much more than the simpler API, now called utf8_to_uv_simple().
50767              Still not quite happy with API, too much partial duplication
50768              of functionality.
50769      Branch: perl
50770            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
50771            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
50772            ! regcomp.c regexec.c sv.c toke.c utf8.c
50773 ____________________________________________________________________________
50774 [  7438] By: jhi                                   on 2000/10/25  18:52:30
50775         Log: Allow poking holes at the UTF-8 decoding strictness.
50776      Branch: perl
50777            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
50778            ! utf8.h
50779 ____________________________________________________________________________
50780 [  7437] By: jhi                                   on 2000/10/25  13:53:05
50781         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
50782              UTF8LEN() and UTF8SKIP(). 
50783      Branch: perl
50784            ! pp.c utf8.c utf8.h
50785 ____________________________________________________________________________
50786 [  7436] By: jhi                                   on 2000/10/25  13:51:37
50787         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
50788              From: Nicholas Clark <nick@ccl4.org>
50789              Date: Wed, 25 Oct 2000 14:44:05 +0100
50790              Message-ID: <20001025144404.D27253@plum.flirble.org>
50791      Branch: perl
50792            ! pod/perlrun.pod
50793 ____________________________________________________________________________
50794 [  7435] By: jhi                                   on 2000/10/25  13:49:32
50795         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
50796              From: Mike Guy <mjtg@cam.ac.uk>
50797              Date: Tue, 24 Oct 2000 14:59:40 +0100
50798              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
50799      Branch: perl
50800            ! scope.c
50801 ____________________________________________________________________________
50802 [  7434] By: jhi                                   on 2000/10/25  13:48:41
50803         Log: AIX is picky about its symbol exports.  Solution for now
50804              is to include the deb.o explicitly to the re extension build.
50805              
50806              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
50807              From: Peter Prymmer <pvhp@forte.com>
50808              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
50809              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
50810      Branch: perl
50811            ! ext/re/Makefile.PL hints/aix.sh
50812 ____________________________________________________________________________
50813 [  7433] By: jhi                                   on 2000/10/25  13:46:49
50814         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
50815              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50816              Date: Wed, 25 Oct 2000 12:02:20 +0200
50817              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
50818      Branch: perl
50819            ! perlsdio.h
50820 ____________________________________________________________________________
50821 [  7432] By: jhi                                   on 2000/10/25  13:44:28
50822         Log: Subject: Minor update to find2perl, for portability
50823              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
50824              Date: Wed, 25 Oct 2000 12:05:47 +0100
50825              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
50826      Branch: perl
50827            ! x2p/find2perl.PL
50828 ____________________________________________________________________________
50829 [  7431] By: jhi                                   on 2000/10/25  13:40:39
50830         Log: Add targets to Makefile.SH, most importantly
50831              'regen_all' which also remembers to update vms/perly*.
50832      Branch: perl
50833            ! Makefile.SH
50834 ____________________________________________________________________________
50835 [  7430] By: bailey                                on 2000/10/25  03:13:53
50836         Log: Cleanup from prior patch (Charles Lane?):
50837              - improve handling of MFDs in Basename and Path
50838              - default to no xsubpp line # munging when building debug images
50839      Branch: vmsperl
50840            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
50841 ____________________________________________________________________________
50842 [  7429] By: jhi                                   on 2000/10/24  20:03:40
50843         Log: Podify README.epoc and README.vos.
50844      Branch: perl
50845            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
50846            ! pod/perlport.pod pod/perltoc.pod
50847 ____________________________________________________________________________
50848 [  7428] By: jhi                                   on 2000/10/24  19:10:33
50849         Log: Stratus VOS updates from Paul Green.
50850      Branch: perl
50851            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
50852            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
50853            - vos/config.def vos/config.h vos/config_h.SH_orig
50854            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
50855            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
50856 ____________________________________________________________________________
50857 [  7427] By: jhi                                   on 2000/10/24  18:59:48
50858         Log: Check if stdio supports tweaking lval and cnt simultaneously.
50859              
50860              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
50861              From: Nicholas Clark <nick@ccl4.org>
50862              Date: Mon, 23 Oct 2000 15:39:32 +0100
50863              Message-ID: <20001023153932.A10786@plum.flirble.org>
50864      Branch: metaconfig
50865            ! U/compline/d_stdstdio.U
50866      Branch: perl
50867            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50868            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
50869            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
50870            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
50871            ! vos/config.h vos/config_h.SH_orig win32/config.bc
50872            ! win32/config.gc win32/config.vc
50873 ____________________________________________________________________________
50874 [  7426] By: jhi                                   on 2000/10/24  17:57:44
50875         Log: Missed the header file changes from #7425.
50876      Branch: perl
50877            ! embed.h embed.pl objXSUB.h proto.h
50878 ____________________________________________________________________________
50879 [  7425] By: jhi                                   on 2000/10/24  17:55:17
50880         Log: Fix the bug reported in
50881              
50882              From: andreas.koenig@anima.de (Andreas J. Koenig)
50883              Subject: Encode bug?
50884              Date: 24 Oct 2000 14:01:26 +0200 
50885              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
50886              
50887              Also make is_utf8_char() stricter.
50888      Branch: perl
50889            ! ext/Encode/Encode.xs utf8.c
50890 ____________________________________________________________________________
50891 [  7424] By: jhi                                   on 2000/10/24  15:15:39
50892         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
50893              From: Peter Scott <Peter@PSDT.com>
50894              Date: Mon, 23 Oct 2000 19:46:01 -0700
50895              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
50896      Branch: perl
50897            ! pod/perlfaq5.pod
50898 ____________________________________________________________________________
50899 [  7423] By: jhi                                   on 2000/10/24  14:25:30
50900         Log: Test tweak to avoid pulling in the whole Config.
50901      Branch: perl
50902            ! t/lib/st-lock.t
50903 ____________________________________________________________________________
50904 [  7422] By: jhi                                   on 2000/10/24  14:03:16
50905         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
50906      Branch: perl
50907            ! pp.c
50908 ____________________________________________________________________________
50909 [  7421] By: jhi                                   on 2000/10/24  13:32:09
50910         Log: (Replaced by #7440.)
50911              
50912              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
50913              From: "Kurt D. Starsinic" <kstar@chapin.edu>
50914              Date: Mon, 23 Oct 2000 16:40:54 -0400
50915              Message-ID: <20001023164054.B14491@O2.chapin.edu>
50916      Branch: perl
50917            ! t/lib/syslog.t
50918 ____________________________________________________________________________
50919 [  7420] By: jhi                                   on 2000/10/24  13:30:53
50920         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
50921              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50922              Date: Mon, 23 Oct 2000 17:29:03 -0400
50923              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
50924      Branch: perl
50925            ! lib/ExtUtils/MM_Unix.pm
50926 ____________________________________________________________________________
50927 [  7419] By: jhi                                   on 2000/10/24  13:29:57
50928         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
50929              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
50930              Date: Mon, 23 Oct 2000 19:01:32 -0400
50931              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
50932      Branch: perl
50933            ! utils/h2xs.PL
50934 ____________________________________________________________________________
50935 [  7418] By: jhi                                   on 2000/10/24  13:26:04
50936         Log: Replace #7409 with
50937              
50938              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
50939              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
50940              Date: Mon, 23 Oct 2000 20:08:56 +0200
50941              Message-ID: <20001023200855.A14850@nice.ram.loc>
50942      Branch: perl
50943            ! ext/Storable/Storable.pm t/lib/st-lock.t
50944 ____________________________________________________________________________
50945 [  7417] By: jhi                                   on 2000/10/24  13:17:52
50946         Log: Run vms/vms_yfix.pl, should have done that after changing
50947              perly.c in #7382.
50948      Branch: perl
50949            ! vms/perly_c.vms vms/perly_h.vms
50950 ____________________________________________________________________________
50951 [  7416] By: jhi                                   on 2000/10/24  02:55:33
50952         Log: Make the UTF-8 decoding stricter and more verbose when
50953              malformation happens.  This involved adding an argument
50954              to utf8_to_uv_chk(), which involved changing its prototype,
50955              and prefer STRLEN over I32 for the UTF-8 length, which as
50956              a domino effect necessitated changing the prototypes of
50957              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
50958              The stricter UTF-8 decoding checking uses Markus Kuhn's
50959              UTF-8 Decode Stress Tester from
50960              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
50961      Branch: perl
50962            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
50963            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
50964            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
50965            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
50966 ____________________________________________________________________________
50967 [  7415] By: jhi                                   on 2000/10/23  14:06:06
50968         Log: Update Changes.
50969      Branch: perl
50970            ! Changes patchlevel.h
50971 ____________________________________________________________________________
50972 [  7414] By: jhi                                   on 2000/10/23  12:39:52
50973         Log: Undo the basename() part of #7412 since the lib/basename
50974              tests would need upgrading too.
50975      Branch: perl
50976            ! lib/File/Basename.pm
50977 ____________________________________________________________________________
50978 [  7413] By: jhi                                   on 2000/10/23  12:19:27
50979         Log: Document PERL_INSTALL_ROOT of #7210.
50980      Branch: perl
50981            ! lib/ExtUtils/Install.pm
50982 ____________________________________________________________________________
50983 [  7412] By: jhi                                   on 2000/10/23  12:16:47
50984         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
50985      Branch: perl
50986            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
50987            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
50988 ____________________________________________________________________________
50989 [  7411] By: jhi                                   on 2000/10/23  12:07:41
50990         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
50991              From: Prymmer/Kahn <pvhp@best.com>
50992              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
50993              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
50994      Branch: perl
50995            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
50996 ____________________________________________________________________________
50997 [  7410] By: jhi                                   on 2000/10/23  04:10:11
50998         Log: The change #7187 was not so good on VMS.
50999              
51000              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
51001              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51002              Date: Sun, 22 Oct 2000 23:03:08 -0500
51003              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
51004      Branch: perl
51005            ! utils/perldoc.PL
51006 ____________________________________________________________________________
51007 [  7409] By: jhi                                   on 2000/10/23  03:57:36
51008         Log: Avoid Storable locking on DJGPP for now.
51009              
51010              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
51011              From: "Peter J. Farley III" <pjfarley@banet.net>
51012              Date: Sun, 22 Oct 2000 20:00:00 -0400
51013              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
51014      Branch: perl
51015            ! ext/Storable/Storable.pm t/lib/st-lock.t
51016 ____________________________________________________________________________
51017 [  7408] By: jhi                                   on 2000/10/23  03:50:24
51018         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
51019              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
51020              Date: Sun, 22 Oct 2000 21:12:22 -0400
51021              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
51022      Branch: perl
51023            ! lib/vars.pm
51024 ____________________________________________________________________________
51025 [  7407] By: jhi                                   on 2000/10/23  03:43:12
51026         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
51027              From: Hugo <hv@crypt.compulink.co.uk>
51028              Date: Mon, 23 Oct 2000 00:47:22 +0100
51029              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
51030      Branch: perl
51031            ! regexec.c t/op/pat.t
51032 ____________________________________________________________________________
51033 [  7406] By: jhi                                   on 2000/10/23  03:40:29
51034         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
51035      Branch: perl
51036            ! lib/ExtUtils/MakeMaker.pm
51037 ____________________________________________________________________________
51038 [  7405] By: jhi                                   on 2000/10/22  21:32:00
51039         Log: Doc patch.
51040              
51041              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
51042              From: rspier@pobox.com (Robert Spier)
51043              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
51044              Message-ID: <14835.16112.13457.447971@rls.cx>
51045      Branch: perl
51046            ! lib/strict.pm
51047 ____________________________________________________________________________
51048 [  7404] By: jhi                                   on 2000/10/22  21:30:51
51049         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
51050              From: rspier@pobox.com (Robert Spier)
51051              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
51052              Message-ID: <14835.17223.72448.705566@rls.cx>
51053      Branch: perl
51054            ! lib/ExtUtils/MakeMaker.pm
51055 ____________________________________________________________________________
51056 [  7403] By: jhi                                   on 2000/10/22  21:24:11
51057         Log: Subject: [PATCH bleadperl] ripples from constsub patch
51058              From: John Tobey <jtobey@john-edwin-tobey.org>
51059              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
51060              Message-Id: <m13nSOB-000FObC@feynman.localnet>
51061      Branch: perl
51062            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
51063 ____________________________________________________________________________
51064 [  7402] By: jhi                                   on 2000/10/22  20:59:35
51065         Log: Support s?printf parameter reordering.
51066      Branch: perl
51067            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
51068 ____________________________________________________________________________
51069 [  7401] By: jhi                                   on 2000/10/22  19:19:14
51070         Log: Expand %Config variables only if explicitly so requested
51071              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
51072              
51073              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51074              From: Gurusamy Sarathy <gsar@ActiveState.com>
51075              Date: Sun, 22 Oct 2000 11:47:32 -0700
51076              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
51077      Branch: perl
51078            ! Makefile.SH lib/lib_pm.PL
51079 ____________________________________________________________________________
51080 [  7400] By: jhi                                   on 2000/10/22  18:24:10
51081         Log: Move the #7390 test from warn/op to comp/redef.
51082              
51083              Subject: Re: Creating const subs for constants.
51084              From: John Tobey <jtobey@john-edwin-tobey.org>
51085              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
51086              Message-Id: <m13nG72-000FObC@feynman.localnet>               
51087      Branch: perl
51088            ! t/comp/redef.t t/pragma/warn/op
51089 ____________________________________________________________________________
51090 [  7399] By: jhi                                   on 2000/10/22  17:49:59
51091         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
51092              From: Nicholas Clark <nick@ccl4.org>
51093              Date: Sat, 21 Oct 2000 22:23:19 +0100
51094              Message-ID: <20001021222319.B45586@plum.flirble.org>
51095      Branch: perl
51096            ! ext/DynaLoader/DynaLoader_pm.PL
51097 ____________________________________________________________________________
51098 [  7398] By: jhi                                   on 2000/10/22  17:47:35
51099         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
51100              From: Hugo <hv@crypt.compulink.co.uk>
51101              Date: Sat, 21 Oct 2000 18:19:59 +0100
51102              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
51103      Branch: perl
51104            ! ext/B/B.pm ext/B/B/C.pm
51105 ____________________________________________________________________________
51106 [  7397] By: jhi                                   on 2000/10/22  17:35:18
51107         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
51108              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
51109              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
51110              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
51111      Branch: perl
51112            ! hints/openbsd.sh
51113 ____________________________________________________________________________
51114 [  7396] By: jhi                                   on 2000/10/22  17:19:46
51115         Log: Subject: installman go-faster stripes
51116              From: Nicholas Clark <nick@talking.bollo.cx>
51117              Date: Sat, 21 Oct 2000 17:24:53 +0100
51118              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
51119              
51120              Subject: Re: installman go-faster stripes
51121              From: Russ Allbery <rra@stanford.edu>
51122              Date: 21 Oct 2000 11:04:13 -0700
51123              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
51124      Branch: perl
51125            ! installman pod/pod2man.PL
51126 ____________________________________________________________________________
51127 [  7395] By: jhi                                   on 2000/10/22  17:17:35
51128         Log: Hints tweak from Anton Berezin.
51129      Branch: perl
51130            ! hints/freebsd.sh
51131 ____________________________________________________________________________
51132 [  7394] By: jhi                                   on 2000/10/22  04:50:04
51133         Log: Tweak the Is* definitions of Unicode character classes
51134              to better match the official categorizations; embrace
51135              the official categorizations; add the combining marks
51136              as alpha (and -numeric); fix DCinital (a typo and edito)
51137              to be DCmedial.
51138      Branch: perl
51139            + lib/unicode/Is/DCmedial.pl
51140            - lib/unicode/Is/DCinital.pl
51141            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
51142            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
51143            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
51144            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
51145 ____________________________________________________________________________
51146 [  7393] By: jhi                                   on 2000/10/21  18:06:05
51147         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
51148              From: Daniel Chetlin <daniel@chetlin.com>
51149              Date: Sat, 21 Oct 2000 02:57:03 -0700
51150              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
51151      Branch: perl
51152            + t/lib/tie-splice.t
51153            ! MANIFEST lib/Tie/Array.pm
51154 ____________________________________________________________________________
51155 [  7392] By: gsar                                  on 2000/10/21  18:05:15
51156         Log: resync utfperl branch with mainline
51157      Branch: utfperl
51158           !> (integrate 1760 files)
51159 ____________________________________________________________________________
51160 [  7391] By: jhi                                   on 2000/10/21  14:37:49
51161         Log: Testcases for a #7383,#7385 related bug.
51162              
51163              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
51164              From: Nicholas Clark <nick@ccl4.org>
51165              Date: Sat, 21 Oct 2000 15:04:51 +0100
51166              Message-ID: <20001021150451.A51566@plum.flirble.org>
51167      Branch: perl
51168            ! t/pragma/utf8.t
51169 ____________________________________________________________________________
51170 [  7390] By: jhi                                   on 2000/10/21  14:35:57
51171         Log: Add a testcase for #7389.
51172      Branch: perl
51173            ! t/pragma/warn/op
51174 ____________________________________________________________________________
51175 [  7389] By: jhi                                   on 2000/10/21  14:26:45
51176         Log: Subject: Re: Creating const subs for constants.
51177              From: John Tobey <jtobey@john-edwin-tobey.org>
51178              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
51179              Message-Id: <m13mo0N-000FObC@feynman.localnet>
51180      Branch: perl
51181            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
51182            ! proto.h sv.c
51183 ____________________________________________________________________________
51184 [  7388] By: nick                                  on 2000/10/21  11:44:23
51185         Log: Populate perlio branch
51186      Branch: perlio
51187           +> (branch 1760 files)
51188 ____________________________________________________________________________
51189 [  7387] By: nick                                  on 2000/10/21  10:52:05
51190         Log: Get branch back as replica of mainline via :
51191              p4 integrate -b utfperl
51192              p4 resolve -at ./...
51193      Branch: utfperl
51194           +> (branch 269 files)
51195            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
51196            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
51197            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
51198            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
51199            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
51200            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51201            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51202            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51203            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51204            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51205            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51206            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51207            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51208            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51209            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51210            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51211            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51212            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51213            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
51214            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
51215            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
51216            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
51217            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
51218            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
51219            - lib/unicode/UCD300.html lib/unicode/Unicode.300
51220            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
51221            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
51222            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
51223            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
51224           !> (integrate 965 files)
51225 ____________________________________________________________________________
51226 [  7386] By: jhi                                   on 2000/10/21  01:31:12
51227         Log: Update Changes.
51228      Branch: perl
51229            ! Changes patchlevel.h
51230 ____________________________________________________________________________
51231 [  7385] By: jhi                                   on 2000/10/21  01:28:42
51232         Log: The #7383 was right only in the context of the original bug report,
51233              not in more general case.
51234      Branch: perl
51235            ! pp_hot.c
51236 ____________________________________________________________________________
51237 [  7384] By: jhi                                   on 2000/10/21  01:08:23
51238         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
51239      Branch: perl
51240            ! ext/IO/lib/IO/Select.pm
51241 ____________________________________________________________________________
51242 [  7383] By: jhi                                   on 2000/10/21  00:44:18
51243         Log: Fix for ID 20001020.006, concatenating an unset submatch
51244              with utf8 resulted in "Modification of a read-only value".
51245      Branch: perl
51246            ! pp_hot.c t/pragma/utf8.t
51247 ____________________________________________________________________________
51248 [  7382] By: jhi                                   on 2000/10/20  20:44:31
51249         Log: Make scan_num() reëntrant, as suggested in
51250              
51251              Subject: [PATCH perl@7229] Rentrant parser and yylex()
51252              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51253              Date: Fri, 20 Oct 2000 14:17:27 +0100
51254              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
51255      Branch: perl
51256            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
51257            ! toke.c
51258 ____________________________________________________________________________
51259 [  7381] By: jhi                                   on 2000/10/20  20:07:29
51260         Log: Reëntrancy fix.
51261              
51262              Subject: [PATCH perl@7229] Rentrant parser and yylex()
51263              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
51264              Date: Fri, 20 Oct 2000 14:17:27 +0100
51265              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
51266      Branch: perl
51267            ! embed.h embed.pl perl.h proto.h toke.c
51268 ____________________________________________________________________________
51269 [  7380] By: jhi                                   on 2000/10/20  19:15:54
51270         Log: Don't write double values through long double pointers,
51271              based on a part of
51272              
51273              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
51274              From: Jens Hamisch <jens@Strawberry.COM>
51275              Date: Tue, 17 Oct 2000 08:39:36 +0200
51276              Message-Id: <20001017083936.A11104@Strawberry.COM>
51277      Branch: perl
51278            ! perl.h pp.c
51279 ____________________________________________________________________________
51280 [  7379] By: jhi                                   on 2000/10/20  18:43:37
51281         Log: Portability tweak on #7377.
51282              
51283              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
51284              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51285              Date:     Fri, 20 Oct 2000 13:13:41 EDT
51286              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
51287      Branch: perl
51288            ! t/lib/dprof.t
51289 ____________________________________________________________________________
51290 [  7378] By: jhi                                   on 2000/10/20  12:57:19
51291         Log: SOCKS function redefinitions need prototypes, too, otherwise
51292              for example 32 bit versus 64 bit differences cause a lot of
51293              problems.  Part of
51294              
51295              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
51296              From: Jens Hamisch <jens@Strawberry.COM>
51297              Date: Tue, 17 Oct 2000 08:39:36 +0200
51298              Message-Id: <20001017083936.A11104@Strawberry.COM>
51299      Branch: perl
51300            ! doio.c pp_sys.c
51301 ____________________________________________________________________________
51302 [  7377] By: jhi                                   on 2000/10/20  12:37:12
51303         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
51304              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51305              Date:     Fri, 20 Oct 2000 08:26:04 EDT
51306              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
51307      Branch: perl
51308            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
51309 ____________________________________________________________________________
51310 [  7376] By: jhi                                   on 2000/10/20  12:35:31
51311         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
51312              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
51313              Date:     Fri, 20 Oct 2000 07:48:15 EDT
51314              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
51315      Branch: perl
51316            ! configure.com vms/gen_shrfls.pl
51317 ____________________________________________________________________________
51318 [  7375] By: bailey                                on 2000/10/20  04:44:37
51319         Log: SYN SYN
51320      Branch: vmsperl
51321           +> (branch 134 files)
51322            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
51323            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
51324            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
51325            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
51326            - eg/cgi/frameset.cgi eg/cgi/index.html
51327            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
51328            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
51329            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
51330            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
51331            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
51332            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
51333            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
51334            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
51335            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
51336            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
51337            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
51338            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
51339            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
51340            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
51341            - lib/unicode/Props.txt lib/unicode/UCD300.html
51342            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
51343            - utils/perlbc.PL vms/subconfigure.com
51344           !> (integrate 785 files)
51345 ____________________________________________________________________________
51346 [  7374] By: jhi                                   on 2000/10/20  00:59:48
51347         Log: In the latest compiler builds cccdlflags must not become -fpic,
51348              from Wilfredo Sánchez.
51349      Branch: perl
51350            ! hints/darwin.sh
51351 ____________________________________________________________________________
51352 [  7373] By: jhi                                   on 2000/10/20  00:56:35
51353         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
51354              From: Tony Cook <tony@develop-help.com>
51355              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
51356              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
51357      Branch: perl
51358            ! pod/perlop.pod
51359 ____________________________________________________________________________
51360 [  7372] By: jhi                                   on 2000/10/19  19:34:40
51361         Log: Typo noted by Mark Lutz.
51362      Branch: perl
51363            ! t/op/64bitint.t
51364 ____________________________________________________________________________
51365 [  7371] By: jhi                                   on 2000/10/19  19:33:13
51366         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
51367      Branch: metaconfig
51368            ! U/modified/Cppsym.U U/modified/Oldconfig.U
51369      Branch: metaconfig/U/perl
51370            ! End.U dlsrc.U libperl.U
51371      Branch: perl
51372            + hints/nonstopux.sh
51373            ! Configure MANIFEST config_h.SH
51374 ____________________________________________________________________________
51375 [  7370] By: jhi                                   on 2000/10/19  17:18:08
51376         Log: Subject: PATCH do_print has 2 PerlIO_error()s
51377              From: nick@ccl4.org
51378              Date: Thu, 19 Oct 2000 18:09:20 +0100
51379              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
51380      Branch: perl
51381            ! doio.c
51382 ____________________________________________________________________________
51383 [  7369] By: jhi                                   on 2000/10/19  14:01:49
51384         Log: Update Changes.
51385      Branch: perl
51386            ! Changes patchlevel.h
51387 ____________________________________________________________________________
51388 [  7368] By: jhi                                   on 2000/10/19  13:04:29
51389         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
51390              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51391              Date: Wed, 18 Oct 2000 13:12:01 +0200
51392              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
51393      Branch: perl
51394            ! hints/aix.sh
51395 ____________________________________________________________________________
51396 [  7367] By: jhi                                   on 2000/10/19  02:22:40
51397         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
51398              of a 'pmshort' anywhere in the B, so the offending line was simply
51399              removed.
51400      Branch: perl
51401            ! ext/B/B/Debug.pm
51402 ____________________________________________________________________________
51403 [  7366] By: jhi                                   on 2000/10/19  02:12:37
51404         Log: Add the test case for the bug id 20000730.004 which seems
51405              to have been fixed by now.
51406      Branch: perl
51407            ! t/pragma/utf8.t
51408 ____________________________________________________________________________
51409 [  7365] By: jhi                                   on 2000/10/18  23:36:24
51410         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
51411              From: Hugo <hv@crypt.compulink.co.uk>
51412              Date: Wed, 18 Oct 2000 23:25:58 +0100
51413              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
51414      Branch: perl
51415            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
51416 ____________________________________________________________________________
51417 [  7364] By: jhi                                   on 2000/10/18  21:12:53
51418         Log: (retracted)
51419      Branch: perl
51420            ! pp.c
51421 ____________________________________________________________________________
51422 [  7363] By: jhi                                   on 2000/10/18  20:55:38
51423         Log: Missing change from #7362.
51424      Branch: perl
51425            ! win32/perlhost.h
51426 ____________________________________________________________________________
51427 [  7362] By: jhi                                   on 2000/10/18  20:52:01
51428         Log: Borland C fstat() never saw the fd as writable.
51429              
51430              Subject: fix for Borland's weak "stat" (perl@7211)
51431              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51432              Date: Mon, 16 Oct 2000 09:55:03 +0400
51433              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
51434      Branch: perl
51435            ! win32/win32.c
51436 ____________________________________________________________________________
51437 [  7361] By: jhi                                   on 2000/10/18  17:43:50
51438         Log: Regen toc.
51439      Branch: perl
51440            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
51441 ____________________________________________________________________________
51442 [  7360] By: jhi                                   on 2000/10/18  17:07:44
51443         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51444              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
51445              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
51446              Date: Mon, 16 Oct 2000 15:19:49 +0200
51447      Branch: perl
51448            + README.aix
51449            ! MANIFEST
51450 ____________________________________________________________________________
51451 [  7359] By: jhi                                   on 2000/10/18  17:04:49
51452         Log: Subject: Pod patch for Devel::Peek
51453              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
51454              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
51455              Date: Mon, 16 Oct 2000 12:26:34 +0200
51456      Branch: perl
51457            ! ext/Devel/Peek/Peek.pm
51458 ____________________________________________________________________________
51459 [  7358] By: jhi                                   on 2000/10/18  17:03:15
51460         Log: Make Cwd more bulletproof in chrooted environments.
51461              
51462              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
51463              From: "Eric E. Coe" <Eric.Coe@oracle.com>
51464              Date: Wed, 18 Oct 2000 04:03:54 -0400
51465              Message-Id: <39ED596A.70E599FE@oracle.com>
51466      Branch: perl
51467            ! lib/Cwd.pm
51468 ____________________________________________________________________________
51469 [  7357] By: jhi                                   on 2000/10/18  16:37:26
51470         Log: Disable the UTF8 downgrade croakage for now to avoid
51471              too many not okay messages.
51472      Branch: perl
51473            ! doio.c
51474 ____________________________________________________________________________
51475 [  7356] By: jhi                                   on 2000/10/17  23:29:41
51476         Log: Show the failed remote port, instead of the failing line number.
51477              
51478              Subject: [PATCH 5.6.1 Debugger] More diagnostics
51479              From: David Sparks <daves@ActiveState.com>
51480              Date: Tue, 17 Oct 2000 15:00:24 -0700
51481              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
51482      Branch: perl
51483            ! lib/perl5db.pl
51484 ____________________________________________________________________________
51485 [  7355] By: jhi                                   on 2000/10/17  14:11:31
51486         Log: On output try to downgrade to bytes, croak if impossible,
51487              from Simon Cozens.  This means that outputting >255 UTF8
51488              is impossible.  Consider this as a strong incentive to get
51489              the I/O disciplines implemented.
51490      Branch: perl
51491            ! doio.c pod/perldiag.pod sv.c
51492 ____________________________________________________________________________
51493 [  7354] By: jhi                                   on 2000/10/17  13:42:23
51494         Log: Clarify documentation on 'use bytes'.
51495              
51496              Subject: Re: What does 'use bytes' "mean" ?
51497              From: Simon Cozens <simon@cozens.net>
51498              Date: Mon, 18 Sep 2000 18:24:25 +0100
51499              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
51500      Branch: perl
51501            ! lib/bytes.pm
51502 ____________________________________________________________________________
51503 [  7353] By: jhi                                   on 2000/10/17  13:28:12
51504         Log: Workaround for a sfio bug where the stream error indicator
51505              is not cleared as documented.
51506              
51507              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51508              From: Nicholas Clark <nick@ccl4.org>
51509              Date: Mon, 16 Oct 2000 18:28:23 +0100
51510              Message-ID: <20001016182823.J19700@plum.flirble.org>
51511      Branch: perl
51512            ! doio.c
51513 ____________________________________________________________________________
51514 [  7352] By: jhi                                   on 2000/10/17  13:06:19
51515         Log: More IoTYPE sprinkling.
51516      Branch: perl
51517            ! doio.c pp_hot.c
51518 ____________________________________________________________________________
51519 [  7351] By: jhi                                   on 2000/10/16  22:47:07
51520         Log: Detect early whether the std streams have gone bad.
51521              
51522              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
51523              Date: Mon, 16 Oct 2000 23:28:42 +0100
51524              From: Nicholas Clark <nick@ccl4.org>
51525              Message-ID: <20001016232842.A37942@plum.flirble.org>
51526      Branch: perl
51527            ! t/op/misc.t
51528 ____________________________________________________________________________
51529 [  7350] By: jhi                                   on 2000/10/16  22:45:16
51530         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
51531              From: "Peter J. Farley III" <pjfarley@banet.net>
51532              Date: Mon, 16 Oct 2000 18:15:59 -0400
51533              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
51534      Branch: perl
51535            ! djgpp/djgpp.c dosish.h t/io/open.t
51536 ____________________________________________________________________________
51537 [  7349] By: jhi                                   on 2000/10/16  22:36:45
51538         Log: perldelta tweak.
51539      Branch: perl
51540            ! pod/perldelta.pod
51541 ____________________________________________________________________________
51542 [  7348] By: jhi                                   on 2000/10/16  15:17:53
51543         Log: Update Changes.
51544      Branch: perl
51545            ! Changes patchlevel.h
51546 ____________________________________________________________________________
51547 [  7347] By: jhi                                   on 2000/10/16  13:55:27
51548         Log: Add the capability to include/exclude branches.
51549      Branch: perl
51550            ! Porting/genlog
51551 ____________________________________________________________________________
51552 [  7346] By: jhi                                   on 2000/10/16  13:18:04
51553         Log: Add Charles Lane.
51554      Branch: perl
51555            ! AUTHORS Changes
51556 ____________________________________________________________________________
51557 [  7345] By: jhi                                   on 2000/10/16  13:13:21
51558         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
51559      Branch: perl
51560            ! pod/perldelta.pod
51561 ____________________________________________________________________________
51562 [  7344] By: gsar                                  on 2000/10/16  09:30:21
51563         Log: integrate change#6220 from cfgperl
51564              
51565              Win32 patches from Benjamin Stuhl.
51566      Branch: maint-5.6/perl
51567           !> makedef.pl win32/win32.h
51568 ____________________________________________________________________________
51569 [  7343] By: gsar                                  on 2000/10/16  08:32:19
51570         Log: integrate changes#6221,6222 from cfgperl
51571              
51572              Remove tr///CU (the feature is to be obsoleted by better interfaces).
51573              From: simon@brecon.co.uk (Simon Cozens)
51574              Subject: [PATCH] Eliminate tr///[CU][CU]
51575              Date: 23 Jun 2000 11:05:40 GMT
51576              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
51577              
51578              doc typo fix
51579              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
51580              From: Ian Phillipps <Ian.Phillipps@iname.com>
51581              Date: Fri, 23 Jun 2000 10:40:58 +0100
51582              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
51583      Branch: maint-5.6/perl
51584           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
51585 ____________________________________________________________________________
51586 [  7342] By: gsar                                  on 2000/10/16  08:28:08
51587         Log: integrate change#6217 from cfgperl (in part)
51588              
51589              Rename the fdpid locking and integrate with Sarathy.
51590      Branch: maint-5.6/perl
51591           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
51592           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
51593           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
51594           !> win32/win32.c
51595 ____________________________________________________________________________
51596 [  7341] By: gsar                                  on 2000/10/16  08:23:39
51597         Log: integrate changes#6214..6216 from mainline
51598              
51599              @_ can't have junk in it even in the non-USE_ITHREADS case because
51600              caller() wants to populate @DB::args with it (causes a coredump
51601              in Carp::confess())
51602              
51603              tweak comment about @DB::args
51604              
51605              be more optimal about clearing @_
51606      Branch: maint-5.6/perl
51607           !> av.h cop.h pp_ctl.c t/op/runlevel.t
51608 ____________________________________________________________________________
51609 [  7340] By: gsar                                  on 2000/10/16  08:20:37
51610         Log: integrate changes#6207..6210 from cfgperl
51611              
51612              Subject: [PATCH 5.6.0] Threadsafe patches
51613              From: Dan Sugalski <dan@sidhe.org>
51614              To: perl5-porters@perl.org
51615              Date: Mon, 08 May 2000 18:08:13 -0400
51616              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
51617              
51618              Regen headers for #6207.
51619              
51620              Lock PL_fdpid against race conditions, based on:
51621              Subject: [PATCH 5.6.0]subprocess fixup for threads
51622              From: Dan Sugalski <dan@sidhe.org>
51623              To: perl5-porters@perl.org
51624              Date: Tue, 11 Apr 2000 17:02:32 -0400
51625              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
51626              
51627              Mopup for #6207 and #6209.
51628      Branch: maint-5.6/perl
51629           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
51630           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
51631           !> win32/win32.c
51632 ____________________________________________________________________________
51633 [  7339] By: gsar                                  on 2000/10/16  08:14:34
51634         Log: integrate change#6203 from cfgperl
51635              
51636              perldiag should refer to perlos2.pod not README.os2
51637      Branch: maint-5.6/perl
51638           !> pod/perldiag.pod
51639 ____________________________________________________________________________
51640 [  7338] By: gsar                                  on 2000/10/16  08:11:42
51641         Log: integrate change#6201 from mainline
51642              
51643              Perl_eval_pv() leaks 4 bytes every time it is called because it
51644              does a PUSHMARK that's never ever POPMARKed; in general, only
51645              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
51646              Perl_eval_[sp]v() don't because they don't take any incoming
51647              arguments (this leak has been around since the original version
51648              of perl_eval_pv() in 5.003_97e)
51649      Branch: maint-5.6/perl
51650           !> perl.c
51651 ____________________________________________________________________________
51652 [  7337] By: gsar                                  on 2000/10/16  08:08:47
51653         Log: integrate changes#6197..6200 from cfgperl
51654              
51655              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
51656              From: John Borwick <jhborwic@unity.ncsu.edu>
51657              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
51658              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
51659              
51660              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
51661              From: Dan Sugalski <dan@sidhe.org>
51662              To: vmsperl@perl.org, perl5-porters@perl.org
51663              Date: Fri, 02 Jun 2000 16:00:41 -0400
51664              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
51665              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
51666              
51667              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
51668              From: Dan Sugalski <dan@sidhe.org>
51669              To: perl5-porters@perl.org, vmsperl@perl.org
51670              Date: Fri, 02 Jun 2000 17:30:51 -0400
51671              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
51672              
51673              Update to cperl-mode.el 4.31 from
51674              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
51675              Subject: A couple of notes
51676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
51677              To: Mailing list Perl5 <perl5-porters@perl.org>
51678              Date: Sat, 3 Jun 2000 23:33:32 -0400
51679              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
51680      Branch: maint-5.6/perl
51681           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
51682           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
51683           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
51684           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
51685           !> vms/vmsish.h
51686 ____________________________________________________________________________
51687 [  7336] By: gsar                                  on 2000/10/16  08:03:46
51688         Log: integrate changes#6194,6195 from mainline
51689              
51690              fix small eval"" memory leaks under USE_ITHREADS
51691              
51692              fix yet another eval"" leak under USE_ITHREADS
51693      Branch: maint-5.6/perl
51694           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
51695           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
51696           !> vms/perly_c.vms
51697 ____________________________________________________________________________
51698 [  7335] By: gsar                                  on 2000/10/16  08:02:15
51699         Log: integrate changes#6190,6191 from mainline
51700              
51701              submit missing embed.pl change
51702              
51703              vec() loses numericalness (modified version of patch suggested
51704              by Robin Barker)
51705      Branch: maint-5.6/perl
51706           !> doop.c embed.pl t/op/vec.t
51707 ____________________________________________________________________________
51708 [  7334] By: gsar                                  on 2000/10/16  08:01:03
51709         Log: integrate change#6189 from mainline
51710              
51711              counting tr/// corrupts later operation (from M.J.T Guy)
51712      Branch: maint-5.6/perl
51713           !> doop.c t/op/tr.t
51714 ____________________________________________________________________________
51715 [  7333] By: gsar                                  on 2000/10/16  07:59:07
51716         Log: integrate changes#6183..6188 from mainline
51717              
51718              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
51719              <nick@ccl4.org>)
51720              
51721              tweak for change#6127
51722              
51723              remove incorrect documentation about implicit split to @_ in
51724              list context, which never really worked in perl 5 (from
51725              M.J.T. Guy)
51726              
51727              further qualify references to "alphanumeric" (from Wolfgang Laun
51728              <wolfgang.laun@alcatel.at>)
51729              
51730              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
51731              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
51732              
51733              h2xs tweaks
51734      Branch: maint-5.6/perl
51735           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
51736           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
51737           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
51738           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
51739           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
51740           !> pod/pod2latex.PL utils/h2xs.PL
51741 ____________________________________________________________________________
51742 [  7332] By: gsar                                  on 2000/10/16  07:53:52
51743         Log: integrate change#6179 from mainline
51744              
51745              buggy modulus on UVs introduced by change#3378 (resulted in
51746              4063328477 % 65535 amounting to 27406, instead of 27407)
51747      Branch: maint-5.6/perl
51748           !> pp.c t/op/arith.t
51749 ____________________________________________________________________________
51750 [  7331] By: gsar                                  on 2000/10/16  07:52:49
51751         Log: integrate changes#6176,6177,6178,6182 from cfgperl
51752              
51753              Single-quoted utf8 patch from Simon Cozens.
51754              
51755              Substitution utf8 patch from Simon Cozens.
51756              
51757              Be cleaner.
51758              
51759              Be Cleaner Part Deux.
51760      Branch: maint-5.6/perl
51761           !> Makefile.SH pp_hot.c toke.c
51762 ____________________________________________________________________________
51763 [  7330] By: gsar                                  on 2000/10/16  07:41:36
51764         Log: integrate change#6172 from mainline
51765              
51766              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
51767              (from Ilya Zakharevich)
51768      Branch: maint-5.6/perl
51769           !> regexec.c t/op/re_tests
51770 ____________________________________________________________________________
51771 [  7329] By: gsar                                  on 2000/10/16  07:40:25
51772         Log: integrate change#6171 from mainline
51773              
51774              scalar() doesn't force scalar context when used in void context
51775              (from Simon Cozens)
51776      Branch: maint-5.6/perl
51777           !> op.c t/op/wantarray.t
51778 ____________________________________________________________________________
51779 [  7328] By: gsar                                  on 2000/10/16  07:39:33
51780         Log: integrate change#6170 from mainline
51781              
51782              change#6142 needs tweaks to tests to work where there's no
51783              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51784      Branch: maint-5.6/perl
51785           !> t/lib/filefind.t
51786 ____________________________________________________________________________
51787 [  7327] By: gsar                                  on 2000/10/16  07:35:34
51788         Log: integrate changes#6166..6168 from cfgperl
51789              
51790              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
51791              in case somebody wants to write an extension for more
51792              shadow database interfaces.
51793              
51794              tweak todo
51795              
51796              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
51797      Branch: maint-5.6/perl
51798           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
51799           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
51800           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
51801           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
51802           !> win32/config.vc win32/config_H.bc win32/config_H.gc
51803           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
51804 ____________________________________________________________________________
51805 [  7326] By: gsar                                  on 2000/10/16  07:29:05
51806         Log: integrate changes#6157,6159..6161,6164 from cfgperl
51807              
51808              Regen Configure to jive with #6149.
51809              
51810              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
51811              
51812              Changes for the File::Temp 0.08 (change #6159) test suite
51813              to fit better into the Perl distribution test framework.
51814              
51815              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
51816              both from Simon Cozens.
51817              
51818              detypo
51819      Branch: maint-5.6/perl
51820           +> pod/perlmodlib.PL pod/perlnewmod.pod
51821           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
51822           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
51823           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
51824           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
51825 ____________________________________________________________________________
51826 [  7325] By: gsar                                  on 2000/10/16  07:25:13
51827         Log: integrate change#6158 from vmsperl
51828              
51829              Add fallback to tmpfile for use in cases where user's relying on
51830              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
51831              Lane's patch)
51832      Branch: maint-5.6/perl
51833           !> vms/vms.c vms/vmsish.h
51834 ____________________________________________________________________________
51835 [  7324] By: gsar                                  on 2000/10/16  07:20:50
51836         Log: integrate changes#6153..6155 from mainline
51837              
51838              prettier Test::Harness output on failed tests (from Nicholas Clark
51839              <nick@Bagpuss.uk.boo.com>)
51840              
51841              avoid type mismatch warning
51842              
51843              small bug in change#6144; remove random \xA0 character that snuck
51844              in via change#6145
51845      Branch: maint-5.6/perl
51846           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
51847           !> perl.c
51848 ____________________________________________________________________________
51849 [  7323] By: gsar                                  on 2000/10/16  07:18:47
51850         Log: integrate changes#6151,6152 from mainline
51851              
51852              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
51853              
51854              cosmetic fixups of RE debug output (from Ilya Zakharevich)
51855      Branch: maint-5.6/perl
51856           !> regexec.c
51857 ____________________________________________________________________________
51858 [  7322] By: gsar                                  on 2000/10/16  07:17:25
51859         Log: integrate changes#6146..6150 from mainline
51860              
51861              doc typo
51862              
51863              add a make entry to Config.pm so "perl -V:make" works on VMS
51864              (from Peter Prymmer)
51865              
51866              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
51867              
51868              OS/2 tweaks for usethreads build (from Rocco Caputo
51869              <troc@netrus.net>)
51870              
51871              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
51872      Branch: maint-5.6/perl
51873           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
51874           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
51875           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
51876           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
51877           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
51878           !> warnings.pl x2p/a2p.h
51879 ____________________________________________________________________________
51880 [  7321] By: gsar                                  on 2000/10/16  07:14:02
51881         Log: integrate changes#6143..6145 from mainline
51882              
51883              MacOS support, part 1 (from Matthias Neeracher
51884              <neeri@iis.ee.ethz.ch>)
51885              
51886              MacOS support, part 2: make AutoSplit use File::Spec instead
51887              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
51888              <neeri@iis.ee.ethz.ch>)
51889              
51890              make xsubpp skip embedded pod (from Matthias Neeracher
51891              <neeri@iis.ee.ethz.ch>)
51892      Branch: maint-5.6/perl
51893           +> ext/DynaLoader/dl_mac.xs
51894           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
51895           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
51896           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
51897           !> pp_ctl.c proto.h toke.c util.c util.h
51898 ____________________________________________________________________________
51899 [  7320] By: gsar                                  on 2000/10/16  07:12:13
51900         Log: integrate changes#6141,6142 from mainline
51901              
51902              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
51903              forwarded by Peter Seebach from the bsdi-users mailing list.
51904              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
51905              
51906              File::Find fails to chdir when chasing symlinks (from
51907              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
51908      Branch: maint-5.6/perl
51909           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
51910 ____________________________________________________________________________
51911 [  7319] By: gsar                                  on 2000/10/16  07:04:30
51912         Log: integrate change#6139 from mainline
51913              
51914              revise mktables.PL for bugs and newness in Unicode 3.0
51915              (from James Bence <jbence@amgen.com>)
51916      Branch: maint-5.6/perl
51917           +> (branch 30 files)
51918           !> (integrate 49 files)
51919 ____________________________________________________________________________
51920 [  7318] By: gsar                                  on 2000/10/16  07:01:01
51921         Log: integrate changes#6137,6138 from mainline
51922              
51923              fix bogus redeclaration warning for "our" variables in different
51924              scopes
51925              
51926              add note about the handling of negative indices to tied arrays
51927              (from Michael G Schwern <schwern@pobox.com>)
51928      Branch: maint-5.6/perl
51929           !> op.c pod/perltie.pod t/pragma/strict-vars
51930 ____________________________________________________________________________
51931 [  7317] By: gsar                                  on 2000/10/16  06:58:46
51932         Log: integrate changes#6127..6136 from mainline
51933              
51934              call_method(...,G_EVAL) can longjmp() out if the method probing
51935              failed (from Gisle Aas)
51936              
51937              new perlxstut example for passing/returning refs to arrays
51938              (from David Lowe <dlowe@pootpoot.com>)
51939              
51940              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
51941              
51942              fix places that mean C<"word" character> but say C<alphanumeric
51943              character>
51944              
51945              avoid warnings in POSIX.pm (from Barrie Slaymaker)
51946              
51947              warnings::enabled() doesn't fall back to looking at $^W if
51948              caller isn't using lexical warnings (from Paul Marquess)
51949              
51950              elide bogus test in change#6132
51951              
51952              make Test::Harness use wait.h/WCOREDUMP if available
51953              (from Ben Tilly <ben_tilly@hotmail.com>)
51954              
51955              enable Test::Harness to dynamically determine column width etc.
51956              (from Rob Napier <rnapier@employees.org>)
51957              
51958              random pod typos (from Peter Scott <Peter@PSDT.com>)
51959      Branch: maint-5.6/perl
51960           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
51961           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
51962           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
51963           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
51964 ____________________________________________________________________________
51965 [  7316] By: gsar                                  on 2000/10/16  06:53:23
51966         Log: integrate change#6126 from mainline
51967              
51968              change#2879 broke rvalue autovivification of magicals such as
51969              ${$num} (reworked variant of patch suggested by Simon Cozens)
51970      Branch: maint-5.6/perl
51971           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
51972           !> pp_hot.c proto.h t/op/gv.t
51973 ____________________________________________________________________________
51974 [  7315] By: gsar                                  on 2000/10/16  06:51:38
51975         Log: integrate changes#6123,6125 from mainline
51976              
51977              clarify gotcha with #line directives (from Rocco Caputo
51978              <troc@netrus.net>)
51979              
51980              enable propagating exception objects via Perl_croak() in XS code
51981              (from Gisle Aas)
51982      Branch: maint-5.6/perl
51983           !> pod/perldebug.pod pod/perlsyn.pod util.c
51984 ____________________________________________________________________________
51985 [  7314] By: gsar                                  on 2000/10/16  06:49:28
51986         Log: integrate change#6122 from mainline
51987              
51988              downgrade fatal error on C<"foo@nosucharray.com"> to optional
51989              warning (from Mark-Jason Dominus)
51990      Branch: maint-5.6/perl
51991           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
51992           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
51993           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
51994           !> toke.c
51995 ____________________________________________________________________________
51996 [  7313] By: gsar                                  on 2000/10/16  06:46:54
51997         Log: integrate changes#6112..6121 from vmsperl
51998              
51999              Check for existence of file before trying to delete
52000              
52001              Ugly workaround for version-specific RTL error
52002              
52003              Urk -- undo previous removal of vmsish 'exit' change
52004              
52005              Add bounds checking for several strings (Charles Lane)
52006              
52007              Miscellaneous cosmetic fixes (Charles Lane)
52008              
52009              Treat sockets as special in sys(read|write) (Charles Lane et al.)
52010              
52011              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
52012              Flatten case labels in switch statements uniformly (Charles Bailey)
52013              
52014              Quiet error messages in vmsish.t (Charles Lane)
52015              
52016              Add missing escape (Charles Lane)
52017              
52018              Allow eliminate_macros() and fixpath() to handle space-delimited
52019              lists (based on fixes by Craig Berry)
52020      Branch: maint-5.6/perl
52021           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
52022           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
52023           !> vms/vmsish.h
52024 ____________________________________________________________________________
52025 [  7312] By: gsar                                  on 2000/10/16  06:41:18
52026         Log: integrate changes#6107,6110 from cfgperl
52027              
52028              Tweak the todo list.
52029              
52030              todo tweak
52031      Branch: maint-5.6/perl
52032           !> Todo-5.6
52033 ____________________________________________________________________________
52034 [  7311] By: gsar                                  on 2000/10/16  06:38:38
52035         Log: integrate changes#6104,6108 from mainline
52036              
52037              PL_sys_intern was being initialized too late on windows
52038              
52039              reenable fake signal handling on Windows, bugs and all
52040      Branch: maint-5.6/perl
52041           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
52042           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
52043           !> win32/win32.c
52044 ____________________________________________________________________________
52045 [  7310] By: gsar                                  on 2000/10/16  06:36:03
52046         Log: integrate changes#6095,6097..6103 from cfgperl
52047              
52048              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
52049              might be useful in future.
52050              
52051              Add a note about possible compilation problems from Allen Smith.
52052              
52053              Add a note about other, yet unsupported, shadow password APIs.
52054              
52055              Tweaks for the cc bugs from Allen Smith.
52056              
52057              More compilation tweakery from Allen Smith.
52058              
52059              Hints and test tweaks for Unicos.
52060              
52061              The test suite tweak in #6101 wasn't quite right.
52062              
52063              Test tweaking for Unicos continues.
52064      Branch: maint-5.6/perl
52065           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52066           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
52067           !> t/lib/complex.t t/op/64bitint.t
52068 ____________________________________________________________________________
52069 [  7309] By: gsar                                  on 2000/10/16  06:29:41
52070         Log: integrate changes#6093,6094 from mainline
52071              
52072              fork() failure to create pseudo process sets errno=EAGAIN and returns
52073              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
52074              
52075              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
52076      Branch: maint-5.6/perl
52077           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
52078           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
52079 ____________________________________________________________________________
52080 [  7308] By: gsar                                  on 2000/10/16  06:27:29
52081         Log: integrate change#6092 from cfgperl
52082              
52083              Regen perltoc with the fixed buildtoc.
52084      Branch: maint-5.6/perl
52085           !> pod/perltoc.pod
52086 ____________________________________________________________________________
52087 [  7307] By: gsar                                  on 2000/10/16  06:26:40
52088         Log: integrate changes#6089,6090 from mainline
52089              
52090              buildtoc tweak to fix newline lossage
52091              
52092              concat doesn't preserve utf8-ness, and doesn't invalidate
52093              [NI]OK; added tests for both
52094      Branch: maint-5.6/perl
52095           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
52096 ____________________________________________________________________________
52097 [  7306] By: gsar                                  on 2000/10/16  06:24:05
52098         Log: integrate change#6088 from cfgperl
52099              
52100              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
52101              because we do not use those.  The HAS_GETSPNAM remains,
52102              though, because we still do use that.
52103      Branch: maint-5.6/perl
52104           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52105           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
52106           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
52107           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
52108           !> win32/config.vc win32/config_H.bc win32/config_H.gc
52109           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
52110 ____________________________________________________________________________
52111 [  7305] By: gsar                                  on 2000/10/16  06:15:52
52112         Log: integrate changes#6084,6085,6087 from mainline
52113              
52114              substr() does not preserve utf8-ness (from Stefan Eissing
52115              <Eissing@medicaldataservice.de>); added tests
52116              
52117              repeat operator (x) doesn't preserve utf8-ness
52118              
52119              reverse() and quotemeta() weren't preserving utf8-ness; add tests
52120      Branch: maint-5.6/perl
52121           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
52122 ____________________________________________________________________________
52123 [  7304] By: gsar                                  on 2000/10/16  06:13:10
52124         Log: integrate changes#6077..6083 from mainline
52125              
52126              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
52127              and Tom Phoenix)
52128              
52129              workaround for CRT bug in chdir() (from Charles Lane, via
52130              Peter Prymmer)
52131              
52132              remove outdated kludge in Carp (NULLs are permitted in diagnostics
52133              now)
52134              
52135              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
52136              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
52137              
52138              better default perlbug categories for ok reports (from Richard Foley)
52139              
52140              peek.t non-portable to ithreads
52141              
52142              note about undocumented caller() return value (from M.J.T. Guy);
52143              yet another peek.t tweak
52144      Branch: maint-5.6/perl
52145           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
52146           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
52147           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
52148           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
52149           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
52150           !> vms/vmsish.h
52151 ____________________________________________________________________________
52152 [  7303] By: gsar                                  on 2000/10/16  06:03:18
52153         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
52154              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
52155              
52156              &HUGE_VAL is not defined, it exists.
52157              
52158              Do not warn that an infinity does not look like a number.
52159              
52160              Rewrite the pwent/spent logic to be a little bit more clearer.
52161              
52162              Continue on the pwent/spent case.
52163              
52164              Correct Freudian slip.
52165              
52166              Use HUGE_VALL if applicable.
52167              
52168              pwent/spent #ifdef imbalance.
52169              
52170              Infinite problems.
52171              
52172              Call getspnam() only iff needd.
52173              
52174              Test both the scalar and list contexts.
52175              
52176              Use setxxent()/endxxent().
52177              
52178              Complex tweakery.
52179              
52180              Unicos hint tweak.
52181              
52182              Be more forgiving in POSIX about HUGE_VALL.
52183              
52184              Detypo.
52185              
52186              The search of infinity continues, this time simplified.
52187              
52188              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
52189              in natively 64-bit platforms where a long is a quad (no need
52190              for long longs).  Also added bias for IVs.
52191              
52192              Complex tweaks.
52193              
52194              Introduce t/lib/peek.t.
52195              
52196              Make the test more portable.
52197      Branch: maint-5.6/perl
52198           +> t/lib/peek.t
52199            ! pp_sys.c
52200           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
52201           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
52202           !> t/op/pwent.t toke.c util.c
52203 ____________________________________________________________________________
52204 [  7302] By: gsar                                  on 2000/10/16  05:03:37
52205         Log: integrate changes#6066..6071 from mainline
52206              
52207              s/END/CHECK/
52208              
52209              replace direct call to sighandler() with (*PL_sighandlerp)()
52210              
52211              note about values()
52212              
52213              File::Spec compatibility update (from Barrie Slaymaker
52214              <barries@slaysys.com>)
52215              
52216              remove misleading comment (from M.J.T. Guy)
52217              
52218              misformatted perllocal.pod (from Tim Jenness
52219              <t.jenness@jach.hawaii.edu>)
52220      Branch: maint-5.6/perl
52221           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
52222           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
52223           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
52224           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
52225 ____________________________________________________________________________
52226 [  7301] By: gsar                                  on 2000/10/16  05:00:08
52227         Log: integrate changes#6061..6063 from mainline
52228              
52229              change#5921 neglected to make eq honor "use bytes"
52230              
52231              additional tests for utf8.t
52232              
52233              tokeq() could read unallocated field in argument
52234      Branch: maint-5.6/perl
52235           !> sv.c t/pragma/utf8.t toke.c
52236 ____________________________________________________________________________
52237 [  7300] By: gsar                                  on 2000/10/16  04:56:54
52238         Log: integrate changes#6046,6048,6057,6058 from mainline
52239              
52240              libscheck has insufficient checks for n32 libs (from
52241              Albert Chin-A-Young <china@thewrittenword.com>)
52242              
52243              add note about how $( doesn't interpolate in REs (from
52244              Philip Newton <newton@ficus.frogspace.net>)
52245              
52246              fix broken parsing of /\x{ab}/
52247              
52248              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
52249              (spotted by Donald Kinzer <dkinzer@premia.com>)
52250      Branch: maint-5.6/perl
52251           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
52252           !> t/pragma/utf8.t
52253 ____________________________________________________________________________
52254 [  7299] By: gsar                                  on 2000/10/16  04:52:50
52255         Log: integrate change#6044 from mainline
52256              
52257              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
52258              such that underscores are only ignored in literal numbers,
52259              "\x{...}", and hex/oct argument
52260      Branch: maint-5.6/perl
52261           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
52262 ____________________________________________________________________________
52263 [  7298] By: gsar                                  on 2000/10/16  04:50:53
52264         Log: integrate changes#6027..6043 from mainline
52265              
52266              podlators-1.02 update (from Russ Allbery)
52267              
52268              Pod::Man generates groff-incompatible macro definition (from
52269              Tom Christiansen)
52270              
52271              add CGI.pm v2.66 (from Lincoln Stein)
52272              
52273              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
52274              for @- and @+ (from Johan Vromans)
52275              
52276              small nits in diagnostics.pm (from Robin Barker)
52277              
52278              whitespace adjustments
52279              
52280              missing files in MANIFEST
52281              
52282              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
52283              to compensate
52284              
52285              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
52286              
52287              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
52288      Branch: maint-5.6/perl
52289           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
52290           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
52291           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
52292           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
52293           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
52294           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
52295           !> t/lib/cgi-html.t t/lib/cgi-request.t
52296 ____________________________________________________________________________
52297 [  7297] By: gsar                                  on 2000/10/16  04:44:30
52298         Log: integrate change#6025 from mainline
52299              
52300              Is{Alnum,Alpha,Word} don't match titlecase
52301              TODO: IsSpace is defined recursively!
52302              (both spotted by Larry)
52303      Branch: maint-5.6/perl
52304           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
52305           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
52306 ____________________________________________________________________________
52307 [  7296] By: gsar                                  on 2000/10/16  04:39:30
52308         Log: integrate change#6023 from mainline
52309              
52310              debugger stomps on $. (from M.J.T. Guy)
52311      Branch: maint-5.6/perl
52312           !> lib/perl5db.pl
52313 ____________________________________________________________________________
52314 [  7295] By: gsar                                  on 2000/10/16  04:38:02
52315         Log: integrate change#6022 from mainline
52316              
52317              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
52318      Branch: maint-5.6/perl
52319           !> sv.c
52320 ____________________________________________________________________________
52321 [  7294] By: gsar                                  on 2000/10/16  04:37:05
52322         Log: integrate changes#6018..6021 from mainline
52323              
52324              make lib/syslog.t portable to systems that don't have _PATH_LOG,
52325              make _PATH_LOG() return "" if unavailable
52326              
52327              windows portability tweaks
52328              
52329              test tweak
52330              
52331              remove Win2K issue in pod (fixed by change#6020)
52332      Branch: maint-5.6/perl
52333           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
52334           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
52335           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
52336 ____________________________________________________________________________
52337 [  7293] By: gsar                                  on 2000/10/16  04:20:00
52338         Log: integrate changes#6013..6015 from mainline
52339              
52340              tweak change#5945 to display correct switch name in diagnostic
52341              
52342              glob() loading File::Glob behind the scenes may cause syntax errors
52343              
52344              tweak test for portability
52345      Branch: maint-5.6/perl
52346           !> op.c perl.c pod/perldiag.pod t/lib/b.t
52347 ____________________________________________________________________________
52348 [  7292] By: gsar                                  on 2000/10/16  04:18:11
52349         Log: integrate changes#6005..6010 from mainline, cfgperl
52350              
52351              perldoc might fail via "use blib" (from Hugo van der Sanden)
52352              
52353              Regen Configure.
52354              
52355              note about compile failures and END blocks (from M.J.T. Guy)
52356              
52357              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
52358              
52359              (change#6009 integrated earlier in change#7255)
52360              
52361              clarify note about shadow password support (from
52362              gellyfish@gellyfish.com)
52363      Branch: maint-5.6/perl
52364           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
52365           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
52366           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
52367 ____________________________________________________________________________
52368 [  7291] By: gsar                                  on 2000/10/16  04:12:03
52369         Log: integrate changes#6002,6003 from mainline
52370              
52371              destructive sv_setsv() can lose UV-ness from source, causing
52372              numeric promotions/comparisons to fail to do the right thing
52373              
52374              allow REG_EXPAND_SZ keys in Windows registry (from
52375              John Clayton <John.Clayton@barclayscapital.com>)
52376      Branch: maint-5.6/perl
52377           !> sv.c win32/win32.c
52378 ____________________________________________________________________________
52379 [  7290] By: gsar                                  on 2000/10/16  04:10:19
52380         Log: integrate change#6001 from mainline
52381              
52382              support additional library locations via $Config{otherlibdirs}
52383              (from Andy Dougherty)
52384      Branch: maint-5.6/perl
52385           !> Configure INSTALL Porting/Glossary Porting/config.sh
52386           !> Porting/config_H config_h.SH epoc/config.sh perl.c
52387           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
52388           !> win32/config.bc win32/config.gc win32/config.vc
52389 ____________________________________________________________________________
52390 [  7289] By: gsar                                  on 2000/10/16  04:08:28
52391         Log: integrate change#5999 from mainline
52392              
52393              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
52394      Branch: maint-5.6/perl
52395           !> t/pragma/warn/toke toke.c
52396 ____________________________________________________________________________
52397 [  7288] By: gsar                                  on 2000/10/16  04:07:01
52398         Log: integrate changes#5997,5998 from cfgperl
52399              
52400              Preserve $!.
52401              
52402              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
52403      Branch: maint-5.6/perl
52404           !> lib/Math/Complex.pm
52405 ____________________________________________________________________________
52406 [  7287] By: gsar                                  on 2000/10/16  04:04:37
52407         Log: integrate change#5995 from mainline
52408              
52409              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
52410      Branch: maint-5.6/perl
52411           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
52412 ____________________________________________________________________________
52413 [  7286] By: gsar                                  on 2000/10/16  04:03:21
52414         Log: integrate change#5994 from mainline
52415              
52416              fix for missed accounting for null byte in pack("Z",...) (from
52417              M.J.T. Guy)
52418      Branch: maint-5.6/perl
52419           !> pp.c t/op/pack.t
52420 ____________________________________________________________________________
52421 [  7285] By: gsar                                  on 2000/10/16  04:02:11
52422         Log: integrate changes#5989..5993 from mainline
52423              
52424              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
52425              itself and no other (from Tom Hughes)
52426              
52427              use $ENV{LIB} to search for libs under Visual C compiler
52428              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
52429              
52430              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
52431              
52432              pod nit (from Simon Cozens)
52433              
52434              various minor tweaks seen on p5p
52435      Branch: maint-5.6/perl
52436           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
52437           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
52438           !> t/op/array.t toke.c
52439 ____________________________________________________________________________
52440 [  7284] By: gsar                                  on 2000/10/16  03:59:00
52441         Log: integrate changes#5978..5988 from mainline
52442              
52443              sync version numbers in File::Spec with the ones on CPAN
52444              (from Barrie Slaymaker)
52445              
52446              under useithreads, constant pad entries could inadvertantly be
52447              shared across threads (from Eric Blood <eblood@xmission.com>);
52448              added Eric's test case to testsuite
52449              
52450              allow Configure -S to run non-interactively (spotted by Greg Hudson
52451              <ghudson@mit.edu>)
52452              
52453              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
52454              prototype mismatch with CORE::glob(); update pod and tests to
52455              suit (File::Glob::glob() is still available for backward
52456              compatibility, but should be considered deprecated)
52457              
52458              avoid error in IO::Socket::INET when given an unknown service name
52459              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
52460              
52461              numeric conversion of non-number in change#3378 tramples on
52462              OOK offset, causing segfaults
52463              
52464              attributes::reftype() doesn't work on tied argument
52465              
52466              forked child may not exit correctly if it failed to open
52467              /dev/console (from Graham Barr)
52468              
52469              add regular expressions tutorial and quick-start guide (from
52470              Mark Kvale <kvale@phy.ucsf.edu>)
52471              
52472              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
52473              
52474              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
52475              <paul@miraclefish.com>)
52476      Branch: maint-5.6/perl
52477           +> pod/perlrequick.pod pod/perlretut.pod
52478           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
52479           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
52480           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
52481           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
52482           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
52483           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
52484           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
52485           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
52486 ____________________________________________________________________________
52487 [  7283] By: gsar                                  on 2000/10/16  03:52:14
52488         Log: integrate change#5977 from mainline
52489              
52490              autoquote barewords followed by newline and arrow properly
52491              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
52492      Branch: maint-5.6/perl
52493           !> t/pragma/warn/toke toke.c
52494 ____________________________________________________________________________
52495 [  7282] By: gsar                                  on 2000/10/16  03:50:48
52496         Log: integrate change#5976 from mainline
52497              
52498              DB_File v1.73 update (from Paul Marquess)
52499      Branch: maint-5.6/perl
52500           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
52501           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
52502 ____________________________________________________________________________
52503 [  7281] By: gsar                                  on 2000/10/16  03:49:14
52504         Log: integrate change#5975 from mainline
52505              
52506              allow sort() reentrancy (variant of patch suggested by
52507              Hugo van der Sanden)
52508      Branch: maint-5.6/perl
52509           !> pp_ctl.c t/op/sort.t
52510 ____________________________________________________________________________
52511 [  7280] By: gsar                                  on 2000/10/16  03:48:22
52512         Log: integrate change#5974 from mainline
52513              
52514              change#4197 somehow missed initializing PL_errors, meaning
52515              syntax error queueing wasn't working outside eval"" at all;
52516              also fixed eval"" to localize PL_error_count, so that compile-time
52517              eval's don't clobber the error state of the outer context
52518      Branch: maint-5.6/perl
52519           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
52520           !> t/pragma/warn/toke
52521 ____________________________________________________________________________
52522 [  7279] By: gsar                                  on 2000/10/16  03:46:21
52523         Log: integrate change#5973 from mainline
52524              
52525              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
52526      Branch: maint-5.6/perl
52527           !> regcomp.c regexec.c t/op/re_tests
52528 ____________________________________________________________________________
52529 [  7278] By: gsar                                  on 2000/10/16  03:44:54
52530         Log: integrate change#5971 from cfgperl
52531              
52532              Unicos tweaks from Mark P. Lutz.
52533      Branch: maint-5.6/perl
52534           !> hints/unicos.sh lib/Math/Complex.pm
52535 ____________________________________________________________________________
52536 [  7277] By: gsar                                  on 2000/10/16  03:42:59
52537         Log: integrate changes#5966..5970 from mainline
52538              
52539              add testsuite for B backends, fix bug in B::Deparse (from
52540              Simon Cozens <simon@brecon.co.uk>)
52541              
52542              improved docs on the warn_uninit diagnostic (from David Glasser
52543              and Simon Cozens)
52544              
52545              tolerate spaces in group names in test on solaris (from David Boyce
52546              <dsb@boyski.com>)
52547              
52548              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
52549              
52550              Data::Dumper fumbles negative numbers on 32-bit platforms where
52551              IV is >32bits
52552      Branch: maint-5.6/perl
52553           +> t/lib/b.t t/lib/syslog.t
52554           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
52555           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
52556           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
52557 ____________________________________________________________________________
52558 [  7276] By: gsar                                  on 2000/10/16  03:39:30
52559         Log: integrate change#5965 from mainline
52560              
52561              avoid "will not stay shared" warnings for our variables (from
52562              Robin Barker)
52563      Branch: maint-5.6/perl
52564           !> op.c t/pragma/warn/op
52565 ____________________________________________________________________________
52566 [  7275] By: gsar                                  on 2000/10/16  03:38:18
52567         Log: integrate change#5964 from mainline
52568              
52569              reformat to 72 columns (again)
52570      Branch: maint-5.6/perl
52571           !> pod/perldiag.pod
52572 ____________________________________________________________________________
52573 [  7274] By: gsar                                  on 2000/10/16  03:36:58
52574         Log: integrate change#5963 from mainline
52575              
52576              patch from Larry to make (\&) prototype work; added tests for
52577              the same
52578      Branch: maint-5.6/perl
52579           !> op.c t/comp/proto.t
52580 ____________________________________________________________________________
52581 [  7273] By: gsar                                  on 2000/10/16  03:35:51
52582         Log: integrate changes#5956..5962 from mainline
52583              
52584              better diagnostics on failed tests (from Ilya Zakharevich)
52585              
52586              pod nits (from A. C. Yardley <yardley@tanet.net>)
52587              
52588              change#3569 deleted some essential code, revert; avoid use of
52589              atexit() to make DynaLoader work properly on AIX under mod_perl
52590              (from Jens-Uwe Mager <jum@helios.de>)
52591              
52592              doubled words in pods (from Simon Cozens
52593              <simon.p.cozens@jp.pwcglobal.com>)
52594              
52595              better INSTALL notes on Solaris issues (from Dominic Dunlop)
52596              
52597              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
52598              
52599              updated README.hpux (from Jeff Okamoto)
52600      Branch: maint-5.6/perl
52601           !> INSTALL README.hpux emacs/cperl-mode.el
52602           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
52603           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
52604           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
52605           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
52606           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
52607           !> t/op/lex_assign.t
52608 ____________________________________________________________________________
52609 [  7272] By: gsar                                  on 2000/10/16  03:31:22
52610         Log: integrate change#5955 from mainline
52611              
52612              longstanding bug exposed by change#3307: sort arguments weren't
52613              compiled with the right wantarray context (ensuing runtime lookup
52614              via block_gimme() was getting the incidental context of the
52615              sort() itself)
52616      Branch: maint-5.6/perl
52617           !> op.c t/op/sort.t
52618 ____________________________________________________________________________
52619 [  7271] By: gsar                                  on 2000/10/16  03:29:11
52620         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
52621              branch
52622              
52623              Flatten the cpp jungle doing the nosuid checking.
52624              
52625              Do not assume sign propagation. (from M.J.T. Guy)
52626              
52627              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
52628              
52629              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
52630              Now pp_ncmp() returns undef is either operand is a NaN.
52631              
52632              On second thoughts frexp() does have two arguments.
52633              
52634              Document that tr() is not tr(1).
52635              
52636              Be more robust on "extreme" (large absolute value)
52637              arguments.  Originally reported by Daniel Connelly
52638              as a problem with asinh() on large negative arguments,
52639              asinh() used to bail out because an argument to log()
52640              ended up being zero.  Ilya Zakharevich proposed using
52641              Taylor's series in such cases, which for such large
52642              arguments is a very good approximation.
52643              
52644              Undo "use integer" addition from 64bitint as it seems
52645              to break most of the subtests in Digital UNIX;
52646              Unicos needs to find another way.
52647      Branch: maint-5.6/perl
52648           !> (integrate 29 files)
52649 ____________________________________________________________________________
52650 [  7270] By: gsar                                  on 2000/10/16  03:09:44
52651         Log: integrate changes#5948,5949,5950 from mainline
52652              
52653              typo in vars.pm that leads to cryptic message (from Piotr
52654              Piatkowski <kompas@kompas.usr.onet.pl>)
52655              
52656              make perldoc use the pod2man from the same version (from
52657              M.J.T. Guy)
52658              
52659              reformat perldiag to avoid long lines
52660      Branch: maint-5.6/perl
52661           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
52662 ____________________________________________________________________________
52663 [  7269] By: gsar                                  on 2000/10/16  03:05:54
52664         Log: integrate change#5947 from mainline
52665              
52666              use &dl_error rather than &dl_load_file as the guard for calling
52667              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
52668              statically built perl)
52669      Branch: maint-5.6/perl
52670           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
52671 ____________________________________________________________________________
52672 [  7268] By: gsar                                  on 2000/10/16  03:04:48
52673         Log: integrate change#5945 from mainline
52674              
52675              make module name mandatory after -M switch; reorder perldiag
52676              alphabetically (from Mark-Jason Dominus)
52677      Branch: maint-5.6/perl
52678           !> perl.c pod/perldiag.pod
52679 ____________________________________________________________________________
52680 [  7267] By: gsar                                  on 2000/10/16  03:03:01
52681         Log: integrate change#5939 from mainline
52682              
52683              more pod nits (from Larry Virden)
52684      Branch: maint-5.6/perl
52685           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
52686           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
52687           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
52688 ____________________________________________________________________________
52689 [  7266] By: gsar                                  on 2000/10/16  03:01:39
52690         Log: integrate change#5938 from mainline
52691              
52692              Consolidated B::Deparse fixes (from Stephen McCamant)
52693      Branch: maint-5.6/perl
52694           !> ext/B/B/Deparse.pm
52695 ____________________________________________________________________________
52696 [  7265] By: gsar                                  on 2000/10/16  03:00:43
52697         Log: integrate change#5936 from mainline
52698              
52699              additional tests for change#7263 (from Paul Marquess)
52700      Branch: maint-5.6/perl
52701           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
52702           !> t/pragma/warn/5nolint t/pragma/warn/6default
52703 ____________________________________________________________________________
52704 [  7264] By: gsar                                  on 2000/10/16  02:58:34
52705         Log: integrate change#5934 from mainline
52706              
52707              propagate lexical warnings from surrounding scope correctly
52708              within string eval() (from Paul Marquess)
52709      Branch: maint-5.6/perl
52710           !> pp_ctl.c t/pragma/warn/pp_ctl
52711 ____________________________________________________________________________
52712 [  7263] By: gsar                                  on 2000/10/16  02:56:53
52713         Log: integrate change#5932 from mainline
52714              
52715              add rsignal(), whichsig() and do_join() to public API list
52716              (mod_perl uses them to good advantage)
52717      Branch: maint-5.6/perl
52718           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
52719 ____________________________________________________________________________
52720 [  7262] By: gsar                                  on 2000/10/16  02:55:53
52721         Log: integrate change#5931 from mainline
52722              
52723              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
52724      Branch: maint-5.6/perl
52725           !> pp_hot.c regexec.c t/op/pat.t
52726 ____________________________________________________________________________
52727 [  7261] By: gsar                                  on 2000/10/16  02:55:01
52728         Log: integrate change#5930 from mainline
52729              
52730              small os390 tweaks (from Peter Prymmer)
52731      Branch: maint-5.6/perl
52732           !> config_h.SH makedepend.SH
52733 ____________________________________________________________________________
52734 [  7260] By: gsar                                  on 2000/10/16  02:54:10
52735         Log: integrate change#5929 from mainline
52736              
52737              pod nits
52738      Branch: maint-5.6/perl
52739           !> pod/perlguts.pod
52740 ____________________________________________________________________________
52741 [  7259] By: gsar                                  on 2000/10/16  02:52:55
52742         Log: integrate change#5927 from mainline
52743              
52744              arrange for next() to resume at the unstack op rather than the
52745              loop conditional, so that scope cleanup happens correctly
52746              (from Stephen McCamant)
52747      Branch: maint-5.6/perl
52748           !> op.c pp_ctl.c t/op/misc.t
52749 ____________________________________________________________________________
52750 [  7258] By: gsar                                  on 2000/10/16  02:51:38
52751         Log: integrate change#5926 from mainline
52752              
52753              on windows, reserve 16M of stack rather than 128M (allows more
52754              threads to run concurrently)
52755      Branch: maint-5.6/perl
52756           !> win32/Makefile win32/makefile.mk
52757 ____________________________________________________________________________
52758 [  7257] By: gsar                                  on 2000/10/16  02:50:37
52759         Log: integrate change#5925 from mainline
52760              
52761              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
52762      Branch: maint-5.6/perl
52763           !> toke.c
52764 ____________________________________________________________________________
52765 [  7256] By: gsar                                  on 2000/10/16  02:49:36
52766         Log: integrate change#5924 from mainline
52767              
52768              avoid using uninitialized memory in require version check
52769      Branch: maint-5.6/perl
52770           !> pp_ctl.c universal.c
52771 ____________________________________________________________________________
52772 [  7255] By: gsar                                  on 2000/10/16  02:48:03
52773         Log: integrate changes#5923,5928,6009 from mainline
52774              
52775              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
52776      Branch: maint-5.6/perl
52777           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
52778 ____________________________________________________________________________
52779 [  7254] By: gsar                                  on 2000/10/16  02:44:46
52780         Log: integrate change#5922 from mainline
52781              
52782              commentary about IoTYPE() (from Nathan Torkington)
52783      Branch: maint-5.6/perl
52784           !> sv.h
52785 ____________________________________________________________________________
52786 [  7253] By: gsar                                  on 2000/10/16  02:43:49
52787         Log: integrate change#5921 from mainline
52788              
52789              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
52790      Branch: maint-5.6/perl
52791           !> sv.c t/lib/charnames.t t/pragma/utf8.t
52792 ____________________________________________________________________________
52793 [  7252] By: gsar                                  on 2000/10/16  02:42:31
52794         Log: integrate change#5920 from mainline
52795              
52796              Larry's fix for buggy propagation of utf8-ness in join(); add test
52797      Branch: maint-5.6/perl
52798           !> doop.c t/op/ver.t
52799 ____________________________________________________________________________
52800 [  7251] By: gsar                                  on 2000/10/16  02:41:14
52801         Log: integrate changes#5915..5919 from mainline
52802              
52803              various (pod tweaks &c)
52804      Branch: maint-5.6/perl
52805           !> (integrate 33 files)
52806 ____________________________________________________________________________
52807 [  7250] By: gsar                                  on 2000/10/16  02:38:16
52808         Log: integrate change#5914 from mainline
52809              
52810              caller() wasn't returning the right number of elements for
52811              eval {...}
52812      Branch: maint-5.6/perl
52813           !> pp_ctl.c t/pragma/warn/9enabled
52814 ____________________________________________________________________________
52815 [  7249] By: gsar                                  on 2000/10/16  02:37:02
52816         Log: integrate change#5913 from mainline
52817              
52818              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
52819              (from Mark-Jason Dominus)
52820      Branch: maint-5.6/perl
52821           !> pod/perlfunc.pod
52822 ____________________________________________________________________________
52823 [  7248] By: gsar                                  on 2000/10/16  02:35:58
52824         Log: integrate change#5912 from mainline
52825              
52826              fix totally broken caching in UNIVERSAL::isa() (from
52827              Nick Ing-Simmons)
52828      Branch: maint-5.6/perl
52829           !> t/op/universal.t universal.c
52830 ____________________________________________________________________________
52831 [  7247] By: gsar                                  on 2000/10/16  02:34:27
52832         Log: integrate changes#5910,5911 from mainline
52833              
52834              typo in pod
52835              
52836              add linebreak properties from unicode/LineBrk.txt (from
52837              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
52838      Branch: maint-5.6/perl
52839           +> (branch 29 files)
52840           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
52841 ____________________________________________________________________________
52842 [  7246] By: gsar                                  on 2000/10/16  02:33:29
52843         Log: integrate change#5909 from mainline
52844              
52845              mode argument to do_binmode() should be file mode, not boolean
52846      Branch: maint-5.6/perl
52847           !> pp_sys.c
52848 ____________________________________________________________________________
52849 [  7245] By: gsar                                  on 2000/10/16  02:31:04
52850         Log: integrate change#5908 from mainline
52851              
52852              introduce illegal symbols into null package so that
52853              gv_fetchpv(...,TRUE) always returns a valid GV even when the
52854              symbol is trapped by strictures (avoids coredumps)
52855      Branch: maint-5.6/perl
52856           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
52857           !> t/pragma/strict-vars
52858 ____________________________________________________________________________
52859 [  7244] By: jhi                                   on 2000/10/16  02:29:54
52860         Log: Subject: $Carp::ExportLevel confusion in Exporter
52861              From: "Ben Tilly" <ben_tilly@hotmail.com>
52862              Date: Sat, 14 Oct 2000 16:44:34 EDT
52863              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
52864      Branch: perl
52865            ! lib/Exporter/Heavy.pm
52866 ____________________________________________________________________________
52867 [  7243] By: jhi                                   on 2000/10/16  02:28:33
52868         Log: Subject: [PATCH perlguts.pod] Document offset hack
52869              From: Simon Cozens <simon@cozens.net>
52870              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
52871              Date: Sat, 14 Oct 2000 19:32:25 +0100
52872      Branch: perl
52873            ! pod/perlguts.pod
52874 ____________________________________________________________________________
52875 [  7242] By: gsar                                  on 2000/10/16  02:26:51
52876         Log: integrate changes#5905,5906,5907,6064 from mainline
52877              
52878              printf/sprintf didn't get quad types right under use64bitint
52879      Branch: maint-5.6/perl
52880           !> pp_sys.c sv.c t/op/64bitint.t
52881 ____________________________________________________________________________
52882 [  7241] By: jhi                                   on 2000/10/16  02:22:44
52883         Log: Subject: small pod patch
52884              From: Dan Boorstein <dan_boo@bellsouth.net>
52885              Date: Sat, 14 Oct 2000 14:29:24 -0400
52886              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
52887      Branch: perl
52888            ! pod/perlfaq7.pod pod/perlmod.pod
52889 ____________________________________________________________________________
52890 [  7240] By: jhi                                   on 2000/10/16  02:13:46
52891         Log: -w cleanup.
52892              
52893              Subject: Re: Problems with bleadperl 
52894              From: "Stephen P. Potter" <spp@ds.net>
52895              Date: Fri, 13 Oct 2000 13:32:49 -0400
52896              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
52897      Branch: perl
52898            ! t/pragma/overload.t
52899 ____________________________________________________________________________
52900 [  7239] By: jhi                                   on 2000/10/16  01:41:18
52901         Log: One more ~utf8 tweak.
52902      Branch: perl
52903            ! t/op/bop.t
52904 ____________________________________________________________________________
52905 [  7238] By: jhi                                   on 2000/10/16  01:34:14
52906         Log: Tweak the test of #7235.
52907      Branch: perl
52908            ! t/op/bop.t
52909 ____________________________________________________________________________
52910 [  7237] By: jhi                                   on 2000/10/16  01:25:04
52911         Log: Fix a couple of compiler-noted nits in #7235.
52912      Branch: perl
52913            ! pp.c
52914 ____________________________________________________________________________
52915 [  7236] By: jhi                                   on 2000/10/16  01:22:46
52916         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
52917      Branch: perl
52918            ! pp.c pp_hot.c
52919 ____________________________________________________________________________
52920 [  7235] By: jhi                                   on 2000/10/15  16:24:44
52921         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
52922              
52923              From: Simon Cozens <simon@cozens.net>
52924              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
52925              Date: Sat, 14 Oct 2000 20:52:13 +0100
52926              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
52927      Branch: perl
52928            ! pp.c t/op/bop.t utf8.h
52929 ____________________________________________________________________________
52930 [  7234] By: jhi                                   on 2000/10/15  15:19:29
52931         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
52932              The problem was that rx->minlen was in chars while pp_split()
52933              thought it would be in bytes. 
52934      Branch: perl
52935            ! pp.c t/pragma/utf8.t
52936 ____________________________________________________________________________
52937 [  7233] By: jhi                                   on 2000/10/14  20:24:24
52938         Log: Document FNCASE=y as discussed in the bug 20000902.009.
52939      Branch: perl
52940            ! README.dos
52941 ____________________________________________________________________________
52942 [  7232] By: jhi                                   on 2000/10/14  18:52:21
52943         Log: Add test for bug id 20000427.003 (which seems to have
52944              been fixed) (also duplicate as 20000427.004, though
52945              with a higher severity).  Move one utf8 from op/append
52946              to pragma/utf8, tag the tests with bug ids.
52947      Branch: perl
52948            ! t/op/append.t t/pragma/utf8.t
52949 ____________________________________________________________________________
52950 [  7231] By: jhi                                   on 2000/10/14  17:28:37
52951         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
52952      Branch: perl
52953            ! t/pragma/utf8.t
52954 ____________________________________________________________________________
52955 [  7230] By: jhi                                   on 2000/10/14  14:24:50
52956         Log: Needs to be conditional on SunOS 4.
52957              
52958              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
52959              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
52960              Date: Sat, 14 Oct 2000 13:37:49 +0100
52961              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
52962      Branch: metaconfig/U/perl
52963            ! End.U
52964      Branch: perl
52965            ! Configure myconfig.SH pod/perldelta.pod
52966 ____________________________________________________________________________
52967 [  7229] By: jhi                                   on 2000/10/14  00:49:22
52968         Log: Update Changes.
52969      Branch: perl
52970            ! Changes patchlevel.h
52971 ____________________________________________________________________________
52972 [  7228] By: jhi                                   on 2000/10/14  00:46:10
52973         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
52974              From: Peter Prymmer <pvhp@forte.com>
52975              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
52976              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
52977      Branch: perl
52978            ! lib/utf8.pm
52979 ____________________________________________________________________________
52980 [  7227] By: jhi                                   on 2000/10/13  23:20:30
52981         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
52982      Branch: perl
52983            ! t/op/tie.t
52984 ____________________________________________________________________________
52985 [  7226] By: jhi                                   on 2000/10/13  22:14:32
52986         Log: Tweak #7225.
52987              
52988              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
52989              From: Peter Prymmer <pvhp@forte.com>
52990              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
52991              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
52992      Branch: perl
52993            ! t/op/sprintf.t
52994 ____________________________________________________________________________
52995 [  7225] By: jhi                                   on 2000/10/13  22:11:31
52996         Log: op/sprintf.t patch for OS/390 (and any other host with limited
52997              floating-point exponent length)
52998              
52999              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
53000              From: Dominic Dunlop <domo@computer.org>
53001              Date: Fri, 13 Oct 2000 19:17:57 +0200
53002              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
53003      Branch: perl
53004            ! t/op/sprintf.t
53005 ____________________________________________________________________________
53006 [  7224] By: jhi                                   on 2000/10/13  18:40:48
53007         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
53008      Branch: perl
53009            ! toke.c
53010 ____________________________________________________________________________
53011 [  7223] By: jhi                                   on 2000/10/13  18:37:13
53012         Log: Thinko in #7222.
53013      Branch: perl
53014            ! utf8.c
53015 ____________________________________________________________________________
53016 [  7222] By: jhi                                   on 2000/10/13  18:05:23
53017         Log: Use UTF8SKIP(), from Simon Cozens.
53018      Branch: perl
53019            ! utf8.c
53020 ____________________________________________________________________________
53021 [  7221] By: jhi                                   on 2000/10/13  15:43:19
53022         Log: (accidentally empty check-in)
53023      Branch: perl
53024            ! utf8.c
53025 ____________________________________________________________________________
53026 [  7220] By: jhi                                   on 2000/10/13  15:23:51
53027         Log: Add (optimistically) Storable to static extensions.
53028      Branch: perl
53029            ! hints/uwin.sh hints/vmesa.sh
53030 ____________________________________________________________________________
53031 [  7219] By: jhi                                   on 2000/10/13  15:20:05
53032         Log: Amdahl UTS doesn't seem to do dynaloading.
53033      Branch: perl
53034            ! hints/uts.sh
53035 ____________________________________________________________________________
53036 [  7218] By: jhi                                   on 2000/10/13  15:15:20
53037         Log: Slight tweak of the code to appease Amdahl UTS cc.
53038      Branch: perl
53039            ! pp.c
53040 ____________________________________________________________________________
53041 [  7217] By: jhi                                   on 2000/10/13  14:50:42
53042         Log: In Amdahl UTS "struct sv" is defined by a system header,
53043              <ksync.h>.
53044      Branch: perl
53045            ! perl.h sv.h
53046 ____________________________________________________________________________
53047 [  7216] By: jhi                                   on 2000/10/13  11:58:25
53048         Log: Ilya implemented the memory profiling API.
53049      Branch: perl
53050            ! Todo
53051 ____________________________________________________________________________
53052 [  7215] By: jhi                                   on 2000/10/13  02:56:38
53053         Log: Subject: [PATCH 5.7.0] Perl API for mstats
53054              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53055              Date: Thu, 12 Oct 2000 22:52:40 -0400
53056              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
53057      Branch: perl
53058            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
53059 ____________________________________________________________________________
53060 [  7214] By: jhi                                   on 2000/10/13  02:55:38
53061         Log: Subject: [PATCH 5.7.0] IVs in mtats
53062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53063              Date: Thu, 12 Oct 2000 22:51:04 -0400
53064              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
53065      Branch: perl
53066            ! malloc.c perl.h
53067 ____________________________________________________________________________
53068 [  7213] By: jhi                                   on 2000/10/13  02:31:47
53069         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
53070      Branch: perl
53071            ! pod/perldiag.pod pp_sys.c
53072 ____________________________________________________________________________
53073 [  7212] By: jhi                                   on 2000/10/13  01:27:38
53074         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
53075              From: Peter Prymmer <pvhp@forte.com>
53076              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
53077              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
53078      Branch: perl
53079            ! t/op/oct.t
53080 ____________________________________________________________________________
53081 [  7211] By: jhi                                   on 2000/10/13  00:35:09
53082         Log: Update Changes.
53083      Branch: perl
53084            ! Changes patchlevel.h
53085 ____________________________________________________________________________
53086 [  7210] By: jhi                                   on 2000/10/12  23:59:40
53087         Log: The Install.pm third of
53088              
53089              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53090              From: Bill Campbell <bill@celestial.com>
53091              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
53092              Date: Thu, 5 Oct 2000 18:04:51 -0700
53093      Branch: perl
53094            ! lib/ExtUtils/Install.pm
53095 ____________________________________________________________________________
53096 [  7209] By: jhi                                   on 2000/10/12  23:58:43
53097         Log: Two thirds of
53098              
53099              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
53100              Date: Thu, 5 Oct 2000 18:04:51 -0700
53101              From: Bill Campbell <bill@celestial.com>
53102              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
53103              
53104              The Install.pm changes will be submitted separately because
53105              they need some work and discussion still.
53106      Branch: perl
53107            ! lib/getopts.pl lib/termcap.pl
53108 ____________________________________________________________________________
53109 [  7208] By: jhi                                   on 2000/10/12  23:41:19
53110         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
53111              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53112              Date:     Thu, 12 Oct 2000 07:30:02 EDT
53113              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
53114      Branch: perl
53115            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
53116            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
53117 ____________________________________________________________________________
53118 [  7207] By: jhi                                   on 2000/10/12  23:39:01
53119         Log: An updated EBCDIC tr patch.
53120              
53121              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
53122              From: Peter Prymmer <pvhp@forte.com>
53123              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
53124              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
53125      Branch: perl
53126            ! t/op/tr.t
53127 ____________________________________________________________________________
53128 [  7206] By: jhi                                   on 2000/10/12  23:34:55
53129         Log: Upgrade to CPAN 1.58, from Andreas König.
53130      Branch: perl
53131            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53132 ____________________________________________________________________________
53133 [  7205] By: jhi                                   on 2000/10/12  23:29:08
53134         Log: Introduce the man[24-8] variables, from Andy Dougherty.
53135      Branch: metaconfig/U/perl
53136            + mandirs.U mandirstyle.U
53137      Branch: perl
53138            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53139            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
53140            ! vos/config.h vos/config.pl vos/config_h.SH_orig
53141            ! win32/config.bc win32/config.gc win32/config.vc
53142 ____________________________________________________________________________
53143 [  7204] By: gsar                                  on 2000/10/12  18:11:24
53144         Log: restore change#7202
53145      Branch: perl
53146            ! mg.c
53147 ____________________________________________________________________________
53148 [  7203] By: gsar                                  on 2000/10/12  18:09:40
53149         Log: another test of the Emergency Broadcast System--back out 
53150              change#7202
53151      Branch: perl
53152            ! mg.c
53153 ____________________________________________________________________________
53154 [  7202] By: gsar                                  on 2000/10/12  16:40:47
53155         Log: (submitted on behalf of Jarkko)
53156              Fix the lib/encode.t subtest 6 failure as reported by Andreas
53157              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
53158              was unearthed by change 7182, as was a bug in HTML::Entities.
53159      Branch: perl
53160            ! mg.c
53161 ____________________________________________________________________________
53162 [  7201] By: jhi                                   on 2000/10/11  03:16:05
53163         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
53164      Branch: perl
53165            ! pp_hot.c t/pragma/utf8.t
53166 ____________________________________________________________________________
53167 [  7200] By: jhi                                   on 2000/10/11  00:40:30
53168         Log: The #7198 was a false alarm.
53169      Branch: perl
53170            ! pp_hot.c
53171 ____________________________________________________________________________
53172 [  7199] By: jhi                                   on 2000/10/11  00:26:04
53173         Log: Remove duplicated code.
53174      Branch: perl
53175            ! t/lib/cgi-html.t
53176 ____________________________________________________________________________
53177 [  7198] By: jhi                                   on 2000/10/10  23:30:46
53178         Log: (Retracted by #7200.)
53179      Branch: perl
53180            ! pp_hot.c
53181 ____________________________________________________________________________
53182 [  7197] By: jhi                                   on 2000/10/10  21:49:30
53183         Log: Add the test case for #7190, from the original bug report
53184              by Andreas König.
53185      Branch: perl
53186            ! t/pragma/utf8.t
53187 ____________________________________________________________________________
53188 [  7196] By: jhi                                   on 2000/10/10  21:40:49
53189         Log: Reapply Andy's patch and regen Configure.
53190      Branch: perl
53191            ! Configure INSTALL Makefile.SH Porting/Glossary
53192            ! Porting/config.sh config_h.SH epoc/config.sh installperl
53193            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
53194            ! win32/config.vc
53195 ____________________________________________________________________________
53196 [  7195] By: jhi                                   on 2000/10/10  21:09:30
53197         Log: Use the versiononly instead of the installscripts,
53198              retract the changes 7146 and 7147.
53199      Branch: perl
53200            ! Configure INSTALL Makefile.SH Porting/Glossary
53201            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
53202            ! installperl uconfig.sh vos/config.def win32/config.bc
53203            ! win32/config.gc win32/config.vc
53204 ____________________________________________________________________________
53205 [  7194] By: jhi                                   on 2000/10/10  21:06:15
53206         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
53207              From: Peter Prymmer <pvhp@forte.com>
53208              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
53209              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
53210      Branch: perl
53211            ! t/op/ver.t
53212 ____________________________________________________________________________
53213 [  7193] By: jhi                                   on 2000/10/10  21:05:12
53214         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
53215              From: Peter Prymmer <pvhp@forte.com>
53216              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
53217              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
53218      Branch: perl
53219            ! t/op/tr.t
53220 ____________________________________________________________________________
53221 [  7192] By: jhi                                   on 2000/10/10  20:57:30
53222         Log: Add versiononly, delete installscripts, from Andy Dougherty.
53223      Branch: metaconfig
53224            - U/installdirs/installscripts.U
53225      Branch: metaconfig/U/perl
53226            + versiononly.U
53227 ____________________________________________________________________________
53228 [  7191] By: jhi                                   on 2000/10/10  19:41:21
53229         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
53230              From: Peter Prymmer <pvhp@forte.com>
53231              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
53232              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
53233      Branch: perl
53234            ! pod/perlebcdic.pod
53235 ____________________________________________________________________________
53236 [  7190] By: jhi                                   on 2000/10/10  19:26:14
53237         Log: Subject: Re: utf8 concat, mg_get
53238              From: Simon Cozens <simon@cozens.net>
53239              Date: Tue, 10 Oct 2000 17:40:17 +0100
53240              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
53241      Branch: perl
53242            ! pp_hot.c
53243 ____________________________________________________________________________
53244 [  7189] By: jhi                                   on 2000/10/10  19:23:03
53245         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
53246              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
53247              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
53248              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
53249      Branch: perl
53250            ! lib/ExtUtils/MM_Unix.pm
53251 ____________________________________________________________________________
53252 [  7188] By: jhi                                   on 2000/10/10  15:31:24
53253         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
53254              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
53255              Date: Fri, 14 Jul 2000 10:47:36 +0100
53256              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
53257      Branch: perl
53258            ! README.win32
53259 ____________________________________________________________________________
53260 [  7187] By: jhi                                   on 2000/10/10  13:30:10
53261         Log: Quote the temp file name, needed in Win32 because the
53262              default name unfortunately contains spaces, shouldn't
53263              hurt elsewhere.
53264              
53265              Subject: FW: perldoc fails if $TEMP contains spaces
53266              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
53267              Date: Thu, 14 Sep 2000 08:58:45 +0100
53268              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
53269      Branch: perl
53270            ! utils/perldoc.PL
53271 ____________________________________________________________________________
53272 [  7186] By: jhi                                   on 2000/10/10  13:16:27
53273         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
53274              From: hv@hugo.hybyte.com
53275              Date: Tue, 10 Oct 2000 14:10:20 +0100
53276              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
53277      Branch: perl
53278            ! t/lib/thr5005.t util.c
53279 ____________________________________________________________________________
53280 [  7185] By: jhi                                   on 2000/10/10  12:06:22
53281         Log: Upgrade to podlators 1.04, from Russ Allbery.
53282      Branch: perl
53283            ! lib/Pod/Man.pm lib/Pod/Text.pm
53284 ____________________________________________________________________________
53285 [  7184] By: jhi                                   on 2000/10/10  12:01:32
53286         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
53287      Branch: perl
53288            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
53289 ____________________________________________________________________________
53290 [  7183] By: jhi                                   on 2000/10/09  23:47:15
53291         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
53292              From: Peter Prymmer <pvhp@forte.com>
53293              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
53294              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
53295      Branch: perl
53296            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
53297 ____________________________________________________________________________
53298 [  7182] By: jhi                                   on 2000/10/09  23:43:16
53299         Log: Make eq work again with utf8 (disabling the upgrading
53300              should no more be necessary since the copies of the
53301              scalars are upgraded, not the scalars themselves).
53302              Takes care of ID 20001009.001.  (The claimed length()
53303              bug in 20001009.001 seems bogus to me.)
53304      Branch: perl
53305            ! sv.c t/pragma/utf8.t
53306 ____________________________________________________________________________
53307 [  7181] By: gsar                                  on 2000/10/09  19:41:54
53308         Log: tweak for change#7173
53309      Branch: perl
53310            ! win32/win32sck.c
53311 ____________________________________________________________________________
53312 [  7180] By: gsar                                  on 2000/10/09  19:26:56
53313         Log: on Windows, clean targets might not work under some flavors of the shell
53314      Branch: perl
53315            ! win32/Makefile win32/makefile.mk
53316 ____________________________________________________________________________
53317 [  7179] By: jhi                                   on 2000/10/09  19:21:02
53318         Log: Update Changes.
53319      Branch: perl
53320            ! Changes patchlevel.h
53321 ____________________________________________________________________________
53322 [  7178] By: jhi                                   on 2000/10/09  19:18:23
53323         Log: Warn about unknown scripts.
53324              
53325              Subject: Re: ideas? patches? [PATCH bleadperl]
53326              From: Dominic Dunlop <domo@computer.org>
53327              Date: Mon, 9 Oct 2000 14:57:17 +0200
53328              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
53329      Branch: perl
53330            ! lib/charnames.pm
53331 ____________________________________________________________________________
53332 [  7177] By: jhi                                   on 2000/10/09  19:13:27
53333         Log: Change #7160 had a nasty typo.
53334      Branch: metaconfig
53335            ! U/compline/Compile.U
53336      Branch: perl
53337            ! Configure config_h.SH
53338 ____________________________________________________________________________
53339 [  7176] By: gsar                                  on 2000/10/09  18:59:33
53340         Log: pod nit
53341      Branch: perl
53342            ! pod/perlport.pod
53343 ____________________________________________________________________________
53344 [  7175] By: gsar                                  on 2000/10/09  18:54:28
53345         Log: Windows9x doesn't support link(), despite what Config.pm
53346              might think
53347      Branch: perl
53348            ! lib/ExtUtils/Manifest.pm
53349 ____________________________________________________________________________
53350 [  7174] By: gsar                                  on 2000/10/09  18:50:03
53351         Log: avoid nonportable example code
53352      Branch: perl
53353            ! lib/File/Copy.pm
53354 ____________________________________________________________________________
53355 [  7173] By: gsar                                  on 2000/10/09  18:46:54
53356         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
53357              being used) when closing a socket handle
53358      Branch: perl
53359            ! win32/win32.c win32/win32.h win32/win32sck.c
53360 ____________________________________________________________________________
53361 [  7172] By: gsar                                  on 2000/10/09  18:41:40
53362         Log: on Windows, cwd strings in the environment should be of the
53363              form =X:=X:\foo instead of =X=X:\foo\
53364      Branch: perl
53365            ! win32/vdir.h
53366 ____________________________________________________________________________
53367 [  7171] By: gsar                                  on 2000/10/09  18:30:09
53368         Log: on Windows, LoadLibrary() could load an extension DLL multiple
53369              times if forward slashes are used in the path
53370      Branch: perl
53371            ! win32/win32.c
53372 ____________________________________________________________________________
53373 [  7170] By: jhi                                   on 2000/10/09  17:53:59
53374         Log: Add a todo note about overloadable assertions.
53375      Branch: perl
53376            ! Todo-5.6
53377 ____________________________________________________________________________
53378 [  7169] By: jhi                                   on 2000/10/09  13:43:45
53379         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
53380              From: mjd@plover.com
53381              Date: 9 Oct 2000 00:24:44 -0000
53382              Message-ID: <20001009002444.10616.qmail@plover.com>
53383      Branch: perl
53384            ! pod/perldebguts.pod
53385 ____________________________________________________________________________
53386 [  7168] By: nick                                  on 2000/10/08  13:16:33
53387         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
53388              is not right thing to do on (e.g. x86). Network order is also "right" for
53389              X fonts.
53390      Branch: perl
53391            ! ext/Encode/Encode.pm
53392 ____________________________________________________________________________
53393 [  7167] By: nick                                  on 2000/10/08  12:54:42
53394         Log: Make "encodings" work post-install when Encode/*.enc files may not
53395              be in same directory as Encode.pm
53396      Branch: perl
53397            ! ext/Encode/Encode.pm
53398 ____________________________________________________________________________
53399 [  7166] By: nick                                  on 2000/10/08  11:51:26
53400         Log: Work round the fact that $hash->{$key} does not take into account
53401              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
53402              so that key is always in the "expected" encoding - i.e. same way we put
53403              it in the hash.
53404      Branch: perl
53405            ! ext/Encode/Encode.pm
53406 ____________________________________________________________________________
53407 [  7165] By: gsar                                  on 2000/10/08  04:15:29
53408         Log: save_re_context() could reset PL_curcop to freed memory, causing core
53409              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
53410      Branch: perl
53411            ! pp_ctl.c
53412 ____________________________________________________________________________
53413 [  7164] By: jhi                                   on 2000/10/06  20:51:48
53414         Log: UTF8ize split() so that the cloned substrings get the UTF8
53415              flag of the original scalar.  Problem reported by Simon Cozens.
53416      Branch: perl
53417            ! pp.c t/pragma/utf8.t
53418 ____________________________________________________________________________
53419 [  7163] By: nick                                  on 2000/10/06  20:48:34
53420         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
53421              got a false +ve and so did not reach code which would have un-FAKEd the SV.
53422      Branch: perl
53423            ! sv.c
53424 ____________________________________________________________________________
53425 [  7162] By: nick                                  on 2000/10/06  20:25:37
53426         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
53427              To fix  (sort {$a <=> $b} keys %hash) in particular but
53428              should cover a number of other as-yet-unknown cases as well.
53429      Branch: perl
53430            ! sv.c
53431 ____________________________________________________________________________
53432 [  7161] By: jhi                                   on 2000/10/06  19:56:18
53433         Log: Change the version number of Tie::Handle in the core to 4.0,
53434              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
53435              
53436              Subject: Note on Tie::Handle
53437              From: andreas.koenig@anima.de (Andreas J. Koenig)
53438              Date:      06 Oct 2000 21:48:58 +0200
53439              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
53440      Branch: perl
53441            ! lib/Tie/Handle.pm
53442 ____________________________________________________________________________
53443 [  7160] By: jhi                                   on 2000/10/06  18:20:35
53444         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
53445              as the first option of cc/ld because of ultrapicky compilers
53446              (e.g. OS/390 R2.5)
53447      Branch: metaconfig
53448            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
53449            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
53450            ! U/compline/orderlib.U U/modified/Cppsym.U
53451            ! U/modified/d_access.U
53452      Branch: metaconfig/U/perl
53453            ! Checkcc.U d_dlsymun.U gccvers.U
53454      Branch: perl
53455            ! Configure config_h.SH
53456 ____________________________________________________________________________
53457 [  7159] By: jhi                                   on 2000/10/06  13:56:39
53458         Log: Update Changes.
53459      Branch: perl
53460            ! Changes patchlevel.h
53461 ____________________________________________________________________________
53462 [  7158] By: jhi                                   on 2000/10/06  12:48:40
53463         Log: Eliminate $Is_VMS code from the test.
53464              
53465              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
53466              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53467              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
53468              Date:     Thu, 5 Oct 2000 07:46:33 EDT
53469      Branch: perl
53470            ! t/lib/b.t
53471 ____________________________________________________________________________
53472 [  7157] By: jhi                                   on 2000/10/06  12:47:13
53473         Log: Also the $ccflags is needed for the C compiler check.
53474              
53475              Subject: Configure (check for C-compiler)
53476              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
53477              Date: Fri, 06 Oct 2000 08:47:15 +0200
53478              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
53479      Branch: metaconfig/U/perl
53480            ! Checkcc.U
53481      Branch: perl
53482            ! Configure config_h.SH
53483 ____________________________________________________________________________
53484 [  7156] By: jhi                                   on 2000/10/06  11:45:15
53485         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
53486      Branch: perl
53487            ! perl.c pp_ctl.c sv.h utf8.c
53488 ____________________________________________________________________________
53489 [  7155] By: jhi                                   on 2000/10/06  11:40:41
53490         Log: IO::Handle->syswrite() did not handle length omission
53491              like CORE::syswrite() does.
53492              
53493              Subject: [Fwd] IO::Handle, syswrite and arguments
53494              From: Graham Barr <gbarr@pobox.com>
53495              Date: Fri, 6 Oct 2000 10:22:05 +0100
53496              Message-ID: <20001006102205.U6312@pobox.com>
53497              
53498              The original patch from andrew@ugh.net.au.
53499      Branch: perl
53500            ! ext/IO/lib/IO/Handle.pm
53501 ____________________________________________________________________________
53502 [  7154] By: jhi                                   on 2000/10/06  01:42:15
53503         Log: Tweak #7153.
53504      Branch: perl
53505            ! utf8.h
53506 ____________________________________________________________________________
53507 [  7153] By: jhi                                   on 2000/10/06  00:39:55
53508         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
53509      Branch: perl
53510            ! utf8.h
53511 ____________________________________________________________________________
53512 [  7152] By: jhi                                   on 2000/10/06  00:38:11
53513         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
53514      Branch: perl
53515            ! perl.c pp_ctl.c sv.h utf8.c
53516 ____________________________________________________________________________
53517 [  7151] By: jhi                                   on 2000/10/06  00:36:38
53518         Log: Subject: Re: Questions about Tie::Array and perl modules
53519              From: Nick Ing-Simmons <nik@tiuk.ti.com>
53520              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
53521              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
53522              
53523              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
53524      Branch: perl
53525            ! lib/Tie/Array.pm t/op/array.t
53526 ____________________________________________________________________________
53527 [  7150] By: jhi                                   on 2000/10/05  00:20:45
53528         Log: Regen Changes.
53529      Branch: perl
53530            ! Changes patchlevel.h
53531 ____________________________________________________________________________
53532 [  7149] By: jhi                                   on 2000/10/05  00:20:01
53533         Log: Regen toc.
53534      Branch: perl
53535            ! pod/perltoc.pod
53536 ____________________________________________________________________________
53537 [  7148] By: jhi                                   on 2000/10/04  23:35:08
53538         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
53539              reported several times by Dominic Dunlop, for example in
53540              ID 20000315.008.  Patch from Dominic.  Patch affects at
53541              least MachTen, and possibly other oldish BSDs. Should not
53542              break non-broken platforms (tested on LinuxPPC). 
53543      Branch: perl
53544            ! doio.c
53545 ____________________________________________________________________________
53546 [  7147] By: jhi                                   on 2000/10/04  23:26:34
53547         Log: The one that got away from 7146.
53548      Branch: metaconfig
53549            + U/installdirs/installscripts.U
53550 ____________________________________________________________________________
53551 [  7146] By: jhi                                   on 2000/10/04  23:25:04
53552         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
53553              suggested by H. Merijn Brand.
53554      Branch: perl
53555            ! Configure INSTALL Makefile.SH Porting/Glossary
53556            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
53557            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
53558            ! win32/config.vc
53559 ____________________________________________________________________________
53560 [  7145] By: jhi                                   on 2000/10/04  22:08:21
53561         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
53562              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53563              Date: Wed, 4 Oct 2000 17:37:46 -0400
53564              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
53565      Branch: perl
53566            ! utils/h2xs.PL
53567 ____________________________________________________________________________
53568 [  7144] By: jhi                                   on 2000/10/04  18:11:41
53569         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
53570              From: Jeff Pinyan <jeffp@crusoe.net>
53571              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
53572              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
53573      Branch: perl
53574            ! pod/perlrun.pod
53575 ____________________________________________________________________________
53576 [  7143] By: jhi                                   on 2000/10/04  18:09:58
53577         Log: Subject: perlhack.pod Patch for Externals Tools
53578              From: Fisher Mark <fisherm@tce.com>
53579              Date: Tue, 3 Oct 2000 15:43:27 -0500 
53580              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
53581      Branch: perl
53582            ! pod/perlhack.pod
53583 ____________________________________________________________________________
53584 [  7142] By: jhi                                   on 2000/10/04  18:08:41
53585         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
53586              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
53587              Date:     Wed, 4 Oct 2000 12:11:11 EDT
53588              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
53589      Branch: perl
53590            ! vms/vms.c
53591 ____________________________________________________________________________
53592 [  7141] By: jhi                                   on 2000/10/04  12:20:16
53593         Log: Subject: [PATCH 5.7.0] h2xs not working
53594              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53595              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
53596              Date: Tue, 3 Oct 2000 21:43:01 -0400
53597              
53598              Subject: [PATCH 5.7.0] h2xs not documenting the created module
53599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53600              Date: Tue, 3 Oct 2000 22:55:19 -0400
53601              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
53602      Branch: perl
53603            ! utils/h2xs.PL
53604 ____________________________________________________________________________
53605 [  7140] By: jhi                                   on 2000/10/04  11:53:44
53606         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
53607              From: nick@babyhippo.com
53608              Date: Wed, 4 Oct 2000 12:06:45 +0100
53609              Message-Id: <20001004120645.A7356@babyhippo.com>
53610              
53611              Retract 7118 and 7135.
53612      Branch: perl
53613            ! installman installperl op.c t/pragma/subs.t
53614 ____________________________________________________________________________
53615 [  7139] By: jhi                                   on 2000/10/03  22:09:41
53616         Log: It is possible to have no hosts database at all.  Pointed out in
53617              
53618              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53619              From: Peter Prymmer <pvhp@forte.com>
53620              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
53621              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
53622      Branch: metaconfig
53623            ! U/modified/myhostname.U
53624      Branch: perl
53625            ! Configure config_h.SH
53626 ____________________________________________________________________________
53627 [  7138] By: jhi                                   on 2000/10/03  21:49:49
53628         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
53629              From: Peter Prymmer <pvhp@forte.com>
53630              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
53631              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
53632      Branch: perl
53633            ! pp_sys.c
53634 ____________________________________________________________________________
53635 [  7137] By: jhi                                   on 2000/10/03  20:10:05
53636         Log: One remaining nit less at the VMS mailbox sizing.
53637      Branch: perl
53638            ! vms/vms.c
53639 ____________________________________________________________________________
53640 [  7136] By: jhi                                   on 2000/10/03  20:08:47
53641         Log: Test harness update to sync with the new perlcc,
53642              from Simon Cozens.
53643      Branch: perl
53644            ! t/TEST t/UTEST
53645 ____________________________________________________________________________
53646 [  7135] By: jhi                                   on 2000/10/03  15:15:42
53647         Log: Subject: Re: PATCH for 20001003.004
53648              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
53649              From: "AARON B. DOSSETT" <aaron@iglou.com>
53650              Message-Id: <E13gTay-0006od-00@iglou.com>
53651      Branch: perl
53652            ! installman installperl
53653 ____________________________________________________________________________
53654 [  7134] By: jhi                                   on 2000/10/03  15:00:34
53655         Log: Subject: [ID 20001003.006] B::Debug not -w clean
53656              From: Nicholas Clark <nick@babyhippo.co.uk>
53657              Date: Tue, 03 Oct 2000 15:46:32 +0100
53658              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
53659      Branch: perl
53660            ! ext/B/B/Debug.pm
53661 ____________________________________________________________________________
53662 [  7133] By: jhi                                   on 2000/10/03  14:58:39
53663         Log: Scale down the VMS message boxes, by Charles Lane.
53664              Fix for ID 20000903.009, workaround at
53665              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
53666      Branch: perl
53667            ! vms/vms.c
53668 ____________________________________________________________________________
53669 [  7132] By: jhi                                   on 2000/10/03  11:20:37
53670         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
53671      Branch: perl
53672            + t/lib/st-lock.t t/lib/st-utf8.t
53673            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
53674            ! ext/Storable/Storable.xs t/lib/st-recurse.t
53675 ____________________________________________________________________________
53676 [  7131] By: jhi                                   on 2000/10/03  03:38:23
53677         Log: Encode nits.
53678      Branch: perl
53679            ! MANIFEST Makefile.SH
53680 ____________________________________________________________________________
53681 [  7130] By: jhi                                   on 2000/10/03  03:31:05
53682         Log: Update Changes.
53683      Branch: perl
53684            ! Changes patchlevel.h
53685 ____________________________________________________________________________
53686 [  7129] By: jhi                                   on 2000/10/03  02:24:02
53687         Log: Misplaced else.
53688      Branch: metaconfig/U/perl
53689            ! d_strtoll.U
53690      Branch: perl
53691            ! Configure config_h.SH
53692 ____________________________________________________________________________
53693 [  7128] By: jhi                                   on 2000/10/03  02:08:29
53694         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
53695              From: sthoenna@efn.org
53696              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
53697              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
53698      Branch: metaconfig/U/perl
53699            ! d_strtoll.U
53700      Branch: perl
53701            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
53702 ____________________________________________________________________________
53703 [  7127] By: jhi                                   on 2000/10/03  01:13:14
53704         Log: Update Changes.
53705      Branch: perl
53706            ! Changes patchlevel.h
53707 ____________________________________________________________________________
53708 [  7126] By: jhi                                   on 2000/10/03  00:57:08
53709         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
53710              as suggested by Olaf Flebbe and Nick Clark.
53711      Branch: perl
53712            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
53713 ____________________________________________________________________________
53714 [  7125] By: jhi                                   on 2000/10/03  00:50:56
53715         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
53716              From: Nick Clark <nick@plum.flirble.org>
53717              Date: Mon, 2 Oct 2000 11:03:24 +0100
53718              Message-Id: <20001002110324.D20073@plum.flirble.org>
53719              
53720              Also fixes bug ID 20001002.005.
53721      Branch: perl
53722            ! t/lib/encode.t
53723 ____________________________________________________________________________
53724 [  7124] By: jhi                                   on 2000/10/03  00:34:59
53725         Log: Subject: [PATCH 5.7.0] Epoc update
53726              From: Olaf Flebbe <o.flebbe@gmx.de>
53727              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
53728              Message-ID: <26423.969484586@www10.gmx.net>
53729      Branch: perl
53730            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
53731            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
53732            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
53733            ! util.c util.h
53734 ____________________________________________________________________________
53735 [  7123] By: jhi                                   on 2000/10/03  00:30:07
53736         Log: Regen headers.
53737      Branch: perl
53738            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
53739 ____________________________________________________________________________
53740 [  7122] By: jhi                                   on 2000/10/03  00:10:48
53741         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
53742      Branch: perl
53743            ! hints/openbsd.sh
53744 ____________________________________________________________________________
53745 [  7121] By: jhi                                   on 2000/10/03  00:05:06
53746         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
53747              From: <abigail@foad.org>
53748              Date: Tue, 26 Sep 2000 13:36:14 -0400
53749              Message-ID: <20000926173614.4356.qmail@foad.org>
53750      Branch: perl
53751            ! pod/perlop.pod
53752 ____________________________________________________________________________
53753 [  7120] By: jhi                                   on 2000/10/03  00:04:00
53754         Log: Inside require() $^S was always left undefined.
53755              
53756              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
53757              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53758              Date: Wed, 27 Sep 2000 18:54:49 -0400
53759              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
53760      Branch: perl
53761            ! cop.h mg.c pp_ctl.c util.c
53762 ____________________________________________________________________________
53763 [  7119] By: jhi                                   on 2000/10/03  00:00:16
53764         Log: Subject: [PATCH] DLL not restartabke with threaded perl
53765              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
53766              Date: Thu, 28 Sep 2000 09:20:46 +0100
53767              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
53768      Branch: perl
53769            ! perl.c
53770 ____________________________________________________________________________
53771 [  7118] By: jhi                                   on 2000/10/02  23:59:20
53772         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
53773              From: Nicholas Clark <nick@ccl4.org>
53774              Date: Thu, 28 Sep 2000 11:52:24 +0100
53775              Message-ID: <20000928115224.D7924@plum.flirble.org>
53776      Branch: perl
53777            ! op.c
53778 ____________________________________________________________________________
53779 [  7117] By: jhi                                   on 2000/10/02  23:57:51
53780         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
53781              From: Nicholas Clark <nick@babyhippo.co.uk>
53782              Date: Thu, 28 Sep 2000 12:18:10 +0100
53783              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
53784              
53785              Did not apply cleanly, manual intervention was needed.
53786      Branch: perl
53787            ! ext/B/B/Bytecode.pm utils/perlcc.PL
53788 ____________________________________________________________________________
53789 [  7116] By: jhi                                   on 2000/10/02  23:50:40
53790         Log: Document the issue (is not a syntax error, kind of)
53791              
53792              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
53793              From: Nicholas Clark <nick@ccl4.org>
53794              Date: Thu, 28 Sep 2000 17:12:42 +0100
53795              Message-ID: <20000928171242.K7924@plum.flirble.org>
53796      Branch: perl
53797            ! pod/perldata.pod
53798 ____________________________________________________________________________
53799 [  7115] By: jhi                                   on 2000/10/02  23:48:58
53800         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
53801              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53802              Date: Thu, 28 Sep 2000 21:55:31 -0400
53803              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
53804      Branch: perl
53805            ! regexec.c
53806 ____________________________________________________________________________
53807 [  7114] By: jhi                                   on 2000/10/02  23:47:57
53808         Log: Subject: DOC PATCH 5.6.0
53809              From: mjd@plover.com
53810              Date: 30 Sep 2000 06:02:34 -0000
53811              Message-ID: <20000930060234.4559.qmail@plover.com>
53812      Branch: perl
53813            ! pod/perldebguts.pod
53814 ____________________________________________________________________________
53815 [  7113] By: jhi                                   on 2000/10/02  23:46:43
53816         Log: SOCK_DGRAM and listen() do not mix as reported in
53817              
53818              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
53819              From: Petter Reinholdtsen <pere@hungry.com>
53820              Date: Sun, 1 Oct 2000 10:57:20 +0800
53821              Message-Id: <200010010257.KAA05735@localhost.localdomain>
53822              
53823              The patch for 5.7.0+ had to be reengineered, though.
53824      Branch: perl
53825            ! ext/IO/lib/IO/Socket/UNIX.pm
53826 ____________________________________________________________________________
53827 [  7112] By: jhi                                   on 2000/10/02  23:36:57
53828         Log: Subject: Re: [PATCH 5.005_64 missed]
53829              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
53830              Date: Sun, 1 Oct 2000 18:50:10 -0400
53831              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
53832      Branch: perl
53833            ! pod/perlxs.pod
53834 ____________________________________________________________________________
53835 [  7111] By: jhi                                   on 2000/10/02  23:35:40
53836         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
53837              From: Radu Greab <radu@netsoft.ro>
53838              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
53839              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
53840      Branch: perl
53841            ! op.c opcode.pl t/op/substr.t
53842 ____________________________________________________________________________
53843 [  7110] By: jhi                                   on 2000/10/02  23:32:38
53844         Log: Subject: [PATCH] Fix aliasing of tied filehandles
53845              From: Daniel Chetlin <daniel@chetlin.com>
53846              Date: Mon, 2 Oct 2000 14:53:27 -0700
53847              Message-ID: <20001002145327.C1617@ilmd>
53848      Branch: perl
53849            ! perl.h pp_hot.c t/op/tiehandle.t
53850 ____________________________________________________________________________
53851 [  7109] By: jhi                                   on 2000/10/02  23:31:30
53852         Log: s/Robin Parker/Robin Barker/
53853      Branch: perl
53854            ! Changes5.6
53855 ____________________________________________________________________________
53856 [  7108] By: jhi                                   on 2000/10/02  23:15:46
53857         Log: Retract #7091 as suggested in
53858              
53859              From: Robin Barker <rmb1@cise.npl.co.uk> 
53860              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
53861              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
53862              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
53863      Branch: perl
53864            ! embed.pl proto.h
53865 ____________________________________________________________________________
53866 [  7107] By: nick                                  on 2000/10/02  18:23:14
53867         Log: A few tweaks to get Tk803 to work with Encode scheme.
53868      Branch: perl
53869            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
53870 ____________________________________________________________________________
53871 [  7106] By: nick                                  on 2000/10/01  21:34:14
53872         Log: Add checking cases to Encode's toUnicode and fromUnicode.
53873      Branch: perl
53874            ! ext/Encode/Encode.pm
53875 ____________________________________________________________________________
53876 [  7105] By: nick                                  on 2000/10/01  17:18:01
53877         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
53878              To read and use them.
53879              Add a lib/encode.t which checks a few things.
53880      Branch: perl
53881            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
53882            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
53883            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
53884            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
53885            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
53886            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
53887            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
53888            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
53889            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
53890            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
53891            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
53892            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
53893            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
53894            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
53895            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
53896            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
53897            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
53898            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
53899            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
53900            + ext/Encode/Encode/iso2022-jp.enc
53901            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
53902            + ext/Encode/Encode/iso8859-1.enc
53903            + ext/Encode/Encode/iso8859-2.enc
53904            + ext/Encode/Encode/iso8859-3.enc
53905            + ext/Encode/Encode/iso8859-4.enc
53906            + ext/Encode/Encode/iso8859-5.enc
53907            + ext/Encode/Encode/iso8859-6.enc
53908            + ext/Encode/Encode/iso8859-7.enc
53909            + ext/Encode/Encode/iso8859-8.enc
53910            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
53911            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
53912            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
53913            + ext/Encode/Encode/macCentEuro.enc
53914            + ext/Encode/Encode/macCroatian.enc
53915            + ext/Encode/Encode/macCyrillic.enc
53916            + ext/Encode/Encode/macDingbats.enc
53917            + ext/Encode/Encode/macGreek.enc
53918            + ext/Encode/Encode/macIceland.enc
53919            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
53920            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
53921            + ext/Encode/Encode/macTurkish.enc
53922            + ext/Encode/Encode/macUkraine.enc
53923            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
53924            + t/lib/encode.t
53925            ! MANIFEST ext/Encode/Encode.pm
53926 ____________________________________________________________________________
53927 [  7104] By: nick                                  on 2000/09/30  13:04:30
53928         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
53929              From: Daniel Chetlin <daniel@chetlin.com>
53930              Date: Mon, 18 Sep 2000 05:05:40 -0700
53931              Message-Id: <20000918050540.C652@ilmd>
53932      Branch: perl
53933            ! lib/overload.pm sv.c t/pragma/overload.t
53934 ____________________________________________________________________________
53935 [  7103] By: nick                                  on 2000/09/30  12:53:36
53936         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
53937              From: Johan Vromans <jvromans@squirrel.nl>
53938              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
53939              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
53940      Branch: perl
53941            ! pod/Makefile.SH
53942 ____________________________________________________________________________
53943 [  7102] By: nick                                  on 2000/09/30  12:52:31
53944         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
53945              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53946              Date: Sat, 16 Sep 2000 16:36:45 -0400
53947              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
53948      Branch: perl
53949            ! ext/B/B/Deparse.pm
53950 ____________________________________________________________________________
53951 [  7101] By: nick                                  on 2000/09/30  12:51:41
53952         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
53953              From: Craig A. Berry <craig.berry@psinetcs.com>
53954              Date: Sat, 16 Sep 2000 10:11:10 -0500
53955              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
53956      Branch: perl
53957            ! vms/vms.c
53958 ____________________________________________________________________________
53959 [  7100] By: nick                                  on 2000/09/30  12:50:33
53960         Log: Subject: Re: unicode support and perl [ID 20000901.097]
53961              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53962              Date: Fri, 15 Sep 2000 16:37:58 -0400
53963              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
53964      Branch: perl
53965            ! t/op/append.t
53966 ____________________________________________________________________________
53967 [  7099] By: nick                                  on 2000/09/30  12:49:35
53968         Log: Subject: Re: unicode support and perl [ID 20000901.097]
53969              From: Spider Boardman <spider@Orb.Nashua.NH.US>
53970              Date: Fri, 15 Sep 2000 16:25:30 -0400
53971              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
53972      Branch: perl
53973            ! pp_hot.c
53974 ____________________________________________________________________________
53975 [  7098] By: nick                                  on 2000/09/30  12:48:00
53976         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
53977              From: Gisle Aas <gisle@ActiveState.com>
53978              Date: 15 Sep 2000 16:23:41 +0200
53979              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
53980      Branch: perl
53981            ! toke.c
53982 ____________________________________________________________________________
53983 [  7097] By: nick                                  on 2000/09/30  12:45:16
53984         Log: Subject: [PATCH] Nits in perlmod.pod
53985              From: Daniel Chetlin <daniel@chetlin.com>
53986              Date: Fri, 15 Sep 2000 02:04:09 -0700
53987              Message-Id: <20000915020409.A2104@ilmd>
53988      Branch: perl
53989            ! pod/perlmod.pod
53990 ____________________________________________________________________________
53991 [  7096] By: nick                                  on 2000/09/30  12:18:00
53992         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
53993              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
53994              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
53995              0 to checking to get the warning.
53996      Branch: perl
53997            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
53998            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
53999            ! regexec.c sv.c toke.c utf8.c
54000 ____________________________________________________________________________
54001 [  7095] By: nick                                  on 2000/09/15  16:55:59
54002         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
54003              
54004              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
54005              From: Spider Boardman <spider@Orb.Nashua.NH.US>
54006              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
54007              Date: Fri, 15 Sep 2000 06:37:30 -0400
54008      Branch: perl
54009            ! ext/Encode/Encode.xs sv.c
54010 ____________________________________________________________________________
54011 [  7094] By: jhi                                   on 2000/09/15  03:23:32
54012         Log: Update Changes.
54013      Branch: perl
54014            ! Changes patchlevel.h
54015 ____________________________________________________________________________
54016 [  7093] By: jhi                                   on 2000/09/15  03:11:44
54017         Log: Fix for the charnames.t failures from Spider Boardman.
54018      Branch: perl
54019            ! toke.c
54020 ____________________________________________________________________________
54021 [  7092] By: jhi                                   on 2000/09/15  00:15:48
54022         Log: Botched the #7090 check-in.
54023      Branch: perl
54024            ! sv.c
54025 ____________________________________________________________________________
54026 [  7091] By: jhi                                   on 2000/09/14  23:33:24
54027         Log: Part of #7081 didn't come through.
54028      Branch: perl
54029            ! embed.pl proto.h
54030 ____________________________________________________________________________
54031 [  7090] By: jhi                                   on 2000/09/14  23:17:39
54032         Log: Subject: Re: perl@7078 
54033              From: Spider Boardman <spider@web.zk3.dec.com>
54034              Date: Thu, 14 Sep 2000 19:06:36 -0400
54035              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
54036      Branch: perl
54037            ! sv.c toke.c
54038 ____________________________________________________________________________
54039 [  7089] By: jhi                                   on 2000/09/14  23:11:21
54040         Log: Small portability tweaks.
54041      Branch: perl
54042            ! ext/Encode/Encode.xs
54043 ____________________________________________________________________________
54044 [  7088] By: jhi                                   on 2000/09/14  22:57:23
54045         Log: Fake return to pacify picky compilers.
54046      Branch: perl
54047            ! ext/Encode/Encode.xs
54048 ____________________________________________________________________________
54049 [  7087] By: jhi                                   on 2000/09/14  22:53:37
54050         Log: Subject: [PATCH] utf8.c apidoc
54051              From: Simon Cozens <simon@cozens.net>
54052              Date: Thu, 14 Sep 2000 23:46:57 +0100
54053              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
54054      Branch: perl
54055            ! perlapi.c pod/perlapi.pod utf8.c
54056 ____________________________________________________________________________
54057 [  7086] By: jhi                                   on 2000/09/14  22:40:38
54058         Log: We don't need to count the high bit bytes, a boolean is enough. 
54059      Branch: perl
54060            ! sv.c
54061 ____________________________________________________________________________
54062 [  7085] By: jhi                                   on 2000/09/14  21:20:09
54063         Log: Replace #7084 with
54064              
54065              Subject: Re: perl@7078 
54066              From: Spider Boardman <spider@web.zk3.dec.com>
54067              Date: Thu, 14 Sep 2000 17:09:36 -0400
54068              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
54069      Branch: perl
54070            ! sv.c utf8.c
54071 ____________________________________________________________________________
54072 [  7084] By: jhi                                   on 2000/09/14  20:03:34
54073         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
54074              convertable to bytes by checking it doesn't go above 0xc3
54075              
54076              Subject: Re: perl@7078
54077              From: Simon Cozens <simon@cozens.net>
54078              Date: Thu, 14 Sep 2000 20:59:19 +0100
54079              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
54080      Branch: perl
54081            ! utf8.c
54082 ____________________________________________________________________________
54083 [  7083] By: jhi                                   on 2000/09/14  19:38:47
54084         Log: Subject: Re: perl@7078
54085              From: Simon Cozens <simon@cozens.net>
54086              Date: Thu, 14 Sep 2000 20:13:09 +0100
54087              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
54088      Branch: perl
54089            ! t/op/bop.t
54090 ____________________________________________________________________________
54091 [  7082] By: jhi                                   on 2000/09/14  17:50:44
54092         Log: The one that got away.
54093      Branch: perl
54094            ! lib/File/Find.pm
54095 ____________________________________________________________________________
54096 [  7081] By: jhi                                   on 2000/09/14  17:45:35
54097         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
54098              From: Robin Barker <rmb1@cise.npl.co.uk>
54099              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
54100              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
54101      Branch: perl
54102            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
54103            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
54104            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
54105            ! regcomp.c toke.c universal.c
54106 ____________________________________________________________________________
54107 [  7080] By: jhi                                   on 2000/09/14  17:40:35
54108         Log: Problems picked up by AIX cc.
54109              
54110              Subject: Re: perl@7078 (patch included)
54111              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54112              Date: Thu, 14 Sep 2000 18:53:30 +0200
54113              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
54114      Branch: perl
54115            ! ext/Encode/Encode.xs
54116 ____________________________________________________________________________
54117 [  7079] By: jhi                                   on 2000/09/14  17:38:27
54118         Log: Subject: File::Find 5.7.0 POD nits
54119              From: Rich Morin <rdm@cfcl.com>
54120              Date: Wed, 13 Sep 2000 22:03:58 -0700
54121              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
54122      Branch: perl
54123            ! lib/File/Find.pm
54124 ____________________________________________________________________________
54125 [  7078] By: jhi                                   on 2000/09/14  14:58:20
54126         Log: Update Changes.
54127      Branch: perl
54128            ! Changes patchlevel.h
54129 ____________________________________________________________________________
54130 [  7077] By: jhi                                   on 2000/09/14  14:55:54
54131         Log: Compilation warnings and an error.
54132      Branch: perl
54133            ! sv.c
54134 ____________________________________________________________________________
54135 [  7076] By: jhi                                   on 2000/09/14  14:42:56
54136         Log: Fix for a parsing bug, not for the original bug.
54137              
54138              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
54139              From: Spider Boardman <spider@web.zk3.dec.com>
54140              Date: Wed, 13 Sep 2000 17:52:20 -0400
54141              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
54142      Branch: perl
54143            ! regcomp.c
54144 ____________________________________________________________________________
54145 [  7075] By: jhi                                   on 2000/09/14  14:40:40
54146         Log: Batch of UTF-8 patches from Simon Cozens.
54147      Branch: perl
54148            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
54149            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
54150            ! toke.c utf8.c
54151 ____________________________________________________________________________
54152 [  7074] By: jhi                                   on 2000/09/14  14:29:58
54153         Log: Subject: Re: Two advertising clauses need to be removed
54154              From: Russ Allbery <rra@stanford.edu>
54155              Date: 13 Sep 2000 18:50:26 -0700
54156              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
54157      Branch: perl
54158            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
54159 ____________________________________________________________________________
54160 [  7073] By: jhi                                   on 2000/09/14  14:28:20
54161         Log: Subject: [PATCH] de-wall t/README
54162              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54163              Date: Wed, 13 Sep 2000 17:46:55 -0700
54164              Message-ID: <//Bw5gzkge/e092yn@efn.org>
54165      Branch: perl
54166            ! t/README
54167 ____________________________________________________________________________
54168 [  7072] By: jhi                                   on 2000/09/14  14:25:10
54169         Log: Hints optimization.
54170              
54171              Subject: Minor nit
54172              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54173              Date: Wed, 13 Sep 2000 21:42:07 +0200
54174              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
54175      Branch: perl
54176            ! hints/hpux.sh
54177 ____________________________________________________________________________
54178 [  7071] By: jhi                                   on 2000/09/14  14:23:30
54179         Log: Allow chop() and chomp() to be overridden.
54180              
54181              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
54182              From: "Casey R. Tweten" <crt@kiski.net>
54183              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
54184              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
54185      Branch: perl
54186            ! toke.c
54187 ____________________________________________________________________________
54188 [  7070] By: jhi                                   on 2000/09/14  14:20:36
54189         Log: The return value of setlocale must be copied away.
54190              
54191              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
54192              From: Alan Burlison <Alan.Burlison@uk.sun.com>
54193              Date: Wed, 13 Sep 2000 16:27:37 +0100 
54194              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
54195      Branch: perl
54196            ! util.c
54197 ____________________________________________________________________________
54198 [  7069] By: jhi                                   on 2000/09/14  14:16:27
54199         Log: Remove vestiges of tr//CU.
54200              
54201              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54202              From: Nick Clark <nick@plum.flirble.org>
54203              Date: Tue, 12 Sep 2000 22:50:14 +0100
54204              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
54205              
54206              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
54207              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54208              Date: Tue, 12 Sep 2000 21:38:48 -0700
54209              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
54210      Branch: perl
54211            ! op.h pod/perlunicode.pod
54212 ____________________________________________________________________________
54213 [  7068] By: jhi                                   on 2000/09/13  14:18:39
54214         Log: Add the Encode extension.  The code is still largely just skeleton.
54215      Branch: perl
54216            + ext/Encode/Encode.pm ext/Encode/Encode.xs
54217            + ext/Encode/Makefile.PL ext/Encode/Todo
54218            ! MANIFEST Todo-5.6
54219 ____________________________________________________________________________
54220 [  7067] By: jhi                                   on 2000/09/12  17:43:33
54221         Log: Allow for whitespace between "#" and "line" in cpp output.
54222              
54223              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
54224              From: Calle Dybedahl <calle@lysator.liu.se>
54225              Date: 12 Sep 2000 19:38:02 +0200 
54226              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
54227      Branch: perl
54228            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
54229 ____________________________________________________________________________
54230 [  7066] By: gsar                                  on 2000/09/12  17:24:29
54231         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
54232              initialization in all the threads on Windows
54233      Branch: perl
54234            ! win32/win32.c
54235 ____________________________________________________________________________
54236 [  7065] By: jhi                                   on 2000/09/12  15:11:31
54237         Log: Update Changes.
54238      Branch: perl
54239            ! Changes patchlevel.h
54240 ____________________________________________________________________________
54241 [  7064] By: jhi                                   on 2000/09/12  14:54:54
54242         Log: Retract #7062, the pod tests are not ready.
54243      Branch: perl
54244            ! t/TEST t/harness
54245 ____________________________________________________________________________
54246 [  7063] By: jhi                                   on 2000/09/12  14:25:41
54247         Log: The #7054 truncated Configure badly.
54248      Branch: metaconfig/U/perl
54249            ! End.U
54250      Branch: perl
54251            ! Configure config_h.SH
54252 ____________________________________________________________________________
54253 [  7062] By: jhi                                   on 2000/09/12  14:08:32
54254         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
54255              From: sthoenna@efn.org
54256              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
54257              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
54258      Branch: perl
54259            ! t/TEST t/harness
54260 ____________________________________________________________________________
54261 [  7061] By: jhi                                   on 2000/09/12  14:07:18
54262         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
54263              From: sthoenna@efn.org
54264              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
54265              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
54266      Branch: perl
54267            ! pod/perlxs.pod
54268 ____________________________________________________________________________
54269 [  7060] By: jhi                                   on 2000/09/12  14:06:08
54270         Log: Break up the myconfig lines a bit.
54271              
54272              Subject: perlbug/perl -V output format
54273              From: sthoenna@efn.org
54274              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
54275              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
54276      Branch: perl
54277            ! myconfig.SH
54278 ____________________________________________________________________________
54279 [  7059] By: jhi                                   on 2000/09/12  14:05:04
54280         Log: Test for the #7049.
54281              
54282              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
54283              From: andreas.koenig@anima.de (Andreas J. Koenig)
54284              Date: 12 Sep 2000 06:42:01 +0200
54285              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
54286      Branch: perl
54287            ! t/op/my.t
54288 ____________________________________________________________________________
54289 [  7058] By: jhi                                   on 2000/09/12  14:03:05
54290         Log: Subject: [patch: perl@7045] vms updates
54291              From: Peter Prymmer <pvhp@forte.com>
54292              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
54293              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
54294      Branch: perl
54295            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
54296 ____________________________________________________________________________
54297 [  7057] By: jhi                                   on 2000/09/12  14:00:51
54298         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
54299              From: sthoenna@efn.org
54300              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
54301              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
54302      Branch: perl
54303            ! t/op/64bitint.t
54304 ____________________________________________________________________________
54305 [  7056] By: jhi                                   on 2000/09/12  13:58:14
54306         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
54307              From: Jeff Pinyan <jeffp@crusoe.net>
54308              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
54309              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
54310      Branch: perl
54311            ! pod/perlfunc.pod
54312 ____________________________________________________________________________
54313 [  7055] By: jhi                                   on 2000/09/12  13:56:32
54314         Log: Do in VMS as the #7054 does.
54315      Branch: perl
54316            ! configure.com
54317 ____________________________________________________________________________
54318 [  7054] By: jhi                                   on 2000/09/12  13:50:31
54319         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
54320              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54321              Date: Mon, 11 Sep 2000 08:33:09 +0100
54322              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
54323      Branch: metaconfig/U/perl
54324            ! End.U
54325      Branch: perl
54326            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
54327            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
54328 ____________________________________________________________________________
54329 [  7053] By: jhi                                   on 2000/09/12  13:29:19
54330         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
54331              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
54332              Date:     Tue, 12 Sep 2000 08:35:59 EDT
54333              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
54334      Branch: perl
54335            ! vms/test.com
54336 ____________________________________________________________________________
54337 [  7052] By: jhi                                   on 2000/09/11  23:01:50
54338         Log: Document the SvUTF8*().
54339      Branch: perl
54340            ! pod/perlapi.pod sv.h
54341 ____________________________________________________________________________
54342 [  7051] By: gsar                                  on 2000/09/11  14:46:30
54343         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
54344              (missed a spot when fixing up op_pmreplroot hack for ithreads)
54345      Branch: perl
54346            ! op.c t/op/split.t
54347 ____________________________________________________________________________
54348 [  7050] By: nick                                  on 2000/09/11  10:03:51
54349         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
54350              
54351              Subject: borland C++ win32.c tweak
54352              From: Vadim Konovalov <vkonovalov@lucent.com>
54353              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
54354              Date: Mon, 11 Sep 2000 11:22:33 +0400
54355      Branch: perl
54356            ! win32/win32.c
54357 ____________________________________________________________________________
54358 [  7049] By: nick                                  on 2000/09/11  09:57:33
54359         Log: Point fix for s/// on foreach (keys %xxx).
54360      Branch: perl
54361            ! pp_hot.c
54362 ____________________________________________________________________________
54363 [  7048] By: jhi                                   on 2000/09/10  23:37:09
54364         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
54365              by Pod::Text, from Brad Appleton.
54366      Branch: perl
54367            ! t/pod/testp2pt.pl
54368 ____________________________________________________________________________
54369 [  7047] By: jhi                                   on 2000/09/10  14:32:53
54370         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
54371              by Russ Allbery.
54372      Branch: perl
54373            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
54374 ____________________________________________________________________________
54375 [  7046] By: jhi                                   on 2000/09/10  14:15:08
54376         Log: Upgrade to CPAN 1.57_65, from Andreas König.
54377      Branch: perl
54378            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54379 ____________________________________________________________________________
54380 [  7045] By: jhi                                   on 2000/09/08  21:36:32
54381         Log: Update Changes.
54382      Branch: perl
54383            ! Changes patchlevel.h
54384 ____________________________________________________________________________
54385 [  7044] By: jhi                                   on 2000/09/08  21:29:56
54386         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
54387              From: Peter Prymmer <pvhp@forte.com>
54388              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
54389              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
54390      Branch: perl
54391            ! configure.com
54392 ____________________________________________________________________________
54393 [  7043] By: jhi                                   on 2000/09/08  21:27:50
54394         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
54395              From: Peter Prymmer <pvhp@forte.com>
54396              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
54397              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
54398      Branch: perl
54399            ! Makefile.SH installperl
54400 ____________________________________________________________________________
54401 [  7042] By: jhi                                   on 2000/09/08  21:23:21
54402         Log: Continue #7041.
54403      Branch: perl
54404            ! cygwin/Makefile.SHs os2/Makefile.SHs
54405 ____________________________________________________________________________
54406 [  7041] By: jhi                                   on 2000/09/08  21:18:10
54407         Log: Do away with memory models cruft.  Sorry, PDP users.
54408      Branch: metaconfig
54409            ! U/modified/cc.U U/modified/libpth.U
54410      Branch: perl
54411            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
54412            ! Porting/config_H cflags.SH config_h.SH configure.com
54413            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
54414            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
54415            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
54416 ____________________________________________________________________________
54417 [  7040] By: jhi                                   on 2000/09/08  14:34:18
54418         Log: Major rewrite of s2p.  And I mean really major, it is
54419              an implementation of sed in perl.  If called as s2p it
54420              will function as s2p.  Note: needs non-UNIXifying.
54421              
54422              Subject: s2p
54423              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
54424              Date: Mon, 28 Aug 2000 14:05:12 +0200
54425              Message-ID: <39AA5578.2102E2AA@alcatel.at>
54426      Branch: perl
54427            ! x2p/s2p.PL
54428 ____________________________________________________________________________
54429 [  7039] By: jhi                                   on 2000/09/08  14:19:49
54430         Log: Re-allow vec() for characters > 255.
54431              
54432              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
54433              From: Spider Boardman <spider@web.zk3.dec.com>
54434              Date: Fri, 08 Sep 2000 02:21:02 -0400
54435              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
54436      Branch: perl
54437            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
54438            ! t/op/vec.t
54439 ____________________________________________________________________________
54440 [  7038] By: jhi                                   on 2000/09/08  14:14:18
54441         Log: Subject: [PATCH lib/Benchmark.pm]
54442              From: <abigail@foad.org>
54443              Date: Thu, 7 Sep 2000 15:03:20 -0400
54444              Message-ID: <20000907190320.888.qmail@foad.org>
54445      Branch: perl
54446            ! lib/Benchmark.pm
54447 ____________________________________________________________________________
54448 [  7037] By: jhi                                   on 2000/09/08  14:11:06
54449         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
54450              
54451              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
54452              From: Spider Boardman <spider@web.zk3.dec.com>
54453              Date: Fri, 08 Sep 2000 01:30:27 -0400
54454              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
54455      Branch: perl
54456            ! op.c
54457 ____________________________________________________________________________
54458 [  7036] By: jhi                                   on 2000/09/08  14:08:58
54459         Log: Subject: [ID 20000908.002] perlipc documentation bug.
54460              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
54461              Date: Fri, 08 Sep 2000 12:38:32 +0200
54462              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
54463      Branch: perl
54464            ! pod/perlipc.pod
54465 ____________________________________________________________________________
54466 [  7035] By: jhi                                   on 2000/09/08  14:03:12
54467         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54468              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54469              Date: Fri, 08 Sep 2000 11:47:34 +0200
54470              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
54471      Branch: perl
54472            ! hints/dec_osf.sh
54473 ____________________________________________________________________________
54474 [  7034] By: jhi                                   on 2000/09/08  13:59:35
54475         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
54476              From: Simon Cozens <simon@cozens.net>
54477              Date: Thu, 7 Sep 2000 20:40:38 +0100
54478              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
54479      Branch: perl
54480            ! pp_hot.c
54481 ____________________________________________________________________________
54482 [  7033] By: jhi                                   on 2000/09/08  04:03:03
54483         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
54484              From: "Larry W. Virden" <lvirden@cas.org>
54485              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
54486              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
54487      Branch: perl
54488            ! pod/perldiag.pod
54489 ____________________________________________________________________________
54490 [  7032] By: jhi                                   on 2000/09/07  22:18:30
54491         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
54492              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
54493              Date: Mon, 04 Sep 2000 13:16:38 -0700
54494              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
54495      Branch: perl
54496            ! lib/perl5db.pl
54497 ____________________________________________________________________________
54498 [  7031] By: jhi                                   on 2000/09/07  22:02:29
54499         Log: Fix the ccversion detection for 5.1 and beyond.
54500              
54501              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
54502              From: Spider Boardman <spider@leggy.zk3.dec.com>
54503              Date: Thu, 7 Sep 2000 17:54:27 -0400
54504              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
54505      Branch: perl
54506            ! hints/dec_osf.sh
54507 ____________________________________________________________________________
54508 [  7030] By: jhi                                   on 2000/09/07  19:12:28
54509         Log: Fix for
54510              
54511              Subject: [ID 20000903.001] \w in utf8-strings
54512              From: Marc Lehmann <pcg@goof.com>
54513              Date: Sun, 03 Sep 2000 09:44:29 +0200
54514              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
54515              
54516              and various related nits.
54517      Branch: perl
54518            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
54519 ____________________________________________________________________________
54520 [  7029] By: jhi                                   on 2000/09/07  18:49:09
54521         Log: Fix the URL, but the server is still missing in action.
54522              
54523              Subject: [ID 20000905.002] perlfaq1.pod URL error
54524              From: "Larry W. Virden" <lvirden@cas.org>
54525              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
54526              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
54527      Branch: perl
54528            ! pod/perlfaq1.pod
54529 ____________________________________________________________________________
54530 [  7028] By: jhi                                   on 2000/09/07  18:47:13
54531         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
54532              From: Hugo <hv@crypt.compulink.co.uk>
54533              Date: Tue, 05 Sep 2000 14:13:37 +0100
54534              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
54535      Branch: perl
54536            ! toke.c
54537 ____________________________________________________________________________
54538 [  7027] By: jhi                                   on 2000/09/07  18:45:35
54539         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
54540              From: Daniel Chetlin <daniel@chetlin.com>
54541              Date: Tue, 5 Sep 2000 04:57:07 -0700
54542              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
54543      Branch: perl
54544            ! pod/perlfaq6.pod pod/perlop.pod
54545 ____________________________________________________________________________
54546 [  7026] By: jhi                                   on 2000/09/07  18:44:01
54547         Log: Document the new ref() semantics.
54548              
54549              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54550              From: Gisle Aas <gisle@ActiveState.com>
54551              Date: 05 Sep 2000 08:10:30 +0200
54552              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
54553      Branch: perl
54554            ! pod/perldelta.pod
54555 ____________________________________________________________________________
54556 [  7025] By: jhi                                   on 2000/09/07  18:42:27
54557         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
54558              
54559              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
54560              From: Gisle Aas <gisle@ActiveState.com>
54561              Date: 05 Sep 2000 08:11:40 +0200
54562              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
54563      Branch: perl
54564            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
54565 ____________________________________________________________________________
54566 [  7024] By: jhi                                   on 2000/09/07  18:39:32
54567         Log: Subject: [PATCH] Modernize Opcode.pm documentation
54568              From: Gisle Aas <gisle@ActiveState.com>
54569              Date: 4 Sep 2000 00:18:55 -0000
54570              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
54571      Branch: perl
54572            ! ext/Opcode/Opcode.pm
54573 ____________________________________________________________________________
54574 [  7023] By: jhi                                   on 2000/09/07  18:37:42
54575         Log: Subject: [PATCH] Tied filehandle documentation
54576              From: Gisle Aas <gisle@ActiveState.com>
54577              Date: 4 Sep 2000 00:14:40 -0000
54578              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
54579      Branch: perl
54580            ! pod/perlfunc.pod pod/perltie.pod
54581 ____________________________________________________________________________
54582 [  7022] By: jhi                                   on 2000/09/07  18:35:37
54583         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
54584              From: Gisle Aas <gisle@ActiveState.com>
54585              Date: 4 Sep 2000 00:04:22 -0000
54586              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
54587      Branch: perl
54588            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
54589 ____________________________________________________________________________
54590 [  7021] By: jhi                                   on 2000/09/07  18:33:22
54591         Log: Subject: small apidoc fix
54592              From: Marc Lehmann <pcg@goof.com>
54593              Date: Sun, 3 Sep 2000 05:12:06 +0200
54594              Message-ID: <20000903051206.A5909@cerebro.laendle>
54595      Branch: perl
54596            ! pod/perlapi.pod utf8.c
54597 ____________________________________________________________________________
54598 [  7020] By: jhi                                   on 2000/09/07  16:14:57
54599         Log: Tiny perldelta nits.
54600      Branch: perl
54601            ! pod/perldelta.pod
54602 ____________________________________________________________________________
54603 [  7019] By: jhi                                   on 2000/09/07  16:04:20
54604         Log: Guard against bad string->int conversion for quads.
54605      Branch: perl
54606            ! t/op/64bitint.t
54607 ____________________________________________________________________________
54608 [  7018] By: jhi                                   on 2000/09/06  17:07:03
54609         Log: Update Unicode todo list.
54610      Branch: perl
54611            ! Todo-5.6
54612 ____________________________________________________________________________
54613 [  7017] By: jhi                                   on 2000/09/05  21:16:01
54614         Log: Document the SvIOK_.*UV().
54615      Branch: perl
54616            ! pod/perlapi.pod sv.h
54617 ____________________________________________________________________________
54618 [  7016] By: nick                                  on 2000/09/03  21:54:46
54619         Log: Hash lookup of constant strings optimization:
54620              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
54621              to string table (as per sharepvn). Add newSV_pvn_share to create such
54622              a thing. Make hv.c compare addresses of strings and skip string compare
54623              if equal. Make method_named and helem ops use these shared-string SVs
54624              when arg is constant. Make keys op return shared-string SVs (less clearly
54625              a win).
54626      Branch: perl
54627            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
54628            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
54629            ! pod/perlintern.pod pp_hot.c proto.h sv.c
54630 ____________________________________________________________________________
54631 [  7015] By: jhi                                   on 2000/09/02  17:48:59
54632         Log: This is 5.7.0.
54633      Branch: perl
54634            ! Changes
54635 ____________________________________________________________________________
54636 [  7014] By: jhi                                   on 2000/09/02  17:35:45
54637         Log: Changes and patchlevel tweaks.
54638      Branch: perl
54639            ! Changes patchlevel.h
54640 ____________________________________________________________________________
54641 [  7013] By: jhi                                   on 2000/09/02  17:30:50
54642         Log: Update Changes.
54643      Branch: perl
54644            ! Changes patchlevel.h
54645 ____________________________________________________________________________
54646 [  7012] By: nick                                  on 2000/09/02  17:25:20
54647         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
54648      Branch: perl
54649            ! gv.c lib/overload.pm
54650 ____________________________________________________________________________
54651 [  7011] By: jhi                                   on 2000/09/02  17:16:25
54652         Log: Update perlhist.
54653      Branch: perl
54654            ! pod/perlhist.pod
54655 ____________________________________________________________________________
54656 [  7010] By: jhi                                   on 2000/09/02  17:01:35
54657         Log: perldelta nits.
54658      Branch: perl
54659            ! pod/perldelta.pod
54660 ____________________________________________________________________________
54661 [  7009] By: nick                                  on 2000/09/02  16:48:35
54662         Log: If overloaded %{} etc. return the object do not loop.
54663              Thus  sub deref { $_[0] } functions if object is wanted type.
54664      Branch: perl
54665            ! pp.h
54666 ____________________________________________________________________________
54667 [  7008] By: jhi                                   on 2000/09/02  16:26:11
54668         Log: Retab MANIFEST.
54669      Branch: perl
54670            ! ext/Storable/MANIFEST
54671 ____________________________________________________________________________
54672 [  7007] By: jhi                                   on 2000/09/02  16:23:02
54673         Log: Make certain cc is set before trying to run it.
54674      Branch: perl
54675            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
54676 ____________________________________________________________________________
54677 [  7006] By: jhi                                   on 2000/09/02  15:45:41
54678         Log: Unicode notes.
54679      Branch: perl
54680            ! pod/perldelta.pod
54681 ____________________________________________________________________________
54682 [  7005] By: jhi                                   on 2000/09/02  15:42:11
54683         Log: Various Configure nits by Philip Newton,
54684              plus the ebcdic one by me.
54685      Branch: metaconfig
54686            + U/modified/pager.U
54687            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
54688      Branch: metaconfig/U/perl
54689            ! Devel.U quadfio.U
54690      Branch: perl
54691            ! Configure config_h.SH
54692 ____________________________________________________________________________
54693 [  7004] By: jhi                                   on 2000/09/02  15:06:14
54694         Log: Apparently avoiding the swapping is too costly.
54695              
54696              From: "Ben Tilly" <ben_tilly@hotmail.com>
54697              Subject: Re: the door is closed.
54698              Date: Fri, 01 Sep 2000 20:23:16 EDT
54699              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
54700      Branch: perl
54701            ! pod/perlfaq4.pod
54702 ____________________________________________________________________________
54703 [  7003] By: nick                                  on 2000/09/02  12:26:04
54704         Log: Undo part of change 6489 which looks like a bulk edit which
54705              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
54706              The supressing of main:: on return from select() is undesirable.
54707      Branch: perl
54708            ! pp_sys.c
54709 ____________________________________________________________________________
54710 [  7002] By: jhi                                   on 2000/09/01  23:08:54
54711         Log: Update Changes.
54712      Branch: perl
54713            ! Changes patchlevel.h
54714 ____________________________________________________________________________
54715 [  7001] By: jhi                                   on 2000/09/01  23:00:13
54716         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
54717              From: Peter Prymmer <pvhp@forte.com>
54718              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
54719              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
54720              
54721              plus rework the http: spots as suggested by Tom Christiansen,
54722              plus regen perltoc.
54723      Branch: perl
54724            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
54725            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
54726 ____________________________________________________________________________
54727 [  7000] By: jhi                                   on 2000/09/01  22:36:01
54728         Log: Only the first line, thank you very much.
54729      Branch: perl
54730            ! hints/solaris_2.sh
54731 ____________________________________________________________________________
54732 [  6999] By: gsar                                  on 2000/09/01  22:16:40
54733         Log: change#6791 accidentally clobbered change#6710, put it back
54734      Branch: perl
54735            ! win32/win32.c
54736 ____________________________________________________________________________
54737 [  6998] By: jhi                                   on 2000/09/01  22:14:16
54738         Log: Mention the HP-UX LP64 freak failure.
54739      Branch: perl
54740            ! pod/perldelta.pod
54741 ____________________________________________________________________________
54742 [  6997] By: jhi                                   on 2000/09/01  21:48:32
54743         Log: Detypo.
54744      Branch: perl
54745            ! hints/hpux.sh
54746 ____________________________________________________________________________
54747 [  6996] By: jhi                                   on 2000/09/01  21:27:10
54748         Log: Update Changes.
54749      Branch: perl
54750            ! Changes patchlevel.h
54751 ____________________________________________________________________________
54752 [  6995] By: jhi                                   on 2000/09/01  21:14:24
54753         Log: Mi splgn s gnin.g
54754      Branch: perl
54755            ! pp_ctl.c
54756 ____________________________________________________________________________
54757 [  6994] By: jhi                                   on 2000/09/01  21:09:54
54758         Log: Subject: http:// in L<>
54759              From: Nicholas Clark <nick@ccl4.org>
54760              Date: Fri, 1 Sep 2000 22:03:21 +0100
54761              Message-ID: <20000901220321.B72074@plum.flirble.org>
54762      Branch: perl
54763            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
54764 ____________________________________________________________________________
54765 [  6993] By: jhi                                   on 2000/09/01  21:06:54
54766         Log: Update to Storable 1.0, from Raphael Manfredi.
54767      Branch: perl
54768            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
54769            ! ext/Storable/Makefile.PL ext/Storable/README
54770            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
54771            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
54772            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
54773            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
54774            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
54775            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
54776 ____________________________________________________________________________
54777 [  6992] By: jhi                                   on 2000/09/01  20:43:05
54778         Log: Mention known sfio+linux buglet.
54779      Branch: perl
54780            ! pod/perldelta.pod
54781 ____________________________________________________________________________
54782 [  6991] By: jhi                                   on 2000/09/01  20:40:11
54783         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
54784              From: Peter Prymmer <pvhp@forte.com>
54785              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
54786              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
54787      Branch: perl
54788            ! vms/vms.c
54789 ____________________________________________________________________________
54790 [  6990] By: jhi                                   on 2000/09/01  20:25:26
54791         Log: Retract #6986.
54792      Branch: perl
54793            ! hints/solaris_2.sh
54794 ____________________________________________________________________________
54795 [  6989] By: jhi                                   on 2000/09/01  20:23:00
54796         Log: Mergesort is back.
54797      Branch: perl
54798            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
54799 ____________________________________________________________________________
54800 [  6988] By: jhi                                   on 2000/09/01  19:37:40
54801         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
54802              From: Mike Guy <mjtg@cam.ac.uk>
54803              Date: Fri, 01 Sep 2000 17:43:33 +0100
54804              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
54805      Branch: perl
54806            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
54807            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
54808 ____________________________________________________________________________
54809 [  6987] By: jhi                                   on 2000/09/01  19:17:10
54810         Log: Regen perltoc.
54811      Branch: perl
54812            ! pod/perltoc.pod
54813 ____________________________________________________________________________
54814 [  6986] By: jhi                                   on 2000/09/01  18:51:10
54815         Log: Subject: Re: Solaris x86 has no SPARC libraries!
54816              From: Lupe Christoph <lupe@lupe-christoph.de>
54817              Date: Fri, 1 Sep 2000 20:41:20 +0200
54818              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
54819      Branch: perl
54820            ! hints/solaris_2.sh
54821 ____________________________________________________________________________
54822 [  6985] By: jhi                                   on 2000/09/01  18:28:10
54823         Log: Update Changes.
54824      Branch: perl
54825            ! Changes patchlevel.h
54826 ____________________________________________________________________________
54827 [  6984] By: jhi                                   on 2000/09/01  18:26:53
54828         Log: Feature ordering tweak.
54829      Branch: perl
54830            ! myconfig.SH
54831 ____________________________________________________________________________
54832 [  6983] By: jhi                                   on 2000/09/01  18:19:50
54833         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54834              From: <abigail@foad.org>
54835              Date: Fri, 1 Sep 2000 13:07:32 -0400
54836              Message-ID: <20000901170732.18249.qmail@foad.org>
54837      Branch: perl
54838            ! t/pragma/overload.t
54839 ____________________________________________________________________________
54840 [  6982] By: jhi                                   on 2000/09/01  18:17:54
54841         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
54842              so that case-ignoring systems like DCL can tell them from
54843              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
54844      Branch: metaconfig/U/perl
54845            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
54846      Branch: perl
54847            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
54848            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
54849            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
54850            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
54851            ! vos/config.def vos/config.h vos/config_h.SH_orig
54852            ! win32/config.bc win32/config.gc win32/config.vc
54853 ____________________________________________________________________________
54854 [  6981] By: nick                                  on 2000/09/01  17:21:57
54855         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
54856              warning when UNTIE exists and instead pass the cound of extra references to
54857              the UNTIE method.
54858      Branch: perl
54859            ! pod/perltie.pod pp_sys.c
54860 ____________________________________________________________________________
54861 [  6980] By: jhi                                   on 2000/09/01  16:54:44
54862         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
54863              From: Peter Prymmer <pvhp@forte.com>
54864              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
54865              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
54866      Branch: perl
54867            ! configure.com
54868 ____________________________________________________________________________
54869 [  6979] By: jhi                                   on 2000/09/01  16:06:20
54870         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
54871              From: Mike Guy <mjtg@cam.ac.uk> 
54872              Date: Fri, 01 Sep 2000 16:49:27 +0100
54873              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
54874      Branch: perl
54875            ! t/base/rs.t
54876 ____________________________________________________________________________
54877 [  6978] By: jhi                                   on 2000/09/01  16:00:42
54878         Log: Update to PodParser 1.18, from Brad Appleton.
54879      Branch: perl
54880            ! lib/Pod/Checker.pm t/pod/find.t
54881 ____________________________________________________________________________
54882 [  6977] By: jhi                                   on 2000/09/01  14:48:58
54883         Log: Subject: Nit in Configure (bleadperl@6961)
54884              From: Lupe Christoph <lupe@lupe-christoph.de>
54885              Date: Fri, 1 Sep 2000 16:34:29 +0200
54886              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
54887      Branch: metaconfig
54888            ! U/compline/ccflags.U
54889      Branch: perl
54890            ! Configure config_h.SH
54891 ____________________________________________________________________________
54892 [  6976] By: jhi                                   on 2000/09/01  14:39:52
54893         Log: Update Changes.
54894      Branch: perl
54895            ! Changes patchlevel.h
54896 ____________________________________________________________________________
54897 [  6975] By: jhi                                   on 2000/09/01  14:37:36
54898         Log: microperl config update.
54899      Branch: perl
54900            ! uconfig.h uconfig.sh
54901 ____________________________________________________________________________
54902 [  6974] By: jhi                                   on 2000/09/01  14:36:53
54903         Log: Document known deficiencies.
54904      Branch: perl
54905            ! pod/perldelta.pod
54906 ____________________________________________________________________________
54907 [  6973] By: jhi                                   on 2000/09/01  14:10:20
54908         Log: Mention warnings fixes and updates.
54909      Branch: perl
54910            ! pod/perldelta.pod
54911 ____________________________________________________________________________
54912 [  6972] By: jhi                                   on 2000/09/01  14:01:52
54913         Log: Drop unused argument.
54914              
54915              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
54916              From: Spider Boardman <spider@web.zk3.dec.com>
54917              Date: Thu, 31 Aug 2000 16:10:15 -0400
54918              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
54919      Branch: perl
54920            ! toke.c
54921 ____________________________________________________________________________
54922 [  6971] By: jhi                                   on 2000/09/01  13:59:24
54923         Log: Add the overload warnings to perldiag.
54924      Branch: perl
54925            ! lib/overload.pm pod/perldiag.pod
54926 ____________________________________________________________________________
54927 [  6970] By: jhi                                   on 2000/09/01  13:55:10
54928         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54929              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
54930              Date: Fri, 1 Sep 2000 13:43:15 +0100 
54931              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
54932      Branch: perl
54933            ! lib/overload.pm t/pragma/overload.t
54934 ____________________________________________________________________________
54935 [  6969] By: jhi                                   on 2000/09/01  13:52:27
54936         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
54937              From: <abigail@foad.org>
54938              Date: Fri, 1 Sep 2000 05:46:54 -0400
54939              Message-ID: <20000901094654.6476.qmail@foad.org>
54940      Branch: perl
54941            ! lib/overload.pm
54942 ____________________________________________________________________________
54943 [  6968] By: jhi                                   on 2000/09/01  13:50:05
54944         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
54945              From: Daniel Chetlin <daniel@chetlin.com>
54946              Date: Fri, 1 Sep 2000 02:10:55 -0700
54947              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
54948      Branch: perl
54949            ! pod/perlretut.pod
54950 ____________________________________________________________________________
54951 [  6967] By: jhi                                   on 2000/09/01  13:47:54
54952         Log: Part of the solution.
54953              
54954              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
54955              From: Mike Guy <mjtg@cam.ac.uk>
54956              Date: Fri, 01 Sep 2000 14:16:01 +0100
54957              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
54958      Branch: perl
54959            ! gv.c mg.c
54960 ____________________________________________________________________________
54961 [  6966] By: jhi                                   on 2000/09/01  13:46:17
54962         Log: Subject: CPAN.pm beta 1.57_57 for the core
54963              From: andreas.koenig@anima.de (Andreas J. Koenig)
54964              Date: 01 Sep 2000 15:16:31 +0200
54965              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
54966      Branch: perl
54967            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
54968 ____________________________________________________________________________
54969 [  6965] By: jhi                                   on 2000/09/01  13:43:18
54970         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
54971              From: "Craig A. Berry" <craig.berry@psinetcs.com>
54972              Date: Fri, 01 Sep 2000 01:47:22 -0500
54973              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
54974      Branch: perl
54975            ! pod/perldelta.pod vms/vms.c
54976 ____________________________________________________________________________
54977 [  6964] By: jhi                                   on 2000/09/01  13:35:35
54978         Log: File::Temp patches from Andreas König,
54979              
54980              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
54981              From: andreas.koenig@anima.de (Andreas J. Koenig)
54982              Date: 01 Sep 2000 10:07:20 +0200
54983              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
54984              
54985              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
54986              From: andreas.koenig@anima.de (Andreas J. Koenig)
54987              Date: 31 Aug 2000 23:26:08 +0200
54988              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
54989      Branch: perl
54990            ! lib/File/Temp.pm t/lib/ftmp-security.t
54991 ____________________________________________________________________________
54992 [  6963] By: jhi                                   on 2000/09/01  02:22:24
54993         Log: Retract the mergesort code, way too incompatible licensing
54994              and copyrights.
54995      Branch: perl
54996            ! pod/perldelta.pod pp_ctl.c
54997 ____________________________________________________________________________
54998 [  6962] By: jhi                                   on 2000/08/31  23:27:32
54999         Log: Update Changes.
55000      Branch: perl
55001            ! Changes patchlevel.h
55002 ____________________________________________________________________________
55003 [  6961] By: jhi                                   on 2000/08/31  23:20:04
55004         Log: Small tweaks all over.
55005      Branch: metaconfig
55006            ! U/compline/d_gconvert.U
55007      Branch: perl
55008            ! AUTHORS Configure config_h.SH pp_ctl.c
55009 ____________________________________________________________________________
55010 [  6960] By: jhi                                   on 2000/08/31  22:39:36
55011         Log: Further rewording.
55012      Branch: perl
55013            ! pp_ctl.c
55014 ____________________________________________________________________________
55015 [  6959] By: jhi                                   on 2000/08/31  21:26:44
55016         Log: More address tweaking.
55017      Branch: perl
55018            ! AUTHORS Changes
55019 ____________________________________________________________________________
55020 [  6958] By: jhi                                   on 2000/08/31  20:47:25
55021         Log: AUTHORS tweaks, from Peter Prymmer.
55022              
55023              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
55024              From: Peter Prymmer <pvhp@forte.com>
55025              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
55026              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
55027      Branch: perl
55028            ! AUTHORS MAINTAIN
55029 ____________________________________________________________________________
55030 [  6957] By: jhi                                   on 2000/08/31  20:34:43
55031         Log: perldelta tweaks.
55032      Branch: perl
55033            ! pod/perldelta.pod
55034 ____________________________________________________________________________
55035 [  6956] By: jhi                                   on 2000/08/31  19:11:06
55036         Log: Regen perltoc.
55037      Branch: perl
55038            ! pod/perltoc.pod
55039 ____________________________________________________________________________
55040 [  6955] By: jhi                                   on 2000/08/31  19:06:30
55041         Log: Clarify the mergesort situation.
55042      Branch: perl
55043            ! pp_ctl.c
55044 ____________________________________________________________________________
55045 [  6954] By: jhi                                   on 2000/08/31  18:24:17
55046         Log: Move the Solaris 7 scan to use64bitall, make the
55047              failure to find 64-bot sparc libc to mention the
55048              possibility of being in an intel, from Lupe and Alan.
55049      Branch: perl
55050            ! hints/solaris_2.sh
55051 ____________________________________________________________________________
55052 [  6953] By: jhi                                   on 2000/08/31  18:09:20
55053         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
55054              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
55055      Branch: metaconfig
55056            ! U/compline/d_gconvert.U U/threads/archname.U
55057      Branch: metaconfig/U/perl
55058            ! perlxv.U
55059      Branch: perl
55060            ! Configure config_h.SH sv.c
55061 ____________________________________________________________________________
55062 [  6952] By: jhi                                   on 2000/08/31  17:42:24
55063         Log: :: not allowed in pathnames, change to .
55064              
55065              Subject: [PATCH perl@6938] cygwin port
55066              From: "Fifer, Eric" <EFifer@sanwaint.com>
55067              Date: Thu, 31 Aug 2000 16:32:59 +0100
55068              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
55069      Branch: metaconfig/U/perl
55070            ! perlxv.U
55071 ____________________________________________________________________________
55072 [  6951] By: jhi                                   on 2000/08/31  17:02:05
55073         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
55074      Branch: perl
55075            ! perl.h
55076 ____________________________________________________________________________
55077 [  6950] By: jhi                                   on 2000/08/31  16:26:08
55078         Log: More author updates.
55079              
55080              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
55081              From: Simon Cozens <simon@cozens.net>
55082              Date: Thu, 31 Aug 2000 17:13:32 +0100
55083              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
55084      Branch: perl
55085            ! AUTHORS
55086 ____________________________________________________________________________
55087 [  6949] By: jhi                                   on 2000/08/31  16:04:49
55088         Log: POSIX doesn't report long double values under -Duselongdouble
55089              when the long doubles are "real" (bigger than doubles).
55090              
55091              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
55092              From: Spider Boardman <spider@peano.zk3.dec.com>
55093              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
55094              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
55095      Branch: perl
55096            ! ext/POSIX/POSIX.xs
55097 ____________________________________________________________________________
55098 [  6948] By: jhi                                   on 2000/08/31  15:25:10
55099         Log: Update Changes.
55100      Branch: perl
55101            ! Changes patchlevel.h
55102 ____________________________________________________________________________
55103 [  6947] By: jhi                                   on 2000/08/31  15:22:29
55104         Log: Document UNTIE in a very minimalistic way.
55105      Branch: perl
55106            ! pod/perlfunc.pod pod/perltie.pod
55107 ____________________________________________________________________________
55108 [  6946] By: jhi                                   on 2000/08/31  15:15:23
55109         Log: Document known failures.
55110      Branch: perl
55111            ! pod/perldelta.pod
55112 ____________________________________________________________________________
55113 [  6945] By: jhi                                   on 2000/08/31  15:07:00
55114         Log: Don't attach -ld to the archname if pointless.
55115      Branch: metaconfig
55116            ! U/threads/archname.U
55117      Branch: perl
55118            ! Configure config_h.SH
55119 ____________________________________________________________________________
55120 [  6944] By: jhi                                   on 2000/08/31  14:37:42
55121         Log: Wrap the test in eval.
55122              
55123              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
55124              From: Tim Jenness <timj@jach.hawaii.edu>
55125              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
55126              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
55127      Branch: perl
55128            ! t/lib/ftmp-security.t
55129 ____________________________________________________________________________
55130 [  6943] By: jhi                                   on 2000/08/31  14:30:57
55131         Log: Make -Dusemorebits find long doubles in Solaris.
55132      Branch: perl
55133            ! hints/solaris_2.sh
55134 ____________________________________________________________________________
55135 [  6942] By: jhi                                   on 2000/08/31  13:48:45
55136         Log: Clarify the third case of ftmp-security warnings.
55137      Branch: perl
55138            ! INSTALL
55139 ____________________________________________________________________________
55140 [  6941] By: jhi                                   on 2000/08/31  13:40:31
55141         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
55142              From: <abigail@foad.org>
55143              Date: Thu, 31 Aug 2000 01:35:05 -0400
55144              Message-ID: <20000831053505.32120.qmail@foad.org>
55145      Branch: perl
55146            ! pod/perldelta.pod
55147 ____________________________________________________________________________
55148 [  6940] By: jhi                                   on 2000/08/31  13:38:48
55149         Log: Issue useful diagnostic on unknown pod commands.
55150              
55151              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
55152              From: <abigail@foad.org>
55153              Date: Thu, 31 Aug 2000 03:41:18 -0400
55154              Message-ID: <20000831074118.24880.qmail@foad.org>
55155      Branch: perl
55156            ! lib/Pod/Man.pm
55157 ____________________________________________________________________________
55158 [  6939] By: jhi                                   on 2000/08/31  13:34:33
55159         Log: Reveal Borland's isnan.
55160              
55161              Subject: build with BC++ tweak
55162              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
55163              Date: Thu, 31 Aug 2000 13:09:37 +0400
55164              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
55165      Branch: perl
55166            ! win32/win32.h
55167 ____________________________________________________________________________
55168 [  6938] By: jhi                                   on 2000/08/31  05:01:20
55169         Log: Update Changes.
55170      Branch: perl
55171            ! Changes patchlevel.h
55172 ____________________________________________________________________________
55173 [  6937] By: jhi                                   on 2000/08/31  04:26:23
55174         Log: sscanf() may be the only way to read long doubles from strings.
55175      Branch: metaconfig/U/perl
55176            ! longdblfio.U
55177      Branch: perl
55178            ! Configure config_h.SH perl.h util.c
55179 ____________________________________________________________________________
55180 [  6936] By: jhi                                   on 2000/08/31  04:18:19
55181         Log: The #6929 was too skimpy.
55182      Branch: perl
55183            ! sv.c
55184 ____________________________________________________________________________
55185 [  6935] By: jhi                                   on 2000/08/31  02:47:07
55186         Log: Subject: Re: typos in pods
55187              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55188              Date: Wed, 30 Aug 2000 19:25:34 -0700
55189              Message-ID: <eIcr5gzkg25X092yn@efn.org>
55190      Branch: perl
55191            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
55192 ____________________________________________________________________________
55193 [  6934] By: jhi                                   on 2000/08/31  02:42:55
55194         Log: Missed one Unicode file.
55195      Branch: perl
55196            + lib/unicode/UCDFF301.html
55197 ____________________________________________________________________________
55198 [  6933] By: jhi                                   on 2000/08/30  23:42:27
55199         Log: Update Changes.
55200      Branch: perl
55201            ! Changes patchlevel.h
55202 ____________________________________________________________________________
55203 [  6932] By: jhi                                   on 2000/08/30  23:40:07
55204         Log: Mention UNTIE in perldelta.  Still needs documenting
55205              in perltie et alia.
55206      Branch: perl
55207            ! pod/perldelta.pod
55208 ____________________________________________________________________________
55209 [  6931] By: jhi                                   on 2000/08/30  23:36:02
55210         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
55211              From: <abigail@foad.org>
55212              Date: Wed, 30 Aug 2000 19:28:07 -0400
55213              Message-ID: <20000830232807.305.qmail@foad.org>
55214      Branch: perl
55215            ! pod/perldelta.pod
55216 ____________________________________________________________________________
55217 [  6930] By: jhi                                   on 2000/08/30  23:32:40
55218         Log: Update to Unicode 3.0.1.
55219      Branch: perl
55220            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
55221            + lib/unicode/PropList.txt lib/unicode/README.perl
55222            + lib/unicode/UCD301.html lib/unicode/Unicode.301
55223            - lib/unicode/Props.txt lib/unicode/UCD300.html
55224            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
55225            ! (edit 257 files)
55226 ____________________________________________________________________________
55227 [  6929] By: jhi                                   on 2000/08/30  22:38:18
55228         Log: Heap decorruption.
55229              
55230              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
55231              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55232              Date: Wed, 30 Aug 2000 22:39:52 +0100
55233              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
55234      Branch: perl
55235            ! sv.c
55236 ____________________________________________________________________________
55237 [  6928] By: jhi                                   on 2000/08/30  22:29:34
55238         Log: Retract the dummy test, skip the security tests (instead of failing),
55239              explain what the warnings mean.
55240      Branch: perl
55241            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
55242 ____________________________________________________________________________
55243 [  6927] By: jhi                                   on 2000/08/30  22:14:13
55244         Log: Change the internal implementation of sort() to be mergesort
55245              instead of quicksort, from John Linderman <jpl@research.att.com>.
55246              Gives us better worst case, better average case, and stability.
55247              What's there not to like?  (Small fixes for threaded builds
55248              were required).
55249      Branch: perl
55250            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
55251 ____________________________________________________________________________
55252 [  6926] By: jhi                                   on 2000/08/30  20:55:20
55253         Log: A better fix for the Socket building problem from Craig Berry.
55254      Branch: perl
55255            ! vms/vms.c
55256 ____________________________________________________________________________
55257 [  6925] By: jhi                                   on 2000/08/30  20:20:25
55258         Log: Subject: [PATCH] Re: UNTIE method 
55259              From: Nick Ing-Simmons <nik@tiuk.ti.com>
55260              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
55261              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
55262      Branch: perl
55263            ! pp_sys.c t/op/tie.t
55264 ____________________________________________________________________________
55265 [  6924] By: jhi                                   on 2000/08/30  20:17:11
55266         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
55267              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55268              Date: Wed, 30 Aug 2000 15:03:14 -0500
55269              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
55270      Branch: perl
55271            ! vms/vms.c
55272 ____________________________________________________________________________
55273 [  6923] By: jhi                                   on 2000/08/30  20:15:18
55274         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
55275              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55276              Date: Wed, 30 Aug 2000 13:30:36 -0500
55277              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
55278      Branch: perl
55279            ! vms/vms.c
55280 ____________________________________________________________________________
55281 [  6922] By: jhi                                   on 2000/08/30  19:54:43
55282         Log: Better options for rsync.
55283      Branch: perl
55284            ! pod/perlhack.pod
55285 ____________________________________________________________________________
55286 [  6921] By: jhi                                   on 2000/08/30  19:40:16
55287         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
55288              From: Rick Delaney <rick@consumercontact.com>
55289              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
55290              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
55291      Branch: perl
55292            ! pod/perlfunc.pod
55293 ____________________________________________________________________________
55294 [  6920] By: jhi                                   on 2000/08/30  19:36:40
55295         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
55296              From: Peter Prymmer <pvhp@forte.com>
55297              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
55298              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
55299      Branch: perl
55300            ! configure.com
55301 ____________________________________________________________________________
55302 [  6919] By: jhi                                   on 2000/08/30  14:52:02
55303         Log: Update Changes.
55304      Branch: perl
55305            ! Changes patchlevel.h
55306 ____________________________________________________________________________
55307 [  6918] By: jhi                                   on 2000/08/30  14:48:34
55308         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
55309      Branch: perl
55310            ! lib/ExtUtils/typemap
55311 ____________________________________________________________________________
55312 [  6917] By: jhi                                   on 2000/08/30  14:46:34
55313         Log: Subject: typos in pods
55314              From: Nicholas Clark <nick@ccl4.org>
55315              Date: Wed, 30 Aug 2000 01:12:50 +0100
55316              Message-ID: <20000830011249.A61388@plum.flirble.org>
55317      Branch: perl
55318            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
55319            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
55320            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
55321            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
55322 ____________________________________________________________________________
55323 [  6916] By: jhi                                   on 2000/08/30  14:19:09
55324         Log: Document Storable problems on Crays.  (Will have
55325              to document all the other Storable problems, too.)
55326      Branch: perl
55327            ! pod/perldelta.pod
55328 ____________________________________________________________________________
55329 [  6915] By: jhi                                   on 2000/08/30  14:06:02
55330         Log: Subject: [PATCH] fix misc cast warnings
55331              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55332              Date: Tue, 29 Aug 2000 23:16:14 -0700
55333              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
55334      Branch: perl
55335            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
55336            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
55337            ! os2/os2ish.h
55338 ____________________________________________________________________________
55339 [  6914] By: jhi                                   on 2000/08/30  14:03:45
55340         Log: Timestamp mismatch again.  Need to fix this dependence on
55341              config_h.SH timestamp, since it's the contents of config_h.SH
55342              that matter.
55343      Branch: perl
55344            ! uconfig.h uconfig.sh
55345 ____________________________________________________________________________
55346 [  6913] By: jhi                                   on 2000/08/30  13:54:06
55347         Log: Don't say "Perl 5.0 source kit".
55348      Branch: perl
55349            ! perl.c
55350 ____________________________________________________________________________
55351 [  6912] By: jhi                                   on 2000/08/30  13:51:24
55352         Log: Reset archname and archname64 always, forcing them be
55353              recomputed at each Configure run, make Configure and
55354              the hints files agree on the naming of largefiles variables.
55355      Branch: metaconfig
55356            ! U/threads/archname.U
55357      Branch: metaconfig/U/perl
55358            ! use64bits.U
55359      Branch: perl
55360            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
55361            ! hints/linux.sh hints/solaris_2.sh
55362 ____________________________________________________________________________
55363 [  6911] By: jhi                                   on 2000/08/30  13:30:13
55364         Log: Put back the slice accidentally removed by #6907.
55365      Branch: perl
55366            ! hints/solaris_2.sh
55367 ____________________________________________________________________________
55368 [  6910] By: jhi                                   on 2000/08/30  01:24:26
55369         Log: Be consistent: other Net::get* do export theirs.
55370              
55371              Subject: Re: Net::protoent does not export 'getproto'
55372              From: Yasushi Nakajima <sey@jkc.co.jp>
55373              Date: Wed, 30 Aug 2000 09:53:14 +0900
55374              Message-Id: <200008300051.DAA24700@taku.hut.fi>
55375      Branch: perl
55376            ! lib/Net/protoent.pm
55377 ____________________________________________________________________________
55378 [  6909] By: jhi                                   on 2000/08/30  01:17:25
55379         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
55380              From: Gurusamy Sarathy <gsar@ActiveState.com>
55381              Date: Tue, 29 Aug 2000 17:17:07 -0700
55382              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
55383      Branch: perl
55384            ! cop.h
55385 ____________________________________________________________________________
55386 [  6908] By: jhi                                   on 2000/08/30  00:58:05
55387         Log: Update Changes.
55388      Branch: perl
55389            ! Changes patchlevel.h
55390 ____________________________________________________________________________
55391 [  6907] By: jhi                                   on 2000/08/30  00:57:22
55392         Log: Introduce ccname to keep track of what compiler kind of we have.
55393      Branch: metaconfig/U/perl
55394            ! Checkcc.U gccvers.U
55395      Branch: perl
55396            ! Configure config_h.SH hints/solaris_2.sh
55397 ____________________________________________________________________________
55398 [  6906] By: jhi                                   on 2000/08/30  00:25:47
55399         Log: Put back the flags dump as reasoned in
55400              
55401              Subject: Re: [PATCH] Glob dumping
55402              From: Mike Guy <mjtg@cam.ac.uk> 
55403              Date: Tue, 29 Aug 2000 21:41:32 +0100
55404              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
55405      Branch: perl
55406            ! dump.c t/lib/peek.t
55407 ____________________________________________________________________________
55408 [  6905] By: jhi                                   on 2000/08/30  00:16:17
55409         Log: Make the epsilon to be relative, not absolute.
55410              
55411              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
55412              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
55413              Date: Tue, 29 Aug 2000 19:58:56 -0400
55414              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
55415      Branch: perl
55416            ! t/lib/trig.t
55417 ____________________________________________________________________________
55418 [  6904] By: jhi                                   on 2000/08/30  00:13:09
55419         Log: From now on, Gisle is on my list of usual suspects :-)
55420              Retract #6902.
55421      Branch: perl
55422            ! ext/Opcode/Safe.pm
55423 ____________________________________________________________________________
55424 [  6903] By: jhi                                   on 2000/08/29  23:51:20
55425         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
55426              From: "Craig A. Berry" <craig.berry@psinetcs.com>
55427              Date: Tue, 29 Aug 2000 18:43:26 -0500
55428              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
55429      Branch: perl
55430            + vms/vmspipe.com
55431            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
55432            ! vms/vms.c
55433 ____________________________________________________________________________
55434 [  6902] By: jhi                                   on 2000/08/29  23:44:14
55435         Log: Retry what #6882 attempted.
55436              
55437              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
55438              From: Gisle Aas <gisle@ActiveState.com>
55439              Date: 30 Aug 2000 00:33:09 +0200
55440              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
55441      Branch: perl
55442            ! ext/Opcode/Safe.pm
55443 ____________________________________________________________________________
55444 [  6901] By: jhi                                   on 2000/08/29  22:59:32
55445         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
55446              From: Hugo <hv@crypt.compulink.co.uk>
55447              Date: Mon, 12 Jun 2000 19:36:08 +0100
55448              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
55449      Branch: perl
55450            ! sv.c
55451 ____________________________________________________________________________
55452 [  6900] By: jhi                                   on 2000/08/29  22:58:35
55453         Log: Admit that we are leaking scalars.
55454              
55455              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
55456              From: Spider Boardman <spider@leggy.zk3.dec.com>
55457              Date: Tue, 29 Aug 2000 18:48:29 -0400
55458              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
55459      Branch: perl
55460            ! t/pragma/warnings.t
55461 ____________________________________________________________________________
55462 [  6899] By: jhi                                   on 2000/08/29  20:53:13
55463         Log: Update Changes.
55464      Branch: perl
55465            ! Changes patchlevel.h
55466 ____________________________________________________________________________
55467 [  6898] By: jhi                                   on 2000/08/29  20:46:21
55468         Log: Undo namespace pollution of #6878.
55469              
55470              Subject: Re: Net::protoent does not export 'getproto'
55471              From: Mike Guy <mjtg@cam.ac.uk>
55472              Date: Tue, 29 Aug 2000 21:32:37 +0100
55473              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
55474      Branch: perl
55475            ! lib/Net/protoent.pm
55476 ____________________________________________________________________________
55477 [  6897] By: jhi                                   on 2000/08/29  20:44:29
55478         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
55479              From: Peter Prymmer <pvhp@forte.com>
55480              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
55481              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
55482      Branch: perl
55483            ! pod/perlebcdic.pod
55484 ____________________________________________________________________________
55485 [  6896] By: jhi                                   on 2000/08/29  20:40:57
55486         Log: There's no point repeating the 'revision' (5) of perl5.
55487      Branch: metaconfig/U/perl
55488            ! Devel.U patchlevel.U
55489      Branch: perl
55490            ! Configure config_h.SH
55491 ____________________________________________________________________________
55492 [  6895] By: jhi                                   on 2000/08/29  20:16:58
55493         Log: Regen Configure for #6894.
55494      Branch: metaconfig/U/perl
55495            ! perladmin.U
55496      Branch: perl
55497            ! Configure config_h.SH
55498 ____________________________________________________________________________
55499 [  6894] By: jhi                                   on 2000/08/29  19:59:52
55500         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
55501              From: "Philip Newton" <Philip.Newton@gmx.net>
55502              Date: Tue, 29 Aug 2000 21:39:14 +0200
55503              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
55504      Branch: perl
55505            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
55506            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
55507            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
55508            ! utils/perlbug.PL
55509 ____________________________________________________________________________
55510 [  6893] By: jhi                                   on 2000/08/29  19:55:30
55511         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
55512              From: "Philip Newton" <Philip.Newton@gmx.net>
55513              Date: Tue, 29 Aug 2000 21:39:14 +0200
55514              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
55515      Branch: perl
55516            ! installhtml
55517 ____________________________________________________________________________
55518 [  6892] By: jhi                                   on 2000/08/29  19:53:59
55519         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
55520              From: "Philip Newton" <Philip.Newton@gmx.net>
55521              Date: Tue, 29 Aug 2000 21:48:18 +0200
55522              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
55523      Branch: perl
55524            ! lib/File/Temp.pm
55525 ____________________________________________________________________________
55526 [  6891] By: jhi                                   on 2000/08/29  18:30:03
55527         Log: Nail the ID 20000828.023.
55528      Branch: perl
55529            ! ext/Storable/Storable.xs
55530 ____________________________________________________________________________
55531 [  6890] By: jhi                                   on 2000/08/29  16:50:17
55532         Log: Under usethreads the dumped variable is IN_PAD.
55533              
55534              Subject: Re: [PATCH] Glob dumping
55535              From: Gisle Aas <gisle@ActiveState.com>
55536              Date: 29 Aug 2000 18:45:05 +0200
55537              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
55538      Branch: perl
55539            ! t/lib/peek.t
55540 ____________________________________________________________________________
55541 [  6889] By: jhi                                   on 2000/08/29  15:17:37
55542         Log: Update Changes.
55543      Branch: perl
55544            ! Changes patchlevel.h
55545 ____________________________________________________________________________
55546 [  6888] By: jhi                                   on 2000/08/29  14:49:59
55547         Log: Retract #6882, broke the safe tests.
55548      Branch: perl
55549            ! ext/Opcode/Safe.pm
55550 ____________________________________________________________________________
55551 [  6887] By: jhi                                   on 2000/08/29  14:47:06
55552         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
55553              From: Gisle Aas <gisle@ActiveState.com> 
55554              Date: 09 Jun 2000 20:00:11 +0200
55555              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
55556      Branch: perl
55557            ! utils/perldoc.PL
55558 ____________________________________________________________________________
55559 [  6886] By: jhi                                   on 2000/08/29  14:42:45
55560         Log: The #6881 removed one dump line.
55561      Branch: perl
55562            ! t/lib/peek.t
55563 ____________________________________________________________________________
55564 [  6885] By: jhi                                   on 2000/08/29  14:30:47
55565         Log: Don't forget to tidy up.
55566      Branch: perl
55567            ! t/lib/ftmp-security.t
55568 ____________________________________________________________________________
55569 [  6884] By: jhi                                   on 2000/08/29  14:25:17
55570         Log: Disabling the one test is a bit tricky.
55571      Branch: perl
55572            ! t/lib/ftmp-security.t
55573 ____________________________________________________________________________
55574 [  6883] By: jhi                                   on 2000/08/29  14:16:25
55575         Log: Disable one of the tests for now.
55576      Branch: perl
55577            ! t/lib/ftmp-security.t
55578 ____________________________________________________________________________
55579 [  6882] By: jhi                                   on 2000/08/29  14:05:50
55580         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
55581              From: gisle@aas.no
55582              Date: 29 Aug 2000 10:35:06 -0000
55583              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
55584      Branch: perl
55585            ! ext/Opcode/Safe.pm
55586 ____________________________________________________________________________
55587 [  6881] By: jhi                                   on 2000/08/29  14:03:51
55588         Log: Subject: [PATCH] Glob dumping
55589              From: Gisle Aas <gisle@ActiveState.com>
55590              Date: 29 Aug 2000 07:59:42 -0000
55591              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
55592      Branch: perl
55593            ! dump.c
55594 ____________________________________________________________________________
55595 [  6880] By: jhi                                   on 2000/08/29  14:02:01
55596         Log: Subject: [PATCH] Warnings in B::Deparse
55597              From: <abigail@foad.org>
55598              Date: Tue, 29 Aug 2000 00:00:01 -0400
55599              Message-ID: <20000829040001.2999.qmail@foad.org>
55600      Branch: perl
55601            ! ext/B/B/Deparse.pm
55602 ____________________________________________________________________________
55603 [  6879] By: jhi                                   on 2000/08/29  13:57:26
55604         Log: Missed a change in #6869.
55605      Branch: perl
55606            ! mg.c
55607 ____________________________________________________________________________
55608 [  6878] By: jhi                                   on 2000/08/29  13:45:04
55609         Log: Subject: Net::protoent does not export 'getproto'
55610              From: Yasushi Nakajima <sey@jkc.co.jp>
55611              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
55612      Branch: perl
55613            ! lib/Net/protoent.pm
55614 ____________________________________________________________________________
55615 [  6877] By: jhi                                   on 2000/08/29  13:39:19
55616         Log: Patches all over for people and the files they (hopefully) care about.
55617      Branch: perl
55618            ! AUTHORS Changes MAINTAIN
55619 ____________________________________________________________________________
55620 [  6876] By: jhi                                   on 2000/08/29  12:53:54
55621         Log: Fix for thinko in #6848.
55622              
55623              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
55624              From: Lupe Christoph <lupe@lupe-christoph.de>
55625              Date: Tue, 29 Aug 2000 09:04:08 +0200
55626              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
55627      Branch: perl
55628            ! ext/Thread/Thread.xs
55629 ____________________________________________________________________________
55630 [  6875] By: jhi                                   on 2000/08/29  12:50:14
55631         Log: Update to Getopt::Long 2.24, from Johan Vromans.
55632      Branch: perl
55633            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
55634 ____________________________________________________________________________
55635 [  6874] By: jhi                                   on 2000/08/29  02:09:53
55636         Log: Use minimal @INC in tests, most of the time just '../lib',
55637              so that we simply can't pick up stuff from other Perls than
55638              the one we are testing.  Pointed out by
55639              
55640              From: Mike Guy <mjtg@cam.ac.uk>
55641              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
55642              Date: Fri, 25 Aug 2000 15:15:59 +0100
55643              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
55644      Branch: perl
55645            ! (edit 185 files)
55646 ____________________________________________________________________________
55647 [  6873] By: jhi                                   on 2000/08/29  01:07:11
55648         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
55649              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55650              Date: Mon, 28 Aug 2000 17:45:52 -0700
55651              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
55652      Branch: perl
55653            ! Makefile.SH hints/os2.sh
55654 ____________________________________________________________________________
55655 [  6872] By: jhi                                   on 2000/08/28  23:33:39
55656         Log: Subject: [PATCH bleedperl@6866] spellings
55657              From: marcel@codewerk.com (Marcel Grunauer)
55658              Date: Tue, 29 Aug 2000 01:19:59 +0200
55659              Message-Id: <200008282319.BAA29862@gandalf.local>
55660      Branch: perl
55661            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
55662            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
55663            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
55664 ____________________________________________________________________________
55665 [  6871] By: jhi                                   on 2000/08/28  23:22:09
55666         Log: Take out the SUIDMAIL thing, that will not be
55667              a problem in 5.7.*.
55668      Branch: perl
55669            ! patchlevel.h
55670 ____________________________________________________________________________
55671 [  6870] By: jhi                                   on 2000/08/28  23:19:30
55672         Log: -S is the silent flag, -s is the strip flag.
55673              
55674              Subject: [PATCH] Re: [PATCH] make no-install          
55675              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
55676              Date: Mon, 28 Aug 2000 15:12:55 -0700
55677              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
55678      Branch: perl
55679            ! Makefile.SH
55680 ____________________________________________________________________________
55681 [  6869] By: jhi                                   on 2000/08/28  23:12:05
55682         Log: Subject: [PATCH bleedperl@6856] warnings fixes
55683              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
55684              Date: Mon, 28 Aug 2000 23:55:06 +0100
55685              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
55686      Branch: perl
55687            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
55688            ! warnings.h warnings.pl
55689 ____________________________________________________________________________
55690 [  6868] By: jhi                                   on 2000/08/28  21:38:22
55691         Log: Potential cruft.
55692      Branch: perl
55693            ! Makefile.SH
55694 ____________________________________________________________________________
55695 [  6867] By: jhi                                   on 2000/08/28  21:35:36
55696         Log: Update Changes.
55697      Branch: perl
55698            ! Changes patchlevel.h
55699 ____________________________________________________________________________
55700 [  6866] By: jhi                                   on 2000/08/28  21:33:49
55701         Log: Subject: hv.h Doc Patch
55702              From: Fisher Mark <fisherm@tce.com>
55703              Date: Mon, 28 Aug 2000 16:24:59 -0500
55704              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
55705      Branch: perl
55706            ! hv.h
55707 ____________________________________________________________________________
55708 [  6865] By: jhi                                   on 2000/08/28  21:02:15
55709         Log: Add -ld to archname on long tr...double platforms.
55710      Branch: metaconfig
55711            ! U/threads/archname.U
55712      Branch: perl
55713            ! Configure config_h.SH
55714 ____________________________________________________________________________
55715 [  6864] By: jhi                                   on 2000/08/28  20:38:59
55716         Log: An attempt to fix the problem reported in
55717              
55718              Subject: Building perl@6856 using gcc/AIX 4.3.3 
55719              From: Daniel Muino <dmuino@afip.gov.ar> 
55720              Date: Mon, 28 Aug 2000 15:50:01 -0300   
55721              Message-ID: <20000828155001.A14403@con2-dgi>
55722              
55723              I can't test this properly since the gcc installation I have
55724              access to seems to be botched (gcc is calling the AIX cpp,
55725              a losing proposition...)
55726      Branch: perl
55727            ! hints/aix.sh
55728 ____________________________________________________________________________
55729 [  6863] By: jhi                                   on 2000/08/28  18:57:52
55730         Log: Fix for ID 20000828.001, long doubles were not formatted
55731              correctly (showed up in $], which stopped installing perl).
55732      Branch: perl
55733            ! sv.c
55734 ____________________________________________________________________________
55735 [  6862] By: jhi                                   on 2000/08/28  18:07:15
55736         Log: Typo in #6858.
55737      Branch: perl
55738            ! lib/Cwd.pm
55739 ____________________________________________________________________________
55740 [  6861] By: jhi                                   on 2000/08/28  17:57:27
55741         Log: opmini.o may be left around if a build is interrupted.
55742      Branch: perl
55743            ! Makefile.SH
55744 ____________________________________________________________________________
55745 [  6860] By: jhi                                   on 2000/08/28  16:52:50
55746         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
55747              From: Daniel Chetlin <daniel@chetlin.com>
55748              Date: Mon, 28 Aug 2000 01:14:18 -0700
55749              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
55750      Branch: perl
55751            ! lib/overload.pm
55752 ____________________________________________________________________________
55753 [  6859] By: jhi                                   on 2000/08/28  16:08:46
55754         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
55755              From: Nicholas Clark <nick@ccl4.org>
55756              Date: Mon, 28 Aug 2000 16:03:27 +0100
55757              Message-Id: <20000828160327.C49785@plum.flirble.org>
55758      Branch: perl
55759            ! ext/ByteLoader/bytecode.h
55760 ____________________________________________________________________________
55761 [  6858] By: jhi                                   on 2000/08/28  16:02:10
55762         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
55763              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
55764              Date: Mon, 28 Aug 2000 13:08:30 +0200
55765              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
55766      Branch: perl
55767            ! lib/Cwd.pm
55768 ____________________________________________________________________________
55769 [  6857] By: jhi                                   on 2000/08/28  15:42:47
55770         Log: display_format used as a class method without arguments was broken,
55771              reported in
55772              
55773              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
55774              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
55775              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
55776              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
55777      Branch: perl
55778            ! lib/Math/Complex.pm t/lib/complex.t
55779 ____________________________________________________________________________
55780 [  6856] By: jhi                                   on 2000/08/27  22:09:48
55781         Log: Update Changes.
55782      Branch: perl
55783            ! Changes patchlevel.h
55784 ____________________________________________________________________________
55785 [  6855] By: jhi                                   on 2000/08/27  21:59:21
55786         Log: Retract #6853 (false alarm).
55787      Branch: perl
55788            ! lib/ExtUtils/xsubpp
55789 ____________________________________________________________________________
55790 [  6854] By: jhi                                   on 2000/08/27  21:37:44
55791         Log: Update Changes.
55792      Branch: perl
55793            ! Changes patchlevel.h
55794 ____________________________________________________________________________
55795 [  6853] By: jhi                                   on 2000/08/27  21:37:16
55796         Log: Subject: [PATCH perl@6850] workaround for xsubpp
55797              From: Hugo <hv@crypt.compulink.co.uk>
55798              Date: Sun, 27 Aug 2000 22:30:25 +0100
55799              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
55800      Branch: perl
55801            ! lib/ExtUtils/xsubpp
55802 ____________________________________________________________________________
55803 [  6852] By: jhi                                   on 2000/08/27  21:33:58
55804         Log: Big-endian 64-bit patch from Raphael Manfredi.
55805      Branch: perl
55806            ! ext/Storable/Storable.xs
55807 ____________________________________________________________________________
55808 [  6851] By: jhi                                   on 2000/08/27  21:22:21
55809         Log: More ruthless editing from Hugo van der Sanden.
55810      Branch: perl
55811            ! pod/perldelta.pod
55812 ____________________________________________________________________________
55813 [  6850] By: jhi                                   on 2000/08/27  16:11:46
55814         Log: Update Changes.
55815      Branch: perl
55816            ! Changes patchlevel.h
55817 ____________________________________________________________________________
55818 [  6849] By: jhi                                   on 2000/08/27  16:11:05
55819         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
55820      Branch: perl
55821            ! configpm pod/perldelta.pod
55822 ____________________________________________________________________________
55823 [  6848] By: jhi                                   on 2000/08/27  15:35:08
55824         Log: Use the actual thread type, not the pointer-to-struct.
55825      Branch: perl
55826            ! ext/Thread/Thread.xs
55827 ____________________________________________________________________________
55828 [  6847] By: jhi                                   on 2000/08/27  15:30:49
55829         Log: Test nit.
55830      Branch: perl
55831            ! t/pragma/warn/pp_sys
55832 ____________________________________________________________________________
55833 [  6846] By: jhi                                   on 2000/08/27  15:19:02
55834         Log: Passing -R in ldflags makes now it to appear in the default
55835              for lddlflags, just like with -L.
55836              
55837              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
55838              From: Lupe Christoph <lupe@lupe-christoph.de>
55839              Date: Sun, 27 Aug 2000 10:28:21 +0200
55840              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
55841      Branch: metaconfig/U/perl
55842            ! dlsrc.U
55843      Branch: perl
55844            ! Configure
55845 ____________________________________________________________________________
55846 [  6845] By: jhi                                   on 2000/08/27  15:08:54
55847         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
55848              From: Alan Burlison <Alan.Burlison@uk.sun.com>
55849              Date: Sat, 26 Aug 2000 22:23:27 +0100
55850              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
55851      Branch: perl
55852            ! lib/ExtUtils/MM_Unix.pm
55853 ____________________________________________________________________________
55854 [  6844] By: jhi                                   on 2000/08/27  15:02:37
55855         Log: DJGPP update from Laszlo Molnar.
55856              
55857              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
55858              From: ml1050 <ml1050@freemail.hu>
55859              Date: Sat, 26 Aug 2000 23:24:40 +0200
55860              Message-Id: <20000826232440.A439@freemail.hu>
55861      Branch: perl
55862            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
55863            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
55864 ____________________________________________________________________________
55865 [  6843] By: jhi                                   on 2000/08/27  14:53:58
55866         Log: Subject: installman buglet
55867              From: Lupe Christoph <lupe@lupe-christoph.de>
55868              Date: Sun, 27 Aug 2000 14:38:59 +0200
55869              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
55870      Branch: perl
55871            ! installman
55872 ____________________________________________________________________________
55873 [  6842] By: jhi                                   on 2000/08/27  14:52:08
55874         Log: Can't get the test to reliably work thanks to the
55875              inaccurateness of floating point.  "Resolves" bug ids
55876              20000826.003, 20000826.009, 20000826.010,
55877      Branch: perl
55878            ! t/lib/trig.t
55879 ____________________________________________________________________________
55880 [  6841] By: jhi                                   on 2000/08/26  15:53:58
55881         Log: Update Changes.
55882      Branch: perl
55883            ! Changes patchlevel.h
55884 ____________________________________________________________________________
55885 [  6840] By: jhi                                   on 2000/08/26  14:23:03
55886         Log: grep -e isn't portable.
55887              
55888              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
55889              From: chris@broadband.att.com
55890              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
55891              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
55892      Branch: perl
55893            ! hints/solaris_2.sh
55894 ____________________________________________________________________________
55895 [  6839] By: jhi                                   on 2000/08/26  14:12:23
55896         Log: no-install target a la make -n.
55897              
55898              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
55899              From: <abigail@foad.org>
55900              Date: Sat, 26 Aug 2000 03:57:34 -0400
55901              Message-ID: <20000826075735.18912.qmail@foad.org>
55902      Branch: perl
55903            ! Makefile.SH installman installperl
55904 ____________________________________________________________________________
55905 [  6838] By: jhi                                   on 2000/08/26  14:06:33
55906         Log: Retract #6826 as the #6828 should be do the same
55907              in a More Correct Way.
55908      Branch: perl
55909            ! installperl
55910 ____________________________________________________________________________
55911 [  6837] By: jhi                                   on 2000/08/26  05:24:00
55912         Log: More casting.
55913      Branch: perl
55914            ! ext/Storable/Storable.xs
55915 ____________________________________________________________________________
55916 [  6836] By: jhi                                   on 2000/08/26  05:05:46
55917         Log: Nicer in decimal.
55918      Branch: perl
55919            ! ext/Storable/Storable.xs
55920 ____________________________________________________________________________
55921 [  6835] By: jhi                                   on 2000/08/26  05:03:50
55922         Log: There be no UVdf.
55923      Branch: perl
55924            ! ext/Storable/Storable.xs
55925 ____________________________________________________________________________
55926 [  6834] By: jhi                                   on 2000/08/26  05:00:18
55927         Log: Continue IVdfing and UVxfing.
55928      Branch: perl
55929            ! ext/Storable/Storable.xs
55930 ____________________________________________________________________________
55931 [  6833] By: jhi                                   on 2000/08/26  04:53:14
55932         Log: Use IVdf.
55933      Branch: perl
55934            ! ext/Storable/Storable.xs
55935 ____________________________________________________________________________
55936 [  6832] By: jhi                                   on 2000/08/26  04:40:41
55937         Log: Document PTR2XX and INT2PTR.
55938      Branch: perl
55939            ! pod/perlguts.pod
55940 ____________________________________________________________________________
55941 [  6831] By: jhi                                   on 2000/08/26  04:33:18
55942         Log: Use UVxf, PTR2UV, NVff.
55943      Branch: perl
55944            ! ext/Storable/Storable.xs
55945 ____________________________________________________________________________
55946 [  6830] By: jhi                                   on 2000/08/26  04:31:32
55947         Log: Update the test count.
55948      Branch: perl
55949            ! t/lib/trig.t
55950 ____________________________________________________________________________
55951 [  6829] By: jhi                                   on 2000/08/26  03:05:50
55952         Log: Subject: [PATCH] installation not quite silent yet.
55953              From: <abigail@foad.org>
55954              Date: Fri, 25 Aug 2000 20:07:53 -0400
55955              Message-ID: <20000826000753.7822.qmail@foad.org>
55956      Branch: perl
55957            ! installman installperl
55958 ____________________________________________________________________________
55959 [  6828] By: jhi                                   on 2000/08/26  03:05:14
55960         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
55961              From: Spider Boardman <spider@web.zk3.dec.com>
55962              Date: Fri, 25 Aug 2000 19:12:40 -0400
55963              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
55964      Branch: perl
55965            ! gv.c
55966 ____________________________________________________________________________
55967 [  6827] By: jhi                                   on 2000/08/25  23:54:34
55968         Log: Support preserving extremely big/small angles.
55969      Branch: perl
55970            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
55971 ____________________________________________________________________________
55972 [  6826] By: jhi                                   on 2000/08/25  23:01:20
55973         Log: Patch installperl to be long double-aware.
55974              
55975              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
55976              From: Spider Boardman <spider@web.zk3.dec.com>
55977              Date: Fri, 25 Aug 2000 18:15:23 -0400
55978              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
55979      Branch: perl
55980            ! installperl
55981 ____________________________________________________________________________
55982 [  6825] By: jhi                                   on 2000/08/25  22:58:25
55983         Log: Remove duplicately applied patch shards.
55984              
55985              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
55986              From: Spider Boardman <spider@leggy.zk3.dec.com>
55987              Date: Fri, 25 Aug 2000 16:45:03 -0400
55988              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
55989      Branch: perl
55990            ! t/lib/cgi-html.t
55991 ____________________________________________________________________________
55992 [  6824] By: jhi                                   on 2000/08/25  22:57:00
55993         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
55994              From: Daniel Chetlin <daniel@chetlin.com>
55995              Date: Fri, 25 Aug 2000 12:23:16 -0700
55996              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
55997              
55998              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
55999              From: Daniel Chetlin <daniel@chetlin.com>
56000              Date: Fri, 25 Aug 2000 14:47:19 -0700
56001              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
56002      Branch: perl
56003            ! installman
56004 ____________________________________________________________________________
56005 [  6823] By: jhi                                   on 2000/08/25  22:44:17
56006         Log: Timestamp problem?
56007      Branch: perl
56008            ! uconfig.h uconfig.sh
56009 ____________________________________________________________________________
56010 [  6822] By: jhi                                   on 2000/08/25  19:01:06
56011         Log: One forgotten file from #6816.
56012      Branch: perl
56013            ! vos/config.h
56014 ____________________________________________________________________________
56015 [  6821] By: jhi                                   on 2000/08/25  18:56:39
56016         Log: Regen Changes.
56017      Branch: perl
56018            ! Changes patchlevel.h
56019 ____________________________________________________________________________
56020 [  6820] By: jhi                                   on 2000/08/25  18:52:35
56021         Log: Fix Changes ordering.
56022      Branch: perl
56023            ! Changes
56024 ____________________________________________________________________________
56025 [  6819] By: jhi                                   on 2000/08/25  18:50:25
56026         Log: Update Changes.
56027      Branch: perl
56028            ! Changes patchlevel.h
56029 ____________________________________________________________________________
56030 [  6818] By: jhi                                   on 2000/08/25  18:47:45
56031         Log: Tweak the sfio/useperlio logic, hopefully as wished in
56032              
56033              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
56034              From: Nicholas Clark <nick@babyhippo.co.uk>
56035              Date: Fri, 25 Aug 2000 12:01:45 +0100
56036              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
56037      Branch: metaconfig/U/perl
56038            ! d_sfio.U
56039      Branch: perl
56040            ! Configure
56041 ____________________________________________________________________________
56042 [  6817] By: jhi                                   on 2000/08/25  18:32:51
56043         Log: Allow microperl to assume <math.h>, without it the math
56044              functions like floor() are assumed to return int, which makes
56045              for core dumps in machines where integer and floating register
56046              don't mix.
56047      Branch: perl
56048            ! uconfig.h uconfig.sh
56049 ____________________________________________________________________________
56050 [  6816] By: jhi                                   on 2000/08/25  18:27:17
56051         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
56052              the problem reported in
56053              
56054              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
56055              From: danhale@us.ibm.com
56056              Date: Fri, 25 Aug 2000 10:58:06 -0400
56057              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
56058      Branch: metaconfig/U/perl
56059            + d_socks5_init.U
56060      Branch: perl
56061            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
56062            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
56063            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
56064            ! win32/config.gc win32/config.vc
56065 ____________________________________________________________________________
56066 [  6815] By: jhi                                   on 2000/08/25  17:43:31
56067         Log: A solution for the retrieve_fd autosplit warning,
56068              idea suggested by Mike Guy.
56069      Branch: perl
56070            ! ext/Storable/Storable.pm
56071 ____________________________________________________________________________
56072 [  6814] By: jhi                                   on 2000/08/25  17:16:03
56073         Log: Add install-silent target.
56074      Branch: perl
56075            ! Makefile.SH
56076 ____________________________________________________________________________
56077 [  6813] By: jhi                                   on 2000/08/25  17:14:23
56078         Log: Subject: Re: [PATCH] More silencing of installman.
56079              From: <abigail@foad.org>
56080              Date: Thu, 24 Aug 2000 19:27:03 -0400
56081              Message-ID: <20000824232703.7001.qmail@foad.org>
56082              
56083              Subject: Re: [PATCH] More silencing of installman.
56084              From: <abigail@foad.org>
56085              Date: Fri, 25 Aug 2000 03:00:58 -0400
56086              Message-ID: <20000825070058.10697.qmail@foad.org>
56087      Branch: perl
56088            ! installman
56089 ____________________________________________________________________________
56090 [  6812] By: jhi                                   on 2000/08/25  17:11:28
56091         Log: installperl --verbose and --silent.
56092              
56093              Subject: Re: [PATCH] More silencing of installman.
56094              From: <abigail@foad.org>
56095              Message-ID: <20000825064430.9719.qmail@foad.org>
56096              Date: Fri, 25 Aug 2000 02:44:30 -0400
56097      Branch: perl
56098            ! installperl
56099 ____________________________________________________________________________
56100 [  6811] By: jhi                                   on 2000/08/25  17:05:43
56101         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
56102              From: "Peter J. Farley III" <pjfarley@banet.net>
56103              Date: Thu, 24 Aug 2000 21:58:03 -0400
56104              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
56105              
56106              (applied slightly modified)
56107      Branch: perl
56108            ! lib/ExtUtils/MM_Unix.pm
56109 ____________________________________________________________________________
56110 [  6810] By: jhi                                   on 2000/08/25  17:01:18
56111         Log: Missing parts of 
56112              
56113              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
56114              From: Peter Prymmer <pvhp@forte.com>
56115              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
56116              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
56117      Branch: perl
56118            ! t/lib/cgi-html.t
56119 ____________________________________________________________________________
56120 [  6809] By: jhi                                   on 2000/08/25  16:46:32
56121         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
56122              From: "Craig A. Berry" <craig.berry@psinetcs.com>
56123              Date: Thu, 24 Aug 2000 19:13:11 -0500
56124              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
56125      Branch: perl
56126            ! vms/vms.c
56127 ____________________________________________________________________________
56128 [  6808] By: jhi                                   on 2000/08/25  16:39:22
56129         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
56130              From: Peter Prymmer <pvhp@forte.com>
56131              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
56132              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
56133      Branch: perl
56134            ! configure.com
56135 ____________________________________________________________________________
56136 [  6807] By: jhi                                   on 2000/08/25  16:36:37
56137         Log: Better wording for the vec lvalue diagnostic.
56138              
56139              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56140              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56141              Date: Wed, 23 Aug 2000 14:12:16 -0400
56142              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
56143      Branch: perl
56144            ! pod/perldiag.pod
56145 ____________________________________________________________________________
56146 [  6806] By: jhi                                   on 2000/08/24  18:17:22
56147         Log: Subject: [PATCH] More silencing of installman.
56148              From: <abigail@foad.org>
56149              Date: Thu, 24 Aug 2000 14:01:44 -0400
56150              Message-ID: <20000824180144.20062.qmail@foad.org>
56151      Branch: perl
56152            ! installman
56153 ____________________________________________________________________________
56154 [  6805] By: jhi                                   on 2000/08/24  15:00:31
56155         Log: Update Changes.
56156      Branch: perl
56157            ! Changes patchlevel.h
56158 ____________________________________________________________________________
56159 [  6804] By: jhi                                   on 2000/08/24  14:59:07
56160         Log: Regen perltoc.
56161      Branch: perl
56162            ! pod/perltoc.pod
56163 ____________________________________________________________________________
56164 [  6803] By: jhi                                   on 2000/08/24  14:44:39
56165         Log: Show the doc file, not the temp file.
56166      Branch: perl
56167            ! installman
56168 ____________________________________________________________________________
56169 [  6802] By: jhi                                   on 2000/08/24  14:41:53
56170         Log: Continue silencing.
56171      Branch: perl
56172            ! installman
56173 ____________________________________________________________________________
56174 [  6801] By: jhi                                   on 2000/08/24  14:34:40
56175         Log: Actually do something with the silencer option.
56176      Branch: perl
56177            ! installman
56178 ____________________________________________________________________________
56179 [  6800] By: jhi                                   on 2000/08/24  14:26:22
56180         Log: Make installman to recognize the silence flag -S.
56181      Branch: perl
56182            ! installman
56183 ____________________________________________________________________________
56184 [  6799] By: jhi                                   on 2000/08/24  13:49:38
56185         Log: DOS patches and portability/porting notes, from Tim Jenness.
56186      Branch: perl
56187            ! lib/File/Temp.pm
56188 ____________________________________________________________________________
56189 [  6798] By: jhi                                   on 2000/08/24  13:48:27
56190         Log: Create directories in silence.
56191              
56192              Subject: [PATCH] Another silencer for MakeMaker
56193              From: andreas.koenig@anima.de (Andreas J. Koenig)
56194              Date: 24 Aug 2000 14:18:52 +0200
56195              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
56196      Branch: perl
56197            ! lib/ExtUtils/Command.pm
56198 ____________________________________________________________________________
56199 [  6797] By: jhi                                   on 2000/08/24  13:46:42
56200         Log: More liberal parsing of version numbers.
56201              
56202              Subject: Re: CPAN.pm beta for testing available
56203              From: andreas.koenig@anima.de (Andreas J. Koenig)
56204              Date: 24 Aug 2000 13:51:57 +0200
56205              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
56206      Branch: perl
56207            ! lib/CPAN.pm
56208 ____________________________________________________________________________
56209 [  6796] By: jhi                                   on 2000/08/24  13:44:36
56210         Log: Make "make install" by default silent.  A new "install-verbose"
56211              target is verbose.
56212      Branch: perl
56213            ! Makefile.SH
56214 ____________________________________________________________________________
56215 [  6795] By: jhi                                   on 2000/08/24  13:39:14
56216         Log: Add silencer flags to installperl.
56217              
56218              Subject: [PATCH] Making installperl silent.
56219              From: <abigail@foad.org>
56220              Date: Thu, 24 Aug 2000 05:01:45 -0400
56221              Message-ID: <20000824090145.13141.qmail@foad.org>
56222      Branch: perl
56223            ! installperl
56224 ____________________________________________________________________________
56225 [  6794] By: jhi                                   on 2000/08/24  13:35:50
56226         Log: installperl couldn't tell whether it had run tests or not.
56227              
56228              Subject: [PATCH] Re: installperl and t/TEST
56229              From: <abigail@foad.org>
56230              Date: Thu, 24 Aug 2000 04:00:53 -0400
56231              Message-ID: <20000824080053.2494.qmail@foad.org>
56232      Branch: perl
56233            ! Makefile.SH installperl
56234 ____________________________________________________________________________
56235 [  6793] By: jhi                                   on 2000/08/24  13:27:50
56236         Log: Drop the separate perlbc, perlcc -b should be enough.
56237      Branch: perl
56238            - utils/perlbc.PL
56239            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
56240 ____________________________________________________________________________
56241 [  6792] By: jhi                                   on 2000/08/24  04:41:30
56242         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
56243              plus the typo fix from Peter Prymmer.
56244      Branch: perl
56245            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
56246            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
56247 ____________________________________________________________________________
56248 [  6791] By: jhi                                   on 2000/08/24  02:10:43
56249         Log: Replace #6705 with a minimal doc patch.
56250              
56251              Subject: [PATCH 5.6.0] replace change #6705
56252              From: Jan Dubois <jand@ActiveState.com>
56253              Date: Wed, 23 Aug 2000 18:31:51 -0700
56254              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
56255      Branch: perl
56256            ! lib/Win32.pod win32/win32.c
56257 ____________________________________________________________________________
56258 [  6790] By: jhi                                   on 2000/08/23  17:52:00
56259         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
56260              From: Mike Guy <mjtg@cam.ac.uk>
56261              Date: Wed, 23 Aug 2000 18:38:46 +0100
56262              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
56263      Branch: perl
56264            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
56265 ____________________________________________________________________________
56266 [  6789] By: jhi                                   on 2000/08/23  15:34:21
56267         Log: Update Changes.
56268      Branch: perl
56269            ! Changes patchlevel.h
56270 ____________________________________________________________________________
56271 [  6788] By: jhi                                   on 2000/08/23  15:33:40
56272         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
56273              From: Wilfredo Sánchez <wsanchez@apple.com>
56274              Date: Tue, 22 Aug 2000 19:31:27 -0700
56275              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
56276      Branch: perl
56277            ! perl.h
56278 ____________________________________________________________________________
56279 [  6787] By: jhi                                   on 2000/08/23  15:29:31
56280         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
56281              From: Spider Boardman <spider@leggy.zk3.dec.com>
56282              Date: Wed, 23 Aug 2000 10:33:23 -0400
56283              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
56284      Branch: perl
56285            ! lib/Pod/Html.pm
56286 ____________________________________________________________________________
56287 [  6786] By: jhi                                   on 2000/08/23  15:28:11
56288         Log: Bad makefile.
56289      Branch: perl
56290            ! ext/B/Makefile.PL
56291 ____________________________________________________________________________
56292 [  6785] By: jhi                                   on 2000/08/23  14:37:04
56293         Log: Update Changes.
56294      Branch: perl
56295            ! Changes patchlevel.h
56296 ____________________________________________________________________________
56297 [  6784] By: jhi                                   on 2000/08/23  13:58:41
56298         Log: Portability fix from Hugo van der Sanden.
56299      Branch: perl
56300            ! ext/re/Makefile.PL
56301 ____________________________________________________________________________
56302 [  6783] By: jhi                                   on 2000/08/23  13:53:53
56303         Log: Storable support, v-version fixes.
56304              
56305              Subject: CPAN.pm beta for testing available
56306              From: andreas.koenig@anima.de (Andreas J. Koenig)
56307              Date: 22 Aug 2000 23:31:33 +0200
56308              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
56309      Branch: perl
56310            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
56311 ____________________________________________________________________________
56312 [  6782] By: jhi                                   on 2000/08/23  13:51:26
56313         Log: Mac and other portability updates from Chris Nandor.
56314      Branch: perl
56315            ! pod/perlmodinstall.pod
56316 ____________________________________________________________________________
56317 [  6781] By: jhi                                   on 2000/08/23  13:47:33
56318         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
56319              From: Peter Prymmer <pvhp@forte.com>
56320              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
56321              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
56322      Branch: perl
56323            ! ext/Storable/Storable.xs
56324 ____________________________________________________________________________
56325 [  6780] By: jhi                                   on 2000/08/23  13:33:34
56326         Log: VMS MMS (make) wants null action.
56327      Branch: perl
56328            ! ext/B/Makefile.PL
56329 ____________________________________________________________________________
56330 [  6779] By: jhi                                   on 2000/08/22  19:44:47
56331         Log: Forgot portability nit.
56332      Branch: perl
56333            ! t/lib/st-forgive.t
56334 ____________________________________________________________________________
56335 [  6778] By: jhi                                   on 2000/08/22  19:35:25
56336         Log: Be portable.
56337      Branch: perl
56338            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
56339            ! t/lib/st-store.t
56340 ____________________________________________________________________________
56341 [  6777] By: jhi                                   on 2000/08/22  18:50:53
56342         Log: Update Changes.
56343      Branch: perl
56344            ! Changes patchlevel.h
56345 ____________________________________________________________________________
56346 [  6776] By: jhi                                   on 2000/08/22  18:44:46
56347         Log: cSVOPo_*v things index into the current PL_curpad
56348              under ithreads, which is different from the curpad
56349              used by the XSUB.  (In other words, the code as-is
56350              before this patch wouldn't work under ithreads.)
56351              From Sarathy.
56352      Branch: perl
56353            ! ext/B/B.xs
56354 ____________________________________________________________________________
56355 [  6775] By: jhi                                   on 2000/08/22  18:18:37
56356         Log: Make the selection of NVff et al stricter.
56357      Branch: metaconfig/U/perl
56358            ! perlxvf.U
56359      Branch: perl
56360            ! Configure config_h.SH
56361 ____________________________________________________________________________
56362 [  6774] By: jhi                                   on 2000/08/22  17:19:42
56363         Log: perldelta nits.
56364      Branch: perl
56365            ! pod/perldelta.pod
56366 ____________________________________________________________________________
56367 [  6773] By: jhi                                   on 2000/08/22  17:06:26
56368         Log: Long double fixes from Spider Boardman.
56369              
56370              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
56371              From: system PRIVILEGED account <root@peano.zk3.dec.com>
56372              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
56373              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
56374      Branch: perl
56375            ! t/lib/bigfltpm.t t/lib/st-06compat.t
56376 ____________________________________________________________________________
56377 [  6772] By: jhi                                   on 2000/08/22  15:04:53
56378         Log: Update Changes.
56379      Branch: perl
56380            ! Changes patchlevel.h
56381 ____________________________________________________________________________
56382 [  6771] By: jhi                                   on 2000/08/22  15:01:44
56383         Log: perldelta fixes from Hugo van der Sanden.
56384      Branch: perl
56385            ! pod/perldelta.pod
56386 ____________________________________________________________________________
56387 [  6770] By: jhi                                   on 2000/08/22  14:34:49
56388         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
56389              From: Hugo <hv@crypt.compulink.co.uk>
56390              Date: Tue, 22 Aug 2000 11:21:53 +0100
56391              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
56392      Branch: perl
56393            ! regcomp.c
56394 ____________________________________________________________________________
56395 [  6769] By: jhi                                   on 2000/08/22  14:30:02
56396         Log: Add Yitzchak, reformat.
56397      Branch: perl
56398            ! Changes config_h.SH
56399 ____________________________________________________________________________
56400 [  6768] By: jhi                                   on 2000/08/22  14:21:35
56401         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
56402              and Spider Boardman.
56403      Branch: metaconfig
56404            ! U/compline/d_gconvert.U
56405      Branch: perl
56406            ! Configure
56407 ____________________________________________________________________________
56408 [  6767] By: jhi                                   on 2000/08/22  14:11:24
56409         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
56410              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56411              Date: Mon, 21 Aug 2000 19:08:31 -0700
56412              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
56413      Branch: perl
56414            - ext/Storable/patchlevel.h
56415            ! MANIFEST ext/Storable/MANIFEST
56416 ____________________________________________________________________________
56417 [  6766] By: jhi                                   on 2000/08/22  13:49:29
56418         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
56419              From: Peter Prymmer <pvhp@forte.com>
56420              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
56421              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
56422      Branch: perl
56423            ! configure.com ext/Storable/Makefile.PL
56424 ____________________________________________________________________________
56425 [  6765] By: jhi                                   on 2000/08/22  13:44:59
56426         Log: Subject: [PATCH blead] B:: missing dependency
56427              From: Hugo <hv@crypt.compulink.co.uk>
56428              Date: Tue, 22 Aug 2000 06:44:33 +0100
56429              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
56430      Branch: perl
56431            ! ext/B/Makefile.PL
56432 ____________________________________________________________________________
56433 [  6764] By: jhi                                   on 2000/08/22  13:38:12
56434         Log: More bytecompiler.
56435      Branch: perl
56436            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
56437 ____________________________________________________________________________
56438 [  6763] By: jhi                                   on 2000/08/22  13:36:44
56439         Log: Bytecompiler patches from Benjamin Stuhl.
56440      Branch: perl
56441            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
56442            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56443            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
56444            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56445            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
56446            ! perl.c perlapi.h pod/perldelta.pod
56447 ____________________________________________________________________________
56448 [  6762] By: jhi                                   on 2000/08/21  23:43:40
56449         Log: An obsoleted diagnostic.
56450      Branch: perl
56451            ! pod/perldelta.pod
56452 ____________________________________________________________________________
56453 [  6761] By: jhi                                   on 2000/08/21  23:01:45
56454         Log: The #6759 wasn't quite right.
56455      Branch: perl
56456            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56457            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
56458            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
56459            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
56460            ! t/lib/st-tieditems.t
56461 ____________________________________________________________________________
56462 [  6760] By: jhi                                   on 2000/08/21  22:35:49
56463         Log: Be verydeepclean.
56464      Branch: perl
56465            ! Makefile.SH
56466 ____________________________________________________________________________
56467 [  6759] By: jhi                                   on 2000/08/21  22:25:40
56468         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
56469              From: Peter Prymmer <pvhp@forte.com>
56470              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
56471              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
56472      Branch: perl
56473            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
56474            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
56475            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
56476            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
56477            ! t/lib/st-tieditems.t
56478 ____________________________________________________________________________
56479 [  6758] By: jhi                                   on 2000/08/21  22:22:32
56480         Log: Few more casts, need reported in
56481              
56482              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
56483              From: Mike Stok <mike@stok.co.uk>
56484              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
56485              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
56486              
56487              and
56488              
56489              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
56490              From: abigail@foad.org
56491              Date: 21 Aug 2000 21:31:34 -0000
56492              Message-Id: <20000821213134.30170.qmail@foad.org>
56493      Branch: perl
56494            ! ext/Storable/Storable.xs
56495 ____________________________________________________________________________
56496 [  6757] By: jhi                                   on 2000/08/21  18:37:07
56497         Log: Update Changes.
56498      Branch: perl
56499            ! Changes patchlevel.h
56500 ____________________________________________________________________________
56501 [  6756] By: jhi                                   on 2000/08/21  18:34:02
56502         Log: A pod nit.
56503              
56504              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
56505              From: <abigail@foad.org>
56506              Date: Mon, 21 Aug 2000 14:00:16 -0400
56507              Message-ID: <20000821180016.28627.qmail@foad.org>
56508      Branch: perl
56509            ! pod/perlre.pod
56510 ____________________________________________________________________________
56511 [  6755] By: jhi                                   on 2000/08/21  18:30:56
56512         Log: Use PodParser 1.18 new test.
56513      Branch: perl
56514            ! t/pod/special_seqs.t t/pod/special_seqs.xr
56515 ____________________________________________________________________________
56516 [  6754] By: jhi                                   on 2000/08/21  18:28:35
56517         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
56518              patches cannot be applied since #6712 conflicts.
56519      Branch: perl
56520            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
56521 ____________________________________________________________________________
56522 [  6753] By: jhi                                   on 2000/08/21  18:15:11
56523         Log: Weed out some smaller changes.
56524      Branch: perl
56525            ! pod/perldelta.pod
56526 ____________________________________________________________________________
56527 [  6752] By: jhi                                   on 2000/08/21  18:02:30
56528         Log: Also under djgpp the timestamps are funky.
56529      Branch: perl
56530            ! t/op/stat.t
56531 ____________________________________________________________________________
56532 [  6751] By: jhi                                   on 2000/08/21  17:55:56
56533         Log: Tweak the floating point output routine preferences.
56534      Branch: metaconfig
56535            ! U/compline/d_gconvert.U
56536      Branch: perl
56537            ! Configure
56538 ____________________________________________________________________________
56539 [  6750] By: jhi                                   on 2000/08/21  17:51:29
56540         Log: Unicos/mk requires elaborate paranoia.
56541      Branch: perl
56542            ! lib/Math/Complex.pm
56543 ____________________________________________________________________________
56544 [  6749] By: gsar                                  on 2000/08/21  16:53:31
56545         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
56546      Branch: perl
56547            ! lib/Cwd.pm
56548 ____________________________________________________________________________
56549 [  6748] By: gsar                                  on 2000/08/21  16:22:19
56550         Log: free TLS slot properly on Windows
56551      Branch: perl
56552            ! thread.h win32/perllib.c win32/win32thread.h
56553 ____________________________________________________________________________
56554 [  6747] By: jhi                                   on 2000/08/21  16:20:58
56555         Log: Rename the macro argument because some preprocessors
56556              can't tell the difference and expand arguments also inside
56557              double quoted strings.
56558      Branch: perl
56559            ! regcomp.c
56560 ____________________________________________________________________________
56561 [  6746] By: jhi                                   on 2000/08/21  16:09:41
56562         Log: Support long doubles in Storable.
56563              
56564              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
56565              From: Radu Greab <radu@netsoft.ro>
56566              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
56567              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
56568      Branch: perl
56569            ! ext/Storable/Storable.xs
56570 ____________________________________________________________________________
56571 [  6745] By: jhi                                   on 2000/08/21  15:51:40
56572         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
56573              From: "Fifer, Eric" <EFifer@sanwaint.com>
56574              Date: Mon, 21 Aug 2000 15:34:49 +0100
56575              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
56576      Branch: perl
56577            ! t/pragma/warn/9enabled
56578 ____________________________________________________________________________
56579 [  6744] By: jhi                                   on 2000/08/21  15:39:35
56580         Log: Document the endianness of Alpha more precisely.
56581      Branch: perl
56582            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
56583            ! pod/perlport.pod
56584 ____________________________________________________________________________
56585 [  6743] By: jhi                                   on 2000/08/21  14:47:05
56586         Log: perldelta fixes from the p5p crowd.
56587      Branch: perl
56588            ! pod/perldelta.pod pod/perlop.pod
56589 ____________________________________________________________________________
56590 [  6742] By: jhi                                   on 2000/08/21  13:34:51
56591         Log: Update to Pod::LaTeX 0.53.
56592              
56593              Subject: [PATCH] lib/Pod/LaTeX.pm updates
56594              From: Tim Jenness <timj@jach.hawaii.edu>
56595              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
56596              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
56597      Branch: perl
56598            ! lib/Pod/LaTeX.pm
56599 ____________________________________________________________________________
56600 [  6741] By: jhi                                   on 2000/08/21  13:33:01
56601         Log: Subject: [PATCH] os2.c fix for use64bitint
56602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56603              Date: Mon, 21 Aug 2000 01:32:25 -0700
56604              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
56605      Branch: perl
56606            ! os2/os2.c
56607 ____________________________________________________________________________
56608 [  6740] By: jhi                                   on 2000/08/21  13:28:52
56609         Log: Array context keeps slithering in.
56610              
56611              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
56612              From: Daniel Chetlin <daniel@chetlin.com>
56613              Date: Sun, 20 Aug 2000 21:40:25 -0700
56614              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
56615      Branch: perl
56616            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
56617            ! pod/perldebtut.pod
56618 ____________________________________________________________________________
56619 [  6739] By: jhi                                   on 2000/08/21  13:23:55
56620         Log: Big-endian quad fixes for Storable from Radu Greab,
56621              plus few explicit null casts for picky compilers.
56622      Branch: perl
56623            ! ext/Storable/Storable.xs
56624 ____________________________________________________________________________
56625 [  6738] By: gsar                                  on 2000/08/21  05:56:13
56626         Log: small tweaks for change#6705: avoid C++ style comments in C code;
56627              use Perl's malloc API rather than the low level system one
56628      Branch: perl
56629            ! win32/win32.c
56630 ____________________________________________________________________________
56631 [  6737] By: gsar                                  on 2000/08/21  05:35:41
56632         Log: add Storable to list of extensions on Windows
56633      Branch: perl
56634            ! win32/Makefile win32/makefile.mk
56635 ____________________________________________________________________________
56636 [  6736] By: jhi                                   on 2000/08/21  02:57:53
56637         Log: Update Changes.
56638      Branch: perl
56639            ! Changes patchlevel.h
56640 ____________________________________________________________________________
56641 [  6735] By: jhi                                   on 2000/08/21  02:57:20
56642         Log: Draft 0.
56643      Branch: perl
56644            ! pod/perldelta.pod
56645 ____________________________________________________________________________
56646 [  6734] By: jhi                                   on 2000/08/21  02:57:03
56647         Log: Add Storable 0.7.2 from Raphael Manfredi,
56648              plus the patch from
56649              
56650              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
56651              From: Radu Greab <radu@netsoft.ro>
56652              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
56653              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
56654              
56655              plus changes to get Storable to compile with
56656              picky ANSI compilers.
56657      Branch: perl
56658            + ext/Storable/ChangeLog ext/Storable/MANIFEST
56659            + ext/Storable/Makefile.PL ext/Storable/README
56660            + ext/Storable/Storable.pm ext/Storable/Storable.xs
56661            + ext/Storable/patchlevel.h t/lib/st-06compat.t
56662            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
56663            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
56664            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
56665            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
56666            + t/lib/st-tieditems.t
56667            ! MANIFEST
56668 ____________________________________________________________________________
56669 [  6733] By: jhi                                   on 2000/08/21  02:29:09
56670         Log: The correct cleaning order is an art.
56671      Branch: perl
56672            ! Makefile.SH
56673 ____________________________________________________________________________
56674 [  6732] By: jhi                                   on 2000/08/21  01:23:39
56675         Log: The #6724 is here.
56676      Branch: perl
56677            ! t/lib/ftmp-security.t
56678 ____________________________________________________________________________
56679 [  6731] By: jhi                                   on 2000/08/20  23:17:03
56680         Log: s/this one/the 5.6.0 release/
56681      Branch: perl
56682            ! pod/perl56delta.pod
56683 ____________________________________________________________________________
56684 [  6730] By: jhi                                   on 2000/08/20  23:07:34
56685         Log: Mention perlebcdic and perlposix-bc.
56686      Branch: perl
56687            ! pod/perlport.pod
56688 ____________________________________________________________________________
56689 [  6729] By: jhi                                   on 2000/08/20  21:32:59
56690         Log: Document the number of exponent digits.
56691      Branch: perl
56692            ! pod/perlfunc.pod
56693 ____________________________________________________________________________
56694 [  6728] By: jhi                                   on 2000/08/20  21:16:47
56695         Log: Use File::Spec->tmpdir().
56696              
56697              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
56698              From: Tim Jenness <timj@jach.hawaii.edu>
56699              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
56700              MIME-Version: 1.0
56701              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
56702      Branch: perl
56703            ! utils/perlbug.PL
56704 ____________________________________________________________________________
56705 [  6727] By: jhi                                   on 2000/08/20  20:43:32
56706         Log: Update Changes.
56707      Branch: perl
56708            ! Changes patchlevel.h
56709 ____________________________________________________________________________
56710 [  6726] By: jhi                                   on 2000/08/20  20:41:44
56711         Log: The veryclean target needs to clobber.
56712      Branch: perl
56713            ! Makefile.SH
56714 ____________________________________________________________________________
56715 [  6725] By: jhi                                   on 2000/08/20  20:37:38
56716         Log: Document odd vs even subreleases and -Dusedevel.
56717      Branch: perl
56718            ! INSTALL
56719 ____________________________________________________________________________
56720 [  6724] By: jhi                                   on 2000/08/20  19:58:05
56721         Log: Use temporary directory instead of current directory.
56722              
56723              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
56724              From: Tim Jenness <timj@jach.hawaii.edu>
56725              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
56726              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
56727      Branch: perl
56728            ! t/lib/ftmp-security.t
56729 ____________________________________________________________________________
56730 [  6723] By: jhi                                   on 2000/08/20  19:55:55
56731         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
56732              From: andreas.koenig@anima.de (Andreas J. Koenig)
56733              Date: 20 Aug 2000 15:52:03 +0200
56734              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
56735      Branch: perl
56736            ! lib/ExtUtils/MM_Unix.pm
56737 ____________________________________________________________________________
56738 [  6722] By: jhi                                   on 2000/08/20  19:46:01
56739         Log: Update to CGI 2.72, from Lincoln Stein.
56740      Branch: perl
56741            ! lib/CGI.pm
56742 ____________________________________________________________________________
56743 [  6721] By: jhi                                   on 2000/08/20  19:43:54
56744         Log: (Replaced by #8364.)
56745              
56746              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
56747              From: Radu Greab <radu@netsoft.ro>
56748              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
56749              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
56750      Branch: perl
56751            ! ext/GDBM_File/GDBM_File.xs
56752 ____________________________________________________________________________
56753 [  6720] By: jhi                                   on 2000/08/20  19:42:01
56754         Log: pp_open() could pass an uninitialized filename down to do_open9().
56755      Branch: perl
56756            ! pp_sys.c
56757 ____________________________________________________________________________
56758 [  6719] By: jhi                                   on 2000/08/20  14:06:41
56759         Log: UTF8 concat fixes.
56760              
56761              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
56762              From: Hugo <hv@crypt.compulink.co.uk>
56763              Date: Sun, 20 Aug 2000 07:30:46 +0100
56764              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
56765      Branch: perl
56766            ! pp_hot.c t/op/append.t
56767 ____________________________________________________________________________
56768 [  6718] By: jhi                                   on 2000/08/20  02:09:37
56769         Log: Let's try #6717 again.
56770      Branch: perl
56771            ! lib/File/Temp.pm
56772 ____________________________________________________________________________
56773 [  6717] By: jhi                                   on 2000/08/20  01:56:55
56774         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
56775              From: "Craig A. Berry" <craig.berry@metamorgs.com>
56776              Date: Sat, 19 Aug 2000 18:15:39 -0500
56777              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
56778      Branch: perl
56779            ! lib/File/Temp.pm
56780 ____________________________________________________________________________
56781 [  6716] By: jhi                                   on 2000/08/19  15:50:11
56782         Log: Update Changes.
56783      Branch: perl
56784            ! Changes patchlevel.h
56785 ____________________________________________________________________________
56786 [  6715] By: jhi                                   on 2000/08/19  15:39:09
56787         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
56788              From: Jonathan D Johnston <jdjohnston2@juno.com>
56789              Date: Thu, 17 Aug 2000 23:13:01 -0400       
56790              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
56791      Branch: perl
56792            ! pod/perlfunc.pod
56793 ____________________________________________________________________________
56794 [  6714] By: jhi                                   on 2000/08/19  15:34:04
56795         Log: Introduce a 'veryclean' target that is like 'distclean'
56796              but also removes *~ and *.orig.
56797      Branch: perl
56798            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
56799            ! utils/Makefile x2p/Makefile.SH
56800 ____________________________________________________________________________
56801 [  6713] By: jhi                                   on 2000/08/19  14:15:45
56802         Log: Put back the long double avoidance code to POSIX.xs
56803              because VMS seems to need it still.
56804      Branch: perl
56805            ! ext/POSIX/POSIX.xs
56806 ____________________________________________________________________________
56807 [  6712] By: jhi                                   on 2000/08/19  14:10:41
56808         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
56809              From: Peter Prymmer <pvhp@forte.com>
56810              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
56811              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
56812      Branch: perl
56813            ! lib/Pod/Find.pm t/pod/find.t
56814 ____________________________________________________________________________
56815 [  6711] By: jhi                                   on 2000/08/19  14:09:19
56816         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
56817              From: Peter Prymmer <pvhp@forte.com>
56818              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
56819              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
56820              cc: vmsperl@perl.org
56821      Branch: perl
56822            ! t/lib/peek.t
56823 ____________________________________________________________________________
56824 [  6710] By: jhi                                   on 2000/08/19  14:08:01
56825         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
56826              From: Jan Dubois <jand@ActiveState.com>
56827              Date: Fri, 18 Aug 2000 16:31:48 -0700
56828              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
56829      Branch: perl
56830            ! win32/win32.c
56831 ____________________________________________________________________________
56832 [  6709] By: jhi                                   on 2000/08/19  14:06:57
56833         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
56834              
56835              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
56836              From: Spider.Boardman@Orb.Nashua.NH.US
56837              Date: Fri, 18 Aug 2000 18:41:14 -0400
56838              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
56839      Branch: perl
56840            ! regcomp.c
56841 ____________________________________________________________________________
56842 [  6708] By: jhi                                   on 2000/08/18  22:04:49
56843         Log: Update Changes.
56844      Branch: perl
56845            ! Changes patchlevel.h
56846 ____________________________________________________________________________
56847 [  6707] By: jhi                                   on 2000/08/18  21:55:14
56848         Log: Add warnif(), check warnings further up the stack,
56849              all the warnings functions now can take an optional object reference.
56850              
56851              Subject: [PATCH bleedperl@6691] warnings pragma update
56852              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
56853              Date: Fri, 18 Aug 2000 22:42:06 +0100
56854              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
56855      Branch: perl
56856            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
56857            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
56858            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
56859 ____________________________________________________________________________
56860 [  6706] By: jhi                                   on 2000/08/18  21:41:45
56861         Log: Typo in pp_complement().
56862              
56863              Subject: [PATCH perl-current] Deparse
56864              From: Peter Scott <Peter@PSDT.com>
56865              Date: Fri, 18 Aug 2000 12:44:37 -0700
56866              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
56867      Branch: perl
56868            ! ext/B/B/Deparse.pm
56869 ____________________________________________________________________________
56870 [  6705] By: jhi                                   on 2000/08/18  21:25:59
56871         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
56872              From: Jan Dubois <jand@ActiveState.com>
56873              Date: Fri, 18 Aug 2000 14:22:51 -0700
56874              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
56875      Branch: perl
56876            ! lib/Win32.pod win32/win32.c
56877 ____________________________________________________________________________
56878 [  6704] By: jhi                                   on 2000/08/18  21:16:14
56879         Log: Don't eat leading os from index entries.
56880              
56881              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
56882              From: Russ Allbery <rra@stanford.edu>
56883              Date: 10 Aug 2000 20:49:25 -0700
56884              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
56885      Branch: perl
56886            ! lib/Pod/Man.pm
56887 ____________________________________________________________________________
56888 [  6703] By: jhi                                   on 2000/08/18  21:07:06
56889         Log: Add [[:blank:]] as suggested in
56890              
56891              Subject: [ID 20000716.024] [=cc=] / [:blank:]
56892              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
56893              Date: Sun, 16 Jul 2000 17:55:29 -0700
56894              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
56895              
56896              (the [=cc=] has already been taken care of by #6439
56897              so the whole bug report can be closed)
56898              
56899              and make [[:space:]] to be equivalent to isspace(3)
56900              (as opposed to \s, which is isSPACE()).  The difference
56901              is that now [[:space:]] matches the mythical vertical tab,
56902              while \s doesn't.
56903      Branch: perl
56904            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
56905            ! regexec.c t/op/pat.t
56906 ____________________________________________________________________________
56907 [  6702] By: jhi                                   on 2000/08/18  18:47:47
56908         Log: The new tests were missing from #6415.
56909      Branch: perl
56910            ! t/op/bop.t
56911 ____________________________________________________________________________
56912 [  6701] By: jhi                                   on 2000/08/18  18:20:40
56913         Log: Document the NDBM_File and ODBM_File as SDBM_File
56914              was documented in #6417.
56915      Branch: perl
56916            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
56917            ! ext/SDBM_File/SDBM_File.pm
56918 ____________________________________________________________________________
56919 [  6700] By: jhi                                   on 2000/08/18  18:10:39
56920         Log: Subject: [PATCH perl@6698] cygwin port
56921              From: "Fifer, Eric" <EFifer@sanwaint.com>
56922              Date: Fri, 18 Aug 2000 17:30:05 +0100
56923              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
56924      Branch: perl
56925            ! lib/File/Temp.pm
56926 ____________________________________________________________________________
56927 [  6699] By: jhi                                   on 2000/08/18  16:21:49
56928         Log: Document code point which makes if (defined %stash::) to work
56929              (noted by Spider Boardman).
56930      Branch: perl
56931            ! op.c
56932 ____________________________________________________________________________
56933 [  6698] By: jhi                                   on 2000/08/18  13:43:27
56934         Log: Update Changes.
56935      Branch: perl
56936            ! Changes patchlevel.h
56937 ____________________________________________________________________________
56938 [  6697] By: jhi                                   on 2000/08/18  13:35:57
56939         Log: Tiny Getopt::Long patch from Johan Vromans.
56940      Branch: perl
56941            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
56942 ____________________________________________________________________________
56943 [  6696] By: jhi                                   on 2000/08/18  13:26:14
56944         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
56945              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
56946              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
56947              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
56948      Branch: perl
56949            ! pod/perldiag.pod pod/perlsyn.pod
56950 ____________________________________________________________________________
56951 [  6695] By: jhi                                   on 2000/08/18  13:13:26
56952         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
56953              From: Daniel Chetlin <daniel@chetlin.com>
56954              Date: Fri, 18 Aug 2000 03:13:36 -0700
56955              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
56956      Branch: perl
56957            ! pod/perlfunc.pod
56958 ____________________________________________________________________________
56959 [  6694] By: jhi                                   on 2000/08/18  13:08:05
56960         Log: Subject: [PATCH] perltrap.pod spring cleaning
56961              From: Daniel Chetlin <daniel@chetlin.com>
56962              Date: Fri, 18 Aug 2000 03:06:54 -0700
56963              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
56964              
56965              plus Mike Guy's nitfix.
56966      Branch: perl
56967            ! pod/perltrap.pod
56968 ____________________________________________________________________________
56969 [  6693] By: jhi                                   on 2000/08/18  13:00:26
56970         Log: Unbuffer the output.
56971              
56972              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
56973              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56974              Date: Thu, 17 Aug 2000 18:39:29 -0700
56975              Message-ID: <RPJn5gzkgydf092yn@efn.org>
56976      Branch: perl
56977            ! t/op/fork.t
56978 ____________________________________________________________________________
56979 [  6692] By: jhi                                   on 2000/08/18  05:19:17
56980         Log: Delete the image, too, not just its MANIFEStation.
56981      Branch: perl
56982            - lib/CGI/eg/wilogo.gif
56983 ____________________________________________________________________________
56984 [  6691] By: jhi                                   on 2000/08/18  05:10:26
56985         Log: Propagate new Configure vars.
56986      Branch: perl
56987            ! configure.com epoc/config.sh uconfig.h uconfig.sh
56988            ! vos/config.def vos/config.h vos/config_h.SH_orig
56989            ! win32/config.bc win32/config.gc win32/config.vc
56990            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56991 ____________________________________________________________________________
56992 [  6690] By: jhi                                   on 2000/08/18  04:30:56
56993         Log: Update Changes.
56994      Branch: perl
56995            ! Changes patchlevel.h
56996 ____________________________________________________________________________
56997 [  6689] By: jhi                                   on 2000/08/18  04:12:30
56998         Log: Fix the lib/complex failure of
56999              
57000              From: abigail@foad.org
57001              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57002              Date: 15 Aug 2000 04:06:38 -0000
57003              Message-Id: <20000815040638.8524.qmail@foad.org> 
57004              
57005              Linux long double accuracy issue: something that
57006              when printed with %g looks like "2" but int() of it is 1.
57007      Branch: perl
57008            ! lib/Math/Complex.pm
57009 ____________________________________________________________________________
57010 [  6688] By: jhi                                   on 2000/08/18  03:15:35
57011         Log: The byteorder code in #6671 was wrong.
57012      Branch: perl
57013            ! configpm
57014 ____________________________________________________________________________
57015 [  6687] By: jhi                                   on 2000/08/18  02:08:42
57016         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
57017              From: Jan Dubois <jand@ActiveState.com>
57018              Date: Thu, 17 Aug 2000 18:31:55 -0700
57019              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
57020      Branch: perl
57021            ! sv.c
57022 ____________________________________________________________________________
57023 [  6686] By: jhi                                   on 2000/08/18  02:04:15
57024         Log: Use NVs in POSIX math, not doubles.
57025              
57026              From: abigail@foad.org
57027              Subject: [ID 20000817.014] POSIX & modfl
57028              Date: 17 Aug 2000 20:49:18 -0000
57029              Message-Id: <20000817204918.23123.qmail@foad.org>
57030      Branch: perl
57031            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
57032 ____________________________________________________________________________
57033 [  6685] By: jhi                                   on 2000/08/18  02:02:12
57034         Log: Introduce NVef, NVff, and NVgf, use the middle one.
57035              (helps for lib/peek + Linux + long doubles)  Reported in
57036              
57037              From: abigail@foad.org
57038              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
57039              Date: 15 Aug 2000 04:06:38 -0000
57040              Message-Id: <20000815040638.8524.qmail@foad.org> 
57041              
57042              (note: the lib/complex failure has not yet been addressed)
57043      Branch: metaconfig/U/perl
57044            ! perlxvf.U
57045      Branch: perl
57046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57047            ! config_h.SH dump.c perl.h pod/perlguts.pod
57048 ____________________________________________________________________________
57049 [  6684] By: jhi                                   on 2000/08/17  23:22:19
57050         Log: Add byteorder to the myconfig output.
57051      Branch: perl
57052            ! myconfig.SH
57053 ____________________________________________________________________________
57054 [  6683] By: jhi                                   on 2000/08/17  23:20:19
57055         Log: The image doth not exist, spotted by Johan Vromans.
57056      Branch: perl
57057            ! MANIFEST
57058 ____________________________________________________________________________
57059 [  6682] By: jhi                                   on 2000/08/17  22:38:16
57060         Log: Document what the backtick returns if the command fails.
57061      Branch: perl
57062            ! pod/perlop.pod
57063 ____________________________________________________________________________
57064 [  6681] By: jhi                                   on 2000/08/17  22:33:12
57065         Log: Do not use prototyping here.
57066              
57067              Subject: [ID 20000817.016] [PATCH] Peek.xs
57068              From: abigail@foad.org
57069              Date: 17 Aug 2000 20:55:56 -0000
57070              Message-Id: <20000817205556.24270.qmail@foad.org>
57071      Branch: perl
57072            ! ext/Devel/Peek/Makefile.PL
57073 ____________________________________________________________________________
57074 [  6680] By: jhi                                   on 2000/08/17  19:46:43
57075         Log: Don't propose using modules built for 5.005 if no binary
57076              compatibility with 5.005 is attempted.
57077              
57078              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
57079              Subject: Minor nit with 5.7.0 (6655)
57080              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
57081              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
57082      Branch: metaconfig
57083            ! U/installdirs/inc_version_list.U
57084      Branch: perl
57085            ! Configure config_h.SH
57086 ____________________________________________________________________________
57087 [  6679] By: jhi                                   on 2000/08/17  19:16:39
57088         Log: Microperl config update.
57089      Branch: perl
57090            ! uconfig.h uconfig.sh
57091 ____________________________________________________________________________
57092 [  6678] By: jhi                                   on 2000/08/17  19:16:13
57093         Log: The #6648 wasn't protective enough for limited platforms
57094              (like microperl).
57095      Branch: perl
57096            ! dump.c sv.c
57097 ____________________________________________________________________________
57098 [  6677] By: jhi                                   on 2000/08/17  14:46:35
57099         Log: Update Changes.
57100      Branch: perl
57101            ! Changes patchlevel.h
57102 ____________________________________________________________________________
57103 [  6676] By: jhi                                   on 2000/08/17  14:44:02
57104         Log: Add perlebcdic from Peter Prymmer, regen toc.
57105      Branch: perl
57106            + pod/perlebcdic.pod
57107            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57108 ____________________________________________________________________________
57109 [  6675] By: jhi                                   on 2000/08/17  14:41:52
57110         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
57111      Branch: perl
57112            ! pod/perldebtut.pod
57113 ____________________________________________________________________________
57114 [  6674] By: jhi                                   on 2000/08/17  14:29:43
57115         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
57116              
57117              Subject: [ID 20000724.006] -DLEAKTEST problem
57118              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
57119              Date: Tue, 25 Jul 2000 00:36:32 -0500
57120              Message-Id: <20000725003632.A26186@www.llamacom.com>
57121              
57122              Reminder sent
57123              
57124              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
57125              From: Hugo <hv@crypt.compulink.co.uk>
57126              Date: Thu, 17 Aug 2000 15:23:42 +0100
57127              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
57128      Branch: perl
57129            ! util.c
57130 ____________________________________________________________________________
57131 [  6673] By: jhi                                   on 2000/08/17  04:07:10
57132         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
57133              From: John Peacock <JPeacock@UnivPress.com>
57134              Date: Tue, 01 Aug 2000 09:38:12 -0400
57135              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
57136      Branch: perl
57137            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
57138 ____________________________________________________________________________
57139 [  6672] By: jhi                                   on 2000/08/17  03:04:35
57140         Log: Subject: [PATCH] Cwd.pm now uses strict
57141              From: Tim Jenness <timj@jach.hawaii.edu>
57142              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
57143              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
57144      Branch: perl
57145            ! lib/Cwd.pm
57146 ____________________________________________________________________________
57147 [  6671] By: jhi                                   on 2000/08/17  02:16:35
57148         Log: Make $Config{byteorder} more magical so that it is
57149              dynamically computed: nice for 'fat binaries'.
57150              
57151              Subject: [PATCH]: default byteorder
57152              From: Wilfredo Sánchez <wsanchez@apple.com>
57153              Date: Mon, 31 Jul 2000 19:45:31 -0700
57154              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
57155      Branch: perl
57156            ! configpm
57157 ____________________________________________________________________________
57158 [  6670] By: gsar                                  on 2000/08/17  01:22:21
57159         Log: move WNOHANG definition to where other such things are
57160      Branch: perl
57161            ! win32/win32.h
57162 ____________________________________________________________________________
57163 [  6669] By: jhi                                   on 2000/08/17  01:19:17
57164         Log: Update Changes.
57165      Branch: perl
57166            ! Changes patchlevel.h
57167 ____________________________________________________________________________
57168 [  6668] By: jhi                                   on 2000/08/17  01:16:29
57169         Log: Doc nits spotted by Richard Soderberg.
57170      Branch: perl
57171            ! README.posix-bc README.vmesa
57172 ____________________________________________________________________________
57173 [  6667] By: jhi                                   on 2000/08/17  01:12:11
57174         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
57175              From: "Casey R. Tweten" <crt@kiski.net>
57176              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
57177              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
57178      Branch: perl
57179            ! pod/perldebtut.pod
57180 ____________________________________________________________________________
57181 [  6666] By: jhi                                   on 2000/08/17  01:09:31
57182         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
57183              From: "Casey R. Tweten" <crt@kiski.net>
57184              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
57185              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
57186      Branch: perl
57187            ! lib/Shell.pm
57188 ____________________________________________________________________________
57189 [  6665] By: gsar                                  on 2000/08/17  01:03:52
57190         Log: add "ok" targets from change#6632 in makefile.mk
57191      Branch: perl
57192            ! pod/perlport.pod win32/Makefile win32/makefile.mk
57193 ____________________________________________________________________________
57194 [  6664] By: gsar                                  on 2000/08/17  00:56:11
57195         Log: avoid warnings from dense compiler
57196      Branch: perl
57197            ! win32/win32.c
57198 ____________________________________________________________________________
57199 [  6663] By: jhi                                   on 2000/08/17  00:51:49
57200         Log: Tweak the regex compilation errors once more.
57201      Branch: perl
57202            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
57203            ! t/op/regmesg.t t/pragma/warn/regcomp
57204 ____________________________________________________________________________
57205 [  6662] By: gsar                                  on 2000/08/17  00:28:19
57206         Log: trailing new %ENV entries weren't being pushed into the real
57207              environment of subprocesses on Windows
57208      Branch: perl
57209            ! t/op/magic.t win32/perlhost.h
57210 ____________________________________________________________________________
57211 [  6661] By: gsar                                  on 2000/08/17  00:19:20
57212         Log: waitpid() now handles externally spawned pids correctly;
57213              fixes for backtick/wait/waitpid failures on Windows 9x
57214              
57215              these changes make the pid returned by process functions on
57216              Windows 9x always positive by clearing the high bit (which
57217              is always set on Win9x); pseudo-process PIDs are likewise
57218              always negative now on Win9x (just as on NT/2000)
57219      Branch: perl
57220            ! pp_sys.c win32/perlhost.h win32/win32.c
57221 ____________________________________________________________________________
57222 [  6660] By: jhi                                   on 2000/08/17  00:04:32
57223         Log: Retract #6645.
57224      Branch: perl
57225            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57226            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
57227            ! t/op/sprintf.t
57228 ____________________________________________________________________________
57229 [  6659] By: gsar                                  on 2000/08/16  23:59:28
57230         Log: on windows, the return values from wait() and waitpid() don't
57231              match those of pseudo-pids
57232      Branch: perl
57233            ! pp_sys.c t/op/fork.t util.c win32/win32.c
57234 ____________________________________________________________________________
57235 [  6658] By: gsar                                  on 2000/08/16  23:56:14
57236         Log: pod nit seen in passing
57237      Branch: perl
57238            ! pod/perlfunc.pod
57239 ____________________________________________________________________________
57240 [  6657] By: gsar                                  on 2000/08/16  23:53:42
57241         Log: change#6328 could make close(SOCKET) return false on windows
57242              when it shouldn't
57243      Branch: perl
57244            ! win32/win32sck.c
57245 ____________________________________________________________________________
57246 [  6656] By: gsar                                  on 2000/08/16  23:46:57
57247         Log: check that the number pseudo children doesn't exceed
57248              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
57249              the WaitForMultipleObjects() limit that would cause wait()
57250              to crash)
57251              
57252              wait() and waitpid() could potentially be rewritten to use
57253              more than one thread to do the waiting to eliminate this
57254              limitation
57255      Branch: perl
57256            ! win32/perlhost.h
57257 ____________________________________________________________________________
57258 [  6655] By: jhi                                   on 2000/08/16  14:11:05
57259         Log: Update Changes.
57260      Branch: perl
57261            ! Changes patchlevel.h
57262 ____________________________________________________________________________
57263 [  6654] By: jhi                                   on 2000/08/16  14:10:12
57264         Log: Update to perldebtut 1.9, from Richard Foley.
57265      Branch: perl
57266            ! pod/perldebtut.pod
57267 ____________________________________________________________________________
57268 [  6653] By: jhi                                   on 2000/08/16  14:08:17
57269         Log: Change the regx compilation error markers to use = instead of <
57270              since pod makes using the latter quite messy.  Reported in
57271              ID 20000814.006 by Abigail and in
57272              Subject: Unknown escape E<> ?
57273              From: Lupe Christoph <lupe@lupe-christoph.de>
57274              Date: Fri, 11 Aug 2000 00:30:27 +0200
57275              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
57276      Branch: perl
57277            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
57278            ! t/op/regmesg.t t/pragma/warn/regcomp
57279 ____________________________________________________________________________
57280 [  6652] By: jhi                                   on 2000/08/16  13:25:31
57281         Log: Change the perlbug address to perl.org since it's more forgiving.
57282              
57283              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
57284              From: abigail@foad.org
57285              Date: 15 Aug 2000 04:15:40 -0000
57286              Message-Id: <20000815041540.8633.qmail@foad.org>
57287      Branch: perl
57288            ! utils/perlbug.PL
57289 ____________________________________________________________________________
57290 [  6651] By: jhi                                   on 2000/08/16  13:22:35
57291         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
57292              From: Tim Jenness <timj@jach.hawaii.edu>
57293              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
57294              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
57295      Branch: perl
57296            ! lib/Cwd.pm
57297 ____________________________________________________________________________
57298 [  6650] By: jhi                                   on 2000/08/16  13:18:13
57299         Log: Update to CPAN 1.57.
57300              
57301              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
57302              From: andreas.koenig@anima.de (Andreas J. Koenig)
57303              Date: 16 Aug 2000 15:09:46 +0200
57304              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
57305      Branch: perl
57306            ! lib/CPAN.pm
57307 ____________________________________________________________________________
57308 [  6649] By: jhi                                   on 2000/08/16  13:12:31
57309         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
57310              From: "Larry W. Virden" <lvirden@cas.org>
57311              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
57312              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
57313      Branch: perl
57314            ! README.hpux
57315 ____________________________________________________________________________
57316 [  6648] By: jhi                                   on 2000/08/16  13:03:53
57317         Log: The numeric locale was reset to "C" by s?printf and never restored.
57318              
57319              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
57320              From: Christian Kirsch <ck@held.mind.de>
57321              Date: Wed, 9 Aug 2000 17:05:17 +0200
57322              Message-Id: <20000809170517.A25389@held>
57323              
57324              No test since adding the failing example to locale.t
57325              does not fail -- probably because the locale settings are so
57326              thoroughly tweaked by that time.  Running the example standalone
57327              does fail, though.  UPDATE: test case added at change #7540.
57328      Branch: perl
57329            ! dump.c perl.h pp.c pp_ctl.c sv.c
57330 ____________________________________________________________________________
57331 [  6647] By: jhi                                   on 2000/08/16  00:07:54
57332         Log: Update Changes and test semi-automatic patchlevel updating.
57333      Branch: perl
57334            ! Changes patchlevel.h
57335 ____________________________________________________________________________
57336 [  6646] By: jhi                                   on 2000/08/15  23:35:07
57337         Log: Fix a dependency problem.
57338              
57339              Subject: [PATCH: 6640] VMS Makefile.SH update
57340              From: Peter Prymmer <pvhp@forte.com>
57341              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
57342              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
57343      Branch: perl
57344            ! vms/descrip_mms.template
57345 ____________________________________________________________________________
57346 [  6645] By: jhi                                   on 2000/08/15  23:33:23
57347         Log: (Retracted by #6660)
57348              
57349              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
57350              From: Dominic Dunlop <domo@computer.org>
57351              Date: Tue, 15 Aug 2000 22:20:52 +0200
57352              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
57353      Branch: metaconfig/U/perl
57354            + d_printfed.U
57355      Branch: perl
57356            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57357            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
57358            ! t/op/sprintf.t
57359 ____________________________________________________________________________
57360 [  6644] By: jhi                                   on 2000/08/15  21:17:20
57361         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
57362              From: abigail@foad.org
57363              Date: 15 Aug 2000 20:12:41 -0000
57364              Message-Id: <20000815201241.25556.qmail@foad.org>
57365      Branch: perl
57366            ! INSTALL
57367 ____________________________________________________________________________
57368 [  6643] By: jhi                                   on 2000/08/15  21:15:28
57369         Log: (an already applied patch)
57370      Branch: perl
57371            ! lib/CGI.pm
57372 ____________________________________________________________________________
57373 [  6642] By: gsar                                  on 2000/08/15  19:54:05
57374         Log: magic callbacks all need to have same type signature
57375      Branch: perl
57376            ! embed.pl mg.c proto.h
57377 ____________________________________________________________________________
57378 [  6641] By: jhi                                   on 2000/08/15  17:56:27
57379         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)
57380              From: Mike Guy <mjtg@cam.ac.uk>
57381              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
57382              Date: Tue, 15 Aug 2000 18:26:45 +0100
57383              
57384              Only the peek.t part applied, not the hash quality part.
57385      Branch: perl
57386            ! t/lib/peek.t
57387 ____________________________________________________________________________
57388 [  6640] By: jhi                                   on 2000/08/15  16:37:37
57389         Log: Update Changes.
57390      Branch: perl
57391            ! Changes
57392 ____________________________________________________________________________
57393 [  6639] By: jhi                                   on 2000/08/15  16:34:55
57394         Log: Missed a file from #6638.
57395      Branch: perl
57396            ! lib/File/Temp.pm
57397 ____________________________________________________________________________
57398 [  6638] By: jhi                                   on 2000/08/15  16:33:19
57399         Log: Subject: [PATCH perl@6620] cygwin port
57400              From: "Fifer, Eric" <EFifer@sanwaint.com>
57401              Date: Tue, 15 Aug 2000 17:00:49 +0100
57402              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
57403      Branch: perl
57404            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
57405 ____________________________________________________________________________
57406 [  6637] By: jhi                                   on 2000/08/15  16:29:22
57407         Log: Subject: [PATCH] debugger exit code should reflect user exit code
57408              From: Mike Guy <mjtg@cam.ac.uk>
57409              Date: Tue, 15 Aug 2000 16:55:59 +0100
57410              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
57411      Branch: perl
57412            ! lib/perl5db.pl
57413 ____________________________________________________________________________
57414 [  6636] By: jhi                                   on 2000/08/15  15:30:58
57415         Log: Update Changes.
57416      Branch: perl
57417            ! Changes
57418 ____________________________________________________________________________
57419 [  6635] By: jhi                                   on 2000/08/15  15:27:21
57420         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
57421      Branch: metaconfig
57422            ! U/mkglossary U/mksample
57423      Branch: metaconfig/U/perl
57424            ! Devel.U
57425      Branch: perl
57426            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57427 ____________________________________________________________________________
57428 [  6634] By: jhi                                   on 2000/08/15  14:11:55
57429         Log: Don't blow limited stacks, a lower number is enough to
57430              tickle the lookbehind limit.
57431              
57432              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
57433              From: Dominic Dunlop <domo@computer.org>
57434              Date: Tue, 15 Aug 2000 13:51:24 +0200
57435              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
57436      Branch: perl
57437            ! t/op/regmesg.t
57438 ____________________________________________________________________________
57439 [  6633] By: jhi                                   on 2000/08/15  14:01:46
57440         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
57441              From: Mike Guy <mjtg@cam.ac.uk>
57442              Date: Tue, 15 Aug 2000 12:10:50 +0100
57443              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
57444      Branch: perl
57445            ! utils/perldoc.PL
57446 ____________________________________________________________________________
57447 [  6632] By: jhi                                   on 2000/08/15  13:58:48
57448         Log: make ok etc also for win32.
57449              
57450              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
57451              From: Prymmer/Kahn <pvhp@best.com>
57452              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
57453              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
57454      Branch: perl
57455            ! win32/Makefile
57456 ____________________________________________________________________________
57457 [  6631] By: jhi                                   on 2000/08/15  13:45:03
57458         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
57459      Branch: perl
57460            ! lib/Test.pm
57461 ____________________________________________________________________________
57462 [  6630] By: jhi                                   on 2000/08/15  03:25:09
57463         Log: Update Changes.
57464      Branch: perl
57465            ! Changes
57466 ____________________________________________________________________________
57467 [  6629] By: jhi                                   on 2000/08/15  03:23:53
57468         Log: magic_regdatum_set() is void, not int.
57469      Branch: perl
57470            ! embed.pl mg.c proto.h
57471 ____________________________________________________________________________
57472 [  6628] By: jhi                                   on 2000/08/15  03:08:02
57473         Log: Make the user to give up his firstborn, err, to knowingly
57474              verify installing an unstable developer release.  Also bump
57475              the release to 5.7.0, but leave a patch tag in the local
57476              patches saying that this is not yet the real thing.
57477      Branch: metaconfig
57478            ! U/modified/Instruct.U
57479      Branch: metaconfig/U/perl
57480            + Devel.U
57481      Branch: perl
57482            ! Configure patchlevel.h
57483 ____________________________________________________________________________
57484 [  6627] By: jhi                                   on 2000/08/14  22:32:52
57485         Log: README.os2 update.
57486              
57487              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
57488              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
57489              Date: Wed, 02 Aug 2000 21:55:09 -0700
57490              Message-ID: <tsPi5gzkgegX092yn@efn.org>
57491      Branch: perl
57492            ! README.os2
57493 ____________________________________________________________________________
57494 [  6626] By: jhi                                   on 2000/08/14  21:00:02
57495         Log: Subject: Re: File::Temp problems on VMS in bleedperl
57496              From: Tim Jenness <timj@jach.hawaii.edu>
57497              cc: vmsperl@perl.org
57498              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
57499              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
57500      Branch: perl
57501            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
57502 ____________________________________________________________________________
57503 [  6625] By: jhi                                   on 2000/08/14  20:52:16
57504         Log: Add SUIDMAIL as was done for the CERT alert.
57505      Branch: perl
57506            ! patchlevel.h
57507 ____________________________________________________________________________
57508 [  6624] By: jhi                                   on 2000/08/14  20:48:50
57509         Log: Subject: sfio2000
57510              From: Daniel Muino <dmuino@afip.gov.ar>
57511              Date: Mon, 14 Aug 2000 16:58:11 -0300
57512              Message-ID: <20000814165811.B16368@con2-dgi>
57513      Branch: perl
57514            ! perlsdio.h perlsfio.h
57515 ____________________________________________________________________________
57516 [  6623] By: jhi                                   on 2000/08/14  20:47:36
57517         Log: Subject: warning: storage class after type is obsolescent
57518              From: Daniel Muino <dmuino@afip.gov.ar>
57519              Date: Mon, 14 Aug 2000 16:42:47 -0300
57520              Message-ID: <20000814164247.A16368@con2-dgi>
57521      Branch: perl
57522            ! regcomp.pl regnodes.h
57523 ____________________________________________________________________________
57524 [  6622] By: jhi                                   on 2000/08/14  20:43:05
57525         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
57526              From: abigail@foad.org
57527              Date: 14 Aug 2000 20:00:10 -0000
57528              Message-Id: <20000814200010.27271.qmail@foad.org>
57529      Branch: perl
57530            ! Changes
57531 ____________________________________________________________________________
57532 [  6621] By: jhi                                   on 2000/08/14  15:23:05
57533         Log: Update Changes.
57534      Branch: perl
57535            ! Changes
57536 ____________________________________________________________________________
57537 [  6620] By: jhi                                   on 2000/08/14  15:22:14
57538         Log: Subject: Re: [PATCH] @+, @- readonly
57539              From: Mike Guy <mjtg@cam.ac.uk>
57540              Date: Mon, 14 Aug 2000 15:26:55 +0100
57541              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
57542      Branch: perl
57543            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
57544            ! sv.c t/op/pat.t
57545 ____________________________________________________________________________
57546 [  6619] By: jhi                                   on 2000/08/14  14:12:08
57547         Log: Update Changes.
57548      Branch: perl
57549            ! Changes
57550 ____________________________________________________________________________
57551 [  6618] By: jhi                                   on 2000/08/14  14:09:34
57552         Log: For now remove the mail code.
57553      Branch: perl
57554            ! perl.c
57555 ____________________________________________________________________________
57556 [  6617] By: jhi                                   on 2000/08/14  14:08:28
57557         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
57558      Branch: perl
57559            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
57560            ! pod/perlfaq8.pod pod/perlsec.pod
57561 ____________________________________________________________________________
57562 [  6616] By: jhi                                   on 2000/08/14  14:00:11
57563         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
57564              From: Mike Guy <mjtg@cam.ac.uk>
57565              Date: Mon, 14 Aug 2000 08:26:02 +0100
57566              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
57567      Branch: perl
57568            ! lib/perl5db.pl
57569 ____________________________________________________________________________
57570 [  6615] By: jhi                                   on 2000/08/14  13:58:45
57571         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
57572              From: Mike Guy <mjtg@cam.ac.uk>
57573              Date: Mon, 14 Aug 2000 08:04:22 +0100
57574              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
57575      Branch: perl
57576            ! gv.c mg.c t/op/pat.t
57577 ____________________________________________________________________________
57578 [  6614] By: jhi                                   on 2000/08/14  13:56:45
57579         Log: Subject: Test fails / warnings with perl-current #6612
57580              From: Mike Guy <mjtg@cam.ac.uk>
57581              Date: Mon, 14 Aug 2000 07:57:23 +0100
57582              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
57583      Branch: perl
57584            ! t/lib/b.t t/lib/peek.t
57585 ____________________________________________________________________________
57586 [  6613] By: jhi                                   on 2000/08/14  13:45:33
57587         Log: VMS configure.com update continues.
57588      Branch: perl
57589            - vms/configure.com
57590            ! MANIFEST configure.com
57591 ____________________________________________________________________________
57592 [  6612] By: jhi                                   on 2000/08/13  22:13:35
57593         Log: Update Changes.
57594      Branch: perl
57595            ! Changes
57596 ____________________________________________________________________________
57597 [  6611] By: jhi                                   on 2000/08/13  16:21:45
57598         Log: Upgrade to CGI 2.71, from Lincoln Stein.
57599      Branch: perl
57600            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
57601 ____________________________________________________________________________
57602 [  6610] By: jhi                                   on 2000/08/13  15:09:16
57603         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
57604              From: Mike Guy <mjtg@cam.ac.uk>
57605              Date: Sun, 13 Aug 2000 13:45:51 +0100
57606              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
57607      Branch: perl
57608            ! t/op/regmesg.t
57609 ____________________________________________________________________________
57610 [  6609] By: jhi                                   on 2000/08/13  14:31:26
57611         Log: Andreas says that 1.56 is fine, so reverting back to it.
57612      Branch: perl
57613            ! lib/CPAN.pm
57614 ____________________________________________________________________________
57615 [  6608] By: jhi                                   on 2000/08/13  05:34:20
57616         Log: Update Changes.
57617      Branch: perl
57618            ! Changes
57619 ____________________________________________________________________________
57620 [  6607] By: jhi                                   on 2000/08/13  05:32:01
57621         Log: Put back the \z changes of #5406 to CPAN.pm.
57622      Branch: perl
57623            ! lib/CPAN.pm
57624 ____________________________________________________________________________
57625 [  6606] By: jhi                                   on 2000/08/13  05:20:16
57626         Log: Fix-n-skip the tests under 5005threads.
57627      Branch: perl
57628            ! t/lib/b.t
57629 ____________________________________________________________________________
57630 [  6605] By: jhi                                   on 2000/08/13  05:07:48
57631         Log: Fix the test for 5005threads.
57632      Branch: perl
57633            ! t/lib/peek.t
57634 ____________________________________________________________________________
57635 [  6604] By: jhi                                   on 2000/08/13  03:35:37
57636         Log: Should have deleted this in #6603.
57637      Branch: perl
57638            - vms/subconfigure.com
57639 ____________________________________________________________________________
57640 [  6603] By: jhi                                   on 2000/08/12  18:29:32
57641         Log: Rewrite of vms/subconfigure.com as configure.com,
57642              from Peter Prymmer and the vmsperl crew.
57643      Branch: perl
57644            + vms/configure.com
57645            ! MANIFEST
57646 ____________________________________________________________________________
57647 [  6602] By: jhi                                   on 2000/08/11  13:00:01
57648         Log: PlainText.pm is dead.
57649      Branch: perl
57650            - lib/Pod/PlainText.pm
57651            ! MANIFEST
57652 ____________________________________________________________________________
57653 [  6601] By: jhi                                   on 2000/08/11  04:06:45
57654         Log: Update Changes.
57655      Branch: perl
57656            ! Changes
57657 ____________________________________________________________________________
57658 [  6600] By: jhi                                   on 2000/08/11  04:06:10
57659         Log: Add a few missing files, update MANIFEST.
57660      Branch: perl
57661            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
57662            + lib/Pod/PlainText.pm t/pod/find.t
57663            ! MANIFEST t/op/regmesg.t
57664 ____________________________________________________________________________
57665 [  6599] By: jhi                                   on 2000/08/11  03:31:10
57666         Log: Add Perl debugging tutorial, regen toc. 
57667              
57668              Subject: perldebtut.pod
57669              From: Richard Foley <Richard.Foley@m.dasa.de>
57670              Date: Wed, 09 Aug 2000 10:17:15 +0200
57671              Message-id: <3991138B.262247B8@m.dasa.de>
57672      Branch: perl
57673            + pod/perldebtut.pod
57674            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
57675 ____________________________________________________________________________
57676 [  6598] By: jhi                                   on 2000/08/11  02:48:56
57677         Log: tiny Changes edit
57678      Branch: perl
57679            ! Changes
57680 ____________________________________________________________________________
57681 [  6597] By: jhi                                   on 2000/08/11  02:39:04
57682         Log: Tests for #6589.
57683              
57684              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
57685              From: simon@brecon.co.uk (Simon Cozens)
57686              Date: 11 Aug 2000 02:24:52 GMT
57687              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
57688      Branch: perl
57689            ! t/lib/b.t
57690 ____________________________________________________________________________
57691 [  6596] By: jhi                                   on 2000/08/11  01:50:07
57692         Log: Update Changes.
57693      Branch: perl
57694            ! Changes
57695 ____________________________________________________________________________
57696 [  6595] By: jhi                                   on 2000/08/11  01:47:16
57697         Log: nitfix
57698      Branch: perl
57699            ! Changes
57700 ____________________________________________________________________________
57701 [  6594] By: jhi                                   on 2000/08/11  01:36:16
57702         Log: Subject: Getting perlio and threads to compile
57703              From: Lupe Christoph <lupe@lupe-christoph.de>
57704              Date: Wed, 9 Aug 2000 11:35:54 +0200
57705              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
57706              
57707              (the Solaris version changes in Configure skipped)
57708      Branch: perl
57709            ! hints/solaris_2.sh thread.h
57710 ____________________________________________________________________________
57711 [  6593] By: jhi                                   on 2000/08/11  01:30:16
57712         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
57713              From: simon@brecon.co.uk (Simon Cozens)
57714              Date: 1 Aug 2000 06:55:19 GMT
57715              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
57716      Branch: perl
57717            ! lib/utf8.pm
57718 ____________________________________________________________________________
57719 [  6592] By: jhi                                   on 2000/08/11  01:26:39
57720         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
57721              From: Peter Scott <Peter@PeterScott.com>
57722              Date: Thu, 10 Aug 2000 08:23:27 -0700
57723              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
57724      Branch: perl
57725            ! lib/perl5db.pl
57726 ____________________________________________________________________________
57727 [  6591] By: jhi                                   on 2000/08/11  01:22:02
57728         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
57729              From: Hugo <hv@crypt.compulink.co.uk>
57730              Date: Thu, 10 Aug 2000 19:23:04 +0100
57731              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
57732      Branch: perl
57733            ! regexec.c t/op/pat.t
57734 ____________________________________________________________________________
57735 [  6590] By: jhi                                   on 2000/08/11  01:19:19
57736         Log: Preprocessing and postprocessing for File::Find.
57737              
57738              Subject: Patch to Find::File.pm to allow alphabetical results
57739              From: Joe Smith <jsmith@inwap.com>
57740              Date: Wed, 9 Aug 2000 02:44:54 -0700
57741              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
57742      Branch: perl
57743            ! lib/File/Find.pm
57744 ____________________________________________________________________________
57745 [  6589] By: jhi                                   on 2000/08/11  01:12:39
57746         Log: B::Deparse didn't do sub attributes.
57747              
57748              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
57749              From: simon@brecon.co.uk (Simon Cozens)
57750              Date: 9 Aug 2000 04:49:20 GMT
57751              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
57752      Branch: perl
57753            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
57754 ____________________________________________________________________________
57755 [  6588] By: jhi                                   on 2000/08/11  01:06:40
57756         Log: Subject: debugger "d" command doesnt check line number
57757              From: Mike Guy <mjtg@cam.ac.uk>
57758              Date: Tue, 08 Aug 2000 21:54:29 +0100
57759              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
57760      Branch: perl
57761            ! lib/perl5db.pl mg.c pod/perldiag.pod
57762 ____________________________________________________________________________
57763 [  6587] By: jhi                                   on 2000/08/11  00:45:03
57764         Log: sleep(1) does not necessarily return 1.
57765              
57766              Subject: [PATCH bleadperl] op/lex_assign.t  
57767              From: Hugo <hv@crypt.compulink.co.uk>
57768              Date: Thu, 03 Aug 2000 14:34:22 +0100        
57769              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
57770      Branch: perl
57771            ! t/op/lex_assign.t
57772 ____________________________________________________________________________
57773 [  6586] By: jhi                                   on 2000/08/11  00:31:50
57774         Log: Document the IO::Select timeout.
57775      Branch: perl
57776            ! ext/IO/lib/IO/Select.pm
57777 ____________________________________________________________________________
57778 [  6585] By: jhi                                   on 2000/08/11  00:13:54
57779         Log: Forgot contributor.
57780      Branch: perl
57781            ! Changes
57782 ____________________________________________________________________________
57783 [  6584] By: jhi                                   on 2000/08/11  00:09:19
57784         Log: detypo
57785      Branch: perl
57786            ! Changes
57787 ____________________________________________________________________________
57788 [  6583] By: jhi                                   on 2000/08/11  00:07:53
57789         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
57790              
57791              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
57792              From: Mike Guy <mjtg@cam.ac.uk> 
57793              Date: Thu, 10 Aug 2000 15:50:54 +0100
57794              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
57795      Branch: perl
57796            ! sv.c t/op/int.t
57797 ____________________________________________________________________________
57798 [  6582] By: jhi                                   on 2000/08/10  23:29:32
57799         Log: Update Changes.
57800      Branch: perl
57801            ! Changes
57802 ____________________________________________________________________________
57803 [  6581] By: jhi                                   on 2000/08/10  23:26:16
57804         Log: Put back the std @INC thing.
57805      Branch: perl
57806            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
57807            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
57808            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
57809            ! t/lib/gol-oo.t
57810 ____________________________________________________________________________
57811 [  6580] By: jhi                                   on 2000/08/10  23:03:34
57812         Log: Update to CGI 2.70, from Lincoln Stein.
57813      Branch: perl
57814            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
57815            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
57816            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
57817            ! t/lib/cgi-request.t
57818 ____________________________________________________________________________
57819 [  6579] By: jhi                                   on 2000/08/10  22:41:50
57820         Log: Update to CPAN 1.56, from Andreas König.
57821      Branch: perl
57822            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
57823 ____________________________________________________________________________
57824 [  6578] By: jhi                                   on 2000/08/10  22:38:13
57825         Log: Update to Pod::Parser 1.17, from Brad Appleton.
57826      Branch: perl
57827            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
57828            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
57829            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
57830            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
57831            ! t/pod/include.t t/pod/included.t t/pod/lref.t
57832            ! t/pod/multiline_items.t t/pod/nested_items.t
57833            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
57834            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
57835            ! t/pod/special_seqs.t
57836 ____________________________________________________________________________
57837 [  6577] By: jhi                                   on 2000/08/10  22:35:41
57838         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
57839      Branch: perl
57840            ! AUTHORS MAINTAIN
57841 ____________________________________________________________________________
57842 [  6576] By: jhi                                   on 2000/08/10  22:24:54
57843         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
57844      Branch: perl
57845            + t/lib/gol-oo.t
57846            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
57847            ! t/lib/gol-compat.t t/lib/gol-linkage.t
57848 ____________________________________________________________________________
57849 [  6575] By: jhi                                   on 2000/08/10  22:02:07
57850         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
57851      Branch: perl
57852            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
57853 ____________________________________________________________________________
57854 [  6574] By: jhi                                   on 2000/08/10  21:55:03
57855         Log: Iterating perl6 description.
57856      Branch: perl
57857            ! pod/perlfaq1.pod
57858 ____________________________________________________________________________
57859 [  6573] By: jhi                                   on 2000/08/10  21:48:26
57860         Log: Revert the sv.c part of #6559, a better fix is needed.
57861      Branch: perl
57862            ! sv.c
57863 ____________________________________________________________________________
57864 [  6572] By: jhi                                   on 2000/08/10  20:33:43
57865         Log: It's the 2ndO'ROSSC.
57866      Branch: perl
57867            ! pod/perlfaq1.pod
57868 ____________________________________________________________________________
57869 [  6571] By: jhi                                   on 2000/08/10  15:55:48
57870         Log: detypo
57871      Branch: perl
57872            ! pod/perlfaq1.pod
57873 ____________________________________________________________________________
57874 [  6570] By: jhi                                   on 2000/08/10  14:11:17
57875         Log: An exceptionally sticky typo.
57876      Branch: perl
57877            ! Changes
57878 ____________________________________________________________________________
57879 [  6569] By: jhi                                   on 2000/08/10  14:09:33
57880         Log: detypo (and test Changes updating script)
57881      Branch: perl
57882            ! Changes
57883 ____________________________________________________________________________
57884 [  6568] By: jhi                                   on 2000/08/10  14:07:07
57885         Log: Update Changes.
57886      Branch: perl
57887            ! Changes
57888 ____________________________________________________________________________
57889 [  6567] By: jhi                                   on 2000/08/10  14:06:19
57890         Log: Amend the description of Perl6.
57891              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
57892              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
57893              Date: Wed, 9 Aug 2000 22:11:06 -0500
57894              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
57895      Branch: perl
57896            ! pod/perlfaq1.pod
57897 ____________________________________________________________________________
57898 [  6566] By: jhi                                   on 2000/08/10  13:58:57
57899         Log: Subject: Remove dead entry in perldiag
57900              From: Mike Guy <mjtg@cam.ac.uk>
57901              Date: Thu, 10 Aug 2000 14:19:19 +0100
57902              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
57903      Branch: perl
57904            ! pod/perldiag.pod
57905 ____________________________________________________________________________
57906 [  6565] By: jhi                                   on 2000/08/10  13:51:48
57907         Log: Zero entries were skipped, fix from Adrian Goalby
57908              <argoalby@yahoo.co.uk>
57909      Branch: perl
57910            ! lib/unicode/Number.pl lib/unicode/mktables.PL
57911 ____________________________________________________________________________
57912 [  6564] By: jhi                                   on 2000/08/10  13:00:12
57913         Log: Subject: [PATCH 5.6.0] cygwin port
57914              From: "Fifer, Eric" <EFifer@sanwaint.com>
57915              Date: Thu, 10 Aug 2000 13:15:36 +0100
57916              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
57917      Branch: perl
57918            ! README.cygwin hints/cygwin.sh
57919 ____________________________________________________________________________
57920 [  6563] By: jhi                                   on 2000/08/10  12:55:16
57921         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
57922      Branch: perl
57923            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
57924 ____________________________________________________________________________
57925 [  6562] By: gsar                                  on 2000/08/10  08:38:39
57926         Log: warn is a macro, avoid using at a variable to avoid warnings
57927              in some configurations; readdir.t is too conservative in
57928              estimating number of *.t's
57929      Branch: perl
57930            ! t/op/readdir.t util.c
57931 ____________________________________________________________________________
57932 [  6561] By: jhi                                   on 2000/08/09  23:35:42
57933         Log: Update Changes.
57934      Branch: perl
57935            ! Changes
57936 ____________________________________________________________________________
57937 [  6560] By: jhi                                   on 2000/08/09  23:05:47
57938         Log: Subject: Re: enhanced(?) regex error messages
57939              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
57940              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
57941              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
57942              
57943              (plus two small patches sent privately)
57944              (this still seems to leave few test failures)
57945      Branch: perl
57946            + t/op/regmesg.t
57947            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
57948            ! t/pragma/warn/regcomp
57949 ____________________________________________________________________________
57950 [  6559] By: jhi                                   on 2000/08/09  20:41:18
57951         Log: (The fix did work but was not right, retracted in #6573)
57952              
57953              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
57954              From: Christian Kirsch <ck@held.mind.de>
57955              Date: Wed, 9 Aug 2000 17:05:17 +0200
57956              Message-Id: <20000809170517.A25389@held>
57957      Branch: perl
57958            ! sv.c t/pragma/locale.t
57959 ____________________________________________________________________________
57960 [  6558] By: jhi                                   on 2000/08/08  22:34:08
57961         Log: Tiny updates on the contributors list.
57962      Branch: perl
57963            ! Changes
57964 ____________________________________________________________________________
57965 [  6557] By: jhi                                   on 2000/08/08  19:34:28
57966         Log: Double check that we have a dirhandle.
57967      Branch: perl
57968            ! util.c
57969 ____________________________________________________________________________
57970 [  6556] By: jhi                                   on 2000/08/08  19:01:51
57971         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
57972              May be repopulated with fresh maintained examples.
57973      Branch: perl
57974            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
57975            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
57976            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
57977            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
57978            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
57979            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
57980            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
57981            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
57982            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
57983            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
57984            + lib/CGI/eg/wilogo_gif.uu
57985            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
57986            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
57987            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
57988            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
57989            - eg/cgi/frameset.cgi eg/cgi/index.html
57990            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
57991            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
57992            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
57993            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
57994            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
57995            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
57996            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
57997            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
57998            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
57999            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
58000            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
58001            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
58002            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
58003            - eg/van/vanish eg/who eg/wrapsuid
58004            ! MANIFEST
58005 ____________________________________________________________________________
58006 [  6555] By: jhi                                   on 2000/08/08  18:51:08
58007         Log: Delete chat2 as requested by Randal.
58008              
58009              Subject: Re: perlfaq8 coyness
58010              From: merlyn@stonehenge.com (Randal L. Schwartz) 
58011              Date: 15 May 2000 18:52:42 -0700 
58012              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
58013      Branch: perl
58014            - lib/chat2.pl
58015            ! MANIFEST
58016 ____________________________________________________________________________
58017 [  6554] By: jhi                                   on 2000/08/08  18:31:35
58018         Log: Regen global.sym.
58019      Branch: perl
58020            ! global.sym
58021 ____________________________________________________________________________
58022 [  6553] By: jhi                                   on 2000/08/08  18:28:13
58023         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
58024              (either perlbug or p5p ate the original), plus regen
58025              perlapi and perltoc. 
58026      Branch: perl
58027            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
58028            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
58029            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
58030            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
58031            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
58032            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
58033            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
58034            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
58035            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
58036            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
58037 ____________________________________________________________________________
58038 [  6552] By: jhi                                   on 2000/08/08  18:06:29
58039         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
58040              From: Mike Guy <mjtg@cam.ac.uk>
58041              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
58042              Date: Tue, 08 Aug 2000 15:51:27 +0100
58043      Branch: perl
58044            ! doop.c sv.h t/op/join.t t/pragma/overload.t
58045 ____________________________________________________________________________
58046 [  6551] By: jhi                                   on 2000/08/08  18:01:11
58047         Log: Re-apply #6549.
58048      Branch: perl
58049            ! lib/perl5db.pl
58050 ____________________________________________________________________________
58051 [  6550] By: jhi                                   on 2000/08/08  17:43:08
58052         Log: Accidental retraction of #6549.
58053      Branch: perl
58054            ! lib/perl5db.pl
58055 ____________________________________________________________________________
58056 [  6549] By: jhi                                   on 2000/08/08  17:40:04
58057         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
58058              From: Mike Guy <mjtg@cam.ac.uk>
58059              Date: Mon, 07 Aug 2000 21:49:58 +0100
58060              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
58061      Branch: perl
58062            ! lib/perl5db.pl
58063 ____________________________________________________________________________
58064 [  6548] By: jhi                                   on 2000/08/08  17:37:57
58065         Log: Document here-doc better.
58066              
58067              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
58068              From: Mike Guy <mjtg@cam.ac.uk>
58069              Date: Mon, 07 Aug 2000 14:02:09 +0100
58070              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
58071      Branch: perl
58072            ! pod/perldata.pod
58073 ____________________________________________________________________________
58074 [  6547] By: jhi                                   on 2000/08/08  17:33:34
58075         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
58076              From: "Randy J. Ray" <rjray@redhat.com>
58077              Date: Mon, 07 Aug 2000 19:12:25 -0700
58078              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
58079      Branch: perl
58080            ! perl.c pod/perlrun.pod
58081 ____________________________________________________________________________
58082 [  6546] By: jhi                                   on 2000/08/08  17:29:26
58083         Log: Subject: Re: enhanced(?) regex error messages 
58084              From: Hugo <hv@crypt.compulink.co.uk>
58085              Date: Tue, 08 Aug 2000 03:25:51 +0100
58086              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
58087              
58088              plus Capitalize the error messages, plus perldiag them.
58089      Branch: perl
58090            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
58091 ____________________________________________________________________________
58092 [  6545] By: jhi                                   on 2000/08/08  13:59:28
58093         Log: Augment #6539 a bit: don't croak if there's magic in the air.
58094              
58095              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
58096              From: Hugo <hv@crypt.compulink.co.uk>
58097              Date: Tue, 08 Aug 2000 03:02:03 +0100
58098              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
58099      Branch: perl
58100            ! pp.c t/op/bless.t
58101 ____________________________________________________________________________
58102 [  6544] By: jhi                                   on 2000/08/07  21:11:52
58103         Log: Make the test -w clean.
58104      Branch: perl
58105            ! t/op/bless.t
58106 ____________________________________________________________________________
58107 [  6543] By: jhi                                   on 2000/08/07  19:49:53
58108         Log: use warnings instead of $^W.
58109      Branch: perl
58110            ! t/op/bless.t
58111 ____________________________________________________________________________
58112 [  6542] By: jhi                                   on 2000/08/07  17:41:41
58113         Log: Disable a portability warning Because We Know What We Are Doing.
58114      Branch: perl
58115            ! t/op/bless.t
58116 ____________________________________________________________________________
58117 [  6541] By: jhi                                   on 2000/08/07  17:29:51
58118         Log: Tiny tidying on report_evil_fh().
58119      Branch: perl
58120            ! util.c
58121 ____________________________________________________________________________
58122 [  6540] By: jhi                                   on 2000/08/07  16:37:38
58123         Log: Make regular expression parse error messages easier to understand.
58124              
58125              Subject: Re: enhanced(?) regex error messages
58126              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58127              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
58128              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
58129      Branch: perl
58130            ! regcomp.c
58131 ____________________________________________________________________________
58132 [  6539] By: jhi                                   on 2000/08/07  16:12:27
58133         Log: Make bless(REF, REF) a fatal error, add bless tests.
58134              
58135              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
58136              From: Hugo <hv@crypt.compulink.co.uk>
58137              Date: Mon, 07 Aug 2000 16:59:38 +0100
58138              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
58139      Branch: perl
58140            + t/op/bless.t
58141            ! MANIFEST pod/perldiag.pod pp.c sv.c
58142 ____________________________________________________________________________
58143 [  6538] By: jhi                                   on 2000/08/07  15:59:43
58144         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
58145              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
58146              Date: Thu, 3 Aug 2000 14:29:21 -0700
58147              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
58148      Branch: perl
58149            ! lib/lib_pm.PL
58150 ____________________________________________________________________________
58151 [  6537] By: jhi                                   on 2000/08/07  15:47:18
58152         Log: Retract #6419 for now since it breaks in AFS and MachTen.
58153      Branch: perl
58154            ! lib/Cwd.pm
58155 ____________________________________________________________________________
58156 [  6536] By: jhi                                   on 2000/08/07  15:05:29
58157         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
58158              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
58159              The security hole exists only in suidperls, which isn't
58160              installed or even built by default.
58161      Branch: perl
58162            ! perl.c
58163 ____________________________________________________________________________
58164 [  6535] By: jhi                                   on 2000/08/07  14:45:14
58165         Log: tr memory corruption fix from Simon Cozens.
58166      Branch: perl
58167            ! doop.c
58168 ____________________________________________________________________________
58169 [  6534] By: jhi                                   on 2000/08/06  11:38:16
58170         Log: Document a bit that UDP is not what you might think.
58171              
58172              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
58173              From: Lupe Christoph <lupe@lupe-christoph.de>
58174              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
58175              Date: Mon, 24 Jul 2000 08:59:15 +0200
58176      Branch: perl
58177            ! pod/perlipc.pod
58178 ____________________________________________________________________________
58179 [  6533] By: jhi                                   on 2000/08/06  11:35:01
58180         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
58181              From: Jeff Pinyan <jeffp@hut.crusoe.net>
58182              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
58183              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
58184      Branch: perl
58185            ! pod/perlfunc.pod
58186 ____________________________________________________________________________
58187 [  6532] By: jhi                                   on 2000/08/06  03:45:41
58188         Log: Have symbols for the IoTYPEs.
58189      Branch: perl
58190            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
58191 ____________________________________________________________________________
58192 [  6531] By: jhi                                   on 2000/08/06  01:33:55
58193         Log: Continue fixing the io warnings.  This also
58194              sort of fixes bug ID 20000802.003: the core dump
58195              is no more.  Whether the current behaviour is correct
58196              (giving a warning: "Not a format reference"), is another matter.
58197      Branch: perl
58198            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
58199            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
58200 ____________________________________________________________________________
58201 [  6530] By: jhi                                   on 2000/08/05  21:33:12
58202         Log: Change the Policy policy: now -Dprefix= with an existing
58203              Policy.sh and prefix == siteprefix == vendorprefix, then all
58204              of them follow along the new prefix.
58205              
58206              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
58207              From: Andy Dougherty <doughera@lafayette.edu>
58208              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
58209              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
58210      Branch: perl
58211            ! Policy_sh.SH
58212 ____________________________________________________________________________
58213 [  6529] By: jhi                                   on 2000/08/05  18:57:28
58214         Log: Zap lib/Sys directory when cleaning up.
58215      Branch: perl
58216            ! Makefile.SH
58217 ____________________________________________________________________________
58218 [  6528] By: jhi                                   on 2000/08/05  18:40:44
58219         Log: Essential prototype changes were missing from #6527.
58220              Also make report_evil_fh() more bomb-proof.
58221      Branch: perl
58222            ! embed.h util.c
58223 ____________________________________________________________________________
58224 [  6527] By: jhi                                   on 2000/08/05  03:22:05
58225         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
58226              From: "Ronald F. Guilmette" <rfg@monkeys.com>
58227              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
58228              Message-Id: <200007242247.PAA52177@monkeys.com>
58229      Branch: perl
58230            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
58231 ____________________________________________________________________________
58232 [  6526] By: jhi                                   on 2000/08/04  21:23:27
58233         Log: gcc versions might have (parentheses) in them.
58234      Branch: metaconfig/U/perl
58235            ! gccvers.U
58236      Branch: perl
58237            ! Configure config_h.SH
58238 ____________________________________________________________________________
58239 [  6525] By: jhi                                   on 2000/08/04  20:23:12
58240         Log: Weed buglets pointed out by
58241              
58242              From: Lupe Christoph <lupe@lupe-christoph.de>
58243              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
58244              Date: Fri, 4 Aug 2000 17:34:39 +0200
58245              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
58246      Branch: metaconfig/U/perl
58247            ! gccvers.U uselfs.U
58248      Branch: perl
58249            ! Configure config_h.SH
58250 ____________________________________________________________________________
58251 [  6524] By: jhi                                   on 2000/08/04  19:02:08
58252         Log: Warn under -w if lstat(FH) is attempted.
58253              
58254              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
58255              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
58256              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
58257              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
58258      Branch: perl
58259            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
58260            ! t/pragma/warn/pp_sys
58261 ____________________________________________________________________________
58262 [  6523] By: jhi                                   on 2000/08/04  12:31:11
58263         Log: Subject: New perlcc, take 2
58264              From: simon@brecon.co.uk (Simon Cozens)
58265              Date: 4 Aug 2000 06:21:04 GMT
58266              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
58267      Branch: perl
58268            ! utils/perlcc.PL
58269 ____________________________________________________________________________
58270 [  6522] By: jhi                                   on 2000/08/04  12:26:33
58271         Log: Subject: Re: Array vs. List context
58272              From: Daniel Chetlin <daniel@chetlin.com>
58273              Date: Fri, 4 Aug 2000 00:22:44 -0700
58274              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
58275      Branch: perl
58276            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
58277            ! pod/perlfaq4.pod
58278 ____________________________________________________________________________
58279 [  6521] By: jhi                                   on 2000/08/04  12:22:38
58280         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
58281              From: Raymund Will <ray@caldera.de>
58282              Date: Fri, 4 Aug 2000 12:07:09 +0200
58283              Message-Id: <20000804120709.A14982@caldera.de>
58284      Branch: perl
58285            ! configure.gnu
58286 ____________________________________________________________________________
58287 [  6520] By: jhi                                   on 2000/08/04  04:09:06
58288         Log: After the #6519 a warning about stat() is just that,
58289              not about a filetest, which now have their own warning.
58290      Branch: perl
58291            ! pod/perldiag.pod
58292 ____________________________________________________________________________
58293 [  6519] By: jhi                                   on 2000/08/04  04:06:30
58294         Log: In the warnings call filehandles consistently so;
58295              add "unopened" warning for stat().
58296      Branch: perl
58297            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
58298            ! t/pragma/warn/pp_sys
58299 ____________________________________________________________________________
58300 [  6518] By: jhi                                   on 2000/08/04  02:55:35
58301         Log: Subject: Minor tweak to perlvar.pod
58302              From: "Stephen P. Potter" <spp@ds.net>
58303              Date: Tue, 18 Apr 2000 09:26:03 -0400
58304              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
58305      Branch: perl
58306            ! pod/perlvar.pod
58307 ____________________________________________________________________________
58308 [  6517] By: jhi                                   on 2000/08/04  02:50:08
58309         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
58310              From: "Clinton Pierce" <cpierce1@ford.com>
58311              Date: Wed, 21 Jul 1999 16:45:31 -0400
58312              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
58313              
58314              Fix by Stephen Potter (visible in the bug db but not in p5p?)
58315      Branch: perl
58316            ! pod/perlfunc.pod pod/perlop.pod
58317 ____________________________________________________________________________
58318 [  6516] By: jhi                                   on 2000/08/04  02:09:25
58319         Log: This is 6512.  Really.
58320      Branch: perl
58321            ! dump.c
58322 ____________________________________________________________________________
58323 [  6515] By: jhi                                   on 2000/08/04  01:25:50
58324         Log: mention the idea of @( and @)
58325      Branch: perl
58326            ! Todo-5.6
58327 ____________________________________________________________________________
58328 [  6514] By: bailey                                on 2000/08/04  01:18:46
58329         Log: YA resync with mainstem, including VMS patches from others
58330      Branch: vmsperl
58331           +> (branch 48 files)
58332            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
58333           !> (integrate 354 files)
58334 ____________________________________________________________________________
58335 [  6513] By: jhi                                   on 2000/08/04  01:18:18
58336         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
58337              From: Mark Dickinson <dickins3@fas.harvard.edu>
58338              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
58339              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
58340      Branch: perl
58341            ! t/op/grent.t t/op/pwent.t
58342 ____________________________________________________________________________
58343 [  6512] By: jhi                                   on 2000/08/04  01:14:06
58344         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
58345              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58346              Date: Wed, 02 Aug 2000 10:51:01 +0100
58347              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
58348      Branch: perl
58349            ! sv.c
58350 ____________________________________________________________________________
58351 [  6511] By: jhi                                   on 2000/08/04  00:57:00
58352         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
58353              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
58354              Date: Thu, 03 Aug 2000 17:20:04 -0700
58355              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
58356      Branch: metaconfig
58357            ! U/modified/Cppsym.U
58358      Branch: perl
58359            ! Configure config_h.SH
58360 ____________________________________________________________________________
58361 [  6510] By: jhi                                   on 2000/08/04  00:25:28
58362         Log: detypo
58363      Branch: perl
58364            ! Makefile.SH
58365 ____________________________________________________________________________
58366 [  6509] By: jhi                                   on 2000/08/03  23:43:18
58367         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
58368              From: Dominic Dunlop <domo@computer.org>
58369              Date: Thu, 3 Aug 2000 22:16:46 +0200
58370              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
58371      Branch: perl
58372            ! t/op/sprintf.t
58373 ____________________________________________________________________________
58374 [  6508] By: jhi                                   on 2000/08/03  23:40:37
58375         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
58376              From: Hugo <hv@crypt.compulink.co.uk>
58377              Date: Thu, 03 Aug 2000 18:25:30 +0100
58378              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
58379      Branch: perl
58380            ! regcomp.c t/op/re_tests
58381 ____________________________________________________________________________
58382 [  6507] By: jhi                                   on 2000/08/03  23:38:28
58383         Log: Subject: [PATCH] sv.h documentation - SvLEN
58384              From: Mike Guy <mjtg@cam.ac.uk>
58385              Date: Thu, 03 Aug 2000 14:43:09 +0100
58386              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
58387      Branch: perl
58388            ! sv.h
58389 ____________________________________________________________________________
58390 [  6506] By: jhi                                   on 2000/08/03  15:49:14
58391         Log: Disable the fix_pl hack for now.
58392      Branch: perl
58393            ! Makefile.SH
58394 ____________________________________________________________________________
58395 [  6505] By: jhi                                   on 2000/08/03  13:49:04
58396         Log: Add a URL for FSF.
58397              
58398              Subject: Patch for README
58399              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
58400              Date: Wed, 2 Aug 2000 13:25:09 -0500
58401              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
58402      Branch: perl
58403            ! README
58404 ____________________________________________________________________________
58405 [  6504] By: jhi                                   on 2000/08/03  13:29:19
58406         Log: Be more informative on what is skipped and why,
58407              also repeat the list at the end.
58408      Branch: perl
58409            ! Porting/p4desc
58410 ____________________________________________________________________________
58411 [  6503] By: jhi                                   on 2000/08/03  13:07:05
58412         Log: Circumvent the removal of .patch by fix_pl.
58413              
58414              Subject: Re: [ID 20000802.011] unable to 'make test'          
58415              From: simon@brecon.co.uk (Simon Cozens) 
58416              Date: 3 Aug 2000 04:17:00 GMT
58417              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
58418      Branch: perl
58419            ! Makefile.SH
58420 ____________________________________________________________________________
58421 [  6502] By: jhi                                   on 2000/08/03  00:14:34
58422         Log: Add the missing setproctitle unit.
58423      Branch: metaconfig/U/perl
58424            + d_setproctitle.U
58425 ____________________________________________________________________________
58426 [  6501] By: jhi                                   on 2000/08/03  00:00:26
58427         Log: The subtest 4 may fail also on VOBS, as pointed out
58428              by Nick Ing-Simmons in November 1999, bug id 19991124.003
58429              (but the failure in that bug report isn't the subtest 4).
58430      Branch: perl
58431            ! t/op/stat.t
58432 ____________________________________________________________________________
58433 [  6500] By: jhi                                   on 2000/08/02  23:49:30
58434         Log: Better skip message for the test; one of the two problems in
58435              
58436              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
58437              From: Lupe Christoph <lupe@lupe-christoph.de>
58438              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
58439              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
58440      Branch: perl
58441            ! t/op/numconvert.t
58442 ____________________________________________________________________________
58443 [  6499] By: jhi                                   on 2000/08/02  22:49:16
58444         Log: Allow "no Module;" even if there is no 'unimport'.
58445              
58446              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
58447              From: mjd@plover.com
58448              Date: 24 Mar 2000 15:24:34 -0000
58449              Message-Id: <20000324152434.15160.qmail@plover.com>
58450      Branch: perl
58451            ! gv.c
58452 ____________________________________________________________________________
58453 [  6498] By: jhi                                   on 2000/08/02  22:42:58
58454         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
58455              that are hopefully soon put into use.
58456      Branch: perl
58457            ! opcode.h opcode.pl opnames.h
58458 ____________________________________________________________________________
58459 [  6497] By: gsar                                  on 2000/08/02  22:28:59
58460         Log: require.t needs binmode() to work on windows
58461      Branch: perl
58462            ! t/comp/require.t
58463 ____________________________________________________________________________
58464 [  6496] By: jhi                                   on 2000/08/02  22:08:51
58465         Log: Document the IVdf UVuf UVof UVxf.
58466      Branch: perl
58467            ! pod/perlguts.pod
58468 ____________________________________________________________________________
58469 [  6495] By: jhi                                   on 2000/08/02  21:54:26
58470         Log: detypo #6494
58471      Branch: perl
58472            ! ext/Data/Dumper/Dumper.xs
58473 ____________________________________________________________________________
58474 [  6494] By: jhi                                   on 2000/08/02  21:49:17
58475         Log: Dump UVs as UVs in Data::Dumper.
58476              
58477              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
58478              From: Gurusamy Sarathy <gsar@ActiveState.com>
58479              Date: Thu, 27 Apr 2000 12:26:25 -0700
58480              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
58481      Branch: perl
58482            ! ext/Data/Dumper/Dumper.xs
58483 ____________________________________________________________________________
58484 [  6493] By: jhi                                   on 2000/08/02  17:01:58
58485         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
58486              From: Hugo <hv@crypt.compulink.co.uk>
58487              Date: Wed, 02 Aug 2000 14:53:56 +0100
58488              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
58489      Branch: perl
58490            ! regexec.c t/op/re_tests
58491 ____________________________________________________________________________
58492 [  6492] By: jhi                                   on 2000/08/02  15:02:46
58493         Log: The new setproctitle() feature is available only in 
58494              bleeding edge FreeBSD.  From Paul Saab.
58495      Branch: perl
58496            ! mg.c
58497 ____________________________________________________________________________
58498 [  6491] By: jhi                                   on 2000/08/02  13:34:36
58499         Log: The tr utf8 patching continues.
58500              
58501              Subject: Re: #6469, too many tests claimed in require.t
58502              From: simon@brecon.co.uk (Simon Cozens)
58503              Date: 2 Aug 2000 02:37:17 GMT
58504              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
58505              
58506              (the logic of the test was the wrong way round in the patch)
58507      Branch: perl
58508            ! doop.c
58509 ____________________________________________________________________________
58510 [  6490] By: jhi                                   on 2000/08/02  13:27:38
58511         Log: The name of a filehandle does not have <these>.
58512      Branch: perl
58513            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
58514            ! t/pragma/warn/pp_sys util.c
58515 ____________________________________________________________________________
58516 [  6489] By: jhi                                   on 2000/08/02  04:26:46
58517         Log: Remove the extraneous "main::" prefix from all the
58518              "opened only for", "on closed", and "never opened" warnings.
58519              
58520              Subject: Re: inappropriate warning
58521              From: Gurusamy Sarathy <gsar@ActiveState.com>
58522              Date: Mon, 20 Mar 2000 11:28:02 -0800
58523              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
58524      Branch: perl
58525            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
58526            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
58527            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
58528 ____________________________________________________________________________
58529 [  6488] By: jhi                                   on 2000/08/02  03:02:57
58530         Log: memcpy has n o in it, as pinted ut by Sarathy.
58531      Branch: perl
58532            ! pod/perlguts.pod
58533 ____________________________________________________________________________
58534 [  6487] By: jhi                                   on 2000/08/02  02:44:51
58535         Log: Document in one place the memory abstractions used in Perl core.
58536              
58537              Subject: Re: Memory abstraction
58538              From: simon@brecon.co.uk (Simon Cozens)
58539              Date: 2 Aug 2000 02:20:23 GMT
58540              Organization: Earth.li Origins
58541      Branch: perl
58542            ! pod/perlguts.pod
58543 ____________________________________________________________________________
58544 [  6486] By: jhi                                   on 2000/08/02  02:41:57
58545         Log: regen_headers, regen perltoc.
58546      Branch: perl
58547            ! perlapi.c pod/perltoc.pod
58548 ____________________________________________________________________________
58549 [  6485] By: jhi                                   on 2000/08/02  01:43:33
58550         Log: "This little thing tests for a file .patch, and if it contains
58551              a number, pops into patchlevel.h" (making it easier to track
58552              which development version people are reporting bugs against)
58553              
58554              Subject: Patchlevel autogeneration for repository perls
58555              From: simon@brecon.co.uk (Simon Cozens)
58556              Date: 14 Jul 2000 07:12:15 GMT
58557              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
58558      Branch: perl
58559            + fix_pl
58560            ! MANIFEST Makefile.SH
58561 ____________________________________________________________________________
58562 [  6484] By: jhi                                   on 2000/08/02  01:32:54
58563         Log: FreeBSD 3.* updates from
58564              
58565              From: Paul Saab <ps@yahoo-inc.com>
58566              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58567              Date: Tue, 1 Aug 2000 15:41:39 -0700
58568              Message-Id: <20000801154139.A53740@yahoo-inc.com>
58569      Branch: perl
58570            ! hints/freebsd.sh
58571 ____________________________________________________________________________
58572 [  6483] By: jhi                                   on 2000/08/02  01:27:44
58573         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
58574              instead one must use setproctitle().  This was already addressed
58575              by change #6457, but the below has a new variant for FreeBSD 4.0
58576              or later, and the matter is also documented more.
58577              
58578              From: Paul Saab <ps@yahoo-inc.com>
58579              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
58580              Date: Tue, 1 Aug 2000 15:41:39 -0700
58581              Message-Id: <20000801154139.A53740@yahoo-inc.com>
58582      Branch: metaconfig/U/perl
58583            + i_libutil.U
58584      Branch: perl
58585            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
58586 ____________________________________________________________________________
58587 [  6482] By: jhi                                   on 2000/08/01  22:17:32
58588         Log: The test from this
58589              
58590              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
58591              Date: Sat, 15 Apr 2000 17:03:44 +0100
58592              From: Tom Hughes <tom@compton.nu>
58593              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
58594              
58595              was missing, the code change went in as #5989
58596              (which had a different test?)
58597      Branch: perl
58598            ! t/op/misc.t
58599 ____________________________________________________________________________
58600 [  6481] By: jhi                                   on 2000/08/01  21:48:38
58601         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
58602              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
58603              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
58604              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
58605      Branch: perl
58606            ! perl.h
58607 ____________________________________________________________________________
58608 [  6480] By: jhi                                   on 2000/08/01  18:05:28
58609         Log: Make p4desc to skip non-mainperl branches by default.
58610      Branch: perl
58611            ! Porting/p4desc
58612 ____________________________________________________________________________
58613 [  6479] By: jhi                                   on 2000/08/01  17:29:19
58614         Log: If gccosandvers is equal to osname, clear gccosandvers.
58615      Branch: metaconfig/U/perl
58616            ! gccvers.U
58617      Branch: perl
58618            ! Configure config_h.SH
58619 ____________________________________________________________________________
58620 [  6478] By: jhi                                   on 2000/08/01  15:54:08
58621         Log: BOM patching from Simon Cozens.
58622      Branch: perl
58623            ! toke.c
58624 ____________________________________________________________________________
58625 [  6477] By: jhi                                   on 2000/08/01  04:50:33
58626         Log: Stash away the largefiles flags and libswanted.
58627      Branch: perl
58628            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
58629 ____________________________________________________________________________
58630 [  6476] By: gsar                                  on 2000/08/01  04:24:24
58631         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
58632              on Windows)
58633      Branch: perl
58634            ! t/pragma/utf8.t utf8.c win32/win32.c
58635 ____________________________________________________________________________
58636 [  6475] By: jhi                                   on 2000/08/01  03:35:24
58637         Log: Make chr() for values >127 to create utf8 when under utf8.
58638              
58639              Subject: Re: uft8/chr()
58640              From: simon@brecon.co.uk (Simon Cozens)
58641              Date: 1 Aug 2000 02:37:02 GMT
58642              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
58643      Branch: perl
58644            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
58645 ____________________________________________________________________________
58646 [  6474] By: jhi                                   on 2000/08/01  02:36:18
58647         Log: In Digital UNIX warn if gcc explicitly chosen because even
58648              2.95.2 is known to cause problems.
58649      Branch: perl
58650            ! hints/dec_osf.sh
58651 ____________________________________________________________________________
58652 [  6473] By: jhi                                   on 2000/08/01  02:00:56
58653         Log: Make the safety catch for buggy gccs work with triple version
58654              numbers like 2.95.2.  Reported in
58655              
58656              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
58657              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
58658              Date: Mon, 31 Jul 2000 14:55:06 +0200
58659              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
58660      Branch: perl
58661            ! hints/dec_osf.sh
58662 ____________________________________________________________________________
58663 [  6472] By: jhi                                   on 2000/08/01  01:13:33
58664         Log: Subject: fix and question re: waitpid() under win32
58665              From: Brian Clarke <clarke@appliedmeta.com>
58666              Date: Fri, 28 Jul 2000 15:18:29 -0400
58667              Message-ID: <3981DC85.290314EB@appliedmeta.com>
58668              
58669              Slightly reformatted and WNOHANG # define moved to win32.h
58670              so that also POSIX.xs sees it, as suggsted by Sarathy.
58671      Branch: perl
58672            ! win32/win32.c win32/win32.h
58673 ____________________________________________________________________________
58674 [  6471] By: jhi                                   on 2000/08/01  00:55:05
58675         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
58676              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58677              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
58678              Date: Mon, 31 Jul 2000 13:28:51 +0100
58679              
58680              (aka ID 20000730.002)
58681      Branch: perl
58682            ! op.c t/op/tr.t
58683 ____________________________________________________________________________
58684 [  6470] By: jhi                                   on 2000/07/31  23:34:42
58685         Log: Document the problem with -P in HP-UX and its workaround.
58686              
58687              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
58688              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
58689              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
58690              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
58691      Branch: perl
58692            ! README.hpux
58693 ____________________________________________________________________________
58694 [  6469] By: jhi                                   on 2000/07/31  04:15:02
58695         Log: The swallow_bom() saga continues.  The #23 of require.t
58696              (UTF16-LE) still fails (silently, no output) but the #22
58697              (UTF16-BE) seems to be working now.  The root of the
58698              failure may be in sv_gets(): is it UTF-16LE-aware,
58699              especially when it comes to line endings? 
58700      Branch: perl
58701            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
58702            ! t/comp/require.t toke.c utf8.c
58703 ____________________________________________________________________________
58704 [  6468] By: jhi                                   on 2000/07/30  19:05:48
58705         Log: Find green threads before native threads.
58706              
58707              Subject: Re: Patch to jpl/JNI/Makefile.PL
58708              From: Jens Thomsen <jens@fiend.cis.com>
58709              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
58710              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
58711      Branch: perl
58712            ! jpl/JNI/Makefile.PL
58713 ____________________________________________________________________________
58714 [  6467] By: jhi                                   on 2000/07/30  18:36:22
58715         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
58716      Branch: perl
58717            ! doop.c
58718 ____________________________________________________________________________
58719 [  6466] By: jhi                                   on 2000/07/30  04:37:29
58720         Log: A new version of the "remove UPPERACSE string comparison"
58721              operators.  The problem with the previous one (change #6454)
58722              was that it was for Perl 5.6.0.  From Paul Marquess.
58723      Branch: perl
58724            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
58725            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
58726            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
58727 ____________________________________________________________________________
58728 [  6465] By: jhi                                   on 2000/07/29  22:39:56
58729         Log: Do not upgrade SVs into utf8 just because they participate
58730              in eq or cmp.  Reported and fix suggested in
58731              
58732              Subject: [ID 20000720.009] sv_eq UTF8 bug
58733              From: "Simon Cozens" <simon@othersideofthe.earth.li>
58734              Date: 21 Jul 2000 04:37:29 -0000
58735              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
58736              
58737              Exercise for the kind reader: should we or should we not
58738              cache the utf8 conversion alonside the SV? (as magic,
58739              as thestrxfrm()ed version is cached under use locale)
58740              Argue both for and against.
58741      Branch: perl
58742            ! sv.c
58743 ____________________________________________________________________________
58744 [  6464] By: jhi                                   on 2000/07/29  22:36:22
58745         Log: Subject: UTF8 concat
58746              From: simon@brecon.co.uk (Simon Cozens) 
58747              Date: 30 Jun 2000 06:13:25 GMT
58748              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
58749              
58750              (with a memory leak fixed, plus a few casts added)
58751              
58752              This also seems to help for
58753              
58754              Subject: [ID 20000716.015] join UTF8 weirdness
58755              From: root <root@ak-71.mind.de> 
58756              Date: Sat, 15 Jul 2000 15:29:54 +0200
58757              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
58758              
58759              (from Andreas König)
58760      Branch: perl
58761            ! pp_hot.c
58762 ____________________________________________________________________________
58763 [  6463] By: jhi                                   on 2000/07/29  00:55:39
58764         Log: Tune the comments and hopefully stop a memory leak.
58765      Branch: perl
58766            ! toke.c utf8.c
58767 ____________________________________________________________________________
58768 [  6462] By: jhi                                   on 2000/07/29  00:16:53
58769         Log: The problem described in this
58770              
58771              Subject: [ID 20000322.018] named chars aren't magical enough
58772              From: root <root@dixie.cscaper.com>     
58773              Date: Wed, 22 Mar 2000 18:37:42 -0700
58774              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
58775              
58776              has been fixed in perl 5.6.0 but just in case added a test
58777              to keep it away.  (The report from Joseph Hall.)
58778      Branch: perl
58779            ! t/lib/charnames.t
58780 ____________________________________________________________________________
58781 [  6461] By: jhi                                   on 2000/07/28  23:56:36
58782         Log: Tiny fixes for #6460.
58783      Branch: metaconfig/U/perl
58784            ! gccvers.U
58785      Branch: perl
58786            ! Configure config_h.SH
58787 ____________________________________________________________________________
58788 [  6460] By: jhi                                   on 2000/07/28  23:24:41
58789         Log: Warn if the version of the operating system used to compile gcc
58790              differs from the current version of the operating system.
58791              Also display the gcc compilation os and version in myconfig.
58792              Inspiration from
58793              
58794              Subject: Re: [ID 20000710.003] ERRORS!!         
58795              From: "Kurt D. Starsinic" <kstar@chapin.edu>
58796              Date: Mon, 10 Jul 2000 15:54:16 -0400
58797              Message-ID: <20000710155416.A1384@O2.chapin.edu>
58798      Branch: metaconfig/U/perl
58799            ! gccvers.U
58800      Branch: perl
58801            ! Configure config_h.SH myconfig.SH
58802 ____________________________________________________________________________
58803 [  6459] By: jhi                                   on 2000/07/28  22:00:32
58804         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
58805              letter to $Config{osvers}.
58806      Branch: metaconfig
58807            ! U/modified/Oldconfig.U
58808      Branch: perl
58809            ! Configure config_h.SH
58810 ____________________________________________________________________________
58811 [  6458] By: jhi                                   on 2000/07/28  04:15:39
58812         Log: Back out #6454, doesn't seem to work.
58813              (Reason: that patch was for perl 5.6.0, not perl-current)
58814              (A version of the patch for perl-current came in later as #6466)
58815      Branch: perl
58816            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
58817            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
58818            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
58819 ____________________________________________________________________________
58820 [  6457] By: jhi                                   on 2000/07/27  23:31:49
58821         Log: Use setproctitle() if available to modify $0.
58822              
58823              Subject: setting $* on BSD4 broken
58824              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
58825              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
58826              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
58827      Branch: metaconfig
58828            ! U/modified/Myinit.U
58829      Branch: perl
58830            ! Configure config_h.SH mg.c
58831 ____________________________________________________________________________
58832 [  6456] By: jhi                                   on 2000/07/27  14:50:47
58833         Log: Allow "no AutoLoader;", based on change #6444,
58834              suggested by Graham Barr.
58835      Branch: perl
58836            ! lib/AutoLoader.pm
58837 ____________________________________________________________________________
58838 [  6455] By: jhi                                   on 2000/07/27  14:19:10
58839         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
58840              From: rspier@pobox.com (Robert Spier)
58841              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
58842              Message-ID: <14720.15855.787664.424783@rls.cx>
58843      Branch: perl
58844            ! pod/perldiag.pod
58845 ____________________________________________________________________________
58846 [  6454] By: jhi                                   on 2000/07/27  14:03:02
58847         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
58848              for a long time).
58849              
58850              Reported in
58851              
58852              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
58853              From: Ryan Herbert <rherbert@sycamorehq.com>
58854              Date: Mon, 17 Jul 2000 11:40:42 -0400
58855              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
58856              
58857              Patched in
58858              
58859              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
58860              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
58861              Date: Wed, 26 Jul 2000 23:40:18 +0100
58862              Message-ID: <000001bff752$79511880$0a17073e@tiny>
58863              
58864              based on an earlier patch from Stephen P. Potter.
58865              
58866              (Removed later by change #6458 because this patch was for
58867              perl 5.6.0, not perl-current)
58868      Branch: perl
58869            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
58870            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
58871            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
58872 ____________________________________________________________________________
58873 [  6453] By: jhi                                   on 2000/07/27  13:48:02
58874         Log: Subject: [PATCH] fixes bug 20000508.004
58875              From: Michael Stevens <mstevens@globnix.org>
58876              Date: Thu, 27 Jul 2000 13:49:04 +0100
58877              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
58878      Branch: perl
58879            ! pod/perldata.pod
58880 ____________________________________________________________________________
58881 [  6452] By: jhi                                   on 2000/07/26  23:51:26
58882         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
58883              and Craig A. Berry.
58884      Branch: perl
58885            ! lib/File/Temp.pm pod/perlport.pod
58886 ____________________________________________________________________________
58887 [  6451] By: jhi                                   on 2000/07/26  19:43:30
58888         Log: Be wary of close()s, too.
58889              
58890              Subject: Re: [PATCH] perlbug cleanup
58891              From: Tim Jenness <t.jenness@jach.hawaii.edu>
58892              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
58893              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
58894      Branch: perl
58895            ! utils/perlbug.PL
58896 ____________________________________________________________________________
58897 [  6450] By: jhi                                   on 2000/07/26  18:41:40
58898         Log: Subject: Minor doc patch: handy.h
58899              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
58900              Date: Wed, 26 Jul 2000 15:34:25 -0300
58901              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
58902      Branch: perl
58903            ! handy.h pod/perlapi.pod
58904 ____________________________________________________________________________
58905 [  6449] By: jhi                                   on 2000/07/26  18:23:55
58906         Log: Subject: [PATCH] minor doc change - perlguts
58907              From: Michael Stevens <mstevens@globnix.org>
58908              Date: Thu, 13 Jul 2000 12:39:18 +0100
58909              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
58910      Branch: perl
58911            ! pod/perlguts.pod
58912 ____________________________________________________________________________
58913 [  6448] By: jhi                                   on 2000/07/26  18:20:30
58914         Log: open() wariness in perlbug.
58915              
58916              Subject: [PATCH] perlbug cleanup
58917              From: Michael Stevens <mstevens@globnix.org>
58918              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
58919              Date: Thu, 13 Jul 2000 15:52:23 +0100
58920      Branch: perl
58921            ! utils/perlbug.PL
58922 ____________________________________________________________________________
58923 [  6447] By: jhi                                   on 2000/07/26  18:13:04
58924         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
58925      Branch: perl
58926            ! lib/File/Temp.pm t/lib/ftmp-security.t
58927 ____________________________________________________________________________
58928 [  6446] By: jhi                                   on 2000/07/26  18:06:32
58929         Log: docfix from Peter Scott <Peter@PSDT.com>.
58930      Branch: perl
58931            ! pod/perlfunc.pod
58932 ____________________________________________________________________________
58933 [  6445] By: jhi                                   on 2000/07/26  17:53:31
58934         Log: Fix *foo{FORMAT}.
58935              
58936              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
58937              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
58938              Date: Wed, 26 Jul 2000 19:51:02 +0200
58939              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
58940              
58941              From: Graham Barr <gbarr@pobox.com>
58942              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
58943              Date: Wed, 26 Jul 2000 17:38:36 +0100
58944              Message-ID: <20000726173836.L472@pobox.com>
58945      Branch: perl
58946            ! pp.c sv.c t/op/gv.t
58947 ____________________________________________________________________________
58948 [  6444] By: jhi                                   on 2000/07/26  17:49:14
58949         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
58950              from Graham Barr in the module list.
58951      Branch: perl
58952            ! gv.c pod/perlobj.pod
58953 ____________________________________________________________________________
58954 [  6443] By: jhi                                   on 2000/07/26  16:06:56
58955         Log: More split() doc and test patches from Mike Guy.
58956      Branch: perl
58957            ! pod/perlfunc.pod t/op/split.t
58958 ____________________________________________________________________________
58959 [  6442] By: jhi                                   on 2000/07/26  16:05:30
58960         Log: MacOS nits from Matthias Neeracher.
58961      Branch: perl
58962            ! perl.c pp_ctl.c
58963 ____________________________________________________________________________
58964 [  6441] By: jhi                                   on 2000/07/26  04:39:57
58965         Log: Subject: [PATCH] split /^/
58966              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
58967              Date: Tue, 25 Jul 2000 14:18:57 +0100
58968              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
58969              
58970              (with notes from tchrist and gbarr)
58971      Branch: perl
58972            ! pod/perlfunc.pod t/op/split.t
58973 ____________________________________________________________________________
58974 [  6440] By: jhi                                   on 2000/07/26  04:32:32
58975         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
58976              From: Peter Prymmer <pvhp@forte.com>
58977              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
58978              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
58979      Branch: perl
58980            ! vms/munchconfig.c
58981 ____________________________________________________________________________
58982 [  6439] By: jhi                                   on 2000/07/26  04:31:01
58983         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
58984              to be fatal errors (instead of by default ignoring them, and
58985              ignoring with a bug: even though -w gave an error, the opening [
58986              was left in)  Reported in:
58987              
58988              Subject: [ID 20000716.024] [=cc=] / [:blank:]
58989              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
58990              Date: Sun, 16 Jul 2000 17:55:29 -0700
58991              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
58992      Branch: perl
58993            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
58994 ____________________________________________________________________________
58995 [  6438] By: jhi                                   on 2000/07/25  15:41:15
58996         Log: Subject: [PATCH] av.c apidoc
58997              From: simon@brecon.co.uk (Simon Cozens)
58998              Date: 24 Jul 2000 06:40:52 GMT
58999              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
59000      Branch: perl
59001            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
59002            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
59003 ____________________________________________________________________________
59004 [  6437] By: jhi                                   on 2000/07/25  14:05:36
59005         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
59006              From: "Stephen P. Potter" <spp@ds.net>
59007              Date: Mon, 24 Jul 2000 14:22:23 -0400
59008              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
59009      Branch: perl
59010            ! pod/perllocale.pod
59011 ____________________________________________________________________________
59012 [  6436] By: jhi                                   on 2000/07/25  14:02:03
59013         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
59014              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59015              Date: Mon, 24 Jul 2000 18:04:28 +0100
59016              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
59017      Branch: perl
59018            ! t/lib/syslfs.t t/op/lfs.t
59019 ____________________________________________________________________________
59020 [  6435] By: jhi                                   on 2000/07/25  13:59:28
59021         Log: Get UTF16 BOMs working.  Patch from
59022              
59023              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
59024              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59025              Date: Tue, 25 Jul 2000 12:52:45 +0100
59026              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
59027              
59028              and notes from
59029              
59030              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
59031              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59032              Date: Tue, 25 Jul 2000 11:43:25 +0100
59033              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
59034      Branch: perl
59035            ! t/comp/require.t toke.c utf8.c
59036 ____________________________________________________________________________
59037 [  6434] By: jhi                                   on 2000/07/25  02:39:54
59038         Log: Make the "uninit variable" warning to say "concat or string"
59039              or "join or string" when in concat or join .
59040              
59041              Subject: Re: [ID 20000403.009] uninitialised concatenation???
59042              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59043              Date: Tue, 04 Apr 2000 18:22:58 +0100
59044              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
59045              
59046              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
59047              From: William R Ward <hermit@BayView.COM>
59048              Date: Thu, 30 Mar 2000 19:50:03 -0800
59049              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
59050      Branch: perl
59051            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
59052            ! t/pragma/warn/op t/pragma/warn/sv
59053 ____________________________________________________________________________
59054 [  6433] By: jhi                                   on 2000/07/24  17:52:56
59055         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
59056      Branch: perl
59057            ! lib/File/Spec/VMS.pm
59058 ____________________________________________________________________________
59059 [  6432] By: jhi                                   on 2000/07/24  17:44:44
59060         Log: Test cases for #6431.
59061              
59062              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
59063              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59064              Date: Mon, 24 Jul 2000 15:32:29 +0100
59065              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
59066      Branch: perl
59067            ! t/op/pat.t t/op/split.t
59068 ____________________________________________________________________________
59069 [  6431] By: jhi                                   on 2000/07/24  17:43:17
59070         Log: Bind op fix.
59071              
59072              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
59073              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59074              Date: Mon, 17 Jul 2000 20:04:56 +0100
59075              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
59076      Branch: perl
59077            ! op.c
59078 ____________________________________________________________________________
59079 [  6430] By: jhi                                   on 2000/07/24  03:42:42
59080         Log: Subject: [ID 20000716.023] syslog test fails without sockets
59081              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
59082              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
59083              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
59084      Branch: metaconfig/U/perl
59085            ! Extensions.U
59086      Branch: perl
59087            ! Configure config_h.SH
59088 ____________________________________________________________________________
59089 [  6429] By: jhi                                   on 2000/07/24  03:11:52
59090         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
59091              case, but add also notes explaining the relationship of this
59092              patch and the earlier notes by Sarathy.
59093              
59094              Subject: Map is still slow
59095              From: "Ben Tilly" <ben_tilly@hotmail.com>
59096              Date: Sat, 15 Jul 2000 17:23:27 EDT
59097              Message-ID: <20000715212327.21656.qmail@hotmail.com>
59098      Branch: perl
59099            ! pp_ctl.c
59100 ____________________________________________________________________________
59101 [  6428] By: jhi                                   on 2000/07/24  02:58:52
59102         Log: Documentation to explain the behaviour of map().
59103              
59104              Subject: Re: Map is still slow 
59105              From: Gurusamy Sarathy <gsar@ActiveState.com>
59106              Date: Sat, 15 Jul 2000 16:05:09 -0700
59107              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
59108      Branch: perl
59109            ! pp_ctl.c
59110 ____________________________________________________________________________
59111 [  6427] By: jhi                                   on 2000/07/24  02:50:03
59112         Log: Add tests for
59113              [ID 19991110.003] another matching finding by pcre author
59114              which has already been fixed by some patch, as verified in
59115              
59116              Subject: Re: two regex bugs from the mists of time (well, last November)
59117              From: Hugo <hv@crypt.compulink.co.uk>
59118              Date: Sat, 22 Jul 2000 18:12:58 +0100
59119              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
59120      Branch: perl
59121            ! t/op/re_tests
59122 ____________________________________________________________________________
59123 [  6426] By: jhi                                   on 2000/07/24  02:11:20
59124         Log: A missing 'break' after the [[:space:]] switch case.
59125              
59126              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
59127              From: "Stephen P. Potter" <spp@ds.net>
59128              Date: Tue, 18 Jul 2000 16:25:17 -0400
59129              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
59130      Branch: perl
59131            ! regcomp.c
59132 ____________________________________________________________________________
59133 [  6425] By: jhi                                   on 2000/07/24  02:06:12
59134         Log: The output might have been produced in the wrong order.
59135              
59136              Subject: [ID 20000720.003] [PATCH] t/op/write.t
59137              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59138              Date: Thu, 20 Jul 2000 18:49:18 +0100
59139              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
59140      Branch: perl
59141            ! t/op/write.t
59142 ____________________________________________________________________________
59143 [  6424] By: jhi                                   on 2000/07/24  02:00:07
59144         Log: Use STDOUT consistently.
59145              
59146              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
59147              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59148              Date: Thu, 20 Jul 2000 18:04:01 +0100
59149              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
59150      Branch: perl
59151            ! lib/Test/Harness.pm
59152 ____________________________________________________________________________
59153 [  6423] By: jhi                                   on 2000/07/24  01:54:54
59154         Log: Protect against "wild next"s, that is, callbacks doing "next"
59155              instead of "return".
59156              
59157              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
59158              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59159              Date: Tue, 18 Jul 2000 11:30:16 +0100
59160              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
59161      Branch: perl
59162            ! lib/File/Find.pm
59163 ____________________________________________________________________________
59164 [  6422] By: jhi                                   on 2000/07/24  01:35:47
59165         Log: Out-of-date note removed.
59166              
59167              Subject: [PATCH] documentation perlipc
59168              From: rspier@pobox.com (Robert Spier)
59169              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
59170              Message-ID: <14711.35178.572612.502654@rls.cx>
59171      Branch: perl
59172            ! pod/perlipc.pod
59173 ____________________________________________________________________________
59174 [  6421] By: jhi                                   on 2000/07/24  00:09:18
59175         Log: Send all installperl messages to STDERR and be -w clean.
59176              
59177              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
59178              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59179              Date: Sat, 22 Jul 2000 14:02:11 +0100
59180              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
59181      Branch: perl
59182            ! installperl
59183 ____________________________________________________________________________
59184 [  6420] By: jhi                                   on 2000/07/24  00:04:19
59185         Log: Decutandpasto.
59186              
59187              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
59188              From: "Richard Soderberg" <rs@crystalflame.net>
59189              Date: Sun, 23 Jul 2000 01:37:23 -0700
59190              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
59191      Branch: perl
59192            ! pod/perlipc.pod
59193 ____________________________________________________________________________
59194 [  6419] By: jhi                                   on 2000/07/24  00:01:12
59195         Log: A cleaner abs_path().
59196              Subject: Re: unix alternative to Cwd.pm
59197              From: Jeff Pinyan <jeffp@crusoe.net>
59198              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
59199              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
59200      Branch: perl
59201            ! lib/Cwd.pm
59202 ____________________________________________________________________________
59203 [  6418] By: jhi                                   on 2000/07/23  23:48:56
59204         Log: Detypo.
59205              
59206              Subject: [PATCH perl-current] Typo in hints/powerux.sh
59207              From: "Richard Soderberg" <rs@crystalflame.net>
59208              Date: Sun, 23 Jul 2000 01:27:33 -0700
59209              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
59210      Branch: perl
59211            ! hints/powerux.sh
59212 ____________________________________________________________________________
59213 [  6417] By: jhi                                   on 2000/07/17  22:13:31
59214         Log: Subject: SDBM_File documentation
59215              From: mjd@plover.com
59216              Date: 16 Jul 2000 17:41:17 -0000
59217              Message-ID: <20000716174117.18515.qmail@plover.com>
59218      Branch: perl
59219            ! ext/SDBM_File/SDBM_File.pm
59220 ____________________________________________________________________________
59221 [  6416] By: jhi                                   on 2000/07/17  19:13:26
59222         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
59223      Branch: perl
59224            ! hints/mpeix.sh mpeix/relink
59225 ____________________________________________________________________________
59226 [  6415] By: jhi                                   on 2000/07/15  14:11:02
59227         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
59228              the utf8 'characters' can be more than one octet).
59229              
59230              Date: Sat, 15 Jul 2000 00:21:56 +0100
59231              From: Tom Hughes <tom@compton.nu>
59232              Subject: Re: [ID 20000714.002]
59233              Message-ID: <db2334de49.tom@compton.compton.nu>
59234              
59235              Reported in
59236              
59237              Subject: [ID 20000714.002]
59238              From: "Simon Cozens" <simon@othersideofthe.earth.li>
59239              Date: 14 Jul 2000 15:13:09 -0000
59240              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
59241      Branch: perl
59242            ! doop.c
59243 ____________________________________________________________________________
59244 [  6414] By: jhi                                   on 2000/07/15  03:13:41
59245         Log: another VMS build tweak from Peter Prymmer
59246      Branch: perl
59247            ! vms/descrip_mms.template
59248 ____________________________________________________________________________
59249 [  6413] By: jhi                                   on 2000/07/15  03:10:40
59250         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
59251      Branch: perl
59252            ! vms/perlvms.pod
59253 ____________________________________________________________________________
59254 [  6412] By: jhi                                   on 2000/07/15  00:31:05
59255         Log: More docs for sv functions.
59256              
59257              Subject: [PATCH cfgperl] sv.c apidoc
59258              From: simon@brecon.co.uk (Simon Cozens)
59259              Date: 13 Jul 2000 09:00:20 GMT
59260              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
59261              
59262              Subject: Re: [PATCH cfgperl] sv.c apidoc
59263              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59264              Date: Thu, 13 Jul 2000 12:27:41 +0100
59265              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
59266              
59267              Subject: Re: [PATCH cfgperl] sv.c apidoc
59268              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59269              Date: Thu, 13 Jul 2000 13:23:09 +0100
59270              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
59271              
59272              Subject: Re: [PATCH cfgperl] sv.c apidoc
59273              From: simon@brecon.co.uk (Simon Cozens)
59274              Date: 14 Jul 2000 06:51:02 GMT
59275              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
59276      Branch: perl
59277            ! embed.pl pod/perlapi.pod sv.c
59278 ____________________________________________________________________________
59279 [  6411] By: jhi                                   on 2000/07/15  00:10:41
59280         Log: lib/b test fixes from Peter Prymmer.
59281      Branch: perl
59282            ! t/lib/b.t
59283 ____________________________________________________________________________
59284 [  6410] By: jhi                                   on 2000/07/15  00:02:09
59285         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
59286              From: Hugo <hv@crypt.compulink.co.uk>
59287              Date: Fri, 14 Jul 2000 23:05:20 +0100
59288              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
59289              
59290              Didn't anymore apply, but that point still could use another fix.
59291      Branch: perl
59292            ! pod/perlfunc.pod
59293 ____________________________________________________________________________
59294 [  6409] By: jhi                                   on 2000/07/14  23:15:15
59295         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
59296              not in pod, from Peter Prymmer
59297      Branch: perl
59298            ! vms/descrip_mms.template
59299 ____________________________________________________________________________
59300 [  6408] By: jhi                                   on 2000/07/14  20:35:05
59301         Log: The bug report
59302              [ID 19991110.002] minimal matching discrepancy found by pcre author
59303              seems to have been fixed (though differently from what was suggested
59304              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
59305      Branch: perl
59306            ! t/op/re_tests
59307 ____________________________________________________________________________
59308 [  6407] By: jhi                                   on 2000/07/14  17:38:08
59309         Log: Fix AutoSplit to use File::Spec the right way in VMS,
59310              from Peter Prymmer.
59311      Branch: perl
59312            ! lib/AutoSplit.pm
59313 ____________________________________________________________________________
59314 [  6406] By: jhi                                   on 2000/07/14  14:13:22
59315         Log: Merge perlhacktut into perlhack, update perlguts.
59316              
59317              Subject: Re: Perlhacktut
59318              From: simon@brecon.co.uk (Simon Cozens)
59319              Date: 14 Jul 2000 06:49:21 GMT
59320              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
59321              
59322              Subject: Re: Perlhacktut
59323              From: simon@brecon.co.uk (Simon Cozens)
59324              Date: 14 Jul 2000 07:09:45 GMT
59325              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
59326      Branch: perl
59327            ! pod/perlguts.pod pod/perlhack.pod
59328 ____________________________________________________________________________
59329 [  6405] By: jhi                                   on 2000/07/14  14:02:31
59330         Log: Integrate with Sarathy.
59331      Branch: cfgperl
59332           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
59333           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
59334           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
59335 ____________________________________________________________________________
59336 [  6404] By: gsar                                  on 2000/07/14  12:15:02
59337         Log: PERL_OBJECT build tweaks
59338      Branch: perl
59339            ! toke.c
59340 ____________________________________________________________________________
59341 [  6403] By: gsar                                  on 2000/07/14  11:23:41
59342         Log: inconsistent types needs casts
59343      Branch: perl
59344            ! toke.c
59345 ____________________________________________________________________________
59346 [  6402] By: gsar                                  on 2000/07/14  11:12:04
59347         Log: typos in change#6399, regen headers
59348      Branch: perl
59349            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
59350 ____________________________________________________________________________
59351 [  6401] By: gsar                                  on 2000/07/14  10:59:12
59352         Log: typecasts needed for change#6394
59353      Branch: perl
59354            ! toke.c
59355 ____________________________________________________________________________
59356 [  6400] By: gsar                                  on 2000/07/14  10:49:37
59357         Log: integrate cfgperl contents into mainline
59358      Branch: perl
59359           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
59360           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
59361 ____________________________________________________________________________
59362 [  6399] By: gsar                                  on 2000/07/14  10:38:35
59363         Log: enable UTF-16 filter by default if relevant BOM is seen; various
59364              cleanups (typos, misformatted code, and small bugs)
59365      Branch: perl
59366            ! doop.c embed.pl mg.c op.c pp.c toke.c
59367 ____________________________________________________________________________
59368 [  6398] By: gsar                                  on 2000/07/14  08:55:38
59369         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
59370              name suggests anyway)
59371      Branch: perl
59372            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
59373 ____________________________________________________________________________
59374 [  6397] By: gsar                                  on 2000/07/14  08:44:33
59375         Log: move new variables to the end of the interpreter structure (for
59376              bincompat in code that doesn't #include XSUB.h)
59377      Branch: perl
59378            ! intrpvar.h
59379 ____________________________________________________________________________
59380 [  6396] By: gsar                                  on 2000/07/14  08:13:58
59381         Log: MakeMaker should not remove editor backups (*~) on `make clean`
59382              by default (completes change#6383)
59383      Branch: perl
59384            ! lib/ExtUtils/MM_Unix.pm
59385 ____________________________________________________________________________
59386 [  6395] By: jhi                                   on 2000/07/14  05:20:33
59387         Log: Replace change #6337 with a better one.
59388              
59389              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
59390              From: Hugo <hv@crypt.compulink.co.uk>
59391              Date: Fri, 14 Jul 2000 04:16:20 +0100
59392              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
59393      Branch: cfgperl
59394            ! regexec.c t/op/re_tests
59395 ____________________________________________________________________________
59396 [  6394] By: jhi                                   on 2000/07/14  01:33:59
59397         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
59398      Branch: cfgperl
59399            ! embed.pl global.sym proto.h toke.c
59400 ____________________________________________________________________________
59401 [  6393] By: jhi                                   on 2000/07/13  23:41:23
59402         Log: remove discarded test
59403      Branch: cfgperl
59404            ! MANIFEST
59405 ____________________________________________________________________________
59406 [  6392] By: jhi                                   on 2000/07/13  23:32:25
59407         Log: The {multiplier} of a fixed substring was overlooked which
59408              caused a wrong initial search offset for that substring.
59409              
59410              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
59411              From: Hugo <hv@crypt.compulink.co.uk>
59412              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
59413              Date: Thu, 13 Jul 2000 19:27:13 +0100
59414      Branch: cfgperl
59415            ! regcomp.c t/op/re_tests
59416 ____________________________________________________________________________
59417 [  6391] By: jhi                                   on 2000/07/13  16:37:42
59418         Log: typo fix from Craig Berry
59419      Branch: cfgperl
59420            ! vms/subconfigure.com
59421 ____________________________________________________________________________
59422 [  6390] By: jhi                                   on 2000/07/13  13:20:12
59423         Log: Integrate with Sarathy.
59424      Branch: cfgperl
59425            - t/op/method2entersub.t
59426           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
59427           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
59428           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
59429           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
59430 ____________________________________________________________________________
59431 [  6389] By: jhi                                   on 2000/07/13  13:18:48
59432         Log: Detypo from Peter Prymmer, part of #6388.
59433      Branch: cfgperl
59434            ! Configure config_h.SH
59435      Branch: metaconfig
59436            ! U/modified/d_longlong.U
59437 ____________________________________________________________________________
59438 [  6388] By: gsar                                  on 2000/07/13  06:33:40
59439         Log: typos (spotted by Peter Prymmer)
59440      Branch: perl
59441            ! Configure t/lib/english.t
59442 ____________________________________________________________________________
59443 [  6387] By: gsar                                  on 2000/07/13  05:35:28
59444         Log: new selfloader.t in change#6183 doesn't close DATA handles,
59445              and thus fails to clean up tmp files on dosish platforms
59446      Branch: perl
59447            ! t/lib/selfloader.t
59448 ____________________________________________________________________________
59449 [  6386] By: gsar                                  on 2000/07/12  21:42:39
59450         Log: sprintf test tweaks (from Dominic Dunlop)
59451      Branch: perl
59452            ! t/op/sprintf.t
59453 ____________________________________________________________________________
59454 [  6385] By: gsar                                  on 2000/07/12  21:33:46
59455         Log: fix bugs in processing %v-*d and similar format specs (from
59456              Avi Finkel <avi@finkel.org>)
59457      Branch: perl
59458            ! sv.c t/op/sprintf.t
59459 ____________________________________________________________________________
59460 [  6384] By: gsar                                  on 2000/07/12  16:04:19
59461         Log: readd missing perldelta.pod changes from changes#6339,6376
59462      Branch: perl
59463            ! pod/perldelta.pod
59464 ____________________________________________________________________________
59465 [  6383] By: gsar                                  on 2000/07/12  16:00:51
59466         Log: don't clobber *.orig files on *clean targets
59467      Branch: perl
59468            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
59469 ____________________________________________________________________________
59470 [  6382] By: gsar                                  on 2000/07/12  07:59:12
59471         Log: fix broken integrations in cfgperl
59472      Branch: cfgperl
59473           !> Changes pod/perldelta.pod
59474 ____________________________________________________________________________
59475 [  6381] By: gsar                                  on 2000/07/12  07:42:17
59476         Log: integrate cfgperl changes into mainline
59477      Branch: perl
59478            ! Changes
59479           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
59480           !> pod/perlre.pod
59481 ____________________________________________________________________________
59482 [  6380] By: gsar                                  on 2000/07/12  07:31:00
59483         Log: get sprintf.t to adjust properly for 3-digit exponents
59484      Branch: perl
59485            ! t/op/sprintf.t
59486 ____________________________________________________________________________
59487 [  6379] By: gsar                                  on 2000/07/12  06:40:04
59488         Log: change#6174 needs corresponding change in win32/config_h.PL,
59489              which grovels through config_h.SH to find the config.h name
59490      Branch: perl
59491            ! win32/config_h.PL
59492 ____________________________________________________________________________
59493 [  6378] By: jhi                                   on 2000/07/12  05:03:59
59494         Log: Do the cc sanity check both before the hints and
59495              after the cc selction.
59496      Branch: cfgperl
59497            ! Configure config_h.SH
59498      Branch: metaconfig
59499            ! U/modified/Oldconfig.U U/modified/cc.U
59500      Branch: metaconfig/U/perl
59501            + Checkcc.U
59502 ____________________________________________________________________________
59503 [  6377] By: jhi                                   on 2000/07/12  02:49:22
59504         Log: Fix nits noticed by Boston.pm.
59505      Branch: cfgperl
59506            ! pod/perlre.pod
59507 ____________________________________________________________________________
59508 [  6376] By: jhi                                   on 2000/07/11  21:22:13
59509         Log: Configure cosmetics and perldelta.
59510      Branch: cfgperl
59511            ! Configure config_h.SH pod/perldelta.pod
59512      Branch: metaconfig
59513            ! U/modified/cc.U
59514 ____________________________________________________________________________
59515 [  6375] By: gsar                                  on 2000/07/11  21:17:35
59516         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
59517      Branch: perl
59518            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
59519            ! win32/win32sck.c
59520 ____________________________________________________________________________
59521 [  6374] By: gsar                                  on 2000/07/11  20:48:50
59522         Log: tweak for build failure under multiplicity
59523      Branch: perl
59524            ! toke.c
59525 ____________________________________________________________________________
59526 [  6373] By: gsar                                  on 2000/07/11  20:37:23
59527         Log: integrate cfgperl changes#6325..6373 into mainline
59528              (NOTE: today's batch of integrations still untested)
59529      Branch: perl
59530           +> ext/DynaLoader/hints/netbsd.pl
59531            ! Changes
59532           !> (integrate 26 files)
59533 ____________________________________________________________________________
59534 [  6372] By: jhi                                   on 2000/07/11  20:30:36
59535         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
59536              regen perltoc.
59537      Branch: cfgperl
59538            + pod/perlbook.pod
59539            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
59540            ! pod/perltoc.pod
59541 ____________________________________________________________________________
59542 [  6371] By: jhi                                   on 2000/07/11  20:08:56
59543         Log: Minor cleanups on the booklist.
59544      Branch: cfgperl
59545            ! pod/perlfaq2.pod
59546 ____________________________________________________________________________
59547 [  6370] By: jhi                                   on 2000/07/11  19:31:13
59548         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
59549      Branch: cfgperl
59550            ! t/pragma/overload.t
59551 ____________________________________________________________________________
59552 [  6369] By: gsar                                  on 2000/07/11  19:27:48
59553         Log: integrate cfgperl changes#6293..6324 into mainline
59554      Branch: perl
59555           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
59556            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
59557           !> (integrate 30 files)
59558 ____________________________________________________________________________
59559 [  6368] By: gsar                                  on 2000/07/11  19:18:57
59560         Log: skip integrate of problematic change#6292 from cfgperl into mainline
59561      Branch: perl
59562           !> pp_hot.c
59563 ____________________________________________________________________________
59564 [  6367] By: gsar                                  on 2000/07/11  19:17:21
59565         Log: integrate cfgperl changes#6288..6290 into mainline
59566      Branch: perl
59567           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
59568 ____________________________________________________________________________
59569 [  6366] By: gsar                                  on 2000/07/11  19:11:18
59570         Log: integrate cfgperl changes#6268..6282 into mainline
59571      Branch: perl
59572           !> (integrate 30 files)
59573 ____________________________________________________________________________
59574 [  6365] By: gsar                                  on 2000/07/11  18:57:00
59575         Log: delete new accidentally branched file
59576      Branch: perl
59577            - t/op/method2entersub.t
59578 ____________________________________________________________________________
59579 [  6364] By: gsar                                  on 2000/07/11  18:55:13
59580         Log: skip integrate of change#6267 from cfgperl into mainline (the
59581              method call optimization is flawed without additional hints
59582              from user about immutableness of @ISA and no runtime method
59583              definitions)
59584      Branch: perl
59585           +> t/op/method2entersub.t
59586           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
59587           !> perl.h t/op/sprintf.t xsutils.c
59588 ____________________________________________________________________________
59589 [  6363] By: gsar                                  on 2000/07/11  18:49:43
59590         Log: integrate cfgperl changes#6261..6266 into mainline
59591      Branch: perl
59592           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
59593           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
59594           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
59595           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
59596 ____________________________________________________________________________
59597 [  6362] By: gsar                                  on 2000/07/11  18:43:26
59598         Log: integrate cfgperl changes#6252..6260 into mainline
59599      Branch: perl
59600           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
59601           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
59602           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
59603           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
59604 ____________________________________________________________________________
59605 [  6361] By: gsar                                  on 2000/07/11  18:37:12
59606         Log: skip integrate of problematic change#6251 from cfgperl into mainline
59607      Branch: perl
59608           !> lib/Exporter.pm
59609 ____________________________________________________________________________
59610 [  6360] By: gsar                                  on 2000/07/11  18:34:56
59611         Log: integrate cfgperl change#6250 into mainline
59612      Branch: perl
59613           +> t/op/my_stash.t
59614           !> MANIFEST embed.pl proto.h toke.c
59615 ____________________________________________________________________________
59616 [  6359] By: gsar                                  on 2000/07/11  18:21:19
59617         Log: integrate cfgperl changes#6242..6249 into mainline
59618      Branch: perl
59619           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
59620           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
59621           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
59622           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
59623           !> t/lib/peek.t utf8.c
59624 ____________________________________________________________________________
59625 [  6358] By: gsar                                  on 2000/07/11  18:15:45
59626         Log: skip integrate of problematic change#6241 from cfgperl into mainline
59627      Branch: perl
59628           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
59629 ____________________________________________________________________________
59630 [  6357] By: jhi                                   on 2000/07/11  18:15:16
59631         Log: Fix for
59632              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
59633              From: Roderick Schertler <roderick@argon.org> 
59634              Date: Tue, 11 Jul 2000 13:55:05 -0400 
59635              Message-Id: <200007111755.NAA05077@jones.argon.org> 
59636      Branch: cfgperl
59637            ! doio.c
59638 ____________________________________________________________________________
59639 [  6356] By: jhi                                   on 2000/07/11  18:12:51
59640         Log: Typo in #6341.
59641      Branch: cfgperl
59642            ! pp_hot.c
59643 ____________________________________________________________________________
59644 [  6355] By: gsar                                  on 2000/07/11  18:12:10
59645         Log: integrate cfgperl changes#6231..6240 into mainline
59646      Branch: perl
59647           +> pod/perlutil.pod
59648           !> (integrate 35 files)
59649 ____________________________________________________________________________
59650 [  6354] By: jhi                                   on 2000/07/11  18:04:34
59651         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
59652              From: Dominic Dunlop <domo@computer.org> 
59653              Date: Tue, 11 Jul 2000 12:27:33 +0200 
59654              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
59655              
59656              Replaces change #6268.
59657      Branch: cfgperl
59658            ! t/op/sprintf.t
59659 ____________________________________________________________________________
59660 [  6353] By: gsar                                  on 2000/07/11  17:59:51
59661         Log: skip integrate of problematic change#6230 from cfgperl into mainline
59662              (a later version of File::Spec is already in mainline)
59663      Branch: perl
59664           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
59665           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
59666 ____________________________________________________________________________
59667 [  6352] By: gsar                                  on 2000/07/11  17:57:48
59668         Log: integrate cfgperl changes#6224..6229 into mainline
59669      Branch: perl
59670           +> lib/lib.pm.PL
59671            - lib/lib.pm
59672           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
59673           !> lib/English.pm op.c t/lib/english.t
59674 ____________________________________________________________________________
59675 [  6351] By: gsar                                  on 2000/07/11  17:50:10
59676         Log: skip integrate of problematic change#6223 from cfgperl into mainline
59677      Branch: perl
59678           !> doio.c
59679 ____________________________________________________________________________
59680 [  6350] By: gsar                                  on 2000/07/11  17:48:28
59681         Log: integrate cfgperl changes#6220..6222 into mainline
59682      Branch: perl
59683           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
59684           !> toke.c utf8.c win32/win32.h
59685 ____________________________________________________________________________
59686 [  6349] By: gsar                                  on 2000/07/11  17:46:13
59687         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
59688              mainline
59689      Branch: perl
59690           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
59691           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
59692           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59693 ____________________________________________________________________________
59694 [  6348] By: jhi                                   on 2000/07/11  17:45:49
59695         Log: README.posix-bc podified from Thomas Dorner.
59696      Branch: cfgperl
59697            ! README.posix-bc
59698 ____________________________________________________________________________
59699 [  6347] By: gsar                                  on 2000/07/11  17:42:04
59700         Log: integrate cfgperl change#6217 into mainline
59701      Branch: perl
59702           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
59703           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
59704           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
59705 ____________________________________________________________________________
59706 [  6346] By: gsar                                  on 2000/07/11  17:39:37
59707         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
59708              mainline
59709      Branch: perl
59710           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
59711           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
59712           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
59713           !> perlapi.h pod/perlapi.pod
59714 ____________________________________________________________________________
59715 [  6345] By: gsar                                  on 2000/07/11  17:36:42
59716         Log: integrate cfgperl changes#6207..6210 into mainline
59717      Branch: perl
59718           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
59719           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
59720 ____________________________________________________________________________
59721 [  6344] By: gsar                                  on 2000/07/11  17:31:20
59722         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
59723              mainline
59724      Branch: perl
59725           !> (integrate 40 files)
59726 ____________________________________________________________________________
59727 [  6343] By: gsar                                  on 2000/07/11  17:19:08
59728         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
59729      Branch: perl
59730           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
59731            ! Changes
59732           !> (integrate 34 files)
59733 ____________________________________________________________________________
59734 [  6342] By: jhi                                   on 2000/07/11  16:05:48
59735         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
59736              To: perl5-porters@perl.org
59737              From: Karsten Sperling <spiff@phreax.net>
59738              Date: Mon, 10 Jul 2000 15:12:52 +0200
59739              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
59740      Branch: cfgperl
59741            ! lib/Symbol.pm
59742 ____________________________________________________________________________
59743 [  6341] By: jhi                                   on 2000/07/11  15:59:23
59744         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
59745              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59746              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
59747              Date: Fri, 07 Jul 2000 17:57:16 +0100
59748      Branch: cfgperl
59749            ! pp_hot.c
59750 ____________________________________________________________________________
59751 [  6340] By: jhi                                   on 2000/07/11  15:55:47
59752         Log: Subject: Re: format bug report  [Patch]
59753              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59754              Date: Wed, 05 Jul 2000 13:12:52 +0200
59755              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
59756              
59757              Subject: Re: format bug report  [Patch]
59758              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
59759              Date: Wed, 05 Jul 2000 14:10:01 +0200
59760              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
59761      Branch: cfgperl
59762            ! t/op/write.t toke.c
59763 ____________________________________________________________________________
59764 [  6339] By: jhi                                   on 2000/07/11  13:54:09
59765         Log: Be less forgiving about ambiguous and illegal tr ranges.
59766              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
59767              From: Mark-Jason Dominus <mjd@plover.com>
59768              Date: Tue, 04 Jul 2000 10:00:12 -0400
59769              Message-ID: <20000704140012.17772.qmail@plover.com>
59770              
59771              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
59772              From: Mark-Jason Dominus <mjd@plover.com>
59773              Date: Wed, 05 Jul 2000 09:37:36 -0400
59774              Message-ID: <20000705133736.27293.qmail@plover.com>
59775      Branch: cfgperl
59776            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
59777 ____________________________________________________________________________
59778 [  6338] By: jhi                                   on 2000/07/11  13:31:24
59779         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
59780              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
59781              Date: Tue, 11 Jul 2000 13:50:51 +0100
59782              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
59783      Branch: cfgperl
59784            ! sv.c
59785 ____________________________________________________________________________
59786 [  6337] By: jhi                                   on 2000/07/11  13:29:14
59787         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
59788              From: Hugo <hv@crypt.compulink.co.uk>
59789              Date: Tue, 11 Jul 2000 12:44:50 +0100
59790              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
59791      Branch: cfgperl
59792            ! regexec.c t/op/re_tests
59793 ____________________________________________________________________________
59794 [  6336] By: jhi                                   on 2000/07/11  13:26:47
59795         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
59796              From: simon@brecon.co.uk (Simon Cozens)
59797              Date: 7 Jul 2000 11:26:09 GMT
59798              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
59799      Branch: cfgperl
59800            ! mg.c
59801 ____________________________________________________________________________
59802 [  6335] By: jhi                                   on 2000/07/11  13:23:37
59803         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
59804              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
59805              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
59806              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
59807      Branch: cfgperl
59808            + ext/DynaLoader/hints/netbsd.pl
59809            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
59810 ____________________________________________________________________________
59811 [  6334] By: jhi                                   on 2000/07/11  13:20:38
59812         Log: Subject: PATCH perlguts.pod: Document D and d magic types
59813              From: mjd@plover.com
59814              Date: 5 Jul 2000 18:01:51 -0000
59815              Message-ID: <20000705180151.29413.qmail@plover.com>
59816      Branch: cfgperl
59817            ! pod/perlguts.pod
59818 ____________________________________________________________________________
59819 [  6333] By: jhi                                   on 2000/07/11  13:15:51
59820         Log: Precedence goof, fix based on
59821              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
59822              From: Hugo <hv@crypt.compulink.co.uk>
59823              Date: Tue, 11 Jul 2000 12:52:38 +0100
59824              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
59825      Branch: cfgperl
59826            ! t/op/taint.t
59827 ____________________________________________________________________________
59828 [  6332] By: jhi                                   on 2000/07/11  12:40:17
59829         Log: Integrate with Sarathy.
59830      Branch: cfgperl
59831           !> win32/win32sck.c
59832 ____________________________________________________________________________
59833 [  6331] By: jhi                                   on 2000/07/10  20:14:16
59834         Log: Sprinkle ldlibpath.
59835      Branch: cfgperl
59836            ! pod/Makefile.SH
59837 ____________________________________________________________________________
59838 [  6330] By: jhi                                   on 2000/07/10  17:54:49
59839         Log: More POSIX.pod tweaks.
59840      Branch: cfgperl
59841            ! ext/POSIX/POSIX.pod
59842 ____________________________________________________________________________
59843 [  6329] By: jhi                                   on 2000/07/10  14:02:12
59844         Log: Reorder perl.pod once more.
59845      Branch: cfgperl
59846            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59847 ____________________________________________________________________________
59848 [  6328] By: gsar                                  on 2000/07/10  07:06:00
59849         Log: accept() leaks memory on windows due to incorrect ordering of
59850              closesocket() and fclose() calls
59851      Branch: perl
59852            ! win32/win32sck.c
59853 ____________________________________________________________________________
59854 [  6327] By: gsar                                  on 2000/07/10  06:49:17
59855         Log: winsock options weren't being set in all threads under ithreads
59856              (caused send()s from second and subsequent threads to fail)
59857      Branch: perl
59858            ! win32/win32sck.c
59859 ____________________________________________________________________________
59860 [  6326] By: jhi                                   on 2000/07/08  02:45:40
59861         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
59862              was cast to an unsigned (32-bit) integer with wild abandon.
59863      Branch: cfgperl
59864            ! ext/Devel/DProf/DProf.xs
59865 ____________________________________________________________________________
59866 [  6325] By: jhi                                   on 2000/07/07  18:50:33
59867         Log: Remove perlbook, update perlfaq book listing,
59868              rearrange perl.pod, regenerate perltoc.
59869      Branch: cfgperl
59870            - pod/perlbook.pod
59871            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
59872            ! pod/perlfaq2.pod pod/perltoc.pod
59873 ____________________________________________________________________________
59874 [  6324] By: jhi                                   on 2000/07/07  14:03:40
59875         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
59876      Branch: cfgperl
59877            ! sv.h toke.c
59878 ____________________________________________________________________________
59879 [  6323] By: jhi                                   on 2000/07/06  16:03:55
59880         Log: Fix complaints of buildtoc.
59881      Branch: cfgperl
59882            + lib/Win32.pod
59883            - pod/Win32.pod
59884            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
59885 ____________________________________________________________________________
59886 [  6322] By: jhi                                   on 2000/07/06  15:15:52
59887         Log: Add =head1 NAMEs so that buildtoc is happy.
59888              (The CGI::Util nit reported to Lincoln.)
59889      Branch: cfgperl
59890            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
59891            ! pod/perltoc.pod
59892 ____________________________________________________________________________
59893 [  6321] By: jhi                                   on 2000/07/06  03:16:04
59894         Log: Config is being used.
59895      Branch: cfgperl
59896            ! t/op/method.t
59897 ____________________________________________________________________________
59898 [  6320] By: jhi                                   on 2000/07/06  03:13:13
59899         Log: Integrate with Sarathy.
59900      Branch: cfgperl
59901           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
59902 ____________________________________________________________________________
59903 [  6319] By: jhi                                   on 2000/07/06  03:11:46
59904         Log: Autogenerate pod/Makefile and pod/buildtoc.
59905              buildtoc also checks whether the existin pods are
59906              mentioned in MANIFEST and perl.pod, and vice versa.
59907              (None of the thusly found discrepancies fixed yet.)
59908              roffitall also needs to be autogenerated similarly but it
59909              seems so badly out of date that I didn't touch it yet.
59910      Branch: cfgperl
59911            + pod/Makefile.SH pod/buildtoc.PL
59912            - pod/Makefile pod/buildtoc
59913            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
59914 ____________________________________________________________________________
59915 [  6318] By: gsar                                  on 2000/07/05  22:10:54
59916         Log: fix UNC path handling on Windows under ithreads, and chdir()
59917              return value when given a non-existent directory
59918      Branch: perl
59919            ! win32/vdir.h
59920 ____________________________________________________________________________
59921 [  6317] By: gsar                                  on 2000/07/05  22:08:19
59922         Log: winsock cleanup never done on Windows (leads to handle leaks)
59923      Branch: perl
59924            ! win32/perllib.c win32/win32sck.c
59925 ____________________________________________________________________________
59926 [  6316] By: gsar                                  on 2000/07/05  22:06:19
59927         Log: some debugger output does not go to the socket when RemotePort is set
59928      Branch: perl
59929            ! lib/perl5db.pl
59930 ____________________________________________________________________________
59931 [  6315] By: jhi                                   on 2000/07/05  00:25:21
59932         Log: Integrate with Sarathy, preliminary fix for unicos
59933              alignment problems in [ID 20000612.002] Perl problem on Cray system.
59934      Branch: cfgperl
59935            ! sv.h
59936           !> pp_hot.c
59937 ____________________________________________________________________________
59938 [  6314] By: gsar                                  on 2000/07/04  23:34:02
59939         Log: tyop in change#6306
59940      Branch: perl
59941            ! pp_hot.c
59942 ____________________________________________________________________________
59943 [  6313] By: jhi                                   on 2000/07/04  22:14:38
59944         Log: Multiline string literals ENONPORTABLE.
59945      Branch: cfgperl
59946            ! pp_hot.c
59947 ____________________________________________________________________________
59948 [  6312] By: jhi                                   on 2000/07/04  20:34:44
59949         Log: Integrate with Sarathy.
59950      Branch: cfgperl
59951           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
59952           !> t/op/method.t
59953 ____________________________________________________________________________
59954 [  6311] By: jhi                                   on 2000/07/04  20:30:56
59955         Log: More POSIX.pod embellishment.
59956      Branch: cfgperl
59957            ! ext/POSIX/POSIX.pod
59958 ____________________________________________________________________________
59959 [  6310] By: gsar                                  on 2000/07/04  17:28:48
59960         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
59961      Branch: perl
59962            ! t/lib/b.t
59963 ____________________________________________________________________________
59964 [  6309] By: jhi                                   on 2000/07/04  17:22:18
59965         Log: The #6308 required a little bit more.
59966      Branch: cfgperl
59967            ! Makefile.SH win32/Makefile
59968 ____________________________________________________________________________
59969 [  6308] By: jhi                                   on 2000/07/04  16:35:24
59970         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
59971      Branch: cfgperl
59972            + lib/lib_pm.PL
59973            - lib/lib.pm.PL
59974            ! MANIFEST Makefile.SH
59975 ____________________________________________________________________________
59976 [  6307] By: jhi                                   on 2000/07/04  16:28:58
59977         Log: Win32 patches for cfgperl from Sarathy.
59978      Branch: cfgperl
59979            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
59980            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
59981            ! thread.h toke.c util.c win32/Makefile win32/win32.c
59982 ____________________________________________________________________________
59983 [  6306] By: gsar                                  on 2000/07/04  16:28:40
59984         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
59985              (from Richard Soderberg <rs@oregonnet.com>)
59986      Branch: perl
59987            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
59988 ____________________________________________________________________________
59989 [  6305] By: jhi                                   on 2000/07/04  16:24:24
59990         Log: Integrate with Sarathy.
59991      Branch: cfgperl
59992           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
59993           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
59994           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
59995           !> proto.h win32/win32.c
59996 ____________________________________________________________________________
59997 [  6304] By: gsar                                  on 2000/07/04  16:17:24
59998         Log: missing perldiag entry for unpack("w",...) diagnostic (from
59999              Andreas Koenig)
60000      Branch: perl
60001            ! pod/perldiag.pod
60002 ____________________________________________________________________________
60003 [  6303] By: gsar                                  on 2000/07/04  16:14:44
60004         Log: remove rel2abs prototypes (from Barrie Slaymaker)
60005      Branch: perl
60006            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
60007            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60008 ____________________________________________________________________________
60009 [  6302] By: gsar                                  on 2000/07/04  04:59:35
60010         Log: adjust change#6299
60011      Branch: perl
60012            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
60013            ! win32/win32.c
60014 ____________________________________________________________________________
60015 [  6301] By: jhi                                   on 2000/07/04  04:50:07
60016         Log: Integrate with Sarathy.
60017      Branch: cfgperl
60018           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
60019           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
60020           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
60021 ____________________________________________________________________________
60022 [  6300] By: gsar                                  on 2000/07/04  04:42:09
60023         Log: PERL_OBJECT build tweak
60024      Branch: perl
60025            ! perl.h
60026 ____________________________________________________________________________
60027 [  6299] By: gsar                                  on 2000/07/04  04:37:00
60028         Log: fix memory leak on Windows (PL_sys_intern contents were never
60029              freed)
60030      Branch: perl
60031            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
60032            ! perlapi.c proto.h win32/win32.c
60033 ____________________________________________________________________________
60034 [  6298] By: gsar                                  on 2000/07/04  04:15:59
60035         Log: fix large memory leak that has been around for ever, masked by
60036              -DPURIFY (most of the arenas were never freed!)
60037      Branch: perl
60038            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
60039 ____________________________________________________________________________
60040 [  6297] By: gsar                                  on 2000/07/04  04:07:46
60041         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
60042      Branch: perl
60043            ! perl.c
60044 ____________________________________________________________________________
60045 [  6296] By: jhi                                   on 2000/06/30  18:28:37
60046         Log: Elaborate POSIX.pod.  Still needs work.
60047      Branch: cfgperl
60048            ! ext/POSIX/POSIX.pod
60049 ____________________________________________________________________________
60050 [  6295] By: jhi                                   on 2000/06/30  14:58:18
60051         Log: Point to perlipc for more SysV IPC examples.
60052      Branch: cfgperl
60053            ! pod/perlfunc.pod
60054 ____________________________________________________________________________
60055 [  6294] By: gsar                                  on 2000/06/30  14:47:45
60056         Log: slurp mode fix in change#4736 still not quite right
60057      Branch: perl
60058            ! pp_hot.c t/io/argv.t
60059 ____________________________________________________________________________
60060 [  6293] By: jhi                                   on 2000/06/30  12:02:55
60061         Log: Integrate with Sarathy.
60062      Branch: cfgperl
60063           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
60064 ____________________________________________________________________________
60065 [  6292] By: jhi                                   on 2000/06/30  12:01:11
60066         Log: From: simon@brecon.co.uk (Simon Cozens)
60067              Subject: UTF8 concat
60068              Date: 30 Jun 2000 06:13:25 GMT
60069              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
60070      Branch: cfgperl
60071            ! pp_hot.c
60072 ____________________________________________________________________________
60073 [  6291] By: gsar                                  on 2000/06/30  04:37:33
60074         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
60075              when @_ is modified, causing coredumps
60076      Branch: perl
60077            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
60078 ____________________________________________________________________________
60079 [  6290] By: jhi                                   on 2000/06/30  02:21:44
60080         Log: Integrate with Sarathy.
60081      Branch: cfgperl
60082           !> vms/vms.c vms/vmsish.h
60083 ____________________________________________________________________________
60084 [  6289] By: jhi                                   on 2000/06/30  02:21:02
60085         Log: Check VERSIONs.
60086      Branch: cfgperl
60087            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60088            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60089            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
60090 ____________________________________________________________________________
60091 [  6288] By: jhi                                   on 2000/06/30  02:18:52
60092         Log: Integrate with Sarathy.
60093      Branch: cfgperl
60094           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
60095           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
60096           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
60097           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
60098 ____________________________________________________________________________
60099 [  6287] By: gsar                                  on 2000/06/30  02:17:08
60100         Log: integrate vmsperl changes into mainline
60101      Branch: perl
60102           !> vms/vms.c vms/vmsish.h
60103 ____________________________________________________________________________
60104 [  6285] By: gsar                                  on 2000/06/30  02:05:28
60105         Log: localize %INC in a Safe compartment so that use/require work
60106              (many other magic globals probably need similar treatment)
60107      Branch: perl
60108            ! ext/Opcode/Opcode.xs
60109 ____________________________________________________________________________
60110 [  6284] By: gsar                                  on 2000/06/30  01:54:54
60111         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
60112              about Windows
60113      Branch: perl
60114            ! pod/perlembed.pod
60115 ____________________________________________________________________________
60116 [  6283] By: jhi                                   on 2000/06/30  01:50:10
60117         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
60118              From: Barrie Slaymaker <barries@jester.slaysys.com>
60119              Date: Wed, 28 Jun 2000 11:35:29 -0400
60120              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
60121      Branch: perl
60122            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
60123            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60124            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60125            ! lib/File/Spec/Win32.pm
60126 ____________________________________________________________________________
60127 [  6282] By: jhi                                   on 2000/06/29  22:57:22
60128         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
60129              From: Dan Sugalski <dan@sidhe.org>
60130              Date: Tue, 06 Jun 2000 11:59:50 -0400
60131              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
60132      Branch: cfgperl
60133            ! vms/vms.c
60134 ____________________________________________________________________________
60135 [  6281] By: jhi                                   on 2000/06/29  22:52:50
60136         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
60137              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
60138              Date: Wed, 7 Jun 2000 04:02:04 -0500
60139              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
60140      Branch: cfgperl
60141            ! utils/h2xs.PL
60142 ____________________________________________________________________________
60143 [  6280] By: jhi                                   on 2000/06/29  22:45:47
60144         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
60145              From: rspier@pobox.com (Robert Spier)
60146              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
60147              Message-ID: <14654.31913.845602.610277@rls.cx>
60148      Branch: cfgperl
60149            ! utils/h2xs.PL
60150 ____________________________________________________________________________
60151 [  6279] By: jhi                                   on 2000/06/29  22:38:16
60152         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
60153              From: Tim Ayers <tayers@bridge.com>
60154              Date: Thu, 08 Jun 2000 08:11:06 +0200
60155              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
60156              [resent by Richard Foley, Message-Id probably wrong]
60157      Branch: cfgperl
60158            ! pod/perlsub.pod
60159 ____________________________________________________________________________
60160 [  6278] By: jhi                                   on 2000/06/29  22:21:45
60161         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
60162              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
60163              Date: Fri, 09 Jun 2000 12:39:27 -0400
60164              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
60165              (plus update the version "number" of Text::Wrap)
60166      Branch: cfgperl
60167            ! lib/Text/Wrap.pm
60168 ____________________________________________________________________________
60169 [  6277] By: jhi                                   on 2000/06/29  22:13:10
60170         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
60171              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60172              Date: Mon, 12 Jun 2000 14:55:59 +0100
60173              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
60174      Branch: cfgperl
60175            ! pod/perlfunc.pod
60176 ____________________________________________________________________________
60177 [  6276] By: jhi                                   on 2000/06/29  22:11:06
60178         Log: Subject: [PATCH] Re: eval documentation: context
60179              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
60180              Date: Mon, 12 Jun 2000 15:07:29 +0100
60181              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
60182      Branch: cfgperl
60183            ! pod/perlfunc.pod
60184 ____________________________________________________________________________
60185 [  6275] By: jhi                                   on 2000/06/29  21:59:46
60186         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
60187              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
60188              Date: Tue, 13 Jun 2000 02:43:48 -0500
60189              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
60190      Branch: cfgperl
60191            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
60192 ____________________________________________________________________________
60193 [  6274] By: jhi                                   on 2000/06/29  21:56:14
60194         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
60195              From: Andy Dougherty <doughera@lafayette.edu>
60196              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
60197              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
60198      Branch: cfgperl
60199            ! ext/File/Glob/Glob.pm
60200 ____________________________________________________________________________
60201 [  6273] By: jhi                                   on 2000/06/29  21:49:09
60202         Log: Subject: [PATCH] xsub attributes
60203              From: Doug MacEachern <dougm@covalent.net>
60204              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
60205              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
60206      Branch: cfgperl
60207            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
60208            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
60209 ____________________________________________________________________________
60210 [  6272] By: jhi                                   on 2000/06/29  21:41:28
60211         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
60212              From: Tom Phoenix <rootbeer@redcat.com>
60213              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
60214              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
60215      Branch: cfgperl
60216            ! lib/Net/Ping.pm
60217 ____________________________________________________________________________
60218 [  6271] By: jhi                                   on 2000/06/29  21:36:55
60219         Log: Subject: PATCH pod/perltie.pod
60220              From: Ian Phillipps <Ian.Phillipps@iname.com>
60221              Date: Fri, 16 Jun 2000 00:17:19 +0100
60222              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
60223              (only the first hunk, the second hunk had already been done
60224              by some other patch)
60225      Branch: cfgperl
60226            ! pod/perltie.pod
60227 ____________________________________________________________________________
60228 [  6270] By: jhi                                   on 2000/06/29  21:24:51
60229         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
60230              From: Nicholas Clark <nick@talking.bollo.cx>
60231              Date: Fri, 23 Jun 2000 16:21:15 +0100
60232              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
60233      Branch: cfgperl
60234            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
60235            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
60236 ____________________________________________________________________________
60237 [  6269] By: jhi                                   on 2000/06/29  19:38:15
60238         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
60239              silence few compiler warnings.
60240      Branch: cfgperl
60241            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
60242 ____________________________________________________________________________
60243 [  6268] By: jhi                                   on 2000/06/29  18:21:50
60244         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
60245              From: Dominic Dunlop <domo@computer.org> 
60246              Date: Thu, 29 Jun 2000 12:32:39 +0200 
60247              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
60248      Branch: cfgperl
60249            ! t/op/sprintf.t
60250 ____________________________________________________________________________
60251 [  6267] By: jhi                                   on 2000/06/29  18:16:07
60252         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
60253              From: Doug MacEachern <dougm@covalent.net>
60254              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
60255              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
60256      Branch: cfgperl
60257            + t/op/method2entersub.t
60258            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
60259            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60260            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
60261            ! xsutils.c
60262 ____________________________________________________________________________
60263 [  6266] By: jhi                                   on 2000/06/29  15:11:15
60264         Log: Subject: [PATCH 5.6.0] cygwin port
60265              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
60266              From: "Fifer, Eric" <EFifer@sanwaint.com>
60267              Date: Thu, 29 Jun 2000 12:58:29 +0100
60268      Branch: cfgperl
60269            ! cygwin/Makefile.SHs
60270 ____________________________________________________________________________
60271 [  6265] By: jhi                                   on 2000/06/29  15:04:05
60272         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
60273              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60274              Date: Wed, 28 Jun 2000 17:50:12 -0700
60275              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
60276      Branch: cfgperl
60277            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
60278 ____________________________________________________________________________
60279 [  6264] By: jhi                                   on 2000/06/29  15:00:57
60280         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
60281              From: Marty Lucich <marty@netcom.com>
60282              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
60283              Message-Id: <200006282116.OAA11148@netcom.com>
60284              ccdlflags update (the BSD/OS 4.1 part had already been taken
60285              care of by #6141).
60286      Branch: cfgperl
60287            ! hints/bsdos.sh
60288 ____________________________________________________________________________
60289 [  6263] By: jhi                                   on 2000/06/29  13:47:44
60290         Log: tr fixes from Simon Cozens
60291      Branch: cfgperl
60292            ! doop.c
60293 ____________________________________________________________________________
60294 [  6262] By: jhi                                   on 2000/06/28  18:46:01
60295         Log: Subject: 5.6.0 Patch for EPOC
60296              From: Olaf Flebbe <o.flebbe@gmx.de>
60297              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
60298              Message-ID: <23449.960929969@www11.gmx.net>
60299      Branch: cfgperl
60300            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
60301            ! epoc/epocish.h
60302 ____________________________________________________________________________
60303 [  6261] By: jhi                                   on 2000/06/28  18:29:07
60304         Log: Subject: Re: [PATCH cfgperl] BOMs away!
60305              From: simon@brecon.co.uk (Simon Cozens)
60306              Date: 17 Jun 2000 11:49:57 GMT
60307              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
60308      Branch: cfgperl
60309            ! pod/perldiag.pod t/comp/require.t toke.c
60310 ____________________________________________________________________________
60311 [  6260] By: jhi                                   on 2000/06/28  17:47:16
60312         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
60313              From: simon@brecon.co.uk (Simon Cozens) 
60314              Date: 17 Jun 2000 11:56:44 GMT 
60315              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
60316              pack U0, pack C0
60317      Branch: cfgperl
60318            ! pod/perlfunc.pod pp.c t/op/pack.t
60319 ____________________________________________________________________________
60320 [  6259] By: jhi                                   on 2000/06/28  16:43:17
60321         Log: perlnewmod was missing from MANIFEST.
60322      Branch: cfgperl
60323            ! MANIFEST
60324 ____________________________________________________________________________
60325 [  6258] By: jhi                                   on 2000/06/28  15:54:30
60326         Log: linenumber tweak
60327      Branch: cfgperl
60328            ! t/pragma/warn/regcomp
60329 ____________________________________________________________________________
60330 [  6257] By: jhi                                   on 2000/06/28  15:50:44
60331         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
60332              From: Doug MacEachern <dougm@covalent.net>
60333              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
60334              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
60335              (one part of the patch had been applied earlier)
60336      Branch: cfgperl
60337            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
60338 ____________________________________________________________________________
60339 [  6256] By: jhi                                   on 2000/06/28  15:40:22
60340         Log: tweaks from Simon Cozens to further fix tr/// under utf8
60341      Branch: cfgperl
60342            ! doop.c
60343 ____________________________________________________________________________
60344 [  6255] By: jhi                                   on 2000/06/28  15:33:45
60345         Log: small thinko tweaks
60346      Branch: cfgperl
60347            ! lib/IPC/Open3.pm t/op/my_stash.t
60348 ____________________________________________________________________________
60349 [  6254] By: jhi                                   on 2000/06/28  15:33:25
60350         Log: Subject: tr///, help wanted.
60351              From: simon@brecon.co.uk (Simon Cozens)
60352              Date: 28 Jun 2000 11:29:04 GMT
60353              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
60354      Branch: cfgperl
60355            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
60356            ! pp_proto.h proto.h t/op/tr.t
60357 ____________________________________________________________________________
60358 [  6253] By: jhi                                   on 2000/06/28  15:09:17
60359         Log: Paranoia tweak on #6249.
60360              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
60361              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
60362              Date: Sun, 25 Jun 2000 23:43:12 -0400
60363              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
60364      Branch: cfgperl
60365            ! lib/IPC/Open3.pm
60366 ____________________________________________________________________________
60367 [  6252] By: jhi                                   on 2000/06/28  15:01:38
60368         Log: Document #6249 and #6251.
60369      Branch: cfgperl
60370            ! lib/Exporter.pm lib/IPC/Open3.pm
60371 ____________________________________________________________________________
60372 [  6251] By: jhi                                   on 2000/06/28  14:50:43
60373         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
60374              From: Doug MacEachern <dougm@covalent.net>
60375              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
60376              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
60377      Branch: cfgperl
60378            ! lib/Exporter.pm
60379 ____________________________________________________________________________
60380 [  6250] By: jhi                                   on 2000/06/28  14:45:23
60381         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
60382              From: Doug MacEachern <dougm@covalent.net>
60383              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
60384              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
60385      Branch: cfgperl
60386            + t/op/my_stash.t
60387            ! MANIFEST embed.pl global.sym proto.h toke.c
60388 ____________________________________________________________________________
60389 [  6249] By: jhi                                   on 2000/06/28  14:36:34
60390         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
60391              From: Frank Tobin <ftobin@uiuc.edu>
60392              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
60393              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
60394      Branch: cfgperl
60395            ! lib/IPC/Open3.pm
60396 ____________________________________________________________________________
60397 [  6248] By: jhi                                   on 2000/06/28  14:11:25
60398         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
60399              From: Mark-Jason Dominus <mjd@plover.com>
60400              Date: Tue, 27 Jun 2000 22:36:42 -0400
60401              Message-ID: <20000628023642.12166.qmail@plover.com>
60402      Branch: cfgperl
60403            ! pod/perlfunc.pod
60404 ____________________________________________________________________________
60405 [  6247] By: jhi                                   on 2000/06/27  12:46:37
60406         Log: Tweak $VERSION, patch from Doug MacEachern.
60407      Branch: cfgperl
60408            ! lib/File/Spec.pm
60409 ____________________________________________________________________________
60410 [  6246] By: jhi                                   on 2000/06/27  03:34:46
60411         Log: Allow for standalone testing.
60412      Branch: cfgperl
60413            ! t/lib/filefunc.t t/lib/filespec.t
60414 ____________________________________________________________________________
60415 [  6245] By: jhi                                   on 2000/06/27  02:50:02
60416         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
60417              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
60418              Date: Sat, 24 Jun 2000 13:06:20 +0100
60419              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
60420      Branch: cfgperl
60421            ! ext/DynaLoader/DynaLoader_pm.PL
60422 ____________________________________________________________________________
60423 [  6244] By: jhi                                   on 2000/06/27  02:46:10
60424         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
60425              From: Doug MacEachern <dougm@covalent.net>
60426              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
60427              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
60428      Branch: cfgperl
60429            ! gv.c sv.c t/lib/peek.t
60430 ____________________________________________________________________________
60431 [  6243] By: jhi                                   on 2000/06/27  02:38:07
60432         Log: Subject: [PATCH] is_utf8_string
60433              From: simon@brecon.co.uk (Simon Cozens)
60434              Date: 26 Jun 2000 02:25:59 GMT
60435              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
60436      Branch: cfgperl
60437            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
60438            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
60439            ! proto.h utf8.c
60440 ____________________________________________________________________________
60441 [  6242] By: jhi                                   on 2000/06/27  02:24:00
60442         Log: Subject: [PATCH] bytes<->utf8 fixes
60443              From: simon@brecon.co.uk (Simon Cozens)
60444              Date: 26 Jun 2000 04:55:45 GMT
60445              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
60446      Branch: cfgperl
60447            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
60448 ____________________________________________________________________________
60449 [  6241] By: jhi                                   on 2000/06/27  02:12:42
60450         Log: Do no -warn on \_, only on \alpha.
60451              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
60452              From: David Dyck <dcd@tc.fluke.com>
60453              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
60454              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
60455      Branch: cfgperl
60456            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
60457 ____________________________________________________________________________
60458 [  6240] By: jhi                                   on 2000/06/27  02:00:01
60459         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
60460              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
60461              Date: Mon, 26 Jun 2000 18:40:14 +0100
60462              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
60463      Branch: cfgperl
60464            ! utils/h2xs.PL
60465 ____________________________________________________________________________
60466 [  6239] By: jhi                                   on 2000/06/27  01:53:40
60467         Log: Configure maintenance.  Sever some dependency cycles,
60468              separate gccversion from the cc unit,
60469              address [ID 20000623.006] Configure script patch for using gcc on AIX
60470              (but solve it a little bit differently),
60471              unduplex some accidentally duplicated units,
60472              suggest using gcc if no cc available
60473              (p5p thread: "Solaris configure: counterproposal", 1999-09)
60474      Branch: cfgperl
60475            ! Configure Todo-5.6 config_h.SH
60476      Branch: metaconfig
60477            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
60478            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
60479      Branch: metaconfig/U/perl
60480            + gccvers.U
60481            ! d_getespwnam.U d_getprpwnam.U i_prot.U
60482 ____________________________________________________________________________
60483 [  6238] By: jhi                                   on 2000/06/25  18:04:56
60484         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
60485              From: Dan Sugalski <dan@sidhe.org>
60486              Date: Fri, 23 Jun 2000 17:00:00 -0400
60487              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
60488      Branch: cfgperl
60489            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
60490 ____________________________________________________________________________
60491 [  6237] By: jhi                                   on 2000/06/25  16:36:45
60492         Log: Tweak embed.pl, regen headers.
60493      Branch: cfgperl
60494            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
60495            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
60496            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
60497            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
60498            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
60499 ____________________________________________________________________________
60500 [  6236] By: jhi                                   on 2000/06/25  15:26:42
60501         Log: Regen headers.
60502      Branch: cfgperl
60503            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
60504            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
60505            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
60506            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
60507            ! regnodes.h warnings.h
60508 ____________________________________________________________________________
60509 [  6235] By: jhi                                   on 2000/06/23  19:39:35
60510         Log: The thread begun by
60511              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
60512              From: Kevin.Ruscoe@ubsw.com
60513              Date: Fri, 16 Jun 2000 16:38:51 +0100
60514              Message-Id: <H000019b03c300d6@MHS>
60515      Branch: cfgperl
60516            ! hints/solaris_2.sh
60517 ____________________________________________________________________________
60518 [  6234] By: jhi                                   on 2000/06/23  19:23:36
60519         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
60520              because when run as services (Win32ese for daemons)
60521              no environment variables are set and tmpdir ends up as /tmp,
60522              which is ambiguous.
60523              
60524              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
60525              From: matt@sergeant.org
60526              Date: 16 Jun 2000 16:30:43 -0000
60527              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
60528      Branch: cfgperl
60529            ! lib/File/Spec/Win32.pm
60530 ____________________________________________________________________________
60531 [  6233] By: jhi                                   on 2000/06/23  19:18:58
60532         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
60533              From: Mark-Jason Dominus <mjd@plover.com>
60534              Date: Fri, 16 Jun 2000 20:53:04 -0400
60535              Message-ID: <20000617005304.8008.qmail@plover.com>
60536      Branch: cfgperl
60537            ! op.h
60538 ____________________________________________________________________________
60539 [  6232] By: jhi                                   on 2000/06/23  16:10:02
60540         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
60541              From: simon@brecon.co.uk (Simon Cozens)
60542              Date: 19 Jun 2000 15:18:27 GMT
60543              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
60544              
60545              plus update pod/Makefile and regenerate perltoc
60546      Branch: cfgperl
60547            + pod/perlutil.pod
60548            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
60549 ____________________________________________________________________________
60550 [  6231] By: jhi                                   on 2000/06/23  15:19:18
60551         Log: Subject: [PATCH 5.6.0] cygwin port
60552              From: "Fifer, Eric" <EFifer@sanwaint.com>
60553              Date: Tue, 20 Jun 2000 14:30:58 +0100
60554              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
60555      Branch: cfgperl
60556            ! README.cygwin lib/File/Find.pm
60557 ____________________________________________________________________________
60558 [  6230] By: jhi                                   on 2000/06/23  14:25:21
60559         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
60560      Branch: cfgperl
60561            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
60562            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
60563            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
60564            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
60565 ____________________________________________________________________________
60566 [  6229] By: jhi                                   on 2000/06/23  14:13:34
60567         Log: Subject: README.hpux version 0.6.1
60568              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
60569              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
60570              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
60571      Branch: cfgperl
60572            ! README.hpux
60573 ____________________________________________________________________________
60574 [  6228] By: jhi                                   on 2000/06/23  14:07:20
60575         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
60576              From: Doug MacEachern <dougm@covalent.net>
60577              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
60578              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
60579      Branch: cfgperl
60580            ! op.c
60581 ____________________________________________________________________________
60582 [  6227] By: jhi                                   on 2000/06/23  14:01:06
60583         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
60584              From: Doug MacEachern <dougm@covalent.net>
60585              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
60586              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
60587      Branch: cfgperl
60588            + lib/lib.pm.PL
60589            - lib/lib.pm
60590            ! MANIFEST Makefile.SH
60591 ____________________________________________________________________________
60592 [  6226] By: jhi                                   on 2000/06/23  13:53:07
60593         Log: Subject: [PATCH] remove forward declarations in Socket.pm
60594              From: Doug MacEachern <dougm@covalent.net>
60595              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
60596              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
60597              
60598              From: Doug MacEachern <dougm@covalent.net>
60599              Subject: Re: [PATCH] remove forward declarations in Socket.pm
60600              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
60601              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
60602      Branch: cfgperl
60603            ! ext/Socket/Socket.pm op.c
60604 ____________________________________________________________________________
60605 [  6225] By: jhi                                   on 2000/06/23  13:41:52
60606         Log: Add source code filenames to apidoc.
60607              From: simon@brecon.co.uk (Simon Cozens)
60608              Subject: [PATCH embed.pl] Source X-ref
60609              Date: 22 Jun 2000 02:18:49 GMT
60610              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
60611      Branch: cfgperl
60612            ! embed.pl
60613 ____________________________________________________________________________
60614 [  6224] By: jhi                                   on 2000/06/23  13:32:33
60615         Log: A way to avoid English.pm performance hit.
60616              From: root <root@jester.slaysys.com>
60617              Subject: [YAPATCH English.pm] My turn to putt again
60618              Date: Thu, 22 Jun 2000 20:33:58 -0400
60619              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
60620      Branch: cfgperl
60621            ! lib/English.pm t/lib/english.t
60622 ____________________________________________________________________________
60623 [  6223] By: jhi                                   on 2000/06/23  13:27:06
60624         Log: Avoid double close().
60625              Subject: [PATCH] avoid double close()
60626              From: Doug MacEachern <dougm@covalent.net>
60627              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
60628              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
60629      Branch: cfgperl
60630            ! doio.c
60631 ____________________________________________________________________________
60632 [  6222] By: jhi                                   on 2000/06/23  13:25:54
60633         Log: doc typo fix
60634              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
60635              From: Ian Phillipps <Ian.Phillipps@iname.com>
60636              Date: Fri, 23 Jun 2000 10:40:58 +0100
60637              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
60638      Branch: cfgperl
60639            ! lib/Pod/Usage.pm
60640 ____________________________________________________________________________
60641 [  6221] By: jhi                                   on 2000/06/23  13:24:15
60642         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
60643              From: simon@brecon.co.uk (Simon Cozens)
60644              Subject: [PATCH] Eliminate tr///[CU][CU]
60645              Date: 23 Jun 2000 11:05:40 GMT
60646              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
60647      Branch: cfgperl
60648            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
60649 ____________________________________________________________________________
60650 [  6220] By: jhi                                   on 2000/06/22  16:07:51
60651         Log: Win32 patches from Benjamin Stuhl.
60652      Branch: cfgperl
60653            ! makedef.pl win32/win32.h
60654 ____________________________________________________________________________
60655 [  6219] By: jhi                                   on 2000/06/22  16:06:34
60656         Log: Bytecode patches from Benjamin Stuhl.
60657      Branch: cfgperl
60658            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60659            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
60660            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60661 ____________________________________________________________________________
60662 [  6218] By: jhi                                   on 2000/06/15  23:54:16
60663         Log: Bytecode patches from Benjamin Stuhl.
60664      Branch: cfgperl
60665            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
60666 ____________________________________________________________________________
60667 [  6217] By: jhi                                   on 2000/06/09  13:38:29
60668         Log: Rename the fdpid locking and integrate with Sarathy.
60669      Branch: cfgperl
60670            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
60671            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
60672            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
60673            ! win32/win32.c
60674           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
60675 ____________________________________________________________________________
60676 [  6216] By: gsar                                  on 2000/06/08  14:54:21
60677         Log: be more optimal about clearing @_
60678      Branch: perl
60679            ! cop.h
60680 ____________________________________________________________________________
60681 [  6215] By: gsar                                  on 2000/06/08  14:33:04
60682         Log: tweak comment about @DB::args
60683      Branch: perl
60684            ! av.h pp_ctl.c
60685 ____________________________________________________________________________
60686 [  6214] By: gsar                                  on 2000/06/08  13:57:54
60687         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
60688              caller() wants to populate @DB::args with it (causes a coredump
60689              in Carp::confess())
60690      Branch: perl
60691            ! cop.h t/op/runlevel.t
60692 ____________________________________________________________________________
60693 [  6213] By: gsar                                  on 2000/06/08  07:06:35
60694         Log: back out change#6106 (seems problematic)
60695      Branch: perl
60696            ! hints/solaris_2.sh
60697 ____________________________________________________________________________
60698 [  6212] By: jhi                                   on 2000/06/07  03:10:36
60699         Log: Continuing mopup for #6204.
60700      Branch: cfgperl
60701            ! ext/B/defsubs_h.PL
60702 ____________________________________________________________________________
60703 [  6211] By: jhi                                   on 2000/06/07  02:41:50
60704         Log: Mopup for #6204.
60705              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
60706              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
60707              This is comes from const() where POK isn't on when expected.
60708      Branch: cfgperl
60709            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
60710            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60711            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
60712            ! perlapi.h pod/perlapi.pod
60713 ____________________________________________________________________________
60714 [  6210] By: jhi                                   on 2000/06/07  01:56:29
60715         Log: Mopup for #6207 and #6209.
60716      Branch: cfgperl
60717            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
60718 ____________________________________________________________________________
60719 [  6209] By: jhi                                   on 2000/06/07  01:33:12
60720         Log: Lock PL_fdpid against race conditions, based on:
60721              Subject: [PATCH 5.6.0]subprocess fixup for threads
60722              From: Dan Sugalski <dan@sidhe.org>
60723              To: perl5-porters@perl.org
60724              Date: Tue, 11 Apr 2000 17:02:32 -0400
60725              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
60726      Branch: cfgperl
60727            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
60728            ! win32/win32.c
60729 ____________________________________________________________________________
60730 [  6208] By: jhi                                   on 2000/06/07  01:05:23
60731         Log: Regen headers for #6207.
60732      Branch: cfgperl
60733            ! embed.h global.sym objXSUB.h proto.h
60734 ____________________________________________________________________________
60735 [  6207] By: jhi                                   on 2000/06/06  23:43:13
60736         Log: Subject: [PATCH 5.6.0] Threadsafe patches
60737              From: Dan Sugalski <dan@sidhe.org>
60738              To: perl5-porters@perl.org
60739              Date: Mon, 08 May 2000 18:08:13 -0400
60740              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
60741      Branch: cfgperl
60742            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
60743            ! proto.h sv.h util.c
60744 ____________________________________________________________________________
60745 [  6206] By: jhi                                   on 2000/06/06  23:21:23
60746         Log: Subject: [PATCH] Eliminate $a/$b in pod
60747              From: David Glasser <me@davidglasser.net>
60748              To: perl5-porters@perl.org
60749              Date: Mon, 29 May 2000 21:15:59 -0400
60750              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
60751      Branch: cfgperl
60752            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
60753            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
60754            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
60755            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
60756            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
60757            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
60758            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
60759            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
60760            ! pod/perlvar.pod pod/perlxs.pod
60761 ____________________________________________________________________________
60762 [  6205] By: jhi                                   on 2000/06/06  23:12:14
60763         Log: Subject: [PATCH] Win32 improvements
60764              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
60765              To: gsar@activestate.com, perl5-porters@perl.org
60766              Date: Mon, 29 May 2000 17:22:24 PDT
60767              Message-ID: <20000530002224.91142.qmail@hotmail.com>
60768              (MUA had mangled many lines by wordwrapping)
60769      Branch: cfgperl
60770            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
60771 ____________________________________________________________________________
60772 [  6204] By: jhi                                   on 2000/06/06  23:01:50
60773         Log: Subject: [PATCH] B::Bytecode patches
60774              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
60775              To: gsar@activestate.com, jhi@iki.fi
60776              Cc: perl5-porters@perl.org
60777              Message-ID: <20000602202526.48694.qmail@hotmail.com>
60778              (MUA had mangled many lines by wordwrapping)
60779      Branch: cfgperl
60780            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
60781            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
60782            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
60783            ! intrpvar.h perl.c
60784 ____________________________________________________________________________
60785 [  6203] By: jhi                                   on 2000/06/06  22:32:43
60786         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
60787              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
60788              Date: Tue, 06 Jun 2000 13:07:45 -0700
60789              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
60790      Branch: cfgperl
60791            ! pod/perldiag.pod
60792 ____________________________________________________________________________
60793 [  6202] By: jhi                                   on 2000/06/06  19:38:35
60794         Log: Integrate with Sarathy.
60795      Branch: cfgperl
60796           !> perl.c
60797 ____________________________________________________________________________
60798 [  6201] By: gsar                                  on 2000/06/06  00:42:59
60799         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
60800              does a PUSHMARK that's never ever POPMARKed; in general, only
60801              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
60802              Perl_eval_[sp]v() don't because they don't take any incoming
60803              arguments (this leak has been around since the original version
60804              of perl_eval_pv() in 5.003_97e)
60805      Branch: perl
60806            ! perl.c
60807 ____________________________________________________________________________
60808 [  6200] By: jhi                                   on 2000/06/04  03:44:52
60809         Log: Update to cperl-mode.el 4.31 from
60810              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
60811              Subject: A couple of notes
60812              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
60813              To: Mailing list Perl5 <perl5-porters@perl.org>
60814              Date: Sat, 3 Jun 2000 23:33:32 -0400
60815              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
60816      Branch: cfgperl
60817            ! emacs/cperl-mode.el
60818 ____________________________________________________________________________
60819 [  6199] By: jhi                                   on 2000/06/03  15:11:05
60820         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
60821              From: Dan Sugalski <dan@sidhe.org>
60822              To: perl5-porters@perl.org, vmsperl@perl.org
60823              Date: Fri, 02 Jun 2000 17:30:51 -0400
60824              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
60825      Branch: cfgperl
60826            ! vms/descrip_mms.template vms/gen_shrfls.pl
60827 ____________________________________________________________________________
60828 [  6198] By: jhi                                   on 2000/06/03  14:59:15
60829         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
60830              From: Dan Sugalski <dan@sidhe.org>
60831              To: vmsperl@perl.org, perl5-porters@perl.org
60832              Date: Fri, 02 Jun 2000 16:00:41 -0400
60833              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
60834              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
60835      Branch: cfgperl
60836            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
60837            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
60838            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
60839 ____________________________________________________________________________
60840 [  6197] By: jhi                                   on 2000/06/03  14:41:30
60841         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
60842              From: John Borwick <jhborwic@unity.ncsu.edu>
60843              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
60844              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
60845      Branch: cfgperl
60846            ! pod/perlsyn.pod
60847 ____________________________________________________________________________
60848 [  6196] By: jhi                                   on 2000/06/03  14:38:09
60849         Log: Integrate with Sarathy.
60850      Branch: cfgperl
60851           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
60852           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
60853           !> vms/perly_c.vms
60854 ____________________________________________________________________________
60855 [  6195] By: gsar                                  on 2000/06/02  22:43:13
60856         Log: fix yet another eval"" leak under USE_ITHREADS
60857      Branch: perl
60858            ! op.c
60859 ____________________________________________________________________________
60860 [  6194] By: gsar                                  on 2000/06/02  18:22:06
60861         Log: fix small eval"" memory leaks under USE_ITHREADS
60862      Branch: perl
60863            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
60864            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
60865            ! vms/perly_c.vms
60866 ____________________________________________________________________________
60867 [  6193] By: jhi                                   on 2000/06/01  13:03:56
60868         Log: Signals-be-gone for microperl.
60869      Branch: cfgperl
60870            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
60871 ____________________________________________________________________________
60872 [  6192] By: jhi                                   on 2000/06/01  12:52:02
60873         Log: Integrate with Sarathy.
60874      Branch: cfgperl
60875           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
60876           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
60877           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
60878           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
60879           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
60880           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
60881           !> t/op/vec.t utils/h2xs.PL
60882 ____________________________________________________________________________
60883 [  6191] By: gsar                                  on 2000/06/01  09:38:21
60884         Log: vec() loses numericalness (modified version of patch suggested
60885              by Robin Barker)
60886      Branch: perl
60887            ! doop.c t/op/vec.t
60888 ____________________________________________________________________________
60889 [  6190] By: gsar                                  on 2000/06/01  09:26:15
60890         Log: submit missing embed.pl change
60891      Branch: perl
60892            ! embed.pl
60893 ____________________________________________________________________________
60894 [  6189] By: gsar                                  on 2000/06/01  09:05:34
60895         Log: counting tr/// corrupts later operation (from M.J.T Guy)
60896      Branch: perl
60897            ! doop.c t/op/tr.t
60898 ____________________________________________________________________________
60899 [  6188] By: gsar                                  on 2000/06/01  08:58:39
60900         Log: h2xs tweaks
60901      Branch: perl
60902            ! utils/h2xs.PL
60903 ____________________________________________________________________________
60904 [  6187] By: gsar                                  on 2000/06/01  08:50:07
60905         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
60906              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
60907      Branch: perl
60908            + lib/Pod/LaTeX.pm
60909            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
60910            ! pod/pod2latex.PL
60911 ____________________________________________________________________________
60912 [  6186] By: gsar                                  on 2000/06/01  08:24:40
60913         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
60914              <wolfgang.laun@alcatel.at>)
60915      Branch: perl
60916            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
60917            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
60918 ____________________________________________________________________________
60919 [  6185] By: gsar                                  on 2000/06/01  08:12:00
60920         Log: remove incorrect documentation about implicit split to @_ in
60921              list context, which never really worked in perl 5 (from
60922              M.J.T. Guy)
60923      Branch: perl
60924            ! pod/perlfunc.pod pod/perltrap.pod
60925 ____________________________________________________________________________
60926 [  6184] By: gsar                                  on 2000/06/01  07:52:27
60927         Log: tweak for change#6127
60928      Branch: perl
60929            ! perl.c
60930 ____________________________________________________________________________
60931 [  6183] By: gsar                                  on 2000/06/01  07:41:02
60932         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
60933              <nick@ccl4.org>)
60934      Branch: perl
60935            + t/lib/selfloader.t
60936            ! MANIFEST lib/SelfLoader.pm
60937 ____________________________________________________________________________
60938 [  6182] By: jhi                                   on 2000/06/01  00:34:42
60939         Log: Be Cleaner Part Deux.
60940      Branch: cfgperl
60941            ! Makefile.SH
60942 ____________________________________________________________________________
60943 [  6181] By: jhi                                   on 2000/06/01  00:32:09
60944         Log: Integrate with Sarathy.
60945      Branch: cfgperl
60946           !> pp.c t/op/arith.t
60947 ____________________________________________________________________________
60948 [  6180] By: jhi                                   on 2000/06/01  00:31:13
60949         Log: microperl nits from Simon Cozens.
60950      Branch: cfgperl
60951            + uconfig.h
60952            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
60953            ! unixish.h
60954 ____________________________________________________________________________
60955 [  6179] By: gsar                                  on 2000/05/31  22:37:51
60956         Log: buggy modulus on UVs introduced by change#3378 (resulted in
60957              4063328477 % 65535 amounting to 27406, instead of 27407)
60958      Branch: perl
60959            ! pp.c t/op/arith.t
60960 ____________________________________________________________________________
60961 [  6178] By: jhi                                   on 2000/05/31  21:52:41
60962         Log: Be cleaner.
60963      Branch: cfgperl
60964            ! Makefile.SH
60965 ____________________________________________________________________________
60966 [  6177] By: jhi                                   on 2000/05/31  21:47:33
60967         Log: Substitution utf8 patch from Simon Cozens.
60968      Branch: cfgperl
60969            ! pp_hot.c
60970 ____________________________________________________________________________
60971 [  6176] By: jhi                                   on 2000/05/31  21:45:34
60972         Log: Single-quoted utf8 patch from Simon Cozens.
60973      Branch: cfgperl
60974            ! toke.c
60975 ____________________________________________________________________________
60976 [  6175] By: jhi                                   on 2000/05/31  21:40:18
60977         Log: Integrate with Sarathy.
60978      Branch: cfgperl
60979           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
60980 ____________________________________________________________________________
60981 [  6174] By: jhi                                   on 2000/05/31  21:37:31
60982         Log: microperl changes from Simon Cozens; Makefile for microperl
60983              written from scratch; few casts added as microperl compilation
60984              doesn't have all prototypes available.
60985      Branch: cfgperl
60986            + Makefile.micro README.micro Todo.micro uconfig.sh
60987            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
60988            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
60989      Branch: metaconfig
60990            + U/modified/Config_h.U
60991 ____________________________________________________________________________
60992 [  6173] By: jhi                                   on 2000/05/31  20:00:24
60993         Log: metaconfig maintenance.
60994      Branch: metaconfig
60995            + U/modified/Inhdr.U U/typedefs/inotype.U
60996      Branch: metaconfig/U/perl
60997            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
60998            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
60999 ____________________________________________________________________________
61000 [  6172] By: gsar                                  on 2000/05/31  05:05:42
61001         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
61002              (from Ilya Zakharevich)
61003      Branch: perl
61004            ! regexec.c t/op/re_tests
61005 ____________________________________________________________________________
61006 [  6171] By: gsar                                  on 2000/05/31  05:01:47
61007         Log: scalar() doesn't force scalar context when used in void context
61008              (from Simon Cozens)
61009      Branch: perl
61010            ! op.c t/op/wantarray.t
61011 ____________________________________________________________________________
61012 [  6170] By: gsar                                  on 2000/05/31  04:41:33
61013         Log: change#6142 needs tweaks to tests to work where there's no symlink()
61014              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61015      Branch: perl
61016            ! t/lib/filefind.t
61017 ____________________________________________________________________________
61018 [  6169] By: gsar                                  on 2000/05/31  04:29:49
61019         Log: integrate cfgperl contents into mainline
61020      Branch: perl
61021           +> pod/perlmodlib.PL pod/perlnewmod.pod
61022           !> (integrate 42 files)
61023 ____________________________________________________________________________
61024 [  6168] By: jhi                                   on 2000/05/30  22:53:37
61025         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
61026      Branch: cfgperl
61027            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61028            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
61029            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
61030            ! win32/config.bc win32/config.gc win32/config.vc
61031            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61032            ! win32/config_h.PL win32/config_sh.PL
61033      Branch: metaconfig/U/perl
61034            ! perlxv.U
61035 ____________________________________________________________________________
61036 [  6167] By: jhi                                   on 2000/05/30  22:20:21
61037         Log: tweak todo 
61038      Branch: cfgperl
61039            ! Todo-5.6
61040 ____________________________________________________________________________
61041 [  6166] By: jhi                                   on 2000/05/30  22:11:51
61042         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
61043              in case somebody wants to write an extension for more
61044              shadow database interfaces.
61045      Branch: cfgperl
61046            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61047            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
61048            ! vos/config.def vos/config.h vos/config_h.SH_orig
61049            ! win32/config.bc win32/config.gc win32/config.vc
61050            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
61051      Branch: metaconfig
61052            ! U/modified/Myinit.U
61053      Branch: metaconfig/U/perl
61054            + d_getespwnam.U d_getprpwnam.U i_prot.U
61055 ____________________________________________________________________________
61056 [  6165] By: jhi                                   on 2000/05/30  18:35:34
61057         Log: Integrate with Sarathy.
61058      Branch: cfgperl
61059           !> op.c
61060 ____________________________________________________________________________
61061 [  6164] By: jhi                                   on 2000/05/30  18:30:16
61062         Log: detypo
61063      Branch: cfgperl
61064            ! Configure config_h.SH
61065      Branch: metaconfig/U/perl
61066            ! perlxv.U
61067 ____________________________________________________________________________
61068 [  6163] By: gsar                                  on 2000/05/30  03:24:03
61069         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
61070      Branch: perl
61071            ! op.c
61072 ____________________________________________________________________________
61073 [  6162] By: gsar                                  on 2000/05/30  03:09:38
61074         Log: fix memory leak in method call optimization (change#3768);
61075              made C<eval "$x->foo()"> leak
61076      Branch: perl
61077            ! op.c
61078 ____________________________________________________________________________
61079 [  6161] By: jhi                                   on 2000/05/29  17:56:26
61080         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
61081              both from Simon Cozens.
61082      Branch: cfgperl
61083            + pod/perlmodlib.PL pod/perlnewmod.pod
61084            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
61085            ! pod/perlmodlib.pod pod/perltoc.pod
61086 ____________________________________________________________________________
61087 [  6160] By: jhi                                   on 2000/05/29  17:23:55
61088         Log: Changes for the File::Temp 0.08 (change #6159) test suite
61089              to fit better into the Perl distribution test framework.
61090      Branch: cfgperl
61091            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
61092            ! t/lib/ftmp-tempfile.t
61093 ____________________________________________________________________________
61094 [  6159] By: jhi                                   on 2000/05/29  16:55:36
61095         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
61096      Branch: cfgperl
61097            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61098            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61099 ____________________________________________________________________________
61100 [  6158] By: bailey                                on 2000/05/29  16:22:08
61101         Log: Add fallback to tmpfile for use in cases where user's relying on
61102              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
61103              Lane's patch)
61104      Branch: vmsperl
61105            ! vms/vms.c vms/vmsish.h
61106 ____________________________________________________________________________
61107 [  6157] By: jhi                                   on 2000/05/29  03:10:36
61108         Log: Regen Configure to jive with #6149.
61109      Branch: cfgperl
61110            ! Configure
61111      Branch: metaconfig
61112            ! U/modified/Getfile.U
61113 ____________________________________________________________________________
61114 [  6156] By: jhi                                   on 2000/05/29  03:01:38
61115         Log: Integrate with Sarathy.
61116      Branch: cfgperl
61117           +> ext/DynaLoader/dl_mac.xs
61118           !> (integrate 38 files)
61119 ____________________________________________________________________________
61120 [  6155] By: gsar                                  on 2000/05/28  21:15:58
61121         Log: small bug in change#6144; remove random \xA0 character that snuck
61122              in via change#6145
61123      Branch: perl
61124            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
61125 ____________________________________________________________________________
61126 [  6154] By: gsar                                  on 2000/05/28  21:04:19
61127         Log: avoid type mismatch warning
61128      Branch: perl
61129            ! perl.c
61130 ____________________________________________________________________________
61131 [  6153] By: gsar                                  on 2000/05/28  20:58:31
61132         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
61133              <nick@Bagpuss.uk.boo.com>)
61134      Branch: perl
61135            ! lib/Test/Harness.pm
61136 ____________________________________________________________________________
61137 [  6152] By: gsar                                  on 2000/05/28  20:53:42
61138         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
61139      Branch: perl
61140            ! regexec.c
61141 ____________________________________________________________________________
61142 [  6151] By: gsar                                  on 2000/05/28  20:50:28
61143         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
61144      Branch: perl
61145            ! regexec.c
61146 ____________________________________________________________________________
61147 [  6150] By: gsar                                  on 2000/05/28  20:39:58
61148         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
61149      Branch: perl
61150            ! pod/perlrequick.pod
61151 ____________________________________________________________________________
61152 [  6149] By: gsar                                  on 2000/05/28  20:35:16
61153         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
61154              <troc@netrus.net>)
61155      Branch: perl
61156            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
61157            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
61158            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
61159            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
61160 ____________________________________________________________________________
61161 [  6148] By: gsar                                  on 2000/05/28  20:21:07
61162         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
61163      Branch: perl
61164            ! lib/ExtUtils/MM_Unix.pm
61165 ____________________________________________________________________________
61166 [  6147] By: gsar                                  on 2000/05/28  20:12:41
61167         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
61168              (from Peter Prymmer)
61169      Branch: perl
61170            ! vms/subconfigure.com
61171 ____________________________________________________________________________
61172 [  6146] By: gsar                                  on 2000/05/28  20:06:15
61173         Log: doc typo
61174      Branch: perl
61175            ! lib/warnings.pm warnings.h warnings.pl
61176 ____________________________________________________________________________
61177 [  6145] By: gsar                                  on 2000/05/28  18:44:33
61178         Log: make xsubpp skip embedded pod (from Matthias Neeracher
61179              <neeri@iis.ee.ethz.ch>)
61180      Branch: perl
61181            ! lib/ExtUtils/xsubpp
61182 ____________________________________________________________________________
61183 [  6144] By: gsar                                  on 2000/05/28  18:42:49
61184         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
61185              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
61186              <neeri@iis.ee.ethz.ch>)
61187      Branch: perl
61188            ! lib/AutoSplit.pm
61189 ____________________________________________________________________________
61190 [  6143] By: gsar                                  on 2000/05/28  18:41:12
61191         Log: MacOS support, part 1 (from Matthias Neeracher
61192              <neeri@iis.ee.ethz.ch>)
61193      Branch: perl
61194            + ext/DynaLoader/dl_mac.xs
61195            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
61196            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
61197            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
61198            ! util.h
61199 ____________________________________________________________________________
61200 [  6142] By: gsar                                  on 2000/05/28  18:21:51
61201         Log: File::Find fails to chdir when chasing symlinks (from
61202              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
61203      Branch: perl
61204            ! lib/File/Find.pm t/lib/filefind.t
61205 ____________________________________________________________________________
61206 [  6141] By: jhi                                   on 2000/05/28  14:25:15
61207         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
61208              forwarded by Peter Seebach from the bsdi-users mailing list.
61209              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
61210      Branch: perl
61211            ! hints/bsdos.sh
61212 ____________________________________________________________________________
61213 [  6140] By: jhi                                   on 2000/05/28  14:11:57
61214         Log: Integrate with Sarathy.
61215      Branch: cfgperl
61216           +> (branch 30 files)
61217           !> (integrate 93 files)
61218 ____________________________________________________________________________
61219 [  6139] By: gsar                                  on 2000/05/28  10:01:48
61220         Log: revise mktables.PL for bugs and newness in Unicode 3.0
61221              (from James Bence <jbence@amgen.com>)
61222      Branch: perl
61223            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
61224            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
61225            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
61226            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
61227            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
61228            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
61229            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
61230            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
61231            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
61232            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
61233            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
61234            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
61235            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
61236            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
61237            + lib/unicode/Is/SylWU.pl
61238            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
61239            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
61240            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
61241            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
61242            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
61243            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
61244            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
61245            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
61246            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
61247            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
61248            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
61249            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
61250            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
61251            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
61252            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
61253            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
61254            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
61255            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
61256            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
61257            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
61258            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
61259            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
61260            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
61261            ! lib/unicode/Makefile lib/unicode/mktables.PL
61262 ____________________________________________________________________________
61263 [  6138] By: gsar                                  on 2000/05/28  08:50:32
61264         Log: add note about the handling of negative indices to tied arrays
61265              (from Michael G Schwern <schwern@pobox.com>)
61266      Branch: perl
61267            ! pod/perltie.pod
61268 ____________________________________________________________________________
61269 [  6137] By: gsar                                  on 2000/05/28  08:46:10
61270         Log: fix bogus redeclaration warning for "our" variables in different
61271              scopes
61272      Branch: perl
61273            ! op.c t/pragma/strict-vars
61274 ____________________________________________________________________________
61275 [  6136] By: gsar                                  on 2000/05/28  08:31:20
61276         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
61277      Branch: perl
61278            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
61279 ____________________________________________________________________________
61280 [  6135] By: gsar                                  on 2000/05/28  08:17:50
61281         Log: enable Test::Harness to dynamically determine column width etc.
61282              (from Rob Napier <rnapier@employees.org>)
61283      Branch: perl
61284            ! lib/Test/Harness.pm
61285 ____________________________________________________________________________
61286 [  6134] By: gsar                                  on 2000/05/28  08:13:39
61287         Log: make Test::Harness use wait.h/WCOREDUMP if available
61288              (from Ben Tilly <ben_tilly@hotmail.com>)
61289      Branch: perl
61290            ! lib/Test/Harness.pm
61291 ____________________________________________________________________________
61292 [  6133] By: gsar                                  on 2000/05/28  08:08:05
61293         Log: elide bogus test in change#6132
61294      Branch: perl
61295            ! t/pragma/warn/9enabled
61296 ____________________________________________________________________________
61297 [  6132] By: gsar                                  on 2000/05/28  08:03:14
61298         Log: warnings::enabled() doesn't fall back to looking at $^W if
61299              caller isn't using lexical warnings (from Paul Marquess)
61300      Branch: perl
61301            ! pp_ctl.c t/pragma/warn/9enabled
61302 ____________________________________________________________________________
61303 [  6131] By: gsar                                  on 2000/05/28  07:57:47
61304         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
61305      Branch: perl
61306            ! ext/POSIX/POSIX.pm
61307 ____________________________________________________________________________
61308 [  6130] By: gsar                                  on 2000/05/28  07:29:12
61309         Log: fix places that mean C<"word" character> but say C<alphanumeric
61310              character>
61311      Branch: perl
61312            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
61313 ____________________________________________________________________________
61314 [  6129] By: gsar                                  on 2000/05/28  07:18:41
61315         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
61316      Branch: perl
61317            ! vms/test.com
61318 ____________________________________________________________________________
61319 [  6128] By: gsar                                  on 2000/05/28  07:12:55
61320         Log: new perlxstut example for passing/returning refs to arrays
61321              (from David Lowe <dlowe@pootpoot.com>)
61322      Branch: perl
61323            ! pod/perlxstut.pod
61324 ____________________________________________________________________________
61325 [  6127] By: gsar                                  on 2000/05/28  07:02:50
61326         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
61327              failed (from Gisle Aas)
61328      Branch: perl
61329            ! cop.h perl.c
61330 ____________________________________________________________________________
61331 [  6126] By: gsar                                  on 2000/05/28  06:39:53
61332         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
61333              (reworked variant of patch suggested by Simon Cozens)
61334      Branch: perl
61335            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
61336            ! pp_hot.c proto.h t/op/gv.t
61337 ____________________________________________________________________________
61338 [  6125] By: gsar                                  on 2000/05/28  05:14:55
61339         Log: enable propagating exception objects via Perl_croak() in XS code
61340              (from Gisle Aas)
61341      Branch: perl
61342            ! util.c
61343 ____________________________________________________________________________
61344 [  6124] By: gsar                                  on 2000/05/28  05:07:28
61345         Log: integrate vmsperl contents into mainline
61346      Branch: perl
61347           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
61348           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
61349           !> vms/vmsish.h
61350 ____________________________________________________________________________
61351 [  6123] By: gsar                                  on 2000/05/28  05:03:53
61352         Log: clarify gotcha with #line directives (from Rocco Caputo
61353              <troc@netrus.net>)
61354      Branch: perl
61355            ! pod/perldebug.pod pod/perlsyn.pod
61356 ____________________________________________________________________________
61357 [  6122] By: gsar                                  on 2000/05/28  04:58:29
61358         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
61359              (from Mark-Jason Dominus)
61360      Branch: perl
61361            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
61362            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
61363            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
61364            ! toke.c
61365 ____________________________________________________________________________
61366 [  6121] By: bailey                                on 2000/05/25  04:46:54
61367         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
61368              lists (based on fixes by Craig Berry)
61369      Branch: vmsperl
61370            ! lib/File/Spec/VMS.pm
61371 ____________________________________________________________________________
61372 [  6120] By: bailey                                on 2000/05/25  04:25:38
61373         Log: Add missing escape (Charles Lane)
61374      Branch: vmsperl
61375            ! t/op/lex_assign.t
61376 ____________________________________________________________________________
61377 [  6119] By: bailey                                on 2000/05/25  04:21:25
61378         Log: Quiet error messages in vmsish.t (Charles Lane)
61379      Branch: vmsperl
61380            ! vms/ext/vmsish.t
61381 ____________________________________________________________________________
61382 [  6118] By: bailey                                on 2000/05/25  04:17:57
61383         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
61384              Flatten case labels in switch statements uniformly (Charles Bailey)
61385      Branch: vmsperl
61386            ! vms/vms.c
61387 ____________________________________________________________________________
61388 [  6117] By: bailey                                on 2000/05/25  03:58:09
61389         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
61390      Branch: vmsperl
61391            ! vms/vmsish.h
61392 ____________________________________________________________________________
61393 [  6116] By: bailey                                on 2000/05/25  03:11:15
61394         Log: Miscellaneous cosmetic fixes (Charles Lane)
61395      Branch: vmsperl
61396            ! lib/ExtUtils/MM_VMS.pm
61397 ____________________________________________________________________________
61398 [  6115] By: bailey                                on 2000/05/25  03:10:36
61399         Log: Add bounds checking for several strings (Charles Lane)
61400      Branch: vmsperl
61401            ! vms/vms.c
61402 ____________________________________________________________________________
61403 [  6114] By: bailey                                on 2000/05/25  02:25:34
61404         Log: Urk -- undo previous removal of vmsish 'exit' change
61405      Branch: vmsperl
61406            ! vms/ext/vmsish.pm vms/vmsish.h
61407 ____________________________________________________________________________
61408 [  6113] By: bailey                                on 2000/05/24  02:24:40
61409         Log: Ugly workaround for version-specific RTL error
61410      Branch: vmsperl
61411            ! vms/vms.c
61412 ____________________________________________________________________________
61413 [  6112] By: bailey                                on 2000/05/24  02:19:55
61414         Log: Check for existence of file before trying to delete
61415      Branch: vmsperl
61416            ! vms/test.com
61417 ____________________________________________________________________________
61418 [  6111] By: bailey                                on 2000/05/23  23:35:13
61419         Log: Resync with mainline prior to post-5.6.0 updates
61420      Branch: vmsperl
61421           +> (branch 49 files)
61422            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
61423            ! vms/ext/vmsish.pm
61424           !> (integrate 334 files)
61425 ____________________________________________________________________________
61426 [  6110] By: jhi                                   on 2000/05/23  19:28:32
61427         Log: todo tweak
61428      Branch: cfgperl
61429            ! Todo-5.6
61430 ____________________________________________________________________________
61431 [  6109] By: jhi                                   on 2000/05/18  17:38:54
61432         Log: Integrate with Sarathy.
61433      Branch: cfgperl
61434           !> mg.c perl.h win32/perlhost.h
61435 ____________________________________________________________________________
61436 [  6108] By: gsar                                  on 2000/05/17  02:24:56
61437         Log: reenable fake signal handling on Windows, bugs and all
61438      Branch: perl
61439            ! mg.c perl.h win32/perlhost.h
61440 ____________________________________________________________________________
61441 [  6107] By: jhi                                   on 2000/05/15  18:01:41
61442         Log: Tweak the todo list.
61443      Branch: cfgperl
61444            ! Todo-5.6
61445 ____________________________________________________________________________
61446 [  6106] By: jhi                                   on 2000/05/15  13:41:48
61447         Log: The (Configure) script refuses to go on, after asking for
61448              'You may also choose to try maximal 64-bitness....'.
61449              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
61450              -- Patrick Zima
61451              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
61452      Branch: cfgperl
61453            ! hints/solaris_2.sh
61454 ____________________________________________________________________________
61455 [  6105] By: jhi                                   on 2000/05/11  14:37:43
61456         Log: Integrate with Sarathy.
61457      Branch: cfgperl
61458           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61459           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
61460 ____________________________________________________________________________
61461 [  6104] By: gsar                                  on 2000/05/11  03:39:07
61462         Log: PL_sys_intern was being initialized too late on windows
61463      Branch: perl
61464            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
61465            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
61466 ____________________________________________________________________________
61467 [  6103] By: jhi                                   on 2000/05/09  19:42:20
61468         Log: Test tweaking for Unicos continues.
61469      Branch: cfgperl
61470            ! t/op/64bitint.t
61471 ____________________________________________________________________________
61472 [  6102] By: jhi                                   on 2000/05/09  16:47:27
61473         Log: The test suite tweak in #6101 wasn't quite right.
61474      Branch: cfgperl
61475            ! t/lib/complex.t
61476 ____________________________________________________________________________
61477 [  6101] By: jhi                                   on 2000/05/09  15:35:34
61478         Log: Hints and test tweaks for Unicos.
61479      Branch: cfgperl
61480            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
61481 ____________________________________________________________________________
61482 [  6100] By: jhi                                   on 2000/05/08  21:15:06
61483         Log: More compilation tweakery from Allen Smith.
61484      Branch: cfgperl
61485            ! hints/irix_6.sh
61486 ____________________________________________________________________________
61487 [  6099] By: jhi                                   on 2000/05/08  19:21:18
61488         Log: Tweaks for the cc bugs from Allen Smith.
61489      Branch: cfgperl
61490            ! hints/irix_6.sh
61491 ____________________________________________________________________________
61492 [  6098] By: jhi                                   on 2000/05/08  19:13:37
61493         Log: Add a note about other, yet unsupported, shadow password APIs.
61494      Branch: cfgperl
61495            ! pp_sys.c
61496 ____________________________________________________________________________
61497 [  6097] By: jhi                                   on 2000/05/08  18:46:34
61498         Log: Add a note about possible compilation problems from Allen Smith.
61499      Branch: cfgperl
61500            ! hints/irix_6.sh
61501 ____________________________________________________________________________
61502 [  6096] By: jhi                                   on 2000/05/08  17:33:10
61503         Log: Integrate with Sarathy.
61504      Branch: cfgperl
61505           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61506           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
61507 ____________________________________________________________________________
61508 [  6095] By: jhi                                   on 2000/05/08  16:21:33
61509         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
61510              might be useful in future.
61511      Branch: cfgperl
61512            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61513            ! config_h.SH
61514      Branch: metaconfig
61515            ! U/installdirs/inc_version_list.U
61516      Branch: metaconfig/U/perl
61517            ! perlxv.U
61518 ____________________________________________________________________________
61519 [  6094] By: gsar                                  on 2000/05/08  14:22:22
61520         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
61521      Branch: perl
61522            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
61523            ! hints/cygwin.sh pp_sys.c
61524 ____________________________________________________________________________
61525 [  6093] By: gsar                                  on 2000/05/08  12:52:28
61526         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
61527              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
61528      Branch: perl
61529            ! pp_sys.c sv.c win32/perlhost.h
61530 ____________________________________________________________________________
61531 [  6092] By: jhi                                   on 2000/05/07  22:40:34
61532         Log: Regen perltoc with the fixed buildtoc.
61533      Branch: cfgperl
61534            ! pod/perltoc.pod
61535 ____________________________________________________________________________
61536 [  6091] By: jhi                                   on 2000/05/07  22:24:16
61537         Log: Integrate with Sarathy.
61538      Branch: cfgperl
61539           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
61540           !> t/op/substr.t toke.c
61541 ____________________________________________________________________________
61542 [  6090] By: gsar                                  on 2000/05/07  19:47:07
61543         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
61544              [NI]OK; added tests for both
61545      Branch: perl
61546            ! perl.c pp_hot.c sv.c t/op/substr.t
61547 ____________________________________________________________________________
61548 [  6089] By: gsar                                  on 2000/05/07  18:18:38
61549         Log: buildtoc tweak to fix newline lossage
61550      Branch: perl
61551            ! pod/buildtoc
61552 ____________________________________________________________________________
61553 [  6088] By: jhi                                   on 2000/05/07  16:35:36
61554         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
61555              because we do not use those.  The HAS_GETSPNAM remains,
61556              though, because we still do use that.
61557      Branch: cfgperl
61558            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
61559            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
61560            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
61561            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
61562            ! win32/config.vc win32/config_H.bc win32/config_H.gc
61563            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
61564 ____________________________________________________________________________
61565 [  6087] By: gsar                                  on 2000/05/07  16:05:16
61566         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
61567      Branch: perl
61568            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
61569 ____________________________________________________________________________
61570 [  6086] By: jhi                                   on 2000/05/07  15:27:07
61571         Log: Integrate with Sarathy.
61572      Branch: cfgperl
61573           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61574           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61575           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
61576           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
61577           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
61578           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
61579 ____________________________________________________________________________
61580 [  6085] By: gsar                                  on 2000/05/07  05:52:02
61581         Log: repeat operator (x) doesn't preserve utf8-ness
61582      Branch: perl
61583            ! pp.c t/op/substr.t
61584 ____________________________________________________________________________
61585 [  6084] By: gsar                                  on 2000/05/07  05:39:55
61586         Log: substr() does not preserve utf8-ness (from Stefan Eissing
61587              <Eissing@medicaldataservice.de>); added tests
61588      Branch: perl
61589            ! pp.c t/op/substr.t
61590 ____________________________________________________________________________
61591 [  6083] By: gsar                                  on 2000/05/07  05:24:46
61592         Log: note about undocumented caller() return value (from M.J.T. Guy);
61593              yet another peek.t tweak
61594      Branch: perl
61595            ! pod/perlfunc.pod t/lib/peek.t
61596 ____________________________________________________________________________
61597 [  6082] By: gsar                                  on 2000/05/07  05:08:40
61598         Log: peek.t non-portable to ithreads
61599      Branch: perl
61600            ! t/lib/peek.t
61601 ____________________________________________________________________________
61602 [  6081] By: gsar                                  on 2000/05/07  04:17:04
61603         Log: better default perlbug categories for ok reports (from Richard Foley)
61604      Branch: perl
61605            ! utils/perlbug.PL
61606 ____________________________________________________________________________
61607 [  6080] By: gsar                                  on 2000/05/07  04:08:07
61608         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
61609              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
61610      Branch: perl
61611            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
61612            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
61613            ! AUTHORS MAINTAIN MANIFEST
61614 ____________________________________________________________________________
61615 [  6079] By: gsar                                  on 2000/05/07  04:01:38
61616         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
61617      Branch: perl
61618            ! lib/Carp/Heavy.pm
61619 ____________________________________________________________________________
61620 [  6078] By: gsar                                  on 2000/05/07  01:24:19
61621         Log: workaround for CRT bug in chdir() (from Charles Lane, via
61622              Peter Prymmer)
61623      Branch: perl
61624            ! iperlsys.h vms/vms.c vms/vmsish.h
61625 ____________________________________________________________________________
61626 [  6077] By: gsar                                  on 2000/05/07  01:22:23
61627         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
61628              and Tom Phoenix)
61629      Branch: perl
61630            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
61631 ____________________________________________________________________________
61632 [  6076] By: gsar                                  on 2000/05/06  17:36:29
61633         Log: integrate cfgperl contents into mainline
61634      Branch: perl
61635           +> t/lib/peek.t
61636           !> Configure MANIFEST Porting/Glossary Porting/config.sh
61637           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
61638           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
61639           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
61640 ____________________________________________________________________________
61641 [  6075] By: jhi                                   on 2000/05/05  18:56:10
61642         Log: Make the test more portable.
61643      Branch: cfgperl
61644            ! t/lib/peek.t
61645 ____________________________________________________________________________
61646 [  6074] By: jhi                                   on 2000/05/05  18:49:20
61647         Log: Introduce t/lib/peek.t.
61648      Branch: cfgperl
61649            + t/lib/peek.t
61650            ! MANIFEST
61651 ____________________________________________________________________________
61652 [  6073] By: jhi                                   on 2000/05/05  14:30:45
61653         Log: Complex tweaks.
61654      Branch: cfgperl
61655            ! lib/Math/Complex.pm t/lib/complex.t
61656 ____________________________________________________________________________
61657 [  6072] By: jhi                                   on 2000/05/05  12:27:13
61658         Log: Integrate with Sarathy.
61659      Branch: cfgperl
61660           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61661           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61662           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
61663           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
61664 ____________________________________________________________________________
61665 [  6071] By: gsar                                  on 2000/05/05  02:24:46
61666         Log: misformatted perllocal.pod (from Tim Jenness
61667              <t.jenness@jach.hawaii.edu>)
61668      Branch: perl
61669            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
61670 ____________________________________________________________________________
61671 [  6070] By: gsar                                  on 2000/05/05  02:16:52
61672         Log: remove misleading comment (from M.J.T. Guy)
61673      Branch: perl
61674            ! t/lib/anydbm.t
61675 ____________________________________________________________________________
61676 [  6069] By: gsar                                  on 2000/05/05  02:15:13
61677         Log: File::Spec compatibility update (from Barrie Slaymaker
61678              <barries@slaysys.com>)
61679      Branch: perl
61680            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
61681            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
61682 ____________________________________________________________________________
61683 [  6068] By: gsar                                  on 2000/05/05  02:01:50
61684         Log: note about values()
61685      Branch: perl
61686            ! pod/perlfunc.pod
61687 ____________________________________________________________________________
61688 [  6067] By: gsar                                  on 2000/05/05  01:33:09
61689         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
61690      Branch: perl
61691            ! win32/win32.c
61692 ____________________________________________________________________________
61693 [  6066] By: gsar                                  on 2000/05/05  01:23:43
61694         Log: s/END/CHECK/
61695      Branch: perl
61696            ! perl.c
61697 ____________________________________________________________________________
61698 [  6065] By: jhi                                   on 2000/05/04  17:30:22
61699         Log: Integrate with Sarathy.
61700      Branch: cfgperl
61701           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
61702 ____________________________________________________________________________
61703 [  6064] By: gsar                                  on 2000/05/04  17:26:14
61704         Log: change#5905 wasn't quite right--it's intent only applies when arguments
61705              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
61706      Branch: perl
61707            ! pp_sys.c sv.c
61708 ____________________________________________________________________________
61709 [  6063] By: gsar                                  on 2000/05/04  16:52:29
61710         Log: tokeq() could read unallocated field in argument
61711      Branch: perl
61712            ! toke.c
61713 ____________________________________________________________________________
61714 [  6062] By: gsar                                  on 2000/05/04  16:34:51
61715         Log: additional tests for utf8.t
61716      Branch: perl
61717            ! t/pragma/utf8.t
61718 ____________________________________________________________________________
61719 [  6061] By: gsar                                  on 2000/05/04  16:09:28
61720         Log: change#5921 neglected to make eq honor "use bytes"
61721      Branch: perl
61722            ! sv.c
61723 ____________________________________________________________________________
61724 [  6060] By: jhi                                   on 2000/05/04  15:30:16
61725         Log: Integrate with Sarathy.
61726      Branch: cfgperl
61727           !> perl.c regcomp.c t/pragma/utf8.t
61728 ____________________________________________________________________________
61729 [  6059] By: jhi                                   on 2000/05/04  15:26:37
61730         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
61731              in natively 64-bit platforms where a long is a quad (no need
61732              for long longs).  Also added bias for IVs.
61733      Branch: cfgperl
61734            ! toke.c
61735 ____________________________________________________________________________
61736 [  6058] By: gsar                                  on 2000/05/04  00:19:14
61737         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
61738              (spotted by Donald Kinzer <dkinzer@premia.com>)
61739      Branch: perl
61740            ! perl.c
61741 ____________________________________________________________________________
61742 [  6057] By: gsar                                  on 2000/05/03  18:34:01
61743         Log: fix broken parsing of /\x{ab}/
61744      Branch: perl
61745            ! regcomp.c t/pragma/utf8.t
61746 ____________________________________________________________________________
61747 [  6056] By: jhi                                   on 2000/05/03  17:57:16
61748         Log: The search of infinity continues, this time simplified.
61749      Branch: cfgperl
61750            ! lib/Math/Complex.pm
61751 ____________________________________________________________________________
61752 [  6055] By: jhi                                   on 2000/05/03  17:45:30
61753         Log: Detypo.
61754      Branch: cfgperl
61755            ! hints/unicos.sh
61756 ____________________________________________________________________________
61757 [  6054] By: jhi                                   on 2000/05/02  22:28:27
61758         Log: Be more forgiving in POSIX about HUGE_VALL.
61759      Branch: cfgperl
61760            ! ext/POSIX/POSIX.xs
61761 ____________________________________________________________________________
61762 [  6053] By: jhi                                   on 2000/05/02  22:25:05
61763         Log: Integrate with Sarathy.
61764      Branch: cfgperl
61765           !> hints/irix_6.sh pod/perlop.pod
61766 ____________________________________________________________________________
61767 [  6052] By: jhi                                   on 2000/05/02  22:24:31
61768         Log: Unicos hint tweak.
61769      Branch: cfgperl
61770            ! hints/unicos.sh
61771 ____________________________________________________________________________
61772 [  6051] By: jhi                                   on 2000/05/02  22:21:26
61773         Log: Complex tweakery.
61774      Branch: cfgperl
61775            ! lib/Math/Complex.pm t/lib/complex.t
61776 ____________________________________________________________________________
61777 [  6050] By: jhi                                   on 2000/05/02  19:26:22
61778         Log: Use setxxent()/endxxent().
61779      Branch: cfgperl
61780            ! t/op/grent.t t/op/pwent.t
61781 ____________________________________________________________________________
61782 [  6049] By: jhi                                   on 2000/05/02  19:06:02
61783         Log: Test both the scalar and list contexts.
61784      Branch: cfgperl
61785            ! t/op/grent.t t/op/pwent.t
61786 ____________________________________________________________________________
61787 [  6048] By: gsar                                  on 2000/05/02  18:29:10
61788         Log: add note about how $( doesn't interpolate in REs (from
61789              Philip Newton <newton@ficus.frogspace.net>)
61790      Branch: perl
61791            ! pod/perlop.pod
61792 ____________________________________________________________________________
61793 [  6047] By: jhi                                   on 2000/05/02  17:41:24
61794         Log: Call getspnam() only iff needd.
61795      Branch: cfgperl
61796            ! pp_sys.c
61797 ____________________________________________________________________________
61798 [  6046] By: gsar                                  on 2000/05/02  17:07:25
61799         Log: libscheck has insufficient checks for n32 libs (from
61800              Albert Chin-A-Young <china@thewrittenword.com>)
61801      Branch: perl
61802            ! hints/irix_6.sh
61803 ____________________________________________________________________________
61804 [  6045] By: jhi                                   on 2000/05/02  13:57:17
61805         Log: Integrate with Sarathy.
61806      Branch: cfgperl
61807           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
61808           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
61809 ____________________________________________________________________________
61810 [  6044] By: gsar                                  on 2000/05/02  06:48:19
61811         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
61812              such that underscores are only ignored in literal numbers,
61813              "\x{...}", and hex/oct argument
61814      Branch: perl
61815            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
61816 ____________________________________________________________________________
61817 [  6043] By: gsar                                  on 2000/05/02  02:22:29
61818         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
61819      Branch: perl
61820            ! pod/perlretut.pod
61821 ____________________________________________________________________________
61822 [  6042] By: gsar                                  on 2000/05/02  02:17:51
61823         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
61824      Branch: perl
61825            ! pod/perltrap.pod
61826 ____________________________________________________________________________
61827 [  6041] By: gsar                                  on 2000/05/02  01:53:51
61828         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
61829              to compensate
61830      Branch: perl
61831            ! Porting/makerel
61832 ____________________________________________________________________________
61833 [  6040] By: gsar                                  on 2000/05/02  01:51:57
61834         Log: missing files in MANIFEST
61835      Branch: perl
61836            ! MANIFEST
61837 ____________________________________________________________________________
61838 [  6039] By: jhi                                   on 2000/05/02  00:36:46
61839         Log: Infinite problems.
61840      Branch: cfgperl
61841            ! lib/Math/Complex.pm
61842 ____________________________________________________________________________
61843 [  6038] By: jhi                                   on 2000/05/02  00:06:38
61844         Log: pwent/spent #ifdef imbalance.
61845      Branch: cfgperl
61846            ! pp_sys.c
61847 ____________________________________________________________________________
61848 [  6037] By: jhi                                   on 2000/05/01  22:50:11
61849         Log: Use HUGE_VALL if applicable.
61850      Branch: cfgperl
61851            ! ext/POSIX/POSIX.xs util.c
61852 ____________________________________________________________________________
61853 [  6036] By: jhi                                   on 2000/05/01  22:20:53
61854         Log: Correct Freudian slip.
61855      Branch: cfgperl
61856            ! pp_sys.c
61857 ____________________________________________________________________________
61858 [  6035] By: jhi                                   on 2000/05/01  21:07:38
61859         Log: Continue on the pwent/spent case.
61860      Branch: cfgperl
61861            ! pp_sys.c
61862 ____________________________________________________________________________
61863 [  6034] By: jhi                                   on 2000/05/01  17:45:14
61864         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
61865              adjustments in 6032 conflicted badly with this, will have
61866              to revisit them later.
61867      Branch: cfgperl
61868           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
61869           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
61870           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
61871           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
61872           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
61873           !> t/lib/cgi-html.t t/lib/cgi-request.t
61874 ____________________________________________________________________________
61875 [  6033] By: jhi                                   on 2000/05/01  17:40:49
61876         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
61877      Branch: cfgperl
61878            ! pp_sys.c
61879 ____________________________________________________________________________
61880 [  6032] By: gsar                                  on 2000/05/01  15:56:32
61881         Log: whitespace adjustments
61882      Branch: perl
61883            ! pp_sys.c
61884 ____________________________________________________________________________
61885 [  6031] By: gsar                                  on 2000/05/01  15:19:41
61886         Log: small nits in diagnostics.pm (from Robin Barker)
61887      Branch: perl
61888            ! lib/diagnostics.pm pod/perldiag.pod
61889 ____________________________________________________________________________
61890 [  6030] By: gsar                                  on 2000/05/01  08:39:18
61891         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
61892              for @- and @+ (from Johan Vromans)
61893      Branch: perl
61894            ! lib/English.pm pod/perlvar.pod
61895 ____________________________________________________________________________
61896 [  6029] By: gsar                                  on 2000/05/01  08:16:10
61897         Log: add CGI.pm v2.66 (from Lincoln Stein)
61898      Branch: perl
61899            + lib/CGI/Util.pm t/lib/cgi-pretty.t
61900            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
61901            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
61902            ! t/lib/cgi-html.t t/lib/cgi-request.t
61903 ____________________________________________________________________________
61904 [  6028] By: gsar                                  on 2000/05/01  06:34:41
61905         Log: Pod::Man generates groff-incompatible macro definition (from
61906              Tom Christiansen)
61907      Branch: perl
61908            ! lib/Pod/Man.pm
61909 ____________________________________________________________________________
61910 [  6027] By: gsar                                  on 2000/05/01  06:31:36
61911         Log: podlators-1.02 update (from Russ Allbery)
61912      Branch: perl
61913            ! lib/Pod/Man.pm lib/Pod/Text.pm
61914 ____________________________________________________________________________
61915 [  6026] By: jhi                                   on 2000/04/30  23:24:23
61916         Log: Integrate with Sarathy.
61917      Branch: cfgperl
61918           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
61919           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
61920           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61921           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61922           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
61923           !> t/lib/syslog.t toke.c win32/win32.h
61924 ____________________________________________________________________________
61925 [  6025] By: gsar                                  on 2000/04/30  18:17:47
61926         Log: Is{Alnum,Alpha,Word} don't match titlecase
61927              
61928              TODO: IsSpace is defined recursively!
61929              
61930              (both spotted by Larry)
61931      Branch: perl
61932            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
61933            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
61934 ____________________________________________________________________________
61935 [  6024] By: gsar                                  on 2000/04/30  17:50:19
61936         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
61937              (from Hugo van der Sanden)
61938      Branch: perl
61939            ! toke.c
61940 ____________________________________________________________________________
61941 [  6023] By: gsar                                  on 2000/04/30  17:14:43
61942         Log: debugger stomps on $. (from M.J.T. Guy)
61943      Branch: perl
61944            ! lib/perl5db.pl
61945 ____________________________________________________________________________
61946 [  6022] By: gsar                                  on 2000/04/30  16:59:22
61947         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
61948      Branch: perl
61949            ! sv.c
61950 ____________________________________________________________________________
61951 [  6021] By: gsar                                  on 2000/04/29  21:00:08
61952         Log: remove Win2K issue in pod (fixed by change#6020)
61953      Branch: perl
61954            ! README.win32 pod/perl56delta.pod
61955 ____________________________________________________________________________
61956 [  6020] By: gsar                                  on 2000/04/29  20:51:49
61957         Log: test tweak
61958      Branch: perl
61959            ! t/lib/open3.t
61960 ____________________________________________________________________________
61961 [  6019] By: gsar                                  on 2000/04/29  20:34:27
61962         Log: windows portability tweaks
61963      Branch: perl
61964            ! t/lib/b.t win32/win32.h
61965 ____________________________________________________________________________
61966 [  6018] By: gsar                                  on 2000/04/29  19:55:24
61967         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
61968              make _PATH_LOG() return "" if unavailable
61969      Branch: perl
61970            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
61971            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
61972 ____________________________________________________________________________
61973 [  6017] By: jhi                                   on 2000/04/28  22:49:46
61974         Log: Integrate with Sarathy.
61975      Branch: cfgperl
61976           !> op.c perl.c pod/perldiag.pod t/lib/b.t
61977 ____________________________________________________________________________
61978 [  6016] By: jhi                                   on 2000/04/28  22:46:14
61979         Log: Do not warn that an infinity does not look like a number.
61980      Branch: cfgperl
61981            ! sv.c
61982 ____________________________________________________________________________
61983 [  6015] By: gsar                                  on 2000/04/28  22:35:49
61984         Log: tweak test for portability
61985      Branch: perl
61986            ! t/lib/b.t
61987 ____________________________________________________________________________
61988 [  6014] By: gsar                                  on 2000/04/28  22:05:31
61989         Log: glob() loading File::Glob behind the scenes may cause syntax errors
61990      Branch: perl
61991            ! op.c
61992 ____________________________________________________________________________
61993 [  6013] By: gsar                                  on 2000/04/28  21:25:22
61994         Log: tweak change#5945 to display correct switch name in diagnostic
61995      Branch: perl
61996            ! perl.c pod/perldiag.pod
61997 ____________________________________________________________________________
61998 [  6012] By: jhi                                   on 2000/04/28  21:08:12
61999         Log: Integrate with Sarathy.
62000      Branch: cfgperl
62001           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
62002           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
62003           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
62004 ____________________________________________________________________________
62005 [  6011] By: jhi                                   on 2000/04/28  21:04:46
62006         Log: &HUGE_VAL is not defined, it exists.
62007      Branch: cfgperl
62008            ! lib/Math/Complex.pm
62009 ____________________________________________________________________________
62010 [  6010] By: gsar                                  on 2000/04/28  21:02:58
62011         Log: clarify note about shadow password support (from
62012              gellyfish@gellyfish.com)
62013      Branch: perl
62014            ! pod/perlfunc.pod
62015 ____________________________________________________________________________
62016 [  6009] By: gsar                                  on 2000/04/28  21:00:00
62017         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
62018      Branch: perl
62019            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
62020 ____________________________________________________________________________
62021 [  6008] By: gsar                                  on 2000/04/28  20:56:33
62022         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
62023      Branch: perl
62024            ! installperl vms/subconfigure.com
62025 ____________________________________________________________________________
62026 [  6007] By: gsar                                  on 2000/04/28  20:51:21
62027         Log: note about compile failures and END blocks (from M.J.T. Guy)
62028      Branch: perl
62029            ! pod/perl56delta.pod pod/perlmod.pod
62030 ____________________________________________________________________________
62031 [  6006] By: jhi                                   on 2000/04/28  20:42:14
62032         Log: Regen Configure.
62033      Branch: cfgperl
62034            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62035            ! config_h.SH
62036 ____________________________________________________________________________
62037 [  6005] By: gsar                                  on 2000/04/28  20:41:16
62038         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
62039      Branch: perl
62040            ! utils/perldoc.PL
62041 ____________________________________________________________________________
62042 [  6004] By: jhi                                   on 2000/04/28  20:28:21
62043         Log: Integrate with Sarathy.
62044      Branch: cfgperl
62045           !> Configure INSTALL Porting/Glossary Porting/config.sh
62046           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
62047           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
62048           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
62049           !> win32/config.vc win32/win32.c
62050 ____________________________________________________________________________
62051 [  6003] By: gsar                                  on 2000/04/28  20:11:20
62052         Log: allow REG_EXPAND_SZ keys in Windows registry (from
62053              John Clayton <John.Clayton@barclayscapital.com>)
62054      Branch: perl
62055            ! win32/win32.c
62056 ____________________________________________________________________________
62057 [  6002] By: gsar                                  on 2000/04/28  19:34:16
62058         Log: destructive sv_setsv() can lose UV-ness from source, causing
62059              numeric promotions/comparisons to fail to do the right thing
62060      Branch: perl
62061            ! sv.c
62062 ____________________________________________________________________________
62063 [  6001] By: gsar                                  on 2000/04/28  18:44:15
62064         Log: support additional library locations via $Config{otherlibdirs}
62065              (from Andy Dougherty)
62066      Branch: perl
62067            ! Configure INSTALL Porting/Glossary Porting/config.sh
62068            ! Porting/config_H config_h.SH epoc/config.sh perl.c
62069            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
62070            ! win32/config.bc win32/config.gc win32/config.vc
62071 ____________________________________________________________________________
62072 [  6000] By: gsar                                  on 2000/04/28  18:26:58
62073         Log: reworked otherlibdirs.U (from Andy Dougherty)
62074      Branch: metaconfig
62075            ! U/installdirs/otherlibdirs.U
62076 ____________________________________________________________________________
62077 [  5999] By: gsar                                  on 2000/04/28  18:17:07
62078         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
62079      Branch: perl
62080            ! t/pragma/warn/toke toke.c
62081 ____________________________________________________________________________
62082 [  5998] By: jhi                                   on 2000/04/28  13:32:17
62083         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
62084      Branch: cfgperl
62085            ! lib/Math/Complex.pm
62086 ____________________________________________________________________________
62087 [  5997] By: jhi                                   on 2000/04/28  13:14:04
62088         Log: Preserve $!.
62089      Branch: cfgperl
62090            ! lib/Math/Complex.pm
62091 ____________________________________________________________________________
62092 [  5996] By: jhi                                   on 2000/04/28  12:59:23
62093         Log: Integrate with Sarathy.
62094      Branch: cfgperl
62095           +> pod/perlrequick.pod pod/perlretut.pod
62096           !> (integrate 51 files)
62097 ____________________________________________________________________________
62098 [  5995] By: gsar                                  on 2000/04/28  09:37:36
62099         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
62100      Branch: perl
62101            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
62102 ____________________________________________________________________________
62103 [  5994] By: gsar                                  on 2000/04/28  09:33:26
62104         Log: fix for missed accounting for null byte in pack("Z",...) (from
62105              M.J.T. Guy)
62106      Branch: perl
62107            ! pp.c t/op/pack.t
62108 ____________________________________________________________________________
62109 [  5993] By: gsar                                  on 2000/04/28  09:30:05
62110         Log: various minor tweaks seen on p5p
62111      Branch: perl
62112            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
62113 ____________________________________________________________________________
62114 [  5992] By: gsar                                  on 2000/04/28  09:08:19
62115         Log: pod nit (from Simon Cozens)
62116      Branch: perl
62117            ! pod/perlop.pod
62118 ____________________________________________________________________________
62119 [  5991] By: gsar                                  on 2000/04/28  09:06:36
62120         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
62121      Branch: perl
62122            ! README.posix-bc hints/posix-bc.sh
62123 ____________________________________________________________________________
62124 [  5990] By: gsar                                  on 2000/04/28  08:54:52
62125         Log: use $ENV{LIB} to search for libs under Visual C compiler
62126              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
62127      Branch: perl
62128            ! lib/ExtUtils/Liblist.pm
62129 ____________________________________________________________________________
62130 [  5989] By: gsar                                  on 2000/04/28  08:27:12
62131         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
62132              itself and no other (from Tom Hughes)
62133      Branch: perl
62134            ! t/op/array.t toke.c
62135 ____________________________________________________________________________
62136 [  5988] By: gsar                                  on 2000/04/28  08:01:38
62137         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
62138              <paul@miraclefish.com>)
62139      Branch: perl
62140            ! lib/ExtUtils/MakeMaker.pm
62141 ____________________________________________________________________________
62142 [  5987] By: gsar                                  on 2000/04/28  07:53:09
62143         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
62144      Branch: perl
62145            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
62146 ____________________________________________________________________________
62147 [  5986] By: gsar                                  on 2000/04/28  07:44:17
62148         Log: add regular expressions tutorial and quick-start guide (from
62149              Mark Kvale <kvale@phy.ucsf.edu>)
62150      Branch: perl
62151            + pod/perlrequick.pod pod/perlretut.pod
62152            ! AUTHORS MAINTAIN MANIFEST
62153 ____________________________________________________________________________
62154 [  5985] By: gsar                                  on 2000/04/28  07:30:28
62155         Log: forked child may not exit correctly if it failed to open
62156              /dev/console (from Graham Barr)
62157      Branch: perl
62158            ! ext/Sys/Syslog/Syslog.pm
62159 ____________________________________________________________________________
62160 [  5984] By: gsar                                  on 2000/04/28  07:27:20
62161         Log: attributes::reftype() doesn't work on tied argument
62162      Branch: perl
62163            ! xsutils.c
62164 ____________________________________________________________________________
62165 [  5983] By: gsar                                  on 2000/04/28  07:15:04
62166         Log: numeric conversion of non-number in change#3378 tramples on
62167              OOK offset, causing segfaults
62168      Branch: perl
62169            ! sv.c
62170 ____________________________________________________________________________
62171 [  5982] By: gsar                                  on 2000/04/28  04:48:25
62172         Log: avoid error in IO::Socket::INET when given an unknown service name
62173              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
62174      Branch: perl
62175            ! ext/IO/lib/IO/Socket/INET.pm
62176 ____________________________________________________________________________
62177 [  5981] By: gsar                                  on 2000/04/28  04:31:31
62178         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
62179              prototype mismatch with CORE::glob(); update pod and tests to
62180              suit (File::Glob::glob() is still available for backward
62181              compatibility, but should be considered deprecated)
62182      Branch: perl
62183            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
62184            ! t/lib/glob-taint.t
62185 ____________________________________________________________________________
62186 [  5980] By: gsar                                  on 2000/04/28  03:47:29
62187         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
62188              <ghudson@mit.edu>)
62189      Branch: metaconfig
62190            ! U/modified/Options.U
62191      Branch: perl
62192            ! Configure
62193 ____________________________________________________________________________
62194 [  5979] By: gsar                                  on 2000/04/28  03:07:54
62195         Log: under useithreads, constant pad entries could inadvertantly be
62196              shared across threads (from Eric Blood <eblood@xmission.com>);
62197              added Eric's test case to testsuite
62198      Branch: perl
62199            ! op.c t/op/misc.t
62200 ____________________________________________________________________________
62201 [  5978] By: gsar                                  on 2000/04/27  21:13:00
62202         Log: sync version numbers in File::Spec with the ones on CPAN
62203              (from Barrie Slaymaker)
62204      Branch: perl
62205            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
62206            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
62207            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
62208 ____________________________________________________________________________
62209 [  5977] By: gsar                                  on 2000/04/27  21:07:29
62210         Log: autoquote barewords followed by newline and arrow properly
62211              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
62212      Branch: perl
62213            ! t/pragma/warn/toke toke.c
62214 ____________________________________________________________________________
62215 [  5976] By: gsar                                  on 2000/04/27  20:41:20
62216         Log: DB_File v1.73 update (from Paul Marquess)
62217      Branch: perl
62218            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
62219            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
62220 ____________________________________________________________________________
62221 [  5975] By: gsar                                  on 2000/04/27  20:34:24
62222         Log: allow sort() reentrancy (variant of patch suggested by
62223              Hugo van der Sanden)
62224      Branch: perl
62225            ! pp_ctl.c t/op/sort.t
62226 ____________________________________________________________________________
62227 [  5974] By: gsar                                  on 2000/04/27  19:46:57
62228         Log: change#4197 somehow missed initializing PL_errors, meaning
62229              sytax error queueing wasn't working outside eval"" at all;
62230              also fixed eval"" to localize PL_error_count, so that compile-time
62231              eval's don't clobber the error state of the outer context
62232      Branch: perl
62233            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
62234            ! t/pragma/warn/toke
62235 ____________________________________________________________________________
62236 [  5973] By: gsar                                  on 2000/04/27  18:29:05
62237         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
62238      Branch: perl
62239            ! regcomp.c regexec.c t/op/re_tests
62240 ____________________________________________________________________________
62241 [  5972] By: jhi                                   on 2000/04/27  18:22:41
62242         Log: Integrate with Sarathy.
62243      Branch: cfgperl
62244           +> t/lib/b.t t/lib/syslog.t
62245           !> (integrate 31 files)
62246 ____________________________________________________________________________
62247 [  5971] By: jhi                                   on 2000/04/27  18:18:46
62248         Log: Unicos tweaks from Mark P. Lutz.
62249      Branch: cfgperl
62250            ! hints/unicos.sh lib/Math/Complex.pm
62251 ____________________________________________________________________________
62252 [  5970] By: gsar                                  on 2000/04/27  18:05:11
62253         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
62254              IV is >32bits
62255      Branch: perl
62256            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
62257 ____________________________________________________________________________
62258 [  5969] By: gsar                                  on 2000/04/27  17:50:56
62259         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
62260      Branch: perl
62261            + t/lib/syslog.t
62262            ! MANIFEST ext/Sys/Syslog/Syslog.pm
62263 ____________________________________________________________________________
62264 [  5968] By: gsar                                  on 2000/04/27  17:44:49
62265         Log: tolerate spaces in group names in test on solaris (from David Boyce
62266              <dsb@boyski.com>)
62267      Branch: perl
62268            ! t/op/groups.t
62269 ____________________________________________________________________________
62270 [  5967] By: gsar                                  on 2000/04/27  17:41:22
62271         Log: improved docs on the warn_uninit diagnostic (from David Glasser
62272              and Simon Cozens)
62273      Branch: perl
62274            ! pod/perldiag.pod
62275 ____________________________________________________________________________
62276 [  5966] By: gsar                                  on 2000/04/27  16:54:58
62277         Log: add testsuite for B backends, fix bug in B::Deparse (from
62278              Simon Cozens <simon@brecon.co.uk>)
62279      Branch: perl
62280            + t/lib/b.t
62281            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
62282 ____________________________________________________________________________
62283 [  5965] By: gsar                                  on 2000/04/27  16:10:37
62284         Log: avoid "will not stay shared" warnings for our variables (from
62285              Robin Barker)
62286      Branch: perl
62287            ! op.c t/pragma/warn/op
62288 ____________________________________________________________________________
62289 [  5964] By: gsar                                  on 2000/04/27  07:05:05
62290         Log: reformat to 72 columns (again)
62291      Branch: perl
62292            ! pod/perldiag.pod
62293 ____________________________________________________________________________
62294 [  5963] By: gsar                                  on 2000/04/27  06:28:31
62295         Log: patch from Larry to make (\&) prototype work; added tests for
62296              the same
62297      Branch: perl
62298            ! op.c t/comp/proto.t
62299 ____________________________________________________________________________
62300 [  5962] By: gsar                                  on 2000/04/27  06:15:47
62301         Log: updated README.hpux (from Jeff Okamoto)
62302      Branch: perl
62303            ! README.hpux
62304 ____________________________________________________________________________
62305 [  5961] By: gsar                                  on 2000/04/27  05:55:03
62306         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
62307      Branch: perl
62308            ! emacs/cperl-mode.el
62309 ____________________________________________________________________________
62310 [  5960] By: gsar                                  on 2000/04/27  05:49:26
62311         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
62312      Branch: perl
62313            ! INSTALL
62314 ____________________________________________________________________________
62315 [  5959] By: gsar                                  on 2000/04/27  05:33:41
62316         Log: doubled words in pods (from Simon Cozens
62317              <simon.p.cozens@jp.pwcglobal.com>)
62318      Branch: perl
62319            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
62320            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
62321            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
62322            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
62323            ! pod/perltootc.pod
62324 ____________________________________________________________________________
62325 [  5958] By: gsar                                  on 2000/04/27  05:11:39
62326         Log: change#3569 deleted some essential code, revert; avoid use of
62327              atexit() to make DynaLoader work properly on AIX under mod_perl
62328              (from Jens-Uwe Mager <jum@helios.de>)
62329      Branch: perl
62330            ! ext/DynaLoader/dl_aix.xs
62331 ____________________________________________________________________________
62332 [  5957] By: gsar                                  on 2000/04/27  04:54:51
62333         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
62334      Branch: perl
62335            ! pod/perlmod.pod
62336 ____________________________________________________________________________
62337 [  5956] By: gsar                                  on 2000/04/27  04:51:47
62338         Log: better diagnostics on failed tests (from Ilya Zakharevich)
62339      Branch: perl
62340            ! t/op/lex_assign.t
62341 ____________________________________________________________________________
62342 [  5955] By: gsar                                  on 2000/04/27  04:26:44
62343         Log: longstanding bug exposed by change#3307: sort arguments weren't
62344              compiled with the right wantarray context (ensuing runtime lookup
62345              via block_gimme() was getting the incidental context of the
62346              sort() itself)
62347      Branch: perl
62348            ! op.c t/op/sort.t
62349 ____________________________________________________________________________
62350 [  5954] By: gsar                                  on 2000/04/26  23:42:12
62351         Log: integrate cfgperl contents into mainline
62352      Branch: perl
62353           !> (integrate 30 files)
62354 ____________________________________________________________________________
62355 [  5953] By: jhi                                   on 2000/04/26  23:06:42
62356         Log: Integrate with Sarathy.
62357      Branch: cfgperl
62358           !> README.win32 ext/B/B/Deparse.pm
62359           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
62360           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
62361           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
62362           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
62363           !> utils/perldoc.PL vms/perlvms.pod
62364 ____________________________________________________________________________
62365 [  5952] By: jhi                                   on 2000/04/26  23:03:46
62366         Log: Undo "use integer" addition from 64bitint as it seems
62367              to break most of the subtests in Digital UNIX;
62368              Unicos needs to find another way.
62369      Branch: cfgperl
62370            ! t/op/64bitint.t
62371 ____________________________________________________________________________
62372 [  5951] By: jhi                                   on 2000/04/26  22:57:53
62373         Log: Be more robust on "extreme" (large absolute value)
62374              arguments.  Originally reported by Daniel Connelly
62375              as a problem with asinh() on large negative arguments,
62376              asinh() used to bail out because an argument to log()
62377              ended up being zero.  Ilya Zakharevich proposed using
62378              Taylor's series in such cases, which for such large
62379              arguments is a very good approximation.
62380      Branch: cfgperl
62381            ! lib/Math/Complex.pm t/lib/complex.t
62382 ____________________________________________________________________________
62383 [  5950] By: gsar                                  on 2000/04/25  19:13:12
62384         Log: reformat perldiag to avoid long lines
62385      Branch: perl
62386            ! pod/perldiag.pod
62387 ____________________________________________________________________________
62388 [  5949] By: gsar                                  on 2000/04/25  18:41:11
62389         Log: make perldoc use the pod2man from the same version (from
62390              M.J.T. Guy)
62391      Branch: perl
62392            ! utils/perldoc.PL
62393 ____________________________________________________________________________
62394 [  5948] By: gsar                                  on 2000/04/25  18:21:57
62395         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
62396              <kompas@kompas.usr.onet.pl>)
62397      Branch: perl
62398            ! lib/vars.pm
62399 ____________________________________________________________________________
62400 [  5947] By: gsar                                  on 2000/04/25  18:11:53
62401         Log: use &dl_error rather than &dl_load_file as the guard for calling
62402              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
62403              statically built perl)
62404      Branch: perl
62405            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
62406 ____________________________________________________________________________
62407 [  5946] By: jhi                                   on 2000/04/25  17:37:54
62408         Log: Document that tr() is not tr(1).
62409      Branch: cfgperl
62410            ! pod/perlop.pod
62411 ____________________________________________________________________________
62412 [  5945] By: gsar                                  on 2000/04/25  16:34:33
62413         Log: make module name mandatory after -M switch; reorder perldiag
62414              alphabetically (from Mark-Jason Dominus)
62415      Branch: perl
62416            ! perl.c pod/perldiag.pod
62417 ____________________________________________________________________________
62418 [  5944] By: jhi                                   on 2000/04/25  01:15:18
62419         Log: On second thoughts frexp() does have two arguments.
62420      Branch: cfgperl
62421            ! perl.h
62422 ____________________________________________________________________________
62423 [  5943] By: jhi                                   on 2000/04/24  22:56:32
62424         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
62425              Now pp_ncmp() returns undef is either operand is a NaN.
62426      Branch: cfgperl
62427            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62428            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
62429            ! vms/subconfigure.com vos/config.def vos/config.h
62430            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
62431            ! win32/config.vc win32/config_H.bc win32/config_H.gc
62432            ! win32/config_H.vc
62433      Branch: metaconfig/U/perl
62434            + d_modfl.U
62435 ____________________________________________________________________________
62436 [  5942] By: jhi                                   on 2000/04/24  19:45:17
62437         Log: Regen Configure to match #5937.
62438      Branch: cfgperl
62439            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
62440            ! config_h.SH
62441      Branch: metaconfig
62442            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
62443 ____________________________________________________________________________
62444 [  5941] By: jhi                                   on 2000/04/24  19:24:11
62445         Log: Further Unicos fixes for Mark Lutz.
62446      Branch: cfgperl
62447            ! hints/unicos.sh pp_ctl.c
62448 ____________________________________________________________________________
62449 [  5940] By: jhi                                   on 2000/04/24  19:09:06
62450         Log: Various Unicos 10.0.0.6 fixes.
62451              
62452              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
62453              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
62454              Reply-To: tecmpl1@triton.ca.boeing.com 
62455              To: perl5-porters@perl.org 
62456              Date: Fri, 14 Apr 2000 20:21:00 GMT 
62457              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
62458      Branch: cfgperl
62459            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
62460 ____________________________________________________________________________
62461 [  5939] By: gsar                                  on 2000/04/24  19:01:24
62462         Log: more pod nits (from Larry Virden)
62463      Branch: perl
62464            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
62465            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
62466            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
62467 ____________________________________________________________________________
62468 [  5938] By: gsar                                  on 2000/04/24  18:54:01
62469         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
62470      Branch: perl
62471            ! ext/B/B/Deparse.pm
62472 ____________________________________________________________________________
62473 [  5937] By: jhi                                   on 2000/04/24  17:39:00
62474         Log: Integrate with Sarathy.
62475      Branch: cfgperl
62476           +> (branch 31 files)
62477           !> (integrate 73 files)
62478 ____________________________________________________________________________
62479 [  5936] By: gsar                                  on 2000/04/24  17:30:06
62480         Log: additional tests for change#5934 (from Paul Marquess, who also
62481              sent in the same fix)
62482      Branch: perl
62483            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
62484            ! t/pragma/warn/5nolint t/pragma/warn/6default
62485 ____________________________________________________________________________
62486 [  5935] By: jhi                                   on 2000/04/24  17:26:05
62487         Log: Do not assume sign propagation.
62488              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
62489              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
62490              To: payner@ncifcrf.gov, perl5-porters@perl.org 
62491              Date: Tue, 18 Apr 2000 18:24:49 +0100 
62492              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
62493      Branch: cfgperl
62494            ! t/op/bop.t t/op/misc.t
62495 ____________________________________________________________________________
62496 [  5934] By: gsar                                  on 2000/04/24  17:16:54
62497         Log: propagate lexical warnings from surrounding scope correctly
62498              within string eval()
62499      Branch: perl
62500            ! pp_ctl.c t/pragma/warn/pp_ctl
62501 ____________________________________________________________________________
62502 [  5933] By: jhi                                   on 2000/04/24  17:01:07
62503         Log: Flatten the cpp jungle doing the nosuid checking.
62504      Branch: cfgperl
62505            ! perl.c
62506 ____________________________________________________________________________
62507 [  5932] By: gsar                                  on 2000/04/24  09:08:14
62508         Log: add rsignal(), whichsig() and do_join() to public API list
62509              (mod_perl uses them to good advantage)
62510      Branch: perl
62511            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
62512 ____________________________________________________________________________
62513 [  5931] By: gsar                                  on 2000/04/24  09:01:40
62514         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
62515      Branch: perl
62516            ! pp_hot.c regexec.c t/op/pat.t
62517 ____________________________________________________________________________
62518 [  5930] By: gsar                                  on 2000/04/24  08:58:33
62519         Log: small os390 tweaks (from Peter Prymmer)
62520      Branch: perl
62521            ! config_h.SH makedepend.SH
62522 ____________________________________________________________________________
62523 [  5929] By: gsar                                  on 2000/04/24  08:55:25
62524         Log: pod nits
62525      Branch: perl
62526            ! pod/perlguts.pod
62527 ____________________________________________________________________________
62528 [  5928] By: gsar                                  on 2000/04/24  08:50:13
62529         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
62530      Branch: perl
62531            ! ext/IO/lib/IO/Poll.pm
62532 ____________________________________________________________________________
62533 [  5927] By: gsar                                  on 2000/04/24  08:43:24
62534         Log: arrange for next() to resume at the unstack op rather than the
62535              loop conditional, so that scope cleanup happens correctly
62536              (from Stephen McCamant)
62537      Branch: perl
62538            ! op.c pp_ctl.c t/op/misc.t
62539 ____________________________________________________________________________
62540 [  5926] By: gsar                                  on 2000/04/24  08:18:40
62541         Log: on windows, reserve 16M of stack rather than 128M (allows more
62542              threads to run concurrently)
62543      Branch: perl
62544            ! win32/Makefile win32/makefile.mk
62545 ____________________________________________________________________________
62546 [  5925] By: gsar                                  on 2000/04/24  08:13:52
62547         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
62548      Branch: perl
62549            ! toke.c
62550 ____________________________________________________________________________
62551 [  5924] By: gsar                                  on 2000/04/24  08:08:59
62552         Log: avoid using uninitialized memory in require version check
62553      Branch: perl
62554            ! pp_ctl.c universal.c
62555 ____________________________________________________________________________
62556 [  5923] By: gsar                                  on 2000/04/24  07:20:14
62557         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
62558      Branch: perl
62559            ! ext/IO/lib/IO/Poll.pm
62560 ____________________________________________________________________________
62561 [  5922] By: gsar                                  on 2000/04/24  07:08:42
62562         Log: commentary about IoTYPE() (from Nathan Torkington)
62563      Branch: perl
62564            ! sv.h
62565 ____________________________________________________________________________
62566 [  5921] By: gsar                                  on 2000/04/24  06:58:26
62567         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
62568              by fix
62569      Branch: perl
62570            ! sv.c t/lib/charnames.t t/pragma/utf8.t
62571 ____________________________________________________________________________
62572 [  5920] By: gsar                                  on 2000/04/24  06:37:59
62573         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
62574      Branch: perl
62575            ! doop.c t/op/ver.t
62576 ____________________________________________________________________________
62577 [  5919] By: gsar                                  on 2000/04/24  06:21:58
62578         Log: Configure might miss old directories when prefix must be
62579              expanded (from Robin Barker)
62580      Branch: metaconfig
62581            ! U/installdirs/inc_version_list.U
62582      Branch: perl
62583            ! Configure
62584 ____________________________________________________________________________
62585 [  5918] By: gsar                                  on 2000/04/24  06:16:11
62586         Log: VMS nits in glob() test (from Charles Lane)
62587      Branch: perl
62588            ! t/lib/glob-basic.t
62589 ____________________________________________________________________________
62590 [  5917] By: gsar                                  on 2000/04/24  06:11:56
62591         Log: various pod nits (from Larry Virden and others)
62592      Branch: perl
62593            ! README.amiga README.hpux README.machten README.os2
62594            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
62595            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
62596            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
62597            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
62598            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
62599            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
62600            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
62601            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
62602 ____________________________________________________________________________
62603 [  5916] By: gsar                                  on 2000/04/24  05:52:43
62604         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
62605              <wjones@tc.fluke.com>)
62606      Branch: perl
62607            ! t/lib/glob-basic.t
62608 ____________________________________________________________________________
62609 [  5915] By: gsar                                  on 2000/04/24  05:07:01
62610         Log: supported platforms mixed up
62611      Branch: perl
62612            ! pod/perl56delta.pod pod/perlport.pod
62613 ____________________________________________________________________________
62614 [  5914] By: gsar                                  on 2000/04/24  04:56:08
62615         Log: caller() wasn't returning the right number of elements for
62616              eval {...}
62617      Branch: perl
62618            ! pp_ctl.c t/pragma/warn/9enabled
62619 ____________________________________________________________________________
62620 [  5913] By: gsar                                  on 2000/04/24  04:35:41
62621         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
62622              Mark-Jason Dominus)
62623      Branch: perl
62624            ! pod/perlfunc.pod
62625 ____________________________________________________________________________
62626 [  5912] By: gsar                                  on 2000/04/24  04:17:15
62627         Log: fix totally broken caching in UNIVERSAL::isa() (from
62628              Nick Ing-Simmons)
62629      Branch: perl
62630            ! t/op/universal.t universal.c
62631 ____________________________________________________________________________
62632 [  5911] By: gsar                                  on 2000/04/24  03:39:47
62633         Log: add linebreak properties from unicode/LineBrk.txt (from
62634              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
62635      Branch: perl
62636            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
62637            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
62638            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
62639            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
62640            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
62641            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
62642            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
62643            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
62644            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
62645            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
62646            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
62647            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
62648            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
62649            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
62650            + lib/unicode/Is/LbrkZW.pl
62651            ! lib/unicode/mktables.PL
62652 ____________________________________________________________________________
62653 [  5910] By: gsar                                  on 2000/04/24  03:23:10
62654         Log: typo in pod
62655      Branch: perl
62656            ! ext/Thread/Thread.pm
62657 ____________________________________________________________________________
62658 [  5909] By: gsar                                  on 2000/04/24  03:22:03
62659         Log: mode argument to do_binmode() should be file mode, not boolean
62660      Branch: perl
62661            ! pp_sys.c
62662 ____________________________________________________________________________
62663 [  5908] By: gsar                                  on 2000/04/16  16:51:08
62664         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
62665              always returns a valid GV even when the symbol is trapped by strictures
62666              (avoids coredumps)
62667              
62668              TODO: the C<package;> hack needs similar treatment
62669      Branch: perl
62670            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
62671            ! t/pragma/strict-vars
62672 ____________________________________________________________________________
62673 [  5907] By: jhi                                   on 2000/03/31  23:42:56
62674         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
62675              an assumption which #5905 demolished.
62676      Branch: cfgperl
62677            ! pp_sys.c
62678 ____________________________________________________________________________
62679 [  5906] By: jhi                                   on 2000/03/31  18:54:37
62680         Log: Typo in #5905.
62681      Branch: cfgperl
62682            ! t/op/64bitint.t
62683 ____________________________________________________________________________
62684 [  5905] By: jhi                                   on 2000/03/31  18:50:54
62685         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
62686              reported by Joseph N. Hall.  The bug was that even with use64bitint
62687              one had to use the prefixes q, L, or ll with printf/sprintf,
62688              contrary to the documentation and common sense.
62689      Branch: cfgperl
62690            ! sv.c t/op/64bitint.t
62691 ____________________________________________________________________________
62692 [  5904] By: gsar                                  on 2000/03/28  02:31:32
62693         Log: add Changes, perldelta.pod
62694      Branch: perl
62695            + Changes pod/perldelta.pod
62696 ____________________________________________________________________________
62697 [  5903] By: gsar                                  on 2000/03/28  02:03:55
62698         Log: rename Changes and perldelta.pod
62699      Branch: perl
62700           +> Changes5.6 pod/perl56delta.pod
62701            - Changes pod/perldelta.pod
62702            ! MANIFEST
62703 ____________________________________________________________________________
62704 [  5902] By: gsar                                  on 2000/03/28  01:59:14
62705         Log: create maint-5.6 branch
62706      Branch: maint-5.6/perl
62707           +> (branch 1611 files)
62708 ____________________________________________________________________________
62709 [  5901] By: jhi                                   on 2000/03/23  05:48:43
62710         Log: Integrate with Sarathy.
62711      Branch: cfgperl
62712           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
62713 ____________________________________________________________________________
62714 [  5900] By: gsar                                  on 2000/03/23  05:42:43
62715         Log: three guesses on what this is :-)
62716      Branch: perl
62717            ! Changes