a09e83ff425230b8789af37d683ba631e8d31a45
[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 [ 13461] By: jhi                                   on 2001/12/04  14:49:45
35         Log: Must wipe out the memory of real Socket before starting
36              to use the old one.
37      Branch: perl
38            ! lib/Net/t/config.t
39 ____________________________________________________________________________
40 [ 13460] By: jhi                                   on 2001/12/04  14:40:28
41         Log: LC_ALL might trump LANG.
42      Branch: perl
43            ! lib/open.t
44 ____________________________________________________________________________
45 [ 13459] By: jhi                                   on 2001/12/04  14:39:38
46         Log: Make the eval runtime.
47      Branch: perl
48            ! lib/open.pm
49 ____________________________________________________________________________
50 [ 13458] By: jhi                                   on 2001/12/04  14:08:17
51         Log: Make the Langinfo test both more lenient (allow
52              for any symbol not to exists) and stricter (add
53              more symbols).
54      Branch: perl
55            ! ext/I18N/Langinfo/Langinfo.t
56 ____________________________________________________________________________
57 [ 13457] By: gsar                                  on 2001/12/04  14:07:01
58         Log: integrate change#13453 from maint-5.6
59              
60              tweak change#11399 to use an explicit flag rather than
61              ass_u_ming w32_pseudo_id will only be zero for the real
62              toplevel interpreter; avoids multiple hosts from diddling
63              the environment at the same time
64      Branch: perl
65           !> win32/perlhost.h
66 ____________________________________________________________________________
67 [ 13456] By: jhi                                   on 2001/12/04  13:35:58
68         Log: Subject: [PATCH] VMS update for perldelta.pod
69              From: "Craig A. Berry" <craigberry@mac.com> 
70              Date: Tue, 4 Dec 2001 00:23:12 -0600
71              Message-Id: <a05101002b83218be190d@[172.16.52.1]>
72      Branch: perl
73            ! pod/perldelta.pod
74 ____________________________________________________________________________
75 [ 13455] By: jhi                                   on 2001/12/04  13:23:19
76         Log: NetWare tweak from Ananth Kesari.
77      Branch: perl
78            ! NetWare/Makefile
79 ____________________________________________________________________________
80 [ 13454] By: jhi                                   on 2001/12/04  13:17:38
81         Log: Upgrade to Net::Ping 2.07, from Rob Brown.
82              Not adding the test suite because of its many assumptions.
83      Branch: perl
84            ! lib/Net/Ping.pm
85 ____________________________________________________________________________
86 [ 13452] By: jhi                                   on 2001/12/04  04:28:29
87         Log: Add hints file for SUPER-UX: the UNIX of NEC SX series,
88              from Len Makin.
89      Branch: perl
90            + hints/super-ux.sh
91            ! MANIFEST
92 ____________________________________________________________________________
93 [ 13451] By: jhi                                   on 2001/12/04  01:58:03
94         Log: Add Mac OS X known failures to perldelta.
95      Branch: perl
96            ! pod/perldelta.pod
97 ____________________________________________________________________________
98 [ 13450] By: jhi                                   on 2001/12/04  01:26:38
99         Log: I think it's time to call the utf8 code non-test.
100      Branch: perl
101            ! utf8.c
102 ____________________________________________________________________________
103 [ 13449] By: jhi                                   on 2001/12/04  00:59:27
104         Log: Retract #13303, need rethink.
105      Branch: perl
106            ! utf8.c
107 ____________________________________________________________________________
108 [ 13448] By: jhi                                   on 2001/12/03  22:40:22
109         Log: Subject: [PATCH perl@13440] VMS install fix-ups: add libnetcfg and xsubpp as utility commands
110              From: "Craig A. Berry" <craigberry@mac.com>
111              Date: Mon, 03 Dec 2001 16:28:06 -0600
112              Message-Id: <5.1.0.14.2.20011202223303.01c3ab98@exchi01>
113      Branch: perl
114            ! configure.com lib/File/Basename.pm vms/descrip_mms.template
115 ____________________________________________________________________________
116 [ 13447] By: jhi                                   on 2001/12/03  22:37:12
117         Log: Subject: [PATCH] Solaris/longdouble needs /opt/SUNWspro/lib
118              From: Andy Dougherty <doughera@lafayette.edu>
119              Date: Mon, 3 Dec 2001 15:48:26 -0500 (EST)
120              Message-ID: <Pine.SOL.4.10.10112031543520.5207-100000@maxwell.phys.lafayette.edu>
121      Branch: perl
122            ! hints/solaris_2.sh
123 ____________________________________________________________________________
124 [ 13446] By: jhi                                   on 2001/12/03  22:29:58
125         Log: This test is not very robust on 8.3-constrained systems:
126              all the "with truncated name" lines between "Autosplitting ..."
127              and "some names are not unique" lines are unexpected,
128              and the truncation message becomes:
129              testtest.al, testtest.al truncate to testtest 
130      Branch: perl
131            ! lib/AutoSplit.t
132 ____________________________________________________________________________
133 [ 13445] By: jhi                                   on 2001/12/03  22:13:07
134         Log: DOS/DJGPP has nl_langinfo() but nothing much in it.
135      Branch: perl
136            ! ext/I18N/Langinfo/Langinfo.t
137 ____________________________________________________________________________
138 [ 13444] By: jhi                                   on 2001/12/03  22:02:52
139         Log: Test::Morify UCD.t
140      Branch: perl
141            ! lib/Unicode/UCD.t
142 ____________________________________________________________________________
143 [ 13443] By: jhi                                   on 2001/12/03  21:50:13
144         Log: If Socket has not been built (e.g. DJGPP) the libnet
145              tests fall over with (too) much noise.
146      Branch: perl
147            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
148            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
149            ! lib/Net/t/smtp.t lib/Net/t/time.t
150 ____________________________________________________________________________
151 [ 13442] By: jhi                                   on 2001/12/03  17:22:08
152         Log: Subject: [PATCH] shared hash keys and ++/--
153              From: Nicholas Clark <nick@ccl4.org>
154              Date: Mon, 3 Dec 2001 16:37:16 +0000
155              Message-ID: <20011203163716.C21702@plum.flirble.org>
156      Branch: perl
157            ! pp.c pp_hot.c sv.c t/op/inc.t
158 ____________________________________________________________________________
159 [ 13441] By: jhi                                   on 2001/12/03  17:15:52
160         Log: Subject: [PATCH lib/Term/Cap.pm] was Re: [PATCH] Shared hash keys
161              From: Jonathan Stowe <jns@gellyfish.com>
162              Date: Mon, 3 Dec 2001 15:48:38 +0000 (GMT)
163              Message-ID: <Pine.LNX.4.33.0112031543290.386-100000@orpheus.gellyfish.com>
164      Branch: perl
165            ! lib/Term/Cap.pm
166 ____________________________________________________________________________
167 [ 13440] By: jhi                                   on 2001/12/03  14:26:58
168         Log: Update Changes.
169      Branch: perl
170            ! Changes patchlevel.h
171 ____________________________________________________________________________
172 [ 13439] By: jhi                                   on 2001/12/03  14:22:05
173         Log: perldelta tweaks.
174      Branch: perl
175            ! pod/perldelta.pod
176 ____________________________________________________________________________
177 [ 13438] By: jhi                                   on 2001/12/03  14:12:08
178         Log: Subject: [PATCH] perlnewmod.pod: Fixed URL for Ken William's Tutorial
179              From: Sam Tregar <sam@tregar.com> 
180              Date: Mon, 3 Dec 2001 00:04:07 -0500 (EST)
181              Message-ID: <Pine.LNX.4.33.0112030002210.24619-100000@localhost.localdomain>
182      Branch: perl
183            ! pod/perlnewmod.pod
184 ____________________________________________________________________________
185 [ 13437] By: jhi                                   on 2001/12/03  14:08:59
186         Log: microperl casting nit.
187      Branch: perl
188            ! utf8.c
189 ____________________________________________________________________________
190 [ 13436] By: jhi                                   on 2001/12/03  14:03:21
191         Log: Make sharepvn a macro since all it does is a deref.
192      Branch: perl
193            ! embed.h embed.pl global.sym hv.c hv.h proto.h
194 ____________________________________________________________________________
195 [ 13435] By: jhi                                   on 2001/12/03  13:38:14
196         Log: perldelta updates.
197      Branch: perl
198            ! pod/perldelta.pod
199 ____________________________________________________________________________
200 [ 13434] By: jhi                                   on 2001/12/03  13:13:02
201         Log: PPPort update from Paul Marquess.
202      Branch: perl
203            + ext/Devel/PPPort/Changes ext/Devel/PPPort/PPPort.xs
204            + ext/Devel/PPPort/module2.c ext/Devel/PPPort/module3.c
205            + ext/Devel/PPPort/t/test.t
206            - ext/Devel/PPPort/harness/Harness.pm
207            - ext/Devel/PPPort/harness/Harness.xs
208            - ext/Devel/PPPort/harness/Makefile.PL
209            - ext/Devel/PPPort/harness/module2.c
210            - ext/Devel/PPPort/harness/module3.c
211            - ext/Devel/PPPort/harness/t/test.t
212            ! MANIFEST ext/Devel/PPPort/MANIFEST
213            ! ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
214            ! ext/Devel/PPPort/README ext/Devel/PPPort/TODO
215            ! ext/Devel/PPPort/soak
216 ____________________________________________________________________________
217 [ 13433] By: jhi                                   on 2001/12/03  12:57:23
218         Log: No use talking about dynamic library search patch
219              unless we are having a dynamic build.
220      Branch: perl
221            ! t/TEST
222 ____________________________________________________________________________
223 [ 13432] By: jhi                                   on 2001/12/02  22:35:04
224         Log: Be more explicit on the List::Util build trick,
225              should also stop unneeded rebuilds on static builds.
226      Branch: perl
227            ! ext/List/Util/Makefile.PL
228 ____________________________________________________________________________
229 [ 13431] By: jhi                                   on 2001/12/02  22:18:45
230         Log: We need to replace the optimize (-O1) with
231              the -h scalar0 -h vector0, not append them
232              to the ccflags.
233      Branch: perl
234            ! hints/unicos.sh hints/unicosmk.sh
235 ____________________________________________________________________________
236 [ 13430] By: jhi                                   on 2001/12/02  20:01:24
237         Log: Subject: [PATCH] Shared hash keys 
238              From: Nicholas Clark <nick@ccl4.org>
239              Date: Sun, 2 Dec 2001 20:52:32 +0000
240              Message-ID: <20011202205232.U21702@plum.flirble.org>
241      Branch: perl
242            ! doop.c t/op/tr.t
243 ____________________________________________________________________________
244 [ 13429] By: jhi                                   on 2001/12/02  19:19:54
245         Log: Better add new files to MANIFEST, too.
246      Branch: perl
247            ! MANIFEST
248 ____________________________________________________________________________
249 [ 13428] By: jhi                                   on 2001/12/02  18:38:18
250         Log: Subject: {PATCH] perlpacktut.pod
251              From: "Wolfgang Laun" <wolfgang.laun@chello.at> 
252              Date: Sun, 02 Dec 2001 19:55:06 +0100
253              Message-ID: <200112021955060600.009C0EF9@smtp.chello.at>
254      Branch: perl
255            ! pod/perlpacktut.pod
256 ____________________________________________________________________________
257 [ 13427] By: jhi                                   on 2001/12/02  17:07:57
258         Log: Various small nits found by DJGPP build.
259      Branch: perl
260            ! doio.c mg.c pp.c util.c
261 ____________________________________________________________________________
262 [ 13426] By: jhi                                   on 2001/12/02  16:55:21
263         Log: Subject: RE: More verbose POD for Carp
264              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>
265              Date: Sun, 2 Dec 2001 11:32:51 -0500
266              Message-ID: <3C0A9748@operamail.com>
267      Branch: perl
268            ! lib/Carp.pm
269 ____________________________________________________________________________
270 [ 13425] By: jhi                                   on 2001/12/02  16:54:06
271         Log: Add a header for DJGPP with the function prototypes.
272      Branch: perl
273            + djgpp/djgpp.h
274            ! MANIFEST djgpp/djgpp.c
275 ____________________________________________________________________________
276 [ 13424] By: jhi                                   on 2001/12/02  01:17:43
277         Log: Subject: [PATCH] chdir() with an empty tainted argument on Win32
278              From: Abe Timmerman <abe@ztreet.demon.nl>
279              Date: Sun, 02 Dec 2001 02:41:25 +0100
280              Message-ID: <j8vi0uorud2fa9vp0q2dpmn7tpr5hqec1d@4ax.com>
281      Branch: perl
282            ! pp_sys.c
283 ____________________________________________________________________________
284 [ 13423] By: jhi                                   on 2001/12/02  01:05:43
285         Log: There isn't PTR2INT(), there's PTR2IV().
286      Branch: perl
287            ! ext/Time/HiRes/HiRes.xs
288 ____________________________________________________________________________
289 [ 13422] By: jhi                                   on 2001/12/02  00:56:05
290         Log: Subject: [ID 20011201.170] Time::HiRes in devel-perl causes segfaults for xs users
291              From: Marc Lehmann <root@schmorp.de>
292              Date: Sun, 02 Dec 2001 02:44:53 +0100
293              Message-Id: <E16ALgb-0006Yw-00.pgcc-forever-2001-12-02-02-44-53@fuji.laendle>
294      Branch: perl
295            ! ext/Time/HiRes/HiRes.xs
296 ____________________________________________________________________________
297 [ 13421] By: jhi                                   on 2001/12/02  00:25:35
298         Log: encode()/decode() examples.
299      Branch: perl
300            ! ext/Encode/Encode.pm
301 ____________________________________________________________________________
302 [ 13420] By: jhi                                   on 2001/12/02  00:14:38
303         Log: DJGPP tweaks from Laszlo Molnar.
304      Branch: perl
305            ! djgpp/config.over djgpp/djgppsed.sh
306 ____________________________________________________________________________
307 [ 13419] By: jhi                                   on 2001/12/01  20:52:19
308         Log: Update Changes.
309      Branch: perl
310            ! Changes patchlevel.h
311 ____________________________________________________________________________
312 [ 13418] By: jhi                                   on 2001/12/01  20:40:03
313         Log: Integrate perlio;
314              
315              Skip socket-ness tests on handles (e.g. PerlIO::Scalar)
316              which do not have file descriptors. Noticed a possibly
317              worse problem in the process ...
318      Branch: perl
319           !> doio.c
320 ____________________________________________________________________________
321 [ 13417] By: jhi                                   on 2001/12/01  20:37:40
322         Log: Non-VMS-fixed and Win32-skipped version of
323              
324              Subject: [PATCH t/op/exec.t] Portabilty fix 
325              From: Michael G Schwern <schwern@pobox.com> 
326              Date: Fri, 30 Nov 2001 16:09:27 -0500
327              Message-ID: <20011130160927.A10406@blackrider>
328      Branch: perl
329            ! t/op/exec.t
330 ____________________________________________________________________________
331 [ 13416] By: jhi                                   on 2001/12/01  20:35:31
332         Log: Subject: Enabling strict on Carp/Heavy, + internal documentation
333              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
334              Date: Sat, 1 Dec 2001 07:01:09 -0500
335              Message-ID: <3C0D2E39@operamail.com>
336              
337              Subject: More verbose POD for Carp
338              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
339              Date: Sat, 1 Dec 2001 08:04:16 -0500
340              Message-ID: <3C285C2B@operamail.com>
341      Branch: perl
342            ! lib/Carp.pm lib/Carp/Heavy.pm
343 ____________________________________________________________________________
344 [ 13415] By: jhi                                   on 2001/12/01  20:31:06
345         Log: Subject: [PATCH lib/DB.t] Strictures, dual variables 
346              From: chromatic <chromatic@rmci.net>
347              Date: Sat, 01 Dec 2001 12:41:58 -0700
348              Message-ID: <20011201194946.50449.qmail@onion.perl.org>
349      Branch: perl
350            ! lib/DB.t
351 ____________________________________________________________________________
352 [ 13414] By: jhi                                   on 2001/12/01  20:30:17
353         Log: Try to make a missing RADIXCHAR a softer kinder error.
354      Branch: perl
355            ! ext/I18N/Langinfo/Langinfo.t
356 ____________________________________________________________________________
357 [ 13413] By: jhi                                   on 2001/12/01  20:21:27
358         Log: Have a little faith on nl_langinfo() itself.
359      Branch: perl
360            ! ext/I18N/Langinfo/Langinfo.xs
361 ____________________________________________________________________________
362 [ 13412] By: jhi                                   on 2001/12/01  18:47:07
363         Log: Typo (a missing endparen) and thinko (_MAXSTRMSG is
364              the max, not max plus one)
365      Branch: perl
366            ! ext/I18N/Langinfo/Langinfo.xs
367 ____________________________________________________________________________
368 [ 13411] By: jhi                                   on 2001/12/01  18:45:32
369         Log: Make reality agree with the comment.
370      Branch: perl
371            ! ext/I18N/Langinfo/Langinfo.xs
372 ____________________________________________________________________________
373 [ 13410] By: jhi                                   on 2001/12/01  18:43:11
374         Log: Try to protect against wild langinfo() arguments.
375      Branch: perl
376            ! ext/I18N/Langinfo/Langinfo.xs
377 ____________________________________________________________________________
378 [ 13408] By: jhi                                   on 2001/12/01  18:18:34
379         Log: If we are inside an eval, let's be silent about
380              separate symbols and just croak() in the end.
381      Branch: perl
382            ! lib/Exporter/Heavy.pm
383 ____________________________________________________________________________
384 [ 13406] By: jhi                                   on 2001/12/01  16:31:02
385         Log: Subject: Fix for Exporter error reporting behaviour
386              From: "Benjamin J. Tilly" <ben_tilly@operamail.com>                
387              Date: Sat, 1 Dec 2001 06:34:48 -0500
388              Message-ID: <3C0D1B9A@operamail.com>
389      Branch: perl
390            ! lib/Exporter.pm lib/Exporter/Heavy.pm
391 ____________________________________________________________________________
392 [ 13405] By: jhi                                   on 2001/12/01  16:29:27
393         Log: Need to hide behind an eval to avoid a warning
394              about :utf8 on non-perlio configs.
395      Branch: perl
396            ! lib/open.t
397 ____________________________________________________________________________
398 [ 13404] By: jhi                                   on 2001/12/01  15:55:51
399         Log: Subject: [PATCH 20010902.002] parser panics on lvalue methods 
400              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
401              Date: Fri, 30 Nov 2001 23:46:58 +0100
402              Message-ID: <20011130234658.A717@rafael>
403      Branch: perl
404            ! op.c t/op/method.t
405 ____________________________________________________________________________
406 [ 13403] By: jhi                                   on 2001/12/01  15:54:23
407         Log: Subject: Re: [ID 20011129.163] B::Xref- $top corrupt
408              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
409              Date: Thu, 29 Nov 2001 22:46:12 +0100
410              Message-ID: <20011129224612.A699@rafael>
411      Branch: perl
412            ! ext/B/B/Xref.pm
413 ____________________________________________________________________________
414 [ 13402] By: jhi                                   on 2001/12/01  15:52:13
415         Log: Subject: Re: [PATCH] [ID 20011130.166] "in memory" file handles via scalas not documented in perldoc -f open 
416              From: Tels <perl_dummy@bloodgate.com>
417              Date: Sat, 01 Dec 2001 10:29:11 +0100 (CET)
418              Message-Id: <200112010931.LAA29309@tiku.hut.fi>
419      Branch: perl
420            ! pod/perlfunc.pod
421 ____________________________________________________________________________
422 [ 13401] By: jhi                                   on 2001/12/01  15:48:13
423         Log: Subject: [REPATCH] reference pointer comparison
424              From: Nicholas Clark <nick@ccl4.org>
425              Date: Sat, 1 Dec 2001 13:00:17 +0000
426              Message-ID: <20011201130017.I21702@plum.flirble.org>
427      Branch: perl
428            ! pp.c
429 ____________________________________________________________________________
430 [ 13400] By: jhi                                   on 2001/12/01  15:43:15
431         Log: Upgrade to Storable 1.0.14.
432      Branch: perl
433            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
434 ____________________________________________________________________________
435 [ 13399] By: jhi                                   on 2001/12/01  15:40:13
436         Log: Add simple caches for ::viacode() and ::vianame().
437      Branch: perl
438            ! lib/charnames.pm lib/charnames.t
439 ____________________________________________________________________________
440 [ 13397] By: jhi                                   on 2001/12/01  04:35:39
441         Log: Regen toc and modlib.
442      Branch: perl
443            ! pod/perlmodlib.pod pod/perltoc.pod
444 ____________________________________________________________________________
445 [ 13396] By: jhi                                   on 2001/12/01  04:31:53
446         Log: Upgrade to podlators-1.18.
447      Branch: perl
448            ! lib/Pod/ParseLink.pm lib/Pod/Text/Termcap.pm
449 ____________________________________________________________________________
450 [ 13395] By: jhi                                   on 2001/11/30  23:03:20
451         Log: -h scalar0 -h vector0 seems to help for both
452              UNICOS and UNICOS/mk on the unpack %65c problems.
453              
454              (replaces #13393)
455      Branch: perl
456            ! hints/unicos.sh hints/unicosmk.sh
457 ____________________________________________________________________________
458 [ 13394] By: jhi                                   on 2001/11/30  22:51:17
459         Log: More Socket constants.
460      Branch: perl
461            ! ext/Socket/Makefile.PL ext/Socket/Socket.pm
462 ____________________________________________________________________________
463 [ 13393] By: jhi                                   on 2001/11/30  22:00:04
464         Log: (replaced by #13395)
465      Branch: perl
466            ! hints/unicosmk.sh
467 ____________________________________________________________________________
468 [ 13392] By: jhi                                   on 2001/11/30  20:26:22
469         Log: Subject: Re: -P and Incredible Disappearing $Config{cppstdin} (was Re: perl@13385)
470              From: Andy Dougherty <doughera@lafayette.edu>
471              Date: Fri, 30 Nov 2001 13:49:48 -0500 (EST)
472              Message-ID: <Pine.SOL.4.10.10111301304220.13302-100000@maxwell.phys.lafayette.edu>
473              
474              Simplify the test skippage criterion now that we are
475              no more dependent on sed.
476      Branch: perl
477            ! t/comp/cpp.t t/run/switchPx.t
478 ____________________________________________________________________________
479 [ 13391] By: jhi                                   on 2001/11/30  20:19:37
480         Log: Subject: Re: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux-2.4.8-26mdk
481              From: Michael G Schwern <schwern@pobox.com>
482              Date: Fri, 30 Nov 2001 11:48:44 -0500
483              Message-ID: <20011130114844.C1303@blackrider>
484              
485              (replaces #13381)
486      Branch: perl
487            ! t/op/stat.t
488 ____________________________________________________________________________
489 [ 13390] By: jhi                                   on 2001/11/30  18:12:54
490         Log: Let's not assume how much memory has been allocated
491              to PVs.
492      Branch: perl
493            ! ext/Devel/Peek/Peek.t
494 ____________________________________________________________________________
495 [ 13389] By: jhi                                   on 2001/11/30  17:38:37
496         Log: VOS needs to know the modules, including pp_sort.
497      Branch: perl
498            ! vos/perl.bind
499 ____________________________________________________________________________
500 [ 13388] By: jhi                                   on 2001/11/30  15:18:51
501         Log: Unused variables.
502      Branch: perl
503            ! ext/Unicode/Normalize/Normalize.xs
504 ____________________________________________________________________________
505 [ 13387] By: jhi                                   on 2001/11/30  14:57:19
506         Log: Subject: [PATCH] Cygwin failures with lib/ExtUtils/Embed.t
507              From: John Peacock <jpeacock@rowman.com>     
508              Date: Fri, 30 Nov 2001 10:24:00 -0500        
509              Message-ID: <3C07A490.A22A76B0@rowman.com>   
510      Branch: perl
511            ! lib/ExtUtils/Embed.t
512 ____________________________________________________________________________
513 [ 13386] By: jhi                                   on 2001/11/30  14:55:02
514         Log: Tweak for the VOS building script from Paul Green.
515      Branch: perl
516            ! vos/configure_perl.cm
517 ____________________________________________________________________________
518 [ 13385] By: jhi                                   on 2001/11/30  14:11:18
519         Log: Update Changes.
520      Branch: perl
521            ! Changes patchlevel.h
522 ____________________________________________________________________________
523 [ 13384] By: jhi                                   on 2001/11/30  14:00:55
524         Log: Cannot test if cppstdin has not yet been installed.
525      Branch: perl
526            ! t/run/switchPx.t
527 ____________________________________________________________________________
528 [ 13383] By: jhi                                   on 2001/11/30  13:59:18
529         Log: Subject: [PATCH perl.c ...] -P on VMS.  Evicting sed
530              From: Michael G Schwern <schwern@pobox.com> 
531              Date: Thu, 29 Nov 2001 22:05:11 -0500
532              Message-ID: <20011129220510.A18869@blackrider>
533              
534              TODO 1: if cppstdin is used and not yet installed,
535              the Px.t will fail (must do the same as in cpp.t)
536              
537              TODO 2: does this work if no Perl whatsoever has
538              yet been installed?  That is, we should be using
539              the Perl we are building to execute the one-liner.
540      Branch: perl
541            + t/run/switchPx.aux t/run/switchPx.t
542            ! MANIFEST configure.com perl.c t/comp/cpp.aux t/comp/cpp.t
543            ! vms/test.com
544 ____________________________________________________________________________
545 [ 13382] By: jhi                                   on 2001/11/30  13:41:15
546         Log: Upgrade to Unicode::Normalize 0.12.
547      Branch: perl
548            ! ext/Unicode/Normalize/Changes
549            ! ext/Unicode/Normalize/Normalize.pm
550            ! ext/Unicode/Normalize/Normalize.xs
551            ! ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
552            ! ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
553            ! ext/Unicode/Normalize/t/test.t
554 ____________________________________________________________________________
555 [ 13381] By: jhi                                   on 2001/11/30  13:23:06
556         Log: Subject: [ID 20011130.164] Not OK: perl v5.7.2 +DEVEL13363 on i686-linux 2.4.8-26mdk
557              From: jpeacock@dsl092-147-156.wdc1.dsl.speakeasy.net
558              Date: 30 Nov 2001 11:41:53 -0000             
559              Message-Id: <20011130114153.24600.qmail@dsl092-147-156.wdc1.dsl.speakeasy.net>
560              
561              No need to die if we have high-paranoia (non-chdirable)
562              system directories.
563      Branch: perl
564            ! t/op/stat.t
565 ____________________________________________________________________________
566 [ 13380] By: jhi                                   on 2001/11/30  04:49:56
567         Log: Paragraph rewrapping.
568      Branch: perl
569            ! pod/perliol.pod
570 ____________________________________________________________________________
571 [ 13379] By: jhi                                   on 2001/11/30  04:38:34
572         Log: Subject: [patch pod/perliol.pod] s/SvPV/SvPV_nolen/
573              From: Stas Bekman <stas@stason.org>
574              Date: Fri, 30 Nov 2001 13:23:34 +0800 (SGT)       
575              Message-ID: <Pine.LNX.4.40.0111301321220.4595-100000@hope.stason.org>
576      Branch: perl
577            ! pod/perliol.pod
578 ____________________________________________________________________________
579 [ 13378] By: jhi                                   on 2001/11/30  04:34:40
580         Log: Whether select() gets restarted on signals is
581              implementation dependent.
582      Branch: perl
583            ! ext/Time/HiRes/HiRes.t
584 ____________________________________________________________________________
585 [ 13377] By: jhi                                   on 2001/11/30  01:24:29
586         Log: More forgotten checkins.
587      Branch: perl
588            ! embed.h embed.pl proto.h
589 ____________________________________________________________________________
590 [ 13376] By: jhi                                   on 2001/11/30  01:16:22
591         Log: Add a note about folding vs lowercase.
592      Branch: perl
593            ! regexec.c
594 ____________________________________________________________________________
595 [ 13375] By: jhi                                   on 2001/11/30  01:09:17
596         Log: Use to_uni_fold (and add changed global.sym)
597      Branch: perl
598            ! global.sym utf8.c
599 ____________________________________________________________________________
600 [ 13374] By: jhi                                   on 2001/11/30  00:49:35
601         Log: Make to Unicode character functions to use UVs
602              instead of U32s and add to_uni_fold().
603      Branch: perl
604            ! embed.pl proto.h utf8.c
605 ____________________________________________________________________________
606 [ 13373] By: jhi                                   on 2001/11/29  22:34:44
607         Log: Subject: Re: DRAFT perlpacktut.pod v0.0
608              From: Nicholas Clark <nick@ccl4.org>
609              Date: Thu, 29 Nov 2001 22:47:32 +0000
610              Message-ID: <20011129224732.W37621@plum.flirble.org>
611      Branch: perl
612            ! pod/perlpacktut.pod
613 ____________________________________________________________________________
614 [ 13372] By: jhi                                   on 2001/11/29  22:32:49
615         Log: README.vos updates from Paul Green.
616      Branch: perl
617            ! README.vos
618 ____________________________________________________________________________
619 [ 13371] By: jhi                                   on 2001/11/29  21:01:31
620         Log: Subject: [PATCH Perl@13343] VMS pre7 default signal handling
621              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
622              Date: Thu, 29 Nov 2001 14:18:51 EST
623              Message-Id: <011129141454.666c6@DUPHY4.Physics.Drexel.Edu>
624      Branch: perl
625            ! mg.c vms/vms.c vms/vmsish.h
626 ____________________________________________________________________________
627 [ 13370] By: jhi                                   on 2001/11/29  20:59:35
628         Log: Subject: [PATCH README.vms] Fwd: [craigberry@mac.com: RE: Broken URL in README.vms]
629              From: Michael G Schwern <schwern@pobox.com>
630              Date: Thu, 29 Nov 2001 13:12:31 -0500
631              Message-ID: <20011129131231.E11300@blackrider>
632      Branch: perl
633            ! README.vms
634 ____________________________________________________________________________
635 [ 13369] By: jhi                                   on 2001/11/29  20:58:10
636         Log: BGET_IV was missing.
637      Branch: perl
638            ! ext/ByteLoader/bytecode.h
639 ____________________________________________________________________________
640 [ 13368] By: jhi                                   on 2001/11/29  15:40:40
641         Log: Subject: [PATCH lib/Term/Cap.pm] (was Re: warnings from  [PATCH Perl@13013] Term::Cap and VMS )
642              From: Jonathan Stowe <gellyfish@gellyfish.com>
643              Date: Thu, 29 Nov 2001 16:31:24 +0000 (GMT)        
644              Message-ID: <Pine.LNX.4.33.0111291628540.20888-100000@orpheus.gellyfish.com>
645      Branch: perl
646            ! lib/Term/Cap.pm
647 ____________________________________________________________________________
648 [ 13367] By: jhi                                   on 2001/11/29  15:11:43
649         Log: Porting/checkURL.pl was missing.
650      Branch: perl
651            ! MANIFEST
652 ____________________________________________________________________________
653 [ 13366] By: jhi                                   on 2001/11/29  15:03:52
654         Log: Subject: INSTALL and READMEs should be reviewed
655              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
656              Date: Thu, 29 Nov 2001 16:49:36 +0100
657              Message-ID: <20011129164936.A17492@rafael>         
658      Branch: perl
659            ! README.cygwin
660 ____________________________________________________________________________
661 [ 13365] By: jhi                                   on 2001/11/29  14:39:01
662         Log: Subject: Re: [PATCH README.os390] URL fixes and "Tools and Toys" link
663              From: Peter Prymmer <pvhp@pvhp.best.vwh.net>
664              Date: Thu, 29 Nov 2001 15:37:42 +0000 (GMT)
665              Message-ID: <Pine.BSF.4.10.10111291529080.98343-100000@pvhp.best.vwh.net>
666      Branch: perl
667            ! README.os390
668 ____________________________________________________________________________
669 [ 13364] By: jhi                                   on 2001/11/29  14:34:18
670         Log: Update Changes.
671      Branch: perl
672            ! Changes patchlevel.h
673 ____________________________________________________________________________
674 [ 13363] By: jhi                                   on 2001/11/29  14:26:48
675         Log: The changes to the curliffed files didn't stick in #13348.
676      Branch: perl
677            ! README.dos README.win32
678 ____________________________________________________________________________
679 [ 13362] By: jhi                                   on 2001/11/29  14:13:03
680         Log: Subject: Re: Found the rev where File::Glob broke
681              From: Andy Dougherty <doughera@lafayette.edu>
682              Date: Thu, 29 Nov 2001 10:14:05 -0500 (EST)
683              Message-ID: <Pine.SOL.4.10.10111291013060.23886-100000@maxwell.phys.lafayette.edu>
684      Branch: perl
685            ! lib/ExtUtils/MM_Unix.pm
686 ____________________________________________________________________________
687 [ 13361] By: jhi                                   on 2001/11/29  14:08:30
688         Log: Use __DATA__ instead of __END__.
689      Branch: perl
690            ! lib/Term/Cap.pm
691 ____________________________________________________________________________
692 [ 13360] By: jhi                                   on 2001/11/29  14:03:28
693         Log: Subject: [PATCH toke.c] autosplit into @F fix
694              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
695              Date: Thu, 29 Nov 2001 14:52:23 +0100
696              Message-ID: <20011129145223.A25817@rafael>         
697      Branch: perl
698            ! toke.c
699 ____________________________________________________________________________
700 [ 13359] By: jhi                                   on 2001/11/29  13:47:07
701         Log: Subject: [PATCH B::Deparse] deparse -wl0 -i.bak
702              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
703              Date: Thu, 29 Nov 2001 15:48:15 +0100
704              Message-ID: <20011129154815.C25817@rafael>         
705      Branch: perl
706            ! ext/B/B/Deparse.pm ext/B/O.pm ext/B/t/deparse.t
707 ____________________________________________________________________________
708 [ 13358] By: jhi                                   on 2001/11/29  13:43:40
709         Log: Subject: DRAFT perlpacktut.pod - minor diffs to v0.1
710              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
711              Date: Wed, 28 Nov 2001 20:35:29 +0100
712              Message-ID: <200111282035290250.0067732D@smtp.chello.at>
713      Branch: perl
714            ! pod/perlpacktut.pod
715 ____________________________________________________________________________
716 [ 13357] By: jhi                                   on 2001/11/29  13:42:18
717         Log: Subject: [patch pod/perlapio.pod] csh temp env setting
718              From: Stas Bekman <stas@stason.org>
719              Date: Thu, 29 Nov 2001 13:17:57 +0800 (SGT) 
720              Message-ID: <Pine.LNX.4.40.0111291314570.17584-100000@hope.stason.org>
721              
722              (with tweaks)
723      Branch: perl
724            ! pod/perlapio.pod
725 ____________________________________________________________________________
726 [ 13356] By: jhi                                   on 2001/11/29  13:39:06
727         Log: Subject: Re: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
728              From: Tels <perl_dummy@bloodgate.com>
729              Date: Thu, 29 Nov 2001 07:28:10 +0100 (CET) 
730              Message-Id: <200111290630.IAA08631@tiku.hut.fi>
731              
732              (plus paragraph rewrapping)
733      Branch: perl
734            ! lib/Exporter.pm
735 ____________________________________________________________________________
736 [ 13355] By: jhi                                   on 2001/11/29  04:43:54
737         Log: Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.
738              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>                 
739              Date: Wed, 28 Nov 2001 21:47:59 +0000
740              Message-Id: <200111282147.fASLlxD04163@crypt.compulink.co.uk>
741      Branch: perl
742            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
743 ____________________________________________________________________________
744 [ 13354] By: jhi                                   on 2001/11/29  04:28:29
745         Log: Subject: Re: Fw: Smoke 13285 /pro/3gl/CPAN/perl-current        
746              From: Andy Dougherty <doughera@lafayette.edu>
747              Date: Wed, 28 Nov 2001 15:33:00 -0500 (EST) 
748              Message-ID: <Pine.SOL.4.10.10111281524560.22100-100000@maxwell.phys.lafayette.edu>         
749      Branch: perl
750            ! INSTALL ext/Time/HiRes/HiRes.t
751 ____________________________________________________________________________
752 [ 13353] By: jhi                                   on 2001/11/29  04:19:40
753         Log: Subject: [PATCH t/run/kill_perl.t] (was Re: [ID 20011128.159] Segmentation faulton bad regexp)
754              From: Michael G Schwern <schwern@pobox.com> 
755              Date: Wed, 28 Nov 2001 16:37:01 -0500
756              Message-ID: <20011128163701.H676@blackrider>
757      Branch: perl
758            ! t/run/kill_perl.t
759 ____________________________________________________________________________
760 [ 13352] By: jhi                                   on 2001/11/29  04:18:08
761         Log: @INC tweak.
762      Branch: perl
763            ! t/op/ref.t
764 ____________________________________________________________________________
765 [ 13351] By: jhi                                   on 2001/11/29  02:28:06
766         Log: Subject: [PATCH] Re: [ID 20011127.153] installman error
767              From: Nicholas Clark <nick@ccl4.org>
768              Date: Wed, 28 Nov 2001 23:38:43 +0000
769              Message-ID: <20011128233843.N37621@plum.flirble.org>  
770      Branch: perl
771            ! installman
772 ____________________________________________________________________________
773 [ 13350] By: jhi                                   on 2001/11/29  02:18:30
774         Log: Tweak the forking logic.
775      Branch: perl
776            ! Porting/checkURL.pl
777 ____________________________________________________________________________
778 [ 13349] By: jhi                                   on 2001/11/29  01:37:48
779         Log: Update perlmodlib.PL as per #13348.  The L<> got
780              changed back because that is coming from ParseLink.pm.
781      Branch: perl
782            ! pod/perlmodlib.PL pod/perlmodlib.pod
783 ____________________________________________________________________________
784 [ 13348] By: jhi                                   on 2001/11/29  01:31:48
785         Log: URL fixups from Michael Schwern.
786      Branch: perl
787            ! README.cygwin README.dos README.hpux README.mint README.mpeix
788            ! README.os390 README.qnx README.solaris README.vos README.win32
789            ! pod/perlmodlib.pod
790 ____________________________________________________________________________
791 [ 13347] By: jhi                                   on 2001/11/29  01:23:08
792         Log: Subject: [PATCH Exporter.pm] Explain dangers & workaround for AUTOLOADed constant subs
793              From: Barrie Slaymaker <barries@slaysys.com>
794              Date: Wed, 28 Nov 2001 14:10:01 -0500                 
795              Message-ID: <20011128140957.D5236@sizzle.whoville.com>
796      Branch: perl
797            ! lib/Exporter.pm
798 ____________________________________________________________________________
799 [ 13346] By: jhi                                   on 2001/11/29  01:22:02
800         Log: Change $=, $., $*, $%, and $- to be IVs instead of longs.
801      Branch: perl
802            ! bytecode.pl ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c sv.h
803 ____________________________________________________________________________
804 [ 13345] By: jhi                                   on 2001/11/29  00:11:56
805         Log: Subject: [PATCH] Re: $\ very broken
806              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
807              Date: Wed, 28 Nov 2001 22:33:08 +0100                 
808              Message-ID: <20011128223308.E732@rafael>   
809              
810              Subject: Re: [PATCH] Re: $\ very broken     
811              From: Nicholas Clark <nick@ccl4.org>
812              Date: Wed, 28 Nov 2001 22:29:00 +0000                 
813              Message-ID: <20011128222859.K37621@plum.flirble.org>
814      Branch: perl
815            ! mg.c t/op/ref.t
816 ____________________________________________________________________________
817 [ 13344] By: jhi                                   on 2001/11/29  00:05:19
818         Log: Add Abigail's link checker with the following tweaks:
819              - known dummy URLs (Peter Prymmer)
820              - do also READMEs and INSTALL (Michael Schwern)
821              - do also ftp URLs
822              - add fork retry loop in case the allowed number
823              of processes per user is low
824      Branch: perl
825            + Porting/checkURL.pl
826            ! MANIFEST
827 ____________________________________________________________________________
828 [ 13343] By: jhi                                   on 2001/11/28  14:56:50
829         Log: Update Changes.
830      Branch: perl
831            ! Changes patchlevel.h
832 ____________________________________________________________________________
833 [ 13342] By: jhi                                   on 2001/11/28  14:15:25
834         Log: In Linux if we have modern enough gcc and supported
835              enough CPU, crank up the optimization level to -O3.
836      Branch: perl
837            ! hints/linux.sh
838 ____________________________________________________________________________
839 [ 13341] By: jhi                                   on 2001/11/28  14:00:12
840         Log: Add perlpacktut from Wolfgang Laun; regen toc.
841      Branch: perl
842            + pod/perlpacktut.pod
843            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldelta.pod
844            ! pod/perltoc.pod
845 ____________________________________________________________________________
846 [ 13340] By: jhi                                   on 2001/11/28  13:45:00
847         Log: Subject: [PATCH: perl@13324] arithmetic fix for skipped tests on VMS      
848              From: PPrymmer@factset.com
849              Date: Wed, 28 Nov 2001 07:51:26 -0500
850              Message-ID: <OF3C405D19.04CAF18F-ON85256B12.00464B6C@55.25.11>    
851      Branch: perl
852            ! vms/test.com
853 ____________________________________________________________________________
854 [ 13339] By: jhi                                   on 2001/11/28  13:37:31
855         Log: Test cases for the first half of #13338.
856      Branch: perl
857            ! t/lib/h2ph.h t/lib/h2ph.pht
858 ____________________________________________________________________________
859 [ 13338] By: jhi                                   on 2001/11/28  13:28:08
860         Log: Subject: Re: h2ph confused by comments in an enum.
861              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
862              Date: Wed, 28 Nov 2001 04:19:21 +0000
863              Message-Id: <200111280419.fAS4JLD17887@crypt.compulink.co.uk>        
864              
865              Subject: Re: More h2ph problems [was Re: h2ph confused by comments in an enum.]
866              From: Hugo van der Sanden <hv@crypt.compulink.co.uk> 
867              Date: Wed, 28 Nov 2001 13:36:35 +0000
868              Message-Id: <200111281336.fASDaZG30245@crypt.compulink.co.uk>
869      Branch: perl
870            ! utils/h2ph.PL
871 ____________________________________________________________________________
872 [ 13337] By: jhi                                   on 2001/11/28  13:15:41
873         Log: Subject: Re: [PATCH Perl@13013] Term::Cap and VMS
874              From: Jonathan Stowe <gellyfish@gellyfish.com>
875              Date: Wed, 28 Nov 2001 10:39:54 +0000 (GMT)
876              Message-ID: <Pine.LNX.4.33.0111281039070.20888-100000@orpheus.gellyfish.com>
877              
878              (replace #13327)
879      Branch: perl
880            ! lib/Term/Cap.pm
881 ____________________________________________________________________________
882 [ 13336] By: jhi                                   on 2001/11/28  04:21:05
883         Log: Replace #13335 with
884              
885              Subject: Re: [PATCH perl@13323] Termcap.pm with no termios
886              From: Russ Allbery <rra@stanford.edu>
887              Date: 27 Nov 2001 20:42:49 -0800
888              Message-ID: <yl667vv73q.fsf@windlord.stanford.edu>
889      Branch: perl
890            ! lib/Pod/Text/Termcap.pm
891 ____________________________________________________________________________
892 [ 13335] By: jhi                                   on 2001/11/28  03:33:10
893         Log: (replaced by #13336)
894              
895              Subject: [PATCH perl@13323] Termcap.pm with no termios
896              From: "Craig A. Berry" <craigberry@mac.com> 
897              Date: Tue, 27 Nov 2001 22:28:50 -0600
898              Message-Id: <a05101003b82a151fda85@[192.168.56.184]>
899      Branch: perl
900            ! lib/Pod/Text/Termcap.pm
901 ____________________________________________________________________________
902 [ 13334] By: jhi                                   on 2001/11/28  03:31:51
903         Log: Subject: [PATCH perl@13323] solve identity crisis on VMS 
904              From: "Craig A. Berry" <craigberry@mac.com> 
905              Date: Tue, 27 Nov 2001 21:46:45 -0600
906              Message-Id: <a05101002b829f5c9824d@[192.168.56.184]>
907      Branch: perl
908            ! configure.com
909 ____________________________________________________________________________
910 [ 13333] By: jhi                                   on 2001/11/28  03:30:03
911         Log: Upgrade to podlators 1.17.
912      Branch: perl
913            ! lib/Pod/Man.pm lib/Pod/Text/Color.pm
914            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
915 ____________________________________________________________________________
916 [ 13332] By: jhi                                   on 2001/11/28  03:23:04
917         Log: Fix for "a\x{100}" =~ /A/i.
918      Branch: perl
919            ! embed.h embed.pl global.sym proto.h regexec.c t/op/pat.t
920            ! utf8.c
921 ____________________________________________________________________________
922 [ 13331] By: jhi                                   on 2001/11/28  00:52:19
923         Log: Subject: [PATCH perl@13324] fix lib/DB.t on VMS
924              From: "Craig A. Berry" <craigberry@mac.com>
925              Date: Tue, 27 Nov 2001 17:11:49 -0600
926              Message-Id: <5.1.0.14.2.20011127164513.01bf1ec0@exchi01>
927      Branch: perl
928            ! lib/DB.t
929 ____________________________________________________________________________
930 [ 13330] By: jhi                                   on 2001/11/28  00:50:53
931         Log: Subject: [PATCH] unterminated C<< ... >> in perldelta
932              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
933              Date: Tue, 27 Nov 2001 14:55:23 -0500
934              Message-ID: <20011127145523.G401767@linguist.thayer.dartmouth.edu>
935              
936              Subject: [PATCH: perl@13324] updates to perldelta.pod 
937              From: PPrymmer@factset.com
938              Date: Tue, 27 Nov 2001 18:06:04 -0500
939              Message-ID: <OF812EB439.6864B239-ON85256B11.007E73B5@55.25.11>
940              
941              plus added some known problems.
942      Branch: perl
943            ! pod/perldelta.pod
944 ____________________________________________________________________________
945 [ 13329] By: jhi                                   on 2001/11/28  00:35:53
946         Log: Subject: [PATCH Perl@13013] A not-so-lethal kill() for VMS pre-7.0
947              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
948              Date: Tue, 27 Nov 2001 15:38:02 EST 
949              Message-Id: <011127153734.62182@DUPHY4.Physics.Drexel.Edu>
950      Branch: perl
951            ! configure.com vms/vms.c vms/vmsish.h
952 ____________________________________________________________________________
953 [ 13328] By: jhi                                   on 2001/11/28  00:34:12
954         Log: Subject: [PATCH t/run/kill_perl.t] Re: [ID 20011127.155] \ -f "file" dumps core
955              From: Michael G Schwern <schwern@pobox.com> 
956              Date: Tue, 27 Nov 2001 15:31:12 -0500
957              Message-ID: <20011127153112.G20929@blackrider>
958      Branch: perl
959            ! t/run/kill_perl.t
960 ____________________________________________________________________________
961 [ 13327] By: jhi                                   on 2001/11/28  00:23:10
962         Log: (replaced by #13337)
963              
964              VMS can safely hardcode a termcap entry for VT100.
965      Branch: perl
966            ! lib/Term/Cap.pm
967 ____________________________________________________________________________
968 [ 13326] By: jhi                                   on 2001/11/27  17:47:28
969         Log: VMS piping fixes from Charles Lane (perl -P should
970              be working now).
971      Branch: perl
972            ! vms/vms.c
973 ____________________________________________________________________________
974 [ 13325] By: jhi                                   on 2001/11/27  17:44:31
975         Log: Subject: [PATCH] perlvar.pod fix
976              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
977              Date: Tue, 27 Nov 2001 13:11:47 -0500
978              Message-ID: <20011127131147.E401767@linguist.thayer.dartmouth.edu>
979      Branch: perl
980            ! pod/perlvar.pod
981 ____________________________________________________________________________
982 [ 13324] By: jhi                                   on 2001/11/27  15:56:06
983         Log: Update Changes.
984      Branch: perl
985            ! Changes patchlevel.h
986 ____________________________________________________________________________
987 [ 13323] By: jhi                                   on 2001/11/27  15:51:08
988         Log: Subject: [PATCH] bring MM_VMS::perldepend into 21st century            
989              From: "Craig A. Berry" <craigberry@mac.com> 
990              Date: Tue, 27 Nov 2001 10:21:18 -0600
991              Message-Id: <5.1.0.14.2.20011126162504.01c77610@exchi01>
992      Branch: perl
993            ! lib/ExtUtils/MM_VMS.pm
994 ____________________________________________________________________________
995 [ 13322] By: jhi                                   on 2001/11/27  15:24:12
996         Log: Protect against accumulating -options -options -options.
997      Branch: perl
998            ! hints/hpux.sh
999 ____________________________________________________________________________
1000 [ 13321] By: jhi                                   on 2001/11/27  15:16:28
1001         Log: Subject: [PATCH Benchmark.pm] add export tag :all and tweak SYNOPSIS   
1002              From: Barrie Slaymaker <barries@slaysys.com>
1003              Date: Tue, 27 Nov 2001 10:58:54 -0500
1004              Message-ID: <20011127105850.B696@sizzle.whoville.com> 
1005      Branch: perl
1006            ! lib/Benchmark.pm
1007 ____________________________________________________________________________
1008 [ 13320] By: jhi                                   on 2001/11/27  15:05:33
1009         Log: Tiny fix from John P. Linderman.
1010      Branch: perl
1011            ! lib/sort.pm
1012 ____________________________________________________________________________
1013 [ 13319] By: jhi                                   on 2001/11/27  15:04:37
1014         Log: The Story of sort(), from John P. Linderman.
1015      Branch: perl
1016            ! pod/perldelta.pod
1017 ____________________________________________________________________________
1018 [ 13318] By: jhi                                   on 2001/11/27  14:58:06
1019         Log: Add information what to do if you are reading
1020              perluniintro but using some older Perl.
1021      Branch: perl
1022            ! pod/perluniintro.pod
1023 ____________________________________________________________________________
1024 [ 13317] By: jhi                                   on 2001/11/27  14:51:42
1025         Log: Update the 'wide characters' FAQ entry.
1026      Branch: perl
1027            ! pod/perlfaq6.pod
1028 ____________________________________________________________________________
1029 [ 13316] By: jhi                                   on 2001/11/27  14:26:25
1030         Log: Fix for
1031              
1032              Subject: [ID 20011127.151] regex result vars no longer marked as utf8
1033              From: Marc Lehmann <root@schmorp.de>
1034              Date: Tue, 27 Nov 2001 14:27:14 +0100
1035              Message-Id: <E168iGY-0002pi-00.pgcc-forever-2001-11-27-14-27-14@fuji.laendle>
1036      Branch: perl
1037            ! ext/Encode.t ext/Encode/Encode.xs
1038 ____________________________________________________________________________
1039 [ 13315] By: jhi                                   on 2001/11/27  14:06:45
1040         Log: Subject: [PATCH] DB_File 1.801
1041              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1042              Date: Tue, 27 Nov 2001 15:06:45 -0000
1043              Message-ID: <AIEAJICLCBDNAAOLLOKLEEEIDGAA.paul_marquess@yahoo.co.uk>
1044      Branch: perl
1045            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1046            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
1047 ____________________________________________________________________________
1048 [ 13314] By: jhi                                   on 2001/11/27  13:51:49
1049         Log: Regen perlmodlib.  (TODO: why does Pod::t::basic get listed?)
1050      Branch: perl
1051            ! pod/perlmodlib.pod
1052 ____________________________________________________________________________
1053 [ 13313] By: jhi                                   on 2001/11/27  13:49:55
1054         Log: sort() doc tweaks from John P. Linderman.
1055      Branch: perl
1056            ! pod/perlfunc.pod
1057 ____________________________________________________________________________
1058 [ 13312] By: jhi                                   on 2001/11/27  13:36:44
1059         Log: Subject: [PATCH] More perldelta.pod nits
1060              From: Simon Glover <scog@roe.ac.uk>
1061              Date: Tue, 27 Nov 2001 14:28:36 +0000 (GMT) 
1062              Message-ID: <Pine.OSF.4.10.10111271421490.119807-100000@arran.roe.ac.uk>
1063      Branch: perl
1064            ! pod/perldelta.pod
1065 ____________________________________________________________________________
1066 [ 13311] By: jhi                                   on 2001/11/27  13:26:38
1067         Log: Subject: RE: [PATCH @ 13283] Devel::PPPort
1068              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1069              Date: Tue, 27 Nov 2001 11:52:31 -0000
1070              Message-ID: <AIEAJICLCBDNAAOLLOKLMEECDGAA.paul_marquess@yahoo.co.uk>
1071      Branch: perl
1072            ! ext/Devel/PPPort/harness/Makefile.PL
1073 ____________________________________________________________________________
1074 [ 13310] By: jhi                                   on 2001/11/27  13:23:28
1075         Log: Subject: [PATCH t/TEST] Remove redundant #! parsing.  Deparse tests better.
1076              From: Michael G Schwern <schwern@pobox.com>
1077              Date: Tue, 27 Nov 2001 03:38:24 -0500
1078              Message-ID: <20011127033824.A17775@blackrider>
1079      Branch: perl
1080            ! t/TEST
1081 ____________________________________________________________________________
1082 [ 13309] By: jhi                                   on 2001/11/27  13:16:44
1083         Log: Subject: Re: perlcc very broken
1084              From: John Peacock <jpeacock@rowman.com>
1085              Date: Tue, 27 Nov 2001 06:48:01 -0500
1086              Message-ID: <3C037D71.4030508@rowman.com>
1087      Branch: perl
1088            ! utils/perlcc.PL
1089 ____________________________________________________________________________
1090 [ 13308] By: jhi                                   on 2001/11/27  12:57:49
1091         Log: Subject: [ID 20011126.150] t/op/pack patch to fix Useless use of unpack in void context at op/pack.t line 704. 
1092              From: David Dyck <dcd@tc.fluke.com>
1093              Date: Mon, 26 Nov 2001 22:04:38 -0800
1094              Message-Id: <200111270604.WAA20274@dd.tc.fluke.com>
1095      Branch: perl
1096            ! t/op/pack.t
1097 ____________________________________________________________________________
1098 [ 13307] By: jhi                                   on 2001/11/27  12:56:09
1099         Log: Subject: [ID 20011126.149] t/op/split fails step 37
1100              From: David Dyck <dcd@tc.fluke.com>
1101              Date: Mon, 26 Nov 2001 21:52:35 -0800
1102              Message-Id: <200111270552.VAA09394@dd.tc.fluke.com>
1103      Branch: perl
1104            ! t/op/split.t
1105 ____________________________________________________________________________
1106 [ 13306] By: gbarr                                 on 2001/11/27  12:19:40
1107         Log: incorporate last minute change from libnet 1.0901-tobe
1108      Branch: perl
1109            ! lib/Net/SMTP.pm
1110 ____________________________________________________________________________
1111 [ 13305] By: jhi                                   on 2001/11/27  02:39:35
1112         Log: Pass 7 at perldelta - random edits.
1113      Branch: perl
1114            ! pod/perldelta.pod
1115 ____________________________________________________________________________
1116 [ 13304] By: jhi                                   on 2001/11/27  02:04:19
1117         Log: Portability and skippage tweaks.
1118      Branch: perl
1119            ! t/op/split.t
1120 ____________________________________________________________________________
1121 [ 13303] By: jhi                                   on 2001/11/27  02:03:49
1122         Log: Try to make Unicode casemapping to work for EBCDIC, too.
1123      Branch: perl
1124            ! utf8.c
1125 ____________________________________________________________________________
1126 [ 13302] By: jhi                                   on 2001/11/27  01:35:23
1127         Log: Just printing 1..0 is not quite enough...
1128      Branch: perl
1129            ! lib/Dumpvalue.t
1130 ____________________________________________________________________________
1131 [ 13301] By: jhi                                   on 2001/11/27  01:22:22
1132         Log: \141 is malformed "unexpected continuation byte" in UTF-EBCDIC.
1133              Delay the match until runtime.
1134      Branch: perl
1135            ! t/op/append.t
1136 ____________________________________________________________________________
1137 [ 13300] By: jhi                                   on 2001/11/27  01:08:10
1138         Log: UTF-EBCDIC.
1139      Branch: perl
1140            ! ext/Devel/Peek/Peek.t
1141 ____________________________________________________________________________
1142 [ 13299] By: jhi                                   on 2001/11/27  01:02:21
1143         Log: Be UTF-EBCDIC aware.
1144      Branch: perl
1145            ! lib/bytes.t
1146 ____________________________________________________________________________
1147 [ 13298] By: jhi                                   on 2001/11/27  00:59:44
1148         Log: Bad assumption which way digits and letters sort.
1149      Branch: perl
1150            ! lib/English.t
1151 ____________________________________________________________________________
1152 [ 13297] By: jhi                                   on 2001/11/27  00:55:04
1153         Log: If in EBCDIC but no Convert::EBCDIC
1154              the libnet tests will all fail.
1155      Branch: perl
1156            ! lib/Net/t/config.t lib/Net/t/ftp.t lib/Net/t/hostname.t
1157            ! lib/Net/t/netrc.t lib/Net/t/nntp.t lib/Net/t/require.t
1158            ! lib/Net/t/smtp.t lib/Net/t/time.t
1159 ____________________________________________________________________________
1160 [ 13296] By: jhi                                   on 2001/11/27  00:45:55
1161         Log: Just sorting to guarantee order is not enough.
1162              (Think EBCDIC.) 
1163      Branch: perl
1164            ! lib/ExtUtils/Manifest.t
1165 ____________________________________________________________________________
1166 [ 13295] By: jhi                                   on 2001/11/27  00:43:38
1167         Log: OS/390 cleanable gunk.
1168      Branch: perl
1169            ! lib/ExtUtils/MM_Unix.pm
1170 ____________________________________________________________________________
1171 [ 13294] By: jhi                                   on 2001/11/27  00:40:02
1172         Log: Update the EBCDIC MD5 checksums.
1173      Branch: perl
1174            ! ext/Digest/MD5/t/files.t
1175 ____________________________________________________________________________
1176 [ 13293] By: jhi                                   on 2001/11/27  00:28:40
1177         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
1178              From: Nicholas Clark <nick@ccl4.org>
1179              Date: Mon, 26 Nov 2001 23:06:34 +0000
1180              Message-ID: <20011126230633.Q37621@plum.flirble.org>
1181      Branch: perl
1182            ! installman
1183 ____________________________________________________________________________
1184 [ 13292] By: jhi                                   on 2001/11/27  00:24:36
1185         Log: sort tweaks from John P. Linderman.
1186      Branch: perl
1187            ! lib/sort.pm lib/sort.t perl.h pp_sort.c
1188 ____________________________________________________________________________
1189 [ 13291] By: jhi                                   on 2001/11/27  00:20:09
1190         Log: Subject: [ID 20011126.148] Socket::inet_aton() incorrectly accepts null string
1191              From: Bob Dalgleish <Robert.Dalgleish@sk.sympatico.ca>          
1192              Date: Mon, 26 Nov 2001 18:47:25 -0600
1193              Message-Id: <B8283EBD.8414%Robert.Dalgleish@sk.sympatico.ca>
1194              
1195              Craig Berry submitted half of this patch just yesterday.
1196              Spooky cosmic resonance.
1197      Branch: perl
1198            ! ext/Socket/Socket.xs
1199 ____________________________________________________________________________
1200 [ 13290] By: jhi                                   on 2001/11/27  00:15:07
1201         Log: Subject: [PATCH] doio slightly smaller
1202              From: Nicholas Clark <nick@ccl4.org>
1203              Date: Tue, 27 Nov 2001 00:40:23 +0000      
1204              Message-ID: <20011127004023.S37621@plum.flirble.org>                 
1205      Branch: perl
1206            ! doio.c
1207 ____________________________________________________________________________
1208 [ 13289] By: jhi                                   on 2001/11/27  00:12:11
1209         Log: perldelta nits from Autrijus Tang and Ron Kimball.
1210      Branch: perl
1211            ! pod/perldelta.pod
1212 ____________________________________________________________________________
1213 [ 13288] By: jhi                                   on 2001/11/27  00:08:23
1214         Log: Subject: [PATCH] unpack P* uses random length for item
1215              From: "Wolfgang Laun" <wolfgang.laun@chello.at>               
1216              Date: Mon, 26 Nov 2001 19:56:32 +0100
1217              Message-ID: <200111261956320450.01E7217F@smtp.chello.at>
1218      Branch: perl
1219            ! pod/perldiag.pod pp_pack.c t/op/pack.t
1220 ____________________________________________________________________________
1221 [ 13287] By: jhi                                   on 2001/11/26  23:55:02
1222         Log: Subject: [PATCH current] system and taintedness
1223              From: Radu Greab <radu@netsoft.ro>
1224              Date: Mon, 26 Nov 2001 18:42:29 +0200
1225              Message-ID: <15362.28917.697078.551412@ix.netsoft.ro>
1226      Branch: perl
1227            ! pp_sys.c t/op/taint.t
1228 ____________________________________________________________________________
1229 [ 13286] By: jhi                                   on 2001/11/26  23:53:21
1230         Log: Subject: [PATCH @ 13283] Devel::PPPort
1231              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
1232              Date: Mon, 26 Nov 2001 14:37:17 -0000
1233              Message-ID: <AIEAJICLCBDNAAOLLOKLCECEDGAA.paul_marquess@yahoo.co.uk>
1234      Branch: perl
1235            + ext/Devel/PPPort/MANIFEST
1236            ! MANIFEST ext/Devel/PPPort/Makefile.PL
1237            ! ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/harness/Harness.pm
1238            ! ext/Devel/PPPort/harness/Harness.xs
1239            ! ext/Devel/PPPort/harness/Makefile.PL
1240            ! ext/Devel/PPPort/harness/module2.c
1241            ! ext/Devel/PPPort/harness/module3.c
1242            ! ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
1243 ____________________________________________________________________________
1244 [ 13285] By: jhi                                   on 2001/11/26  14:08:36
1245         Log: Update the test list.
1246      Branch: perl
1247            ! t/lib/1_compile.t
1248 ____________________________________________________________________________
1249 [ 13284] By: gbarr                                 on 2001/11/26  12:41:45
1250         Log: Sync-up tests with libnet distribution
1251      Branch: perl
1252            + lib/Net/t/netrc.t
1253            ! MANIFEST lib/Net/t/config.t lib/Net/t/hostname.t
1254 ____________________________________________________________________________
1255 [ 13283] By: jhi                                   on 2001/11/26  11:34:35
1256         Log: Update Changes.
1257      Branch: perl
1258            ! Changes patchlevel.h
1259 ____________________________________________________________________________
1260 [ 13282] By: jhi                                   on 2001/11/26  11:28:18
1261         Log: Upgrade to podlators 1.16.
1262      Branch: perl
1263            + lib/Pod/t/basic.cap
1264            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Termcap.pm
1265            ! lib/Pod/t/basic.t pod/pod2man.PL
1266 ____________________________________________________________________________
1267 [ 13281] By: jhi                                   on 2001/11/26  11:11:08
1268         Log: Pass 6 at perldelta - sort enhancements, generic and
1269              platform specific bug fixes.
1270      Branch: perl
1271            ! pod/perldelta.pod
1272 ____________________________________________________________________________
1273 [ 13280] By: jhi                                   on 2001/11/26  10:35:56
1274         Log: PROPAGATE documentation from Tony Cook.
1275      Branch: perl
1276            ! pod/perlfunc.pod
1277 ____________________________________________________________________________
1278 [ 13279] By: jhi                                   on 2001/11/25  23:45:27
1279         Log: DJGPP cannot do signals that well.
1280      Branch: perl
1281            ! ext/POSIX/t/sigaction.t
1282 ____________________________________________________________________________
1283 [ 13278] By: jhi                                   on 2001/11/25  23:43:30
1284         Log: Can't do subsecond alarms without ualarm; and break out
1285              early if alarms do not seem to be coming in as expected.
1286      Branch: perl
1287            ! ext/Time/HiRes/HiRes.t
1288 ____________________________________________________________________________
1289 [ 13277] By: jhi                                   on 2001/11/25  23:01:39
1290         Log: No Socket, little Net.
1291      Branch: perl
1292            ! t/lib/1_compile.t
1293 ____________________________________________________________________________
1294 [ 13276] By: jhi                                   on 2001/11/25  22:58:44
1295         Log: Take the taint brush to the getcwds.
1296      Branch: perl
1297            ! djgpp/djgpp.c epoc/epoc.c os2/os2.c wince/wince.c
1298 ____________________________________________________________________________
1299 [ 13275] By: jhi                                   on 2001/11/25  21:42:02
1300         Log: Subject: [PATCH perl@13227] Socket::my_inet_aton() tweak
1301              From: "Craig A. Berry" <craigberry@mac.com>
1302              Date: Sun, 25 Nov 2001 16:20:45 -0600
1303              Message-Id: <5.1.0.14.2.20011125160848.01c59690@exchi01>
1304      Branch: perl
1305            ! ext/Socket/Socket.xs
1306 ____________________________________________________________________________
1307 [ 13274] By: jhi                                   on 2001/11/25  21:32:17
1308         Log: Since in some DOS filesystems the timestamp granularity
1309              may be only two seconds, better sleep for three to play safe.
1310              (Helps CygWin, at least.)
1311      Branch: perl
1312            ! lib/Memoize/t/expire_file.t
1313 ____________________________________________________________________________
1314 [ 13273] By: jhi                                   on 2001/11/25  21:22:10
1315         Log: For some reason CygWin wasn't collapsing multiple
1316              slashes into one, which made some Spec.t tests to fail.
1317              Either CygWin was being too prudish or the collapsing
1318              logic needs to be rethunk.
1319      Branch: perl
1320            ! lib/File/Spec/Unix.pm
1321 ____________________________________________________________________________
1322 [ 13272] By: jhi                                   on 2001/11/25  20:40:23
1323         Log: Cygwin needs to have libperl.dll around if trying to link
1324              with -lperl.  Note: this change cures the test but whether
1325              it cures CygPerl installation, I don't know: hopefully the
1326              libperl5_7_2.dll, or the version equivalent, gets installed
1327              also as libperl.dll to the proper place(s).
1328      Branch: perl
1329            ! lib/ExtUtils/Embed.t
1330 ____________________________________________________________________________
1331 [ 13271] By: jhi                                   on 2001/11/25  20:18:53
1332         Log: -I../lib/.. and -L../lib/..?  Strange.
1333      Branch: perl
1334            ! lib/ExtUtils/Embed.t
1335 ____________________________________________________________________________
1336 [ 13270] By: jhi                                   on 2001/11/25  19:57:54
1337         Log: $MM?
1338      Branch: perl
1339            ! lib/ExtUtils/Embed.pm
1340 ____________________________________________________________________________
1341 [ 13269] By: jhi                                   on 2001/11/25  19:46:55
1342         Log: Subject: [PATCH] Further replacement of EU::MM with File::Spec
1343              From: Dave Rolsky <autarch@urth.org>
1344              Date: Mon, 19 Nov 2001 18:17:09 -0600 (CST)
1345              Message-ID: <Pine.LNX.4.40.0111191750440.22189-100000@urth.org>
1346      Branch: perl
1347            ! lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/Embed.pm
1348            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1349 ____________________________________________________________________________
1350 [ 13268] By: jhi                                   on 2001/11/25  19:44:38
1351         Log: Subject: [REPATCH lib/DB.pm MANIFEST lib/DB.t] Rework DB.pm tests
1352              From: chromatic <chromatic@rmci.net>
1353              Date: Sat, 24 Nov 2001 14:56:57 -0700
1354              Message-ID: <20011124220430.97697.qmail@onion.perl.org>
1355              
1356              plus a tweak for ithreads builds.
1357      Branch: perl
1358            + lib/DB.t
1359            ! MANIFEST lib/DB.pm
1360 ____________________________________________________________________________
1361 [ 13267] By: jhi                                   on 2001/11/25  19:38:50
1362         Log: Win32 compilation tweaks for Blair Zajac.
1363      Branch: perl
1364            ! ext/IO/IO.xs ext/POSIX/POSIX.xs win32/win32.h
1365 ____________________________________________________________________________
1366 [ 13266] By: jhi                                   on 2001/11/25  19:11:38
1367         Log: I don't think trying to bracket the hires time with lores
1368              times is going to be portable enough: Cygwin seems to be
1369              capable of getting hires ones rather consistently lower
1370              than the lores ones.  So let's try average difference instead.
1371      Branch: perl
1372            ! ext/Time/HiRes/HiRes.t
1373 ____________________________________________________________________________
1374 [ 13265] By: jhi                                   on 2001/11/25  18:28:04
1375         Log: Subject: Re: benchmarks, sorts and reproducibility
1376              From: "John P. Linderman" <jpl@research.att.com>
1377              Date: Sun, 25 Nov 2001 14:25:18 -0500 (EST)
1378              Message-Id: <200111251925.OAA77172@raptor.research.att.com>
1379              
1380              Randomize large partitions for quicksort to dodge the
1381              angry gods of quadratic.
1382      Branch: perl
1383            ! pp_sort.c
1384 ____________________________________________________________________________
1385 [ 13264] By: jhi                                   on 2001/11/25  18:23:54
1386         Log: The joys of portable quoting.
1387      Branch: perl
1388            ! ext/Devel/PPPort/harness/Makefile.PL
1389 ____________________________________________________________________________
1390 [ 13263] By: jhi                                   on 2001/11/25  18:12:31
1391         Log: sort pragma tweaks.
1392      Branch: perl
1393            ! lib/sort.pm
1394 ____________________________________________________________________________
1395 [ 13262] By: jhi                                   on 2001/11/25  17:10:09
1396         Log: Skip the link= directives of utils.lst if no mandir
1397              (if no manpages).
1398      Branch: perl
1399            ! installman
1400 ____________________________________________________________________________
1401 [ 13260] By: gsar                                  on 2001/11/25  16:37:29
1402         Log: change#3373 introduced a handle leak in backticks and piped open()s
1403              that fail
1404      Branch: perl
1405            ! util.c
1406 ____________________________________________________________________________
1407 [ 13258] By: jhi                                   on 2001/11/25  05:58:30
1408         Log: Extraenous breaks noticed by David Dyck.
1409      Branch: perl
1410            ! Configure
1411 ____________________________________________________________________________
1412 [ 13257] By: jhi                                   on 2001/11/25  05:32:18
1413         Log: Revert the /proc/self/auxv experiment for now.
1414      Branch: perl
1415            ! lib/ExtUtils.t perl.c t/lib/1_compile.t
1416 ____________________________________________________________________________
1417 [ 13256] By: jhi                                   on 2001/11/25  04:59:31
1418         Log: Also ExtUtils.t had $^X assumptions.
1419      Branch: perl
1420            ! lib/ExtUtils.t
1421 ____________________________________________________________________________
1422 [ 13255] By: jhi                                   on 2001/11/25  04:20:02
1423         Log: Now is Solaris if you start the t/perl in the t/
1424              as "./perl", the $^X will be "../perl", not "./perl".
1425      Branch: perl
1426            ! t/lib/1_compile.t
1427 ____________________________________________________________________________
1428 [ 13254] By: jhi                                   on 2001/11/25  03:59:06
1429         Log: The new way of finding out $^X in Solaris
1430              requires a little tweak if the executable
1431              pathname is *not* absolute: prepend "./"
1432              (otherwise `$^X ...` will start perl from PATH...)
1433      Branch: perl
1434            ! perl.c
1435 ____________________________________________________________________________
1436 [ 13253] By: jhi                                   on 2001/11/25  03:18:05
1437         Log: Avoid "will not stay shared" warnings.
1438      Branch: perl
1439            ! lib/ExtUtils/MM_Unix.pm
1440 ____________________________________________________________________________
1441 [ 13252] By: jhi                                   on 2001/11/25  03:00:49
1442         Log: Subject: [PATCH perl.c util.c pp_sys.c t/op/magic.t] $$ readonly, take two
1443              From: Michael G Schwern <schwern@pobox.com>
1444              Date: Sat, 24 Nov 2001 19:56:18 -0500
1445              Message-ID: <20011124195618.A14614@blackrider>            
1446      Branch: perl
1447            ! perl.c pp_sys.c t/op/magic.t util.c
1448 ____________________________________________________________________________
1449 [ 13251] By: jhi                                   on 2001/11/25  02:48:04
1450         Log: In the MakeMaker pm_to_blib target don't copy all
1451              the files in one fell swppo, deal with them hunkwise,
1452              helps for CLIs with limited line lengths.
1453              (This seems to help for DJGPP building Encode,
1454              where there are dozens of files to copy.)
1455      Branch: perl
1456            ! lib/ExtUtils/MM_Unix.pm
1457 ____________________________________________________________________________
1458 [ 13250] By: gsar                                  on 2001/11/25  00:50:10
1459         Log: testsuite leaves stray files behind on windows
1460      Branch: perl
1461            ! lib/ExtUtils/Embed.t lib/ExtUtils/Mkbootstrap.t lib/Shell.t
1462 ____________________________________________________________________________
1463 [ 13249] By: gsar                                  on 2001/11/25  00:32:36
1464         Log: xsubpp produces a spurious warning on directories called 'typemap'
1465      Branch: perl
1466            ! lib/ExtUtils/xsubpp
1467 ____________________________________________________________________________
1468 [ 13248] By: gsar                                  on 2001/11/25  00:17:28
1469         Log: xsubpp treats invalid (indented) cpp directives as comments
1470      Branch: perl
1471            ! ext/IO/IO.xs
1472 ____________________________________________________________________________
1473 [ 13247] By: gsar                                  on 2001/11/25  00:02:37
1474         Log: $(MAKE) distclean shouldn't blow away ../lib/Thread.pm
1475      Branch: perl
1476            ! win32/Makefile win32/Makefile.win64 win32/makefile.mk
1477 ____________________________________________________________________________
1478 [ 13246] By: jhi                                   on 2001/11/24  21:45:32
1479         Log: The debug_pag needs to be visible at all times
1480              because of the re extension.
1481      Branch: perl
1482            ! intrpvar.h makedef.pl perl.c perl.h regexec.c
1483 ____________________________________________________________________________
1484 [ 13245] By: jhi                                   on 2001/11/24  20:09:20
1485         Log: Subject: Re: [PATCH] Tests are good
1486              From: Philip Newton <Philip.Newton@gmx.net>
1487              Date: Sat, 24 Nov 2001 21:24:00 +0100
1488              Message-ID: <4c000us22s27871hrsqnvjmtnvtd4r85u1@4ax.com>
1489      Branch: perl
1490            ! pod/perlhack.pod
1491 ____________________________________________________________________________
1492 [ 13244] By: jhi                                   on 2001/11/24  19:06:29
1493         Log: Subject: [PATCH perl@13227] make PPPort/harness build on VMS
1494              From: "Craig A. Berry" <craigberry@mac.com> 
1495              Date: Sat, 24 Nov 2001 12:45:44 -0600
1496              Message-Id: <5.1.0.14.2.20011124030253.01bd4b98@exchi01>
1497              
1498              (with tweaks, and combined with Sarathy's #13242)
1499      Branch: perl
1500            ! configure.com ext/Devel/PPPort/harness/Makefile.PL
1501 ____________________________________________________________________________
1502 [ 13243] By: jhi                                   on 2001/11/24  18:46:31
1503         Log: Subject: Re: [PATCH] Make Exporter::Heavy use Universal->VERSION()
1504              From: John Peacock <jpeacock@rowman.com>
1505              Date: Sat, 24 Nov 2001 14:27:46 -0500
1506              Message-ID: <3BFFF4B2.40509@rowman.com> 
1507      Branch: perl
1508            ! lib/Exporter/Heavy.pm
1509 ____________________________________________________________________________
1510 [ 13242] By: gsar                                  on 2001/11/24  17:16:18
1511         Log: use portable quotes
1512      Branch: perl
1513            ! ext/Devel/PPPort/harness/Makefile.PL
1514 ____________________________________________________________________________
1515 [ 13241] By: jhi                                   on 2001/11/24  17:09:25
1516         Log: Subject: [PATCH] Re: [ID 20011118.128] installman chdir stuffs INC
1517              From: Nicholas Clark <nick@ccl4.org>
1518              Date: Sat, 24 Nov 2001 18:06:26 +0000
1519              Message-ID: <20011124180626.T37621@plum.flirble.org>
1520      Branch: perl
1521            ! installman
1522 ____________________________________________________________________________
1523 [ 13240] By: jhi                                   on 2001/11/24  17:06:11
1524         Log: Subject: [PATCH] perl5005delta.pod L<>
1525              From: Nicholas Clark <nick@ccl4.org>
1526              Date: Sat, 24 Nov 2001 18:04:21 +0000
1527              Message-ID: <20011124180421.S37621@plum.flirble.org>
1528      Branch: perl
1529            ! pod/perl5005delta.pod
1530 ____________________________________________________________________________
1531 [ 13239] By: gsar                                  on 2001/11/24  17:01:17
1532         Log: fix typo in config.vc; regenerate win32 config_H.* files
1533      Branch: perl
1534            ! win32/config.vc win32/config_H.bc win32/config_H.gc
1535            ! win32/config_H.vc
1536 ____________________________________________________________________________
1537 [ 13238] By: jhi                                   on 2001/11/24  16:16:01
1538         Log: Mention the charnames::vianame().
1539      Branch: perl
1540            ! pod/perluniintro.pod
1541 ____________________________________________________________________________
1542 [ 13237] By: jhi                                   on 2001/11/24  16:12:31
1543         Log: Add charnames::vianame() in case people want to access
1544              the codes in run-time (as opposed to the compile-timeness
1545              of \N{...}).
1546      Branch: perl
1547            ! lib/charnames.pm lib/charnames.t
1548 ____________________________________________________________________________
1549 [ 13236] By: jhi                                   on 2001/11/24  16:11:04
1550         Log: Subject: [PATCH] memset() is cheaper than a loop of 256 bit-a-a-times
1551              From: Nicholas Clark <nick@ccl4.org>
1552              Date: Sat, 24 Nov 2001 16:30:42 +0000
1553              Message-ID: <20011124163042.R37621@plum.flirble.org>
1554      Branch: perl
1555            ! regcomp.c regcomp.h
1556 ____________________________________________________________________________
1557 [ 13235] By: jhi                                   on 2001/11/24  15:26:37
1558         Log: Subject: [PATCH] Re: Smoke 13191 /pro/3gl/CPAN/perl-current
1559              From: Nicholas Clark <nick@ccl4.org>
1560              Date: Sat, 24 Nov 2001 16:24:33 +0000
1561              Message-ID: <20011124162433.Q37621@plum.flirble.org>
1562              
1563              cmp fixes.
1564      Branch: perl
1565            ! pp.c
1566 ____________________________________________________________________________
1567 [ 13234] By: jhi                                   on 2001/11/24  15:23:34
1568         Log: Use /proc/self/auxv in Solaris to figure out the $^X.
1569              (It seems that "./perl" gets resolved to "perl" now.)
1570      Branch: perl
1571            ! perl.c
1572 ____________________________________________________________________________
1573 [ 13233] By: jhi                                   on 2001/11/24  14:58:52
1574         Log: Subject: [PATCH] DB_File 1.800        
1575              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>               
1576              Date: Sat, 24 Nov 2001 11:41:41 -0000
1577              Message-ID: <AIEAJICLCBDNAAOLLOKLIEPMDFAA.paul_marquess@yahoo.co.uk>
1578      Branch: perl
1579            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
1580            ! ext/DB_File/DB_File.xs ext/DB_File/Makefile.PL
1581            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
1582            ! ext/DB_File/t/db-recno.t
1583 ____________________________________________________________________________
1584 [ 13232] By: jhi                                   on 2001/11/24  14:48:34
1585         Log: Tweak the PUSHED documentation.
1586      Branch: perl
1587            ! ext/PerlIO/Via/Via.pm
1588 ____________________________________________________________________________
1589 [ 13231] By: jhi                                   on 2001/11/24  04:09:41
1590         Log: Update 1_compile for new known tests.
1591      Branch: perl
1592            ! t/lib/1_compile.t
1593 ____________________________________________________________________________
1594 [ 13230] By: jhi                                   on 2001/11/24  04:07:39
1595         Log: Move the MBF/MBI test modules to t/lib.
1596      Branch: perl
1597            + t/lib/Math/BigFloat/Subclass.pm t/lib/Math/BigInt/Subclass.pm
1598            - lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
1599            - lib/Math/BigInt/t/Math/BigInt/Subclass.pm
1600            ! MANIFEST lib/Math/BigInt/t/sub_mbf.t
1601            ! lib/Math/BigInt/t/sub_mbi.t
1602 ____________________________________________________________________________
1603 [ 13229] By: jhi                                   on 2001/11/23  23:09:27
1604         Log: Subject: [PATCH perl@13227] configure.com follow-up to 13218
1605              From: "Craig A. Berry" <craigberry@mac.com> 
1606              Date: Fri, 23 Nov 2001 18:05:35 -0600
1607              Message-Id: <5.1.0.14.2.20011123175131.01abe358@exchi01>
1608      Branch: perl
1609            ! configure.com
1610 ____________________________________________________________________________
1611 [ 13228] By: jhi                                   on 2001/11/23  21:11:56
1612         Log: Subject: [PATCH: perl@13169] switch unfcmb.h to employ 'STDCHAR' in place of char    
1613              From: PPrymmer@factset.com 
1614              Date: Fri, 23 Nov 2001 17:03:07 -0500
1615              Message-ID: <OFA09CCF98.F3E93041-ON85256B0D.00787706@55.25.11>                 
1616      Branch: perl
1617            ! ext/Unicode/Normalize/mkheader
1618 ____________________________________________________________________________
1619 [ 13227] By: jhi                                   on 2001/11/23  20:09:36
1620         Log: Here are the right helper files.
1621      Branch: perl
1622            + t/lib/Filter/Simple/ExportTest.pm
1623            + t/lib/Filter/Simple/FilterOnlyTest.pm
1624            + t/lib/Filter/Simple/FilterTest.pm
1625            + t/lib/Filter/Simple/ImportTest.pm
1626            ! MANIFEST
1627 ____________________________________________________________________________
1628 [ 13226] By: jhi                                   on 2001/11/23  20:03:28
1629         Log: Update Changes.
1630      Branch: perl
1631            ! Changes patchlevel.h
1632 ____________________________________________________________________________
1633 [ 13225] By: jhi                                   on 2001/11/23  19:53:53
1634         Log: Never mind.
1635      Branch: perl
1636            - lib/Filter/Simple/lib/ExportTest.pm
1637            - lib/Filter/Simple/lib/ImportTest.pm
1638 ____________________________________________________________________________
1639 [ 13224] By: jhi                                   on 2001/11/23  19:52:03
1640         Log: Mis-add.
1641      Branch: perl
1642            + lib/Filter/Simple/lib/ExportTest.pm
1643            + lib/Filter/Simple/lib/ImportTest.pm
1644 ____________________________________________________________________________
1645 [ 13223] By: jhi                                   on 2001/11/23  19:39:57
1646         Log: Upgrade to Filter::Simple 0.77.
1647      Branch: perl
1648            + lib/Filter/Simple/t/export.t lib/Filter/Simple/t/import.t
1649            - t/lib/FilterOnlyTest.pm t/lib/FilterTest.pm
1650            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
1651            ! lib/Filter/Simple/README lib/Filter/Simple/t/data.t
1652            ! lib/Filter/Simple/t/filter.t lib/Filter/Simple/t/filter_only.t
1653 ____________________________________________________________________________
1654 [ 13222] By: jhi                                   on 2001/11/23  19:12:20
1655         Log: Missing p4 add.
1656      Branch: perl
1657            + lib/ExtUtils/MM_VMS.t
1658 ____________________________________________________________________________
1659 [ 13221] By: jhi                                   on 2001/11/23  19:10:18
1660         Log: Pass 5 at perldelta - module and utility updates cleanup.
1661      Branch: perl
1662            ! pod/perldelta.pod
1663 ____________________________________________________________________________
1664 [ 13219] By: jhi                                   on 2001/11/23  18:55:06
1665         Log: Regen Porting stuff; regen toc; cleanup nit in Configure.
1666      Branch: perl
1667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
1668            ! pod/buildtoc.PL pod/perltoc.pod
1669 ____________________________________________________________________________
1670 [ 13218] By: jhi                                   on 2001/11/23  18:48:18
1671         Log: Add procselfexe and d_dirfd to strange lands.
1672      Branch: perl
1673            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
1674            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
1675            ! vos/config.ga.def vos/config.ga.h win32/config.bc
1676            ! win32/config.gc win32/config.vc win32/config.win64
1677            ! wince/config.ce
1678 ____________________________________________________________________________
1679 [ 13216] By: jhi                                   on 2001/11/23  18:47:17
1680         Log: Better to "quote" the pathname.
1681      Branch: perl
1682            ! Configure config_h.SH
1683 ____________________________________________________________________________
1684 [ 13215] By: jhi                                   on 2001/11/23  18:34:24
1685         Log: Use PROCSELFEXE_PATH.
1686      Branch: perl
1687            ! perl.c
1688 ____________________________________________________________________________
1689 [ 13213] By: jhi                                   on 2001/11/23  18:31:13
1690         Log: Add probing for BSD-like /proc/curpoc/file.
1691      Branch: perl
1692            ! Configure config_h.SH
1693 ____________________________________________________________________________
1694 [ 13211] By: jhi                                   on 2001/11/23  18:09:37
1695         Log: Add probing for dirfd() so that it can be added it IO::Dir.
1696      Branch: perl
1697            ! Configure config_h.SH perl.h
1698 ____________________________________________________________________________
1699 [ 13210] By: jhi                                   on 2001/11/23  17:37:27
1700         Log: ...and update the test count.
1701      Branch: perl
1702            ! lib/Pod/t/basic.t
1703 ____________________________________________________________________________
1704 [ 13209] By: jhi                                   on 2001/11/23  17:19:12
1705         Log: Must remove the cap test also from the test script.
1706      Branch: perl
1707            ! lib/Pod/t/basic.t
1708 ____________________________________________________________________________
1709 [ 13208] By: jhi                                   on 2001/11/23  17:11:58
1710         Log: Subject: [PATCH] Tests are good
1711              From: Nicholas Clark <nick@ccl4.org>
1712              Date: Fri, 23 Nov 2001 18:12:21 +0000
1713              Message-ID: <20011123181220.F37621@plum.flirble.org>
1714      Branch: perl
1715            ! pod/perlhack.pod
1716 ____________________________________________________________________________
1717 [ 13207] By: jhi                                   on 2001/11/23  17:08:31
1718         Log: The basic.cap from podlators 1.14 is not very portable.
1719      Branch: perl
1720            - lib/Pod/t/basic.cap
1721            ! MANIFEST
1722 ____________________________________________________________________________
1723 [ 13206] By: jhi                                   on 2001/11/23  16:41:13
1724         Log: Subject: Re: [DOC PATCHES] pod cleanups
1725              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1726              Date: 22 Nov 2001 12:54:16 -0000
1727              Message-Id: <slrn9vptci.klv.rgarciasuarez@rafael.kazibao.net>
1728      Branch: perl
1729            ! pod/perlfunc.pod pod/perlmodinstall.pod pod/perlre.pod
1730            ! pod/perlretut.pod pod/perluniintro.pod vms/perlvms.pod
1731 ____________________________________________________________________________
1732 [ 13205] By: jhi                                   on 2001/11/23  16:38:10
1733         Log: FAQ sync.
1734      Branch: perl
1735            ! pod/perlfaq.pod pod/perlfaq3.pod pod/perlfaq4.pod
1736 ____________________________________________________________________________
1737 [ 13204] By: jhi                                   on 2001/11/23  16:37:21
1738         Log: Subject: [PATCH: perl@13169] inital testing for MM_VMS 
1739              From: PPrymmer@factset.com
1740              Date: Fri, 23 Nov 2001 11:43:45 -0500
1741              Message-ID: <OFC84EA224.295430FF-ON85256B0D.005BB70C@55.25.11>
1742      Branch: perl
1743            ! MANIFEST lib/ExtUtils/MM_VMS.pm
1744 ____________________________________________________________________________
1745 [ 13203] By: jhi                                   on 2001/11/23  15:47:13
1746         Log: Corify podlators 1.14 test.
1747      Branch: perl
1748            ! lib/Pod/t/basic.t
1749 ____________________________________________________________________________
1750 [ 13202] By: jhi                                   on 2001/11/23  15:38:36
1751         Log: Output tweak needed because of podlators 1.14.
1752      Branch: perl
1753            ! t/pod/multiline_items.xr
1754 ____________________________________________________________________________
1755 [ 13201] By: jhi                                   on 2001/11/23  15:38:04
1756         Log: Upgrade to podlators 1.14.
1757      Branch: perl
1758            + lib/Pod/t/basic.cap lib/Pod/t/basic.clr lib/Pod/t/basic.man
1759            + lib/Pod/t/basic.ovr lib/Pod/t/basic.pod lib/Pod/t/basic.t
1760            + lib/Pod/t/basic.txt lib/Pod/t/parselink.t
1761            ! MANIFEST lib/Pod/Man.pm lib/Pod/ParseLink.pm lib/Pod/Text.pm
1762            ! lib/Pod/Text/Overstrike.pm
1763 ____________________________________________________________________________
1764 [ 13200] By: jhi                                   on 2001/11/23  15:32:06
1765         Log: perlmodinstall tweaks from Philip Newton.
1766      Branch: perl
1767            ! pod/perlmodinstall.pod
1768 ____________________________________________________________________________
1769 [ 13199] By: jhi                                   on 2001/11/23  15:05:02
1770         Log: Subject: Re: [PATCH] Porting/genlog -bi and range
1771              From: Autrijus Tang <autrijus@autrijus.org>           
1772              Date: Fri, 23 Nov 2001 23:55:53 +0800
1773              Message-ID: <20011123235553.A2310@not.autrijus.org>
1774      Branch: perl
1775            ! Porting/genlog
1776 ____________________________________________________________________________
1777 [ 13198] By: jhi                                   on 2001/11/23  14:58:40
1778         Log: Subject: Re: regex oddness with \Z and $&
1779              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>  
1780              Date: Fri, 23 Nov 2001 15:15:24 +0000
1781              Message-Id: <200111231515.fANFFOR10341@crypt.compulink.co.uk>
1782      Branch: perl
1783            ! regcomp.c t/op/re_tests
1784 ____________________________________________________________________________
1785 [ 13197] By: jhi                                   on 2001/11/23  14:44:19
1786         Log: regen_headers.
1787      Branch: perl
1788            ! embed.h global.sym pod/perlapi.pod proto.h
1789 ____________________________________________________________________________
1790 [ 13196] By: jhi                                   on 2001/11/23  14:24:08
1791         Log: Forgotten check-in.
1792      Branch: perl
1793            ! pod/perlapi.pod
1794 ____________________________________________________________________________
1795 [ 13195] By: jhi                                   on 2001/11/23  14:23:49
1796         Log: Remembered everything in 13152 but Test/Simple.pm itself, duh.
1797      Branch: perl
1798            ! lib/Test/Simple.pm
1799 ____________________________________________________________________________
1800 [ 13194] By: jhi                                   on 2001/11/22  11:31:59
1801         Log: Retract #13173 (effectively retract Net::Ping 2.06,
1802              go back to 2.04, the 2.06 hasn't seen the patches
1803              that have gone to the blead version.)
1804      Branch: perl
1805            - lib/Net/Ping/CHANGES lib/Net/Ping/README
1806            - lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1807            - lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1808            - lib/Net/Ping/t/200_ping_tcp.t
1809            ! MANIFEST lib/Net/Ping.pm
1810 ____________________________________________________________________________
1811 [ 13193] By: jhi                                   on 2001/11/22  11:27:49
1812         Log: Subject: Re: [PATCH perldoc] problems with pod2man         
1813              From: Robin Barker <rmb1@cise.npl.co.uk>
1814              Date: Thu, 22 Nov 2001 11:00:38 GMT
1815              Message-Id: <200111221100.LAA08582@tempest.npl.co.uk>
1816      Branch: perl
1817            ! utils/perldoc.PL
1818 ____________________________________________________________________________
1819 [ 13191] By: jhi                                   on 2001/11/22  05:06:09
1820         Log: procselfexe tweak: for some reason I had a ls in
1821              /proc/self/exe, not the ls Configure thought it
1822              would found.
1823      Branch: perl
1824            ! Configure
1825 ____________________________________________________________________________
1826 [ 13190] By: jhi                                   on 2001/11/22  04:45:36
1827         Log: Corify the Net::Ping tests; skip the tests
1828              unless $ENV{PERL_TEST_Net_Ping} is true.
1829      Branch: perl
1830            ! lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1831            ! lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1832            ! lib/Net/Ping/t/200_ping_tcp.t
1833 ____________________________________________________________________________
1834 [ 13188] By: jhi                                   on 2001/11/22  04:43:29
1835         Log: The #13182 didn't really help.  The real problem
1836              seems to be that 'sh' can in AIX mean at least three
1837              different things, and we can't know which one it is
1838              unless we export $newsh from an earlier run (and it's
1839              the 'bsh' aka 'sh' that has the the broken test -h).
1840      Branch: perl
1841            ! Configure
1842 ____________________________________________________________________________
1843 [ 13187] By: gsar                                  on 2001/11/22  03:42:58
1844         Log: local(*CORE::GLOBAL::require) doesn't behave like other overrides 
1845      Branch: perl
1846            ! op.c t/op/override.t
1847 ____________________________________________________________________________
1848 [ 13186] By: jhi                                   on 2001/11/22  03:18:49
1849         Log: Subject: [PATCH: perl@13169] add Shell.t tests for VMS
1850              From: PPrymmer@factset.com 
1851              Date: Wed, 21 Nov 2001 20:17:25 -0500
1852              Message-ID: <OF6DA93FFA.A954A0D4-ON85256B0C.0006DDF9@55.25.11>
1853      Branch: perl
1854            ! lib/Shell.t
1855 ____________________________________________________________________________
1856 [ 13185] By: jhi                                   on 2001/11/22  03:09:27
1857         Log: Reapply perlmodinstall parts of #12897.
1858      Branch: perl
1859            ! pod/perlmodinstall.pod
1860 ____________________________________________________________________________
1861 [ 13184] By: jhi                                   on 2001/11/22  03:08:00
1862         Log: perlmodinstall 2.01 from Jon Orwant.
1863      Branch: perl
1864            ! pod/perlmodinstall.pod
1865 ____________________________________________________________________________
1866 [ 13183] By: jhi                                   on 2001/11/21  22:33:20
1867         Log: Subject: [PATCH @10907] REXX on OS/2
1868              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
1869              Date: Wed, 21 Nov 2001 15:26:11 -0500
1870              Message-ID: <20011121152611.A13664@math.ohio-state.edu>
1871      Branch: perl
1872            ! os2/Makefile.SHs os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
1873            ! os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/perlrexx.c
1874 ____________________________________________________________________________
1875 [ 13181] By: jhi                                   on 2001/11/21  22:30:37
1876         Log: AIX has broken builtin 'test'.
1877      Branch: perl
1878            ! Configure
1879 ____________________________________________________________________________
1880 [ 13180] By: jhi                                   on 2001/11/21  22:27:16
1881         Log: Subject: [PATCH 5.7.x] INSTALL size update
1882              From: Andy Dougherty <doughera@lafayette.edu>
1883              Date: Wed, 21 Nov 2001 14:49:21 -0500 (EST) 
1884              Message-ID: <Pine.SOL.4.10.10111211448190.16009-100000@maxwell.phys.lafayette.edu>         
1885      Branch: perl
1886            ! INSTALL
1887 ____________________________________________________________________________
1888 [ 13179] By: jhi                                   on 2001/11/21  22:25:14
1889         Log: Implement the sort pragma.  Split sort code from pp_ctl.c
1890              to pp_sort.c.  Includes the quicksort stabilizing layer
1891              from John P. Linderman.  -Msort=qsort or -Msort=fast is
1892              faster than without (or with -Msort=mergesort or -Msort=safe)
1893              for short random inputs, but for some reason not quite as fast
1894              as 5.6.1 qsort.  More benchmarking, profiling, tuning, and
1895              optimizing definitely needed.
1896      Branch: perl
1897            + lib/sort.pm lib/sort.t pp_sort.c
1898            ! MANIFEST Makefile.SH Makefile.micro NetWare/Makefile embed.h
1899            ! embed.pl global.sym perl.h pp_ctl.c proto.h
1900            ! vms/descrip_mms.template vos/build.cm win32/Makefile
1901            ! win32/makefile.mk wince/Makefile.ce
1902 ____________________________________________________________________________
1903 [ 13178] By: gbarr                                 on 2001/11/21  18:30:10
1904         Log: Sync file with libnet-1.0901-tobe
1905      Branch: perl
1906            + lib/Net/t/config.t lib/Net/t/libnet_t.pl lib/Net/t/time.t
1907            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Config.pm
1908            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/E.pm
1909            ! lib/Net/FTP/L.pm lib/Net/NNTP.pm lib/Net/POP3.pm
1910            ! lib/Net/SMTP.pm lib/Net/libnetFAQ.pod
1911 ____________________________________________________________________________
1912 [ 13177] By: jhi                                   on 2001/11/21  17:31:28
1913         Log: Subject: [PATCH perldoc] problems with pod2man
1914              From: Robin Barker <rmb1@cise.npl.co.uk>
1915              Date: Wed, 21 Nov 2001 17:48:51 GMT
1916              Message-Id: <200111211748.RAA07123@tempest.npl.co.uk>
1917      Branch: perl
1918            ! utils/perldoc.PL
1919 ____________________________________________________________________________
1920 [ 13176] By: jhi                                   on 2001/11/21  17:27:30
1921         Log: debug_pad only visible when debugging.
1922      Branch: perl
1923            ! makedef.pl
1924 ____________________________________________________________________________
1925 [ 13174] By: jhi                                   on 2001/11/21  16:01:39
1926         Log: procselfexe tweaks.
1927      Branch: perl
1928            ! Configure config_h.SH
1929 ____________________________________________________________________________
1930 [ 13173] By: jhi                                   on 2001/11/21  15:55:08
1931         Log: Upgrade to Net::Ping 2.06.
1932      Branch: perl
1933            + lib/Net/Ping/CHANGES lib/Net/Ping/README
1934            + lib/Net/Ping/t/100_load.t lib/Net/Ping/t/110_icmp_inst.t
1935            + lib/Net/Ping/t/120_udp_inst.t lib/Net/Ping/t/130_tcp_inst.t
1936            + lib/Net/Ping/t/200_ping_tcp.t
1937            ! MANIFEST lib/Net/Ping.pm
1938 ____________________________________________________________________________
1939 [ 13172] By: jhi                                   on 2001/11/21  15:17:13
1940         Log: Upgrade to Math::BigInt 1.47.
1941      Branch: perl
1942            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
1943            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
1944            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
1945            ! lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/bigintpm.t
1946            ! lib/Math/BigInt/t/mbimbf.t lib/Math/BigInt/t/sub_mbf.t
1947            ! lib/Math/BigInt/t/sub_mbi.t
1948 ____________________________________________________________________________
1949 [ 13171] By: jhi                                   on 2001/11/21  15:03:53
1950         Log: Dynaloading for POSIX-BC from Thomas Dorner.
1951      Branch: perl
1952            ! hints/posix-bc.sh
1953 ____________________________________________________________________________
1954 [ 13170] By: jhi                                   on 2001/11/21  15:02:39
1955         Log: Strange: the same mysterious regex study bug
1956              seems to be present both in OS/390 and POSIX-BC.
1957              Deep EBCDIC magic that regex engine gets wrong,
1958              or a bug in some compiler/library shared by the
1959              two platforms?  From Thomas Dorner.
1960      Branch: perl
1961            ! t/op/study.t
1962 ____________________________________________________________________________
1963 [ 13169] By: jhi                                   on 2001/11/21  14:47:03
1964         Log: More lost and found.
1965      Branch: perl
1966            + lib/Test/Simple/README
1967            ! MANIFEST
1968 ____________________________________________________________________________
1969 [ 13168] By: jhi                                   on 2001/11/21  14:45:05
1970         Log: MANIFESTly missing.
1971      Branch: perl
1972            ! MANIFEST
1973 ____________________________________________________________________________
1974 [ 13167] By: jhi                                   on 2001/11/21  14:42:35
1975         Log: Subject: Re: PERFORCE change 13162 for review               
1976              From: Philip Newton <Philip.Newton@gmx.net> 
1977              Date: Wed, 21 Nov 2001 16:44:30 +0100
1978              Message-ID: <j2invt4a84bccvj8khob0s9m3hd5urmcud@4ax.com>
1979      Branch: perl
1980            ! ext/Devel/PPPort/PPPort.pm
1981 ____________________________________________________________________________
1982 [ 13166] By: jhi                                   on 2001/11/21  14:39:27
1983         Log: Update Changes.
1984      Branch: perl
1985            ! Changes patchlevel.h
1986 ____________________________________________________________________________
1987 [ 13165] By: jhi                                   on 2001/11/21  14:34:43
1988         Log: Small doc tweaks.
1989      Branch: perl
1990            ! ext/PerlIO/Via/Via.pm
1991 ____________________________________________________________________________
1992 [ 13164] By: jhi                                   on 2001/11/21  14:13:00
1993         Log: Redundant return.
1994      Branch: perl
1995            ! ext/MIME/Base64/QuotedPrint.pm
1996 ____________________________________________________________________________
1997 [ 13163] By: jhi                                   on 2001/11/21  13:52:30
1998         Log: Subject: [PATCH] Z*/[AZa]* fails to pack length properly
1999              From: "Wolfgang Laun" <wolfgang.laun@chello.at>
2000              Date: Wed, 21 Nov 2001 10:23:16 +0100
2001              Message-ID: <200111211023160020.0050BD28@smtp.chello.at>   
2002      Branch: perl
2003            ! pp_pack.c t/op/pack.t
2004 ____________________________________________________________________________
2005 [ 13162] By: jhi                                   on 2001/11/21  13:44:41
2006         Log: Add Devel::PPPort originally from Kenneth Albanowski,
2007              revigorated by Paul Marquess: gives h2xs a Perl version
2008              portability boost.
2009      Branch: perl
2010            + ext/Devel/PPPort/Makefile.PL ext/Devel/PPPort/PPPort.pm
2011            + ext/Devel/PPPort/README ext/Devel/PPPort/TODO
2012            + ext/Devel/PPPort/harness/Harness.pm
2013            + ext/Devel/PPPort/harness/Harness.xs
2014            + ext/Devel/PPPort/harness/Makefile.PL
2015            + ext/Devel/PPPort/harness/module2.c
2016            + ext/Devel/PPPort/harness/module3.c
2017            + ext/Devel/PPPort/harness/t/test.t ext/Devel/PPPort/soak
2018            ! MANIFEST lib/h2xs.t utils/h2xs.PL
2019 ____________________________________________________________________________
2020 [ 13161] By: jhi                                   on 2001/11/21  13:43:08
2021         Log: Oops.
2022      Branch: perl
2023            ! lib/Test/Simple/t/filehandles.t
2024 ____________________________________________________________________________
2025 [ 13160] By: jhi                                   on 2001/11/21  13:23:07
2026         Log: Subject: Re: PERFORCE change 13152 for review               
2027              From: Philip Newton <Philip.Newton@gmx.net> 
2028              Date: Wed, 21 Nov 2001 09:04:05 +0100
2029              Message-ID: <1glmvtgulgh95tcrent3cso98pb5nm3rgb@4ax.com>
2030      Branch: perl
2031            ! lib/Test/Builder.pm
2032 ____________________________________________________________________________
2033 [ 13159] By: jhi                                   on 2001/11/21  13:19:08
2034         Log: Subject: Re: PERFORCE change 13142 for review
2035              From: Philip Newton <Philip.Newton@gmx.net>
2036              Date: Wed, 21 Nov 2001 09:04:03 +0100
2037              Message-ID: <m9lmvt8a2vjq2sa8stds01msej0f2f03up@4ax.com>
2038              
2039              plus rewrap few paragraphs.
2040      Branch: perl
2041            ! lib/Pod/LaTeX.pm
2042 ____________________________________________________________________________
2043 [ 13158] By: jhi                                   on 2001/11/21  03:59:51
2044         Log: Integrate #13154 from macperl; Remove comments.
2045      Branch: perl
2046           !> lib/File/Spec/Mac.pm
2047 ____________________________________________________________________________
2048 [ 13157] By: jhi                                   on 2001/11/21  03:53:06
2049         Log: Update the list of modules having tests.
2050      Branch: perl
2051            ! t/lib/1_compile.t
2052 ____________________________________________________________________________
2053 [ 13156] By: pudge                                 on 2001/11/21  03:19:09
2054         Log: Slight doc changes.
2055      Branch: maint-5.6/macperl
2056            ! macos/macperl/MacPerl.podhelp
2057 ____________________________________________________________________________
2058 [ 13155] By: pudge                                 on 2001/11/21  03:18:48
2059         Log: Add UTF-16 coercion.
2060      Branch: maint-5.6/macperl
2061            ! macos/lib/Mac/AppleEvents/Simple.pm
2062 ____________________________________________________________________________
2063 [ 13154] By: pudge                                 on 2001/11/21  03:16:55
2064         Log: Remove comments.
2065      Branch: maint-5.6/macperl
2066            ! lib/File/Spec/Mac.pm
2067 ____________________________________________________________________________
2068 [ 13153] By: pudge                                 on 2001/11/21  03:16:00
2069         Log: Fix FSpGetCatInfo (and other functions) corrupting
2070              memory with bad filespecs (bug #471867)
2071      Branch: maint-5.6/macperl
2072            ! macos/ext/Mac/Files/typemap macos/ext/Mac/typemap
2073 ____________________________________________________________________________
2074 [ 13152] By: jhi                                   on 2001/11/21  03:09:46
2075         Log: Upgrade to Test::Simple 0.33.
2076      Branch: perl
2077            ! lib/Test/Builder.pm lib/Test/More.pm lib/Test/Simple/Changes
2078            ! lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/no_header.t
2079            ! lib/Test/Simple/t/output.t lib/Test/Tutorial.pod
2080 ____________________________________________________________________________
2081 [ 13151] By: jhi                                   on 2001/11/21  03:01:36
2082         Log: Upgrade to Test::Harness 1.26.
2083      Branch: perl
2084            ! lib/Test/Harness.pm lib/Test/Harness/Changes
2085 ____________________________________________________________________________
2086 [ 13150] By: jhi                                   on 2001/11/21  02:15:47
2087         Log: Integrate change #13145 from maintperl;
2088              another compatibility tweak to change#12559: avoid quoting
2089              arguments that already have quotes; add test case
2090      Branch: perl
2091           !> t/op/system_tests win32/win32.c
2092 ____________________________________________________________________________
2093 [ 13149] By: gsar                                  on 2001/11/21  02:00:28
2094         Log: integrate change#13147 from mainline (fixes nit in change#10091)
2095              
2096              Subject: [PATCH] spaceship and refs
2097      Branch: maint-5.6/perl
2098            ! pp.c pp_hot.c t/op/cmp.t
2099 ____________________________________________________________________________
2100 [ 13148] By: jhi                                   on 2001/11/21  00:44:56
2101         Log: Subject: [PATCH] Add test for Pod::ParseUtils              
2102              From: Tim Jenness <t.jenness@jach.hawaii.edu>            
2103              Date: Tue, 20 Nov 2001 14:33:14 -1000 (HST)
2104              Message-ID: <Pine.LNX.4.33.0111201429060.22000-100000@lapaki>
2105      Branch: perl
2106            + lib/Pod/t/utils.t
2107            ! MANIFEST
2108 ____________________________________________________________________________
2109 [ 13147] By: jhi                                   on 2001/11/21  00:40:09
2110         Log: Subject: [PATCH] spaceship and refs
2111              From: Nicholas Clark <nick@ccl4.org>
2112              Date: Tue, 20 Nov 2001 21:59:51 +0000
2113              Message-ID: <20011120215951.U62891@plum.flirble.org> 
2114      Branch: perl
2115            ! pp.c pp_hot.c t/op/cmp.t
2116 ____________________________________________________________________________
2117 [ 13146] By: jhi                                   on 2001/11/21  00:37:00
2118         Log: Try to clarify which I/O call operates on bytes,
2119              which on characters, which on either.
2120      Branch: perl
2121            ! pod/perlfunc.pod
2122 ____________________________________________________________________________
2123 [ 13145] By: gsar                                  on 2001/11/21  00:14:29
2124         Log: another compatibility tweak to change#12559: avoid quoting
2125              arguments that already have quotes; add test case
2126      Branch: maint-5.6/perl
2127            ! t/op/system_tests win32/win32.c
2128 ____________________________________________________________________________
2129 [ 13144] By: jhi                                   on 2001/11/20  22:31:47
2130         Log: Give a simple example of writing PerlIO::Via handlers
2131              in Perl.
2132      Branch: perl
2133            ! ext/PerlIO/Via/Via.pm
2134 ____________________________________________________________________________
2135 [ 13143] By: jhi                                   on 2001/11/20  20:50:41
2136         Log: Add test for Pod::LaTeX; re-sort MANIFEST.
2137      Branch: perl
2138            + lib/Pod/t/latex.t
2139            ! MANIFEST
2140 ____________________________________________________________________________
2141 [ 13142] By: jhi                                   on 2001/11/20  20:42:48
2142         Log: Subject: [PATCH] Pod::LaTeX up to V0.54
2143              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2144              Date: Tue, 20 Nov 2001 11:36:54 -1000 (HST)
2145              Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki>
2146      Branch: perl
2147            ! lib/Pod/LaTeX.pm pod/pod2latex.PL
2148 ____________________________________________________________________________
2149 [ 13141] By: jhi                                   on 2001/11/20  20:35:14
2150         Log: Spread d_procselfexe to far-off lands (undefined).
2151      Branch: perl
2152            ! NetWare/config.wc configure.com epoc/config.sh uconfig.h
2153            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
2154            ! vos/config.ga.def vos/config.ga.h win32/config.bc
2155            ! win32/config.gc win32/config.vc win32/config.win64
2156            ! wince/config.ce
2157 ____________________________________________________________________________
2158 [ 13140] By: jhi                                   on 2001/11/20  20:17:13
2159         Log: Integrate perlio; add detection and use of /proc/self/exe
2160              (Linuxism for finding the absolute path of the executable)
2161      Branch: perl
2162           !> Configure config_h.SH perl.c t/op/magic.t
2163 ____________________________________________________________________________
2164 [ 13139] By: jhi                                   on 2001/11/20  20:12:06
2165         Log: Really define do_report_used() only if DEBUGGING.
2166      Branch: perl
2167            ! sv.c
2168 ____________________________________________________________________________
2169 [ 13138] By: nick                                  on 2001/11/20  20:01:05
2170         Log: perl.c change to use HAS_PROCSELFEXE, also
2171              tweak to $^X test to comprehend full path to real executable
2172              being returned (like Cygwin as it happens...)
2173      Branch: perlio
2174            ! perl.c t/op/magic.t
2175 ____________________________________________________________________________
2176 [ 13137] By: nick                                  on 2001/11/20  19:46:00
2177         Log: Integrate mainline
2178      Branch: perlio
2179           +> lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
2180           +> lib/NEXT/t/unseen.t
2181            - lib/NEXT/test.pl
2182           !> (integrate 34 files)
2183 ____________________________________________________________________________
2184 [ 13136] By: jhi                                   on 2001/11/20  17:47:36
2185         Log: Subject: [?PATCH] terser pp_eq
2186              From: Nicholas Clark <nick@ccl4.org>
2187              Date: Mon, 19 Nov 2001 23:09:02 +0000
2188              Message-ID: <20011119230901.O62891@plum.flirble.org>
2189      Branch: perl
2190            ! pp_hot.c
2191 ____________________________________________________________________________
2192 [ 13135] By: jhi                                   on 2001/11/20  17:40:13
2193         Log: Pass 4 at perldelta - cleanup problems found by podchecker.
2194      Branch: perl
2195            ! pod/perldelta.pod
2196 ____________________________________________________________________________
2197 [ 13134] By: jhi                                   on 2001/11/20  16:59:54
2198         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
2199              From: Andy Dougherty <doughera@lafayette.edu>
2200              Date: Tue, 20 Nov 2001 12:45:32 -0500 (EST)
2201              Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu>
2202      Branch: perl
2203            ! ext/re/Makefile.PL ext/re/re.xs
2204 ____________________________________________________________________________
2205 [ 13133] By: jhi                                   on 2001/11/20  15:51:04
2206         Log: Subject: Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6
2207              From: Andy Dougherty <doughera@lafayette.edu>
2208              Date: Tue, 20 Nov 2001 11:08:13 -0500 (EST)
2209              Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu>
2210      Branch: perl
2211            ! ext/re/re.xs
2212 ____________________________________________________________________________
2213 [ 13132] By: jhi                                   on 2001/11/20  15:31:43
2214         Log: Integrate change #13119 from macperl.
2215              (No changes since already applied the patch,
2216              just keep perforce happy and well-fed.)
2217      Branch: perl
2218           !> lib/Pod/Html.pm
2219 ____________________________________________________________________________
2220 [ 13131] By: jhi                                   on 2001/11/20  15:29:55
2221         Log: Subject: [PATCH] filter-util.pl for Mac OS
2222              From: Chris Nandor <pudge@pobox.com>
2223              Date: Tue, 20 Nov 2001 00:16:11 -0500
2224              Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]>
2225      Branch: perl
2226            ! t/lib/filter-util.pl
2227 ____________________________________________________________________________
2228 [ 13130] By: jhi                                   on 2001/11/20  15:23:11
2229         Log: Subject: [PATCH] Portability fix for Pod::Html
2230              From: Chris Nandor <pudge@pobox.com>
2231              Date: Tue, 20 Nov 2001 00:01:05 -0500
2232              Message-Id: <p05100307b81f92788846@[10.0.1.177]>
2233      Branch: perl
2234            ! lib/Pod/Html.pm
2235 ____________________________________________________________________________
2236 [ 13129] By: jhi                                   on 2001/11/20  15:14:49
2237         Log: Need to skip more tests if not perlio.
2238      Branch: perl
2239            ! lib/open.t
2240 ____________________________________________________________________________
2241 [ 13128] By: jhi                                   on 2001/11/20  15:04:55
2242         Log: Pass 3 at perldelta - sort the lists of new modules,
2243              module improvements, and new platforms.
2244      Branch: perl
2245            ! pod/perldelta.pod
2246 ____________________________________________________________________________
2247 [ 13127] By: jhi                                   on 2001/11/20  13:42:22
2248         Log: Document ${^OPEN}.
2249      Branch: perl
2250            ! pod/perlvar.pod
2251 ____________________________________________________________________________
2252 [ 13126] By: pudge                                 on 2001/11/20  03:28:51
2253         Log: Make configpm work with extra keys
2254      Branch: maint-5.6/macperl
2255            ! macos/configpm
2256 ____________________________________________________________________________
2257 [ 13125] By: pudge                                 on 2001/11/20  03:28:09
2258         Log: Version and doc updates
2259      Branch: maint-5.6/macperl
2260            ! macos/MPVersion.r macos/macperl/MacPerl.podhelp
2261 ____________________________________________________________________________
2262 [ 13124] By: pudge                                 on 2001/11/20  03:27:44
2263         Log: More fixes for error message parsing (bug #470316)
2264      Branch: maint-5.6/macperl
2265            ! macos/macish.c
2266 ____________________________________________________________________________
2267 [ 13123] By: pudge                                 on 2001/11/20  03:26:32
2268         Log: Fix ctrl-D handling (bug #471436), more exit fixes (bug #467732),
2269              remove obsolete function (bug #465225)
2270      Branch: maint-5.6/macperl
2271            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
2272            ! macos/macperl/MPScript.c
2273 ____________________________________________________________________________
2274 [ 13122] By: pudge                                 on 2001/11/20  03:20:17
2275         Log: Add p2as droplet to distribution.
2276      Branch: maint-5.6/macperl
2277            + macos/macperl/Droplets/p2as.plx
2278 ____________________________________________________________________________
2279 [ 13121] By: pudge                                 on 2001/11/20  03:10:36
2280         Log: Bundle File::Sort.
2281      Branch: maint-5.6/macperl
2282            + macos/bundled_lib/blib/lib/File/Sort.pm
2283 ____________________________________________________________________________
2284 [ 13120] By: pudge                                 on 2001/11/20  03:09:21
2285         Log: Various bundled module fixes.
2286      Branch: maint-5.6/macperl
2287            ! macos/bundled_ext/Compress/Zlib/Makefile.mk
2288            ! macos/bundled_ext/Digest/MD5/t/files.t
2289            ! macos/bundled_ext/Filter/t/filter-util.pl
2290            ! macos/bundled_lib/blib/lib/Net/Config.pm
2291            ! macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
2292 ____________________________________________________________________________
2293 [ 13119] By: pudge                                 on 2001/11/20  03:08:27
2294         Log: Portability fix for Pod::Html.
2295      Branch: maint-5.6/macperl
2296            ! lib/Pod/Html.pm
2297 ____________________________________________________________________________
2298 [ 13118] By: jhi                                   on 2001/11/20  02:58:38
2299         Log: Upgrade to Text::Balanced 1.89.
2300      Branch: perl
2301            ! lib/Text/Balanced.pm lib/Text/Balanced/Changes
2302            ! lib/Text/Balanced/README lib/Text/Balanced/t/extbrk.t
2303            ! lib/Text/Balanced/t/extcbk.t lib/Text/Balanced/t/extdel.t
2304            ! lib/Text/Balanced/t/extmul.t lib/Text/Balanced/t/extqlk.t
2305            ! lib/Text/Balanced/t/exttag.t lib/Text/Balanced/t/extvar.t
2306            ! lib/Text/Balanced/t/gentag.t
2307 ____________________________________________________________________________
2308 [ 13117] By: jhi                                   on 2001/11/20  02:53:32
2309         Log: Upgrade to NEXT 0.50.
2310      Branch: perl
2311            + lib/NEXT/t/actual.t lib/NEXT/t/actuns.t lib/NEXT/t/next.t
2312            + lib/NEXT/t/unseen.t
2313            - lib/NEXT/test.pl
2314            ! MANIFEST lib/NEXT.pm lib/NEXT/Changes lib/NEXT/README
2315 ____________________________________________________________________________
2316 [ 13116] By: pudge                                 on 2001/11/20  02:47:23
2317         Log: Integrate with maint-5.6/perl.
2318      Branch: maint-5.6/macperl
2319           !> win32/win32.c
2320 ____________________________________________________________________________
2321 [ 13115] By: jhi                                   on 2001/11/20  01:57:41
2322         Log: Update the README.threads scary header a bit.
2323      Branch: perl
2324            ! README.threads
2325 ____________________________________________________________________________
2326 [ 13114] By: jhi                                   on 2001/11/20  01:49:59
2327         Log: Pass 2 at perldelta: add some changes since 5.7.2.
2328      Branch: perl
2329            ! pod/perldelta.pod
2330 ____________________________________________________________________________
2331 [ 13113] By: jhi                                   on 2001/11/20  00:55:25
2332         Log: Subject: [DOC PATCH] perlfaq4.pod 
2333              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2334              Date: Mon, 19 Nov 2001 15:31:36 -1000 (HST)
2335              Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki>           
2336      Branch: perl
2337            ! pod/perlfaq4.pod
2338 ____________________________________________________________________________
2339 [ 13112] By: jhi                                   on 2001/11/20  00:53:17
2340         Log: Subject: [PATCH perl.c] Extra diagnostics for -DP            
2341              From: Michael G Schwern <schwern@pobox.com> 
2342              Date: Mon, 19 Nov 2001 19:53:12 -0500
2343              Message-ID: <20011119195311.I11883@blackrider>
2344      Branch: perl
2345            ! perl.c
2346 ____________________________________________________________________________
2347 [ 13111] By: jhi                                   on 2001/11/20  00:48:46
2348         Log: Subject: [PATCH: perl@13050] update of vms Makefile.SH analog
2349              From: PPrymmer@factset.com
2350              Date: Mon, 19 Nov 2001 17:08:59 -0500
2351              Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11>
2352      Branch: perl
2353            ! vms/descrip_mms.template
2354 ____________________________________________________________________________
2355 [ 13110] By: jhi                                   on 2001/11/20  00:39:02
2356         Log: Create a per-interpeter debug scratchpad container
2357              and use that for the regexec debugging.
2358      Branch: perl
2359            ! embedvar.h intrpvar.h perl.c perl.h perlapi.h regexec.c
2360 ____________________________________________________________________________
2361 [ 13109] By: nick                                  on 2001/11/19  22:01:45
2362         Log: Use /proc/self/exe to set $^X on linux (or anywhere new
2363              Configure unit detects the feature).
2364      Branch: metaconfig/U/perl
2365            + procselfexe.U
2366      Branch: perlio
2367            ! Configure config_h.SH
2368 ____________________________________________________________________________
2369 [ 13108] By: nick                                  on 2001/11/19  20:39:17
2370         Log: Integrate mainline
2371      Branch: perlio
2372           +> t/op/or.t
2373           !> (integrate 44 files)
2374 ____________________________________________________________________________
2375 [ 13107] By: jhi                                   on 2001/11/19  20:22:36
2376         Log: sysseek tweak.
2377      Branch: perl
2378            ! pod/perlfunc.pod
2379 ____________________________________________________________________________
2380 [ 13106] By: jhi                                   on 2001/11/19  20:18:42
2381         Log: Move the sysio tests from io/utf8 to lib/open.
2382      Branch: perl
2383            ! lib/open.t t/io/utf8.t
2384 ____________________________________________________________________________
2385 [ 13105] By: nick                                  on 2001/11/19  20:15:39
2386         Log: Add a .package and a README to //depot/metaconfig
2387      Branch: metaconfig
2388            + .package README
2389 ____________________________________________________________________________
2390 [ 13104] By: jhi                                   on 2001/11/19  20:01:54
2391         Log: Thou shalt not mix stdio and sysio.
2392      Branch: perl
2393            ! t/io/utf8.t
2394 ____________________________________________________________________________
2395 [ 13103] By: jhi                                   on 2001/11/19  19:28:40
2396         Log: Update Changes.
2397      Branch: perl
2398            ! Changes patchlevel.h
2399 ____________________________________________________________________________
2400 [ 13102] By: jhi                                   on 2001/11/19  19:17:14
2401         Log: The runops_debug needs to be present always, otherwise
2402              places like AIX which need an explicit symbol export list
2403              will croak when trying to build Devel::Peek (which uses
2404              the runops_debug).
2405      Branch: perl
2406            ! makedef.pl
2407 ____________________________________________________________________________
2408 [ 13101] By: jhi                                   on 2001/11/19  19:06:48
2409         Log: Subject: [PATCH: perl@13050] VMS specific cleanup and strictness for tie_sdbm.t
2410              From: PPrymmer@factset.com 
2411              Date: Mon, 19 Nov 2001 11:34:22 -0500
2412              Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11>
2413      Branch: perl
2414            ! lib/Memoize/t/tie_sdbm.t
2415 ____________________________________________________________________________
2416 [ 13100] By: jhi                                   on 2001/11/19  18:57:11
2417         Log: Retract #13088: it seems that unless dump.c is extensively
2418              reorganized as to what symbols it shows, when, and to whom,
2419              we are stuck with having the dump.o symbols in the libperl
2420              and thusly in the main Perl binary.
2421      Branch: perl
2422            ! embedvar.h perlapi.h perlvars.h
2423 ____________________________________________________________________________
2424 [ 13099] By: jhi                                   on 2001/11/19  18:02:14
2425         Log: The _uni_display should not be in dump.c since they
2426              are used under normal operation (S_not_a_number()).
2427      Branch: perl
2428            ! dump.c embed.h embed.pl global.sym proto.h utf8.c
2429 ____________________________________________________________________________
2430 [ 13098] By: jhi                                   on 2001/11/19  17:37:26
2431         Log: Protect sv_dump() from being included unless DEBUGGING,
2432              as noticed by Ilya.
2433      Branch: perl
2434            ! sv.c
2435 ____________________________________________________________________________
2436 [ 13097] By: jhi                                   on 2001/11/19  15:11:41
2437         Log: Pending further investigation skip the tell() tests.
2438              The tell() is okay on Solaris, HP-UX and Tru64, but fails
2439              (by returning too much) in Linux.
2440      Branch: perl
2441            ! t/io/utf8.t
2442 ____________________________________________________________________________
2443 [ 13096] By: jhi                                   on 2001/11/19  14:28:57
2444         Log: Retract #13082 until a better solution is found:
2445              statics break ithreads.
2446      Branch: perl
2447            ! regexec.c
2448 ____________________________________________________________________________
2449 [ 13095] By: jhi                                   on 2001/11/19  14:24:33
2450         Log: Figures 1 and 2 for UTF-8.
2451      Branch: perl
2452            ! pod/perlunicode.pod
2453 ____________________________________________________________________________
2454 [ 13094] By: jhi                                   on 2001/11/19  14:09:34
2455         Log: Subject: [PATCH] new warning "Useless use of sort in scalar context"
2456              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2457              Date: Mon, 19 Nov 2001 13:26:45 +0100                 
2458              Message-ID: <20011119132645.A15034@rafael>
2459      Branch: perl
2460            ! op.c pod/perldiag.pod t/lib/warnings/op
2461 ____________________________________________________________________________
2462 [ 13093] By: jhi                                   on 2001/11/19  14:07:20
2463         Log: Subject: [PATCH t/op/closure.t] A little extra debugging output
2464              From: Michael G Schwern <schwern@pobox.com> 
2465              Date: Mon, 19 Nov 2001 03:11:12 -0500                 
2466              Message-ID: <20011119031112.E786@blackrider>
2467      Branch: perl
2468            ! t/op/closure.t
2469 ____________________________________________________________________________
2470 [ 13092] By: jhi                                   on 2001/11/19  14:05:21
2471         Log: Subject: [PATCH MANIFEST t/op/or.t] Double FETCH test
2472              From: Michael G Schwern <schwern@pobox.com>
2473              Date: Mon, 19 Nov 2001 03:42:56 -0500
2474              Message-ID: <20011119034256.I786@blackrider>
2475      Branch: perl
2476            + t/op/or.t
2477            ! MANIFEST
2478 ____________________________________________________________________________
2479 [ 13091] By: jhi                                   on 2001/11/19  13:50:45
2480         Log: Subject: [PATCH] io_poll.t vms/test.com tweaks
2481              From: "Craig A. Berry" <craigberry@mac.com>
2482              Date: Sun, 18 Nov 2001 14:33:48 -0600
2483              Message-Id: <a05101001b81db38899ea@[172.16.52.1]>
2484      Branch: perl
2485            ! ext/IO/lib/IO/t/io_poll.t vms/test.com
2486 ____________________________________________________________________________
2487 [ 13090] By: jhi                                   on 2001/11/19  13:49:28
2488         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
2489              From: Dave Rolsky <autarch@urth.org>
2490              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST)
2491              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
2492      Branch: perl
2493            ! lib/ExtUtils/Manifest.pm
2494 ____________________________________________________________________________
2495 [ 13089] By: jhi                                   on 2001/11/19  13:48:35
2496         Log: Subject: [PATCH] ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMaker
2497              From: Dave Rolsky <autarch@urth.org>
2498              Date: Mon, 19 Nov 2001 00:07:28 -0600 (CST) 
2499              Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org>
2500      Branch: perl
2501            ! lib/ExtUtils/Install.pm
2502 ____________________________________________________________________________
2503 [ 13088] By: jhi                                   on 2001/11/19  13:44:49
2504         Log: The runops_dbg should not be needed.
2505      Branch: perl
2506            ! embedvar.h perlapi.h perlvars.h pod/perlapi.pod
2507 ____________________________________________________________________________
2508 [ 13087] By: jhi                                   on 2001/11/19  13:28:22
2509         Log: do_spawn() cleanup from Charles Lane.
2510      Branch: perl
2511            ! vms/vms.c
2512 ____________________________________________________________________________
2513 [ 13086] By: jhi                                   on 2001/11/19  13:22:26
2514         Log: Update the list of tests.
2515      Branch: perl
2516            ! t/lib/1_compile.t
2517 ____________________________________________________________________________
2518 [ 13085] By: jhi                                   on 2001/11/18  21:57:23
2519         Log: Subject: [PATCH t/lib/warnings/sv] Re: [ID 20011116.125] $a = undef; print "$a\n"; does not warn
2520              From: Michael G Schwern <schwern@pobox.com> 
2521              Date: Fri, 16 Nov 2001 17:37:04 -0500
2522              Message-ID: <20011116173703.L30160@blackrider>
2523      Branch: perl
2524            ! t/lib/warnings/sv
2525 ____________________________________________________________________________
2526 [ 13084] By: jhi                                   on 2001/11/18  21:38:50
2527         Log: FAQ sync.
2528      Branch: perl
2529            ! pod/perlfaq4.pod
2530 ____________________________________________________________________________
2531 [ 13083] By: jhi                                   on 2001/11/18  21:37:06
2532         Log: Integrate perlio; win32 sync.
2533      Branch: perl
2534           !> perlio.c win32/win32io.c
2535 ____________________________________________________________________________
2536 [ 13082] By: jhi                                   on 2001/11/18  19:13:06
2537         Log: (retracted by #13096)
2538              Debugging would be badly skewed by a malloc per regex dump.
2539      Branch: perl
2540            ! regexec.c
2541 ____________________________________________________________________________
2542 [ 13081] By: nick                                  on 2001/11/18  19:08:40
2543         Log: Win32 layer has a dup which needs to match new prototype.
2544      Branch: perlio
2545            ! win32/win32io.c
2546 ____________________________________________________________________________
2547 [ 13080] By: nick                                  on 2001/11/18  19:05:02
2548         Log: Wrong way to get stdio mode used.
2549      Branch: perlio
2550            ! perlio.c
2551 ____________________________________________________________________________
2552 [ 13079] By: jhi                                   on 2001/11/18  18:59:28
2553         Log: Retract #13048: that introduced a malloc() (through savepvn())
2554              to *every* m//, which killed the performance quite badly.
2555      Branch: perl
2556            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
2557 ____________________________________________________________________________
2558 [ 13078] By: jhi                                   on 2001/11/18  17:37:31
2559         Log: Pass 1 at perldelta.pod: sort the section contents
2560              together, drop all but the 5.7.2 known problems,
2561              leave the 5.7.1 security note since that's the
2562              fullest explanation (update the date on that).
2563      Branch: perl
2564            ! pod/perldelta.pod
2565 ____________________________________________________________________________
2566 [ 13077] By: jhi                                   on 2001/11/18  17:07:12
2567         Log: Retract 11635: close 20011113.110, reopen 20010809.028.
2568              
2569              Tiny problem in the test for 20011113.110: I hope
2570              'my $x= [("foo") x 1]' was never going to produce [qw(foo foo)] :-)
2571      Branch: perl
2572            ! pp.c t/op/repeat.t
2573 ____________________________________________________________________________
2574 [ 13076] By: jhi                                   on 2001/11/18  16:46:11
2575         Log: All of syswrite/send/sendto need to return character counts,
2576              and character counts from the offset, not the beginning of
2577              the scalar.
2578      Branch: perl
2579            ! pp_sys.c
2580 ____________________________________________________________________________
2581 [ 13075] By: jhi                                   on 2001/11/18  16:39:32
2582         Log: Integrate PerlIO: duping fixes.
2583      Branch: perl
2584           !> doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2585           !> ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
2586           !> perliol.h sv.c
2587 ____________________________________________________________________________
2588 [ 13074] By: jhi                                   on 2001/11/18  16:34:29
2589         Log: syswrite() was still returning byte counts, not character counts.
2590      Branch: perl
2591            ! pp_sys.c t/io/utf8.t
2592 ____________________________________________________________________________
2593 [ 13073] By: jhi                                   on 2001/11/18  16:16:17
2594         Log: Add test for sysread().
2595      Branch: perl
2596            ! t/io/utf8.t
2597 ____________________________________________________________________________
2598 [ 13072] By: nick                                  on 2001/11/18  16:15:31
2599         Log: Allow dup'ing of PerlIO::Scalar etc.
2600      Branch: perlio
2601            ! doio.c ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
2602            ! ext/PerlIO/Via/Via.xs ext/PerlIO/t/scalar.t perlio.c perlio.h
2603            ! perliol.h sv.c
2604 ____________________________________________________________________________
2605 [ 13071] By: jhi                                   on 2001/11/18  16:12:32
2606         Log: Prepend a null byte to the test set.
2607      Branch: perl
2608            ! t/io/utf8.t
2609 ____________________________________________________________________________
2610 [ 13070] By: jhi                                   on 2001/11/18  15:13:57
2611         Log: Document how "no utf8;" can become handy.
2612      Branch: perl
2613            ! lib/utf8.pm
2614 ____________________________________________________________________________
2615 [ 13069] By: jhi                                   on 2001/11/18  14:05:23
2616         Log: Integrate perlio; force the inclusion of the PL_runops_*
2617      Branch: perl
2618           !> embedvar.h hv.c perlapi.h perlvars.h pod/perlapi.pod
2619 ____________________________________________________________________________
2620 [ 13068] By: nick                                  on 2001/11/18  13:23:33
2621         Log: embed.pl generated changes I forgot to include
2622      Branch: perlio
2623            ! embedvar.h perlapi.h pod/perlapi.pod
2624 ____________________________________________________________________________
2625 [ 13067] By: nick                                  on 2001/11/18  12:50:19
2626         Log: Force inclusion of both Perl_runops_* in perl itself,
2627              so they are available for Peek.xs etc.
2628      Branch: perlio
2629            ! perlvars.h
2630 ____________________________________________________________________________
2631 [ 13066] By: nick                                  on 2001/11/18  11:00:34
2632         Log: Integrate mainline - a few Devel::Peak fails.
2633      Branch: perlio
2634           +> (branch 29 files)
2635            - ext/Thread/Thread.pm lib/Benchmark.t
2636            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
2637            - lib/Lingua/KO/Hangul/Util/README
2638            - lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Normalize.pm
2639            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
2640            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
2641            - vms/ext/vmsish.pm vms/ext/vmsish.t
2642            ! hv.c
2643           !> (integrate 389 files)
2644 ____________________________________________________________________________
2645 [ 13065] By: jhi                                   on 2001/11/18  01:22:25
2646         Log: Start working on perldelta.  This is not yet any sort of
2647              editing; just concatenating perl570delta, perl571delta,
2648              and perl572delta.  Any sorting not done, any duplicate
2649              removal not done, any removal or update of obsolete items
2650              not done, any changes since 5.7.2 not included.  So there.
2651      Branch: perl
2652            ! pod/perldelta.pod
2653 ____________________________________________________________________________
2654 [ 13064] By: jhi                                   on 2001/11/17  22:22:47
2655         Log: Banish "use utf8".
2656      Branch: perl
2657            ! pod/perlre.pod pod/perlretut.pod pod/perlunicode.pod
2658 ____________________________________________________________________________
2659 [ 13063] By: jhi                                   on 2001/11/17  17:53:38
2660         Log: Tweak from Charles Lane.
2661      Branch: perl
2662            ! vms/vms.c
2663 ____________________________________________________________________________
2664 [ 13062] By: jhi                                   on 2001/11/17  15:35:22
2665         Log: Integrate change #13058 from maintperl;
2666              change#12559 breaks things on Win9x because command.com doesn't
2667              grok dquotes at all; disable all the system() smarts for
2668              command.com
2669      Branch: perl
2670           !> win32/win32.c
2671 ____________________________________________________________________________
2672 [ 13061] By: ams                                   on 2001/11/17  13:46:11
2673         Log: Subject: [PATCH lib/Term/Cap.pm] Sync with CPAN version
2674              From: Jonathan Stowe <gellyfish@gellyfish.com>
2675              Date: Sat, 17 Nov 2001 14:05:02 +0000 (GMT)
2676              Message-Id: <Pine.LNX.4.33.0111171356190.13024-100000@orpheus.gellyfish.com>
2677      Branch: perl
2678            ! lib/Term/Cap.pm
2679 ____________________________________________________________________________
2680 [ 13060] By: ams                                   on 2001/11/17  09:49:10
2681         Log: Subject: [PATCH9 File/Find.pm doc nits
2682              From: Tels <perl_dummy@bloodgate.com>
2683              Date: Sat, 17 Nov 2001 11:41:51 +0100 (CET)
2684      Branch: perl
2685            ! lib/File/Find.pm
2686 ____________________________________________________________________________
2687 [ 13059] By: ams                                   on 2001/11/17  09:38:38
2688         Log: Subject: [PATCH] Benchmark.pm nit
2689              From: Tels <perl_dummy@bloodgate.com>
2690              Date: Sat, 17 Nov 2001 11:29:23 +0100 (CET)
2691      Branch: perl
2692            ! lib/Benchmark.pm
2693 ____________________________________________________________________________
2694 [ 13058] By: gsar                                  on 2001/11/17  03:50:49
2695         Log: change#12559 breaks things on Win9x because command.com doesn't
2696              grok dquotes at all; disable all the system() smarts for
2697              command.com
2698      Branch: maint-5.6/perl
2699            ! win32/win32.c
2700 ____________________________________________________________________________
2701 [ 13057] By: ams                                   on 2001/11/16  20:30:03
2702         Log: Subject: [PATCH] lib/Unicode/UCD.t @INC oddity
2703              From: Andy Dougherty <doughera@lafayette.edu>
2704              Date: Fri, 16 Nov 2001 16:28:45 -0500 (EST)
2705              Message-Id: <Pine.SOL.4.10.10111161625070.7245-100000@maxwell.phys.lafayette.edu>
2706      Branch: perl
2707            ! lib/Unicode/UCD.t
2708 ____________________________________________________________________________
2709 [ 13056] By: jhi                                   on 2001/11/16  19:18:21
2710         Log: Subject: [Patch Perl@13023] VMS system() warning
2711              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
2712              Date: Fri, 16 Nov 2001 15:20:11 EST
2713              Message-Id: <011116152009.39eb8@DUPHY4.Physics.Drexel.Edu>
2714      Branch: perl
2715            ! vms/vms.c
2716 ____________________________________________________________________________
2717 [ 13055] By: jhi                                   on 2001/11/16  19:03:39
2718         Log: It's neither-nor, and protect against the impossible.
2719      Branch: perl
2720            ! lib/Thread.pm
2721 ____________________________________________________________________________
2722 [ 13054] By: jhi                                   on 2001/11/16  18:37:30
2723         Log: 5005threads didn't work because $Thread::VERSION wasn't
2724              visible.  Oops.
2725      Branch: perl
2726            ! ext/Thread/Makefile.PL lib/Thread.pm
2727 ____________________________________________________________________________
2728 [ 13053] By: jhi                                   on 2001/11/16  17:08:15
2729         Log: Robustness against Linux using something else than gcc;
2730              based on
2731              
2732              Subject: [ID 20011116.124] perl 5.6.1 with Intel's icc on RedHat Linux 7.2
2733              From: Charles Randall <cfriv@yahoo.com>
2734              Date: Fri, 16 Nov 2001 09:31:57 -0800 (PST)
2735              Message-Id: <20011116173157.2322.qmail@web20904.mail.yahoo.com>
2736      Branch: perl
2737            ! ext/Errno/Errno_pm.PL
2738 ____________________________________________________________________________
2739 [ 13052] By: ams                                   on 2001/11/16  16:46:39
2740         Log: Subject: Re: [h.m.brand@hccnet.nl: Installman problems]
2741              From: Russ Allbery <rra@stanford.edu>
2742              Date: 16 Nov 2001 09:44:21 -0800
2743              Message-Id: <yln11mwqyy.fsf@windlord.stanford.edu>
2744      Branch: perl
2745            ! lib/Pod/ParseLink.pm
2746 ____________________________________________________________________________
2747 [ 13051] By: jhi                                   on 2001/11/16  15:26:41
2748         Log: Update perluniintro on the UTF-8 output matters
2749              (that -w will warn unless the stream is explicitly UTF-8-ified).
2750      Branch: perl
2751            ! pod/perluniintro.pod
2752 ____________________________________________________________________________
2753 [ 13050] By: jhi                                   on 2001/11/16  15:08:52
2754         Log: Adding new files to MANIFEST is nice.
2755      Branch: perl
2756            ! MANIFEST
2757 ____________________________________________________________________________
2758 [ 13049] By: jhi                                   on 2001/11/16  15:04:45
2759         Log: Update Changes.
2760      Branch: perl
2761            ! Changes patchlevel.h
2762 ____________________________________________________________________________
2763 [ 13048] By: jhi                                   on 2001/11/16  14:46:17
2764         Log: Subject: Re: [PATCH regcomp.[ch], regexp.h, pp_hot.c, t/op/re_tests] lazy $& and \Z fix
2765              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net> 
2766              Date: Wed, 14 Nov 2001 16:35:29 -0500 (EST) 
2767              Message-ID: <Pine.GSO.4.21.0111141634020.16649-100000@crusoe.crusoe.net>
2768      Branch: perl
2769            ! pp_hot.c regcomp.c regcomp.h regexp.h t/op/re_tests
2770 ____________________________________________________________________________
2771 [ 13047] By: jhi                                   on 2001/11/16  14:37:32
2772         Log: Rename perlunintro to perluniintro; regen toc.
2773      Branch: perl
2774            + pod/perluniintro.pod
2775            - pod/perlunintro.pod
2776            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
2777 ____________________________________________________________________________
2778 [ 13046] By: jhi                                   on 2001/11/16  14:14:38
2779         Log: Document the negated lookeahead trick to emulate
2780              character class subtraction.
2781      Branch: perl
2782            ! pod/perlunicode.pod
2783 ____________________________________________________________________________
2784 [ 13045] By: jhi                                   on 2001/11/16  14:08:43
2785         Log: Subject: [PATCH perl@13023] Unicode General Category: Cn
2786              From: SADAHIRO Tomoyuki <bqw10602@nifty.com>
2787              Date: Fri, 16 Nov 2001 23:31:04 +0900
2788              Message-Id: <20011116232709.23CF.BQW10602@nifty.com>
2789              
2790              (with the tweak that Cntrl is not C, it's Cc)
2791      Branch: perl
2792            ! lib/unicore/In/163.pl lib/unicore/Is/C.pl lib/unicore/Is/Cn.pl
2793            ! lib/unicore/mktables
2794 ____________________________________________________________________________
2795 [ 13044] By: jhi                                   on 2001/11/16  13:42:44
2796         Log: Subject: [PATCH current] runtime runops switch
2797              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2798              Date: Fri, 16 Nov 2001 00:48:09 -0500
2799              Message-ID: <20011116004809.A934@math.ohio-state.edu>
2800      Branch: perl
2801            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.pm
2802            ! ext/Devel/Peek/Peek.xs perl.h pod/perlapi.pod
2803            ! pod/perlintern.pod proto.h run.c
2804 ____________________________________________________________________________
2805 [ 13043] By: jhi                                   on 2001/11/16  13:24:28
2806         Log: Further discourage old Thread code; tell how to tell
2807              the difference.
2808      Branch: perl
2809            ! lib/Thread.pm
2810 ____________________________________________________________________________
2811 [ 13042] By: jhi                                   on 2001/11/16  13:16:13
2812         Log: A missing return; from Charles Lane.
2813      Branch: perl
2814            ! vms/vms.c
2815 ____________________________________________________________________________
2816 [ 13041] By: ams                                   on 2001/11/16  12:11:14
2817         Log: Subject: [PATCH] Doc spellcheck + podcheck
2818              From: Autrijus Tang <autrijus@egb.elixus.org>
2819              Date: Thu, 15 Nov 2001 22:49:05 -0800
2820              Message-Id: <20011116064905.GA44092@egb.elixus.org>
2821              
2822              Subject: [PATCH] podcheck+spellcheck, the rest of the story
2823              From: Autrijus Tang <autrijus@egb.elixus.org>
2824              Date: Fri, 16 Nov 2001 00:42:20 -0800
2825              Message-Id: <20011116084220.GA44295@egb.elixus.org>
2826              
2827              Subject: Re: [PATCH] podcheck+spellcheck, the rest of the story
2828              From: Nicholas Clark <nick@ccl4.org>
2829              Date: Fri, 16 Nov 2001 10:32:01 +0000
2830              Message-Id: <20011116103200.F62891@plum.flirble.org>
2831              (Applied after suitable de-mangling.)
2832      Branch: perl
2833            ! README.aix README.dgux README.dos README.epoc README.hpux
2834            ! README.mint README.mpeix README.netware README.os2
2835            ! README.os390 README.plan9 README.qnx README.solaris
2836            ! README.threads doio.c pod/perl571delta.pod
2837            ! pod/perl572delta.pod pod/perlapi.pod pod/perlapio.pod
2838            ! pod/perldata.pod pod/perlebcdic.pod pod/perlfaq4.pod
2839            ! pod/perlfunc.pod pod/perlguts.pod pod/perlhack.pod
2840            ! pod/perliol.pod pod/perlpod.pod pod/perlpodspec.pod
2841            ! pod/perlrequick.pod pod/perlretut.pod pod/perltodo.pod
2842            ! pod/perlunicode.pod pod/perlvar.pod pp_ctl.c sharedsv.c
2843 ____________________________________________________________________________
2844 [ 13040] By: jhi                                   on 2001/11/16  04:48:16
2845         Log: Avoid redefinedness warning for now.
2846      Branch: perl
2847            ! lib/Thread.pm
2848 ____________________________________________________________________________
2849 [ 13039] By: jhi                                   on 2001/11/16  04:44:30
2850         Log: use strict.
2851      Branch: perl
2852            ! lib/Thread.pm
2853 ____________________________________________________________________________
2854 [ 13038] By: jhi                                   on 2001/11/16  04:40:19
2855         Log: Subject: [PATCH Perl@13023] subprocess command line size increase
2856              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane) 
2857              Date: Thu, 15 Nov 2001 22:54:47 EST 
2858              Message-Id: <011115225352.2db1e@DUPHY4.Physics.Drexel.Edu>         
2859      Branch: perl
2860            ! vms/vms.c vms/vmspipe.com
2861 ____________________________________________________________________________
2862 [ 13037] By: jhi                                   on 2001/11/16  04:38:47
2863         Log: Subject: [PATCH lib/File/stat.t] Fix AIX Failure (was Re: Smoke 12998 /pro/3gl/CPAN/perl-current)
2864              From: "chromatic" <chromatic@rmci.net>
2865              Date: Thu, 15 Nov 2001 19:54:23 -0700
2866              Message-ID: <20011116030139.6821.qmail@onion.perl.org>
2867      Branch: perl
2868            ! lib/File/stat.t
2869 ____________________________________________________________________________
2870 [ 13036] By: jhi                                   on 2001/11/16  04:37:52
2871         Log: Make Thread a wrapper for both ithreads and 5005threads.
2872              Needs a lot of work and Arthur's eyeballing (and finishing
2873              few missing odds and ends of threads.pm).  Now Thread
2874              is an extension without its own .pm.
2875              
2876              If there are people who have experience working with
2877              either the 5005threads or the ithreads: cleaning up
2878              the documentation (Thread.pm, threads.pm, and perl*thrtut.pod),
2879              and porting the various Thread::* modules, like Thread::Queue,
2880              to work also with ithreads, is needed.
2881              
2882              Removed the 5005threads requirement from the 5005 tests
2883              for easier testing (not all of them work yet since
2884              they use the Thread::* modules that have not been made
2885              to work with ithreads).  Leave the 5005 tests named as
2886              *.tx so that they are not run by "make test".
2887      Branch: perl
2888            + lib/Thread.pm
2889            - ext/Thread/Thread.pm
2890            ! MANIFEST ext/Thread/Makefile.PL ext/Thread/create.tx
2891            ! ext/Thread/die.tx ext/Thread/die2.tx ext/Thread/io.tx
2892            ! ext/Thread/join.tx ext/Thread/join2.tx ext/Thread/list.tx
2893            ! ext/Thread/lock.tx ext/Thread/queue.tx ext/Thread/specific.tx
2894            ! ext/Thread/sync.tx ext/Thread/sync2.tx ext/Thread/unsync.tx
2895            ! ext/Thread/unsync2.tx ext/Thread/unsync3.tx
2896            ! ext/Thread/unsync4.tx ext/threads/threads.pm pod/perlfunc.pod
2897 ____________________________________________________________________________
2898 [ 13035] By: jhi                                   on 2001/11/16  03:30:38
2899         Log: $VERSION "a5" doesn't quite work.
2900      Branch: perl
2901            ! ext/B/Makefile.PL
2902 ____________________________________________________________________________
2903 [ 13034] By: jhi                                   on 2001/11/16  00:38:41
2904         Log: Add the fruits of Larry Shatzer's version verifying script.
2905              (There are some straddlers, but they will be fixed in the
2906              upcoming releases of the modules.)
2907      Branch: perl
2908            ! bytecode.pl ext/B/B.pm ext/B/B/Asmdata.pm ext/B/B/Bblock.pm
2909            ! ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/CC.pm
2910            ! ext/B/B/Debug.pm ext/B/B/Disassembler.pm ext/B/B/Lint.pm
2911            ! ext/B/B/Showlex.pm ext/B/B/Stackobj.pm ext/B/B/Stash.pm
2912            ! ext/B/B/Terse.pm ext/B/B/Xref.pm ext/B/O.pm
2913            ! ext/Encode/Encode/Tcl.pm ext/Opcode/ops.pm
2914            ! ext/Thread/Thread/Queue.pm ext/Thread/Thread/Semaphore.pm
2915            ! ext/Thread/Thread/Signal.pm ext/Thread/Thread/Specific.pm
2916            ! lib/ExtUtils/MM_NW5.pm lib/Locale/Constants.pm lib/vmsish.pm
2917            ! os2/OS2/REXX/DLL/DLL.pm vms/ext/Filespec.pm win32/FindExt.pm
2918            ! wince/FindExt.pm
2919 ____________________________________________________________________________
2920 [ 13033] By: jhi                                   on 2001/11/16  00:37:36
2921         Log: Add Larry Shatzer's VERSION verifying script.
2922      Branch: perl
2923            + Porting/checkVERSION.pl
2924            ! MANIFEST Porting/pumpkin.pod
2925 ____________________________________________________________________________
2926 [ 13032] By: jhi                                   on 2001/11/16  00:09:31
2927         Log: Subject: [PATCH t/io/argv.t OR t/test.pl] runperl(), \n and stdin
2928              From: Michael G Schwern <schwern@pobox.com>
2929              Date: Thu, 15 Nov 2001 19:26:40 -0500
2930              Message-ID: <20011115192640.R31399@blackrider>
2931      Branch: perl
2932            ! t/test.pl
2933 ____________________________________________________________________________
2934 [ 13031] By: jhi                                   on 2001/11/15  23:18:19
2935         Log: Document the MY_CXT business; from Paul Marquess.
2936      Branch: perl
2937            ! pod/perlxs.pod
2938 ____________________________________________________________________________
2939 [ 13030] By: jhi                                   on 2001/11/15  22:03:46
2940         Log: VMSCMD synch attempt.
2941      Branch: perl
2942            ! vms/vms.c vms/vmsish.h
2943 ____________________________________________________________________________
2944 [ 13029] By: jhi                                   on 2001/11/15  21:35:36
2945         Log: Advise against -P as instructed by Schwern.
2946      Branch: perl
2947            ! pod/perlrun.pod
2948 ____________________________________________________________________________
2949 [ 13028] By: jhi                                   on 2001/11/15  21:21:29
2950         Log: Subject: [PATCH] v-strings as Objects Step 1
2951              From: John Peacock <jpeacock@rowman.com>
2952              Date: Thu, 15 Nov 2001 12:41:04 -0500
2953              Message-ID: <3BF3FE30.70D7EDCA@rowman.com>
2954      Branch: perl
2955            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h toke.c
2956            ! util.c
2957 ____________________________________________________________________________
2958 [ 13027] By: jhi                                   on 2001/11/15  21:16:57
2959         Log: Subject: [PATCH] -x  (was Re: [PATCH] new tests for command-line switches)
2960              From: Michael G Schwern <schwern@pobox.com>
2961              Date: Thu, 15 Nov 2001 12:47:59 -0500
2962              Message-ID: <20011115124759.E31399@blackrider>
2963      Branch: perl
2964            + t/run/switchx.aux t/run/switchx.t
2965            ! MANIFEST t/run/switches.t
2966 ____________________________________________________________________________
2967 [ 13026] By: jhi                                   on 2001/11/15  20:55:31
2968         Log: Upgrade to Getopt::Long 2.26_03.
2969      Branch: perl
2970            ! lib/Getopt/Long.pm
2971 ____________________________________________________________________________
2972 [ 13025] By: ams                                   on 2001/11/15  20:46:22
2973         Log: Subject: [PATCH vms/vms.c] VMSCMD missing
2974              From: Michael G Schwern <schwern@pobox.com>
2975              Date: Thu, 15 Nov 2001 16:24:11 -0500
2976              Message-Id: <20011115162411.M31399@blackrider>
2977      Branch: perl
2978            ! vms/vms.c
2979 ____________________________________________________________________________
2980 [ 13024] By: ams                                   on 2001/11/15  19:32:06
2981         Log: Subject: Re: [ID 20010713.001] use lib segmentation fault
2982              From: rspier@pobox.com (Robert Spier)
2983              Date: Thu, 15 Nov 2001 11:19:21 -0800
2984              Message-Id: <15348.5433.732364.963687@rls.cx>
2985      Branch: perl
2986            ! op.c
2987 ____________________________________________________________________________
2988 [ 13023] By: jhi                                   on 2001/11/15  15:35:48
2989         Log: Update Changes.
2990      Branch: perl
2991            ! Changes patchlevel.h
2992 ____________________________________________________________________________
2993 [ 13022] By: jhi                                   on 2001/11/15  15:11:37
2994         Log: Subject: [PATCH] new tests for command-line switches
2995              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2996              Date: Thu, 15 Nov 2001 17:00:30 +0100
2997              Message-ID: <20011115170030.A14193@rafael>
2998      Branch: perl
2999            + t/run/switches.t
3000            ! MANIFEST
3001 ____________________________________________________________________________
3002 [ 13021] By: jhi                                   on 2001/11/15  15:06:36
3003         Log: Upgrade to podlators 1.13.
3004      Branch: perl
3005            + lib/Pod/ParseLink.pm
3006            ! MANIFEST lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
3007            ! lib/Pod/Text/Color.pm lib/Pod/Text/Overstrike.pm
3008            ! lib/Pod/Text/Termcap.pm pod/pod2man.PL t/pod/lref.xr
3009            ! t/pod/pod2usage.xr t/pod/podselect.xr
3010 ____________________________________________________________________________
3011 [ 13020] By: jhi                                   on 2001/11/15  14:47:29
3012         Log: skip "might be used uninitialized".
3013      Branch: perl
3014            ! pp_sys.c
3015 ____________________________________________________________________________
3016 [ 13019] By: jhi                                   on 2001/11/15  14:35:55
3017         Log: Fix for "perlio bug in koi8-r encoding".  The problem
3018              seemed to be that binmode() always flushed the handle,
3019              which is not so good when switching encodings.  Fixed,
3020              added Matt Sergeant's testcase, documented in perlfunc/binmode,
3021              also added a pointer about disciplines to perlfunc/open,
3022              and in general cleaned up and reformatted the open entry.
3023      Branch: perl
3024            ! ext/PerlIO/t/encoding.t perlio.c pod/perlfunc.pod
3025 ____________________________________________________________________________
3026 [ 13018] By: jhi                                   on 2001/11/15  13:22:57
3027         Log: Subject: Re: [ID 20011114.118] chop and chomp bind too tightly
3028              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3029              Date: 15 Nov 2001 08:57:06 -0000
3030              Message-Id: <slrn9v70s9.gqe.rgarciasuarez@rafael.kazibao.net>
3031              
3032              chop() and chomp() are not real list functions,
3033              so let's not have them overrideable.  (Casey will
3034              be confused since in #7071 he patched the other way.)
3035      Branch: perl
3036            ! pod/perlfunc.pod toke.c
3037 ____________________________________________________________________________
3038 [ 13017] By: ams                                   on 2001/11/15  12:56:49
3039         Log: Subject: [PATCH pod/perltrap.pod] Re: Strange syntax error with map
3040              From: Robin Barker <rmb1@cise.npl.co.uk>
3041              Date: Thu, 15 Nov 2001 13:48:34 GMT
3042              Message-Id: <200111151348.NAA01299@tempest.npl.co.uk>
3043              (Applied with tweaks.)
3044      Branch: perl
3045            ! pod/perltrap.pod
3046 ____________________________________________________________________________
3047 [ 13016] By: ams                                   on 2001/11/15  09:12:48
3048         Log: Subject: [DOC PATCH] mention Filter::cpp in perlrun
3049              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3050              Date: Thu, 15 Nov 2001 09:06:39 +0100
3051              Message-Id: <20011115090639.A13005@rafael>
3052      Branch: perl
3053            ! pod/perlrun.pod
3054 ____________________________________________________________________________
3055 [ 13015] By: jhi                                   on 2001/11/15  04:08:50
3056         Log: "link =" from utils.lst was being processed oddly.
3057      Branch: perl
3058            ! installman
3059 ____________________________________________________________________________
3060 [ 13014] By: ams                                   on 2001/11/15  02:52:52
3061         Log: Subject: [PATCH current] CreateTTY in -d
3062              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3063              Date: Wed, 14 Nov 2001 21:26:31 -0500
3064              Message-Id: <20011114212631.A25705@math.ohio-state.edu>
3065      Branch: perl
3066            ! lib/perl5db.pl
3067 ____________________________________________________________________________
3068 [ 13013] By: jhi                                   on 2001/11/15  00:46:07
3069         Log: Corify the Filter::Simple tests. 
3070      Branch: perl
3071            ! lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter.t
3072            ! lib/Filter/Simple/t/filter_only.t
3073 ____________________________________________________________________________
3074 [ 13012] By: jhi                                   on 2001/11/15  00:42:25
3075         Log: Upgrade to Filter::Simple 0.70.
3076      Branch: perl
3077            + lib/Filter/Simple/t/data.t lib/Filter/Simple/t/filter_only.t
3078            + t/lib/FilterOnlyTest.pm
3079            ! MANIFEST lib/Filter/Simple.pm lib/Filter/Simple/Changes
3080            ! lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
3081            ! t/lib/FilterTest.pm
3082 ____________________________________________________________________________
3083 [ 13011] By: jhi                                   on 2001/11/14  22:38:31
3084         Log: Cleanliness inspired by Cygwin.
3085      Branch: perl
3086            ! Makefile.SH x2p/Makefile.SH
3087 ____________________________________________________________________________
3088 [ 13010] By: jhi                                   on 2001/11/14  22:30:59
3089         Log: Add perlunintro (formerly known as perlunitut); regen toc.
3090      Branch: perl
3091            + pod/perlunintro.pod
3092            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
3093 ____________________________________________________________________________
3094 [ 13009] By: jhi                                   on 2001/11/14  22:27:12
3095         Log: FAQ sync.
3096      Branch: perl
3097            ! pod/perlfaq6.pod
3098 ____________________________________________________________________________
3099 [ 13008] By: jhi                                   on 2001/11/14  22:16:06
3100         Log: Quieten pgcc 2.91.66 worries.
3101      Branch: perl
3102            ! gv.c pp_ctl.c utf8.c
3103 ____________________________________________________________________________
3104 [ 13007] By: jhi                                   on 2001/11/14  22:05:01
3105         Log: Upgrade to Switch 2.06.
3106      Branch: perl
3107            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
3108            ! lib/Switch/t/nested.t
3109 ____________________________________________________________________________
3110 [ 13006] By: jhi                                   on 2001/11/14  21:55:51
3111         Log: Upgrade to Attribute::Handlers 0.76.
3112      Branch: perl
3113            ! lib/Attribute/Handlers.pm lib/Attribute/Handlers/Changes
3114            ! lib/Attribute/Handlers/README
3115            ! lib/Attribute/Handlers/demo/Demo.pm
3116            ! lib/Attribute/Handlers/demo/Descriptions.pm
3117            ! lib/Attribute/Handlers/demo/MyClass.pm
3118            ! lib/Attribute/Handlers/demo/demo_cycle.pl
3119            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
3120            ! lib/Attribute/Handlers/t/multi.t
3121 ____________________________________________________________________________
3122 [ 13005] By: jhi                                   on 2001/11/14  21:53:22
3123         Log: Signedness nit.
3124      Branch: perl
3125            ! regexec.c
3126 ____________________________________________________________________________
3127 [ 13004] By: jhi                                   on 2001/11/14  21:24:39
3128         Log: VERSIONize.
3129      Branch: perl
3130            ! lib/File/Spec/Epoc.pm lib/PerlIO.pm lib/encoding.pm
3131            ! lib/integer.pm
3132 ____________________________________________________________________________
3133 [ 13003] By: jhi                                   on 2001/11/14  21:17:02
3134         Log: No pod in internal Net::FTP classes.
3135      Branch: perl
3136            ! pod/buildtoc.PL
3137 ____________________________________________________________________________
3138 [ 13002] By: jhi                                   on 2001/11/14  21:11:48
3139         Log: Subject: Re: [PATCH regexec.c] lookahead for REF, MINMOD, PLUS, CURLY* 
3140              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
3141              Date: Wed, 14 Nov 2001 09:59:31 -0500 (EST)
3142              Message-ID: <Pine.GSO.4.21.0111140958390.1124-100000@crusoe.crusoe.net>
3143      Branch: perl
3144            ! regexec.c
3145 ____________________________________________________________________________
3146 [ 13001] By: jhi                                   on 2001/11/14  21:09:48
3147         Log: test.pl tweaks from Rafael and Pudge (assuming I deciphered
3148              Pudge correctly).
3149      Branch: perl
3150            ! t/test.pl
3151 ____________________________________________________________________________
3152 [ 13000] By: jhi                                   on 2001/11/14  21:00:23
3153         Log: Add comments to mark where $^X is being handled.
3154      Branch: perl
3155            ! perl.c toke.c
3156 ____________________________________________________________________________
3157 [ 12999] By: jhi                                   on 2001/11/14  20:45:42
3158         Log: Subject: Re: Test [ID 25] [PATCH t/op/repeat.t] Cleanup and bug test
3159              From: Michael G Schwern <schwern@pobox.com>
3160              Date: Wed, 14 Nov 2001 16:38:25 -0500
3161              Message-ID: <20011114163825.D6519@blackrider>
3162      Branch: perl
3163            ! t/op/repeat.t
3164 ____________________________________________________________________________
3165 [ 12998] By: jhi                                   on 2001/11/14  20:22:06
3166         Log: Subject: [PATCH t/op/die_exit.t] Fwd: [craigberry@mac.com: die_exit.t]
3167              From: Michael G Schwern <schwern@pobox.com>
3168              Date: Wed, 14 Nov 2001 13:19:15 -0500
3169              Message-ID: <20011114131915.K5096@blackrider>
3170      Branch: perl
3171            ! t/op/die_exit.t
3172 ____________________________________________________________________________
3173 [ 12997] By: jhi                                   on 2001/11/14  19:36:57
3174         Log: Subject: Re: [PATCH] new version of runperl()
3175              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3176              Date: Wed, 14 Nov 2001 15:39:12 EST
3177              Message-Id: <011114153711.30f96@DUPHY4.Physics.Drexel.Edu>
3178              
3179              "VMS $^X pipes etc" patch.
3180      Branch: perl
3181            ! vms/vms.c
3182 ____________________________________________________________________________
3183 [ 12996] By: jhi                                   on 2001/11/14  19:31:01
3184         Log: test.pl runperl() nits from Chris Nandor and Craig Berry,
3185              and add "verbose" option to show the final command.
3186      Branch: perl
3187            ! t/test.pl
3188 ____________________________________________________________________________
3189 [ 12995] By: jhi                                   on 2001/11/14  15:02:29
3190         Log: Goof in some of the comment fields of #12994.
3191      Branch: perl
3192            ! lib/unicore/In/0.pl lib/unicore/In/1.pl lib/unicore/In/2.pl
3193            ! lib/unicore/In/3.pl lib/unicore/In/4.pl lib/unicore/In/5.pl
3194            ! lib/unicore/In/6.pl lib/unicore/In/7.pl lib/unicore/In/8.pl
3195            ! lib/unicore/In/9.pl
3196 ____________________________________________________________________________
3197 [ 12994] By: jhi                                   on 2001/11/14  14:59:32
3198         Log: The First, Last ranges in the Unicode data weren't
3199              getting their general categories added properly;
3200              noticed by Jeffrey Friedl.
3201      Branch: perl
3202            ! lib/unicore/Category.pl lib/unicore/In/0.pl
3203            ! lib/unicore/In/1.pl lib/unicore/In/164.pl
3204            ! lib/unicore/In/169.pl lib/unicore/In/170.pl
3205            ! lib/unicore/In/2.pl lib/unicore/In/3.pl lib/unicore/In/4.pl
3206            ! lib/unicore/In/5.pl lib/unicore/In/6.pl lib/unicore/In/7.pl
3207            ! lib/unicore/In/8.pl lib/unicore/In/9.pl
3208            ! lib/unicore/Is/Alnum.pl lib/unicore/Is/Alpha.pl
3209            ! lib/unicore/Is/C.pl lib/unicore/Is/Cntrl.pl
3210            ! lib/unicore/Is/Co.pl lib/unicore/Is/Cs.pl
3211            ! lib/unicore/Is/Graph.pl lib/unicore/Is/L.pl
3212            ! lib/unicore/Is/Lo.pl lib/unicore/Is/Print.pl
3213            ! lib/unicore/Is/Word.pl lib/unicore/Name.pl
3214            ! lib/unicore/mktables
3215 ____________________________________________________________________________
3216 [ 12993] By: jhi                                   on 2001/11/14  13:54:20
3217         Log: Subject: [PATCH] new version of runperl()
3218              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3219              Date: Wed, 14 Nov 2001 12:23:01 +0100
3220              Message-ID: <20011114122301.A29384@rafael>
3221      Branch: perl
3222            ! t/io/argv.t t/test.pl
3223 ____________________________________________________________________________
3224 [ 12992] By: ams                                   on 2001/11/14  13:40:39
3225         Log: Subject: [PATCH perl.c] s/parse_perl/parse_body/
3226              From: Michael G Schwern <schwern@pobox.com>
3227              Date: Tue, 13 Nov 2001 23:17:54 -0500
3228              Message-Id: <20011113231754.S32567@blackrider>
3229      Branch: perl
3230            ! perl.c
3231 ____________________________________________________________________________
3232 [ 12991] By: jhi                                   on 2001/11/14  13:24:34
3233         Log: Subject: Re: [PATCH pod/perlapio.pod double-word fix]
3234              From: Philip Newton <Philip.Newton@gmx.net>
3235              Date: Wed, 14 Nov 2001 10:59:53 +0100
3236              Message-ID: <e6b4vt8mfasdv0vlm1tqggqhtjbpchvpmg@4ax.com>
3237              
3238              plus a lot of paragraph reformatting because of long lines.
3239      Branch: perl
3240            ! pod/perlapio.pod
3241 ____________________________________________________________________________
3242 [ 12990] By: jhi                                   on 2001/11/14  13:19:19
3243         Log: A bool is not a pointer.
3244      Branch: perl
3245            ! pp_sys.c
3246 ____________________________________________________________________________
3247 [ 12989] By: jhi                                   on 2001/11/14  02:41:42
3248         Log: AUTHORS updates.
3249      Branch: perl
3250            ! AUTHORS
3251 ____________________________________________________________________________
3252 [ 12988] By: jhi                                   on 2001/11/14  02:18:44
3253         Log: There are several MIME RFCs.
3254      Branch: perl
3255            ! ext/Encode/Encode.pm
3256 ____________________________________________________________________________
3257 [ 12987] By: ams                                   on 2001/11/14  01:09:28
3258         Log: Subject: [PATCH t/op/groups.t vms/test.com] Simple little VMS fix
3259              From: Michael G Schwern <schwern@pobox.com>
3260              Date: Tue, 13 Nov 2001 20:59:13 -0500
3261              Message-Id: <20011113205913.H32567@blackrider>
3262      Branch: perl
3263            ! t/op/groups.t vms/test.com
3264 ____________________________________________________________________________
3265 [ 12986] By: ams                                   on 2001/11/14  01:07:06
3266         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sel.t vms/test.com] VMS fix
3267              From: Michael G Schwern <schwern@pobox.com>
3268              Date: Tue, 13 Nov 2001 20:51:34 -0500
3269              Message-Id: <20011113205134.F32567@blackrider>
3270      Branch: perl
3271            ! ext/IO/lib/IO/t/io_sel.t vms/test.com
3272 ____________________________________________________________________________
3273 [ 12985] By: ams                                   on 2001/11/14  00:43:59
3274         Log: Subject: [PATCH pod/perlport.pod] Re: select() broken under VMS?
3275              From: Michael G Schwern <schwern@pobox.com>
3276              Date: Tue, 13 Nov 2001 20:38:42 -0500
3277              Message-Id: <20011113203842.E32567@blackrider>
3278      Branch: perl
3279            ! pod/perlport.pod
3280 ____________________________________________________________________________
3281 [ 12984] By: ams                                   on 2001/11/14  00:32:15
3282         Log: Subject: [PATCH ext/IO/lib/IO/t/*.t vms/test.com] VMS fixups for IO::* tests
3283              From: Michael G Schwern <schwern@pobox.com>
3284              Date: Tue, 13 Nov 2001 20:27:02 -0500
3285              Message-Id: <20011113202702.D32567@blackrider>
3286      Branch: perl
3287            ! ext/IO/lib/IO/t/io_const.t ext/IO/lib/IO/t/io_dir.t
3288            ! ext/IO/lib/IO/t/io_dup.t ext/IO/lib/IO/t/io_pipe.t
3289            ! ext/IO/lib/IO/t/io_sock.t ext/IO/lib/IO/t/io_unix.t
3290            ! ext/IO/lib/IO/t/io_xs.t vms/test.com
3291 ____________________________________________________________________________
3292 [ 12983] By: ams                                   on 2001/11/14  00:00:27
3293         Log: Subject: [PATCH pod/perlport.pod] s/socket/select/ typo
3294              From: Michael G Schwern <schwern@pobox.com>
3295              Date: Tue, 13 Nov 2001 19:51:59 -0500
3296              Message-Id: <20011113195159.B32567@blackrider>
3297      Branch: perl
3298            ! pod/perlport.pod
3299 ____________________________________________________________________________
3300 [ 12982] By: ams                                   on 2001/11/13  23:53:11
3301         Log: Subject: [PATCH pod/perlapio.pod double-word fix]
3302              From: Larry Shatzer <fugazi@zippy.zyx.net>
3303              Date: Tue, 13 Nov 2001 17:27:59 -0700
3304              Message-Id: <20011113172759.E27768@zippy.zyx.net>
3305      Branch: perl
3306            ! pod/perlapio.pod
3307 ____________________________________________________________________________
3308 [ 12981] By: jhi                                   on 2001/11/13  22:50:27
3309         Log: Fix for the :utf8 read() bug noticed by Matt Sergeant:
3310              "large enough" Unicode characters returned more than one
3311              as their "Unicode size".
3312      Branch: perl
3313            ! pp_sys.c t/io/utf8.t
3314 ____________________________________________________________________________
3315 [ 12980] By: ams                                   on 2001/11/13  19:32:33
3316         Log: Subject: [PATCH] vms/gen_shrfls.pl tweak
3317              From: "Craig A. Berry" <craigberry@mac.com>
3318              Date: Tue, 13 Nov 2001 14:33:25 -0600
3319              Message-Id: <5.1.0.14.2.20011113142319.01c3ad50@exchi01>
3320      Branch: perl
3321            ! vms/gen_shrfls.pl
3322 ____________________________________________________________________________
3323 [ 12979] By: jhi                                   on 2001/11/13  18:10:15
3324         Log: Subject: Minor patch to Encode.pm (detypo)
3325              From: "Philip Newton" <Philip.Newton@gmx.net>
3326              Date: Tue, 13 Nov 2001 20:11:01 +0100
3327              Message-ID: <20011113.200845@ID-11583.news.dfncis.de>
3328      Branch: perl
3329            ! ext/Encode/Encode.pm
3330 ____________________________________________________________________________
3331 [ 12978] By: jhi                                   on 2001/11/13  17:55:02
3332         Log: Evil tabulators.
3333      Branch: perl
3334            ! ext/Encode/Encode.pm
3335 ____________________________________________________________________________
3336 [ 12977] By: jhi                                   on 2001/11/13  17:52:17
3337         Log: Document the available encodings.
3338      Branch: perl
3339            ! ext/Encode/Encode.pm
3340 ____________________________________________________________________________
3341 [ 12976] By: ams                                   on 2001/11/13  17:14:07
3342         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
3343              From: Barrie Slaymaker <barries@slaysys.com>
3344              Date: Tue, 13 Nov 2001 12:41:36 -0500
3345              Message-Id: <20011113124133.C24305@sizzle.whoville.com>
3346      Branch: perl
3347            ! t/op/universal.t
3348 ____________________________________________________________________________
3349 [ 12975] By: ams                                   on 2001/11/13  16:24:21
3350         Log: Subject: Re: Why *not* use UNIVERSAL qw( isa can ) ; ??
3351              From: Barrie Slaymaker <barries@slaysys.com>
3352              Date: Tue, 13 Nov 2001 10:56:20 -0500
3353              Message-Id: <20011113105620.B24192@sizzle.whoville.com>
3354              (Test applied with minor tweaks and ->isa("HASH") omission.)
3355      Branch: perl
3356            ! lib/UNIVERSAL.pm t/op/universal.t
3357 ____________________________________________________________________________
3358 [ 12974] By: ams                                   on 2001/11/13  15:46:07
3359         Log: Subject: [PATCH Benchmark.pm] docco tweaks
3360              From: Barrie Slaymaker <barries@slaysys.com>
3361              Date: Tue, 13 Nov 2001 11:34:45 -0500
3362              Message-Id: <20011113113442.B24305@sizzle.whoville.com>
3363      Branch: perl
3364            ! lib/Benchmark.pm
3365 ____________________________________________________________________________
3366 [ 12973] By: jhi                                   on 2001/11/13  13:42:40
3367         Log: Subject: [PATCH] Attack of the C loops, round 1
3368              From: Richard Soderberg <rs@oregonnet.com>
3369              Date: Mon, 12 Nov 2001 12:07:29 -0800
3370              Message-Id: <200111122007.MAA01994@oregonnet.com>
3371              
3372              Subject: [PATCH] bytecode.pl (tiny patch)
3373              From: Richard Soderberg <rs@oregonnet.com>
3374              Date: Mon, 12 Nov 2001 12:53:24 -0800
3375              Message-Id: <200111122053.MAA06272@oregonnet.com>
3376      Branch: perl
3377            ! bytecode.pl installhtml
3378 ____________________________________________________________________________
3379 [ 12972] By: jhi                                   on 2001/11/13  13:41:02
3380         Log: Subject: [PATCH] Update to Filter::Util::Call
3381              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3382              Date: Sun, 11 Nov 2001 22:33:33 -0000
3383              Message-ID: <AIEAJICLCBDNAAOLLOKLAEKFDEAA.Paul_Marquess@Yahoo.co.uk>
3384              
3385              Use the new CXT* macros.
3386      Branch: perl
3387            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
3388 ____________________________________________________________________________
3389 [ 12971] By: jhi                                   on 2001/11/13  13:31:34
3390         Log: Subject: [PATCH vms/ext/vmsish.* vms/descrip_mms.template MANIFEST] Making vmsish.pm a no-op on non-VMS  
3391              From: Michael G Schwern <schwern@pobox.com>
3392              Date: Mon, 12 Nov 2001 20:50:34 -0500
3393              Message-ID: <20011112205034.H2888@blackrider>
3394      Branch: perl
3395            + lib/vmsish.pm lib/vmsish.t
3396            - vms/ext/vmsish.pm vms/ext/vmsish.t
3397            ! MANIFEST vms/descrip_mms.template
3398 ____________________________________________________________________________
3399 [ 12970] By: jhi                                   on 2001/11/13  13:09:23
3400         Log: :utf8 works only with perlio.
3401      Branch: perl
3402            ! lib/open.t
3403 ____________________________________________________________________________
3404 [ 12969] By: jhi                                   on 2001/11/13  13:03:36
3405         Log: Subject: Re: @Config -"des" not quite working on VMS
3406              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3407              Date: Tue, 13 Nov 2001 08:35:13 EST 
3408              Message-Id: <011113083447.28742@DUPHY4.Physics.Drexel.Edu>
3409      Branch: perl
3410            ! configure.com
3411 ____________________________________________________________________________
3412 [ 12968] By: jhi                                   on 2001/11/13  12:59:11
3413         Log: Subject: [PATCH] lib/charnames.pm 
3414              From: Jeffrey Friedl <jfriedl@yahoo.com>
3415              Date: Tue, 13 Nov 2001 00:36:21 -0800 (PST) 
3416              Message-Id: <200111130836.fAD8aLG76010@ventrue.corp.yahoo.com>
3417      Branch: perl
3418            ! lib/charnames.pm
3419 ____________________________________________________________________________
3420 [ 12967] By: pudge                                 on 2001/11/13  05:44:13
3421         Log: Docs for Mac::err.
3422      Branch: maint-5.6/macperl
3423            ! macos/ext/Mac/err/err.pm
3424 ____________________________________________________________________________
3425 [ 12966] By: pudge                                 on 2001/11/13  05:43:58
3426         Log: Some cleanup; change some globals to references for
3427              possible persistence later.
3428      Branch: maint-5.6/macperl
3429            ! macos/lib/Mac/Glue.pm
3430 ____________________________________________________________________________
3431 [ 12965] By: pudge                                 on 2001/11/13  05:42:59
3432         Log: Add in a bunch of Mac OS 9 constants for Mac::Files.
3433      Branch: maint-5.6/macperl
3434            ! macos/ext/Mac/Files/Files.pm
3435 ____________________________________________________________________________
3436 [ 12964] By: pudge                                 on 2001/11/13  05:42:35
3437         Log: Get Mac::Navigation to compile (bug #464684).
3438      Branch: maint-5.6/macperl
3439            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
3440            ! macos/ext/Mac/Navigation/Makefile.PL
3441            ! macos/ext/Mac/Navigation/Navigation.xs
3442            ! macos/macperl/Makefile.mk
3443 ____________________________________________________________________________
3444 [ 12963] By: pudge                                 on 2001/11/13  05:41:12
3445         Log: Add in modules and POD to help menu.
3446      Branch: maint-5.6/macperl
3447            ! macos/macperl/MacPerl.podhelp
3448 ____________________________________________________________________________
3449 [ 12962] By: pudge                                 on 2001/11/13  05:28:18
3450         Log: Update bundled modules.
3451      Branch: maint-5.6/macperl
3452            + macos/bundled_ext/Filter/t/FilterTest.pm
3453            + macos/bundled_ext/List/Util/t/shuffle.t
3454            + macos/bundled_ext/Storable/t/compat06.t
3455            + macos/bundled_ext/Storable/t/st-dump.pl
3456            + macos/bundled_ext/Time/HiRes/hints/dynixptx.pl
3457            + macos/bundled_lib/blib/lib/LWP/ConnCache.pm
3458            + macos/bundled_lib/blib/lib/LWP/Protocol/http10.pm
3459            + macos/bundled_lib/blib/lib/LWP/Protocol/https10.pm
3460            + macos/bundled_lib/blib/lib/LWP/Protocol/nogo.pm
3461            + macos/bundled_lib/blib/lib/Net/HTTP/NB.pm
3462            + macos/bundled_lib/blib/lib/lwpcook.pod
3463            + macos/bundled_lib/t/Filter/Simple/filter.t
3464            + macos/bundled_lib/t/Switch/t/given.t
3465            + macos/bundled_lib/t/Switch/t/nested.t
3466            + macos/bundled_lib/t/Switch/t/switch.t
3467            + macos/bundled_lib/t/Text/Balanced/t/extbrk.t
3468            + macos/bundled_lib/t/Text/Balanced/t/extcbk.t
3469            + macos/bundled_lib/t/Text/Balanced/t/extdel.t
3470            + macos/bundled_lib/t/Text/Balanced/t/extmul.t
3471            + macos/bundled_lib/t/Text/Balanced/t/extqlk.t
3472            + macos/bundled_lib/t/Text/Balanced/t/exttag.t
3473            + macos/bundled_lib/t/Text/Balanced/t/extvar.t
3474            + macos/bundled_lib/t/Text/Balanced/t/gentag.t
3475            + macos/bundled_lib/t/URI/rfc2732.t
3476            + macos/bundled_lib/t/libnet/config.t
3477            + macos/bundled_lib/t/libnet/libnet_t.pl
3478            + macos/bundled_lib/t/libwww-perl/live/google.t
3479            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-b.t
3480            + macos/bundled_lib/t/libwww-perl/live/jigsaw-auth-d.t
3481            + macos/bundled_lib/t/libwww-perl/live/jigsaw-chunk.t
3482            + macos/bundled_lib/t/libwww-perl/live/jigsaw-md5.t
3483            + macos/bundled_lib/t/libwww-perl/live/jigsaw-neg.t
3484            + macos/bundled_lib/t/libwww-perl/live/jigsaw-te.t
3485            + macos/bundled_lib/t/libwww-perl/live/validator.t
3486            - macos/bundled_ext/Filter/t/MyFilter.pm
3487            - macos/bundled_ext/Storable/t/compat-0.6.t
3488            - macos/bundled_ext/Storable/t/dump.pl
3489            - macos/bundled_ext/Time/Piece/Makefile.PL
3490            - macos/bundled_ext/Time/Piece/Piece.pm
3491            - macos/bundled_ext/Time/Piece/Piece.t
3492            - macos/bundled_ext/Time/Piece/Piece.xs
3493            - macos/bundled_ext/Time/Piece/README
3494            - macos/bundled_ext/Time/Piece/Seconds.pm
3495            - macos/bundled_lib/blib/lib/LWP/Protocol/http11.pm
3496            - macos/bundled_lib/blib/lib/Net/DummyInetd.pm
3497            - macos/bundled_lib/blib/lib/Net/PH.pm
3498            - macos/bundled_lib/blib/lib/Net/SNPP.pm
3499            - macos/bundled_lib/blib/lib/Text/Balanced.pod
3500            - macos/bundled_lib/t/Filter/Simple/test.pl
3501            - macos/bundled_lib/t/Switch/test.pl
3502            - macos/bundled_lib/t/Text/Balanced/t/genxt.t
3503            - macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3504            - macos/bundled_lib/t/Text/Balanced/t/xcode.t
3505            - macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3506            - macos/bundled_lib/t/Text/Balanced/t/xmult.t
3507            - macos/bundled_lib/t/Text/Balanced/t/xquot.t
3508            - macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3509            - macos/bundled_lib/t/Text/Balanced/t/xvari.t
3510            - macos/bundled_lib/t/libnet/ph.t
3511            ! (edit 125 files)
3512 ____________________________________________________________________________
3513 [ 12961] By: ams                                   on 2001/11/13  00:45:08
3514         Log: Subject: [PATCH pod/perlport.pod] exit docs out of order
3515              From: Michael G Schwern <schwern@pobox.com>
3516              Date: Mon, 12 Nov 2001 20:16:45 -0500
3517              Message-Id: <20011112201644.G2888@blackrider>
3518      Branch: perl
3519            ! pod/perlport.pod
3520 ____________________________________________________________________________
3521 [ 12960] By: ams                                   on 2001/11/12  23:54:00
3522         Log: Subject: [PATCH t/io/dup.t ext/IO/lib/IO/t/io_dup.t vms/test.com]
3523              Recoving dup tests for VMS
3524              From: Michael G Schwern <schwern@pobox.com>
3525              Date: Mon, 12 Nov 2001 19:35:33 -0500
3526              Message-Id: <20011112193533.D2888@blackrider>
3527      Branch: perl
3528            ! ext/IO/lib/IO/t/io_dup.t t/io/dup.t vms/test.com
3529 ____________________________________________________________________________
3530 [ 12959] By: jhi                                   on 2001/11/12  20:23:59
3531         Log: Update Changes.
3532      Branch: perl
3533            ! Changes patchlevel.h
3534 ____________________________________________________________________________
3535 [ 12958] By: jhi                                   on 2001/11/12  16:33:01
3536         Log: Subject: [Patch Perl@12856] MULTIPLICITY on VMS                
3537              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)             
3538              Date: Mon, 12 Nov 2001 12:35:18 EST 
3539              Message-Id: <011112123409.27041@DUPHY4.Physics.Drexel.Edu>
3540      Branch: perl
3541            ! ext/Cwd/Cwd.xs perlio.c vms/ext/Stdio/Stdio.xs
3542            ! vms/gen_shrfls.pl vms/sockadapt.c vms/vms.c
3543 ____________________________________________________________________________
3544 [ 12957] By: jhi                                   on 2001/11/12  15:26:37
3545         Log: Subject: [PATCH File::Spec::Win32::abs2rel] remove volume from result
3546              From: Barrie Slaymaker <barries@slaysys.com>
3547              Date: Mon, 12 Nov 2001 11:19:52 -0500
3548              Message-ID: <20011112111948.C7626@sizzle.whoville.com>
3549      Branch: perl
3550            ! lib/File/Spec.t lib/File/Spec/Win32.pm
3551 ____________________________________________________________________________
3552 [ 12956] By: jhi                                   on 2001/11/12  15:23:48
3553         Log: Subject: [PATCH Benchmark.pm] Add "none" style to cmpthese(), alter result
3554              From: Barrie Slaymaker <barries@slaysys.com>
3555              Date: Mon, 12 Nov 2001 11:07:36 -0500
3556              Message-ID: <20011112110733.B7626@sizzle.whoville.com>
3557      Branch: perl
3558            ! lib/Benchmark.pm
3559 ____________________________________________________________________________
3560 [ 12955] By: jhi                                   on 2001/11/12  15:22:23
3561         Log: Misplaced test, noticed by Barrie Slaymaker.
3562              (We are missing Benchmark tests, then.)
3563      Branch: perl
3564            + ext/Devel/DProf/DProf.t
3565            - lib/Benchmark.t
3566            ! MANIFEST
3567 ____________________________________________________________________________
3568 [ 12954] By: jhi                                   on 2001/11/12  14:50:44
3569         Log: Subject: [PATCH] a few typo fixes 
3570              From: Jeffrey Friedl <jfriedl@yahoo.com>
3571              Date: Sun, 11 Nov 2001 21:15:18 -0800 (PST)
3572              Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com>
3573              
3574              Patching README.foo instead of pod/perlfoo.pod,
3575              not patching Math::BigInt (Tels will take care of that),
3576              dropping broken hv.c and sv.h patches, patching libnetcfg.PL
3577              and perldoc.PL instead of libnetcfg and perldoc, patching
3578              ext/Digest/MD5/t/files.t since MD5.pm was changed.
3579      Branch: perl
3580            ! (edit 109 files)
3581 ____________________________________________________________________________
3582 [ 12953] By: jhi                                   on 2001/11/12  13:11:55
3583         Log: Add a note about the dangers of bad UTF-8.
3584      Branch: perl
3585            ! pod/perlunicode.pod
3586 ____________________________________________________________________________
3587 [ 12952] By: jhi                                   on 2001/11/12  12:54:52
3588         Log: NetWare Nit from Ananth Kesari.
3589      Branch: perl
3590            ! NetWare/config.wc
3591 ____________________________________________________________________________
3592 [ 12951] By: jhi                                   on 2001/11/12  12:32:13
3593         Log: Ooops.  I was "fixing" the wrong routine in #12947 and #12950.
3594      Branch: perl
3595            ! ext/Encode/Encode.pm
3596 ____________________________________________________________________________
3597 [ 12950] By: jhi                                   on 2001/11/12  12:14:53
3598         Log: (retracted by #12951)
3599      Branch: perl
3600            ! ext/Encode/Encode.pm
3601 ____________________________________________________________________________
3602 [ 12949] By: ams                                   on 2001/11/12  06:40:18
3603         Log: Subject: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
3604              From: Robert Spier <rspier@pobox.com>
3605              Date: Sun, 11 Nov 2001 18:50:18 -0800
3606              Message-Id: <15343.14570.121505.233336@rls.cx>
3607              
3608              Subject: Re: [PATCH] Re: [ID 20011111.105] qr/$ARGV[0]/ not tainted
3609              From: Rick Delaney <rick.delaney@home.com>
3610              Date: 12 Nov 2001 00:15:52 -0500
3611              Message-Id: <m3wv0wmuwn.fsf@cs839290-a.mtth1.on.wave.home.com>
3612      Branch: perl
3613            ! pp_hot.c t/op/taint.t
3614 ____________________________________________________________________________
3615 [ 12948] By: jhi                                   on 2001/11/12  01:23:58
3616         Log: It seems that we actually have this detail implemented
3617              as for as Level 1 Support of Unicode regex support is
3618              concerned: at Level 1 only 1:1 support for loose
3619              (aka caseless, aka caseigoring ) matching is required.
3620      Branch: perl
3621            ! pod/perlunicode.pod
3622 ____________________________________________________________________________
3623 [ 12947] By: jhi                                   on 2001/11/11  21:41:44
3624         Log: (retracted by #12951)
3625      Branch: perl
3626            ! ext/Encode/Encode.pm
3627 ____________________________________________________________________________
3628 [ 12946] By: jhi                                   on 2001/11/11  21:09:31
3629         Log: BOM, bom, Bom.
3630      Branch: perl
3631            ! pod/perlunicode.pod
3632 ____________________________________________________________________________
3633 [ 12945] By: jhi                                   on 2001/11/11  21:07:18
3634         Log: Upgrade to Math::BigInt 1.46.
3635      Branch: perl
3636            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3637            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.inc
3638            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintc.t
3639            ! lib/Math/BigInt/t/calling.t lib/Math/BigInt/t/mbimbf.t
3640            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
3641 ____________________________________________________________________________
3642 [ 12944] By: jhi                                   on 2001/11/11  18:52:22
3643         Log: Subject: Re: PERFORCE change 12943 for review
3644              From: "Philip Newton" <Philip.Newton@gmx.net>
3645              Date: Sun, 11 Nov 2001 20:53:36 +0100
3646              Message-ID: <20011111.204950@ID-11583.news.dfncis.de>           
3647      Branch: perl
3648            ! pod/perlunicode.pod
3649 ____________________________________________________________________________
3650 [ 12943] By: jhi                                   on 2001/11/11  18:00:03
3651         Log: Doc updates; make the Unicode discussions a little
3652              bit less alarming, and add information about encodings,
3653              surrogates, and BOMs.
3654      Branch: perl
3655            ! pod/perlunicode.pod
3656 ____________________________________________________________________________
3657 [ 12942] By: ams                                   on 2001/11/11  16:45:00
3658         Log: Subject: [PATCH @12917] Unicode::Collate v0.09
3659              From: =?ISO-2022-JP?B?GyRCRGdXIkNOOVQbKEI=?= <bqw10602@nifty.com>
3660              Date: Mon, 12 Nov 2001 00:22:57 +0900
3661              Message-Id: <20011112002232.BD46.BQW10602@nifty.com>
3662      Branch: perl
3663            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
3664            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
3665 ____________________________________________________________________________
3666 [ 12941] By: ams                                   on 2001/11/11  13:01:40
3667         Log: Subject: Re: PERFORCE change 12929 for review
3668              From: "Philip Newton" <Philip.Newton@gmx.net>
3669              Date: Sun, 11 Nov 2001 14:27:44 +0100
3670              Message-Id: <20011111.142505@ID-11583.news.dfncis.de>
3671      Branch: perl
3672            ! MANIFEST
3673 ____________________________________________________________________________
3674 [ 12940] By: ams                                   on 2001/11/11  05:06:43
3675         Log: Subject: [PATCH t/op/chdir.t] %ENV protection
3676              From: Michael G Schwern <schwern@pobox.com>
3677              Date: Thu, 8 Nov 2001 22:56:45 -0500
3678              Message-Id: <20011108225645.H5587@blackrider>
3679      Branch: perl
3680            ! t/op/chdir.t
3681 ____________________________________________________________________________
3682 [ 12939] By: ams                                   on 2001/11/11  05:01:00
3683         Log: Subject: [PATCH ext/Cwd/t/cwd.t] VMS fixage and cleanup
3684              From: Michael G Schwern <schwern@pobox.com>
3685              Date: Sun, 11 Nov 2001 00:54:43 -0500
3686              Message-Id: <20011111005443.A24450@blackrider>
3687      Branch: perl
3688            ! ext/Cwd/t/cwd.t
3689 ____________________________________________________________________________
3690 [ 12938] By: ams                                   on 2001/11/11  03:25:13
3691         Log: Subject: [PATCH lib/File/stat.pm lib/File/stat.t]
3692              (was Re: [ID 20011110.104] File::stat vs. $! conflict)
3693              From: "chromatic" <chromatic@rmci.net>
3694              Date: Sat, 10 Nov 2001 21:03:20 -0700
3695              Message-Id: <20011111041025.12984.qmail@onion.perl.org>
3696      Branch: perl
3697            ! lib/File/stat.pm lib/File/stat.t
3698 ____________________________________________________________________________
3699 [ 12937] By: ams                                   on 2001/11/11  02:05:23
3700         Log: Subject: Re: [PATCH] resurrect t/op/magic.t on VMS
3701              From: "Craig A. Berry" <craigberry@mac.com>
3702              Date: Sat, 10 Nov 2001 17:23:52 -0600
3703              Message-Id: <5.1.0.14.2.20011110171532.028bcaa8@mail.mac.com>
3704      Branch: perl
3705            ! t/op/magic.t
3706 ____________________________________________________________________________
3707 [ 12936] By: jhi                                   on 2001/11/10  18:55:21
3708         Log: Bah.  %X doesn't mean 0xC1, it means 0XC1.  So let's %x.
3709      Branch: perl
3710            ! lib/open.pm lib/open.t
3711 ____________________________________________________________________________
3712 [ 12935] By: jhi                                   on 2001/11/10  17:47:21
3713         Log: The Official name of ASCII.
3714      Branch: perl
3715            ! ext/Encode/Encode.pm
3716 ____________________________________________________________________________
3717 [ 12934] By: jhi                                   on 2001/11/10  17:44:27
3718         Log: The KOI8-R example wasn't quite right.
3719      Branch: perl
3720            ! lib/open.pm lib/open.t
3721 ____________________________________________________________________________
3722 [ 12933] By: jhi                                   on 2001/11/10  17:30:52
3723         Log: Enhance the open pragma to support :utf8, :locale,
3724              and :encoding directly as special cases, and rename
3725              the INOUT to IO.
3726      Branch: perl
3727            ! ext/Encode/Encode.pm lib/open.pm lib/open.t perlio.c
3728 ____________________________________________________________________________
3729 [ 12932] By: jhi                                   on 2001/11/10  15:15:29
3730         Log: Document the UTF-16 surrogate encoding and decoding.
3731      Branch: perl
3732            ! ext/Encode/Encode.pm
3733 ____________________________________________________________________________
3734 [ 12931] By: jhi                                   on 2001/11/10  15:05:56
3735         Log: A potential recursion breaker.
3736      Branch: perl
3737            ! sv.c
3738 ____________________________________________________________________________
3739 [ 12930] By: ams                                   on 2001/11/10  07:46:53
3740         Log: Subject: [PATCH] Add core switch to CGI.pm distribution tests
3741              (was Re: perl@12892)
3742              From: "chromatic" <chromatic@rmci.net>
3743              Date: Sat, 10 Nov 2001 01:28:09 -0700
3744              Message-Id: <20011110083514.86488.qmail@onion.perl.org>
3745      Branch: perl
3746            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
3747            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
3748            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
3749            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
3750 ____________________________________________________________________________
3751 [ 12929] By: jhi                                   on 2001/11/10  06:38:07
3752         Log: Add a test for the bytes pragma.
3753      Branch: perl
3754            + lib/bytes.t
3755            ! MANIFEST
3756 ____________________________________________________________________________
3757 [ 12928] By: jhi                                   on 2001/11/10  06:10:39
3758         Log: Doc update.
3759      Branch: perl
3760            ! lib/bytes.pm
3761 ____________________________________________________________________________
3762 [ 12927] By: jhi                                   on 2001/11/10  04:19:44
3763         Log: Cease to exist.
3764      Branch: perl
3765            - lib/Unicode/Normalize.pm
3766 ____________________________________________________________________________
3767 [ 12926] By: ams                                   on 2001/11/10  03:23:16
3768         Log: Subject: [patch] my_setenv speedup + fixes
3769              From: Doug MacEachern <dougm@covalent.net>
3770              Date: Fri, 9 Nov 2001 18:13:18 -0800 (PST)
3771              Message-Id: <Pine.LNX.4.21.0111091808500.22397-100000@localhost>
3772      Branch: perl
3773            ! util.c
3774 ____________________________________________________________________________
3775 [ 12925] By: jhi                                   on 2001/11/10  01:55:13
3776         Log: Newline trouble.
3777      Branch: perl
3778            ! lib/ExtUtils/Embed.t
3779 ____________________________________________________________________________
3780 [ 12924] By: jhi                                   on 2001/11/10  01:42:29
3781         Log: Subject: [PATCH perl@12917] vms/munchconfig.c line length fix
3782              From: "Craig A. Berry" <craigberry@mac.com>
3783              Date: Fri, 09 Nov 2001 18:13:16 -0600
3784              Message-Id: <5.1.0.14.2.20011109180651.02b31d20@exchi01>
3785      Branch: perl
3786            ! vms/munchconfig.c
3787 ____________________________________________________________________________
3788 [ 12923] By: jhi                                   on 2001/11/10  01:39:01
3789         Log: Subject: [PATCH] new tests for swiches -n -p -a -F
3790              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3791              Date: Sat, 10 Nov 2001 00:10:45 +0100
3792              Message-ID: <20011110001045.A11945@rafael>
3793      Branch: perl
3794            + t/run/noswitch.t t/run/switchF.t t/run/switcha.t
3795            + t/run/switchn.t t/run/switchp.t
3796            ! MANIFEST
3797 ____________________________________________________________________________
3798 [ 12922] By: jhi                                   on 2001/11/10  01:34:51
3799         Log: Subject: [PATCH] some tests not cleaning up properly               
3800              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> 
3801              Date: Fri, 9 Nov 2001 22:13:10 +0100
3802              Message-ID: <20011109221310.A11115@rafael>
3803      Branch: perl
3804            ! ext/Cwd/t/cwd.t t/io/argv.t
3805 ____________________________________________________________________________
3806 [ 12921] By: jhi                                   on 2001/11/10  01:32:52
3807         Log: Subject: [Patch Perl@12892] a *real* Embed test for VMS           
3808              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
3809              Date: Fri, 9 Nov 2001 15:07:19 EST
3810              Message-Id: <011109150622.16fb0@DUPHY4.Physics.Drexel.Edu>
3811      Branch: perl
3812            ! lib/ExtUtils/Embed.t
3813 ____________________________________________________________________________
3814 [ 12920] By: dougm                                 on 2001/11/10  00:34:50
3815         Log: when PERL_USE_SAFE_PUTENV is defined environ will not
3816              have been copied so it shouldn't be freed in perl_destruct()
3817      Branch: perl
3818            ! perl.c
3819 ____________________________________________________________________________
3820 [ 12919] By: ams                                   on 2001/11/09  15:36:22
3821         Log: Subject: [PATCH ext/Cwd/t/cwd.t] Cwd test not cleaning up after itself
3822              From: Michael G Schwern <schwern@pobox.com>
3823              Date: Fri, 9 Nov 2001 00:38:59 -0500
3824              Message-Id: <20011109003859.K5587@blackrider>
3825              (Applied with directory name changes suggested by Craig Berry.)
3826      Branch: perl
3827            ! ext/Cwd/t/cwd.t
3828 ____________________________________________________________________________
3829 [ 12918] By: ams                                   on 2001/11/09  15:29:15
3830         Log: Subject: [PATCH vms/ext/filespec.t] Cleanup & fix of unsafe filename
3831              From: Michael G Schwern <schwern@pobox.com>
3832              Date: Fri, 9 Nov 2001 01:44:14 -0500
3833              Message-Id: <20011109014414.N5587@blackrider>
3834      Branch: perl
3835            ! vms/ext/filespec.t
3836 ____________________________________________________________________________
3837 [ 12917] By: jhi                                   on 2001/11/09  14:39:14
3838         Log: Update Changes.
3839      Branch: perl
3840            ! Changes patchlevel.h
3841 ____________________________________________________________________________
3842 [ 12916] By: jhi                                   on 2001/11/09  14:33:39
3843         Log: Regen toc.
3844      Branch: perl
3845            ! pod/perltoc.pod
3846 ____________________________________________________________________________
3847 [ 12915] By: jhi                                   on 2001/11/09  14:08:30
3848         Log: JPL sync: CVSROOT=:pserver:anoncvs@as220.org:/home/cvsroot,
3849              see http://www.jepstone.net/bjepson//jpl/cvs.html
3850      Branch: perl
3851            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
3852 ____________________________________________________________________________
3853 [ 12914] By: ams                                   on 2001/11/09  14:05:12
3854         Log: Subject: [PATCH vms/test.com] VMS test.com running in wrong order?
3855              From: Michael G Schwern <schwern@pobox.com>
3856              Date: Thu, 8 Nov 2001 22:05:49 -0500
3857              Message-Id: <20011108220549.F5587@blackrider>
3858      Branch: perl
3859            ! vms/test.com
3860 ____________________________________________________________________________
3861 [ 12913] By: jhi                                   on 2001/11/09  13:54:23
3862         Log: NetWare update from Ananth Kesari.
3863      Branch: perl
3864            ! NetWare/Makefile NetWare/config_H.wc NetWare/nwstdio.h
3865 ____________________________________________________________________________
3866 [ 12912] By: ams                                   on 2001/11/09  13:40:26
3867         Log: Subject: [PATCH ID 20011109.100] #!perl -F...
3868              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3869              Date: Fri, 9 Nov 2001 14:32:28 +0100
3870              Message-Id: <20011109143228.A18996@rafael>
3871      Branch: perl
3872            ! perl.c
3873 ____________________________________________________________________________
3874 [ 12911] By: jhi                                   on 2001/11/09  13:37:01
3875         Log: FAQ sync.
3876      Branch: perl
3877            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
3878            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
3879            ! pod/perlfaq7.pod pod/perlfaq8.pod pod/perlfaq9.pod
3880 ____________________________________________________________________________
3881 [ 12910] By: ams                                   on 2001/11/09  07:33:49
3882         Log: Subject: [PATCH lib/File/Find/t/find.t] Helpful File::Find debugging code
3883              From: Michael G Schwern <schwern@pobox.com>
3884              Date: Fri, 9 Nov 2001 00:41:56 -0500
3885              Message-Id: <20011109004156.L5587@blackrider>
3886      Branch: perl
3887            ! lib/File/Find/t/find.t
3888 ____________________________________________________________________________
3889 [ 12909] By: jhi                                   on 2001/11/09  00:23:40
3890         Log: Upgrade to Unicode::Normalize 0.10, now in XS.
3891              The CPAN distribution has both pm and XS implementations,
3892              and for performance reasons we choose the XS.
3893              Another reason to choose the XS is that it doesn't
3894              require Lingua::KO::Hangul::Util, which means that
3895              we can delete that-- which in turn means that Unicode::UCD
3896              cannot expect that: support it, but don't expect.
3897              Ditto Unicode::Collate.
3898              
3899              Note that Unicode::Normalize Makefile.PL and
3900              Normalize.xs have been modified from the CPAN 0.10
3901              versions: the first one to be simpler (no pm) and
3902              clean up the generated unf*.h files, the second one
3903              to quench compiler grumblings.  Must notify Sadahiro
3904              about these changes.
3905      Branch: perl
3906            + ext/Unicode/Normalize/Changes
3907            + ext/Unicode/Normalize/Makefile.PL
3908            + ext/Unicode/Normalize/Normalize.pm
3909            + ext/Unicode/Normalize/Normalize.pod
3910            + ext/Unicode/Normalize/Normalize.xs
3911            + ext/Unicode/Normalize/README ext/Unicode/Normalize/mkheader
3912            + ext/Unicode/Normalize/t/func.t ext/Unicode/Normalize/t/norm.t
3913            + ext/Unicode/Normalize/t/test.t
3914            - lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
3915            - lib/Lingua/KO/Hangul/Util/README
3916            - lib/Lingua/KO/Hangul/Util/t/test.t
3917            - lib/Unicode/Normalize/Changes lib/Unicode/Normalize/README
3918            - lib/Unicode/Normalize/t/norm.t lib/Unicode/Normalize/t/test.t
3919            ! MANIFEST NetWare/Makefile djgpp/config.over epoc/config.sh
3920            ! hints/uwin.sh hints/vmesa.sh lib/Unicode/Collate.pm
3921            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t win32/Makefile
3922            ! win32/makefile.mk
3923 ____________________________________________________________________________
3924 [ 12908] By: jhi                                   on 2001/11/08  23:49:42
3925         Log: Test miscounting.
3926      Branch: perl
3927            ! ext/POSIX/t/posix.t
3928 ____________________________________________________________________________
3929 [ 12907] By: jhi                                   on 2001/11/08  22:06:31
3930         Log: Quote the variables in failures messages more nicely.
3931      Branch: perl
3932            ! t/test.pl
3933 ____________________________________________________________________________
3934 [ 12906] By: jhi                                   on 2001/11/08  21:55:32
3935         Log: Subject: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3936              From: Michael G Schwern <schwern@pobox.com>
3937              Date: Thu, 8 Nov 2001 17:24:49 -0500
3938              Message-ID: <20011108172449.A5587@blackrider>
3939              
3940              Subject: Re: [PATCH t/test.pl ext/POSIX/t/posix.t vms/test.com] POSIX cleanup
3941              From: "Craig A. Berry" <craigberry@mac.com>
3942              Date: Thu, 8 Nov 2001 16:35:00 -0600
3943              Message-Id: <a05101000b810b89c5c5a@[172.16.52.1]>
3944      Branch: perl
3945            ! ext/POSIX/t/posix.t t/test.pl vms/test.com
3946 ____________________________________________________________________________
3947 [ 12905] By: jhi                                   on 2001/11/08  21:51:51
3948         Log: Subject: [PATCH] RE: Win2k / Cygwin-1.3.3
3949              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
3950              Date: Thu, 8 Nov 2001 22:52:50 -0000
3951              Message-ID: <AIEAJICLCBDNAAOLLOKLKEHNDEAA.Paul_Marquess@Yahoo.co.uk>
3952      Branch: perl
3953            ! ext/DB_File/t/db-recno.t
3954 ____________________________________________________________________________
3955 [ 12904] By: jhi                                   on 2001/11/08  21:49:20
3956         Log: Unicode::UCD is not yet supported in EBCDIC platforms.
3957              (Probably not an EBCDIC issue the way one would think
3958              since no chr() et alia are used in UCD.pm.)
3959      Branch: perl
3960            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
3961 ____________________________________________________________________________
3962 [ 12903] By: jhi                                   on 2001/11/08  15:16:49
3963         Log: Whether overwriting the $self->{...} values (see #12902)
3964              is a good policy or not is debatable, but let's at least
3965              be consistent.
3966      Branch: perl
3967            ! lib/ExtUtils/MM_Unix.pm
3968 ____________________________________________________________________________
3969 [ 12902] By: jhi                                   on 2001/11/08  15:13:15
3970         Log: The MakeMaker argument () quoting patch that sneaked
3971              in at #12883 didn't handle make macros like this $(...).
3972              Leaning toothpicks, we've got them.
3973      Branch: perl
3974            ! lib/ExtUtils/MM_Unix.pm
3975 ____________________________________________________________________________
3976 [ 12901] By: jhi                                   on 2001/11/08  14:28:38
3977         Log: Subject: Re: [PATCH t/io/argv.t vms/test.com t/test.pl] argv.t cleanup & fixes for VMS
3978              From: Michael G Schwern <schwern@pobox.com>
3979              Date: Wed, 7 Nov 2001 02:02:29 -0500
3980              Message-ID: <20011107020229.K2858@blackrider>
3981      Branch: perl
3982            ! t/io/argv.t t/test.pl vms/test.com
3983 ____________________________________________________________________________
3984 [ 12900] By: jhi                                   on 2001/11/08  14:14:40
3985         Log: Subject: [PATCH 20011106.084] -s on #! line 
3986              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3987              Date: Wed, 7 Nov 2001 22:23:39 +0100
3988              Message-ID: <20011107222339.E729@rafael>
3989      Branch: perl
3990            ! embed.h embed.pl perl.c proto.h toke.c
3991 ____________________________________________________________________________
3992 [ 12899] By: jhi                                   on 2001/11/08  13:46:02
3993         Log: Subject: [REPATCH] Re: [PATCH pod/perlhack.pod] When to use what test libraries
3994              From: Michael G Schwern <schwern@pobox.com>
3995              Date: Wed, 7 Nov 2001 16:52:49 -0500
3996              Message-ID: <20011107165249.I7346@blackrider>
3997      Branch: perl
3998            ! pod/perlhack.pod
3999 ____________________________________________________________________________
4000 [ 12898] By: ams                                   on 2001/11/08  13:02:19
4001         Log: Subject: Re: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
4002              From: Mark-Jason Dominus <mjd@plover.com>
4003              Date: Thu, 08 Nov 2001 08:59:02 -0500
4004              Message-Id: <20011108135902.2275.qmail@plover.com>
4005      Branch: perl
4006            ! INSTALL README README.amiga README.os2 README.vms
4007            ! lib/I18N/LangTags.pm lib/I18N/LangTags/README
4008            ! lib/Locale/Maketext/README win32/Makefile win32/makefile.mk
4009 ____________________________________________________________________________
4010 [ 12897] By: ams                                   on 2001/11/08  12:49:28
4011         Log: Subject: replace http://www.perl.com/CPAN/ with http://www.cpan.org/
4012              From: mjd@plover.com
4013              Date: 8 Nov 2001 13:33:18 -0000
4014              Message-Id: <20011108133318.1786.qmail@plover.com>
4015      Branch: perl
4016            ! Porting/pumpkin.pod lib/Net/libnetFAQ.pod pod/perldiag.pod
4017            ! pod/perlfaq1.pod pod/perlfaq2.pod pod/perlfaq3.pod
4018            ! pod/perlfaq4.pod pod/perlfaq5.pod pod/perlfaq6.pod
4019            ! pod/perlfaq8.pod pod/perlfaq9.pod pod/perlmodinstall.pod
4020            ! pod/perlport.pod pod/perlvar.pod
4021 ____________________________________________________________________________
4022 [ 12896] By: ams                                   on 2001/11/08  11:22:12
4023         Log: open(FH, $file) should strip leading and trailing whitespace.
4024      Branch: perl
4025            ! doio.c
4026 ____________________________________________________________________________
4027 [ 12895] By: ams                                   on 2001/11/08  10:17:14
4028         Log: Subject: [PATCH] resurrect t/op/glob.t on VMS
4029              From: "Craig A. Berry" <craigberry@mac.com>
4030              Date: Wed, 07 Nov 2001 13:41:50 -0600
4031              Message-Id: <5.1.0.14.2.20011107133422.02419350@exchi01>
4032      Branch: perl
4033            ! t/op/glob.t
4034 ____________________________________________________________________________
4035 [ 12894] By: ams                                   on 2001/11/08  08:32:20
4036         Log: Subject: [ID 20011108.092] makedepend bug with new gcc
4037              From: Alexander Klimov <ask@wisdom.weizmann.ac.il>
4038              Date: Thu, 8 Nov 2001 10:00:29 +0200 (IST)
4039              Message-Id: <Pine.GSO.4.40.0111080952570.12110-100000@dardar.wisdom.weizmann.ac.il>
4040      Branch: perl
4041            ! makedepend.SH
4042 ____________________________________________________________________________
4043 [ 12893] By: ams                                   on 2001/11/08  08:26:31
4044         Log: Subject: bleadperl perldebug.pod: mention perldebtut.pod
4045              From: mjd@plover.com
4046              Date: 8 Nov 2001 08:08:07 -0000
4047              Message-Id: <20011108080807.30147.qmail@plover.com>
4048              
4049              Subject: bleadperl perl.pod
4050              From: mjd@plover.com
4051              Date: 8 Nov 2001 08:10:47 -0000
4052              Message-Id: <20011108081047.30178.qmail@plover.com>
4053              
4054              Subject: more bleadperl perl.pod
4055              From: mjd@plover.com
4056              Date: 8 Nov 2001 08:16:28 -0000
4057              Message-Id: <20011108081628.30229.qmail@plover.com>
4058      Branch: perl
4059            ! pod/perl.pod pod/perldebug.pod
4060 ____________________________________________________________________________
4061 [ 12892] By: jhi                                   on 2001/11/07  16:01:37
4062         Log: Tweak for Cray-friendliness from Nicholas Clark.
4063      Branch: perl
4064            ! sv.c
4065 ____________________________________________________________________________
4066 [ 12891] By: jhi                                   on 2001/11/07  15:54:24
4067         Log: VMS patch redo from Charles Lane.
4068      Branch: perl
4069            ! vms/gen_shrfls.pl
4070 ____________________________________________________________________________
4071 [ 12890] By: ams                                   on 2001/11/07  15:16:10
4072         Log: Subject: [ID 20011107.088] two perl pod nits
4073              From: lvirden@cas.org
4074              Date: Wed, 7 Nov 2001 11:09:34 -0500 (EST)
4075              Message-Id: <200111071609.fA7G9YW24607@lwv26awu.cas.org>
4076      Branch: perl
4077            ! pod/perl.pod pod/perlfaq3.pod
4078 ____________________________________________________________________________
4079 [ 12889] By: jhi                                   on 2001/11/07  15:07:18
4080         Log: Update Changes.
4081      Branch: perl
4082            ! Changes patchlevel.h
4083 ____________________________________________________________________________
4084 [ 12888] By: jhi                                   on 2001/11/07  14:26:42
4085         Log: The (emulated) "no utf8" must be in a BEGIN block
4086              to be effective.
4087      Branch: perl
4088            ! lib/CGI/t/html.t
4089 ____________________________________________________________________________
4090 [ 12887] By: jhi                                   on 2001/11/07  13:52:58
4091         Log: "v-strings" is the right term.
4092      Branch: perl
4093            ! pod/perltodo.pod
4094 ____________________________________________________________________________
4095 [ 12886] By: jhi                                   on 2001/11/07  13:48:36
4096         Log: Add vstrings-as-objects need to perltodo.
4097      Branch: perl
4098            ! pod/perltodo.pod
4099 ____________________________________________________________________________
4100 [ 12885] By: jhi                                   on 2001/11/07  13:43:33
4101         Log: Subject: Re: SunOS 5.8 is FUN! (and not quite ok, either) - @12876, gcc and suncc
4102              From: Nicholas Clark <nick@ccl4.org>
4103              Date: Wed, 7 Nov 2001 14:36:32 +0000
4104              Message-ID: <20011107143631.I24980@plum.flirble.org>
4105      Branch: perl
4106            ! t/op/pack.t
4107 ____________________________________________________________________________
4108 [ 12884] By: jhi                                   on 2001/11/07  13:34:44
4109         Log: The Embed test requires a major rewrite for VMS
4110              (plus it reveals a couple of annoying glitches
4111              in buffering), so skip the test for now; from
4112              Charles Lane.
4113      Branch: perl
4114            ! lib/ExtUtils/Embed.t
4115 ____________________________________________________________________________
4116 [ 12883] By: jhi                                   on 2001/11/07  13:33:16
4117         Log: Subject: [PATCH Perl@12856] vms/gen_shrfls.pl more general config.sh parsing
4118              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4119              Date: Wed, 7 Nov 2001 09:23:28 EST
4120              Message-Id: <011107092325.11726@DUPHY4.Physics.Drexel.Edu>
4121      Branch: perl
4122            ! lib/ExtUtils/MM_Unix.pm vms/gen_shrfls.pl
4123 ____________________________________________________________________________
4124 [ 12882] By: ams                                   on 2001/11/07  05:14:04
4125         Log: Subject: Re: [ID 20011106.083] $dbline[$i] == 0 generates warnings
4126              From: Mark-Jason Dominus <mjd@plover.com>
4127              Date: Wed, 07 Nov 2001 00:43:46 -0500
4128              Message-Id: <20011107054346.14428.qmail@plover.com>
4129      Branch: perl
4130            ! gv.c op.c toke.c
4131 ____________________________________________________________________________
4132 [ 12881] By: jhi                                   on 2001/11/07  03:33:08
4133         Log: Subject: [PATCH lib/perl5db.pl] Mentioning perldebguts   
4134              From: Michael G Schwern <schwern@pobox.com>             
4135              Date: Tue, 6 Nov 2001 22:04:39 -0500
4136              Message-ID: <20011106220439.D2858@blackrider>              
4137      Branch: perl
4138            ! lib/perl5db.pl
4139 ____________________________________________________________________________
4140 [ 12880] By: jhi                                   on 2001/11/07  01:35:30
4141         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
4142              stress))
4143              From: Jonathan Stowe <gellyfish@gellyfish.com>
4144              Date: Tue, 6 Nov 2001 06:54:37 +0000 (GMT)
4145              Message-ID: <Pine.LNX.4.33.0111060651210.315-100000@orpheus.gellyfish.com>
4146              
4147              (except for one hunk where indentation differs)
4148      Branch: perl
4149            ! lib/Term/Cap.t
4150 ____________________________________________________________________________
4151 [ 12879] By: jhi                                   on 2001/11/07  01:22:40
4152         Log: Subject: [PATCH File::Spec::*] a bunch of untested patches
4153              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4154              Date: Tue, 6 Nov 2001 21:45:01 +0100
4155              Message-ID: <20011106214501.A704@rafael>
4156      Branch: perl
4157            ! lib/File/Spec/OS2.pm lib/File/Spec/VMS.pm
4158            ! lib/File/Spec/Win32.pm
4159 ____________________________________________________________________________
4160 [ 12878] By: jhi                                   on 2001/11/07  01:06:41
4161         Log: Subject: [PATCH t/test.pl] Adding isnt() and next_test() 
4162              From: Michael G Schwern <schwern@pobox.com>              
4163              Date: Tue, 6 Nov 2001 20:58:45 -0500
4164              Message-ID: <20011106205845.G29411@blackrider>
4165      Branch: perl
4166            ! t/test.pl
4167 ____________________________________________________________________________
4168 [ 12877] By: jhi                                   on 2001/11/07  01:01:18
4169         Log: Subject: making do_sprintf public       
4170              From: Doug MacEachern <dougm@covalent.net>    
4171              Date: Tue, 6 Nov 2001 10:52:31 -0800 (PST)
4172              Message-ID: <Pine.LNX.4.21.0111061051250.27804-100000@localhost>
4173      Branch: perl
4174            ! embed.h embed.pl global.sym
4175 ____________________________________________________________________________
4176 [ 12876] By: jhi                                   on 2001/11/06  22:12:28
4177         Log: Update to CGI.pm 2.78.
4178              
4179              TODO: the test suite needs to be merged so that
4180              when in core, the core version is tested, and when
4181              using the CPAN version, testing the CPAN version.
4182              (the changes need to be sent to Lincoln, too...)
4183      Branch: perl
4184            ! lib/CGI.pm lib/CGI/Apache.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
4185            ! lib/CGI/Pretty.pm lib/CGI/Switch.pm lib/CGI/Util.pm
4186            ! lib/CGI/t/apache.t lib/CGI/t/carp.t lib/CGI/t/cookie.t
4187            ! lib/CGI/t/fast.t lib/CGI/t/form.t lib/CGI/t/function.t
4188            ! lib/CGI/t/html.t lib/CGI/t/pretty.t lib/CGI/t/push.t
4189            ! lib/CGI/t/request.t lib/CGI/t/switch.t lib/CGI/t/util.t
4190 ____________________________________________________________________________
4191 [ 12875] By: jhi                                   on 2001/11/06  22:10:03
4192         Log: Integrate with perlio; (strictly) readonly hashes via XS.
4193      Branch: perl
4194           +> t/lib/access.t
4195           !> MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
4196 ____________________________________________________________________________
4197 [ 12874] By: nick                                  on 2001/11/06  21:05:16
4198         Log: Keep It Simple and Stupid version of readonly hash support.
4199              - Test for SvREAONLY(hv) at a few spots in hv.c
4200              - add the error message to perldiag.pod
4201              - (dubious) add access::readonly() to univeral.c
4202              - add test using above
4203              - fixup ext/B/t/stash.t to account for access:: existing
4204      Branch: perlio
4205            + t/lib/access.t
4206            ! MANIFEST ext/B/t/stash.t hv.c pod/perldiag.pod universal.c
4207 ____________________________________________________________________________
4208 [ 12873] By: jhi                                   on 2001/11/06  17:07:50
4209         Log: Fix incorrect warnings about broken globbing;
4210              from Andy Dougherty.
4211      Branch: perl
4212            ! hints/linux.sh
4213 ____________________________________________________________________________
4214 [ 12872] By: jhi                                   on 2001/11/06  15:18:41
4215         Log: More UTF-8 EXACT tweaking, plus a forgotten UTF-8 
4216              toggle-on from the encoding pragma.
4217      Branch: perl
4218            ! regcomp.c regexec.c
4219 ____________________________________________________________________________
4220 [ 12871] By: jhi                                   on 2001/11/06  13:19:46
4221         Log: Retract #12824, doesn't help and is ignored
4222              by Configure anyway.
4223      Branch: perl
4224            ! hints/beos.sh
4225 ____________________________________________________________________________
4226 [ 12870] By: ams                                   on 2001/11/06  10:40:37
4227         Log: Subject: Cosmetic change
4228              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4229              Date: Tue, 06 Nov 2001 12:30:52 +0100
4230              Message-Id: <20011106122922.30FA.H.M.BRAND@hccnet.nl>
4231      Branch: perl
4232            ! README.hpux
4233 ____________________________________________________________________________
4234 [ 12869] By: nick                                  on 2001/11/06  08:26:40
4235         Log: Integrate mainline
4236      Branch: perlio
4237           !> ext/DB_File/DB_File.pm global.sym hints/os390.sh
4238           !> lib/encoding.pm lib/encoding.t proto.h regcomp.c regexec.c
4239 ____________________________________________________________________________
4240 [ 12868] By: jhi                                   on 2001/11/06  03:15:50
4241         Log: The parentheses are protected enough.
4242      Branch: perl
4243            ! hints/os390.sh
4244 ____________________________________________________________________________
4245 [ 12867] By: jhi                                   on 2001/11/06  03:13:50
4246         Log: ccflags, not ldflags.
4247      Branch: perl
4248            ! hints/os390.sh
4249 ____________________________________________________________________________
4250 [ 12866] By: jhi                                   on 2001/11/06  03:12:57
4251         Log: ... and the proto to go with #12865.
4252      Branch: perl
4253            ! proto.h
4254 ____________________________________________________________________________
4255 [ 12865] By: jhi                                   on 2001/11/06  03:11:12
4256         Log: Oops.  Luckily nothing was using this symbol yet.
4257      Branch: perl
4258            ! global.sym
4259 ____________________________________________________________________________
4260 [ 12864] By: jhi                                   on 2001/11/06  03:05:34
4261         Log: Implement the encoding pragma for regex literals.
4262      Branch: perl
4263            ! lib/encoding.pm lib/encoding.t regcomp.c regexec.c
4264 ____________________________________________________________________________
4265 [ 12863] By: jhi                                   on 2001/11/06  01:01:49
4266         Log: More UTF8 EXACT fixing.
4267      Branch: perl
4268            ! regexec.c
4269 ____________________________________________________________________________
4270 [ 12862] By: jhi                                   on 2001/11/06  00:05:19
4271         Log: More re debugging.
4272      Branch: perl
4273            ! regexec.c
4274 ____________________________________________________________________________
4275 [ 12861] By: jhi                                   on 2001/11/05  23:24:24
4276         Log: EXACT correction attempt.  Continued in #12863.
4277      Branch: perl
4278            ! regexec.c
4279 ____________________________________________________________________________
4280 [ 12860] By: jhi                                   on 2001/11/05  22:57:04
4281         Log: Unterminated L<.
4282      Branch: perl
4283            ! ext/DB_File/DB_File.pm
4284 ____________________________________________________________________________
4285 [ 12859] By: nick                                  on 2001/11/05  19:15:17
4286         Log: Integrate mainline
4287      Branch: perlio
4288           +> lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4289           +> lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4290           +> lib/Math/BigInt/t/bigintpm.inc lib/Math/BigInt/t/sub_mbf.t
4291           +> lib/Math/BigInt/t/sub_mbi.t
4292            - lib/Math/BigInt/t/Math/Subclass.pm
4293            - lib/Math/BigInt/t/subclass.t
4294           !> (integrate 30 files)
4295 ____________________________________________________________________________
4296 [ 12858] By: jhi                                   on 2001/11/05  17:05:38
4297         Log: Regex debugging fixes from Hugo.
4298      Branch: perl
4299            ! regcomp.c regexec.c
4300 ____________________________________________________________________________
4301 [ 12857] By: jhi                                   on 2001/11/05  16:09:51
4302         Log: IRIX: at some point the cc -version has started
4303              to output to stderr, not stdout any more.
4304      Branch: perl
4305            ! hints/irix_6.sh
4306 ____________________________________________________________________________
4307 [ 12856] By: jhi                                   on 2001/11/05  15:27:45
4308         Log: Update Changes.
4309      Branch: perl
4310            ! Changes patchlevel.h
4311 ____________________________________________________________________________
4312 [ 12855] By: jhi                                   on 2001/11/05  15:21:13
4313         Log: The ${"\cTAINT"} raises the ire of 'use strict'.
4314      Branch: perl
4315            ! lib/File/Spec/Unix.pm
4316 ____________________________________________________________________________
4317 [ 12854] By: jhi                                   on 2001/11/05  15:16:24
4318         Log: Subject: Re: Tainted $ENV{TMPDIR} and File::Spec->tmpdir()
4319              From: rgarciasuarez@free.fr
4320              Date: Mon, 05 Nov 2001 17:10:29 +0100 (MET)            
4321              Message-ID: <1004976629.3be6b9f593085@imp3-1.free.fr>
4322      Branch: perl
4323            ! lib/File/Spec/Unix.pm
4324 ____________________________________________________________________________
4325 [ 12853] By: jhi                                   on 2001/11/05  14:54:37
4326         Log: Use config.arch in OS/390 where the combination of
4327              IEEE floats and ldflags is tricky.
4328      Branch: perl
4329            ! hints/os390.sh
4330 ____________________________________________________________________________
4331 [ 12852] By: jhi                                   on 2001/11/05  14:53:53
4332         Log: Metaconfig unit change for #12851.
4333      Branch: metaconfig
4334            ! U/modified/Config_sh.U
4335 ____________________________________________________________________________
4336 [ 12851] By: jhi                                   on 2001/11/05  14:53:14
4337         Log: Support a config.arch file, similar to config.over,
4338              but loaded just before it.
4339      Branch: perl
4340            ! Configure INSTALL
4341 ____________________________________________________________________________
4342 [ 12850] By: jhi                                   on 2001/11/05  13:34:25
4343         Log: Subject: [PATCH Symbol.{pm.t}] bugfixes 
4344              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4345              Date: Mon, 5 Nov 2001 14:26:24 +0100
4346              Message-ID: <20011105142624.C31977@rafael>
4347      Branch: perl
4348            ! lib/Symbol.pm lib/Symbol.t
4349 ____________________________________________________________________________
4350 [ 12849] By: jhi                                   on 2001/11/04  22:15:39
4351         Log: Subject: [PATCH] unbalanced parenthesis in pods                 
4352              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4353              Date: Sun, 4 Nov 2001 22:28:57 +0100
4354              Message-ID: <20011104222857.C696@rafael>
4355      Branch: perl
4356            ! pod/perldebug.pod pod/perlpodspec.pod
4357 ____________________________________________________________________________
4358 [ 12848] By: jhi                                   on 2001/11/04  22:11:24
4359         Log: The missing pieces from the Math::BigInt 1.45 puzzle.
4360      Branch: perl
4361            ! lib/Math/BigFloat.pm lib/Math/BigInt/t/bigintpm.t
4362 ____________________________________________________________________________
4363 [ 12847] By: jhi                                   on 2001/11/04  17:44:41
4364         Log: Math::Big* test tweaks to work better with core:
4365              but the coast still not clear.
4366      Branch: perl
4367            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
4368            ! lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4369 ____________________________________________________________________________
4370 [ 12846] By: jhi                                   on 2001/11/04  17:43:10
4371         Log: Protect against high load: measure how much wall
4372              clock time went by while sleeping.  Avoids some
4373              false negatives, while may introduce some false
4374              positives.  Life is hard.
4375      Branch: perl
4376            ! ext/Time/HiRes/HiRes.t
4377 ____________________________________________________________________________
4378 [ 12845] By: jhi                                   on 2001/11/04  17:29:40
4379         Log: More forgotten from #12843.
4380      Branch: perl
4381            ! lib/Math/BigInt/t/bigfltpm.inc
4382 ____________________________________________________________________________
4383 [ 12844] By: jhi                                   on 2001/11/04  17:19:13
4384         Log: Forgot from #12843.
4385      Branch: perl
4386            + lib/Math/BigInt/t/bigintpm.inc
4387            ! MANIFEST
4388 ____________________________________________________________________________
4389 [ 12843] By: jhi                                   on 2001/11/04  16:52:45
4390         Log: Upgrade to Math::BigInt 1.45; from Tels.
4391              NOTE: some of the tests are failing but that's because
4392              the core integration is not yet done.
4393      Branch: perl
4394            + lib/Math/BigInt/t/Math/BigFloat/Subclass.pm
4395            + lib/Math/BigInt/t/Math/BigInt/Subclass.pm
4396            + lib/Math/BigInt/t/sub_mbf.t lib/Math/BigInt/t/sub_mbi.t
4397            - lib/Math/BigInt/t/Math/Subclass.pm
4398            - lib/Math/BigInt/t/subclass.t
4399            ! MANIFEST lib/Math/BigInt.pm lib/Math/BigInt/Calc.pm
4400            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/calling.t
4401            ! lib/Math/BigInt/t/mbimbf.t
4402 ____________________________________________________________________________
4403 [ 12842] By: jhi                                   on 2001/11/04  16:45:02
4404         Log: VMS: adds capability to control more configuration stuff with
4405              -D and -U switches; parsing config.sh to extract previous config
4406              info in VMS-form, and a rewrite of the "prompt/response" routine;
4407              from Charles Lane.
4408      Branch: perl
4409            ! configure.com
4410 ____________________________________________________________________________
4411 [ 12841] By: jhi                                   on 2001/11/04  15:18:39
4412         Log: Subject: Typo correction in perldebguts.pod
4413              From: mjd@plover.com
4414              Date: 4 Nov 2001 16:20:05 -0000
4415              Message-ID: <20011104162005.16699.qmail@plover.com>
4416      Branch: perl
4417            ! pod/perldebguts.pod
4418 ____________________________________________________________________________
4419 [ 12840] By: jhi                                   on 2001/11/04  15:17:22
4420         Log: Subject: Re: Where are my 'O's? [+ 12836 smoke]
4421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4422              Date: Sun, 4 Nov 2001 11:47:30 +0100
4423              Message-ID: <20011104114730.A715@rafael>
4424              
4425              Remove -T from the test, wrong place for that.
4426      Branch: perl
4427            ! lib/File/Temp/t/mktemp.t
4428 ____________________________________________________________________________
4429 [ 12839] By: jhi                                   on 2001/11/04  15:15:42
4430         Log: Subject: [REPATCH] Re: PerlIOBuf_dup
4431              From: Nicholas Clark <nick@ccl4.org>
4432              Date: Sun, 4 Nov 2001 10:41:24 +0000
4433              Message-ID: <20011104104123.U20123@plum.flirble.org>
4434      Branch: perl
4435            ! ext/Encode/Encode.xs ext/PerlIO/t/encoding.t perlio.c
4436 ____________________________________________________________________________
4437 [ 12838] By: jhi                                   on 2001/11/03  21:19:43
4438         Log: Subject: Re: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
4439              From: Michael G Schwern <schwern@pobox.com>
4440              Date: Sat, 3 Nov 2001 15:41:47 -0500
4441              Message-ID: <20011103154147.C600@blackrider>
4442      Branch: perl
4443            ! lib/Term/Cap.t
4444 ____________________________________________________________________________
4445 [ 12837] By: jhi                                   on 2001/11/03  21:14:34
4446         Log: Subject: [PATCH] stop unrestricted negativity in HiRes.t 
4447              From: "Craig A. Berry" <craigberry@mac.com>     
4448              Date: Sat, 03 Nov 2001 16:02:28 -0600
4449              Message-Id: <5.1.0.14.2.20011103155539.03e44c60@exchi01>
4450      Branch: perl
4451            ! ext/Time/HiRes/HiRes.t
4452 ____________________________________________________________________________
4453 [ 12836] By: jhi                                   on 2001/11/03  18:41:33
4454         Log: Subject: [PATCH lib/Term/Cap.t] Skip testing where Term::Cap won't run (was Re: Win95 under stress)
4455              From: "chromatic" <chromatic@rmci.net>
4456              Date: Sat, 03 Nov 2001 12:28:17 -0700
4457              Message-ID: <20011103193507.94848.qmail@onion.perl.org>
4458      Branch: perl
4459            ! lib/Term/Cap.t
4460 ____________________________________________________________________________
4461 [ 12835] By: jhi                                   on 2001/11/03  18:34:08
4462         Log: Don't bother doing POSIX charclass parsing if it
4463              possibly cannot be so.  Prepares way for charclass
4464              syntax like [[abc]||[def]] (or just [[abc][def]])
4465              for union, [[\w]&&[$a]] for intersection,
4466              and [[a-z]&&[^def]] for subtraction.
4467              
4468              Currently /[[a]/ (or /[a[]/) parses as a character
4469              class containing two characters, "[" and "a",
4470              this may have to be broken for the syntax described
4471              above, otherwise we would have to scan the whole pattern
4472              to find out whether the square brackets match pairwise.
4473              Luckily, the special case of "[" doesn't seem to be
4474              documented (as opposed to "]" and "-"), so we may have
4475              better story for breaking it...  One can always use \[
4476              if one wants a literal "[", so there.
4477      Branch: perl
4478            ! regcomp.c
4479 ____________________________________________________________________________
4480 [ 12834] By: jhi                                   on 2001/11/03  17:51:44
4481         Log: Comment correction.
4482      Branch: perl
4483            ! regcomp.c
4484 ____________________________________________________________________________
4485 [ 12833] By: jhi                                   on 2001/11/03  17:33:21
4486         Log: Add MakeMaker PREREQ_PRINT and PRINT_PREREQ targets.
4487              The latter is a RedHatism.
4488      Branch: perl
4489            ! lib/ExtUtils/MakeMaker.pm
4490 ____________________________________________________________________________
4491 [ 12832] By: jhi                                   on 2001/11/03  15:43:03
4492         Log: Integrate perlio.
4493      Branch: perl
4494           !> perlio.c
4495 ____________________________________________________________________________
4496 [ 12831] By: nick                                  on 2001/11/03  11:42:15
4497         Log: Integrate mainline
4498      Branch: perlio
4499           !> doio.c ext/DynaLoader/dl_mac.xs ext/Errno/Errno_pm.PL
4500           !> ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
4501           !> hints/beos.sh hints/darwin.sh perl.c perl.h perlio.c regexec.c
4502           !> sv.c t/test.pl
4503 ____________________________________________________________________________
4504 [ 12830] By: nick                                  on 2001/11/03  10:27:34
4505         Log: Fix clone_leak problem.
4506              PerlIOStdio_dup was leaking FILE * as it was still doing fdopen()
4507              as vestige of calling PerlLIO_dup().
4508      Branch: perlio
4509            ! perlio.c
4510 ____________________________________________________________________________
4511 [ 12829] By: nick                                  on 2001/11/03  09:40:46
4512         Log: Tweaks attempting to locate Doug's clone_leak leak.
4513              - add some PerlIO_debug()
4514              - handle PerlIO_clone() with empty lists (clone before Perl_parse())
4515              - Even if it closing stdout etc. do a fflush()
4516      Branch: perlio
4517            ! perlio.c
4518 ____________________________________________________________________________
4519 [ 12828] By: nick                                  on 2001/11/03  08:34:31
4520         Log: Integrate mainline
4521      Branch: perlio
4522           !> (integrate 54 files)
4523 ____________________________________________________________________________
4524 [ 12827] By: ams                                   on 2001/11/03  03:45:19
4525         Log: Ugly bandaid to stop C<package;> from segfaulting (remember to
4526              remove this later). Based on a patch from Robert Spier in
4527              <15330.61459.14452.795263@rls.cx>.
4528      Branch: perl
4529            ! sv.c
4530 ____________________________________________________________________________
4531 [ 12826] By: jhi                                   on 2001/11/02  23:56:00
4532         Log: microperl sync.
4533      Branch: perl
4534            ! doio.c perl.c perl.h perlio.c regexec.c
4535 ____________________________________________________________________________
4536 [ 12825] By: jhi                                   on 2001/11/02  23:20:03
4537         Log: Definitions for the Unicode Newline Guidelines.
4538      Branch: perl
4539            ! perl.h
4540 ____________________________________________________________________________
4541 [ 12824] By: jhi                                   on 2001/11/02  23:08:05
4542         Log: There is no csh of any kind in default BeOS.
4543              For the purposes of miniperl globbing, bash
4544              will do.
4545      Branch: perl
4546            ! hints/beos.sh
4547 ____________________________________________________________________________
4548 [ 12823] By: jhi                                   on 2001/11/02  21:56:36
4549         Log: Integrate change #12820 from macperl to maint and blead;
4550              
4551              Fix up (dynaloading) to work properly with multiplicity
4552      Branch: maint-5.6/perl
4553           !> ext/DynaLoader/dl_mac.xs
4554      Branch: perl
4555           !> ext/DynaLoader/dl_mac.xs
4556 ____________________________________________________________________________
4557 [ 12822] By: pudge                                 on 2001/11/02  21:38:22
4558         Log: Several fixes for various exit problems and clearing out
4559              task queue, as well as another (incomplete) go at
4560              fixing error message handling
4561      Branch: maint-5.6/macperl
4562            ! macos/macish.c macos/macish.h macos/macperl/MPConsole.cp
4563 ____________________________________________________________________________
4564 [ 12821] By: pudge                                 on 2001/11/02  21:36:26
4565         Log: Add source files for bleadperl builds
4566      Branch: maint-5.6/macperl
4567            ! macos/Makefile.mk
4568 ____________________________________________________________________________
4569 [ 12820] By: pudge                                 on 2001/11/02  21:35:15
4570         Log: Fix up to work properly with multiplicity
4571      Branch: maint-5.6/macperl
4572            ! ext/DynaLoader/dl_mac.xs
4573 ____________________________________________________________________________
4574 [ 12819] By: pudge                                 on 2001/11/02  21:21:56
4575         Log: Integrate with maintperl.
4576      Branch: maint-5.6/macperl
4577           +> t/op/system.t t/op/system_tests
4578           !> MANIFEST Todo-5.6 ext/ODBM_File/ODBM_File.xs perl.h
4579           !> pod/perltodo.pod util.c win32/win32.c
4580 ____________________________________________________________________________
4581 [ 12818] By: jhi                                   on 2001/11/02  21:03:58
4582         Log: Locate _PATH_LOG if it's a socket even if not #defined
4583              (helps Tru64)  From Paul David Fardy <pdf@morgan.ucs.mun.ca>,
4584              via Nick Clark.
4585      Branch: perl
4586            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/syslog.t
4587 ____________________________________________________________________________
4588 [ 12817] By: jhi                                   on 2001/11/02  20:07:05
4589         Log: Subject: [PATCH t/test.pl] _expect and other little tweaks
4590              From: Michael G Schwern <schwern@pobox.com>
4591              Date: Fri, 2 Nov 2001 15:36:41 -0500
4592              Message-ID: <20011102153641.E23234@blackrider>
4593      Branch: perl
4594            ! t/test.pl
4595 ____________________________________________________________________________
4596 [ 12816] By: jhi                                   on 2001/11/02  17:53:00
4597         Log: Subject: [PATCH] patches for MacOS X 10.1 for perl 5.7.2
4598              From: merlyn@stonehenge.com (Randal L. Schwartz)
4599              Date: 02 Nov 2001 09:33:34 -0800
4600              Message-ID: <m1wv193wnl.fsf@halfdome.holdit.com>
4601              
4602              (two of the changes)
4603              
4604              Better coexistence with extensions.
4605      Branch: perl
4606            ! ext/Errno/Errno_pm.PL hints/darwin.sh
4607 ____________________________________________________________________________
4608 [ 12815] By: ams                                   on 2001/11/02  16:47:43
4609         Log: Subject: Re: [PATCH] the the double double word word fix fix
4610              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
4611              Date: Fri, 02 Nov 2001 19:43:07 +0100
4612              Message-Id: <3BE2E93B.627C198E@alcatel.at>
4613      Branch: perl
4614            ! pod/perldebug.pod
4615 ____________________________________________________________________________
4616 [ 12814] By: jhi                                   on 2001/11/02  15:24:10
4617         Log: Update Changes.
4618      Branch: perl
4619            ! Changes patchlevel.h
4620 ____________________________________________________________________________
4621 [ 12813] By: jhi                                   on 2001/11/02  15:19:35
4622         Log: More encoding testing.
4623      Branch: perl
4624            ! lib/encoding.pm lib/encoding.t
4625 ____________________________________________________________________________
4626 [ 12812] By: ams                                   on 2001/11/02  15:07:11
4627         Log: Slight modification of #12811.
4628      Branch: perl
4629            ! op.c
4630 ____________________________________________________________________________
4631 [ 12811] By: jhi                                   on 2001/11/02  14:58:13
4632         Log: Subject: Re: [ID 20011101.069] \stat('.') gives "Attempt to free unreferenced scalar"
4633              From: Radu Greab <radu@netsoft.ro>
4634              Date: Fri, 2 Nov 2001 15:28:58 +0200
4635              Message-ID: <15330.40858.629851.468818@ix.netsoft.ro>
4636      Branch: perl
4637            ! op.c t/op/stat.t
4638 ____________________________________________________________________________
4639 [ 12810] By: jhi                                   on 2001/11/02  14:15:34
4640         Log: Subject: [PATCH] Re: Extra MakeMaker noise in lib/ExtUtils/Embed.t @12791
4641              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4642              Date: Thu, 1 Nov 2001 22:35:50 +0100
4643              Message-ID: <20011101223550.A10849@rafael>
4644      Branch: perl
4645            ! lib/ExtUtils/Embed.t
4646 ____________________________________________________________________________
4647 [ 12809] By: jhi                                   on 2001/11/02  14:10:05
4648         Log: Subject: [REPATCH] Re: [PATCH File::Find] use warnings::register
4649              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4650              Date: 2 Nov 2001 14:48:51 -0000
4651              Message-Id: <slrn9u5cj6.liq.rgarciasuarez@rafael.kazibao.net> 
4652      Branch: perl
4653            ! lib/File/Find.pm
4654 ____________________________________________________________________________
4655 [ 12808] By: jhi                                   on 2001/11/02  05:40:21
4656         Log: Add documentation.
4657      Branch: perl
4658            ! embed.pl pod/perlapi.pod utf8.c
4659 ____________________________________________________________________________
4660 [ 12807] By: jhi                                   on 2001/11/02  05:18:45
4661         Log: Unicode: add ToFold mapping.  Not used yet; but basically
4662              a more useful mapping for caseless aka case-ignoring than
4663              doing either lc($a) eq lc($b) or uc($a) eq uc($b); the full
4664              algorithm for creating the foldings uses equivalence classes,
4665              see http://www.unicode.org/unicode/reports/tr21/
4666              Hopefully this feature will be used in //i.
4667              (The folding tables were introduced by #12689.)
4668      Branch: perl
4669            ! embed.h embed.pl embedvar.h intrpvar.h perl.c perlapi.h sv.c
4670            ! utf8.c
4671 ____________________________________________________________________________
4672 [ 12806] By: jhi                                   on 2001/11/02  05:04:05
4673         Log: Subject: [PATCH] AutoSplit.t clean-up for VMS
4674              From: "Craig A. Berry" <craigberry@mac.com>
4675              Date: Fri, 02 Nov 2001 00:03:52 -0600
4676              Message-Id: <5.1.0.14.2.20011101235844.02cd4e50@exchi01>
4677      Branch: perl
4678            ! lib/AutoSplit.t
4679 ____________________________________________________________________________
4680 [ 12805] By: jhi                                   on 2001/11/02  04:17:04
4681         Log: Subject: Trivial doc patch
4682              From: andreas.koenig@anima.de (Andreas J. Koenig)
4683              Date: 02 Nov 2001 06:11:35 +0100
4684              Message-ID: <m37kt94v08.fsf@anima.de>
4685      Branch: perl
4686            ! pod/perlport.pod
4687 ____________________________________________________________________________
4688 [ 12804] By: jhi                                   on 2001/11/02  02:14:46
4689         Log: Make encoding and charnames pragmas coexist.
4690      Branch: perl
4691            ! lib/charnames.pm lib/encoding.pm lib/encoding.t
4692 ____________________________________________________________________________
4693 [ 12803] By: jhi                                   on 2001/11/02  01:26:53
4694         Log: The basic character classes seem to go untested with Unicode.
4695      Branch: perl
4696            ! t/op/pat.t
4697 ____________________________________________________________________________
4698 [ 12802] By: ams                                   on 2001/11/02  00:39:36
4699         Log: Subject: [PATCH] the the double double word word fix fix
4700              From: Richard Soderberg <rs@oregonnet.com>
4701              Date: Thu, 1 Nov 2001 13:12:03 -0800
4702              Message-Id: <200111012112.NAA23288@oregonnet.com>
4703              
4704              Subject: Re: [PATCH] the the double double word word fix fix
4705              From: Mark-Jason Dominus <mjd@plover.com>
4706              Date: Thu, 01 Nov 2001 16:43:40 -0500
4707              Message-Id: <20011101214340.2044.qmail@plover.com>
4708              
4709              Subject: Re: [PATCH] the the double double word word fix fix
4710              From: Mark-Jason Dominus <mjd@plover.com>
4711              Date: Thu, 01 Nov 2001 16:51:39 -0500
4712              Message-Id: <20011101215139.2196.qmail@plover.com>
4713      Branch: perl
4714            ! pod/perldebtut.pod pod/perldiag.pod pod/perlfaq3.pod
4715            ! pod/perlguts.pod pod/perlintro.pod pod/perliol.pod
4716            ! pod/perlmodlib.PL pod/perlmodstyle.pod pod/perlpodspec.pod
4717            ! pod/perlrequick.pod pod/perlretut.pod pod/perltoc.pod
4718            ! pod/perltodo.pod pod/perlxstut.pod
4719 ____________________________________________________________________________
4720 [ 12801] By: jhi                                   on 2001/11/01  14:27:51
4721         Log: Comment tweaks.
4722      Branch: perl
4723            ! toke.c
4724 ____________________________________________________________________________
4725 [ 12800] By: jhi                                   on 2001/11/01  14:06:04
4726         Log: FAQ sync.
4727      Branch: perl
4728            ! pod/perlfaq9.pod
4729 ____________________________________________________________________________
4730 [ 12799] By: jhi                                   on 2001/11/01  13:59:42
4731         Log: If an encoding is set by -M/-m, it must be in
4732              effect only for the actual script, not any other
4733              required/-M/-m'ed module, otherwise we enter a nasty
4734              recursion in regexec.c while trying to init the simple
4735              UTF-8 charclasses like PL_utf8_alnum.
4736      Branch: perl
4737            ! lib/encoding.pm pod/perlunicode.pod pp_ctl.c
4738 ____________________________________________________________________________
4739 [ 12798] By: jhi                                   on 2001/10/31  21:10:09
4740         Log: A bit more descriptive name.
4741      Branch: perl
4742            ! mg.c
4743 ____________________________________________________________________________
4744 [ 12797] By: jhi                                   on 2001/10/31  20:32:29
4745         Log: Subject: [PATCH Perl@12768] Time::Hires test fix
4746              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4747              Date: Wed, 31 Oct 2001 13:47:04 EST
4748              Message-Id: <011031134626.1227@DUPHY4.Physics.Drexel.Edu>
4749      Branch: perl
4750            ! ext/Time/HiRes/HiRes.t
4751 ____________________________________________________________________________
4752 [ 12796] By: jhi                                   on 2001/10/31  20:31:20
4753         Log: Subject: [PATCH Perl@12768] make setting signal() persistent
4754              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
4755              Date: Wed, 31 Oct 2001 13:43:29 EST
4756              Message-Id: <011031134318.231c@DUPHY4.Physics.Drexel.Edu>
4757      Branch: perl
4758            ! mg.c
4759 ____________________________________________________________________________
4760 [ 12795] By: jhi                                   on 2001/10/31  20:29:37
4761         Log: Subject: [PATCH] Various test cleanups
4762              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4763              Date: Tue, 30 Oct 2001 21:56:26 +0100
4764              Message-ID: <20011030215626.A28503@rafael>
4765      Branch: perl
4766            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4767            ! ext/DB_File/t/db-recno.t ext/Encode.t
4768 ____________________________________________________________________________
4769 [ 12794] By: jhi                                   on 2001/10/31  15:26:59
4770         Log: Update Changes.
4771      Branch: perl
4772            ! Changes patchlevel.h
4773 ____________________________________________________________________________
4774 [ 12793] By: jhi                                   on 2001/10/31  15:23:12
4775         Log: Subject: [PATCH] Data::Dumper opt. use B::Deparse for coderefs
4776              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>               
4777              Date: Wed, 31 Oct 2001 17:16:39 +0100
4778              Message-ID: <20011031171639.A32511@rafael>
4779      Branch: perl
4780            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/t/dumper.t
4781 ____________________________________________________________________________
4782 [ 12792] By: jhi                                   on 2001/10/31  15:20:01
4783         Log: Skip message nit.
4784      Branch: perl
4785            ! t/io/fs.t
4786 ____________________________________________________________________________
4787 [ 12791] By: jhi                                   on 2001/10/31  14:54:19
4788         Log: Subject: Re: [REPATCH] Re: [PATCH] Re: [ID 20011030.064] File::Temp tempdir(CLEANUP => 1) and -T on OpenBSD 2.9
4789              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
4790              Date: 31 Oct 2001 14:49:37 -0000
4791              Message-Id: <slrn9u03sk.hco.rgarciasuarez@rafael.kazibao.net> 
4792      Branch: perl
4793            ! lib/File/Path.pm lib/File/Path.t lib/File/Temp/t/mktemp.t
4794 ____________________________________________________________________________
4795 [ 12790] By: jhi                                   on 2001/10/31  14:44:33
4796         Log: Extend the effect of the encoding pragma to chr() and ord().
4797              
4798              TODO: regex literals, reentrancy problems with the utf8
4799              and charnames pragmas.
4800      Branch: perl
4801            ! lib/encoding.pm lib/encoding.t pod/perlfunc.pod pp.c sv.c
4802 ____________________________________________________________________________
4803 [ 12789] By: jhi                                   on 2001/10/31  13:25:02
4804         Log: Doc tweaks.
4805      Branch: perl
4806            ! lib/encoding.pm
4807 ____________________________________________________________________________
4808 [ 12788] By: nick                                  on 2001/10/31  08:59:56
4809         Log: Integrate mainline
4810      Branch: perlio
4811           +> lib/encoding.pm lib/encoding.t t/op/system.t t/op/system_tests
4812           !> (integrate 49 files)
4813 ____________________________________________________________________________
4814 [ 12787] By: jhi                                   on 2001/10/31  03:22:34
4815         Log: Forgot new proto.
4816      Branch: perl
4817            ! proto.h
4818 ____________________________________________________________________________
4819 [ 12786] By: jhi                                   on 2001/10/31  02:32:35
4820         Log: Clarification: use encoding cannot be used to
4821              change the default encoding of "your whole script";
4822              only the default encoding of the *data*.  Also, it
4823              seems that "use encoding" does not mix with "use utf8"
4824              (a coredumping recursion ensues).  Should not be a huge
4825              problem since "use utf8" is pretty marginal nowadays.
4826      Branch: perl
4827            ! ext/Encode/Encode.pm lib/encoding.pm pod/perlunicode.pod
4828 ____________________________________________________________________________
4829 [ 12785] By: jhi                                   on 2001/10/31  02:19:49
4830         Log: More documentation for the encode pragma.
4831      Branch: perl
4832            ! ext/Encode/Encode.pm lib/encoding.pm lib/open.pm
4833            ! pod/perlapi.pod pod/perlunicode.pod sv.c
4834 ____________________________________________________________________________
4835 [ 12784] By: jhi                                   on 2001/10/31  02:08:27
4836         Log: Thinko in #12783.
4837      Branch: perl
4838            ! sv.c
4839 ____________________________________________________________________________
4840 [ 12783] By: jhi                                   on 2001/10/31  02:04:22
4841         Log: Make sv_recode_to_utf8() a real API: the encoding
4842              is a parameter, instead of a global.  Document the
4843              PERL_ENCODING.
4844      Branch: perl
4845            ! embed.h embed.pl pod/perlapi.pod pod/perlrun.pod proto.h sv.c
4846            ! toke.c
4847 ____________________________________________________________________________
4848 [ 12782] By: jhi                                   on 2001/10/31  00:57:42
4849         Log: Enable -Mencoding=foobar also for string literals.
4850      Branch: perl
4851            ! embed.h embed.pl global.sym lib/encoding.pm lib/encoding.t
4852            ! pod/perlapi.pod proto.h sv.c toke.c
4853 ____________________________________________________________________________
4854 [ 12781] By: jhi                                   on 2001/10/30  17:06:39
4855         Log: Subject: Re: [PATCH] Re: DynaLoader problem on NCR SVR4 box
4856              From: Andy Dougherty <doughera@lafayette.edu>
4857              Date: Tue, 30 Oct 2001 12:44:27 -0500 (EST)
4858              Message-ID: <Pine.SOL.4.10.10110301241210.25351-100000@maxwell.phys.lafayette.edu>
4859      Branch: perl
4860            ! ext/POSIX/hints/svr4.pl
4861 ____________________________________________________________________________
4862 [ 12780] By: jhi                                   on 2001/10/30  14:54:12
4863         Log: Subject: RE: [PATCH h2xs] Use of static data in XS modules
4864              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4865              Date: Mon, 29 Oct 2001 23:11:58 -0000
4866              Message-ID: <AIEAJICLCBDNAAOLLOKLMEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4867              
4868              Add compat.h.
4869      Branch: perl
4870            ! lib/h2xs.t utils/h2xs.PL
4871 ____________________________________________________________________________
4872 [ 12779] By: jhi                                   on 2001/10/30  13:51:43
4873         Log: Subject: PerlIOBuf_dup
4874              From: Nicholas Clark <nick@ccl4.org>              
4875              Date: Mon, 29 Oct 2001 21:52:35 +0000             
4876              Message-ID: <20011029215235.K41204@plum.flirble.org>
4877              
4878              Add prototype.
4879      Branch: perl
4880            ! perliol.h
4881 ____________________________________________________________________________
4882 [ 12778] By: jhi                                   on 2001/10/30  13:49:51
4883         Log: Subject: [PATCH] Make malloc.c errors more useful
4884              From: Richard Soderberg <rs@oregonnet.com>
4885              Date: Mon, 29 Oct 2001 22:28:02 -0800
4886              Message-Id: <200110300628.WAA11025@oregonnet.com>
4887      Branch: perl
4888            ! malloc.c
4889 ____________________________________________________________________________
4890 [ 12777] By: jhi                                   on 2001/10/30  04:02:10
4891         Log: Retract #12776 - the bug 19990906.001 is still valid.
4892      Branch: perl
4893            ! t/run/kill_perl.t
4894 ____________________________________________________________________________
4895 [ 12776] By: jhi                                   on 2001/10/30  03:03:49
4896         Log: (Retracted by #12777)
4897              Subject: Perlbug 19990906.001 - segfault on long escaped quote regex
4898              From: Michael G Schwern <schwern@pobox.com> 
4899              Date: Mon, 29 Oct 2001 23:01:08 -0500
4900              Message-ID: <20011029230108.G18053@blackrider>
4901      Branch: perl
4902            ! t/run/kill_perl.t
4903 ____________________________________________________________________________
4904 [ 12775] By: jhi                                   on 2001/10/30  02:56:41
4905         Log: Comment nits.
4906      Branch: perl
4907            ! lib/encoding.t
4908 ____________________________________________________________________________
4909 [ 12774] By: gsar                                  on 2001/10/30  01:32:57
4910         Log: integrate change#12772 from mainline
4911              
4912              Subject: [PATCH] Mommy, what's a pointer cast?
4913      Branch: maint-5.6/perl
4914            ! perl.h
4915 ____________________________________________________________________________
4916 [ 12773] By: jhi                                   on 2001/10/30  01:19:32
4917         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4918              From: Richard Soderberg <rs@oregonnet.com>
4919              Date: Mon, 29 Oct 2001 17:01:10 -0800
4920              Message-Id: <200110300101.RAA31561@oregonnet.com>
4921              
4922              (threads* parts)
4923      Branch: perl
4924            ! ext/threads/shared/shared.xs ext/threads/threads.xs
4925 ____________________________________________________________________________
4926 [ 12772] By: jhi                                   on 2001/10/30  01:19:13
4927         Log: Subject: [PATCH] Mommy, what's a pointer cast?
4928              From: Richard Soderberg <rs@oregonnet.com>
4929              Date: Mon, 29 Oct 2001 17:01:10 -0800
4930              Message-Id: <200110300101.RAA31561@oregonnet.com>
4931              
4932              (the perl.h part)
4933      Branch: perl
4934            ! perl.h
4935 ____________________________________________________________________________
4936 [ 12771] By: jhi                                   on 2001/10/30  01:17:21
4937         Log: Subject: [PATCH] OpenBSD likes signal.h 
4938              From: Richard Soderberg <rs@oregonnet.com>
4939              Date: Mon, 29 Oct 2001 17:00:31 -0800
4940              Message-Id: <200110300100.RAA31533@oregonnet.com>
4941      Branch: perl
4942            ! unixish.h
4943 ____________________________________________________________________________
4944 [ 12770] By: jhi                                   on 2001/10/30  01:10:24
4945         Log: Subject: [PATCH] RE: DB_File-1.79 on Cygwin 1.3.3
4946              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
4947              Date: Mon, 29 Oct 2001 23:04:23 -0000
4948              Message-ID: <AIEAJICLCBDNAAOLLOKLGEJGDDAA.Paul_Marquess@Yahoo.co.uk>
4949      Branch: perl
4950            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
4951            ! ext/DB_File/t/db-recno.t
4952 ____________________________________________________________________________
4953 [ 12769] By: jhi                                   on 2001/10/30  01:08:01
4954         Log: Subject: [PATCH perl@12718] HiRes.t tweaks
4955              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
4956              Date: Mon, 29 Oct 2001 12:34:07 -0600
4957              Message-Id: <5.1.0.14.2.20011029121906.035d7e00@exchi01>
4958      Branch: perl
4959            ! ext/Time/HiRes/HiRes.t
4960 ____________________________________________________________________________
4961 [ 12768] By: jhi                                   on 2001/10/29  15:10:04
4962         Log: Update Changes.
4963      Branch: perl
4964            ! Changes patchlevel.h
4965 ____________________________________________________________________________
4966 [ 12767] By: jhi                                   on 2001/10/29  14:49:28
4967         Log: AIX needs an explicit symbol export list.
4968      Branch: perl
4969            ! lib/ExtUtils/Embed.t
4970 ____________________________________________________________________________
4971 [ 12766] By: jhi                                   on 2001/10/29  14:08:21
4972         Log: The test (and the module) would require some
4973              quality hacking time to work on EBCDIC.  Based n
4974              the test results nothing seems to be majorly broken,
4975              the module just seems to have strange assumptions:
4976              got: ''\226\225\205'
4977              expected: ''one'
4978              The \226\225\205 being, of course, 'one', in EBCDIC.
4979      Branch: perl
4980            ! lib/Dumpvalue.t
4981 ____________________________________________________________________________
4982 [ 12765] By: jhi                                   on 2001/10/29  13:58:48
4983         Log: Mark the test known to be failing in EBCDIC.
4984      Branch: perl
4985            ! t/op/tr.t
4986 ____________________________________________________________________________
4987 [ 12764] By: jhi                                   on 2001/10/29  13:51:51
4988         Log: None of the libnet modules are going to work in
4989              EBCDIC without the Convert::EBCDIC.
4990      Branch: perl
4991            ! t/lib/1_compile.t
4992 ____________________________________________________________________________
4993 [ 12763] By: jhi                                   on 2001/10/29  13:45:39
4994         Log: Neither is 0xff illegal UTF-EBCDIC since it's the last C1.
4995      Branch: perl
4996            ! t/op/pack.t
4997 ____________________________________________________________________________
4998 [ 12762] By: jhi                                   on 2001/10/29  13:40:17
4999         Log: UTF-EBCDIC ain't UTF-8.
5000      Branch: perl
5001            ! t/op/pack.t
5002 ____________________________________________________________________________
5003 [ 12761] By: jhi                                   on 2001/10/29  13:35:35
5004         Log: In EBCDIC cannot test compile Net::Cmd without Convert::EBCDIC.
5005      Branch: perl
5006            ! t/lib/1_compile.t
5007 ____________________________________________________________________________
5008 [ 12760] By: jhi                                   on 2001/10/29  13:32:20
5009         Log: Let's not assume ASCII.
5010      Branch: perl
5011            ! t/op/lc.t
5012 ____________________________________________________________________________
5013 [ 12759] By: jhi                                   on 2001/10/29  13:24:54
5014         Log: Call the new perlio symbols differently.
5015      Branch: perl
5016            ! makedef.pl
5017 ____________________________________________________________________________
5018 [ 12758] By: jhi                                   on 2001/10/29  13:23:11
5019         Log: Don't expect ASCII ordering.
5020      Branch: perl
5021            ! lib/ExtUtils/Manifest.t
5022 ____________________________________________________________________________
5023 [ 12757] By: jhi                                   on 2001/10/29  13:13:09
5024         Log: Forgot from #12756.
5025      Branch: perl
5026            ! perlio.h
5027 ____________________________________________________________________________
5028 [ 12756] By: jhi                                   on 2001/10/29  13:12:41
5029         Log: BeOS tweaks:
5030              - fseeko and ftello can be found by Configure but
5031              we do not seem to have prototypes for them so
5032              let's make up some
5033              - BeOS didn't use to have real sockets (sockets as
5034              filedescriptors) but the BONE package is supposed
5035              to fix this.  I do not know how to detect BONEness,
5036              see hints/beos.sh for a spot that needs to fixed.
5037              - BeOS has O_TEXT != O_BINARY but has no setmode()
5038      Branch: perl
5039            ! hints/beos.sh perlio.c
5040 ____________________________________________________________________________
5041 [ 12755] By: sky                                   on 2001/10/29  12:56:12
5042         Log: Ugly fix to not die when a thread creator is holding locks.
5043      Branch: perl
5044            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5045            ! ext/threads/threads.xs
5046 ____________________________________________________________________________
5047 [ 12754] By: jhi                                   on 2001/10/29  12:31:34
5048         Log: Integrate change #12752 from maintperl;
5049              
5050              croak(Nullch) wasn't printing the contents of ERRSV if there was
5051              no outer eval (bug in change#6125)
5052      Branch: perl
5053           !> util.c
5054 ____________________________________________________________________________
5055 [ 12753] By: jhi                                   on 2001/10/29  12:28:41
5056         Log: Subject: [PATCH h2xs] Use of static data in XS modules
5057              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
5058              Date: Sun, 28 Oct 2001 21:19:07 -0000
5059              Message-ID: <AIEAJICLCBDNAAOLLOKLIEHNDDAA.Paul_Marquess@Yahoo.co.uk>
5060              
5061              with nits from Sarathy.
5062      Branch: perl
5063            ! utils/h2xs.PL
5064 ____________________________________________________________________________
5065 [ 12752] By: gsar                                  on 2001/10/29  03:07:15
5066         Log: croak(Nullch) wasn't printing the contents of ERRSV if there was
5067              no outer eval (bug in change#6125)
5068      Branch: maint-5.6/perl
5069            ! util.c
5070 ____________________________________________________________________________
5071 [ 12751] By: jhi                                   on 2001/10/28  23:11:15
5072         Log: More todo for the encoding pragma.
5073      Branch: perl
5074            ! lib/encoding.pm
5075 ____________________________________________________________________________
5076 [ 12750] By: jhi                                   on 2001/10/28  22:55:24
5077         Log: Add the encoding pragma to control the "upgrade"
5078              from the native eight bit data to Unicode.
5079              
5080              TODO: \x.. and \0... literals.  \N{}.  chr()? ord()?
5081      Branch: perl
5082            + lib/encoding.pm lib/encoding.t
5083            ! MANIFEST embedvar.h gv.c intrpvar.h mg.c perlapi.h
5084            ! pod/perlunicode.pod pod/perlvar.pod sv.c
5085 ____________________________________________________________________________
5086 [ 12749] By: sky                                   on 2001/10/28  21:02:33
5087         Log: Update documentation.
5088      Branch: perl
5089            ! ext/threads/shared/shared.pm
5090 ____________________________________________________________________________
5091 [ 12748] By: jhi                                   on 2001/10/28  20:55:57
5092         Log: Integrate change #12747 from maintperl;
5093              
5094              finishing touches to system() fixes on windows:
5095              * detect cmd shell correctly even if it had full path in it
5096              * more quoting needed for single-arg system if the argument
5097              really had multiple quoted arguments within it
5098              * be smarter about not calling the shell when the executable
5099              has spaces, but otherwise does not need shell involvement
5100              * add a testsuite (windows-specific currently)
5101      Branch: perl
5102           +> t/op/system.t t/op/system_tests
5103            ! MANIFEST pod/perltodo.pod
5104           !> win32/win32.c
5105 ____________________________________________________________________________
5106 [ 12747] By: gsar                                  on 2001/10/28  18:33:23
5107         Log: finishing touches to system() fixes on windows:
5108              * detect cmd shell correctly even if it had full path in it
5109              * more quoting needed for single-arg system if the argument
5110              really had multiple quoted arguments within it
5111              * be smarter about not calling the shell when the executable
5112              has spaces, but otherwise does not need shell involvement
5113              * add a testsuite (windows-specific currently)
5114      Branch: maint-5.6/perl
5115            + t/op/system.t t/op/system_tests
5116            ! MANIFEST Todo-5.6 pod/perltodo.pod win32/win32.c
5117 ____________________________________________________________________________
5118 [ 12746] By: jhi                                   on 2001/10/28  16:34:35
5119         Log: Integrate perlio.
5120      Branch: perl
5121           !> ext/Time/HiRes/HiRes.xs lib/ExtUtils/Embed.t
5122 ____________________________________________________________________________
5123 [ 12745] By: nick                                  on 2001/10/28  16:08:14
5124         Log: Mingw32 fixup for Embed.t
5125      Branch: perlio
5126            ! lib/ExtUtils/Embed.t
5127 ____________________________________________________________________________
5128 [ 12744] By: nick                                  on 2001/10/28  15:54:14
5129         Log: GCC vs MS 64-bit constant syntax
5130      Branch: perlio
5131            ! ext/Time/HiRes/HiRes.xs
5132 ____________________________________________________________________________
5133 [ 12743] By: nick                                  on 2001/10/28  15:42:55
5134         Log: Integrate mainline
5135      Branch: perlio
5136           !> ext/threads/threads.pm lib/ExtUtils/Embed.t
5137 ____________________________________________________________________________
5138 [ 12742] By: sky                                   on 2001/10/28  14:47:10
5139         Log: Manpage updates.
5140      Branch: perl
5141            ! ext/threads/threads.pm
5142 ____________________________________________________________________________
5143 [ 12741] By: jhi                                   on 2001/10/28  14:39:55
5144         Log: Newline confusion: t/TEST sees an extra newline and gets huffy.
5145      Branch: perl
5146            ! lib/ExtUtils/Embed.t
5147 ____________________________________________________________________________
5148 [ 12740] By: nick                                  on 2001/10/28  14:14:24
5149         Log: Integrate mainline
5150      Branch: perlio
5151           !> lib/ExtUtils/Embed.t win32/win32.c
5152 ____________________________________________________________________________
5153 [ 12739] By: jhi                                   on 2001/10/28  14:06:58
5154         Log: Need to be ./executed.
5155      Branch: perl
5156            ! lib/ExtUtils/Embed.t
5157 ____________________________________________________________________________
5158 [ 12738] By: jhi                                   on 2001/10/28  14:03:58
5159         Log: Integrate perlio.
5160      Branch: perl
5161           !> perlio.c win32/win32.h
5162 ____________________________________________________________________________
5163 [ 12737] By: nick                                  on 2001/10/28  13:53:45
5164         Log: Tweak for build with Mingw32 - __attribute__((unused)) is not liked
5165              by gcc -xc++.
5166      Branch: perlio
5167            ! win32/win32.h
5168 ____________________________________________________________________________
5169 [ 12736] By: nick                                  on 2001/10/28  13:50:50
5170         Log: Have :stdio layer update an honour the fd refcnt table.
5171              Embed.t now passes with PERLIO=stdio as well (tested under ithreads)
5172      Branch: perlio
5173            ! perlio.c
5174 ____________________________________________________________________________
5175 [ 12735] By: jhi                                   on 2001/10/28  13:34:37
5176         Log: Integrate changes #12724 and #12725 from maintperl;
5177              multiarg system now works.
5178      Branch: perl
5179           !> win32/win32.c
5180 ____________________________________________________________________________
5181 [ 12734] By: jhi                                   on 2001/10/28  13:31:54
5182         Log: Integrate perlio.
5183      Branch: perl
5184           +> lib/ExtUtils/Embed.t
5185           !> MANIFEST perlio.c
5186 ____________________________________________________________________________
5187 [ 12733] By: nick                                  on 2001/10/28  13:07:16
5188         Log: Use fd refcounts to solve the problem highlighted by new Embed.t, at
5189              least for PERLIO=perlio unthreaded case
5190      Branch: perlio
5191            ! perlio.c
5192 ____________________________________________________________________________
5193 [ 12732] By: nick                                  on 2001/10/28  11:10:24
5194         Log: Typo in exe name
5195      Branch: perlio
5196            ! lib/ExtUtils/Embed.t
5197 ____________________________________________________________________________
5198 [ 12731] By: nick                                  on 2001/10/28  11:09:59
5199         Log: Integrate Mainline
5200      Branch: perlio
5201           !> Changes configure.com ext/DB_File/DB_File.pm
5202           !> ext/ODBM_File/ODBM_File.xs ext/Time/HiRes/HiRes.xs
5203           !> ext/threads/shared/shared.xs lib/ExtUtils/xsubpp
5204           !> lib/unicore/Is.pl lib/unicore/mktables makedef.pl op.h
5205           !> patchlevel.h perlio.c pod/perlapi.pod pod/perlfaq4.pod
5206           !> pod/perlhack.pod pod/perltoc.pod pod/perlunicode.pod sv.h
5207           !> t/TEST t/op/regexp.t win32/buildext.pl
5208 ____________________________________________________________________________
5209 [ 12730] By: nick                                  on 2001/10/28  11:05:35
5210         Log: Fixup Embed.t for Win32/VC++
5211      Branch: perlio
5212            ! lib/ExtUtils/Embed.t
5213 ____________________________________________________________________________
5214 [ 12729] By: nick                                  on 2001/10/28  09:36:20
5215         Log: Adapt testcase from Doug Maceachern <dougm@covalent.net> for perlio_destruct
5216              bug as lib/ExtUtils/Embed.t which tests that and some aspects of
5217              ExtUtils::Embed.
5218      Branch: perlio
5219            + lib/ExtUtils/Embed.t
5220            ! MANIFEST
5221 ____________________________________________________________________________
5222 [ 12728] By: sky                                   on 2001/10/28  08:12:53
5223         Log: Change #12726 changed require 5.002 to 5.0 somehow, I know I never changed that
5224              line manually!
5225      Branch: perl
5226            ! lib/ExtUtils/xsubpp
5227 ____________________________________________________________________________
5228 [ 12727] By: sky                                   on 2001/10/28  08:02:09
5229         Log: And here we use the prototypes.
5230      Branch: perl
5231            ! ext/threads/shared/shared.xs
5232 ____________________________________________________________________________
5233 [ 12726] By: sky                                   on 2001/10/28  08:00:48
5234         Log: Support [] style prototypes.
5235      Branch: perl
5236            ! lib/ExtUtils/xsubpp
5237 ____________________________________________________________________________
5238 [ 12725] By: gsar                                  on 2001/10/28  04:49:15
5239         Log: yet another multi-arg system() fix on windows: batch files as the
5240              first argument (i.e. directly executed by CreateProcess()) need
5241              extra quoting to escape shell-shock
5242      Branch: maint-5.6/perl
5243            ! win32/win32.c
5244 ____________________________________________________________________________
5245 [ 12724] By: gsar                                  on 2001/10/28  03:49:31
5246         Log: another multi-arg system() fix on windows: passing empty arguments
5247              now works
5248      Branch: maint-5.6/perl
5249            ! win32/win32.c
5250 ____________________________________________________________________________
5251 [ 12723] By: jhi                                   on 2001/10/28  03:32:32
5252         Log: Explicitly expect only 4 or 8 bytes of PTRSIZE.
5253              No final #else #error because we do not seem to
5254              be using #error?
5255      Branch: perl
5256            ! op.h
5257 ____________________________________________________________________________
5258 [ 12722] By: jhi                                   on 2001/10/28  02:41:04
5259         Log: Subject: [PATCH Perl@12647] Time::HiRes ualarm for VMS without one
5260              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)        
5261              Date: Sat, 27 Oct 2001 23:28:44 EST 
5262              Message-Id: <011027232650.19ae30@DUPHY4.Physics.Drexel.Edu>
5263      Branch: perl
5264            ! ext/Time/HiRes/HiRes.xs
5265 ____________________________________________________________________________
5266 [ 12721] By: jhi                                   on 2001/10/28  01:53:34
5267         Log: Regen perlapi, perltoc.
5268      Branch: perl
5269            ! pod/perlapi.pod pod/perltoc.pod
5270 ____________________________________________________________________________
5271 [ 12720] By: jhi                                   on 2001/10/28  01:30:04
5272         Log: Subject: [PATCH] sv.h documentation
5273              From: Tim Jenness <t.jenness@jach.hawaii.edu>              
5274              Date: Sat, 27 Oct 2001 15:27:41 -1000 (HST) 
5275              Message-ID: <Pine.LNX.4.33.0110271526270.24647-100000@lapaki>
5276      Branch: perl
5277            ! sv.h
5278 ____________________________________________________________________________
5279 [ 12719] By: gsar                                  on 2001/10/27  23:42:51
5280         Log: "nmake clean" fails to clean ext/... because buildext.pl calls
5281              system("nmake -nologo", "clean") and there is no executable
5282              called "nmake -nologo"; this used to "work" pre-change#12559 due
5283              to bugs in multiarg system() that have since been fixed
5284      Branch: perl
5285            ! win32/buildext.pl
5286 ____________________________________________________________________________
5287 [ 12718] By: jhi                                   on 2001/10/27  21:58:35
5288         Log: Update Changes.
5289      Branch: perl
5290            ! Changes patchlevel.h
5291 ____________________________________________________________________________
5292 [ 12717] By: jhi                                   on 2001/10/27  21:54:11
5293         Log: Subject: perlhack.pod addendum for consideration (perlbug mail interface)
5294              From: Richard.Foley@t-online.de (Richard Foley)            
5295              Date: Sun, 28 Oct 2001 00:48:32 +0200
5296              Message-ID: <15xbQQ-1BoWxsC@fwd02.sul.t-online.com>
5297      Branch: perl
5298            ! pod/perlhack.pod
5299 ____________________________________________________________________________
5300 [ 12716] By: jhi                                   on 2001/10/27  21:41:02
5301         Log: Must store pointers with the right width.
5302      Branch: perl
5303            ! op.h
5304 ____________________________________________________________________________
5305 [ 12715] By: jhi                                   on 2001/10/27  21:22:52
5306         Log: Integrate change #12711 from perlio;
5307              
5308              Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
5309              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
5310      Branch: perl
5311           !> perlio.c
5312 ____________________________________________________________________________
5313 [ 12714] By: jhi                                   on 2001/10/27  21:04:59
5314         Log: Subject: [PATCH] make minitest
5315              From: Nicholas Clark <nick@ccl4.org>
5316              Date: Sat, 27 Oct 2001 22:56:16 +0100
5317              Message-ID: <20011027225616.L20275@plum.flirble.org>
5318      Branch: perl
5319            ! t/TEST
5320 ____________________________________________________________________________
5321 [ 12713] By: jhi                                   on 2001/10/27  20:58:33
5322         Log: Patch #12661 missed this.
5323      Branch: perl
5324            ! ext/DB_File/DB_File.pm
5325 ____________________________________________________________________________
5326 [ 12712] By: jhi                                   on 2001/10/27  20:56:38
5327         Log: Subject: [PATCH perl@12696] C RTL awareness update for VMS
5328              From: "Craig A. Berry" <craigberry@mac.com>
5329              Date: Sat, 27 Oct 2001 16:07:47 -0500
5330              Message-Id: <5.1.0.14.2.20011027134037.01bebc60@exchi01>
5331      Branch: perl
5332            ! configure.com perlio.c
5333 ____________________________________________________________________________
5334 [ 12711] By: nick                                  on 2001/10/27  19:49:25
5335         Log: Use ref count scheme rather than PerlLIO_dup() to do fp_dup().
5336              Restores op/fork.t on Win32 (still segfault on exit of ok 2).
5337      Branch: perlio
5338            ! perlio.c
5339 ____________________________________________________________________________
5340 [ 12710] By: jhi                                   on 2001/10/27  17:07:46
5341         Log: Let's not replace reason if there's one already supplied.
5342      Branch: perl
5343            ! t/op/regexp.t
5344 ____________________________________________________________________________
5345 [ 12709] By: jhi                                   on 2001/10/27  17:02:30
5346         Log: is not good.
5347      Branch: perl
5348            ! t/op/regexp.t
5349 ____________________________________________________________________________
5350 [ 12708] By: jhi                                   on 2001/10/27  16:54:07
5351         Log: ldlibpth can exist but be unset.
5352      Branch: perl
5353            ! t/TEST
5354 ____________________________________________________________________________
5355 [ 12707] By: jhi                                   on 2001/10/27  16:47:07
5356         Log: Unicode: property alias naming cleanup.
5357      Branch: perl
5358            ! lib/unicore/Is.pl lib/unicore/mktables pod/perlunicode.pod
5359 ____________________________________________________________________________
5360 [ 12706] By: jhi                                   on 2001/10/27  15:24:06
5361         Log: FAQ sync.
5362      Branch: perl
5363            ! pod/perlfaq4.pod
5364 ____________________________________________________________________________
5365 [ 12705] By: jhi                                   on 2001/10/27  15:23:15
5366         Log: Integrate change #12703 from maintperl;
5367              
5368              typemap stuff intervenes before declaration, move it to PREINIT
5369              section
5370              
5371              (an empty integrate, but now the files are in sync
5372              between the branches)
5373      Branch: perl
5374           !> ext/ODBM_File/ODBM_File.xs
5375 ____________________________________________________________________________
5376 [ 12704] By: jhi                                   on 2001/10/27  15:21:17
5377         Log: More PerlIO symbols.
5378      Branch: perl
5379            ! makedef.pl
5380 ____________________________________________________________________________
5381 [ 12703] By: gsar                                  on 2001/10/27  15:12:54
5382         Log: typemap stuff intervenes before declaration, move it to PREINIT
5383              section
5384      Branch: maint-5.6/perl
5385            ! ext/ODBM_File/ODBM_File.xs
5386 ____________________________________________________________________________
5387 [ 12702] By: nick                                  on 2001/10/27  14:09:35
5388         Log: Integrate mainline
5389      Branch: perlio
5390           +> ext/threads/shared/t/av_simple.t
5391           +> ext/threads/shared/t/hv_refs.t
5392           +> ext/threads/shared/t/hv_simple.t lib/unicore/To/Fold.pl
5393           !> (integrate 109 files)
5394 ____________________________________________________________________________
5395 [ 12700] By: ams                                   on 2001/10/26  21:22:23
5396         Log: Subject: [PATCH] tweak divide
5397              From: Nicholas Clark <nick@ccl4.org>
5398              Date: Fri, 26 Oct 2001 22:52:17 +0100
5399              Message-Id: <20011026225217.B20275@plum.flirble.org>
5400      Branch: perl
5401            ! pp.c
5402 ____________________________________________________________________________
5403 [ 12699] By: pudge                                 on 2001/10/26  20:49:00
5404         Log: Integrate a buncha things from maintperl.
5405      Branch: maint-5.6/macperl
5406           !> (integrate 32 files)
5407 ____________________________________________________________________________
5408 [ 12698] By: jhi                                   on 2001/10/26  19:13:24
5409         Log: Subject: [PATCH] Re: DynaLoader problem on NCR SVR4 box
5410              From: Andy Dougherty <doughera@lafayette.edu>
5411              Date: Fri, 26 Oct 2001 14:36:29 -0400 (EDT)
5412              Message-ID: <Pine.SOL.4.10.10110261434280.23229-100000@maxwell.phys.lafayette.edu>
5413      Branch: perl
5414            ! hints/svr4.sh
5415 ____________________________________________________________________________
5416 [ 12697] By: jhi                                   on 2001/10/26  18:42:58
5417         Log: When you're root, many things become writable.
5418      Branch: perl
5419            ! lib/ExtUtils/Mkbootstrap.t lib/ExtUtils/Packlist.t
5420 ____________________________________________________________________________
5421 [ 12696] By: jhi                                   on 2001/10/26  15:52:58
5422         Log: Update Changes.
5423      Branch: perl
5424            ! Changes patchlevel.h
5425 ____________________________________________________________________________
5426 [ 12695] By: gsar                                  on 2001/10/26  15:34:31
5427         Log: Term/Cap.t attempts to access the floppy drive for no good reason
5428              on dosish systems
5429      Branch: perl
5430            ! lib/Term/Cap.t
5431 ____________________________________________________________________________
5432 [ 12694] By: gsar                                  on 2001/10/26  15:15:16
5433         Log: fix misleading comment on known inadequacy in B::Terse, and skip
5434              it correctly
5435      Branch: perl
5436            ! ext/B/t/terse.t
5437 ____________________________________________________________________________
5438 [ 12693] By: gsar                                  on 2001/10/26  14:53:56
5439         Log: fix spurious AutoSplit.t failure under windows
5440      Branch: perl
5441            ! lib/AutoSplit.t
5442 ____________________________________________________________________________
5443 [ 12692] By: gsar                                  on 2001/10/26  14:39:06
5444         Log: Time::HiRes::alarm() ain't gonna work either if ualarm() ain't
5445      Branch: perl
5446            ! ext/Time/HiRes/HiRes.t
5447 ____________________________________________________________________________
5448 [ 12691] By: jhi                                   on 2001/10/26  14:34:15
5449         Log: More logical to use %04"UVXf" than %"UVuf" since
5450              the Unicode standard prefers hex.
5451      Branch: perl
5452            ! lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl
5453            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
5454            ! lib/unicore/mktables utf8.c
5455 ____________________________________________________________________________
5456 [ 12690] By: gsar                                  on 2001/10/26  14:15:55
5457         Log: change#12065 seems to have broken Encode build on windows; fix
5458      Branch: perl
5459            ! ext/Encode/Encode.xs ext/Encode/Makefile.PL
5460 ____________________________________________________________________________
5461 [ 12689] By: jhi                                   on 2001/10/26  14:12:04
5462         Log: Unicode: add the case folding table.
5463      Branch: perl
5464            + lib/unicore/To/Fold.pl
5465            ! MANIFEST lib/unicore/mktables
5466 ____________________________________________________________________________
5467 [ 12688] By: sky                                   on 2001/10/26  13:51:29
5468         Log: Get the new functions right, do not export lock since we use builtin lock.
5469              TODO: fix xsubpp to support the new prototypes
5470      Branch: perl
5471            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5472 ____________________________________________________________________________
5473 [ 12687] By: jhi                                   on 2001/10/26  13:43:03
5474         Log: USE_ENVIRON_ARRAY instead of !MACOS_TRADITIONAL,
5475              as suggested by Sarathy.
5476      Branch: perl
5477            ! mg.c
5478 ____________________________________________________________________________
5479 [ 12686] By: gsar                                  on 2001/10/26  13:39:52
5480         Log: avoid compiler warning
5481      Branch: perl
5482            ! win32/win32.c
5483 ____________________________________________________________________________
5484 [ 12685] By: jhi                                   on 2001/10/26  13:39:12
5485         Log: WinCE update from Rainer Keuchel.
5486      Branch: perl
5487            ! perl.h wince/Makefile.ce wince/config.ce wince/perldll.def
5488            ! wince/wince.c
5489 ____________________________________________________________________________
5490 [ 12684] By: sky                                   on 2001/10/26  13:34:33
5491         Log: And then finally cond_wait cond_signal and cond_broadcast are now implmented.
5492      Branch: perl
5493            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5494 ____________________________________________________________________________
5495 [ 12683] By: gbarr                                 on 2001/10/26  13:32:47
5496         Log: More fixes that were made to the core and not in the libnet src
5497      Branch: perl
5498            ! lib/Net/Domain.pm
5499 ____________________________________________________________________________
5500 [ 12682] By: jhi                                   on 2001/10/26  13:31:10
5501         Log: Subject: Re: DB_File-1.79 on Cygwin 1.3.3
5502              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>    
5503              Date: Fri, 26 Oct 2001 13:55:21 +0200
5504              Message-Id: <20011026135017.F575.H.M.BRAND@hccnet.nl>
5505              
5506              (plus make the db-recno.t#59 accept both \n and \r\n)
5507      Branch: perl
5508            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
5509            ! ext/DB_File/t/db-recno.t
5510 ____________________________________________________________________________
5511 [ 12681] By: gbarr                                 on 2001/10/26  13:22:38
5512         Log: Fix tests to be able to run in the core and the CPAN dist
5513      Branch: perl
5514            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
5515            ! lib/Net/t/require.t lib/Net/t/smtp.t
5516 ____________________________________________________________________________
5517 [ 12680] By: jhi                                   on 2001/10/26  13:16:03
5518         Log: Subject: Re: perl@12605 on VMS, [minor PATCH enclosed]
5519              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5520              Message-Id: <011026081912.dc29b@DUPHY4.Physics.Drexel.Edu>
5521              Date: Fri, 26 Oct 2001 08:34:46 EDT
5522      Branch: perl
5523            ! ext/Time/HiRes/HiRes.t
5524 ____________________________________________________________________________
5525 [ 12679] By: gbarr                                 on 2001/10/26  13:11:00
5526         Log: Sync libnet modules with what will be libnet-1.08
5527      Branch: perl
5528            ! lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.pm
5529            ! lib/Net/Domain.pm lib/Net/FTP.pm lib/Net/FTP/I.pm
5530            ! lib/Net/Netrc.pm lib/Net/SMTP.pm lib/Net/t/ftp.t
5531            ! lib/Net/t/hostname.t lib/Net/t/nntp.t lib/Net/t/smtp.t
5532 ____________________________________________________________________________
5533 [ 12678] By: jhi                                   on 2001/10/26  13:03:01
5534         Log: Integrate maintperl changes #12268 and #12669;
5535              
5536              final touches to the audit for statics and thread-unsafe code
5537              * make DB_File, ODBM_File thread-safe 
5538              * remove unnecessary/dangerous statics and protect others
5539              from not getting accidentally enabled under threaded perls
5540              
5541              windows support functions get_childdir() et al aren't exported
5542              correctly under vanilla build
5543              
5544              Testing under win32 appreciated since changes there had
5545              to be manually merged and I cannot test how badly did I do.
5546      Branch: perl
5547           !> ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
5548           !> ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
5549           !> gv.c iperlsys.h makedef.pl mg.c op.c scope.c toke.c util.c
5550           !> win32/vmem.h win32/win32.c win32/win32iop.h
5551 ____________________________________________________________________________
5552 [ 12677] By: sky                                   on 2001/10/26  12:37:17
5553         Log: More Config::threads to threads::threads changes
5554      Branch: perl
5555            ! ext/threads/shared/shared.pm ext/threads/t/basic.t
5556 ____________________________________________________________________________
5557 [ 12676] By: sky                                   on 2001/10/26  12:31:46
5558         Log: Make new() work exactly like create(). Move from Config::threads to threads::threads
5559      Branch: perl
5560            ! ext/threads/threads.pm ext/threads/threads.xs
5561 ____________________________________________________________________________
5562 [ 12675] By: sky                                   on 2001/10/26  12:06:30
5563         Log: Allocing a TLS in runtime is not too hot.
5564      Branch: perl
5565            ! ext/threads/threads.xs
5566 ____________________________________________________________________________
5567 [ 12674] By: sky                                   on 2001/10/26  11:59:09
5568         Log: Don't display debug data.
5569      Branch: perl
5570            ! ext/threads/threads.pm
5571 ____________________________________________________________________________
5572 [ 12673] By: sky                                   on 2001/10/26  11:35:47
5573         Log: Extend support of change #12672 to support arrays and hashes. Shared reference support is
5574              complete bar support for blessed objects.
5575              TODO: tests for shared arrays and more hv reference tests. Also a complex test testing all types intermixed.
5576      Branch: perl
5577            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
5578 ____________________________________________________________________________
5579 [ 12672] By: sky                                   on 2001/10/26  11:15:28
5580         Log: Fix case where shared reference does not exist in current thread.
5581      Branch: perl
5582            ! ext/threads/shared/shared.xs ext/threads/shared/t/hv_refs.t
5583 ____________________________________________________________________________
5584 [ 12671] By: sky                                   on 2001/10/26  08:48:52
5585         Log: Support for references in shared arrays.
5586      Branch: perl
5587            ! ext/threads/shared/shared.xs
5588 ____________________________________________________________________________
5589 [ 12670] By: sky                                   on 2001/10/26  08:30:11
5590         Log: Add tests for references in hashes.
5591      Branch: perl
5592            + ext/threads/shared/t/hv_refs.t
5593            ! MANIFEST
5594 ____________________________________________________________________________
5595 [ 12669] By: gsar                                  on 2001/10/26  06:07:10
5596         Log: windows support functions get_childdir() et al aren't exported
5597              correctly under vanilla build
5598      Branch: maint-5.6/perl
5599            ! iperlsys.h makedef.pl mg.c win32/win32.c win32/win32iop.h
5600 ____________________________________________________________________________
5601 [ 12668] By: gsar                                  on 2001/10/26  03:52:12
5602         Log: final touches to the audit for statics and thread-unsafe code
5603              * make DB_File, ODBM_File thread-safe 
5604              * remove unnecessary/dangerous statics and protect others
5605              from not getting accidentally enabled under threaded perls
5606      Branch: maint-5.6/perl
5607            ! ext/B/B.xs ext/DB_File/DB_File.xs ext/File/Glob/Glob.xs
5608            ! ext/ODBM_File/ODBM_File.xs ext/Opcode/Opcode.xs ext/re/re.xs
5609            ! gv.c mg.c op.c scope.c toke.c util.c win32/vmem.h
5610            ! win32/win32.c
5611 ____________________________________________________________________________
5612 [ 12667] By: ams                                   on 2001/10/26  03:48:36
5613         Log: Subject: [PATCH] Fix sharedsv.c compile-time warnings.
5614              From: "Richard Soderberg" <rs@crystalflame.net>
5615              Date: Thu, 25 Oct 2001 23:42:50 -0400
5616              Message-Id: <NAEKLNAAHLMBPMPNBMLEKEJCEAAA.rs@crystalflame.net>
5617      Branch: perl
5618            ! sharedsv.c
5619 ____________________________________________________________________________
5620 [ 12666] By: jhi                                   on 2001/10/26  02:07:17
5621         Log: Integrate change #12664 from maintperl;
5622              
5623              the newest GCCs don't seem to like C<"string1"##STRING2>
5624              so keep it as C<"string1" STRING2> (latter appears to
5625              work everywhere)
5626      Branch: perl
5627           !> ext/DynaLoader/dlutils.c
5628 ____________________________________________________________________________
5629 [ 12665] By: jhi                                   on 2001/10/26  02:04:29
5630         Log: Subject: [PATCH] perl.h for Mac OS (Classic)
5631              From: Chris Nandor <pudge@pobox.com>
5632              Date: Thu, 25 Oct 2001 22:15:03 -0400
5633              Message-Id: <p0510030db7fe771a5a34@[10.0.1.177]>
5634      Branch: perl
5635            ! perl.h
5636 ____________________________________________________________________________
5637 [ 12664] By: gsar                                  on 2001/10/26  00:22:35
5638         Log: the newest GCCs don't seem to like C<"string1"##STRING2> so keep it as
5639              C<"string1" STRING2> (latter appears to work everywhere)
5640      Branch: maint-5.6/perl
5641            ! ext/DynaLoader/dlutils.c
5642 ____________________________________________________________________________
5643 [ 12663] By: jhi                                   on 2001/10/25  22:59:44
5644         Log: AUTHORS update.
5645      Branch: perl
5646            ! AUTHORS
5647 ____________________________________________________________________________
5648 [ 12662] By: jhi                                   on 2001/10/25  22:50:41
5649         Log: Integrate change #12660 from maintperl;
5650              
5651              make the dMY_CXT stuff available under all of
5652              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
5653      Branch: perl
5654           !> perl.h
5655 ____________________________________________________________________________
5656 [ 12661] By: jhi                                   on 2001/10/25  22:47:28
5657         Log: Subject: [PATCH] DB_File-1.79
5658              From: "Paul Marquess" <paul.marquess@openwave.com>
5659              Date: Fri, 26 Oct 2001 00:03:54 +0100
5660              Message-ID: <AIEAJICLCBDNAAOLLOKLAEELDDAA.paul.marquess@openwave.com>
5661      Branch: perl
5662            ! ext/DB_File/Changes ext/DB_File/DB_File.xs
5663            ! ext/DB_File/t/db-recno.t ext/DB_File/version.c
5664 ____________________________________________________________________________
5665 [ 12660] By: gsar                                  on 2001/10/25  22:44:44
5666         Log: make the dMY_CXT stuff available under all of
5667              MULTIPLICITY/PERL_OBJECT/USE_ITHREADS
5668      Branch: maint-5.6/perl
5669            ! perl.h
5670 ____________________________________________________________________________
5671 [ 12659] By: jhi                                   on 2001/10/25  21:27:23
5672         Log: Subject: [PATCH t/run/killperl.t] Re: [ID 20011025.054] Segmentation fault when using the function read not correctly
5673              From: Michael G Schwern <schwern@pobox.com>
5674              Date: Thu, 25 Oct 2001 18:28:12 -0400
5675              Message-ID: <20011025182812.M4811@blackrider>
5676      Branch: perl
5677            ! t/run/kill_perl.t
5678 ____________________________________________________________________________
5679 [ 12658] By: jhi                                   on 2001/10/25  20:54:58
5680         Log: STRLEN != int.
5681      Branch: perl
5682            ! regcomp.c regexec.c
5683 ____________________________________________________________________________
5684 [ 12657] By: jhi                                   on 2001/10/25  20:51:44
5685         Log: Subject: [PATCH] remove small IVop redundancy
5686              From: Nicholas Clark <nick@ccl4.org>
5687              Date: Thu, 25 Oct 2001 22:48:28 +0100
5688              Message-ID: <20011025224827.M66471@plum.flirble.org>
5689      Branch: perl
5690            ! pp.c pp_hot.c
5691 ____________________________________________________________________________
5692 [ 12656] By: jhi                                   on 2001/10/25  18:45:52
5693         Log: Metaconfig unit change for #12655.
5694      Branch: metaconfig/U/perl
5695            ! Extensions.U
5696 ____________________________________________________________________________
5697 [ 12655] By: jhi                                   on 2001/10/25  18:45:18
5698         Log: Subject: Re: Not OK @12650
5699              From: Andy Dougherty <doughera@lafayette.edu>
5700              Date: Thu, 25 Oct 2001 15:34:02 -0400 (EDT)
5701              Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
5702      Branch: perl
5703            ! Configure
5704 ____________________________________________________________________________
5705 [ 12654] By: jhi                                   on 2001/10/25  18:07:58
5706         Log: Integrate changes #12652 and #12653 from maintperl;
5707              
5708              more tweaks to change#12626
5709              * move the boilerplate code over to perl.h and make DynaLoader
5710              use it
5711              * make re, Opcode, File::Glob and B threadsafe
5712              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
5713              C<no re;> anywhere)
5714              
5715              include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
5716              
5717              File::Glob required a bit more work in bleadperl
5718              because of ExtUtils::Constant (see the Makefile.PL change)
5719      Branch: perl
5720            ! ext/File/Glob/Glob.pm ext/File/Glob/Makefile.PL
5721           !> ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5722           !> ext/Opcode/Opcode.xs ext/re/re.xs perl.h
5723 ____________________________________________________________________________
5724 [ 12653] By: gsar                                  on 2001/10/25  17:23:52
5725         Log: include XS_VERSION in MY_CXT_KEY (tweak for change#12652)
5726      Branch: maint-5.6/perl
5727            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5728            ! ext/Opcode/Opcode.xs ext/re/re.xs
5729 ____________________________________________________________________________
5730 [ 12652] By: gsar                                  on 2001/10/25  16:46:44
5731         Log: more tweaks to change#12626
5732              * move the boilerplate code over to perl.h and make DynaLoader
5733              use it
5734              * make re, Opcode, File::Glob and B threadsafe
5735              * re.xs needed s/deinstall/uninstall/ (guess nobody uses
5736              C<no re;> anywhere)
5737      Branch: maint-5.6/perl
5738            ! ext/B/B.xs ext/DynaLoader/dlutils.c ext/File/Glob/Glob.xs
5739            ! ext/Opcode/Opcode.xs ext/re/re.xs perl.h
5740 ____________________________________________________________________________
5741 [ 12651] By: jhi                                   on 2001/10/25  16:35:51
5742         Log: Metaconfig unit change for #12650.
5743      Branch: metaconfig/U/perl
5744            ! Extensions.U
5745 ____________________________________________________________________________
5746 [ 12650] By: jhi                                   on 2001/10/25  16:35:34
5747         Log: Subject: Re: ithreads doesn't like usedl=n
5748              From: Andy Dougherty <doughera@lafayette.edu>
5749              Date: Thu, 25 Oct 2001 13:16:00 -0400 (EDT)
5750              Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
5751              
5752              Special-case threads::shared.
5753      Branch: perl
5754            ! Configure
5755 ____________________________________________________________________________
5756 [ 12649] By: jhi                                   on 2001/10/25  16:21:35
5757         Log: Getting fancier...
5758      Branch: perl
5759            ! t/TEST
5760 ____________________________________________________________________________
5761 [ 12648] By: jhi                                   on 2001/10/25  14:26:20
5762         Log: csh - what a pain.
5763      Branch: perl
5764            ! t/TEST
5765 ____________________________________________________________________________
5766 [ 12647] By: jhi                                   on 2001/10/25  14:04:01
5767         Log: Update Changes.
5768      Branch: perl
5769            ! Changes patchlevel.h
5770 ____________________________________________________________________________
5771 [ 12646] By: jhi                                   on 2001/10/25  13:34:19
5772         Log: Allow resetting the locale system for the duration
5773              of the build (Mac OS X default setting LANG=En_US
5774              ist kaputt)
5775      Branch: perl
5776            ! Makefile.SH
5777 ____________________________________________________________________________
5778 [ 12645] By: jhi                                   on 2001/10/25  13:04:17
5779         Log: Update the MD5 checksum of MD5.xs (caused by #12642)
5780      Branch: perl
5781            ! ext/Digest/MD5/t/files.t
5782 ____________________________________________________________________________
5783 [ 12644] By: jhi                                   on 2001/10/25  12:56:33
5784         Log: Subject: [PATCH] Omit needless calls to pod2man (perl@12641)
5785              From: Andy Dougherty <doughera@lafayette.edu>
5786              Date: Thu, 25 Oct 2001 09:56:57 -0400 (EDT) 
5787              Message-ID: <Pine.SOL.4.10.10110250955390.18833-100000@maxwell.phys.lafayette.edu>
5788      Branch: perl
5789            ! ext/I18N/Langinfo/Makefile.PL ext/threads/Makefile.PL
5790            ! ext/threads/shared/Makefile.PL
5791 ____________________________________________________________________________
5792 [ 12643] By: sky                                   on 2001/10/25  12:28:26
5793         Log: Add support for reference members of hashes.
5794      Branch: perl
5795            ! ext/threads/shared/shared.xs
5796 ____________________________________________________________________________
5797 [ 12642] By: ams                                   on 2001/10/25  12:21:13
5798         Log: Subject: [PATCH] ext/Digest/MD5/MD5.xs RFC typo
5799              From: "Norton Allen" <nort@qnx.com>
5800              Date: Thu, 25 Oct 2001 08:53:56 -0400 (edt)
5801              Message-Id: <200110251253.IAA180600866@rosamund.arp.harvard.edu>
5802      Branch: perl
5803            ! ext/Digest/MD5/MD5.xs
5804 ____________________________________________________________________________
5805 [ 12641] By: sky                                   on 2001/10/25  10:27:39
5806         Log: Tests shared hashes.
5807      Branch: perl
5808            + ext/threads/shared/t/hv_simple.t
5809            ! MANIFEST
5810 ____________________________________________________________________________
5811 [ 12640] By: sky                                   on 2001/10/25  10:18:23
5812         Log: Fix threadcounts for arrays and hashes.
5813      Branch: perl
5814            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5815 ____________________________________________________________________________
5816 [ 12639] By: sky                                   on 2001/10/25  10:17:26
5817         Log: Note to self, doing *src_ary++ in a macro that evaluates
5818              the value more than once is a good way to dump core.
5819      Branch: perl
5820            ! sharedsv.c
5821 ____________________________________________________________________________
5822 [ 12638] By: jhi                                   on 2001/10/25  05:18:06
5823         Log: Integrate change #12636 from maintperl; more dl fixups.
5824      Branch: perl
5825           !> ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5826           !> ext/DynaLoader/dl_vms.xs
5827 ____________________________________________________________________________
5828 [ 12637] By: jhi                                   on 2001/10/25  05:14:17
5829         Log: Like dl_hpux, like dl_dld.
5830      Branch: perl
5831            ! ext/DynaLoader/dl_dld.xs
5832 ____________________________________________________________________________
5833 [ 12636] By: gsar                                  on 2001/10/25  02:34:06
5834         Log: followups to change#12635
5835      Branch: maint-5.6/perl
5836            ! ext/DynaLoader/dl_mac.xs ext/DynaLoader/dl_next.xs
5837            ! ext/DynaLoader/dl_vms.xs
5838 ____________________________________________________________________________
5839 [ 12635] By: gsar                                  on 2001/10/25  02:22:03
5840         Log: add part of change#12634 to the two files that need it; dl_aix.xs
5841              in maint-5.6 doesn't have the branch that had the problem in
5842              mainline
5843      Branch: maint-5.6/perl
5844            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_hpux.xs
5845 ____________________________________________________________________________
5846 [ 12634] By: jhi                                   on 2001/10/25  01:53:03
5847         Log: Fixes for #12627.
5848      Branch: perl
5849            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_hpux.xs
5850 ____________________________________________________________________________
5851 [ 12633] By: jhi                                   on 2001/10/25  01:52:33
5852         Log: Since pv_uni_display and sv_uni_display are now used
5853              in the re extension, their symbols have to be exported.
5854      Branch: perl
5855            ! embed.pl global.sym
5856 ____________________________________________________________________________
5857 [ 12632] By: jhi                                   on 2001/10/25  01:00:06
5858         Log: Subject:  Re: [PATCH Perl@12567] debug /list
5859              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
5860              Date: Tue, 23 Oct 2001 21:40:33 EDT
5861              Message-Id: <011023214011.184825@DUPHY4.Physics.Drexel.Edu>
5862      Branch: perl
5863            ! configure.com
5864 ____________________________________________________________________________
5865 [ 12631] By: jhi                                   on 2001/10/25  00:25:55
5866         Log: This takes care of some of the re 'debug' cases but
5867              not all cases since the information whether the pattern
5868              or the target are utf8 seems to be either lost or not
5869              spread widely enough, sigh.
5870      Branch: perl
5871            ! regcomp.c
5872 ____________________________________________________________________________
5873 [ 12630] By: jhi                                   on 2001/10/25  00:03:07
5874         Log: Subject: [PATCH] - was RE: [PATCH perl@12443] VMS64-bitconfigure
5875              From: John Peacock <jpeacock@rowman.com>
5876              Date: Wed, 24 Oct 2001 16:53:29 -0400
5877              Message-ID: <3BD72A49.1508D152@rowman.com>
5878      Branch: perl
5879            ! configure.com
5880 ____________________________________________________________________________
5881 [ 12629] By: jhi                                   on 2001/10/24  23:16:21
5882         Log: Upgrade NetWare and WinCE as in #12626.
5883      Branch: perl
5884            ! NetWare/dl_netware.xs wince/dl_win32.xs
5885 ____________________________________________________________________________
5886 [ 12628] By: jhi                                   on 2001/10/24  23:07:00
5887         Log: Tru64 compiler nit.
5888      Branch: perl
5889            ! ext/threads/shared/shared.xs
5890 ____________________________________________________________________________
5891 [ 12627] By: jhi                                   on 2001/10/24  22:02:23
5892         Log: Integrate change #12626 from maintperl;
5893              make DynaLoader threadsafe by moving all statics into
5894              interpreter-local space
5895              
5896              TODO: Netware, OS/2, WinCE
5897      Branch: perl
5898           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5899           !> ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5900           !> ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5901           !> ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5902           !> ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5903           !> ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5904           !> ext/DynaLoader/dlutils.c win32/dl_win32.xs
5905 ____________________________________________________________________________
5906 [ 12626] By: gsar                                  on 2001/10/24  21:43:10
5907         Log: make DynaLoader threadsafe by moving all statics into interpreter-local
5908              space
5909      Branch: maint-5.6/perl
5910            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_beos.xs
5911            ! ext/DynaLoader/dl_dld.xs ext/DynaLoader/dl_dllload.xs
5912            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dl_dyld.xs
5913            ! ext/DynaLoader/dl_hpux.xs ext/DynaLoader/dl_mac.xs
5914            ! ext/DynaLoader/dl_mpeix.xs ext/DynaLoader/dl_next.xs
5915            ! ext/DynaLoader/dl_vmesa.xs ext/DynaLoader/dl_vms.xs
5916            ! ext/DynaLoader/dlutils.c win32/dl_win32.xs
5917 ____________________________________________________________________________
5918 [ 12625] By: sky                                   on 2001/10/24  20:05:26
5919         Log: Change #12623 inflicted an infinite hang. Fixed.
5920      Branch: perl
5921            ! ext/threads/shared/shared.xs
5922 ____________________________________________________________________________
5923 [ 12624] By: sky                                   on 2001/10/24  19:06:55
5924         Log: Adds support for hashes. Neither hashes nor arrays can contain references yet.
5925      Branch: perl
5926            ! ext/threads/shared/shared.pm ext/threads/shared/shared.xs
5927 ____________________________________________________________________________
5928 [ 12623] By: sky                                   on 2001/10/24  18:06:34
5929         Log: We need to do sharedsv_find in the original perl context.
5930      Branch: perl
5931            ! ext/threads/shared/shared.xs
5932 ____________________________________________________________________________
5933 [ 12622] By: sky                                   on 2001/10/24  17:26:51
5934         Log: Add support for basic support for AVs, references not supported yet.
5935              Add test for AVs.
5936              Add more tests to sv_refs
5937              Fix documentation issues.  
5938      Branch: perl
5939            + ext/threads/shared/t/av_simple.t
5940            ! MANIFEST ext/threads/shared/shared.pm
5941            ! ext/threads/shared/shared.xs ext/threads/shared/t/sv_refs.t
5942 ____________________________________________________________________________
5943 [ 12621] By: jhi                                   on 2001/10/24  14:08:39
5944         Log: Dump Unicode better for re 'debug'.  The regprop()
5945              is unfinished since have to figure out how to detect
5946              Unicodeness in there.
5947      Branch: perl
5948            ! regcomp.c regexec.c
5949 ____________________________________________________________________________
5950 [ 12620] By: sky                                   on 2001/10/24  13:18:07
5951         Log: Add support for finding shared arrays and hashes.
5952      Branch: perl
5953            ! sharedsv.c
5954 ____________________________________________________________________________
5955 [ 12619] By: jhi                                   on 2001/10/24  13:06:24
5956         Log: Rewrite sv_uni_display() as pv_uni_display() as
5957              reimplement sv_uni_display() using that.
5958      Branch: perl
5959            ! dump.c embed.h embed.pl proto.h
5960 ____________________________________________________________________________
5961 [ 12618] By: jhi                                   on 2001/10/24  12:14:03
5962         Log: Integrate change #12615 from maintperl;
5963              on Windows, IO::File::new_tmpfile() fails after being called
5964              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5965              process-wide limit
5966      Branch: perl
5967           !> win32/win32.c
5968 ____________________________________________________________________________
5969 [ 12617] By: jhi                                   on 2001/10/24  12:10:37
5970         Log: Don't try to print ints as IVs.
5971      Branch: perl
5972            ! ext/Time/HiRes/HiRes.xs
5973 ____________________________________________________________________________
5974 [ 12616] By: sky                                   on 2001/10/24  11:06:35
5975         Log: We only need to fetch the SV from the backend if the index
5976              is not the same as mg_private.     In theory this could be
5977              a problem if there are an exact multiple of U16 changes
5978              of a shared variable between two access in a given thread,
5979              we choose to avoid theory for now.
5980      Branch: perl
5981            ! ext/threads/shared/shared.xs sharedsv.c sharedsv.h
5982 ____________________________________________________________________________
5983 [ 12615] By: gsar                                  on 2001/10/24  04:09:43
5984         Log: on Windows, IO::File::new_tmpfile() fails after being called
5985              32767 times because MSVCRT thinks stdio's TMP_MAX is a
5986              process-wide limit
5987      Branch: maint-5.6/perl
5988            ! win32/win32.c
5989 ____________________________________________________________________________
5990 [ 12614] By: jhi                                   on 2001/10/23  22:19:34
5991         Log: Negation and Unicode: sort of solves 20010303.010,
5992              except not quite like reported in the Subject
5993              (Perl_warner is still utf8-ignorant).
5994      Branch: perl
5995            ! pp.c t/lib/warnings/sv
5996 ____________________________________________________________________________
5997 [ 12613] By: jhi                                   on 2001/10/23  21:53:13
5998         Log: Make the "isn't numeric" warning to show Unicode as Unicode.
5999      Branch: perl
6000            ! sv.c t/lib/warnings/sv
6001 ____________________________________________________________________________
6002 [ 12612] By: jhi                                   on 2001/10/23  21:52:45
6003         Log: sv_uni_display(): do not add the "...", let the caller
6004              do it if wanted, and be prepared for more display options.
6005      Branch: perl
6006            ! dump.c embed.h embed.pl proto.h
6007 ____________________________________________________________________________
6008 [ 12611] By: nick                                  on 2001/10/23  20:28:07
6009         Log: Integrate mainline
6010      Branch: perlio
6011           !> Changes configure.com cygwin/cygwin.c
6012           !> ext/DynaLoader/DynaLoader_pm.PL ext/File/Glob/t/basic.t
6013           !> ext/Time/HiRes/HiRes.t ext/Time/HiRes/HiRes.xs lib/AutoSplit.t
6014           !> lib/File/Spec.t lib/File/Spec/Mac.pm lib/File/Spec/Win32.pm
6015           !> lib/Net/Domain.pm patchlevel.h perl.c perlio.c
6016           !> pod/perlunicode.pod pp.c t/TEST t/op/lc.t t/op/taint.t
6017           !> utils/h2xs.PL utils/perldoc.PL
6018 ____________________________________________________________________________
6019 [ 12610] By: sky                                   on 2001/10/23  19:39:24
6020         Log: Change #12607 introduced a bug, seems like some MAGICAL svs don't call themselves
6021              READONLY but still dies with modification attempt. We only call bless for ext and
6022              umagic.
6023      Branch: perl
6024            ! sv.c
6025 ____________________________________________________________________________
6026 [ 12609] By: jhi                                   on 2001/10/23  19:35:02
6027         Log: Croak() on negative time; doc tweaks.
6028      Branch: perl
6029            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6030            ! ext/Time/HiRes/HiRes.xs
6031 ____________________________________________________________________________
6032 [ 12608] By: jhi                                   on 2001/10/23  18:38:03
6033         Log: FAQ sync.
6034      Branch: perl
6035            ! pod/perlfaq4.pod pod/perlfaq7.pod
6036 ____________________________________________________________________________
6037 [ 12607] By: sky                                   on 2001/10/23  18:27:27
6038         Log: Call setmagic on the referant we blessing!
6039      Branch: perl
6040            ! sv.c
6041 ____________________________________________________________________________
6042 [ 12606] By: jhi                                   on 2001/10/23  16:30:00
6043         Log: Small test nits.
6044      Branch: perl
6045            ! t/op/lc.t
6046 ____________________________________________________________________________
6047 [ 12605] By: jhi                                   on 2001/10/23  13:08:32
6048         Log: Update Changes.
6049      Branch: perl
6050            ! Changes patchlevel.h
6051 ____________________________________________________________________________
6052 [ 12604] By: jhi                                   on 2001/10/23  13:03:21
6053         Log: Make the PerlIO_init() prototypes consistent.
6054      Branch: perl
6055            ! perlio.c
6056 ____________________________________________________________________________
6057 [ 12603] By: jhi                                   on 2001/10/23  12:54:52
6058         Log: Upping the test count is a good idea.
6059      Branch: perl
6060            ! t/op/lc.t
6061 ____________________________________________________________________________
6062 [ 12602] By: jhi                                   on 2001/10/23  12:52:10
6063         Log: Document the final sigma spot.
6064      Branch: perl
6065            ! pp.c
6066 ____________________________________________________________________________
6067 [ 12601] By: jhi                                   on 2001/10/23  12:26:12
6068         Log: Fix multicharacter titlecase (ucfirst).
6069      Branch: perl
6070            ! pod/perlunicode.pod pp.c t/op/lc.t
6071 ____________________________________________________________________________
6072 [ 12600] By: jhi                                   on 2001/10/23  11:47:19
6073         Log: Subject: [PATCH 5.6.1 perldoc] one more touch on File::Temp
6074              From: Mikhail Zabaluev <mhz@alt-linux.org>
6075              Date: Tue, 23 Oct 2001 10:40:37 +0400
6076              Message-ID: <20011023104037.A12761@localhost.localdomain>
6077              
6078              (#12406 replaced with this)
6079      Branch: perl
6080            ! utils/perldoc.PL
6081 ____________________________________________________________________________
6082 [ 12599] By: jhi                                   on 2001/10/23  00:26:17
6083         Log: MacOS Classic updates from Pudge.
6084      Branch: perl
6085            ! lib/File/Spec.t lib/File/Spec/Mac.pm
6086 ____________________________________________________________________________
6087 [ 12598] By: jhi                                   on 2001/10/22  22:32:59
6088         Log: Subject: [PATCH bleadperl] AutoSplit.t now passes (partialy) on Win32
6089              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
6090              Date: Sun, 14 Oct 2001 23:14:46 +0200
6091              Message-ID: <265984377.20011014231446@tesla.rcub.bg.ac.yu>
6092              
6093              except for the 2->4 changes.
6094      Branch: perl
6095            ! lib/AutoSplit.t
6096 ____________________________________________________________________________
6097 [ 12597] By: gsar                                  on 2001/10/22  22:02:50
6098         Log: integrate macperl contents into maint-5.6
6099      Branch: maint-5.6/perl
6100            ! mg.c
6101           !> AUTHORS README.macos ext/DynaLoader/DynaLoader_pm.PL
6102           !> ext/DynaLoader/dl_mac.xs lib/File/Find.pm lib/File/Spec.pm
6103           !> lib/File/Spec/Epoc.pm lib/File/Spec/Functions.pm
6104           !> lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
6105           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm lib/File/Temp.pm
6106           !> perl.c perl.h pod/perlport.pod t/lib/filefind-taint.t
6107           !> t/lib/filefind.t t/lib/filespec.t
6108 ____________________________________________________________________________
6109 [ 12596] By: jhi                                   on 2001/10/22  21:43:44
6110         Log: At some point the #6234 has been lost from the mainline
6111              (noticed by Pudge; what's a Mac guy doing reading Win modules? :-)
6112      Branch: perl
6113            ! lib/File/Spec/Win32.pm
6114 ____________________________________________________________________________
6115 [ 12595] By: jhi                                   on 2001/10/22  21:31:31
6116         Log: Cygwin seems to round up (or closest, but not down)
6117              for time(), so half of the time (bad pun intended)
6118              Time::HiRes::time() is less than time(), half of
6119              the time it's more.  So let's try harder in the loop.
6120      Branch: perl
6121            ! ext/Time/HiRes/HiRes.t
6122 ____________________________________________________________________________
6123 [ 12594] By: jhi                                   on 2001/10/22  21:23:15
6124         Log: MacOS Classic timeofday(), from Chris Nandor. 
6125      Branch: perl
6126            ! ext/Time/HiRes/HiRes.xs
6127 ____________________________________________________________________________
6128 [ 12593] By: jhi                                   on 2001/10/22  21:17:39
6129         Log: Integrate changes #12580 and #12581 from macperl;
6130              
6131              Fix path construction.
6132              
6133              (Copyright) Nit.
6134      Branch: perl
6135           !> ext/DynaLoader/DynaLoader_pm.PL perl.c
6136 ____________________________________________________________________________
6137 [ 12592] By: jhi                                   on 2001/10/22  21:00:18
6138         Log: No domainname(1) in Cygwin, either, and the 2>/dev/null
6139              doesn't seem to help (the error being output to console, maybe?)
6140      Branch: perl
6141            ! lib/Net/Domain.pm
6142 ____________________________________________________________________________
6143 [ 12591] By: jhi                                   on 2001/10/22  20:55:08
6144         Log: Taint the getcwd() result also in Cygwin.
6145              (TODO: which other platforms need the same thing?)
6146      Branch: perl
6147            ! cygwin/cygwin.c
6148 ____________________________________________________________________________
6149 [ 12590] By: jhi                                   on 2001/10/22  20:27:47
6150         Log: Pretty hard for eval { setpwent(); getpwent(); 1 } to return false.
6151      Branch: perl
6152            ! t/op/taint.t
6153 ____________________________________________________________________________
6154 [ 12589] By: jhi                                   on 2001/10/22  20:10:40
6155         Log: getpwuid() fragility continues.
6156      Branch: perl
6157            ! utils/h2xs.PL
6158 ____________________________________________________________________________
6159 [ 12588] By: jhi                                   on 2001/10/22  19:58:34
6160         Log: getpwuid() might succeed but that's no guarantee
6161              that the $home will be defined.
6162      Branch: perl
6163            ! ext/File/Glob/t/basic.t
6164 ____________________________________________________________________________
6165 [ 12587] By: jhi                                   on 2001/10/22  19:50:35
6166         Log: It's safer to to expand the variable, too... (see #12571)
6167      Branch: perl
6168            ! t/TEST
6169 ____________________________________________________________________________
6170 [ 12586] By: pudge                                 on 2001/10/22  19:42:04
6171         Log: Integrate with maintperl.
6172      Branch: maint-5.6/macperl
6173           !> win32/bin/pl2bat.pl win32/win32.c
6174 ____________________________________________________________________________
6175 [ 12585] By: pudge                                 on 2001/10/22  19:32:02
6176         Log: Oops, forgot to include Win32 ... just as well, since it
6177              seems in bleadperl, change #7764 was not included
6178              (adding C:\temp).  Re-added.  Rip it back out if it
6179              doesn't belong.  :-)
6180      Branch: maint-5.6/macperl
6181            ! lib/File/Spec/Win32.pm
6182 ____________________________________________________________________________
6183 [ 12584] By: jhi                                   on 2001/10/22  19:26:47
6184         Log: Subject: [PATCH perl@12567] configure.com: no threads/shared without ithreads
6185              From: "Craig A. Berry" <craigberry@mac.com>
6186              Date: Mon, 22 Oct 2001 15:25:19 -0500
6187              Message-Id: <5.1.0.14.2.20011022151232.032544e8@exchi01>
6188      Branch: perl
6189            ! configure.com
6190 ____________________________________________________________________________
6191 [ 12583] By: pudge                                 on 2001/10/22  19:26:00
6192         Log: Add in lots of File::Spec changes, from Thomas Wegner,
6193              and sync with changes from bleadperl.
6194      Branch: maint-5.6/macperl
6195            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm
6196            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
6197            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
6198            ! lib/File/Spec/Win32.pm t/lib/filespec.t
6199 ____________________________________________________________________________
6200 [ 12582] By: pudge                                 on 2001/10/22  19:23:28
6201         Log: Sync with latest File::Find and tests from bleadperl.
6202      Branch: maint-5.6/macperl
6203            ! lib/File/Find.pm t/lib/filefind-taint.t t/lib/filefind.t
6204 ____________________________________________________________________________
6205 [ 12581] By: pudge                                 on 2001/10/22  19:22:12
6206         Log: Nit.
6207      Branch: maint-5.6/macperl
6208            ! perl.c
6209 ____________________________________________________________________________
6210 [ 12580] By: pudge                                 on 2001/10/22  19:21:37
6211         Log: Fix path construction.
6212      Branch: maint-5.6/macperl
6213            ! ext/DynaLoader/DynaLoader_pm.PL
6214 ____________________________________________________________________________
6215 [ 12579] By: nick                                  on 2001/10/22  19:08:35
6216         Log: Integrate mainline (for Arthurs thread.xs fix)
6217      Branch: perlio
6218           !> ext/threads/threads.xs lib/Net/Domain.pm t/TEST t/op/groups.t
6219 ____________________________________________________________________________
6220 [ 12578] By: pudge                                 on 2001/10/22  19:02:34
6221         Log: Fix up exported symbols, move relevant docs
6222              over from macperl.pod.
6223      Branch: maint-5.6/macperl
6224            ! macos/ext/MacPerl/MacPerl.pm
6225 ____________________________________________________________________________
6226 [ 12577] By: pudge                                 on 2001/10/22  19:01:38
6227         Log: Make ADDRESS called optionally as a method.
6228      Branch: maint-5.6/macperl
6229            ! macos/lib/Mac/Glue.pm
6230 ____________________________________________________________________________
6231 [ 12576] By: pudge                                 on 2001/10/22  18:58:22
6232         Log: Fix exit code (MacPerl bug #422129) and add Stop Script
6233              Apple event.
6234      Branch: maint-5.6/macperl
6235            ! macos/macish.c macos/macish.h macos/macperl/MPAppleEvents.c
6236            ! macos/macperl/MPConsole.cp macos/macperl/MPMain.c
6237            ! macos/macperl/MPTerminology.aete
6238 ____________________________________________________________________________
6239 [ 12575] By: pudge                                 on 2001/10/22  18:56:34
6240         Log: Clean up some build utilities. Change Entab to Duplicate;
6241              fix docs and error reporting; improve macify() of paths;
6242              remove requirement for Exporter.pm presence.
6243      Branch: maint-5.6/macperl
6244            ! macos/InstallBLIB macos/MacPerlTests.cmd
6245            ! macos/lib/ExtUtils/MM_MacOS.pm macos/lib/Mac/BuildTools.pm
6246 ____________________________________________________________________________
6247 [ 12574] By: pudge                                 on 2001/10/22  18:53:28
6248         Log: Sync Time::HiRes with bleadperl
6249      Branch: maint-5.6/macperl
6250            ! macos/bundled_ext/Time/HiRes/HiRes.pm
6251            ! macos/bundled_ext/Time/HiRes/HiRes.t
6252            ! macos/bundled_ext/Time/HiRes/HiRes.xs
6253 ____________________________________________________________________________
6254 [ 12573] By: pudge                                 on 2001/10/22  18:52:58
6255         Log: Fix up Changes
6256      Branch: maint-5.6/macperl
6257            ! macos/Changes
6258 ____________________________________________________________________________
6259 [ 12572] By: jhi                                   on 2001/10/22  18:49:32
6260         Log: A user might belong to only a single group
6261              (the group equal to the group id).
6262      Branch: perl
6263            ! t/op/groups.t
6264 ____________________________________________________________________________
6265 [ 12571] By: jhi                                   on 2001/10/22  18:36:46
6266         Log: Prepending (instead of replacing with) the pwd is safer. 
6267      Branch: perl
6268            ! t/TEST
6269 ____________________________________________________________________________
6270 [ 12570] By: jhi                                   on 2001/10/22  18:34:54
6271         Log: Be more robust if no hostname or domainname
6272              (especially the latter)
6273      Branch: perl
6274            ! lib/Net/Domain.pm
6275 ____________________________________________________________________________
6276 [ 12569] By: sky                                   on 2001/10/22  17:41:07
6277         Log: Flush IO buffers before starting a thread, this mimics fork and seems like a saneer behaviour.
6278      Branch: perl
6279            ! ext/threads/threads.xs
6280 ____________________________________________________________________________
6281 [ 12568] By: nick                                  on 2001/10/22  16:31:24
6282         Log: Integrate mainline
6283      Branch: perlio
6284           +> ext/threads/shared/Makefile.PL ext/threads/shared/README
6285           +> ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6286           +> ext/threads/shared/t/sv_refs.t
6287           +> ext/threads/shared/t/sv_simple.t pod/perlpodspec.pod
6288            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6289            - lib/unicore/To/SpecUpper.pl
6290           !> (integrate 42 files)
6291 ____________________________________________________________________________
6292 [ 12567] By: jhi                                   on 2001/10/22  12:56:20
6293         Log: Update Changes.
6294      Branch: perl
6295            ! Changes patchlevel.h
6296 ____________________________________________________________________________
6297 [ 12566] By: jhi                                   on 2001/10/22  12:22:29
6298         Log: Subject: [PATCH pod/perlvar.pod] Undeprecating $]
6299              From: Michael G Schwern <schwern@pobox.com>
6300              Date: Mon, 22 Oct 2001 03:48:38 -0400
6301              Message-ID: <20011022034838.B1676@blackrider>
6302      Branch: perl
6303            ! pod/perlvar.pod
6304 ____________________________________________________________________________
6305 [ 12565] By: jhi                                   on 2001/10/22  12:21:28
6306         Log: Pod nits, as suggested by Stas Bekman.
6307      Branch: perl
6308            ! ext/threads/shared/shared.pm ext/threads/threads.pm
6309 ____________________________________________________________________________
6310 [ 12564] By: jhi                                   on 2001/10/22  12:17:00
6311         Log: Subject: [PATCH @ ] Fix for FETCH/NEXTKEY problem in all *DB*_File modules
6312              From: "Paul Marquess" <paul.marquess@openwave.com> 
6313              Date: Sun, 21 Oct 2001 21:11:15 +0100
6314              Message-ID: <AIEAJICLCBDNAAOLLOKLAEOMDCAA.paul.marquess@openwave.com>
6315      Branch: perl
6316            ! ext/DB_File/DB_File.xs ext/DB_File/t/db-btree.t
6317            ! ext/DB_File/t/db-hash.t ext/GDBM_File/GDBM_File.xs
6318            ! ext/GDBM_File/gdbm.t ext/GDBM_File/typemap
6319            ! ext/NDBM_File/NDBM_File.xs ext/NDBM_File/ndbm.t
6320            ! ext/ODBM_File/ODBM_File.xs ext/ODBM_File/odbm.t
6321            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.xs
6322            ! ext/SDBM_File/sdbm.t
6323 ____________________________________________________________________________
6324 [ 12563] By: jhi                                   on 2001/10/22  12:15:19
6325         Log: Integrate change #12559 from maintperl;
6326              various fixes for system() and backticks under windows
6327      Branch: perl
6328           !> win32/win32.c
6329 ____________________________________________________________________________
6330 [ 12562] By: jhi                                   on 2001/10/22  12:05:35
6331         Log: Integrate change #12560 from maintperl;
6332              make pl2bat use %0 rather than "%0" (the latter fails to work
6333              in a lot of common cases)
6334      Branch: perl
6335           !> win32/bin/pl2bat.pl
6336 ____________________________________________________________________________
6337 [ 12561] By: jhi                                   on 2001/10/22  12:00:23
6338         Log: Integrate changes #12549 and #12550 from maintperl;
6339              
6340              readline() doesn't work with our variables; it confuses them with
6341              my variables (change#4227 was incomplete)
6342      Branch: perl
6343            ! t/lib/strict/vars
6344           !> t/base/rs.t toke.c
6345 ____________________________________________________________________________
6346 [ 12560] By: gsar                                  on 2001/10/22  09:51:59
6347         Log: make pl2bat use %0 rather than "%0" (the latter fails to work
6348              in a lot of common cases)
6349      Branch: maint-5.6/perl
6350            ! win32/bin/pl2bat.pl
6351 ____________________________________________________________________________
6352 [ 12559] By: gsar                                  on 2001/10/22  09:49:51
6353         Log: various fixes for system() and backticks under windows:
6354              
6355              * avoid munging whitespace that is passed within quotes
6356              * work around a cmd.exe misfeature that made multi-arg
6357              system() unreliable when there is more than one quoted
6358              argument
6359              * make multi-arg system() autoquote arguments as needed
6360              before passing them to the shell (this avoids having to
6361              second guess the shell quoting)
6362              * perl's -Dp switch can be used to trace the innards
6363      Branch: maint-5.6/perl
6364            ! win32/win32.c
6365 ____________________________________________________________________________
6366 [ 12558] By: nick                                  on 2001/10/22  08:58:42
6367         Log: Integrate ithreads buffer flush fix from perlio
6368      Branch: perl
6369           !> ext/threads/t/basic.t perl.c
6370 ____________________________________________________________________________
6371 [ 12557] By: nick                                  on 2001/10/22  08:35:09
6372         Log: All tests pass (legitimately) on ithreads
6373      Branch: perlio
6374            ! ext/threads/t/basic.t perl.c
6375 ____________________________________________________________________________
6376 [ 12556] By: nick                                  on 2001/10/22  06:51:22
6377         Log: Integrate non-ithreads fix to mainline
6378      Branch: perl
6379           !> perlio.c
6380 ____________________________________________________________________________
6381 [ 12555] By: nick                                  on 2001/10/22  06:48:33
6382         Log: Restore non-ithreads build. Interestingly binmode test passes
6383              non-ithreads - so crlf layer is not damaged and ithreads fail
6384              is a symptom ...
6385      Branch: perlio
6386            ! perlio.c
6387 ____________________________________________________________________________
6388 [ 12554] By: jhi                                   on 2001/10/21  22:21:55
6389         Log: Integrate from perlio; restructuring.
6390      Branch: perl
6391           !> embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
6392           !> perlio.h perliol.h pod/perlapi.pod sv.c win32/makefile.mk
6393           !> win32/perlhost.h
6394 ____________________________________________________________________________
6395 [ 12553] By: pudge                                 on 2001/10/21  21:51:34
6396         Log: Integrate from maintperl
6397              (Changes 12350, 12496, 12548, 12549, 12550)
6398      Branch: maint-5.6/macperl
6399           !> ext/IO/lib/IO/Seekable.pm lib/Carp/Heavy.pm t/base/rs.t
6400           !> t/lib/filefind-taint.t t/pragma/strict-vars toke.c
6401 ____________________________________________________________________________
6402 [ 12552] By: nick                                  on 2001/10/21  19:18:12
6403         Log: Win32 PerlIO_cleanup special cases should no longer be required.
6404      Branch: perlio
6405            ! perl.c
6406 ____________________________________________________________________________
6407 [ 12551] By: nick                                  on 2001/10/21  19:16:56
6408         Log: Multiple win32io.o is fatal for GCC (and noise with VC++)
6409      Branch: perlio
6410            ! win32/makefile.mk
6411 ____________________________________________________________________________
6412 [ 12550] By: gsar                                  on 2001/10/21  19:05:54
6413         Log: change#12549 wasn't aware of strictures
6414      Branch: maint-5.6/perl
6415            ! t/pragma/strict-vars toke.c
6416 ____________________________________________________________________________
6417 [ 12549] By: gsar                                  on 2001/10/21  18:03:19
6418         Log: readline() doesn't work with our variables; it confuses them with
6419              my variables (change#4227 was incomplete)
6420      Branch: maint-5.6/perl
6421            ! t/base/rs.t toke.c
6422 ____________________________________________________________________________
6423 [ 12548] By: gsar                                  on 2001/10/21  17:48:01
6424         Log: change#12220 appears to have pulled in a mainline change that
6425              isn't applicable to maint-5.6 (some platforms don't taint
6426              cwd)
6427      Branch: maint-5.6/perl
6428            ! t/lib/filefind-taint.t
6429 ____________________________________________________________________________
6430 [ 12547] By: nick                                  on 2001/10/21  17:15:54
6431         Log: Convert rest of PerlIO's memory tables to per-interp and add clone functions
6432              for them. Call explicit cleanup during destruct process.
6433              - one binmode test is failing
6434              - also ext/threads/t/basic.t fails under make test, and is noisy under
6435              harness. (Threads results are intermingled and don't match order expected.)
6436      Branch: perlio
6437            ! embed.h embedvar.h intrpvar.h perl.c perlapi.h perlio.c
6438            ! perlio.h perliol.h pod/perlapi.pod sv.c
6439 ____________________________________________________________________________
6440 [ 12546] By: jhi                                   on 2001/10/21  16:12:08
6441         Log: Implement multicharacter case mappings where a single
6442              Unicode character can be mapped into several.
6443      Branch: perl
6444            - lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6445            - lib/unicore/To/SpecUpper.pl
6446            ! MANIFEST embed.h embed.pl global.sym lib/unicore/To/Lower.pl
6447            ! lib/unicore/To/Title.pl lib/unicore/To/Upper.pl
6448            ! lib/unicore/mktables pod/perlfunc.pod pod/perlunicode.pod pp.c
6449            ! proto.h t/op/lc.t utf8.c
6450 ____________________________________________________________________________
6451 [ 12545] By: sky                                   on 2001/10/21  15:25:16
6452         Log: First support of threads::shared, support shared svs and references.
6453      Branch: perl
6454            + ext/threads/shared/Makefile.PL ext/threads/shared/README
6455            + ext/threads/shared/shared.pm ext/threads/shared/shared.xs
6456            + ext/threads/shared/t/sv_refs.t
6457            + ext/threads/shared/t/sv_simple.t
6458            ! MANIFEST sharedsv.c
6459 ____________________________________________________________________________
6460 [ 12544] By: nick                                  on 2001/10/21  14:52:35
6461         Log: PerlIO layer table as PL_perlio (per-interpreter)
6462      Branch: perlio
6463            ! embed.h embedvar.h intrpvar.h perlapi.h perlio.c perlio.h
6464            ! pod/perlapi.pod sv.c
6465 ____________________________________________________________________________
6466 [ 12543] By: jhi                                   on 2001/10/21  13:36:40
6467         Log: Prettyprinting.
6468      Branch: perl
6469            ! pod/perlunicode.pod
6470 ____________________________________________________________________________
6471 [ 12542] By: ams                                   on 2001/10/21  03:50:25
6472         Log: Subject: perlpodspec and perlpod rewrite, draft 3 "final"
6473              From: "Sean M. Burke" <sburke@cpan.org>
6474              Date: Sat, 20 Oct 2001 17:51:09 -0600
6475              Message-Id: <3.0.6.32.20011020175109.007cb3d0@mail.spinn.net>
6476      Branch: perl
6477            + pod/perlpodspec.pod
6478            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlpod.pod
6479            ! pod/perltoc.pod
6480 ____________________________________________________________________________
6481 [ 12541] By: nick                                  on 2001/10/20  22:23:53
6482         Log: Fix typos in new locking on MemShared
6483              Make buffers in PerlIOBuf_* in per-thread heap (they are cloned after all...)
6484              - seems to make segfaults more deterministic - suspect they are 
6485              attempt to free() after Interp and Host have gone.
6486      Branch: perlio
6487            ! perlio.c win32/perlhost.h
6488 ____________________________________________________________________________
6489 [ 12540] By: nick                                  on 2001/10/20  21:50:46
6490         Log: Remove the MemShared re-#define (again)
6491      Branch: perlio
6492            ! perlio.c
6493 ____________________________________________________________________________
6494 [ 12539] By: nick                                  on 2001/10/20  21:49:06
6495         Log: Use locks on MemShared
6496      Branch: perlio
6497            ! win32/perlhost.h
6498 ____________________________________________________________________________
6499 [ 12538] By: jhi                                   on 2001/10/20  17:31:07
6500         Log: Subject: [REPATCH installhtml] Re: installhtml needs a good beating out
6501              From: "chromatic" <chromatic@rmci.net>
6502              Date: Sat, 20 Oct 2001 11:13:47 -0600
6503              Message-ID: <20011020172003.60024.qmail@onion.perl.org>
6504      Branch: perl
6505            ! installhtml
6506 ____________________________________________________________________________
6507 [ 12537] By: nick                                  on 2001/10/20  16:44:03
6508         Log: Integrate mainline
6509      Branch: perlio
6510           !> (integrate 48 files)
6511 ____________________________________________________________________________
6512 [ 12536] By: jhi                                   on 2001/10/20  15:58:00
6513         Log: Update Changes.
6514      Branch: perl
6515            ! Changes patchlevel.h
6516 ____________________________________________________________________________
6517 [ 12535] By: jhi                                   on 2001/10/20  15:18:57
6518         Log: Upgrade to podlators 1.11, from Russ Allbery.
6519      Branch: perl
6520            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
6521            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
6522            ! pod/pod2man.PL pod/pod2text.PL
6523 ____________________________________________________________________________
6524 [ 12534] By: jhi                                   on 2001/10/20  15:14:25
6525         Log: Integrate perlio change #12532:
6526              introduce and use PerlIO_intmod2str().
6527      Branch: perl
6528           !> doio.c lib/Net/Domain.pm perlio.c perlio.h
6529 ____________________________________________________________________________
6530 [ 12533] By: jhi                                   on 2001/10/20  14:42:33
6531         Log: Update to Getopt::Long 2.26_02, from Johan Vromans.
6532      Branch: perl
6533            ! lib/Getopt/Long.pm lib/Getopt/Long/CHANGES lib/newgetopt.pl
6534 ____________________________________________________________________________
6535 [ 12532] By: nick                                  on 2001/10/20  14:25:37
6536         Log: Extract doio.c's open(2) mode to string conversion as PerlIO_intmod2str()
6537              Use for non-PERLIO fdupopen().
6538      Branch: perlio
6539            ! doio.c lib/Net/Domain.pm perlio.c perlio.h
6540 ____________________________________________________________________________
6541 [ 12531] By: jhi                                   on 2001/10/20  14:05:47
6542         Log: Integrate perlio: PerlIO win32 fixes.
6543      Branch: perl
6544           !> embed.h embed.pl embedvar.h ext/threads/threads.xs global.sym
6545           !> perl.h perlapi.c perlapi.h perlio.c perlsdio.h pod/perlapi.pod
6546           !> proto.h sv.h win32/win32io.c
6547 ____________________________________________________________________________
6548 [ 12530] By: nick                                  on 2001/10/20  12:53:30
6549         Log: Fixed in two places - p4 resolve
6550      Branch: perlio
6551            ! perlsdio.h
6552 ____________________________________________________________________________
6553 [ 12529] By: nick                                  on 2001/10/20  12:51:05
6554         Log: Fix for ithreads/stdio build
6555      Branch: perlio
6556            ! perlio.c perlsdio.h
6557 ____________________________________________________________________________
6558 [ 12528] By: ams                                   on 2001/10/20  12:13:25
6559         Log: Subject: [PATCH installman] Using Pod::Man instead of pod2man
6560              From: Michael G Schwern <schwern@pobox.com>
6561              Date: Sat, 20 Oct 2001 01:41:21 -0400
6562              Message-Id: <20011020014121.I3681@blackrider>
6563      Branch: perl
6564            ! installman
6565 ____________________________________________________________________________
6566 [ 12527] By: ams                                   on 2001/10/20  12:09:41
6567         Log: Subject: [PATCH lib/Pod/Checker.pm] Minor typo
6568              From: Michael G Schwern <schwern@pobox.com>
6569              Date: Sat, 20 Oct 2001 02:04:21 -0400
6570              Message-Id: <20011020020421.A11732@blackrider>
6571      Branch: perl
6572            ! lib/Pod/Checker.pm
6573 ____________________________________________________________________________
6574 [ 12526] By: ams                                   on 2001/10/20  11:59:41
6575         Log: Subject: [PATCH lib/Net/Config.pm] Fix Some Pod Typos
6576              From: "chromatic" <chromatic@rmci.net>
6577              Date: Fri, 19 Oct 2001 22:46:39 -0600
6578              Message-Id: <20011020045254.73112.qmail@onion.perl.org>
6579      Branch: perl
6580            ! lib/Net/Config.pm
6581 ____________________________________________________________________________
6582 [ 12525] By: nick                                  on 2001/10/20  11:16:18
6583         Log: Avoid calling (now non-existant) Perl_sv_setsv(), by calling
6584              Perl_sv_setsv_flags directly.
6585      Branch: perlio
6586            ! ext/threads/threads.xs
6587 ____________________________________________________________________________
6588 [ 12524] By: nick                                  on 2001/10/20  10:28:17
6589         Log: Add a new flag character 'm' to embed.pl set to represent
6590              "functions" which are really macros. Use it foe the troublesome
6591              sv_setsv() etc. macros in sv.h - changing latter to define
6592              sv_setsv rather than sv_setsv_macro etc.
6593      Branch: perlio
6594            ! embed.h embed.pl embedvar.h global.sym perlapi.c perlapi.h
6595            ! pod/perlapi.pod proto.h sv.h
6596 ____________________________________________________________________________
6597 [ 12523] By: nick                                  on 2001/10/20  09:17:17
6598         Log: Add comments explaining why win32.h/embed.h are included where they are
6599              in perl.h 
6600      Branch: perlio
6601            ! perl.h
6602 ____________________________________________________________________________
6603 [ 12522] By: nick                                  on 2001/10/20  08:27:44
6604         Log: Code PerlIOWin32_dup - does not fix Win32 problems as :win32 is not 
6605              being used yet.
6606      Branch: perlio
6607            ! win32/win32io.c
6608 ____________________________________________________________________________
6609 [ 12521] By: jhi                                   on 2001/10/20  02:36:21
6610         Log: Wording tweaks.
6611      Branch: perl
6612            ! t/TEST
6613 ____________________________________________________________________________
6614 [ 12520] By: jhi                                   on 2001/10/20  01:02:26
6615         Log: Subject: IO module with nonblocking socket connect patch 
6616              From: Raul Dias <raul@dias.com.br>
6617              Date: Fri, 19 Oct 2001 22:45:32 -0300
6618              Message-Id: <200110200145.f9K1jWW08398@stratus.swi.com.br>     
6619      Branch: perl
6620            ! ext/IO/lib/IO/Socket.pm ext/IO/lib/IO/Socket/INET.pm
6621 ____________________________________________________________________________
6622 [ 12519] By: jhi                                   on 2001/10/20  00:51:07
6623         Log: Test vertical whitespace combined with /x in \p{}.
6624      Branch: perl
6625            ! t/op/pat.t
6626 ____________________________________________________________________________
6627 [ 12518] By: jhi                                   on 2001/10/20  00:13:47
6628         Log: Subject: [PATCH] PERL_MM_USE_DEFAULT
6629              From: Gisle Aas <gisle@ActiveState.com> 
6630              Date: 19 Oct 2001 16:46:02 -0700
6631              Message-ID: <lrofn3i479.fsf_-_@caliper.ActiveState.com> 
6632      Branch: perl
6633            ! lib/ExtUtils/MakeMaker.pm
6634 ____________________________________________________________________________
6635 [ 12517] By: jhi                                   on 2001/10/19  23:59:34
6636         Log: No more this symbol.
6637      Branch: perl
6638            ! makedef.pl
6639 ____________________________________________________________________________
6640 [ 12516] By: jhi                                   on 2001/10/19  23:57:48
6641         Log: Integrate change #12511; fix gross win32 build issues.
6642      Branch: perl
6643           !> makedef.pl sv.c
6644 ____________________________________________________________________________
6645 [ 12515] By: jhi                                   on 2001/10/19  23:16:06
6646         Log: Unpack in scalar context should return the first value
6647              returned in list context, as pointed out by Ton Hospel
6648              in 2001-05-21 (this is how it works already in blead,
6649              just adding the test).
6650      Branch: perl
6651            ! t/op/pack.t
6652 ____________________________________________________________________________
6653 [ 12514] By: jhi                                   on 2001/10/19  21:10:43
6654         Log: Subject: [PATCH perl@12494] perldoc.PL tweak for VMS
6655              From: "Craig A. Berry" <craigberry@mac.com>
6656              Date: Fri, 19 Oct 2001 16:59:30 -0500
6657              Message-Id: <5.1.0.14.2.20011019162623.021e3868@exchi01>
6658      Branch: perl
6659            ! utils/perldoc.PL
6660 ____________________________________________________________________________
6661 [ 12513] By: jhi                                   on 2001/10/19  21:09:27
6662         Log: Subject: [PATCH Perl@12494] vmsish fix, ieee rand() cleanup
6663              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6664              Date: Fri, 19 Oct 2001 17:45:23 EDT
6665              Message-Id: <011019174427.d749b@DUPHY4.Physics.Drexel.Edu>
6666      Branch: perl
6667            ! configure.com dump.c ext/B/t/stash.t op.c op.h opcode.h
6668            ! opcode.pl perl.c perl.h perlvars.h pp.sym pp_ctl.c pp_proto.h
6669            ! pp_sys.c vms/ext/vmsish.pm vms/ext/vmsish.t vms/vms.c
6670            ! vms/vmsish.h
6671 ____________________________________________________________________________
6672 [ 12512] By: jhi                                   on 2001/10/19  20:28:48
6673         Log: Subject: [PATCH Perl@12494] two fake test failures on VMS fixed
6674              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6675              Date: Fri, 19 Oct 2001 17:26:35 EDT
6676              Message-Id: <011019172623.11292c@DUPHY4.Physics.Drexel.Edu>
6677      Branch: perl
6678            ! lib/Term/Complete.t lib/Test/Simple/t/output.t
6679 ____________________________________________________________________________
6680 [ 12511] By: nick                                  on 2001/10/19  19:55:36
6681         Log: Fix gross win32 build issues
6682      Branch: perlio
6683            ! makedef.pl sv.c
6684 ____________________________________________________________________________
6685 [ 12510] By: jhi                                   on 2001/10/19  19:52:17
6686         Log: Subject: Re: find2perl and File::Find on cdrom filesystems (with Tel's patch applied to perl-current)
6687              From: David Dyck <dcd@tc.fluke.com>
6688              Date: Fri, 19 Oct 2001 13:36:09 -0700 (PDT)
6689              Message-ID: <Pine.LNX.4.33.0110191309310.28510-100000@dd.tc.fluke.com>
6690      Branch: perl
6691            ! lib/File/Find.pm
6692 ____________________________________________________________________________
6693 [ 12509] By: jhi                                   on 2001/10/19  19:01:46
6694         Log: Subject: Re: PerlIO and Encode
6695              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6696              Date: Tue, 16 Oct 2001 01:50:16 +0900
6697              Message-Id: <20011016014150.0C8E.BQW10602@nifty.com>
6698      Branch: perl
6699            ! ext/Encode/Encode.pm ext/Encode/Encode/Tcl.pm
6700            ! ext/Encode/Encode/Tcl.t
6701 ____________________________________________________________________________
6702 [ 12508] By: ams                                   on 2001/10/19  17:59:16
6703         Log: C<foo I<bar>> hunks from <20011019014551.A35625@not.autrijus.org>.
6704              (See #12499)
6705      Branch: perl
6706            ! pod/perlintro.pod
6707 ____________________________________________________________________________
6708 [ 12507] By: nick                                  on 2001/10/19  16:30:43
6709         Log: Integrate mainline
6710      Branch: perlio
6711           +> lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6712           +> lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6713           +> lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6714           +> lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6715           +> lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6716           +> lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6717           +> lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
6718           +> lib/unicore/To/SpecUpper.pl pod/perlintro.pod
6719           +> pod/perlmodstyle.pod win32/Makefile.win64 win32/config.win64
6720           +> win32/config_H.win64
6721            - lib/Test/Utils.pm lib/unicore/mktables.PL
6722            - t/lib/Test/Simple/Catch/More.pm
6723           !> (integrate 84 files)
6724 ____________________________________________________________________________
6725 [ 12506] By: jhi                                   on 2001/10/19  14:20:15
6726         Log: Retract the #10451 which seems to be the cause
6727              of the major leakage from while(){eval"sub{}"}
6728      Branch: perl
6729            ! op.c t/run/kill_perl.t
6730 ____________________________________________________________________________
6731 [ 12505] By: jhi                                   on 2001/10/19  13:39:59
6732         Log: Regen toc.
6733      Branch: perl
6734            ! pod/perltoc.pod
6735 ____________________________________________________________________________
6736 [ 12504] By: jhi                                   on 2001/10/19  13:35:59
6737         Log: Tiny tweaks.
6738      Branch: perl
6739            ! pod/perl.pod
6740 ____________________________________________________________________________
6741 [ 12503] By: ams                                   on 2001/10/19  13:34:24
6742         Log: Subject: Re: perlintro.pod
6743              From: Abe Timmerman <abe@ztreet.demon.nl>
6744              Date: Fri, 19 Oct 2001 14:12:40 +0200
6745              Message-Id: <ls40ttsmrr3rpjlm3dqhh8v60onsiopmuc@4ax.com>
6746      Branch: perl
6747            ! pod/perlintro.pod
6748 ____________________________________________________________________________
6749 [ 12502] By: ams                                   on 2001/10/19  13:24:12
6750         Log: Slight reorganisation of references.
6751      Branch: perl
6752            ! pod/perl.pod
6753 ____________________________________________________________________________
6754 [ 12501] By: jhi                                   on 2001/10/19  13:19:14
6755         Log: Subject: [DOC PATCH lib/ExtUtils/MakeMaker.pm] Discouraging use of PREREQ_FATAL in day-to-day Makefile.PL's   
6756              From: Kay Röpke <kroepke@dolphin-services.de>
6757              Date: Fri, 19 Oct 2001 14:04:01 +0200 
6758              Message-Id: <E15uYNb-00040L-00@mrvdom01.schlund.de>
6759      Branch: perl
6760            ! lib/ExtUtils/MakeMaker.pm
6761 ____________________________________________________________________________
6762 [ 12500] By: jhi                                   on 2001/10/19  03:25:44
6763         Log: Unicode categories continue:
6764              implement Category=, Script=, Block=
6765              (these are based on an upcoming update of TR#18)
6766              Fix a bug where we got two In categories named "old italic",
6767              and another where shortcut for the Is categories wasn't taken.
6768      Branch: perl
6769            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/In/137.pl
6770            ! lib/unicore/mktables lib/utf8_heavy.pl pod/perltodo.pod
6771            ! pod/perlunicode.pod t/op/pat.t
6772 ____________________________________________________________________________
6773 [ 12499] By: ams                                   on 2001/10/19  01:42:29
6774         Log: Subject: a small patch to perlintro.pod.
6775              From: Autrijus Tang <autrijus@autrijus.org>
6776              Date: Fri, 19 Oct 2001 01:45:51 +0800
6777              Message-Id: <20011019014551.A35625@not.autrijus.org>
6778              (Applied by hand with nits.)
6779      Branch: perl
6780            ! pod/perlintro.pod
6781 ____________________________________________________________________________
6782 [ 12498] By: jhi                                   on 2001/10/19  00:14:50
6783         Log: Subject: [PATCH] OpenBSD hints for ithreads
6784              From: Andy Dougherty <doughera@lafayette.edu>
6785              Date: Thu, 18 Oct 2001 12:33:59 -0400 (EDT)
6786              Message-ID: <Pine.SOL.4.10.10110181232060.15040-100000@maxwell.phys.lafayette.edu>
6787      Branch: perl
6788            ! hints/openbsd.sh
6789 ____________________________________________________________________________
6790 [ 12497] By: jhi                                   on 2001/10/18  16:14:13
6791         Log: Retract #12446; the problem solved by #12474.
6792      Branch: perl
6793            ! hints/aix.sh
6794 ____________________________________________________________________________
6795 [ 12496] By: gsar                                  on 2001/10/18  15:38:22
6796         Log: Carp::shortmess_heavy() doesn't notice trailing newline in
6797              message and suppress line number info (from Steve Hay
6798              <Steve.Hay@uk.radan.com>)
6799      Branch: maint-5.6/perl
6800            ! lib/Carp/Heavy.pm
6801 ____________________________________________________________________________
6802 [ 12495] By: jhi                                   on 2001/10/18  14:06:52
6803         Log: More documented In categories.
6804      Branch: perl
6805            ! pod/perlunicode.pod
6806 ____________________________________________________________________________
6807 [ 12494] By: jhi                                   on 2001/10/18  13:04:48
6808         Log: Update Changes.
6809      Branch: perl
6810            ! Changes patchlevel.h
6811 ____________________________________________________________________________
6812 [ 12493] By: jhi                                   on 2001/10/18  12:58:31
6813         Log: Add the lib/unicore/To/Spec*.pl to the MANIFEST.
6814      Branch: perl
6815            ! MANIFEST
6816 ____________________________________________________________________________
6817 [ 12492] By: jhi                                   on 2001/10/18  12:37:28
6818         Log: Wrong skip() arguments.
6819      Branch: perl
6820            ! ext/B/t/terse.t
6821 ____________________________________________________________________________
6822 [ 12491] By: jhi                                   on 2001/10/18  12:17:16
6823         Log: Subject: try#2: [proposed PATCH Perl@12401] ieee floats, rand() & old systems  
6824              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
6825              Date: Wed, 17 Oct 2001 09:10:53 EDT 
6826              Message-Id: <011017090944.15ad2e@DUPHY4.Physics.Drexel.Edu>
6827      Branch: perl
6828            ! configure.com embedvar.h opcode.pl perlapi.h perlvars.h
6829            ! pod/perlapi.pod vms/vms.c
6830 ____________________________________________________________________________
6831 [ 12490] By: ams                                   on 2001/10/18  09:31:00
6832         Log: Subject: PATCH perl.pod: Suggested reorganization of table of contents
6833              From: Mark-Jason Dominus <mjd@plover.com>
6834              Date: Thu, 18 Oct 2001 06:25:35 -0400
6835              Message-Id: <20011018102535.19264.qmail@plover.com>
6836      Branch: perl
6837            ! pod/perl.pod
6838 ____________________________________________________________________________
6839 [ 12489] By: jhi                                   on 2001/10/18  02:24:52
6840         Log: Prettyprinting.
6841      Branch: perl
6842            ! lib/unicore/In.pl lib/unicore/Is.pl lib/unicore/mktables
6843 ____________________________________________________________________________
6844 [ 12488] By: jhi                                   on 2001/10/18  00:47:19
6845         Log: Regen toc.
6846      Branch: perl
6847            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6848 ____________________________________________________________________________
6849 [ 12487] By: jhi                                   on 2001/10/18  00:43:18
6850         Log: Add perlintro, from Skud.
6851      Branch: perl
6852            + pod/perlintro.pod
6853            ! MANIFEST
6854 ____________________________________________________________________________
6855 [ 12486] By: jhi                                   on 2001/10/18  00:10:44
6856         Log: FAQ sync.
6857      Branch: perl
6858            ! pod/perlfaq.pod pod/perlfaq2.pod pod/perlfaq3.pod
6859            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq7.pod
6860            ! pod/perlfaq8.pod pod/perlfaq9.pod
6861 ____________________________________________________________________________
6862 [ 12485] By: jhi                                   on 2001/10/17  23:57:15
6863         Log: Oh, bother. In Tru64 cc -std1 was looking rather nice
6864              in speed (upto 20% speedup in certain operations) but meanwhile
6865              regexps and arithmetics got slower (5-10%) (according to
6866              perlbench average speedup is negligible, and within measuring
6867              flutter, 1%).  Therefore retracting all the changes
6868              aimed at getting -std1 to compile cleanly:  #12475, #12476,
6869              #12479, #12480, #12481, #12482, #12483, #12484.
6870      Branch: perl
6871            ! doio.c mg.c miniperlmain.c perl.c perl.h perlio.c pp_ctl.c
6872            ! pp_hot.c pp_sys.c toke.c
6873 ____________________________________________________________________________
6874 [ 12484] By: jhi                                   on 2001/10/17  21:58:40
6875         Log: (retracted by #12485)
6876              Strict ANSI doesn't like the third argument of main()
6877              so enable ignoring it if using ultra picky compiler.
6878      Branch: perl
6879            ! miniperlmain.c
6880 ____________________________________________________________________________
6881 [ 12483] By: jhi                                   on 2001/10/17  21:48:24
6882         Log: (retracted by #12485)
6883              Move the VMS_FOO_ERROR codes next to the SETERRNO() definition.
6884      Branch: perl
6885            ! perl.h
6886 ____________________________________________________________________________
6887 [ 12482] By: jhi                                   on 2001/10/17  21:42:57
6888         Log: (retracted by #12485)
6889              Add explanatory comment.
6890      Branch: perl
6891            ! mg.c
6892 ____________________________________________________________________________
6893 [ 12481] By: jhi                                   on 2001/10/17  20:50:37
6894         Log: (retracted by #12485)
6895              More dollar$hiding.
6896      Branch: perl
6897            ! doio.c perl.h pp_sys.c
6898 ____________________________________________________________________________
6899 [ 12480] By: jhi                                   on 2001/10/17  20:27:34
6900         Log: (retracted by #12485)
6901              KISS.
6902      Branch: perl
6903            ! mg.c
6904 ____________________________________________________________________________
6905 [ 12479] By: jhi                                   on 2001/10/17  19:57:34
6906         Log: (retracted by #12485)
6907              Thou shalt not #ifdef inside macro invocations,
6908              noticed by Rafael Garcia-Suarez.
6909      Branch: perl
6910            ! mg.c
6911 ____________________________________________________________________________
6912 [ 12478] By: ams                                   on 2001/10/17  18:50:55
6913         Log: Subject: [PATCH pp_sys.c] coredump fix in pp_accept()
6914              From: Anton Berezin <tobez@tobez.org>
6915              Date: Wed, 17 Oct 2001 18:25:48 +0200
6916              Message-Id: <20011017182548.A12082@heechee.tobez.org>
6917      Branch: perl
6918            ! pp_sys.c
6919 ____________________________________________________________________________
6920 [ 12476] By: jhi                                   on 2001/10/17  16:46:50
6921         Log: (retracted by #12485)
6922              Unterminated #ifdef.
6923      Branch: perl
6924            ! mg.c
6925 ____________________________________________________________________________
6926 [ 12475] By: jhi                                   on 2001/10/17  16:42:49
6927         Log: (retracted by #12485)
6928              Avoid dollar signs in identifiers (in non-VMS) to
6929              placate ultra picky ANSI compilers (such as DEC^WCPQ^WHP).
6930      Branch: perl
6931            ! doio.c mg.c perl.c perl.h perlio.c pp_ctl.c pp_hot.c pp_sys.c
6932            ! toke.c
6933 ____________________________________________________________________________
6934 [ 12474] By: ams                                   on 2001/10/17  15:14:50
6935         Log: Subject: Two AIX patches
6936              From: H.Merijn Brand <h.m.brand@hccnet.nl>
6937              Date: Wed, 17 Oct 2001 18:04:35 +0200
6938              Message-Id: <20011017180223.1346.H.M.BRAND@hccnet.nl>
6939      Branch: perl
6940            ! hints/aix.sh makedef.pl
6941 ____________________________________________________________________________
6942 [ 12473] By: jhi                                   on 2001/10/17  14:48:38
6943         Log: Limiting the Time::HiRes::sleep and usleep to
6944              one second is not a good policy if drop-in
6945              replacement is still a goal.
6946      Branch: perl
6947            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
6948            ! ext/Time/HiRes/HiRes.xs
6949 ____________________________________________________________________________
6950 [ 12472] By: jhi                                   on 2001/10/17  11:00:54
6951         Log: Subject: [PATCH] Test::Simple 0.32
6952              From: Michael G Schwern <schwern@pobox.com> 
6953              Date: Wed, 17 Oct 2001 03:42:41 -0400
6954              Message-ID: <20011017034241.A25038@blackrider>
6955      Branch: perl
6956            + lib/Test/Builder.pm lib/Test/Simple/t/Builder.t
6957            + lib/Test/Simple/t/filehandles.t lib/Test/Simple/t/import.t
6958            + lib/Test/Simple/t/is_deeply.t lib/Test/Simple/t/no_ending.t
6959            + lib/Test/Simple/t/no_header.t lib/Test/Simple/t/output.t
6960            + lib/Test/Simple/t/plan.t lib/Test/Simple/t/plan_no_plan.t
6961            + lib/Test/Simple/t/plan_skip_all.t lib/Test/Simple/t/use_ok.t
6962            - lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
6963            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
6964            ! lib/Test/Simple/Changes lib/Test/Simple/t/More.t
6965            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6966            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
6967            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6968            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6969            ! lib/Test/Simple/t/simple.t lib/Test/Simple/t/skip.t
6970            ! lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
6971            ! lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
6972            ! t/lib/Test/Simple/Catch.pm
6973            ! t/lib/Test/Simple/sample_tests/five_fail.plx
6974 ____________________________________________________________________________
6975 [ 12471] By: jhi                                   on 2001/10/17  10:25:06
6976         Log: Subject: [PATCH t/TEST t/harness vms/test.com] Set PERL_CORE environment var   
6977              From: Michael G Schwern <schwern@pobox.com> 
6978              Date: Wed, 17 Oct 2001 04:04:13 -0400
6979              Message-ID: <20011017040413.C25550@blackrider>
6980      Branch: perl
6981            ! t/TEST t/harness vms/test.com
6982 ____________________________________________________________________________
6983 [ 12470] By: jhi                                   on 2001/10/17  02:25:01
6984         Log: Regen doc with perlmodstyle added.
6985      Branch: perl
6986            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
6987 ____________________________________________________________________________
6988 [ 12469] By: jhi                                   on 2001/10/17  02:24:02
6989         Log: Pod cleanup.
6990      Branch: perl
6991            ! lib/File/Spec.pm lib/File/Spec/Mac.pm
6992 ____________________________________________________________________________
6993 [ 12468] By: jhi                                   on 2001/10/17  02:16:11
6994         Log: Subject: perlmodstyle as a patch
6995              From: Kirrily Robert <skud@infotrope.net>
6996              Date: Tue, 16 Oct 2001 22:47:23 -0400
6997              Message-ID: <20011016224723.A20673@infotrope.net>
6998      Branch: perl
6999            + pod/perlmodstyle.pod
7000            ! MANIFEST
7001 ____________________________________________________________________________
7002 [ 12467] By: jhi                                   on 2001/10/17  00:59:43
7003         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
7004              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
7005              Date: Thu, 6 Sep 2001 11:09:40 +0100
7006              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
7007              
7008              Mention also the develooper p5p archive.
7009      Branch: perl
7010            ! pod/perlhack.pod
7011 ____________________________________________________________________________
7012 [ 12466] By: jhi                                   on 2001/10/17  00:57:38
7013         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] PREREQ_PM does not really require.
7014              From: Kay Röpke <kroepke@dolphin-services.de>
7015              Date: Tue, 16 Oct 2001 17:23:52 +0200
7016              Message-Id: <E15tW4O-0003J7-00@mrvdom03.schlund.de>
7017      Branch: perl
7018            ! lib/ExtUtils/MakeMaker.pm
7019 ____________________________________________________________________________
7020 [ 12465] By: jhi                                   on 2001/10/17  00:54:28
7021         Log: Add the special casing mappings (from SpecCase.txt)
7022              (except for the hyper special case mappings that have
7023              the condition list); the special casing mappings are
7024              unused for now.  Small tidying up on mktables.
7025      Branch: perl
7026            + lib/unicore/To/SpecLower.pl lib/unicore/To/SpecTitle.pl
7027            + lib/unicore/To/SpecUpper.pl
7028            ! lib/unicore/mktables
7029 ____________________________________________________________________________
7030 [ 12464] By: jhi                                   on 2001/10/16  22:38:24
7031         Log: Subject: [PATCH] Doc patch on here-docs (perlop and perldata)
7032              From: "David H. Adler" <dha@panix.com>       
7033              Date: Tue, 16 Oct 2001 11:59:35 -0400
7034              Message-ID: <20011016115935.A13078@panix.com>
7035              
7036              Subject: [ PATCH ] perldata patch, revised
7037              From: "David H. Adler" <dha@panix.com>     
7038              Date: Tue, 16 Oct 2001 18:26:49 -0400
7039              Message-ID: <20011016182649.C23970@panix.com>
7040      Branch: perl
7041            ! pod/perldata.pod pod/perlop.pod
7042 ____________________________________________________________________________
7043 [ 12463] By: jhi                                   on 2001/10/16  19:39:25
7044         Log: Integrate perlio: PerlIO_dup (for all but Win32).
7045      Branch: perl
7046           !> embed.h embed.pl ext/Encode/Encode.xs
7047           !> ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs hv.c perl.h
7048           !> perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
7049           !> win32/win32io.c
7050 ____________________________________________________________________________
7051 [ 12462] By: nick                                  on 2001/10/16  19:11:30
7052         Log: PerlIOXxxx_dups for all but Win32
7053      Branch: perlio
7054            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
7055            ! ext/PerlIO/Via/Via.xs
7056 ____________________________________________________________________________
7057 [ 12461] By: nick                                  on 2001/10/16  18:28:48
7058         Log: Implement PerlIOStdio_dup (explains core dumps - dup
7059              was not setting up a FILE * to be fclosed()).
7060      Branch: perlio
7061            ! perlio.c
7062 ____________________________________________________________________________
7063 [ 12460] By: nick                                  on 2001/10/16  17:31:47
7064         Log: When USE_ITHREADS avoid SV * in PerlIO_debug, at risk of buffer
7065              overflow.
7066      Branch: perlio
7067            ! perlio.c
7068 ____________________________________________________________________________
7069 [ 12459] By: jhi                                   on 2001/10/16  17:10:22
7070         Log: Subject: [PATCH perl@12443] VMS 64-bit configure
7071              From: "Craig A. Berry" <craigberry@mac.com>
7072              Date: Tue, 16 Oct 2001 13:08:38 -0500
7073              Message-Id: <5.1.0.14.2.20011016122704.029eaea8@exchi01>
7074      Branch: perl
7075            ! configure.com
7076 ____________________________________________________________________________
7077 [ 12458] By: jhi                                   on 2001/10/16  17:07:20
7078         Log: Can't expect too much accuracy from a sleep of one second.
7079              (I think this will also fail with high load.)
7080      Branch: perl
7081            ! ext/Time/HiRes/HiRes.t
7082 ____________________________________________________________________________
7083 [ 12457] By: jhi                                   on 2001/10/16  16:50:24
7084         Log: Subject: WIN64 (Itanium) port of Perl 5.6.1
7085              From: "Werner, Randolf" <randolf.werner@sap.com>
7086              Date: Tue, 16 Oct 2001 18:33:02 +0200
7087              Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de>
7088      Branch: perl
7089            + win32/Makefile.win64 win32/config.win64 win32/config_H.win64
7090            ! MANIFEST Porting/makerel ext/SDBM_File/sdbm/sdbm.c
7091 ____________________________________________________________________________
7092 [ 12456] By: nick                                  on 2001/10/16  14:08:16
7093         Log: Builds under ithreads (but fails all threads tests)
7094      Branch: perlio
7095            ! hv.c perlio.c sv.c
7096 ____________________________________________________________________________
7097 [ 12455] By: jhi                                   on 2001/10/16  13:59:32
7098         Log: I think the Perl_sortsv needs *not* be skipped?
7099      Branch: perl
7100            ! makedef.pl
7101 ____________________________________________________________________________
7102 [ 12454] By: jhi                                   on 2001/10/16  13:05:38
7103         Log: Subject: [ PATCH ] maint/perl/t/op/groups.t for build on Cygwin
7104              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
7105              Date: Tue, 16 Oct 2001 15:32:44 +0200
7106              Message-ID: <3BCC531C.11494.3E433F@localhost>
7107      Branch: perl
7108            ! t/op/groups.t
7109 ____________________________________________________________________________
7110 [ 12453] By: jhi                                   on 2001/10/16  13:04:38
7111         Log: Subject: [ PATCH ] maint/perl/t/io/fs.t for build on Cygwin
7112              From: "Gerrit P. Haase" <gerrit.haase@convey.de>
7113              Date: Tue, 16 Oct 2001 15:01:04 +0200
7114              Message-ID: <3BCC4BB0.30935.2145B7@localhost>
7115      Branch: perl
7116            ! t/io/fs.t
7117 ____________________________________________________________________________
7118 [ 12452] By: jhi                                   on 2001/10/16  12:03:49
7119         Log: A forgotten deletion.
7120      Branch: perl
7121            - lib/unicore/mktables.PL
7122 ____________________________________________________________________________
7123 [ 12451] By: nick                                  on 2001/10/16  11:32:48
7124         Log: Skeleton of "PerlIO_dup" coded.
7125              Still-passes all tests non-threaded (well it would wouldn't it!)
7126      Branch: perlio
7127            ! embed.h embed.pl ext/Encode/Encode.xs
7128            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs perl.h
7129            ! perlio.c perlio.h perliol.h pod/perlapi.pod proto.h sv.c sv.h
7130            ! win32/win32io.c
7131 ____________________________________________________________________________
7132 [ 12450] By: jhi                                   on 2001/10/16  02:27:51
7133         Log: Document the problem with the swash_fetch() API that affects
7134              more complex case conversions.
7135      Branch: perl
7136            ! lib/utf8_heavy.pl utf8.c
7137 ____________________________________________________________________________
7138 [ 12449] By: jhi                                   on 2001/10/16  01:55:48
7139         Log: Make Time::HiRes::sleep() and usleep() to return
7140              the number of seconds (a floating point value) and 
7141              microseconds (an integer) actually slept (well,
7142              modulo the time spent in measuring the time actually
7143              slept...), to be a better drop-in replacement for
7144              the builtin sleep().  Noticed by Chris Nandor.
7145              
7146              Also make usleep() to croak if fed illegal number
7147              of useconds (anything greater than 1_000_000).
7148      Branch: perl
7149            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.t
7150            ! ext/Time/HiRes/HiRes.xs
7151 ____________________________________________________________________________
7152 [ 12448] By: jhi                                   on 2001/10/16  00:57:05
7153         Log: A missing SvREFCNT_dec.
7154      Branch: perl
7155            ! perl.c
7156 ____________________________________________________________________________
7157 [ 12447] By: nick                                  on 2001/10/15  20:27:53
7158         Log: Beginings of PerlIO_dup support (unstable)
7159      Branch: perlio
7160            ! perlio.c perliol.h
7161 ____________________________________________________________________________
7162 [ 12446] By: jhi                                   on 2001/10/15  18:44:19
7163         Log: (retracted by #12497)
7164              In AIX vac 5 just can't seem to get regcomp right.
7165      Branch: perl
7166            ! hints/aix.sh
7167 ____________________________________________________________________________
7168 [ 12445] By: jhi                                   on 2001/10/15  16:44:04
7169         Log: Bump the version number to agree with the maintperl one.
7170      Branch: perl
7171            ! lib/Tie/RefHash.pm
7172 ____________________________________________________________________________
7173 [ 12444] By: nick                                  on 2001/10/15  15:59:57
7174         Log: Integrate mainline
7175      Branch: perlio
7176           +> lib/Math/BigInt/t/Math/Subclass.pm
7177           +> lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
7178           +> lib/Math/BigInt/t/subclass.t lib/unicore/In/163.pl
7179           +> lib/unicore/In/164.pl lib/unicore/In/165.pl
7180           +> lib/unicore/In/166.pl lib/unicore/In/167.pl
7181           +> lib/unicore/In/168.pl lib/unicore/In/169.pl
7182           +> lib/unicore/In/170.pl lib/unicore/In/171.pl lib/unicore/Is.pl
7183           +> lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
7184           +> lib/unicore/mktables
7185            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
7186            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
7187            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
7188            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
7189            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
7190            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
7191            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
7192            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
7193            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
7194            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
7195            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
7196            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
7197            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
7198            - lib/unicore/syllables.txt
7199           !> (integrate 344 files)
7200 ____________________________________________________________________________
7201 [ 12443] By: jhi                                   on 2001/10/15  13:40:20
7202         Log: Casting tweak from Paul Marquess, helps Merijn on AIX.
7203      Branch: perl
7204            ! ext/DB_File/DB_File.xs
7205 ____________________________________________________________________________
7206 [ 12442] By: jhi                                   on 2001/10/15  13:35:36
7207         Log: Sync the skip() amounts with the number of tests.
7208      Branch: perl
7209            ! lib/Term/Complete.t
7210 ____________________________________________________________________________
7211 [ 12441] By: jhi                                   on 2001/10/15  13:11:03
7212         Log: Update Changes.
7213      Branch: perl
7214            ! Changes patchlevel.h
7215 ____________________________________________________________________________
7216 [ 12440] By: jhi                                   on 2001/10/15  12:58:24
7217         Log: MacOS Classic catdir() rewrite from Thomas Wegner
7218              (backward incompatibility, but a deliberate one,
7219              the old version simply is broken in its logic),
7220              also documentation updates, and as suggested replicated
7221              the File::Spec::Unix documentation updates also on the
7222              File::Spec documentation.
7223              
7224              TODO: there seems to be duplication of documentation
7225              between File::Spec and File::Spec::Unix.  I think
7226              the ::Unix should be left only with specific UNIXisms,
7227              and all the generic documentation should be in ::Spec.
7228      Branch: perl
7229            ! lib/File/Find/t/find.t lib/File/Find/t/taint.t
7230            ! lib/File/Spec.pm lib/File/Spec.t lib/File/Spec/Mac.pm
7231            ! lib/File/Spec/Unix.pm
7232 ____________________________________________________________________________
7233 [ 12439] By: jhi                                   on 2001/10/15  12:32:07
7234         Log: Subject: Re: [PATCH t/op/magic.t] missing tests on Win32
7235              From: Blair Zajac <blair@orcaware.com>
7236              Date: Mon, 24 Sep 2001 11:48:58 -0700
7237              Message-ID: <3BAF801A.88A4F614@orcaware.com>     
7238              
7239              (the skip() messages)
7240      Branch: perl
7241            ! t/op/magic.t
7242 ____________________________________________________________________________
7243 [ 12438] By: ams                                   on 2001/10/14  23:43:59
7244         Log: Subject: [PATCH] make PerlIO default on VMS
7245              From: "Craig A. Berry" <craigberry@mac.com>
7246              Date: Sun, 14 Oct 2001 15:27:18 -0500
7247              Message-Id: <5.1.0.14.0.20011014152339.021ec150@exchi01>
7248      Branch: perl
7249            ! configure.com
7250 ____________________________________________________________________________
7251 [ 12437] By: jhi                                   on 2001/10/14  23:05:57
7252         Log: Retract #12436 (Abhijit already did this at #12426)
7253      Branch: perl
7254            ! lib/ExtUtils/MM_Unix.pm
7255 ____________________________________________________________________________
7256 [ 12436] By: jhi                                   on 2001/10/14  21:22:43
7257         Log: (retracted by #12437)
7258              Subject: [PATCH lib/ExtUtils/MM_Unix.pm] MakeMaker tries to parse commented out $VERSION
7259              From: =?iso-8859-1?Q?Kay_R=F6pke?= <kroepke@dolphin-services.de>
7260              Date: Sat, 13 Oct 2001 20:33:55 +0200
7261              Message-Id: <E15sTbe-0001nt-00@mrvdom04.kundenserver.de>
7262      Branch: perl
7263            ! lib/ExtUtils/MM_Unix.pm
7264 ____________________________________________________________________________
7265 [ 12435] By: jhi                                   on 2001/10/14  21:21:52
7266         Log: Subject: h2xs grammar nit
7267              From: Yitzchak Scott-Thoennes <sthoenna@efn.org>
7268              Date: Fri, 12 Oct 2001 00:12:01 -0700 (PDT)
7269              Message-ID: <Pine.GSU.4.21.0110120010540.9710-100000@garcia.efn.org>
7270      Branch: perl
7271            ! utils/h2xs.PL
7272 ____________________________________________________________________________
7273 [ 12434] By: jhi                                   on 2001/10/14  13:48:30
7274         Log: Subject: [PATCH @12422] Fix scoping problem with FATAL warnings
7275              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk>
7276              Date: Sun, 14 Oct 2001 11:25:08 +0100
7277              Message-ID: <AIEAJICLCBDNAAOLLOKLCEFDDCAA.Paul_Marquess@Yahoo.co.uk>
7278      Branch: perl
7279            ! lib/warnings.pm pod/perllexwarn.pod t/lib/warnings/7fatal
7280            ! warnings.pl
7281 ____________________________________________________________________________
7282 [ 12433] By: jhi                                   on 2001/10/13  23:20:11
7283         Log: Use File::Spec (needs Thomas Wegner's upcoming patch
7284              for File::Spec::Mac::catfile)
7285      Branch: perl
7286            ! lib/h2xs.t
7287 ____________________________________________________________________________
7288 [ 12432] By: jhi                                   on 2001/10/13  23:17:31
7289         Log: Subject: [PATCH] Re: default module version for h2xs (was Re: [PATCH] Re: What sort of Makefile.PL should h2xs write?)   
7290              From: Nicholas Clark <nick@ccl4.org>
7291              Date: Sat, 13 Oct 2001 00:07:31 +0100
7292              Message-ID: <20011013000731.D67535@plum.flirble.org>
7293      Branch: perl
7294            ! lib/h2xs.t utils/h2xs.PL
7295 ____________________________________________________________________________
7296 [ 12431] By: jhi                                   on 2001/10/13  22:35:58
7297         Log: Define PASTHRU_DEFINE and PASTHRU_INC (which are used
7298              before DEFINE and INC), and repent by taking DEFINE and
7299              INC away from PASTHRU.
7300      Branch: perl
7301            ! lib/ExtUtils/MM_Unix.pm
7302 ____________________________________________________________________________
7303 [ 12430] By: jhi                                   on 2001/10/13  21:23:09
7304         Log: More MANIFEST anomalies.
7305      Branch: perl
7306            ! MANIFEST
7307 ____________________________________________________________________________
7308 [ 12429] By: jhi                                   on 2001/10/13  21:01:32
7309         Log: Not that many.
7310      Branch: perl
7311            ! MANIFEST
7312 ____________________________________________________________________________
7313 [ 12428] By: sky                                   on 2001/10/13  20:59:27
7314         Log: Subject: [DOC PATCH] pod syntax fixups for File::Spec::* modules
7315              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7316              Date: Sat, 13 Oct 2001 23:15:55 +0200
7317              Message-ID: <20011013231555.A18071@rafael>
7318      Branch: perl
7319            ! lib/File/Spec.pm lib/File/Spec/Epoc.pm lib/File/Spec/Mac.pm
7320            ! lib/File/Spec/Unix.pm lib/File/Spec/Win32.pm
7321 ____________________________________________________________________________
7322 [ 12427] By: jhi                                   on 2001/10/13  20:54:17
7323         Log: Rewrite mktables from scratch.
7324              - Cleaner.
7325              - Faster: 15-20 seconds as opposed to several minutes.
7326              - More dynamic: the names of the various categories
7327              such as the linebreak ones are dynamic, not static.
7328              - Is.pl: long names for the general category properties
7329              are now available.
7330              - Ranges (<... ,First>, <..., Last>) from the general
7331              categories work now.
7332              - No more mktables.PL because the mktables.PL is not
7333              and never has been run to create a mktables.
7334              - syllables.txt and Is/Syl*.pl removed: non-standard
7335              (not part of the Unicode), and the whole concept is
7336              being reworked (http://syllabary.sourceforge.net/),
7337              the old way wouldn't even work with the new Syllables.txt
7338              (it would result in 1000+ new categories)
7339      Branch: perl
7340            + lib/unicore/In/163.pl lib/unicore/In/164.pl
7341            + lib/unicore/In/165.pl lib/unicore/In/166.pl
7342            + lib/unicore/In/167.pl lib/unicore/In/168.pl
7343            + lib/unicore/In/169.pl lib/unicore/In/170.pl
7344            + lib/unicore/In/171.pl lib/unicore/Is.pl
7345            + lib/unicore/Is/Title.pl lib/unicore/Lbrk.pl
7346            + lib/unicore/mktables
7347            - lib/unicore/Is/SylA.pl lib/unicore/Is/SylAA.pl
7348            - lib/unicore/Is/SylAAI.pl lib/unicore/Is/SylAI.pl
7349            - lib/unicore/Is/SylC.pl lib/unicore/Is/SylE.pl
7350            - lib/unicore/Is/SylEE.pl lib/unicore/Is/SylI.pl
7351            - lib/unicore/Is/SylII.pl lib/unicore/Is/SylN.pl
7352            - lib/unicore/Is/SylO.pl lib/unicore/Is/SylOO.pl
7353            - lib/unicore/Is/SylU.pl lib/unicore/Is/SylV.pl
7354            - lib/unicore/Is/SylWA.pl lib/unicore/Is/SylWAA.pl
7355            - lib/unicore/Is/SylWC.pl lib/unicore/Is/SylWE.pl
7356            - lib/unicore/Is/SylWEE.pl lib/unicore/Is/SylWI.pl
7357            - lib/unicore/Is/SylWII.pl lib/unicore/Is/SylWO.pl
7358            - lib/unicore/Is/SylWOO.pl lib/unicore/Is/SylWU.pl
7359            - lib/unicore/Is/SylWV.pl lib/unicore/Is/Syllable.pl
7360            - lib/unicore/syllables.txt
7361            ! (edit 304 files)
7362 ____________________________________________________________________________
7363 [ 12426] By: ams                                   on 2001/10/13  18:05:36
7364         Log: ExtUtils::MM_Unix should ignore comments when searching for
7365              $VERSION.
7366      Branch: perl
7367            ! lib/ExtUtils/MM_Unix.pm
7368 ____________________________________________________________________________
7369 [ 12425] By: jhi                                   on 2001/10/13  12:26:41
7370         Log: Subject: Re: New module XML::Clean
7371              From: andreas.koenig@anima.de (Andreas J. Koenig)
7372              Date: 13 Oct 2001 10:17:09 +0200
7373              Message-ID: <m37ku0t0my.fsf@anima.de>
7374      Branch: perl
7375            ! pod/perlnewmod.pod
7376 ____________________________________________________________________________
7377 [ 12424] By: sky                                   on 2001/10/13  09:39:59
7378         Log: Set thread stack size if needed.
7379      Branch: perl
7380            ! ext/threads/threads.xs
7381 ____________________________________________________________________________
7382 [ 12423] By: sky                                   on 2001/10/13  09:36:49
7383         Log: We do want to set the attribute to joinable even on modern posix
7384              platforms.
7385      Branch: perl
7386            ! ext/threads/threads.xs
7387 ____________________________________________________________________________
7388 [ 12422] By: jhi                                   on 2001/10/13  02:04:44
7389         Log: Subject: [PATCH ext/Data/Dumper.xs]
7390              From: Brian Ingerson <ingy@ttul.org>
7391              Date: Fri, 12 Oct 2001 19:32:35 -0700
7392              Message-ID: <20011012193235.B889@ttul.org>
7393      Branch: perl
7394            ! ext/Data/Dumper/Dumper.xs
7395 ____________________________________________________________________________
7396 [ 12421] By: jhi                                   on 2001/10/12  23:22:45
7397         Log: Update Changes.
7398      Branch: perl
7399            ! Changes patchlevel.h
7400 ____________________________________________________________________________
7401 [ 12420] By: jhi                                   on 2001/10/12  22:51:17
7402         Log: FAQ sync.
7403      Branch: perl
7404            ! pod/perlfaq3.pod pod/perlfaq4.pod
7405 ____________________________________________________________________________
7406 [ 12419] By: jhi                                   on 2001/10/12  22:46:49
7407         Log: Subject: RE: [PATCH File::Copy] Silence warnings for tied filehandles     
7408              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
7409              Date: Fri, 12 Oct 2001 11:51:05 -0700
7410              Message-ID: <35A280DF784CD411A06B0008C7B130AD0115DDAE@sdex04.sd.intuit.com>
7411      Branch: perl
7412            ! lib/File/Copy.pm
7413 ____________________________________________________________________________
7414 [ 12418] By: jhi                                   on 2001/10/12  22:44:24
7415         Log: Subject: [PATCH lib/Term/Complete.t] Rethinking the Test
7416              From: "chromatic" <chromatic@rmci.net>     
7417              Date: Thu, 11 Oct 2001 10:57:55 -0600
7418              Message-ID: <20011011170354.74354.qmail@onion.perl.org>
7419              
7420              Subject: [PATCH Complete.pm] Re: [PATCH lib/Term/Complete.t] Rethinking the Test
7421              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7422              Date: Thu, 11 Oct 2001 22:34:21 +0200
7423              Message-ID: <20011011223421.A693@rafael>     
7424              
7425              plus undef $Term::Complete::stty as suggested by Rafael.
7426      Branch: perl
7427            ! lib/Term/Complete.pm lib/Term/Complete.t
7428 ____________________________________________________________________________
7429 [ 12417] By: jhi                                   on 2001/10/12  20:35:49
7430         Log: UUnndduupplleexx..
7431      Branch: perl
7432            ! perl.h
7433 ____________________________________________________________________________
7434 [ 12416] By: sky                                   on 2001/10/12  20:16:19
7435         Log: Subject: Re: Sparc/Linux/ithreads unhappy @12391 [PATCH]
7436              From: Andy Dougherty <doughera@lafayette.edu>
7437              Date: Fri, 12 Oct 2001 16:53:03 -0400 (EDT)
7438              Message-ID: <Pine.SOL.4.10.10110121647360.11279-100000@maxwell.phys.lafayette.edu>
7439              (Potentially only band-aid)
7440      Branch: perl
7441            ! sv.c
7442 ____________________________________________________________________________
7443 [ 12415] By: jhi                                   on 2001/10/12  20:13:06
7444         Log: VMS pre-7.0 (which doesn't have sigaction()) uniformly
7445              mishandles kill(), and therefore the sigaction test
7446              should be skipped, from Charles Lane.
7447      Branch: perl
7448            ! ext/POSIX/t/sigaction.t
7449 ____________________________________________________________________________
7450 [ 12414] By: sky                                   on 2001/10/12  18:47:49
7451         Log: Perhaps other OLD_POSIX_API systems might be happy and not only HP-UX 10.20
7452      Branch: perl
7453            ! op.h
7454 ____________________________________________________________________________
7455 [ 12413] By: jhi                                   on 2001/10/12  18:35:31
7456         Log: Upgrade to Math::BigInt 1.44 from Tels and
7457              further fixes from John Peacock.
7458      Branch: perl
7459            + lib/Math/BigInt/t/Math/Subclass.pm
7460            + lib/Math/BigInt/t/bigfltpm.inc lib/Math/BigInt/t/calling.t
7461            + lib/Math/BigInt/t/subclass.t
7462            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
7463            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
7464            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
7465            ! lib/Math/BigInt/t/mbimbf.t
7466 ____________________________________________________________________________
7467 [ 12412] By: sky                                   on 2001/10/12  18:28:23
7468         Log: perhaps pthread_attr_t really needs to be set for the old api
7469      Branch: perl
7470            ! ext/threads/threads.xs
7471 ____________________________________________________________________________
7472 [ 12411] By: sky                                   on 2001/10/12  18:11:45
7473         Log: pthread_keycreate not pthread_key_create under the here be dragons API
7474      Branch: perl
7475            ! ext/threads/threads.h
7476 ____________________________________________________________________________
7477 [ 12410] By: sky                                   on 2001/10/12  18:07:37
7478         Log: Apperently OLD PTHREADS API is a bit retarded.
7479              This should fix another set of compile failures in HP-UX 10.20.
7480      Branch: perl
7481            ! ext/threads/threads.h ext/threads/threads.xs
7482 ____________________________________________________________________________
7483 [ 12409] By: nick                                  on 2001/10/12  15:30:01
7484         Log: Blind integrate of mainline
7485      Branch: perlio
7486           +> (branch 32 files)
7487            - lib/unicode/README
7488           !> (integrate 121 files)
7489 ____________________________________________________________________________
7490 [ 12408] By: sky                                   on 2001/10/12  14:55:08
7491         Log: Let us avoid being smart for now.
7492      Branch: perl
7493            ! ext/threads/threads.h
7494 ____________________________________________________________________________
7495 [ 12407] By: sky                                   on 2001/10/12  14:38:12
7496         Log: (void*) the argument to make sure we work with picky compilers
7497      Branch: perl
7498            ! ext/threads/threads.xs
7499 ____________________________________________________________________________
7500 [ 12406] By: ams                                   on 2001/10/12  13:26:04
7501         Log: (replaced with #12600)
7502              
7503              Subject: [PATCH 5.6.1 perldoc] use File::Temp
7504              From: Mikhail Zabaluev <mhz@alt-linux.org>
7505              Date: Fri, 12 Oct 2001 12:47:47 +0400
7506              Message-Id: <20011012124747.E13918@localhost.localdomain>
7507      Branch: perl
7508            ! utils/perldoc.PL
7509 ____________________________________________________________________________
7510 [ 12405] By: ams                                   on 2001/10/12  13:05:32
7511         Log: Subject: [PATCH] (Was: lib/Memoize/t/speed.................FAILED at test 2)
7512              From: andreas.koenig@anima.de (Andreas J. Koenig)
7513              Date: 12 Oct 2001 11:12:07 +0200
7514              Message-Id: <m3wv21te6w.fsf_-_@anima.de>
7515      Branch: perl
7516            ! lib/Memoize/t/speed.t
7517 ____________________________________________________________________________
7518 [ 12404] By: sky                                   on 2001/10/12  12:46:15
7519         Log: A) Support OLD_PTHREADS_API
7520              B) Change from using pthread_t to using a TLS to store the
7521              index of the thread in an hash, this is to avoid problems when
7522              in fact pthread_t was not a seralizable type.
7523              Both these changes are because of HP-UX 10.20
7524              This has not been tested on win32 but should work there.
7525              Need to add support for NetWare.
7526      Branch: perl
7527            ! ext/threads/threads.h ext/threads/threads.xs
7528 ____________________________________________________________________________
7529 [ 12403] By: ams                                   on 2001/10/12  07:34:19
7530         Log: Subject: Re: New module XML::Clean
7531              From: andreas.koenig@anima.de (Andreas J. Koenig)
7532              Date: 12 Oct 2001 10:20:35 +0200
7533              Message-Id: <m3elo9uv58.fsf@anima.de>
7534      Branch: perl
7535            ! pod/perlnewmod.pod
7536 ____________________________________________________________________________
7537 [ 12402] By: jhi                                   on 2001/10/11  19:51:04
7538         Log: More HP model tweaks from Merijn.
7539      Branch: perl
7540            ! README.hpux
7541 ____________________________________________________________________________
7542 [ 12401] By: jhi                                   on 2001/10/11  13:03:10
7543         Log: Update Changes.
7544      Branch: perl
7545            ! Changes patchlevel.h
7546 ____________________________________________________________________________
7547 [ 12400] By: jhi                                   on 2001/10/11  11:33:20
7548         Log: HP-UX update from H.Merijn Brand.
7549      Branch: perl
7550            ! README.hpux
7551 ____________________________________________________________________________
7552 [ 12399] By: jhi                                   on 2001/10/11  00:53:56
7553         Log: Subject: [PATCH] fix link rot in README.vms
7554              From: "Craig A. Berry" <craigberry@mac.com>
7555              Date: Wed, 10 Oct 2001 17:17:00 -0500
7556              Message-Id: <5.1.0.14.0.20011010171057.01bd77c8@exchi01>
7557      Branch: perl
7558            ! README.vms
7559 ____________________________________________________________________________
7560 [ 12398] By: jhi                                   on 2001/10/11  00:49:42
7561         Log: Subject: [PATCH lib/Term/Complete.t] (was Re: lib/Term/Complete.t won't complete in background)
7562              From: "chromatic" <chromatic@rmci.net>
7563              Date: Wed, 10 Oct 2001 15:50:30 -0600
7564              Message-ID: <20011010215627.13283.qmail@onion.perl.org> 
7565      Branch: perl
7566            ! lib/Term/Complete.t
7567 ____________________________________________________________________________
7568 [ 12397] By: jhi                                   on 2001/10/11  00:48:54
7569         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Packlist.t] Add Tests for ExtUtils::Packlist
7570              From: "chromatic" <chromatic@rmci.net>
7571              Date: Wed, 10 Oct 2001 15:45:42 -0600
7572              Message-ID: <20011010215140.8913.qmail@onion.perl.org>
7573      Branch: perl
7574            + lib/ExtUtils/Packlist.t
7575            ! MANIFEST
7576 ____________________________________________________________________________
7577 [ 12396] By: jhi                                   on 2001/10/10  20:20:22
7578         Log: VMS needs quotes around the -I option to keep it from
7579              being downcased, from Charles Lane.
7580      Branch: perl
7581            ! t/run/kill_perl.t
7582 ____________________________________________________________________________
7583 [ 12395] By: ams                                   on 2001/10/10  16:22:32
7584         Log: Subject: [PATCH lib/FindBin.pm]
7585              From: Stas Bekman <stas@stason.org>
7586              Date: Tue, 09 Oct 2001 23:57:10 +0800
7587              Message-Id: <3BC31E56.60805@stason.org>
7588      Branch: perl
7589            ! lib/FindBin.pm
7590 ____________________________________________________________________________
7591 [ 12394] By: ams                                   on 2001/10/10  16:09:53
7592         Log: Subject: Re: /usr/include/sys/e ?? (perl@12340)
7593              From: Abhijit Menon-Sen <ams@wiw.org>
7594              Date: Wed, 10 Oct 2001 21:59:33 +0530
7595              Message-Id: <20011010215933.B2444@lustre.dyn.wiw.org>
7596      Branch: perl
7597            ! ext/Data/Dumper/Dumper.xs
7598 ____________________________________________________________________________
7599 [ 12393] By: jhi                                   on 2001/10/10  15:53:39
7600         Log: VMS: reorder the elimination of 000000 in the canonpath logic,
7601              from Charles Lane.
7602      Branch: perl
7603            ! lib/File/Spec/VMS.pm
7604 ____________________________________________________________________________
7605 [ 12392] By: ams                                   on 2001/10/10  14:49:43
7606         Log: Subject: [PATCH] two s/// bugfixes
7607              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7608              Date: Wed, 10 Oct 2001 17:23:44 +0200
7609              Message-Id: <20011010172344.C22440@rafael>
7610      Branch: perl
7611            ! pp_ctl.c regexec.c t/op/subst.t
7612 ____________________________________________________________________________
7613 [ 12391] By: jhi                                   on 2001/10/10  12:22:02
7614         Log: Fix/improve handling of the [000000] special "root"
7615              directory, by putting cwd in canonical form when doing
7616              abs2rel, and prepending a 000000 to directory "chunks"
7617              if missing from base or path.  Also adjust test to
7618              reflect the (improved) output from abs2rel.
7619              From Charles Lane.
7620      Branch: perl
7621            ! lib/File/Spec.t lib/File/Spec/VMS.pm
7622 ____________________________________________________________________________
7623 [ 12390] By: jhi                                   on 2001/10/10  11:48:14
7624         Log: In VMS the copy-to-untaint %ENV in the initialization also loses
7625              all of the extra VMSish attributes (such as "treat this logical
7626              as a device name") that are necessary to make programs run.
7627              A tainted %ENV does not hinder VMS.  From Charles Lane.
7628      Branch: perl
7629            ! lib/File/Find/t/taint.t
7630 ____________________________________________________________________________
7631 [ 12389] By: jhi                                   on 2001/10/10  11:40:29
7632         Log: VMS-specific fixes to the ExtUtils::Manifest tests.
7633              
7634              o  VMS is case-insensitive, RTL downcases filenames read
7635              by perl... so need to re-upcase filenames like MANIFEST
7636              and MANIFEST.SKIP
7637              
7638              o  Need to convert VMS-style to Unix-style filenames when comparing
7639              names in MANIFEST to names in filesystem.
7640              
7641              o  Need to remove mantest/MANIFEST before rmdir'ing mantest,
7642              since VMS won't let you (easily) delete non-empty directories.
7643              
7644              From Charles Lane.
7645      Branch: perl
7646            ! lib/ExtUtils/Manifest.pm lib/ExtUtils/Manifest.t
7647 ____________________________________________________________________________
7648 [ 12388] By: jhi                                   on 2001/10/10  11:28:44
7649         Log: Unix and VMS agree on "*" as a "match any number of any chars"
7650              wildcards, but differ ("?"  vs.  "%") for their "match any single
7651              char" wildcard.  This patch changes "?"  chars to "%" before doing a
7652              VMS glob...at no loss of functionality, since "?"  isn't a valid
7653              filename char on VMS.  From Charles Lane.
7654      Branch: perl
7655            ! doio.c
7656 ____________________________________________________________________________
7657 [ 12387] By: jhi                                   on 2001/10/10  11:20:13
7658         Log: (accidentally empty submit; new life as #12390)
7659      Branch: perl
7660            ! lib/File/Find/t/taint.t
7661 ____________________________________________________________________________
7662 [ 12386] By: jhi                                   on 2001/10/10  11:12:40
7663         Log: Even more VMS tweakage from Charles Lane:
7664              
7665              Tweak #1:  splitdir only works on directory part of filespec,
7666              split off volume first
7667              Tweak #2:  VMS pre-7.0's $ENV{'HOME'} is not settable
7668              (it's a horrible kludge in the run-time library,
7669              improved in later versions). Check the
7670              $Config{'d_setenv'} flag before attempting to set it.
7671      Branch: perl
7672            ! t/op/chdir.t
7673 ____________________________________________________________________________
7674 [ 12385] By: jhi                                   on 2001/10/09  20:34:36
7675         Log: VMS tweakage from Charles Lane.
7676              
7677              . command.com doubles an output line when prompting for extensions
7678              . Term::Cap has no business trying to run obscure Un*x utilities on VMS
7679              . perl5db doesn't clean up after itself
7680      Branch: perl
7681            ! configure.com lib/Term/Cap.pm lib/perl5db.pl
7682 ____________________________________________________________________________
7683 [ 12384] By: sky                                   on 2001/10/09  19:16:11
7684         Log: Subject: [PATCH again again], Re: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
7685              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7686              Date: Tue, 9 Oct 2001 22:10:26 +0200
7687              Message-ID: <20011009221026.A8579@rafael>
7688      Branch: perl
7689            ! pod/perldata.pod
7690 ____________________________________________________________________________
7691 [ 12383] By: jhi                                   on 2001/10/09  14:33:15
7692         Log: Subject: [PATCH t/op/subst.t] new tests, new TODO test
7693              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
7694              Date: 9 Oct 2001 15:15:06 -0000
7695              Message-Id: <slrn9s653h.h2p.rgarciasuarez@rafael.kazibao.net>
7696      Branch: perl
7697            ! t/op/subst.t
7698 ____________________________________________________________________________
7699 [ 12382] By: jhi                                   on 2001/10/09  14:03:30
7700         Log: Update Changes.
7701      Branch: perl
7702            ! Changes patchlevel.h
7703 ____________________________________________________________________________
7704 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
7705         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
7706              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
7707              when a NULL is passed for the filename string pointer.
7708              From Charles Lane.
7709      Branch: perl
7710            ! vms/vms.c
7711 ____________________________________________________________________________
7712 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
7713         Log: Subject: HP systems update
7714              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7715              Date: Tue, 09 Oct 2001 15:59:22 +0200
7716              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
7717      Branch: perl
7718            ! README.hpux
7719 ____________________________________________________________________________
7720 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
7721         Log: CPAN::Nox does now have a test.
7722      Branch: perl
7723            ! t/lib/1_compile.t
7724 ____________________________________________________________________________
7725 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
7726         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
7727              From: David Dyck <dcd@tc.fluke.com>
7728              Date: Mon, 1 Oct 2001 12:17:36 -0700
7729              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
7730      Branch: perl
7731            ! installperl
7732 ____________________________________________________________________________
7733 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
7734         Log: NetWare update from Ananth Kesari.
7735      Branch: perl
7736            ! NetWare/nwperlsys.h makedef.pl
7737 ____________________________________________________________________________
7738 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
7739         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
7740              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7741              Date: Tue, 9 Oct 2001 08:40:57 EDT
7742              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
7743      Branch: perl
7744            ! lib/File/Find/t/find.t
7745 ____________________________________________________________________________
7746 [ 12374] By: ams                                   on 2001/10/09  05:31:45
7747         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
7748              ExtUtils::Mkbootstrap
7749              From: "chromatic" <chromatic@rmci.net>
7750              Date: Tue, 09 Oct 2001 00:08:37 -0600
7751              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
7752      Branch: perl
7753            + lib/ExtUtils/Mkbootstrap.t
7754            ! MANIFEST
7755 ____________________________________________________________________________
7756 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
7757         Log: Enable more debugging.
7758      Branch: perl
7759            ! lib/utf8_heavy.pl
7760 ____________________________________________________________________________
7761 [ 12372] By: ams                                   on 2001/10/09  02:11:59
7762         Log: #12370 forgot to modify is_gv_magical().
7763      Branch: perl
7764            ! gv.c
7765 ____________________________________________________________________________
7766 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
7767         Log: Make the toupper/lower/title API for Unicode not right
7768              but at least less wrong: prepare for the mapping being
7769              more than just one-character-to-one-character.
7770      Branch: perl
7771            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
7772            ! regexec.c utf8.c
7773 ____________________________________________________________________________
7774 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
7775         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
7776              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
7777              Date: Mon, 8 Oct 2001 22:18:23 -0400
7778              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
7779      Branch: perl
7780            ! pod/perlvar.pod t/op/taint.t
7781 ____________________________________________________________________________
7782 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
7783         Log: FAQ sync.
7784      Branch: perl
7785            ! pod/perlfaq3.pod pod/perlfaq4.pod
7786 ____________________________________________________________________________
7787 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
7788         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
7789              From: "chromatic" <chromatic@rmci.net>
7790              Date: Mon, 08 Oct 2001 14:05:32 -0600
7791              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
7792      Branch: perl
7793            ! lib/Term/Cap.t
7794 ____________________________________________________________________________
7795 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
7796         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
7797              From: Michael G Schwern <schwern@pobox.com>
7798              Date: Mon, 8 Oct 2001 17:00:14 -0400
7799              Message-ID: <20011008170014.L17083@blackrider>
7800      Branch: perl
7801            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
7802 ____________________________________________________________________________
7803 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
7804         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
7805              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
7806              Date: Mon, 8 Oct 2001 16:01:33 EDT
7807              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
7808      Branch: perl
7809            ! ext/Time/HiRes/HiRes.xs
7810 ____________________________________________________________________________
7811 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
7812         Log: Subject: [PATCH] Autosplit patch for VMS
7813              From: "Craig A. Berry" <craigberry@mac.com>
7814              Date: Mon, 08 Oct 2001 15:40:43 -0500
7815              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
7816      Branch: perl
7817            ! lib/AutoSplit.pm lib/AutoSplit.t
7818 ____________________________________________________________________________
7819 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
7820         Log: Don't assume that everybody is running OS X 10.1 yet;
7821              from Kay Röpke.
7822      Branch: perl
7823            ! hints/darwin.sh
7824 ____________________________________________________________________________
7825 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
7826         Log: Update Changes.
7827      Branch: perl
7828            ! Changes patchlevel.h
7829 ____________________________________________________________________________
7830 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
7831         Log: Retract #12358 for now.
7832      Branch: perl
7833            ! lib/Term/Cap.t
7834 ____________________________________________________________________________
7835 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
7836         Log: Can't figure out what this is testing.
7837              (If it is trying to catch SIGKILL, it should stop
7838              trying because that is by definition impossible.)
7839      Branch: perl
7840            ! lib/sigtrap.t
7841 ____________________________________________________________________________
7842 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
7843         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
7844              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
7845              Date: Sun, 30 Sep 2001 21:15:13 +0200
7846              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
7847      Branch: perl
7848            ! lib/ExtUtils/MM_Win32.pm
7849 ____________________________________________________________________________
7850 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
7851         Log: Clarify the ldlibpth part and condense the overall text.
7852      Branch: perl
7853            ! t/TEST
7854 ____________________________________________________________________________
7855 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
7856         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
7857              From: "chromatic" <chromatic@rmci.net>
7858              Date: Sun, 07 Oct 2001 16:59:26 -0600
7859              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
7860      Branch: perl
7861            ! lib/Term/Cap.t
7862 ____________________________________________________________________________
7863 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
7864         Log: Update the list because fo #12265.
7865      Branch: perl
7866            ! t/lib/1_compile.t
7867 ____________________________________________________________________________
7868 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
7869         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
7870              From: Nicholas Clark <nick@ccl4.org>
7871              Date: Sun, 7 Oct 2001 20:53:33 +0100
7872              Message-ID: <20011007205333.S38756@plum.flirble.org>   
7873      Branch: perl
7874            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
7875            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7876            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
7877            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
7878            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
7879            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
7880            ! lib/Switch/t/switch.t lib/Term/Complete.t
7881            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
7882            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
7883            ! t/op/my_stash.t
7884 ____________________________________________________________________________
7885 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
7886         Log: Integrate patch #12350 from maintperl; typo in
7887              IO::Seekable doc.
7888      Branch: perl
7889           !> ext/IO/lib/IO/Seekable.pm
7890 ____________________________________________________________________________
7891 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
7892         Log: Detypo.
7893      Branch: perl
7894            ! hints/darwin.sh
7895 ____________________________________________________________________________
7896 [ 12353] By: sky                                   on 2001/10/07  17:16:14
7897         Log: Change 12349 didn't really get it right.
7898      Branch: perl
7899            ! lib/Unicode/README
7900 ____________________________________________________________________________
7901 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
7902         Log: If running the harness the dynamic library search path
7903              may need setting.
7904      Branch: perl
7905            ! t/TEST
7906 ____________________________________________________________________________
7907 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
7908         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
7909              in ldflags.
7910      Branch: perl
7911            ! hints/darwin.sh
7912 ____________________________________________________________________________
7913 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
7914         Log: typo in IO::Seekable doc
7915      Branch: maint-5.6/perl
7916            ! ext/IO/lib/IO/Seekable.pm
7917 ____________________________________________________________________________
7918 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
7919         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
7920              doesn't work on Mac OS X 10.1 (when unpacking the tar the
7921              latter gets renamed as lib/unicode:1, assumedly for security
7922              reasons not to overwrite stuff)
7923      Branch: perl
7924            + lib/Unicode/README
7925            - lib/unicode/README
7926            ! MANIFEST
7927 ____________________________________________________________________________
7928 [ 12348] By: ams                                   on 2001/10/07  05:33:40
7929         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
7930              From: "chromatic" <chromatic@rmci.net>
7931              Date: Sat, 06 Oct 2001 21:42:03 -0600
7932              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
7933      Branch: perl
7934            + lib/CPAN/t/Nox.t
7935            ! MANIFEST
7936 ____________________________________________________________________________
7937 [ 12347] By: ams                                   on 2001/10/07  00:48:10
7938         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
7939              From: "chromatic" <chromatic@rmci.net>
7940              Date: Sat, 06 Oct 2001 18:52:10 -0600
7941              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
7942      Branch: perl
7943            + lib/sigtrap.t
7944            ! MANIFEST
7945 ____________________________________________________________________________
7946 [ 12346] By: ams                                   on 2001/10/06  23:14:01
7947         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
7948              h2xs write?)
7949              From: Nicholas Clark <nick@ccl4.org>
7950              Date: Sat, 6 Oct 2001 21:46:43 +0100
7951              Message-Id: <20011006214643.L38756@plum.flirble.org>
7952      Branch: perl
7953            ! utils/h2xs.PL
7954 ____________________________________________________________________________
7955 [ 12345] By: ams                                   on 2001/10/06  17:39:53
7956         Log: Subject: [PATCH] Memoize tests
7957              From: Nicholas Clark <nick@ccl4.org>
7958              Date: Sat, 6 Oct 2001 18:04:21 +0100
7959              Message-Id: <20011006180421.J38756@plum.flirble.org>
7960      Branch: perl
7961            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
7962            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
7963            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
7964            ! lib/Memoize/t/expire_module_n.t
7965            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
7966            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
7967            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
7968            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
7969            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
7970            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
7971 ____________________________________________________________________________
7972 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
7973         Log: Retract the latter part of #12343.
7974      Branch: perl
7975            ! ext/IO/lib/IO/Socket/INET.pm
7976 ____________________________________________________________________________
7977 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
7978         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7979              From: David Dyck <dcd@tc.fluke.com>
7980              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
7981              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
7982              
7983              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
7984              From: David Dyck <dcd@tc.fluke.com>
7985              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
7986              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
7987      Branch: perl
7988            ! ext/IO/lib/IO/Socket/INET.pm
7989 ____________________________________________________________________________
7990 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
7991         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
7992              From: Robin Barker <rmb1@cise.npl.co.uk>
7993              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
7994              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
7995      Branch: perl
7996            ! t/TEST
7997 ____________________________________________________________________________
7998 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
7999         Log: Don't assume that %x is good for displaying UVs.
8000      Branch: perl
8001            ! dump.c
8002 ____________________________________________________________________________
8003 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
8004         Log: Update Changes.
8005      Branch: perl
8006            ! Changes patchlevel.h
8007 ____________________________________________________________________________
8008 [ 12339] By: ams                                   on 2001/10/05  10:22:34
8009         Log: Subject: [PATCH] perlfunc/select
8010              From: Nicholas Clark <nick@ccl4.org>
8011              Date: Fri, 5 Oct 2001 11:33:58 +0100
8012              Message-Id: <20011005113358.Z38756@plum.flirble.org>
8013      Branch: perl
8014            ! pod/perlfunc.pod
8015 ____________________________________________________________________________
8016 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
8017         Log: Retract #12313 and #12249.
8018      Branch: perl
8019            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
8020            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
8021            ! pod/perlebcdic.pod
8022 ____________________________________________________________________________
8023 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
8024         Log: Subject: [PATCH] perlvms.pod update
8025              From: "Craig A. Berry" <craigberry@mac.com>
8026              Date: Thu, 04 Oct 2001 12:55:52 -0500
8027              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
8028      Branch: perl
8029            ! vms/perlvms.pod
8030 ____________________________________________________________________________
8031 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
8032         Log: Subject: PATCH: Tie::SubstrHash
8033              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8034              Date: Thu, 04 Oct 2001 12:12:41 +0100
8035              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
8036      Branch: perl
8037            ! lib/Tie/SubstrHash.pm
8038 ____________________________________________________________________________
8039 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
8040         Log: Unicode properties saga continues.
8041      Branch: perl
8042            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
8043            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
8044 ____________________________________________________________________________
8045 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
8046         Log: Yet more Unicode properties.
8047      Branch: perl
8048            + lib/unicore/In/137.pl lib/unicore/In/138.pl
8049            + lib/unicore/In/139.pl lib/unicore/In/140.pl
8050            + lib/unicore/In/141.pl lib/unicore/In/142.pl
8051            + lib/unicore/In/143.pl lib/unicore/In/144.pl
8052            + lib/unicore/In/145.pl lib/unicore/In/146.pl
8053            + lib/unicore/In/147.pl lib/unicore/In/148.pl
8054            + lib/unicore/In/149.pl lib/unicore/In/150.pl
8055            + lib/unicore/In/151.pl lib/unicore/In/152.pl
8056            + lib/unicore/In/153.pl lib/unicore/In/154.pl
8057            + lib/unicore/In/155.pl lib/unicore/In/156.pl
8058            + lib/unicore/In/157.pl lib/unicore/In/158.pl
8059            + lib/unicore/In/159.pl lib/unicore/In/160.pl
8060            + lib/unicore/In/161.pl lib/unicore/In/162.pl
8061            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
8062            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
8063            ! pod/perlunicode.pod
8064 ____________________________________________________________________________
8065 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
8066         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
8067              From: "Craig A. Berry" <craigberry@mac.com>
8068              Date: Wed, 03 Oct 2001 17:45:25 -0500
8069              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
8070              
8071              (the lib/Term/Complete.t patched differently by #12332)
8072      Branch: perl
8073            ! lib/ExtUtils/Command.t
8074 ____________________________________________________________________________
8075 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
8076         Log: Restore only if something to restore.
8077      Branch: perl
8078            ! lib/Term/Complete.t
8079 ____________________________________________________________________________
8080 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
8081         Log: Update various resources for credits,
8082              minor icons fixes, and versions.
8083      Branch: maint-5.6/macperl
8084            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
8085            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
8086            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
8087 ____________________________________________________________________________
8088 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
8089         Log: Quiet the warnings about using undef value
8090      Branch: maint-5.6/macperl
8091            ! lib/File/Temp.pm
8092 ____________________________________________________________________________
8093 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
8094         Log: Fix up Ballon Help and Help menu docs (first pass);
8095              remove balloon rez file, and autogenerate with
8096              Balloon2Rez instead.
8097      Branch: maint-5.6/macperl
8098            + macos/macperl/macscripts/Balloon2Rez
8099            - macos/macperl/MPBalloons.r
8100            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
8101 ____________________________________________________________________________
8102 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
8103         Log: Allow overriding of defaults, for change #12327.
8104      Branch: maint-5.6/macperl
8105            ! perl.h
8106 ____________________________________________________________________________
8107 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
8108         Log: Override PerlProc_exit.
8109      Branch: maint-5.6/macperl
8110            ! macos/macish.h
8111 ____________________________________________________________________________
8112 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
8113         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
8114      Branch: maint-5.6/macperl
8115            + macos/bundled_lib/blib/lib/MD5.pm
8116            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
8117            + macos/lib/Mac/AETE/Dialect.pm
8118            + macos/lib/Mac/AETE/Format/Converter.pm
8119            + macos/lib/Mac/AETE/Format/Dictionary.pm
8120            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
8121            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
8122            + macos/lib/Mac/Toolbox.pod
8123            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
8124 ____________________________________________________________________________
8125 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
8126         Log: Sync up silly CVS headers ... I should commit CVS
8127              first to avoid this ...
8128      Branch: maint-5.6/macperl
8129            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
8130            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
8131            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
8132            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
8133 ____________________________________________________________________________
8134 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
8135         Log: Fix Matthias' address, and attributions.
8136      Branch: maint-5.6/macperl
8137            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
8138            ! pod/perlport.pod
8139 ____________________________________________________________________________
8140 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
8141         Log: Fix Matthias' address, and attributions.
8142      Branch: maint-5.6/macperl
8143            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
8144            ! macos/ext/Mac/Components/Components.pm
8145            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
8146            ! macos/ext/Mac/Dialogs/Dialogs.pm
8147            ! macos/ext/Mac/Events/Events.pm
8148            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
8149            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
8150            ! macos/ext/Mac/Gestalt/Gestalt.pm
8151            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
8152            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
8153            ! macos/ext/Mac/Menus/Menus.pm
8154            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
8155            ! macos/ext/Mac/Movies/Movies.pm
8156            ! macos/ext/Mac/Navigation/Navigation.pm
8157            ! macos/ext/Mac/Notification/Notification.pm
8158            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
8159            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
8160            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
8161            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
8162            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
8163            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
8164            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
8165            ! macos/ext/Mac/StandardFile/StandardFile.pm
8166            ! macos/ext/Mac/TextEdit/TextEdit.pm
8167            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
8168            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
8169            ! macos/lib/Mac/LowMem.pm
8170 ____________________________________________________________________________
8171 [ 12322] By: sky                                   on 2001/10/03  18:41:07
8172         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
8173              From: "Craig A. Berry" <craigberry@mac.com>
8174              Date: Wed, 03 Oct 2001 14:30:55 -0500
8175              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
8176      Branch: perl
8177            ! vms/vms.c
8178 ____________________________________________________________________________
8179 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
8180         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
8181              From: "Craig A. Berry" <craigberry@mac.com>
8182              Date: Wed, 03 Oct 2001 14:30:55 -0500
8183              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
8184      Branch: perl
8185            ! vms/vms.c
8186 ____________________________________________________________________________
8187 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
8188         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
8189              only IsL&) and Inherited (negative lookahead good);
8190              add tests for Common, Inherited, and L&.
8191      Branch: perl
8192            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
8193 ____________________________________________________________________________
8194 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
8195         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
8196              (The Unicode standard uses L& quite often.)
8197      Branch: perl
8198            ! lib/utf8_heavy.pl
8199 ____________________________________________________________________________
8200 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
8201         Log: Add the 'Common' Unicode property (code points not
8202              explicitly assigned to any other script).
8203      Branch: perl
8204            + lib/unicore/In/136.pl
8205            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
8206 ____________________________________________________________________________
8207 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
8208         Log: Skip the RV printing test under threads until fixed.
8209      Branch: perl
8210            ! ext/B/t/terse.t
8211 ____________________________________________________________________________
8212 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
8213         Log: Subject: 12309 / cygwin / win2k
8214              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8215              Date: Wed, 03 Oct 2001 15:25:15 +0200
8216              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
8217      Branch: perl
8218            ! makedef.pl
8219 ____________________________________________________________________________
8220 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
8221         Log: Metaconfig unit change for #12314.
8222      Branch: metaconfig
8223            ! U/modified/Head.U
8224 ____________________________________________________________________________
8225 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
8226         Log: Subject: Both cygwin and djgpp on one machine
8227              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
8228              Date: Wed, 03 Oct 2001 15:02:59 +0200
8229              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
8230      Branch: perl
8231            ! Configure
8232 ____________________________________________________________________________
8233 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
8234         Log: (retracted by #12338)
8235              
8236              Subject: [PATCH] Code clean up for perlboot.pod
8237              From: Casey West <casey@geeknest.com>
8238              Date: Tue, 2 Oct 2001 19:24:43 -0400
8239              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
8240              
8241              Subject: [PATCH] Code clean up for perlbot.diff
8242              From: Casey West <casey@geeknest.com>
8243              Date: Tue, 2 Oct 2001 19:25:22 -0400
8244              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
8245              
8246              Subject: [PATCH] Code clean up for perlcall.pod
8247              From: Casey West <casey@geeknest.com>
8248              Date: Tue, 2 Oct 2001 19:25:57 -0400
8249              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
8250              
8251              Subject: [PATCH] Code clean up for perldata.pod
8252              From: Casey West <casey@geeknest.com>
8253              Date: Tue, 2 Oct 2001 19:26:29 -0400
8254              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
8255              
8256              Subject: [PATCH] Code clean up for perldbmfilter.pod
8257              From: Casey West <casey@geeknest.com>
8258              Date: Tue, 2 Oct 2001 19:26:59 -0400
8259              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
8260              
8261              Subject: [PATCH] Code clean up for perlebcdic.pod
8262              From: Casey West <casey@geeknest.com>
8263              Date: Tue, 2 Oct 2001 19:27:37 -0400
8264              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
8265      Branch: perl
8266            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
8267            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
8268 ____________________________________________________________________________
8269 [ 12312] By: ams                                   on 2001/10/02  23:43:55
8270         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
8271              From: Michael G Schwern <schwern@pobox.com>
8272              Date: Tue, 2 Oct 2001 17:00:49 -0400
8273              Message-Id: <20011002170049.A9955@blackrider>
8274      Branch: perl
8275            ! lib/ExtUtils/MakeMaker.pm
8276 ____________________________________________________________________________
8277 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
8278         Log: FAQ sync.
8279      Branch: perl
8280            ! pod/perlfaq3.pod
8281 ____________________________________________________________________________
8282 [ 12310] By: nick                                  on 2001/10/02  16:09:49
8283         Log: Integrate mainline
8284      Branch: perlio
8285           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
8286           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
8287           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
8288           !> patchlevel.h t/op/pat.t
8289 ____________________________________________________________________________
8290 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
8291         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
8292              not just one single space.
8293      Branch: perl
8294            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
8295 ____________________________________________________________________________
8296 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
8297         Log: AUTHORS updates.
8298      Branch: perl
8299            ! AUTHORS
8300 ____________________________________________________________________________
8301 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
8302         Log: Update Changes.
8303      Branch: perl
8304            ! Changes patchlevel.h
8305 ____________________________________________________________________________
8306 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
8307         Log: Work around old buggy glibcs for langinfo constants,
8308              from Nicholas Clark and David Dyck.
8309      Branch: perl
8310            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
8311 ____________________________________________________________________________
8312 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
8313         Log: Eradicate Time::Piece; add an example.
8314      Branch: perl
8315            ! ext/I18N/Langinfo/Langinfo.pm
8316 ____________________________________________________________________________
8317 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
8318         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
8319              From: Robert Spier <rspier@pobox.com>
8320              Date: Mon, 1 Oct 2001 23:20:16 -0700
8321              Message-ID: <15289.23712.422087.878224@rls.cx>
8322      Branch: perl
8323            ! lib/Pod/Html.pm
8324 ____________________________________________________________________________
8325 [ 12303] By: sky                                   on 2001/10/02  10:40:57
8326         Log: Fixes obscure bug that manifests itself by.
8327              local $!=0;undef*STDOUT;#segfaults
8328              Has been around for a while. Possible other magic IO vars are
8329              possibly affected aswell. Reported by Jos Boumans.
8330      Branch: perl
8331            ! mg.c
8332 ____________________________________________________________________________
8333 [ 12302] By: nick                                  on 2001/10/02  09:00:52
8334         Log: Integrate mainline
8335      Branch: perlio
8336           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
8337           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
8338           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
8339 ____________________________________________________________________________
8340 [ 12301] By: nick                                  on 2001/10/02  08:40:57
8341         Log: Integrate mainline + lib/open.t patch from Chromatic
8342      Branch: perlio
8343           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
8344            ! lib/open.t
8345           !> (integrate 29 files)
8346 ____________________________________________________________________________
8347 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
8348         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
8349              Until it has, better stop early if someone requests threads.
8350      Branch: perl
8351            ! hints/darwin.sh
8352 ____________________________________________________________________________
8353 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
8354         Log: Subject: [ID 20011001.011] redundant code in t/TEST
8355              From: David Dyck <dcd@tc.fluke.com>
8356              Date: Mon, 1 Oct 2001 12:56:24 -0700
8357              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
8358      Branch: perl
8359            ! t/TEST
8360 ____________________________________________________________________________
8361 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
8362         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
8363              From: "chromatic" <chromatic@rmci.net>
8364              Date: Mon, 01 Oct 2001 12:27:12 -0600
8365              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
8366      Branch: perl
8367            ! lib/Term/Cap.t
8368 ____________________________________________________________________________
8369 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
8370         Log: UNICOS testing patches from Nicholas Clark.
8371      Branch: perl
8372            ! t/op/arith.t t/op/pack.t
8373 ____________________________________________________________________________
8374 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
8375         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
8376              From: "chromatic" <chromatic@rmci.net>
8377              Date: Mon, 01 Oct 2001 10:21:51 -0600
8378              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
8379      Branch: perl
8380            ! lib/open.t
8381 ____________________________________________________________________________
8382 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
8383         Log: Make missing the RADIXCHAR a softer, gentler error.
8384      Branch: perl
8385            ! ext/I18N/Langinfo/Langinfo.t
8386 ____________________________________________________________________________
8387 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
8388         Log: Nuke also the LANG because of glibc.
8389      Branch: perl
8390            ! lib/open.t
8391 ____________________________________________________________________________
8392 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
8393         Log: Also the ^Is is optional.
8394      Branch: perl
8395            ! pod/perlunicode.pod t/op/pat.t
8396 ____________________________________________________________________________
8397 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
8398         Log: Be careful to pull chars from the varargs stack when
8399              formatting chars.
8400      Branch: perl
8401            ! regcomp.c
8402 ____________________________________________________________________________
8403 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
8404         Log: sortsv not in place anymore, noticed by John P. Linderman.
8405      Branch: perl
8406            ! pod/perlapi.pod pp_ctl.c
8407 ____________________________________________________________________________
8408 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
8409         Log: Make the diagnostic messages more neutral.
8410      Branch: perl
8411            ! ext/B/t/terse.t
8412 ____________________________________________________________________________
8413 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
8414         Log: Forgotten from #12288.
8415      Branch: perl
8416            ! ext/Data/Dumper/Dumper.pm
8417 ____________________________________________________________________________
8418 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
8419         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
8420              From: Brian Ingerson <ingy@ttul.org>
8421              Date: Sun, 30 Sep 2001 21:45:56 -0700
8422              Message-ID: <20010930214556.D26392@ttul.org>
8423              
8424              (remember also the #12289)
8425      Branch: perl
8426            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
8427 ____________________________________________________________________________
8428 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
8429         Log: More Unicode property tests for the abbreviated
8430              general properties.
8431      Branch: perl
8432            ! t/op/pat.t
8433 ____________________________________________________________________________
8434 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
8435         Log: Further tweaks to the Unicode properties.
8436      Branch: perl
8437            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
8438 ____________________________________________________________________________
8439 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
8440         Log: Retract #12284.
8441      Branch: perl
8442            ! lib/Term/Cap.t
8443 ____________________________________________________________________________
8444 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
8445         Log: (Retracted by #12285)
8446      Branch: perl
8447            ! lib/Term/Cap.t
8448 ____________________________________________________________________________
8449 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
8450         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
8451              From: "chromatic" <chromatic@rmci.net>  
8452              Date: Sun, 30 Sep 2001 16:10:02 -0600
8453              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
8454      Branch: perl
8455            + lib/Term/Cap.t
8456            ! MANIFEST
8457 ____________________________________________________________________________
8458 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
8459         Log: Use stty -g to restore the terminal state, do not even
8460              try to run the tests if stty -g is not available.
8461      Branch: perl
8462            ! lib/Term/Complete.t
8463 ____________________________________________________________________________
8464 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
8465         Log: Cleanup utf8_heavy; allow dropping the In prefix from
8466              Unicode script/block properties.
8467      Branch: perl
8468            ! lib/utf8_heavy.pl
8469 ____________________________________________________________________________
8470 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
8471         Log: Retract the #12259 for now.
8472      Branch: perl
8473            ! embed.h embed.pl sv.h
8474 ____________________________________________________________________________
8475 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
8476         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
8477      Branch: perl
8478            + lib/Text/TabsWrap/CHANGELOG
8479            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
8480 ____________________________________________________________________________
8481 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
8482         Log: #12272 wasn't right, it introduced an extra ().
8483      Branch: perl
8484            ! lib/utf8_heavy.pl
8485 ____________________________________________________________________________
8486 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
8487         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
8488              From: Jonathan Stowe <gellyfish@gellyfish.com>
8489              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
8490              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
8491      Branch: perl
8492            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
8493 ____________________________________________________________________________
8494 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
8495         Log: Subject: Patch to put qsortsv in the public API
8496              From: Brian Ingerson <ingy@ttul.org>
8497              Date: Sat, 29 Sep 2001 17:41:13 -0700
8498              Message-ID: <20010929174113.A30223@ttul.org>
8499      Branch: perl
8500            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
8501 ____________________________________________________________________________
8502 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
8503         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
8504              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8505              Date: Sat, 29 Sep 2001 23:54:48 +0200
8506              Message-ID: <20010929235448.A5017@rafael>
8507      Branch: perl
8508            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
8509 ____________________________________________________________________________
8510 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
8511         Log: FAQ sync.
8512      Branch: perl
8513            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
8514            ! pod/perlfaq9.pod
8515 ____________________________________________________________________________
8516 [ 12273] By: bailey                                on 2001/09/29  23:43:46
8517         Log: Resync with mainline
8518      Branch: vmsperl
8519           +> (branch 1207 files)
8520            - (delete 324 files)
8521           !> (integrate 866 files)
8522 ____________________________________________________________________________
8523 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
8524         Log: Nasty recursion trap if one would match Unicode.
8525      Branch: perl
8526            ! lib/utf8_heavy.pl
8527 ____________________________________________________________________________
8528 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
8529         Log: More Unicode todo.
8530      Branch: perl
8531            ! pod/perltodo.pod
8532 ____________________________________________________________________________
8533 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
8534         Log: Explain a bit the new more flexible \p\P syntax.
8535      Branch: perl
8536            ! pod/perlunicode.pod
8537 ____________________________________________________________________________
8538 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
8539         Log: More leniency to the \p and \P: now can have whitespace
8540              between the property definition and the curlies; now can
8541              invert the property by having a caret between the open
8542              curly and the property.
8543      Branch: perl
8544            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
8545 ____________________________________________________________________________
8546 [ 12268] By: nick                                  on 2001/09/29  17:39:26
8547         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
8548              one test (lib/open.t) fails
8549      Branch: perlio
8550           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
8551           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
8552           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
8553           +> lib/Tie/Scalar.t lib/open.t
8554            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
8555            - ext/B/Stash.t
8556           !> (integrate 62 files)
8557 ____________________________________________________________________________
8558 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
8559         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
8560      Branch: perl
8561            ! t/op/chdir.t
8562 ____________________________________________________________________________
8563 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
8564         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
8565              From: "Craig A. Berry" <craigberry@mac.com> 
8566              Date: Sat, 29 Sep 2001 09:35:33 -0500
8567              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
8568      Branch: perl
8569            ! t/op/chdir.t
8570 ____________________________________________________________________________
8571 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
8572         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
8573              From: "chromatic" <chromatic@rmci.net>
8574              Date: Fri, 28 Sep 2001 21:20:12 -0600
8575              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
8576      Branch: perl
8577            + lib/Tie/Scalar.t
8578            ! MANIFEST lib/Tie/Scalar.pm
8579 ____________________________________________________________________________
8580 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
8581         Log: Allow for more flexibility in the \p{In...} names, now
8582              case doesn't matter, and any space or dash can be
8583              matched by any space, dash, underbar, or empty.
8584              (may be going too far on leniency)
8585      Branch: perl
8586            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
8587            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
8588            ! t/op/pat.t
8589 ____________________________________________________________________________
8590 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
8591         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
8592              From: "chromatic" <chromatic@rmci.net>
8593              Date: Fri, 28 Sep 2001 17:39:50 -0600
8594              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
8595      Branch: perl
8596            + lib/open.t
8597            ! MANIFEST
8598 ____________________________________________________________________________
8599 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
8600         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
8601              From: "Craig A. Berry" <craigberry@mac.com>
8602              Date: Fri, 28 Sep 2001 16:24:51 -0500
8603              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
8604      Branch: perl
8605            ! ext/File/Glob/t/basic.t
8606 ____________________________________________________________________________
8607 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
8608         Log: Subject: [DOC PATCH] Carp.pm pod typo
8609              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8610              Date: Fri, 28 Sep 2001 23:14:51 +0200
8611              Message-ID: <20010928231451.E16889@rafael>
8612      Branch: perl
8613            ! lib/Carp.pm
8614 ____________________________________________________________________________
8615 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
8616         Log: Subject: [PATCH] Allow an @INC hook to set %INC
8617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8618              Date: Fri, 28 Sep 2001 22:18:13 +0200
8619              Message-ID: <20010928221813.A16889@rafael>
8620      Branch: perl
8621            ! pp_ctl.c
8622 ____________________________________________________________________________
8623 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
8624         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
8625              From: Nicholas Clark <nick@ccl4.org>
8626              Date: Fri, 28 Sep 2001 23:39:33 +0100
8627              Message-ID: <20010928233933.C23673@plum.flirble.org>
8628      Branch: perl
8629            ! embed.h embed.pl sv.h
8630 ____________________________________________________________________________
8631 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
8632         Log: Update Changes.
8633      Branch: perl
8634            ! Changes patchlevel.h
8635 ____________________________________________________________________________
8636 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
8637         Log: Move the B tests to B/t.
8638      Branch: perl
8639            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
8640            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
8641            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
8642            - ext/B/Showlex.t ext/B/Stash.t
8643            ! MANIFEST
8644 ____________________________________________________________________________
8645 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
8646         Log: Forgot from #12254.
8647      Branch: perl
8648            + ext/B/B/Terse.t
8649 ____________________________________________________________________________
8650 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
8651         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
8652              From: "chromatic" <chromatic@rmci.net>
8653              Date: Thu, 27 Sep 2001 23:22:17 -0600
8654              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
8655      Branch: perl
8656            ! MANIFEST
8657 ____________________________________________________________________________
8658 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
8659         Log: Test numbering mismatch.
8660      Branch: perl
8661            ! t/op/chdir.t
8662 ____________________________________________________________________________
8663 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
8664         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
8665              From: "Craig A. Berry" <craigberry@mac.com>
8666              Date: Wed, 26 Sep 2001 17:43:14 -0500
8667              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
8668      Branch: perl
8669            ! iperlsys.h t/op/chdir.t
8670 ____________________________________________________________________________
8671 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
8672         Log: Subject: [PATCH gv.c] make __ANON__ global
8673              From: Robin Barker <rmb1@cise.npl.co.uk>
8674              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
8675              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
8676      Branch: perl
8677            ! gv.c t/op/anonsub.t t/op/runlevel.t
8678 ____________________________________________________________________________
8679 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
8680         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
8681              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
8682              Date: Thu, 27 Sep 2001 22:34:32 +0200
8683              Message-ID: <20010927223432.A1485@rafael>
8684      Branch: perl
8685            ! ext/B/B/Terse.pm
8686 ____________________________________________________________________________
8687 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
8688         Log: (retracted by #12338)
8689              
8690              Subject: [PATCH] Cleanup of perldsc.pod      
8691              From: Casey West <casey@geeknest.com>
8692              Date: Thu, 27 Sep 2001 11:13:17 -0400
8693              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
8694      Branch: perl
8695            ! pod/perldsc.pod
8696 ____________________________________________________________________________
8697 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
8698         Log: Not everyone is using ithreads...
8699      Branch: perl
8700            ! ext/Devel/Peek/Peek.t
8701 ____________________________________________________________________________
8702 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
8703         Log: Document the nss_delete core dump workaround for HP-UX
8704              and Solaris, bug IDs 20010805.018 and 20010629.004.
8705      Branch: perl
8706            ! README.hpux README.solaris
8707 ____________________________________________________________________________
8708 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
8709         Log: Dump Unicode hash keys also as Unicode,
8710              not just as a byte string.
8711      Branch: perl
8712            ! dump.c ext/Devel/Peek/Peek.t
8713 ____________________________________________________________________________
8714 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
8715         Log: Integrate changes #12241 and #12242 from macperl:
8716              
8717              Remove unneeded disabling of umask() calls
8718              
8719              Note (get|set)sockopt are available.
8720      Branch: perl
8721           !> lib/File/Temp.pm pod/perlport.pod
8722 ____________________________________________________________________________
8723 [ 12244] By: sky                                   on 2001/09/27  08:53:00
8724         Log: Flush buffers on thread closedown.
8725      Branch: perl
8726            ! ext/threads/threads.xs
8727 ____________________________________________________________________________
8728 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
8729         Log: Dump SvUTF8(sv)s also as \x{...}.
8730              
8731              TODO: dump the SvUTF8() hash keys similarly. 
8732      Branch: perl
8733            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
8734 ____________________________________________________________________________
8735 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
8736         Log: Note (get|set)sockopt are available.
8737      Branch: maint-5.6/macperl
8738            ! pod/perlport.pod
8739 ____________________________________________________________________________
8740 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
8741         Log: Remove unneeded disabling of umask() calls
8742      Branch: maint-5.6/macperl
8743            ! lib/File/Temp.pm
8744 ____________________________________________________________________________
8745 [ 12240] By: sky                                   on 2001/09/26  18:44:56
8746         Log: Documention update
8747      Branch: perl
8748            ! ext/threads/threads.pm
8749 ____________________________________________________________________________
8750 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
8751         Log: Update Changes.
8752      Branch: perl
8753            ! Changes patchlevel.h
8754 ____________________________________________________________________________
8755 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
8756         Log: Check that all environment variables are tainted.
8757      Branch: perl
8758            ! t/op/taint.t
8759 ____________________________________________________________________________
8760 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
8761         Log: Manual integration error in #12235.
8762      Branch: perl
8763            ! lib/File/DosGlob.t
8764 ____________________________________________________________________________
8765 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
8766         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
8767              From: "chromatic" <chromatic@rmci.net>
8768              Date: Tue, 25 Sep 2001 23:57:07 -0600
8769              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
8770      Branch: perl
8771            ! perlio.c
8772 ____________________________________________________________________________
8773 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
8774         Log: Integrate macperl changes from Chris Nandor:
8775              12192 11817 11815 11813 11778 11775
8776              
8777              Update CPAN.pm to work with new Mac::BuildTools instead
8778              of ExtUtils::MM_MacOS "orphan" functions
8779              
8780              Fix test
8781              
8782              Make syntax check report in MPW style, fix tests
8783              to use Mac::err=unix to get normal-style error
8784              messages.
8785              
8786              More module and test ports from Thomas Wegner et al
8787              
8788              Fix open of /dev/null for Mac OS
8789              
8790              Allow for platforms to override formatting of errors
8791              on output from Matthias Neeracher (core files)
8792      Branch: perl
8793            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
8794            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
8795            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
8796           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
8797           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
8798           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
8799 ____________________________________________________________________________
8800 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
8801         Log: grrr.
8802      Branch: perl
8803            ! t/op/gv.t
8804 ____________________________________________________________________________
8805 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
8806         Log: Retract #12232.
8807      Branch: perl
8808            ! t/op/gv.t
8809 ____________________________________________________________________________
8810 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
8811         Log: (Retracted by #12233.)
8812      Branch: perl
8813            ! t/op/gv.t
8814 ____________________________________________________________________________
8815 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
8816         Log: Detypo.
8817      Branch: perl
8818            ! ext/Encode/Makefile.PL
8819 ____________________________________________________________________________
8820 [ 12230] By: sky                                   on 2001/09/26  11:36:23
8821         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
8822              We are using a "delay" here because we do not want to depend on thread synchronization issues.
8823      Branch: perl
8824            + ext/threads/t/stress_cv.t
8825            ! MANIFEST ext/threads/t/stress_string.t
8826 ____________________________________________________________________________
8827 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
8828         Log: NetWare tweak from Ananth Kesari.
8829      Branch: perl
8830            ! NetWare/t/Readme.txt
8831 ____________________________________________________________________________
8832 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
8833         Log: Trick to fool case-blind filesystems.
8834      Branch: perl
8835            ! ext/Encode/Makefile.PL
8836 ____________________________________________________________________________
8837 [ 12227] By: sky                                   on 2001/09/26  11:06:50
8838         Log: Threads can start executing in a different order than they were
8839              created.... so we cannot ok() inside the threadstarter.
8840      Branch: perl
8841            ! ext/threads/t/stress_string.t
8842 ____________________________________________________________________________
8843 [ 12226] By: sky                                   on 2001/09/26  07:41:45
8844         Log: Add in stress_string.t to stress test threads a bit more.
8845      Branch: perl
8846            + ext/threads/t/stress_string.t
8847            ! MANIFEST
8848 ____________________________________________________________________________
8849 [ 12225] By: sky                                   on 2001/09/26  07:04:21
8850         Log: Fix negative refcount introduced by #12223.
8851      Branch: perl
8852            ! ext/threads/threads.xs
8853 ____________________________________________________________________________
8854 [ 12224] By: sky                                   on 2001/09/26  06:57:58
8855         Log: Update documentation to match change #12223
8856      Branch: perl
8857            ! sharedsv.c
8858 ____________________________________________________________________________
8859 [ 12223] By: sky                                   on 2001/09/26  06:54:32
8860         Log: Use a separate interpreter for the sharedsv space. Another
8861              negative sv leak. Sigh.
8862      Branch: perl
8863            ! sharedsv.c
8864 ____________________________________________________________________________
8865 [ 12222] By: sky                                   on 2001/09/26  05:58:35
8866         Log: Do the environ assignment in perl_contruct to match perl_destruct.
8867              Now we don't need to perl_parse/perl_run. However environ is a
8868              global....
8869      Branch: perl
8870            ! perl.c
8871 ____________________________________________________________________________
8872 [ 12221] By: sky                                   on 2001/09/26  05:41:02
8873         Log: Move the creation of PL_strtab to perl_construct so we can work
8874              with HV and HEs without running perl_parse.
8875      Branch: perl
8876            ! perl.c
8877 ____________________________________________________________________________
8878 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
8879         Log: integrate macperl changes into maint-5.6
8880      Branch: maint-5.6/perl
8881           !> (integrate 26 files)
8882 ____________________________________________________________________________
8883 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
8884         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
8885              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
8886      Branch: maint-5.6/macperl
8887            ! macos/ext/Mac/Fonts/Fonts.xs
8888            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
8889 ____________________________________________________________________________
8890 [ 12218] By: ams                                   on 2001/09/25  23:31:33
8891         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
8892              From: Nicholas Clark <nick@ccl4.org>
8893              Date: Wed, 26 Sep 2001 01:20:20 +0100
8894              Message-Id: <20010926012020.B48092@plum.flirble.org>
8895      Branch: perl
8896            ! lib/AutoSplit.t
8897 ____________________________________________________________________________
8898 [ 12217] By: ams                                   on 2001/09/25  22:33:05
8899         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
8900              From: "Craig A. Berry" <craigberry@mac.com>
8901              Date: Tue, 25 Sep 2001 18:08:42 -0500
8902              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
8903      Branch: perl
8904            ! vms/vms.c
8905 ____________________________________________________________________________
8906 [ 12216] By: ams                                   on 2001/09/25  21:41:01
8907         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
8908              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
8909              From: Michael G Schwern <schwern@pobox.com>
8910              Date: Wed, 26 Sep 2001 00:38:21 -0400
8911              Message-Id: <20010926003821.A627@blackrider>
8912      Branch: perl
8913            ! lib/AutoSplit.t
8914 ____________________________________________________________________________
8915 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
8916         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
8917              From: Michael G Schwern <schwern@pobox.com>
8918              Date: Tue, 25 Sep 2001 17:43:49 -0400
8919              Message-ID: <20010925174349.B19534@blackrider>
8920      Branch: perl
8921            ! lib/Test/Simple.pm lib/Test/Utils.pm
8922 ____________________________________________________________________________
8923 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
8924         Log: Integrate changes from bleadperl.
8925      Branch: maint-5.6/macperl
8926           !> pod/perlport.pod
8927 ____________________________________________________________________________
8928 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
8929         Log: skip($mess) should result in one skip.
8930      Branch: perl
8931            ! t/test.pl
8932 ____________________________________________________________________________
8933 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
8934         Log: Integrate change #12200 from maintperl.
8935      Branch: maint-5.6/macperl
8936           !> win32/perlhost.h
8937 ____________________________________________________________________________
8938 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
8939         Log: Fix file types to "apple"
8940      Branch: maint-5.6/macperl
8941            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
8942            ! macos/ext/Mac/SAT/t/Collision.rsrc
8943 ____________________________________________________________________________
8944 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
8945         Log: Fix rsrc file as snd file; fix path in t file.
8946      Branch: maint-5.6/macperl
8947            ! macos/ext/Mac/Notification/t/Notification.rsrc
8948            ! macos/ext/Mac/Notification/t/Notification.t
8949 ____________________________________________________________________________
8950 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
8951         Log: Sync up with File::Find from bleadperl.
8952      Branch: maint-5.6/macperl
8953            ! lib/File/Find.pm t/lib/filefind-taint.t
8954 ____________________________________________________________________________
8955 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
8956         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
8957              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
8958              of hundreds)
8959      Branch: maint-5.6/macperl
8960            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
8961            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
8962            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
8963 ____________________________________________________________________________
8964 [ 12207] By: nick                                  on 2001/09/25  19:04:36
8965         Log: Integrate mainline (untested while modem is up)
8966      Branch: perlio
8967           +> lib/AutoSplit.t t/test.pl
8968            - lib/warnings/register.t
8969           !> (integrate 28 files)
8970 ____________________________________________________________________________
8971 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
8972         Log: perldiag entry for #12205.
8973      Branch: perl
8974            ! pod/perldiag.pod
8975 ____________________________________________________________________________
8976 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
8977         Log: Subject: [PATCH] warning on v-string in use/require
8978              From: John Peacock <jpeacock@rowman.com>
8979              Date: Mon, 24 Sep 2001 17:29:03 -0400
8980              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
8981      Branch: perl
8982            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
8983 ____________________________________________________________________________
8984 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
8985         Log: perltooc et al updates.
8986      Branch: perl
8987            ! plan9/mkfile pod/roffitall
8988 ____________________________________________________________________________
8989 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
8990         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
8991              From: Michael G Schwern <schwern@pobox.com>
8992              Date: Sun, 23 Sep 2001 00:07:12 -0400
8993              Message-ID: <20010923000712.A7005@blackrider>
8994      Branch: perl
8995            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
8996 ____________________________________________________________________________
8997 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
8998         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
8999              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9000              Date: Wed, 26 Sep 2001 01:25:10 +0900
9001              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
9002      Branch: perl
9003            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
9004            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
9005            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
9006 ____________________________________________________________________________
9007 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
9008         Log: Integrate change #12200 from maintperl;
9009              on windows, virtualized environment could propagate deleted variables
9010              into children if they happen to be at the very end of the table
9011      Branch: perl
9012           !> win32/perlhost.h
9013 ____________________________________________________________________________
9014 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
9015         Log: on windows, virtualized environment could propagate deleted variables
9016              into children if they happen to be at the very end of the table
9017              (thanks for succinct test case from Johan Holmberg, and fix from
9018              Doug Lankshear)
9019      Branch: maint-5.6/perl
9020            ! win32/perlhost.h
9021 ____________________________________________________________________________
9022 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
9023         Log: avoid the use of ftime() (it does a useless, potentially
9024              expensive call to GetTimeZoneInformation()); this potentially
9025              also results in three more digits of precision from
9026              Time::HiRes::time()
9027      Branch: perl
9028            ! ext/Time/HiRes/HiRes.xs
9029 ____________________________________________________________________________
9030 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
9031         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
9032              
9033              Note: io/binmode is failing, have to figure out why.
9034      Branch: perl
9035            + t/test.pl
9036            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
9037            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
9038            ! t/run/exit.t
9039 ____________________________________________________________________________
9040 [ 12197] By: ams                                   on 2001/09/25  13:48:55
9041         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
9042              From: Nicholas Clark <nick@ccl4.org>
9043              Date: Tue, 25 Sep 2001 00:37:40 +0100
9044              Message-Id: <20010925003740.S4971@plum.flirble.org>
9045              (Further changes expected.)
9046      Branch: perl
9047            + lib/AutoSplit.t
9048            ! MANIFEST
9049 ____________________________________________________________________________
9050 [ 12196] By: sky                                   on 2001/09/25  13:37:12
9051         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
9052              _ftime to try and be more robust.
9053      Branch: perl
9054            ! ext/Time/HiRes/HiRes.xs
9055 ____________________________________________________________________________
9056 [ 12194] By: ams                                   on 2001/09/25  11:40:00
9057         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
9058              From: "Craig A. Berry" <craigberry@mac.com>
9059              Date: Mon, 24 Sep 2001 17:54:20 -0500
9060              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
9061      Branch: perl
9062            ! vms/descrip_mms.template
9063 ____________________________________________________________________________
9064 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
9065         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
9066              not working, cursor not spinning (Bug #422129); external
9067              editor problems (Bug #456329); escape/cmd-. not activating
9068              "Cancel" in Save dialog box (Bug #446960); Runtimes not
9069              executing on launch (Bug #464441).
9070      Branch: maint-5.6/macperl
9071            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
9072            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
9073            ! macos/macperl/MacPerl.r
9074 ____________________________________________________________________________
9075 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
9076         Log: Update CPAN.pm to work with new Mac::BuildTools instead
9077              of ExtUtils::MM_MacOS "orphan" functions
9078      Branch: maint-5.6/macperl
9079            ! lib/CPAN.pm
9080 ____________________________________________________________________________
9081 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
9082         Log: Fix up another xsubpp problem (Matthias Neeracher)
9083      Branch: maint-5.6/macperl
9084            ! macos/xsubpp
9085 ____________________________________________________________________________
9086 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
9087         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
9088      Branch: maint-5.6/macperl
9089            ! macos/lib/ExtUtils/MM_MacOS.pm
9090 ____________________________________________________________________________
9091 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
9092         Log: Fix up Makefiles for more Mac:: modules (and prepare for
9093              static build ...?)
9094      Branch: maint-5.6/macperl
9095            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
9096            ! macos/macperl/Makefile.mk
9097 ____________________________________________________________________________
9098 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
9099         Log: Fix up tests
9100      Branch: maint-5.6/macperl
9101            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
9102 ____________________________________________________________________________
9103 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
9104         Log: Make malloc smarter, fix bugs.  (Bug #404030)
9105      Branch: maint-5.6/macperl
9106            ! macos/icemalloc.c macos/icemalloc.h
9107 ____________________________________________________________________________
9108 [ 12186] By: nick                                  on 2001/09/24  19:18:17
9109         Log: Integrate mainline
9110      Branch: perlio
9111           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
9112           +> lib/filetest.t
9113           !> (integrate 30 files)
9114 ____________________________________________________________________________
9115 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
9116         Log: Retract #12136, the warnings::register is already
9117              tested by t/lib/warnings/9enabled, as pointed out
9118              by Paul Marquess.
9119      Branch: perl
9120            - lib/warnings/register.t
9121            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
9122 ____________________________________________________________________________
9123 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
9124         Log: fix Time::HiRes implementation of gettimeofday() on windows
9125              (HiRes.t#14 now passes)
9126      Branch: perl
9127            ! ext/Time/HiRes/HiRes.xs
9128 ____________________________________________________________________________
9129 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
9130         Log: File::Spec::catfile() canonifies everything to blackslashes on
9131              windows :-(
9132      Branch: perl
9133            ! lib/ExtUtils/Manifest.t
9134 ____________________________________________________________________________
9135 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
9136         Log: test number mismatch
9137      Branch: perl
9138            ! t/op/magic.t
9139 ____________________________________________________________________________
9140 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
9141         Log: ok().
9142      Branch: perl
9143            ! t/op/pack.t
9144 ____________________________________________________________________________
9145 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
9146         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
9147              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
9148      Branch: perl
9149            ! pp_pack.c t/op/pack.t
9150 ____________________________________________________________________________
9151 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
9152         Log: Update Changes.
9153      Branch: perl
9154            ! Changes patchlevel.h
9155 ____________________________________________________________________________
9156 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
9157         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
9158              From: Michael G Schwern <schwern@pobox.com>
9159              Date: Mon, 24 Sep 2001 11:12:13 -0400
9160              Message-ID: <20010924111213.G27885@blackrider>
9161      Branch: perl
9162            ! lib/ExtUtils/Manifest.pm
9163 ____________________________________________________________________________
9164 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
9165         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
9166              From: Michael G Schwern <schwern@pobox.com> 
9167              Date: Mon, 24 Sep 2001 11:02:07 -0400
9168              Message-ID: <20010924110207.E27885@blackrider>
9169      Branch: perl
9170            ! vms/test.com
9171 ____________________________________________________________________________
9172 [ 12176] By: ams                                   on 2001/09/24  14:01:59
9173         Log: Update Changes.
9174      Branch: perl
9175            ! Changes
9176 ____________________________________________________________________________
9177 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
9178         Log: Various cleanups.
9179      Branch: perl
9180            ! ext/threads/Makefile.PL ext/threads/threads.xs
9181 ____________________________________________________________________________
9182 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
9183         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
9184      Branch: maint-5.6/macperl
9185           !> (integrate 33 files)
9186 ____________________________________________________________________________
9187 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
9188         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
9189              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9190              Date: Mon, 24 Sep 2001 20:04:58 +0900
9191              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
9192      Branch: perl
9193            ! ext/Encode/Encode/gb2312.enc
9194 ____________________________________________________________________________
9195 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
9196         Log: Clarifying comment to #12164.
9197      Branch: perl
9198            ! lib/Cwd.pm
9199 ____________________________________________________________________________
9200 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
9201         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
9202              From: Nicholas Clark <nick@ccl4.org>
9203              Date: Sun, 23 Sep 2001 23:00:56 +0100
9204              Message-ID: <20010923230055.Y4971@plum.flirble.org>
9205              
9206              (with "sample_constants" changed to "fallback")
9207      Branch: perl
9208            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
9209            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
9210            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
9211            ! lib/h2xs.t utils/h2xs.PL
9212 ____________________________________________________________________________
9213 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
9214         Log: Metaconfig unit change for #12167.
9215      Branch: metaconfig
9216            ! U/modified/Cppsym.U
9217 ____________________________________________________________________________
9218 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
9219         Log: Add a few glibc cpp symbols to probe for.
9220      Branch: perl
9221            ! Configure
9222 ____________________________________________________________________________
9223 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
9224         Log: DJGPP tweaks for Laszlo Molnar.
9225      Branch: perl
9226            ! djgpp/djgppsed.sh dosish.h
9227 ____________________________________________________________________________
9228 [ 12165] By: ams                                   on 2001/09/24  10:07:08
9229         Log: Subject: [PATCH t/op/inccode.t] More tests
9230              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9231              Date: 24 Sep 2001 10:01:44 -0000
9232              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
9233      Branch: perl
9234            ! t/op/inccode.t
9235 ____________________________________________________________________________
9236 [ 12164] By: ams                                   on 2001/09/24  09:43:29
9237         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
9238              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
9239              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
9240              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
9241      Branch: perl
9242            ! lib/Cwd.pm
9243 ____________________________________________________________________________
9244 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
9245         Log: 1_compile updates.
9246      Branch: perl
9247            ! t/lib/1_compile.t
9248 ____________________________________________________________________________
9249 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
9250         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
9251              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9252              Date: Wed, 19 Sep 2001 22:47:14 +0200
9253              Message-ID: <20010919224714.A6382@rafael>
9254      Branch: perl
9255            ! pod/perlvar.pod pp_ctl.c
9256 ____________________________________________________________________________
9257 [ 12161] By: ams                                   on 2001/09/23  17:40:02
9258         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
9259              filetest Pragma
9260              From: "chromatic" <chromatic@rmci.net>
9261              Date: Sun, 23 Sep 2001 12:07:25 -0600
9262              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
9263      Branch: perl
9264            + lib/filetest.t
9265            ! MANIFEST t/lib/1_compile.t
9266 ____________________________________________________________________________
9267 [ 12160] By: ams                                   on 2001/09/23  16:32:11
9268         Log: Additional minor chdir() tweak.
9269      Branch: perl
9270            ! pod/perlfunc.pod
9271 ____________________________________________________________________________
9272 [ 12159] By: ams                                   on 2001/09/23  16:25:01
9273         Log: Subject: PATCH lib/ExtUtils/Command.t
9274              From: Abe Timmerman <abe@ztreet.demon.nl>
9275              Date: Sun, 23 Sep 2001 19:11:44 +0200
9276              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
9277      Branch: perl
9278            ! lib/ExtUtils/Command.t
9279 ____________________________________________________________________________
9280 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
9281         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
9282              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
9283              Date: Sun, 23 Sep 2001 02:02:26 +0200
9284              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
9285      Branch: perl
9286            ! makedef.pl
9287 ____________________________________________________________________________
9288 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
9289         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
9290              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
9291              Date: Sat, 22 Sep 2001 12:54:39 -0500
9292              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
9293      Branch: perl
9294            ! t/op/study.t
9295 ____________________________________________________________________________
9296 [ 12156] By: nick                                  on 2001/09/23  07:48:44
9297         Log: Integrate mainline
9298      Branch: perlio
9299            - check83.pl
9300           !> ext/Encode/Encode/2022-cn.enc
9301 ____________________________________________________________________________
9302 [ 12155] By: nick                                  on 2001/09/23  07:48:01
9303         Log: Integrate mainline
9304      Branch: perlio
9305           +> (branch 64 files)
9306            - ext/Encode/Encode/cns11643-1.enc
9307            - ext/Encode/Encode/cns11643-2.enc
9308            - ext/Encode/Encode/iso2022-cn.enc
9309            - ext/Encode/Encode/iso2022-jp.enc
9310            - ext/Encode/Encode/iso2022-jp1.enc
9311            - ext/Encode/Encode/iso2022-jp2.enc
9312            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
9313            - ext/Encode/Encode/iso8859-1.enc
9314            - ext/Encode/Encode/iso8859-1.ucm
9315            - ext/Encode/Encode/iso8859-10.enc
9316            - ext/Encode/Encode/iso8859-10.ucm
9317            - ext/Encode/Encode/iso8859-13.enc
9318            - ext/Encode/Encode/iso8859-13.ucm
9319            - ext/Encode/Encode/iso8859-14.enc
9320            - ext/Encode/Encode/iso8859-14.ucm
9321            - ext/Encode/Encode/iso8859-15.enc
9322            - ext/Encode/Encode/iso8859-15.ucm
9323            - ext/Encode/Encode/iso8859-16.enc
9324            - ext/Encode/Encode/iso8859-16.ucm
9325            - ext/Encode/Encode/iso8859-2.enc
9326            - ext/Encode/Encode/iso8859-2.ucm
9327            - ext/Encode/Encode/iso8859-3.enc
9328            - ext/Encode/Encode/iso8859-3.ucm
9329            - ext/Encode/Encode/iso8859-4.enc
9330            - ext/Encode/Encode/iso8859-4.ucm
9331            - ext/Encode/Encode/iso8859-5.enc
9332            - ext/Encode/Encode/iso8859-5.ucm
9333            - ext/Encode/Encode/iso8859-6.enc
9334            - ext/Encode/Encode/iso8859-6.ucm
9335            - ext/Encode/Encode/iso8859-7.enc
9336            - ext/Encode/Encode/iso8859-7.ucm
9337            - ext/Encode/Encode/iso8859-8.enc
9338            - ext/Encode/Encode/iso8859-8.ucm
9339            - ext/Encode/Encode/iso8859-9.enc
9340            - ext/Encode/Encode/iso8859-9.ucm
9341            - ext/Encode/Encode/isoir-197.enc
9342            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
9343            - t/lib/sample-tests/header_at_end
9344            - t/lib/sample-tests/header_at_end_fail
9345           !> (integrate 174 files)
9346 ____________________________________________________________________________
9347 [ 12154] By: ams                                   on 2001/09/23  07:11:46
9348         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
9349              by Blair Zajac.
9350      Branch: perl
9351            ! pod/perlfunc.pod
9352 ____________________________________________________________________________
9353 [ 12153] By: ams                                   on 2001/09/23  06:56:32
9354         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
9355              Forgotten deprecation of *glob{FILEHANDLE}?
9356              From: "chromatic" <chromatic@rmci.net>
9357              Date: Sat, 22 Sep 2001 21:27:56 -0600
9358              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
9359      Branch: perl
9360            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
9361 ____________________________________________________________________________
9362 [ 12152] By: ams                                   on 2001/09/23  06:42:58
9363         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
9364              From: Michael G Schwern <schwern@pobox.com>
9365              Date: Sun, 23 Sep 2001 03:34:39 -0400
9366              Message-Id: <20010923033439.E7005@blackrider>
9367      Branch: perl
9368            ! lib/File/Find.pm
9369 ____________________________________________________________________________
9370 [ 12151] By: ams                                   on 2001/09/23  06:37:57
9371         Log: Subject: Re: t/op/magic.t missing tests on Win32
9372              From: Michael G Schwern <schwern@pobox.com>
9373              Date: Sat, 22 Sep 2001 20:29:09 -0400
9374              Message-Id: <20010922202909.I18223@blackrider>
9375      Branch: perl
9376            ! t/op/magic.t
9377 ____________________________________________________________________________
9378 [ 12150] By: ams                                   on 2001/09/23  06:36:26
9379         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
9380              Dumpvalue.pm
9381              From: "chromatic" <chromatic@rmci.net>
9382              Date: Sat, 22 Sep 2001 19:41:31 -0600
9383              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
9384      Branch: perl
9385            + lib/Dumpvalue.t
9386            ! MANIFEST lib/Dumpvalue.pm
9387 ____________________________________________________________________________
9388 [ 12149] By: ams                                   on 2001/09/23  06:25:35
9389         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
9390              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9391              Date: Sun, 23 Sep 2001 15:27:56 +0900
9392              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
9393      Branch: perl
9394            ! ext/Encode/Encode/2022-cn.enc
9395 ____________________________________________________________________________
9396 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
9397         Log: Manual eror in #12147.
9398      Branch: perl
9399            ! win32/win32.c
9400 ____________________________________________________________________________
9401 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
9402         Log: Integrate change #12146 from maintperl;
9403              win32_chdir() et al don't handle a NULL argument gracefully
9404      Branch: perl
9405           !> win32/perlhost.h win32/win32.c
9406 ____________________________________________________________________________
9407 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
9408         Log: win32_chdir() et al don't handle a NULL argument gracefully
9409      Branch: maint-5.6/perl
9410            ! win32/perlhost.h win32/win32.c
9411 ____________________________________________________________________________
9412 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
9413         Log: typo in change#12026
9414      Branch: maint-5.6/perl
9415            ! op.c
9416 ____________________________________________________________________________
9417 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
9418         Log: Subject: [PATCH] Re: scalar context unpack bugs
9419              From: Nicholas Clark <nick@ccl4.org>
9420              Date: Sat, 22 Sep 2001 23:07:56 +0100
9421              Message-ID: <20010922230755.O4971@plum.flirble.org>
9422      Branch: perl
9423            ! pp_pack.c t/op/pack.t
9424 ____________________________________________________________________________
9425 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
9426         Log: Try ExtUtils::Command.t everywhere, not just on Win32
9427              (as suggested by NI-S).  Also allow running it either
9428              in t/ or in the main directory.
9429      Branch: perl
9430            ! lib/ExtUtils/Command.t
9431 ____________________________________________________________________________
9432 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
9433         Log: Update the test on warnings/register.t.
9434      Branch: perl
9435            ! t/lib/1_compile.t
9436 ____________________________________________________________________________
9437 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
9438         Log: The code is now almost tidy enough to keep the IRIX cc happy.
9439      Branch: perl
9440            ! hints/irix_6.sh
9441 ____________________________________________________________________________
9442 [ 12140] By: ams                                   on 2001/09/22  17:26:32
9443         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
9444              use_ithreads
9445              From: "Craig A. Berry" <craigberry@mac.com>
9446              Date: Sat, 22 Sep 2001 13:15:32 -0500
9447              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
9448      Branch: perl
9449            ! configure.com
9450 ____________________________________________________________________________
9451 [ 12139] By: ams                                   on 2001/09/22  16:44:08
9452         Log: Do what perl_clone() does for sharedsv functions.
9453      Branch: perl
9454            ! embed.pl proto.h
9455 ____________________________________________________________________________
9456 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
9457         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
9458              (suggested by Sarathy, extensions shouldn't be dabbling with
9459              op structures, so binary backward compatibility should not be
9460              an issue.)
9461      Branch: perl
9462            ! hints/irix_6.sh op.h
9463 ____________________________________________________________________________
9464 [ 12137] By: ams                                   on 2001/09/22  16:21:05
9465         Log: More cleanups. (What's PERL_DECL_PROT?)
9466      Branch: perl
9467            ! embed.pl proto.h sharedsv.h
9468 ____________________________________________________________________________
9469 [ 12136] By: ams                                   on 2001/09/22  15:14:34
9470         Log: (Retracted by #12185)
9471              
9472              Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
9473              Add Tests for warnings::register, Doc Update
9474              From: "chromatic" <chromatic@rmci.net>
9475              Date: Sat, 22 Sep 2001 09:43:20 -0600
9476              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
9477      Branch: perl
9478            + lib/warnings/register.t
9479            ! MANIFEST lib/warnings/register.pm
9480 ____________________________________________________________________________
9481 [ 12135] By: ams                                   on 2001/09/22  15:07:50
9482         Log: `@foo' should be @foo for consistency.
9483      Branch: perl
9484            ! pod/perldiag.pod
9485 ____________________________________________________________________________
9486 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
9487         Log: (Retracted by #12138)
9488              
9489              Add -woff (turn warning off) 3187:
9490              "A pointer is converted to a smaller integer."
9491              This happens when your pointers are 64-bit: then every case
9492              of converting pointers to PADOFFSETs (explicitly 32-bit)
9493              faces truncation (even explicit use of INT2PTR doesn't help).
9494              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
9495              Changing PADOFFSET from U32 to UV would help, but that
9496              would break binary backward compatibility of BASEOP and padop
9497              (assuming you have been using 64-bit pointers).
9498      Branch: perl
9499            ! hints/irix_6.sh
9500 ____________________________________________________________________________
9501 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
9502         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
9503              but the name comes from the inside the file, not from the file
9504              name, and Rumanian is the name of the language.
9505      Branch: perl
9506            + ext/Encode/Encode/macRumanian.enc
9507            - ext/Encode/Encode/macRomania.enc
9508            ! MANIFEST
9509 ____________________________________________________________________________
9510 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
9511         Log: Rename perltootc as perltooc for 8.3-friedliness.
9512      Branch: perl
9513            + pod/perltooc.pod
9514            - pod/perltootc.pod
9515            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
9516            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
9517            ! pod/perltoot.pod
9518 ____________________________________________________________________________
9519 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
9520         Log: Find more conflicts by lowercasing.
9521      Branch: perl
9522            + Porting/check83.pl
9523            - check83.pl
9524            ! MANIFEST
9525 ____________________________________________________________________________
9526 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
9527         Log: The AIX cc 5.0.0.0 is simply too buggy.
9528      Branch: perl
9529            ! hints/aix.sh
9530 ____________________________________________________________________________
9531 [ 12129] By: ams                                   on 2001/09/22  12:35:38
9532         Log: Uninteresting cleanup.
9533      Branch: perl
9534            ! form.h
9535 ____________________________________________________________________________
9536 [ 12128] By: ams                                   on 2001/09/22  12:28:48
9537         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
9538              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9539              Date: Sat, 22 Sep 2001 14:29:13 +0100
9540              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
9541      Branch: perl
9542            ! cv.h
9543 ____________________________________________________________________________
9544 [ 12127] By: ams                                   on 2001/09/22  12:04:28
9545         Log: What's a backet?
9546      Branch: perl
9547            ! dump.c
9548 ____________________________________________________________________________
9549 [ 12126] By: ams                                   on 2001/09/22  10:02:34
9550         Log: Removed duplicated tests #19 and #20.
9551      Branch: perl
9552            ! t/op/do.t
9553 ____________________________________________________________________________
9554 [ 12125] By: ams                                   on 2001/09/22  03:58:41
9555         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
9556              From: Michael Carman <mjcarman@home.com>
9557              Date: Fri, 21 Sep 2001 17:54:05 -0500
9558              Message-Id: <3BABC50D.6040202@home.com>
9559              (Applied with some changes.)
9560      Branch: perl
9561            ! pod/perlmod.pod
9562 ____________________________________________________________________________
9563 [ 12124] By: ams                                   on 2001/09/22  03:44:19
9564         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
9565              From: Michael G Schwern <schwern@pobox.com>
9566              Date: Fri, 21 Sep 2001 19:20:40 -0400
9567              Message-Id: <20010921192040.E5494@blackrider>
9568      Branch: perl
9569            ! t/op/chdir.t
9570 ____________________________________________________________________________
9571 [ 12123] By: ams                                   on 2001/09/22  03:41:08
9572         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
9573              From: Blair Zajac <blair@orcaware.com>
9574              Date: Fri, 21 Sep 2001 15:13:04 -0700
9575              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
9576      Branch: perl
9577            ! t/op/chdir.t
9578 ____________________________________________________________________________
9579 [ 12122] By: ams                                   on 2001/09/22  03:37:07
9580         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
9581              20010920.007
9582              From: Michael G Schwern <schwern@pobox.com>
9583              Date: Fri, 21 Sep 2001 17:59:03 -0400
9584              Message-Id: <20010921175903.V5494@blackrider>
9585      Branch: perl
9586            ! t/op/do.t
9587 ____________________________________________________________________________
9588 [ 12121] By: ams                                   on 2001/09/22  03:30:38
9589         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
9590              suite on WinCE)
9591              From: Michael G Schwern <schwern@pobox.com>
9592              Date: Fri, 21 Sep 2001 19:41:03 -0400
9593              Message-Id: <20010921194103.G5494@blackrider>
9594      Branch: perl
9595            ! pod/perlport.pod
9596 ____________________________________________________________________________
9597 [ 12120] By: ams                                   on 2001/09/22  03:28:06
9598         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
9599              From: Michael G Schwern <schwern@pobox.com>
9600              Date: Fri, 21 Sep 2001 17:33:35 -0400
9601              Message-Id: <20010921173335.T5494@blackrider>
9602              ($ENV{FOO}=undef hunk not applied.)
9603      Branch: perl
9604            ! t/op/magic.t
9605 ____________________________________________________________________________
9606 [ 12119] By: ams                                   on 2001/09/22  03:02:26
9607         Log: Subject: [PATCH] perldiag.pod
9608              From: Peter Scott <Peter@PSDT.com>
9609              Date: Fri, 21 Sep 2001 18:54:50 -0700
9610              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
9611              (Moved to the right place.)
9612      Branch: perl
9613            ! pod/perldiag.pod
9614 ____________________________________________________________________________
9615 [ 12118] By: ams                                   on 2001/09/21  20:05:29
9616         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
9617              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9618              Date: Fri, 21 Sep 2001 22:36:54 +0200
9619              Message-Id: <20010921223654.A12742@rafael>
9620      Branch: perl
9621            ! t/op/do.t
9622 ____________________________________________________________________________
9623 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
9624         Log: Restore things as they were before
9625              the backward compatibility police notices.
9626      Branch: perl
9627            ! lib/Cwd.pm
9628 ____________________________________________________________________________
9629 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
9630         Log: More Cwd from Schwern: make also OS/2 and DOS
9631              Cwd agree with File::Spec (that is, native path
9632              syntax using \ instead of / -- backward compatibility
9633              polic warning) and stop Win32 from using bsd_realpath().
9634      Branch: perl
9635            ! lib/Cwd.pm
9636 ____________________________________________________________________________
9637 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
9638         Log: Subject: [PATCH @12110] RE: Untested libraries update
9639              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
9640              Date: Fri, 21 Sep 2001 18:21:07 +0100
9641              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
9642      Branch: perl
9643            ! lib/warnings/register.pm
9644 ____________________________________________________________________________
9645 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
9646         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
9647              From: Michael G Schwern <schwern@pobox.com>
9648              Date: Thu, 20 Sep 2001 22:54:02 -0400
9649              Message-ID: <20010920225402.A3611@blackrider>
9650      Branch: perl
9651            ! lib/Cwd.pm
9652 ____________________________________________________________________________
9653 [ 12113] By: ams                                   on 2001/09/21  17:08:24
9654         Log: Subject: [PATCH] avoid v-strings with require/use
9655              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9656              Date: Fri, 21 Sep 2001 12:34:40 -0400
9657              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
9658      Branch: perl
9659            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
9660            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
9661            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
9662            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
9663            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
9664            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
9665            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
9666            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
9667            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
9668            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
9669            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
9670            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
9671            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
9672            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
9673            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
9674            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
9675            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
9676            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
9677            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
9678 ____________________________________________________________________________
9679 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
9680         Log: Update Changes.
9681      Branch: perl
9682            ! Changes patchlevel.h
9683 ____________________________________________________________________________
9684 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
9685         Log: Make AIX and Tru64 compilers happy.  
9686      Branch: perl
9687            ! ext/threads/threads.h ext/threads/threads.xs
9688 ____________________________________________________________________________
9689 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
9690         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
9691              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
9692              Date: 21 Sep 2001 09:16:37 -0000
9693              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
9694      Branch: perl
9695            ! toke.c
9696 ____________________________________________________________________________
9697 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
9698         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
9699              From: Michael G Schwern <schwern@pobox.com>
9700              Date: Thu, 20 Sep 2001 21:21:34 -0400
9701              Message-ID: <20010920212134.Y28291@blackrider>
9702      Branch: perl
9703            ! pp_sys.c
9704 ____________________________________________________________________________
9705 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
9706         Log: Subject: Re: GDB Debugging Macros from mod_perl
9707              From: rspier@pobox.com (Robert Spier)
9708              Date: Thu, 20 Sep 2001 22:45:03 -0700
9709              Message-ID: <15274.54239.413929.49430@rls.cx>
9710      Branch: perl
9711            ! pod/perltodo.pod
9712 ____________________________________________________________________________
9713 [ 12105] By: sky                                   on 2001/09/21  10:33:34
9714         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
9715              timezone! GetSystemTime should be available on all Win32 
9716              platforms we support. Perhaps Time::HiRes should be extended to
9717              support WinCE and Novell?
9718      Branch: perl
9719            ! ext/Time/HiRes/HiRes.xs
9720 ____________________________________________________________________________
9721 [ 12104] By: sky                                   on 2001/09/21  08:12:39
9722         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
9723      Branch: perl
9724            ! ext/threads/threads.h ext/threads/threads.xs
9725 ____________________________________________________________________________
9726 [ 12103] By: sky                                   on 2001/09/21  07:57:41
9727         Log: Rename the *thread* functions to Perl_* to avoid clashes.
9728              Notably on AIX but could become a problem on other platforms.
9729      Branch: perl
9730            ! ext/threads/threads.h ext/threads/threads.xs
9731 ____________________________________________________________________________
9732 [ 12102] By: sky                                   on 2001/09/21  07:35:30
9733         Log: Add the shared sv space to the global vars.
9734              Fix problems compiling on win32.
9735      Branch: perl
9736            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
9737            ! sharedsv.c sharedsv.h
9738 ____________________________________________________________________________
9739 [ 12101] By: ams                                   on 2001/09/21  00:19:55
9740         Log: Subject: [PATCH] win32/Makefile warning fix
9741              From: Blair Zajac <blair@orcaware.com>
9742              Date: Thu, 20 Sep 2001 18:15:43 -0700
9743              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
9744      Branch: perl
9745            ! win32/Makefile
9746 ____________________________________________________________________________
9747 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
9748         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
9749              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9750              Date: Thu, 20 Sep 2001 18:36:22 +0200
9751              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
9752      Branch: perl
9753            ! lib/ExtUtils/Command.t
9754 ____________________________________________________________________________
9755 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
9756         Log: Cant spl wirth a dam.
9757      Branch: perl
9758            ! intrpvar.h
9759 ____________________________________________________________________________
9760 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
9761         Log: Don't use C++ comments.
9762      Branch: perl
9763            ! ext/threads/threads.xs
9764 ____________________________________________________________________________
9765 [ 12097] By: ams                                   on 2001/09/20  21:42:07
9766         Log: Change #12044 didn't.
9767      Branch: perl
9768            ! lib/constant.pm
9769 ____________________________________________________________________________
9770 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
9771         Log: Metaconfig unit changes for #12095.
9772      Branch: metaconfig
9773            ! U/modified/Myinit.U U/modified/libs.U
9774 ____________________________________________________________________________
9775 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
9776         Log: Remove iconv references since we are not using it
9777              and not going to; regen perltoc, perlmodlib.
9778              (Some references still linger in perltoc, have to figure
9779              out where they are coming from.)
9780      Branch: perl
9781            ! Configure NetWare/config.wc NetWare/config_H.wc
9782            ! Porting/Glossary Porting/config.sh Porting/config_H
9783            ! config_h.SH configure.com epoc/config.sh perl.h
9784            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
9785            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9786            ! vos/config.ga.h win32/config.bc win32/config.gc
9787            ! win32/config.vc win32/config_H.bc win32/config_H.gc
9788            ! win32/config_H.vc wince/config.ce wince/config.h
9789            ! wince/config_H.ce
9790 ____________________________________________________________________________
9791 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
9792         Log: Subject: [PATCH docs] Re: ARGV and read
9793              From: Dave Mitchell <davem@fdgroup.co.uk>
9794              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
9795              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
9796      Branch: perl
9797            ! pod/perltodo.pod pod/perlvar.pod
9798 ____________________________________________________________________________
9799 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
9800         Log: Fresh copies from the cvs.perl.org perlfaq repository.
9801      Branch: perl
9802            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
9803            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
9804            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
9805            ! pod/perlfaq9.pod
9806 ____________________________________________________________________________
9807 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
9808         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
9809              From: Nicholas Clark <nick@ccl4.org>
9810              Date: Thu, 20 Sep 2001 14:27:08 +0100
9811              Message-ID: <20010920142708.X4971@plum.flirble.org>
9812      Branch: perl
9813            ! pp_pack.c t/op/pack.t
9814 ____________________________________________________________________________
9815 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
9816         Log: The sharedsv_space* are variables, not code.  Duh.
9817      Branch: perl
9818            ! intrpvar.h makedef.pl
9819 ____________________________________________________________________________
9820 [ 12090] By: ams                                   on 2001/09/20  11:26:06
9821         Log: Subject: [patch lib/lib_pm.PL]
9822              From: Stas Bekman <stas@stason.org>
9823              Date: Thu, 20 Sep 2001 18:48:53 +0800
9824              Message-Id: <3BA9C995.6010302@stason.org>
9825              (Applied by hand.)
9826      Branch: perl
9827            ! lib/lib_pm.PL
9828 ____________________________________________________________________________
9829 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
9830         Log: Only 21 tests, skipping or not.
9831      Branch: perl
9832            ! lib/ExtUtils/Command.t
9833 ____________________________________________________________________________
9834 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
9835         Log: New exported symbols.
9836      Branch: perl
9837            ! makedef.pl
9838 ____________________________________________________________________________
9839 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
9840         Log: Update Changes.
9841      Branch: perl
9842            ! Changes patchlevel.h
9843 ____________________________________________________________________________
9844 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
9845         Log: Correct numbering of the tests is useful.
9846      Branch: perl
9847            ! ext/threads/t/basic.t
9848 ____________________________________________________________________________
9849 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
9850         Log: More tests now too.
9851      Branch: perl
9852            ! lib/ExtUtils/Command.t
9853 ____________________________________________________________________________
9854 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
9855         Log: More tests now.
9856      Branch: perl
9857            ! ext/threads/t/basic.t
9858 ____________________________________________________________________________
9859 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
9860         Log: The test assumed 7-bit ASCII.  Now it "just"
9861              assumes 8-bit whatever.
9862      Branch: perl
9863            ! t/op/crypt.t
9864 ____________________________________________________________________________
9865 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
9866         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
9867              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9868              Date: Wed, 19 Sep 2001 11:45:28 +0200
9869              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
9870              
9871              Lvalue casts are not portable.
9872      Branch: perl
9873            ! ext/threads/threads.xs
9874 ____________________________________________________________________________
9875 [ 12081] By: sky                                   on 2001/09/19  10:17:52
9876         Log: Make the basic test contain only realy basic API tests
9877              Seems to be a problem with detach.
9878      Branch: perl
9879            ! ext/threads/t/basic.t
9880 ____________________________________________________________________________
9881 [ 12080] By: ams                                   on 2001/09/19  01:23:55
9882         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
9883              From: Michael G Schwern <schwern@pobox.com>
9884              Date: Tue, 18 Sep 2001 19:53:48 -0400
9885              Message-Id: <20010918195348.M585@blackrider>
9886              
9887              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
9888              From: Michael G Schwern <schwern@pobox.com>
9889              Date: Tue, 18 Sep 2001 22:07:13 -0400
9890              Message-Id: <20010918220713.B19616@blackrider>
9891      Branch: perl
9892            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
9893            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
9894            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
9895            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
9896            ! lib/Test/Tutorial.pod
9897 ____________________________________________________________________________
9898 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
9899         Log: Indent the test a bit.
9900      Branch: perl
9901            ! ext/threads/t/basic.t
9902 ____________________________________________________________________________
9903 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
9904         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
9905              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9906              Date: Tue, 18 Sep 2001 18:06:44 +0200
9907              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
9908      Branch: perl
9909            ! win32/win32.c
9910 ____________________________________________________________________________
9911 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
9912         Log: Subject: stat access time is wrong on Win95
9913              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
9914              Date: Tue, 18 Sep 2001 21:59:24 +0200
9915              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
9916      Branch: perl
9917            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
9918 ____________________________________________________________________________
9919 [ 12076] By: ams                                   on 2001/09/18  22:11:25
9920         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
9921              From: Michael G Schwern <schwern@pobox.com>
9922              Date: Tue, 18 Sep 2001 18:47:14 -0400
9923              Message-Id: <20010918184714.I585@blackrider>
9924      Branch: perl
9925            ! t/op/crypt.t
9926 ____________________________________________________________________________
9927 [ 12075] By: sky                                   on 2001/09/18  19:29:37
9928         Log: two test failures
9929              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9930              Message-ID: <20010918221702.A17408@rafael>
9931              partly applied, #12074 already fixed half the patch
9932      Branch: perl
9933            ! ext/threads/t/basic.t
9934 ____________________________________________________________________________
9935 [ 12074] By: sky                                   on 2001/09/18  18:49:03
9936         Log: Fixes test case failure introduced by #12071, the warning is
9937              now correctly spelled :-)
9938      Branch: perl
9939            ! ext/IO/lib/IO/t/io_sel.t
9940 ____________________________________________________________________________
9941 [ 12073] By: sky                                   on 2001/09/18  18:46:22
9942         Log: Make the test behave properly!
9943      Branch: perl
9944            ! ext/threads/t/basic.t
9945 ____________________________________________________________________________
9946 [ 12072] By: ams                                   on 2001/09/18  18:44:59
9947         Log: OP_RCATLINE is an SVOP, not a BASEOP.
9948      Branch: perl
9949            ! opcode.h opcode.pl
9950 ____________________________________________________________________________
9951 [ 12071] By: ams                                   on 2001/09/18  18:06:27
9952         Log: Deprecate != Depreciate.
9953      Branch: perl
9954            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
9955            ! lib/Pod/ParseUtils.pm
9956 ____________________________________________________________________________
9957 [ 12070] By: ams                                   on 2001/09/18  15:14:58
9958         Log: Subject: [PATCH] Getopt::Std cleanup
9959              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
9960              Date: Tue, 18 Sep 2001 17:32:13 +0200
9961              Message-Id: <20010918173213.C777@rafael>
9962      Branch: perl
9963            ! lib/Getopt/Std.pm lib/Getopt/Std.t
9964 ____________________________________________________________________________
9965 [ 12069] By: sky                                   on 2001/09/18  14:56:33
9966         Log: Forgot the makefile
9967      Branch: perl
9968            + ext/threads/Makefile.PL
9969 ____________________________________________________________________________
9970 [ 12068] By: sky                                   on 2001/09/18  14:13:26
9971         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
9972              The test will fail because of Test.pm not knowing about threads. 
9973              basic needs to be manually tested
9974              compile time warnings on IV2PTR conversions need to be fixed
9975      Branch: perl
9976            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
9977            + ext/threads/threads.h ext/threads/threads.pm
9978            + ext/threads/threads.xs
9979            ! MANIFEST
9980 ____________________________________________________________________________
9981 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
9982         Log: DJGPP tweak from Laszlo Molnar.
9983      Branch: perl
9984            ! djgpp/config.over
9985 ____________________________________________________________________________
9986 [ 12066] By: sky                                   on 2001/09/18  10:24:31
9987         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
9988      Branch: perl
9989            ! sharedsv.c sharedsv.h
9990 ____________________________________________________________________________
9991 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
9992         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
9993              ditto ^cns.
9994      Branch: perl
9995            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
9996            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
9997            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
9998            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
9999            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
10000            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
10001            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
10002            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
10003            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
10004            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
10005            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
10006            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
10007            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
10008            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
10009            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
10010            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
10011            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
10012            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
10013            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
10014            + ext/Encode/Encode/ir-197.enc
10015            - ext/Encode/Encode/cns11643-1.enc
10016            - ext/Encode/Encode/cns11643-2.enc
10017            - ext/Encode/Encode/iso2022-cn.enc
10018            - ext/Encode/Encode/iso2022-jp.enc
10019            - ext/Encode/Encode/iso2022-jp1.enc
10020            - ext/Encode/Encode/iso2022-jp2.enc
10021            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
10022            - ext/Encode/Encode/iso8859-1.enc
10023            - ext/Encode/Encode/iso8859-1.ucm
10024            - ext/Encode/Encode/iso8859-10.enc
10025            - ext/Encode/Encode/iso8859-10.ucm
10026            - ext/Encode/Encode/iso8859-11.enc
10027            - ext/Encode/Encode/iso8859-11.ucm
10028            - ext/Encode/Encode/iso8859-13.enc
10029            - ext/Encode/Encode/iso8859-13.ucm
10030            - ext/Encode/Encode/iso8859-14.enc
10031            - ext/Encode/Encode/iso8859-14.ucm
10032            - ext/Encode/Encode/iso8859-15.enc
10033            - ext/Encode/Encode/iso8859-15.ucm
10034            - ext/Encode/Encode/iso8859-16.enc
10035            - ext/Encode/Encode/iso8859-16.ucm
10036            - ext/Encode/Encode/iso8859-2.enc
10037            - ext/Encode/Encode/iso8859-2.ucm
10038            - ext/Encode/Encode/iso8859-3.enc
10039            - ext/Encode/Encode/iso8859-3.ucm
10040            - ext/Encode/Encode/iso8859-4.enc
10041            - ext/Encode/Encode/iso8859-4.ucm
10042            - ext/Encode/Encode/iso8859-5.enc
10043            - ext/Encode/Encode/iso8859-5.ucm
10044            - ext/Encode/Encode/iso8859-6.enc
10045            - ext/Encode/Encode/iso8859-6.ucm
10046            - ext/Encode/Encode/iso8859-7.enc
10047            - ext/Encode/Encode/iso8859-7.ucm
10048            - ext/Encode/Encode/iso8859-8.enc
10049            - ext/Encode/Encode/iso8859-8.ucm
10050            - ext/Encode/Encode/iso8859-9.enc
10051            - ext/Encode/Encode/iso8859-9.ucm
10052            - ext/Encode/Encode/isoir-197.enc
10053            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
10054 ____________________________________________________________________________
10055 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
10056         Log: Must Uppercase.
10057      Branch: perl
10058            ! ext/Encode/Encode.pm
10059 ____________________________________________________________________________
10060 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
10061         Log: Add various encodings.
10062      Branch: perl
10063            + ext/Encode/Encode/iso8859-11.enc
10064            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
10065            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
10066            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
10067            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
10068            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
10069            + ext/Encode/Encode/viscii.ucm
10070            ! MANIFEST ext/Encode/Encode.pm
10071 ____________________________________________________________________________
10072 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
10073         Log: lib/unicode relic.
10074      Branch: perl
10075            ! ext/Encode/compile
10076 ____________________________________________________________________________
10077 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
10078         Log: Subject: [PATCH] Re: filename problems
10079              From: Michael G Schwern <schwern@pobox.com>
10080              Date: Mon, 17 Sep 2001 17:26:26 -0400
10081              Message-ID: <20010917172626.Q585@blackrider>
10082      Branch: perl
10083            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
10084            - t/lib/sample-tests/header_at_end
10085            - t/lib/sample-tests/header_at_end_fail
10086            ! MANIFEST lib/Test/Harness/t/test-harness.t
10087 ____________________________________________________________________________
10088 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
10089         Log: Explicitly explain the 1e9 seconds, not everybody
10090              is a C geek.
10091      Branch: perl
10092            ! ext/Time/HiRes/HiRes.pm
10093 ____________________________________________________________________________
10094 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
10095         Log: Explain an apparent bug reported by
10096              Richard J. Barbalace <rjbarbal@MIT.EDU>,
10097              with additional explanation from Gisle Aas.
10098      Branch: perl
10099            ! ext/Time/HiRes/HiRes.pm
10100 ____________________________________________________________________________
10101 [ 12058] By: ams                                   on 2001/09/17  19:52:01
10102         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
10103              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10104              Date: Mon, 17 Sep 2001 22:48:05 +0200
10105              Message-Id: <20010917224805.C11744@rafael>
10106      Branch: perl
10107            ! t/lib/warnings/op t/lib/warnings/pp
10108 ____________________________________________________________________________
10109 [ 12057] By: ams                                   on 2001/09/17  16:51:18
10110         Log: Its a nit!
10111      Branch: perl
10112            ! sv.h
10113 ____________________________________________________________________________
10114 [ 12056] By: ams                                   on 2001/09/17  16:47:55
10115         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
10116              From: "Craig A. Berry" <craigberry@mac.com>
10117              Date: Mon, 17 Sep 2001 12:34:20 -0500
10118              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
10119      Branch: perl
10120            ! vms/vms.c
10121 ____________________________________________________________________________
10122 [ 12055] By: ams                                   on 2001/09/17  16:05:15
10123         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
10124              From: Gisle Aas <gisle@ActiveState.com>
10125              Date: 16 Apr 2001 16:20:34 -0700
10126              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
10127              (Applied by hand.)
10128      Branch: perl
10129            ! lib/CPAN.pm lib/CPAN/Nox.pm
10130 ____________________________________________________________________________
10131 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
10132         Log: Update Changes.
10133      Branch: perl
10134            ! Changes patchlevel.h
10135 ____________________________________________________________________________
10136 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
10137         Log: Adding new files to the MANIFEST is always nice.
10138      Branch: perl
10139            ! MANIFEST
10140 ____________________________________________________________________________
10141 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
10142         Log: Reindent the PerlIO files (suggested by NI-S), used
10143              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
10144              (GNU indent).  Note that wholesale re-indenting might
10145              be nice, but that would break nice formatting/alignment
10146              of assignments, equality testing, and complex boolean
10147              expressions with lots of &s and |s.
10148      Branch: perl
10149            ! perlio.c perlio.h perliol.h
10150 ____________________________________________________________________________
10151 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
10152         Log: Add a script for being 8.3-polite.
10153              The found conflicts are being worked on.
10154      Branch: perl
10155            + check83.pl
10156            ! MANIFEST Porting/pumpkin.pod
10157 ____________________________________________________________________________
10158 [ 12050] By: sky                                   on 2001/09/17  12:44:36
10159         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
10160              finding it.
10161      Branch: perl
10162            ! sv.c
10163 ____________________________________________________________________________
10164 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
10165         Log: Bump up versions because of #12041.
10166      Branch: perl
10167            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
10168            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
10169            ! lib/Time/localtime.pm
10170 ____________________________________________________________________________
10171 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
10172         Log: Bump the version number because of #12042.
10173      Branch: perl
10174            ! lib/CPAN/FirstTime.pm
10175 ____________________________________________________________________________
10176 [ 12047] By: ams                                   on 2001/09/17  11:21:40
10177         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
10178              From: Abhijit Menon-Sen <ams@wiw.org>
10179              Date: Mon, 17 Sep 2001 17:44:12 +0530
10180              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
10181      Branch: perl
10182            ! op.c
10183 ____________________________________________________________________________
10184 [ 12046] By: sky                                   on 2001/09/17  07:14:17
10185         Log: Subject: Re: t/op/ver.t using skip() improperly
10186              From: "chromatic" <chromatic@rmci.net>
10187              Date: Mon, 17 Sep 2001 00:22:29 -0600
10188              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
10189      Branch: perl
10190            ! t/op/ver.t
10191 ____________________________________________________________________________
10192 [ 12045] By: nick                                  on 2001/09/17  07:12:14
10193         Log: Integrate mainline
10194      Branch: perlio
10195           +> t/op/chdir.t
10196           !> (integrate 117 files)
10197 ____________________________________________________________________________
10198 [ 12044] By: ams                                   on 2001/09/17  05:49:53
10199         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
10200              From: Ilmari Karonen <iltzu@sci.fi>
10201              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
10202              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
10203              (And $VERSION = '1.05'.)
10204      Branch: perl
10205            ! lib/constant.pm
10206 ____________________________________________________________________________
10207 [ 12043] By: ams                                   on 2001/09/17  05:44:50
10208         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
10209              From: Michael G Schwern <schwern@pobox.com>
10210              Date: Mon, 17 Sep 2001 07:49:04 +0200
10211              Message-Id: <20010917074904.V1588@blackrider>
10212              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
10213      Branch: perl
10214            + t/op/chdir.t
10215            ! MANIFEST pp_sys.c
10216 ____________________________________________________________________________
10217 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
10218         Log: Subject: Re: CPAN.pm needs some hacking 
10219              From: "chromatic" <chromatic@rmci.net>
10220              Date: Sun, 16 Sep 2001 16:46:29 -0600
10221              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
10222      Branch: perl
10223            ! lib/CPAN/FirstTime.pm
10224 ____________________________________________________________________________
10225 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
10226         Log: Change use|require 5.005_64 to use|require 5.6.1.
10227      Branch: perl
10228            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
10229            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
10230            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
10231            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
10232            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
10233            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
10234            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
10235            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
10236            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
10237            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
10238            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
10239            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
10240            ! lib/base.pm lib/fields.pm
10241 ____________________________________________________________________________
10242 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
10243         Log: Bump up version numbers.
10244              
10245              TODO 1: double check that pre-5.6.1 CPAN.pm:s
10246              don't try to download 5.8.0 because of the
10247              version numbers.  Mainly this means using _00
10248              in the core version numbers.
10249              
10250              TODO 2: the "use 5.005_64" in many modules
10251              needs to be changed to, say, "use 5.6.1".
10252      Branch: perl
10253            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
10254            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
10255            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
10256            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
10257            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
10258            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
10259            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
10260            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
10261            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
10262            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
10263            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
10264 ____________________________________________________________________________
10265 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
10266         Log: Use UCHARAT() as suggested by Inaba Hiroto.
10267      Branch: perl
10268            ! regexec.c
10269 ____________________________________________________________________________
10270 [ 12038] By: ams                                   on 2001/09/16  15:16:24
10271         Log: Subject: [PATCH] Re: Core module version numbers review
10272              From: Peter Scott <Peter@PSDT.com>
10273              Date: Sun, 16 Sep 2001 09:09:58 -0700
10274              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
10275      Branch: perl
10276            ! lib/perl5db.pl
10277 ____________________________________________________________________________
10278 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
10279         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
10280              not yet fully implemented.
10281      Branch: perl
10282            ! pod/perlfunc.pod pod/perlunicode.pod
10283 ____________________________________________________________________________
10284 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
10285         Log: Subject: [patch] plug PL_beginav_save leak
10286              From: Doug MacEachern <dougm@covalent.net>
10287              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
10288              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
10289      Branch: perl
10290            ! perl.c
10291 ____________________________________________________________________________
10292 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
10293         Log: (accidentally empty checkin)
10294      Branch: perl
10295            ! sv.c
10296 ____________________________________________________________________________
10297 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
10298         Log: Subject: [patch] ithreads+PL_beginav_save
10299              From: Doug MacEachern <dougm@covalent.net>
10300              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
10301              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
10302      Branch: perl
10303            ! sv.c
10304 ____________________________________________________________________________
10305 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
10306         Log: Subject: [PATCH] h2xs.PL with C::Scan
10307              From: Tim Jenness <t.jenness@jach.hawaii.edu>
10308              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
10309              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
10310      Branch: perl
10311            ! utils/h2xs.PL
10312 ____________________________________________________________________________
10313 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
10314         Log: Elaborate (well, make more vague, really) #12030.
10315      Branch: perl
10316            ! pod/perltodo.pod pod/perlunicode.pod
10317 ____________________________________________________________________________
10318 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
10319         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
10320              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10321              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
10322              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
10323      Branch: perl
10324            ! regexec.c
10325 ____________________________________________________________________________
10326 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
10327         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
10328              are not yet complete.
10329      Branch: perl
10330            ! pod/perltodo.pod pod/perlunicode.pod
10331 ____________________________________________________________________________
10332 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
10333         Log: Document what's still to be done on the regular expression
10334              Unicode support, based on the UTR#18.
10335      Branch: perl
10336            ! pod/perltodo.pod pod/perlunicode.pod
10337 ____________________________________________________________________________
10338 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
10339         Log: Regen headers.
10340      Branch: perl
10341            ! embedvar.h perlapi.h
10342 ____________________________________________________________________________
10343 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
10344         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
10345              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
10346              Date: Sun, 09 Sep 2001 18:41:54 +0100
10347              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
10348      Branch: perl
10349            ! Porting/findvars ext/ByteLoader/bytecode.h
10350            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
10351            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
10352 ____________________________________________________________________________
10353 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
10354         Log: enable most warnings for windows build; fix the various typecasting
10355              nits that showed up (no bugfixes here)
10356      Branch: maint-5.6/perl
10357            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
10358            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
10359            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
10360            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
10361            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
10362            ! x2p/walk.c
10363 ____________________________________________________________________________
10364 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
10365         Log: Integrate change #12024 from maintperl
10366              (a local() precedence bug)
10367      Branch: perl
10368           !> lib/ExtUtils/Install.pm
10369 ____________________________________________________________________________
10370 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
10371         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
10372              change#8642
10373      Branch: maint-5.6/perl
10374            ! lib/ExtUtils/Install.pm
10375 ____________________________________________________________________________
10376 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
10377         Log: Update Changes.
10378      Branch: perl
10379            ! Changes patchlevel.h
10380 ____________________________________________________________________________
10381 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
10382         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
10383              From: "chromatic" <chromatic@rmci.net>
10384              Date: Fri, 14 Sep 2001 09:44:57 -0600 
10385              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
10386      Branch: perl
10387            ! lib/ExtUtils/Manifest.t
10388 ____________________________________________________________________________
10389 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
10390         Log: Hopefully better skipping of the Complete.t tests
10391              in case of not a tty. 
10392      Branch: perl
10393            ! lib/Term/Complete.t t/op/stat.t
10394 ____________________________________________________________________________
10395 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
10396         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
10397              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10398              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
10399              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
10400      Branch: perl
10401            ! regexec.c t/op/pat.t
10402 ____________________________________________________________________________
10403 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
10404         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
10405              From: Robin Barker <rmb1@cise.npl.co.uk>
10406              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
10407              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
10408      Branch: perl
10409            ! pod/perlport.pod
10410 ____________________________________________________________________________
10411 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
10412         Log: NetWare tweaks from Ananth Kesari.
10413      Branch: perl
10414            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
10415            ! NetWare/nwutil.h
10416 ____________________________________________________________________________
10417 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
10418         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
10419              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10420              Date: Fri, 14 Sep 2001 10:51:13 +0200
10421              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
10422      Branch: perl
10423            ! pod/perlport.pod
10424 ____________________________________________________________________________
10425 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
10426         Log: Subject: Re: [PATCH 2 pl2pm.PL]
10427              From: Joe Smith <Joe.Smith@inwap.com>
10428              Date: Fri, 14 Sep 2001 00:13:32 -0700
10429              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
10430              
10431              Eradicate qu.
10432      Branch: perl
10433            ! keywords.h keywords.pl utils/pl2pm.PL
10434 ____________________________________________________________________________
10435 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
10436         Log: Retract #12013, didn't go over too well in Tru64.
10437      Branch: perl
10438            ! embed.h embed.pl sv.h
10439 ____________________________________________________________________________
10440 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
10441         Log: Subject: [PATCH] Execute files of debugger commands
10442              From: Peter Scott <Peter@PSDT.com>
10443              Date: Thu, 13 Sep 2001 15:26:31 -0700
10444              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
10445      Branch: perl
10446            ! lib/perl5db.pl pod/perldebug.pod
10447 ____________________________________________________________________________
10448 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
10449         Log: (Retracted by #12015)
10450              Subject: [proposed PATCH] Re: perl@11920
10451              From: Nicholas Clark <nick@ccl4.org>
10452              Date: Wed, 12 Sep 2001 23:46:09 +0100
10453              Message-ID: <20010912234609.H4971@plum.flirble.org>     
10454      Branch: perl
10455            ! embed.h embed.pl sv.h
10456 ____________________________________________________________________________
10457 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
10458         Log: ucblib shouldn't be linked against in nonstop-ux,
10459              from Tom Bates.
10460      Branch: perl
10461            ! hints/nonstopux.sh
10462 ____________________________________________________________________________
10463 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
10464         Log: Do stty only if we have stty.
10465              
10466              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
10467      Branch: perl
10468            ! lib/Term/Complete.pm
10469 ____________________________________________________________________________
10470 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
10471         Log: Skip the test if not running on a tty.
10472      Branch: perl
10473            ! lib/Term/Complete.t
10474 ____________________________________________________________________________
10475 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
10476         Log: Regen headers.
10477      Branch: perl
10478            ! embed.h opcode.h pod/perlapi.pod proto.h
10479 ____________________________________________________________________________
10480 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
10481         Log: Subject: [PATCH op.c] Re: perl@12003
10482              From: Robin Barker <rmb1@cise.npl.co.uk>
10483              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
10484              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
10485      Branch: perl
10486            ! op.c
10487 ____________________________________________________________________________
10488 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
10489         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
10490              From: Robin Barker <rmb1@cise.npl.co.uk>
10491              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
10492              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
10493      Branch: perl
10494            ! sv.c
10495 ____________________________________________________________________________
10496 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
10497         Log: Upgrade to Memoize 0.66.
10498      Branch: perl
10499            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10500            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
10501            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
10502 ____________________________________________________________________________
10503 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
10504         Log: Subject: [ID 20010912.007] substr reference core dump
10505              From: me-01@ton.iguana.be
10506              Date: 12 Sep 2001 14:11:16 -0000
10507              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
10508      Branch: perl
10509            ! mg.c
10510 ____________________________________________________________________________
10511 [ 12004] By: ams                                   on 2001/09/12  01:13:49
10512         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
10513              From: Ilmari Karonen <iltzu@sci.fi>
10514              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
10515              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
10516      Branch: perl
10517            ! pod/perlfaq4.pod
10518 ____________________________________________________________________________
10519 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
10520         Log: Update Changes.
10521      Branch: perl
10522            ! Changes patchlevel.h
10523 ____________________________________________________________________________
10524 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
10525         Log: NetWare update from Ananth Kesari.
10526      Branch: perl
10527            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
10528            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
10529 ____________________________________________________________________________
10530 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
10531         Log: Retract #11984: div() being redefined, and 1397
10532              failing on 64-bit platforms.
10533      Branch: perl
10534            ! lib/Math/BigInt/Calc.pm
10535 ____________________________________________________________________________
10536 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
10537         Log: Metaconfig unit change for #11999.
10538      Branch: metaconfig
10539            ! U/protos/d_lseekproto.U
10540 ____________________________________________________________________________
10541 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
10542         Log: The lseek fix (#11991) was no fix.
10543      Branch: perl
10544            ! Configure
10545 ____________________________________________________________________________
10546 [ 11998] By: sky                                   on 2001/09/11  07:52:06
10547         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
10548              From: Matt Sergeant <MSergeant@star.net.uk>
10549              Date: Tue, 11 Sep 2001 09:22:32 +0100
10550              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
10551      Branch: perl
10552            ! ext/Encode/Encode.pm
10553 ____________________________________________________________________________
10554 [ 11997] By: sky                                   on 2001/09/11  06:35:29
10555         Log: Sometimes dTHX is added because it is needed on non 
10556              gnuc platforms, but not needed there. This uses GCC
10557              to silence GCC specific warnings by marking pTHX as 
10558              unused.
10559      Branch: perl
10560            ! perl.h
10561 ____________________________________________________________________________
10562 [ 11996] By: nick                                  on 2001/09/11  06:25:27
10563         Log: Integrate mainline
10564      Branch: perlio
10565            - ext/POSIX/sigaction.t lib/File/Find/taint.t
10566           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
10567 ____________________________________________________________________________
10568 [ 11995] By: nick                                  on 2001/09/11  06:23:39
10569         Log: Part Integrate mainline
10570      Branch: perlio
10571           +> (branch 69 files)
10572            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
10573            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
10574            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
10575            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
10576            - lib/Switch/t/switch_case.t lib/Test/Harness.t
10577            - lib/Test/More/Changes lib/Test/More/t/More.t
10578            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10579            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10580            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
10581            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
10582            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
10583            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
10584            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
10585            - t/lib/Test/More/Catch.pm wince/perl.ico
10586           !> (integrate 197 files)
10587 ____________________________________________________________________________
10588 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
10589         Log: Subject: Re: [PATCH] Encode.pm docs fix
10590              From: Gisle Aas <gisle@ActiveState.com>
10591              Date: 10 Sep 2001 11:27:02 -0700
10592              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
10593      Branch: perl
10594            ! ext/Encode/Encode.pm
10595 ____________________________________________________________________________
10596 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
10597         Log: Fix unpack U to be the reverse of pack U
10598              (but implement unpack U0U as a backdoor to get
10599              the UTF-8 malformed warnings from un-UTF-8 data)
10600      Branch: perl
10601            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
10602 ____________________________________________________________________________
10603 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
10604         Log: Metaconfig unit change for #11991;
10605              delete an unused unit (d_strtoull.U is the one used)
10606      Branch: metaconfig
10607            ! U/protos/d_lseekproto.U
10608      Branch: metaconfig/U/perl
10609            - strtoull.U
10610 ____________________________________________________________________________
10611 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
10612         Log: Subject: [PATCH] Configure not recording lseek proto
10613              From: Blair Zajac <blair@orcaware.com>
10614              Date: Mon, 10 Sep 2001 17:52:37 -0700
10615              Message-ID: <3B9D6055.BA334A31@orcaware.com>
10616              
10617              plus regen Configure.
10618      Branch: perl
10619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10620            ! config_h.SH uconfig.h
10621 ____________________________________________________________________________
10622 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
10623         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?)))                  
10624              From: Nicholas Clark <nick@ccl4.org>
10625              Date: Tue, 11 Sep 2001 00:00:31 +0100
10626              Message-ID: <20010911000031.G1512@plum.flirble.org>
10627      Branch: perl
10628            + t/op/qq.t
10629            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
10630 ____________________________________________________________________________
10631 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
10632         Log: Subject: [PATCH] Building on win32 w/o perlio
10633              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
10634              Date: Mon, 10 Sep 2001 23:38:46 +0200
10635              Message-ID: <3B9D4F06.14433.2C37644@localhost>
10636      Branch: perl
10637            ! perl.c win32/Makefile win32/makefile.mk
10638 ____________________________________________________________________________
10639 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
10640         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
10641              From: "chromatic" <chromatic@rmci.net>
10642              Date: Mon, 10 Sep 2001 15:14:01 -0600
10643              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
10644      Branch: perl
10645            + lib/CGI/t/push.t
10646            ! MANIFEST
10647 ____________________________________________________________________________
10648 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
10649         Log: Subject: avoiding hoardes of zombies
10650              From: Nicholas Clark <nick@ccl4.org>
10651              Date: Mon, 10 Sep 2001 22:00:40 +0100
10652              Message-ID: <20010910220040.C1512@plum.flirble.org>
10653      Branch: perl
10654            ! pod/perlipc.pod
10655 ____________________________________________________________________________
10656 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
10657         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
10658              From: John Peacock <jpeacock@rowman.com>
10659              Date: Mon, 10 Sep 2001 16:34:30 -0400
10660              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
10661      Branch: perl
10662            ! sv.c t/op/ver.t utf8.h
10663 ____________________________________________________________________________
10664 [ 11985] By: ams                                   on 2001/09/10  23:20:13
10665         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
10666      Branch: perl
10667            ! MANIFEST
10668 ____________________________________________________________________________
10669 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
10670         Log: (Retracted by #12001)
10671              Subject: Calc with USE_MUL/USE_DIV
10672              From: Tels <perl_dummy@bloodgate.com>
10673              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
10674              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
10675      Branch: perl
10676            ! lib/Math/BigInt/Calc.pm
10677 ____________________________________________________________________________
10678 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
10679         Log: Subject: [PATCH op.c] Re: perl@11978
10680              From: Robin Barker <rmb1@cise.npl.co.uk>
10681              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
10682              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
10683              
10684              Format errors.
10685      Branch: perl
10686            ! op.c
10687 ____________________________________________________________________________
10688 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
10689         Log: Switch PADOFFSET back to U32 both because of binary backward
10690              compatibility and because Arthur seems to have been fixing the
10691              problems with naughty integer-pointer casting.
10692      Branch: perl
10693            ! op.h
10694 ____________________________________________________________________________
10695 [ 11981] By: ams                                   on 2001/09/10  16:31:43
10696         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
10697              Fix Pod Typo, Add Test for ExtUtils::Command
10698              From: "chromatic" <chromatic@rmci.net>
10699              Date: Mon, 10 Sep 2001 11:20:56 -0600
10700              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
10701      Branch: perl
10702            + lib/ExtUtils/Command.t
10703            ! MANIFEST lib/ExtUtils/Command.pm
10704 ____________________________________________________________________________
10705 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
10706         Log: Subject: [PATCH] Encode.pm docs fix
10707              From: Matt Sergeant <MSergeant@star.net.uk>
10708              Date: Mon, 10 Sep 2001 15:24:01 +0100
10709              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
10710      Branch: perl
10711            ! ext/Encode/Encode.pm
10712 ____________________________________________________________________________
10713 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
10714         Log: Update Changes.
10715      Branch: perl
10716            ! Changes patchlevel.h
10717 ____________________________________________________________________________
10718 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
10719         Log: Revert #11973, the dTHX seems to be needed in there
10720              for threaded builds.
10721      Branch: perl
10722            ! perlio.c
10723 ____________________________________________________________________________
10724 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
10725         Log: Detypo.
10726      Branch: perl
10727            ! pod/perlguts.pod
10728 ____________________________________________________________________________
10729 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
10730         Log: Further Class::Struct patching from Damian.
10731              
10732              The new new semantics are:
10733              
10734              * If you pass an initializer for a nested object, it has to be:
10735              a) a reference to an object of that class, or      
10736              b) a reference to an object of a subclass of that class, or
10737              c) a reference to a hash of arguments to be passed to the
10738              class's constructor
10739              * If you pass no initializer for a nested object, the attribute
10740              is initialized to C<undef>
10741      Branch: perl
10742            ! lib/Class/Struct.pm
10743 ____________________________________________________________________________
10744 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
10745         Log: Skip the crypt test if no crypt.
10746      Branch: perl
10747            ! t/op/crypt.t
10748 ____________________________________________________________________________
10749 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
10750         Log: Warn against using bare v-strings as IP addresses
10751              (okay if using the wrappers from Socket)
10752      Branch: perl
10753            ! pod/perldata.pod pod/perlport.pod
10754 ____________________________________________________________________________
10755 [ 11973] By: sky                                   on 2001/09/10  11:57:58
10756         Log: Remove unused dTHX. Silenced another warning.
10757      Branch: perl
10758            ! perlio.c
10759 ____________________________________________________________________________
10760 [ 11972] By: sky                                   on 2001/09/10  11:54:25
10761         Log: Silence some more warnings INT2PTR.
10762      Branch: perl
10763            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
10764 ____________________________________________________________________________
10765 [ 11971] By: sky                                   on 2001/09/10  11:21:50
10766         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
10767      Branch: perl
10768            ! cop.h
10769 ____________________________________________________________________________
10770 [ 11970] By: sky                                   on 2001/09/10  11:17:25
10771         Log: Apply INT2PTR with force to silence warnings from
10772              PM_GETRE and friends. No more warnings with 64bit 
10773              IVs and 32bit pointers.    
10774      Branch: perl
10775            ! op.c op.h perl.c
10776 ____________________________________________________________________________
10777 [ 11969] By: sky                                   on 2001/09/10  10:13:02
10778         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
10779      Branch: perl
10780            ! pod/perlguts.pod
10781 ____________________________________________________________________________
10782 [ 11968] By: sky                                   on 2001/09/10  10:02:51
10783         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
10784              Rename to custop_op_name to Perl_custom_op_name to match perlapi
10785              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
10786              perl_clone.
10787      Branch: perl
10788            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
10789 ____________________________________________________________________________
10790 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
10791         Log: Using strlen() not good on embedded nul bytes.
10792      Branch: perl
10793            ! regcomp.c
10794 ____________________________________________________________________________
10795 [ 11966] By: ams                                   on 2001/09/09  21:06:13
10796         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
10797              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
10798              Date: Mon, 13 Aug 2001 22:51:59 +0200
10799              Message-ID: <20010813225159.C6681@rafael>
10800              (Applied with several tweaks.)
10801      Branch: perl
10802            ! embed.h embed.pl proto.h toke.c
10803 ____________________________________________________________________________
10804 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
10805         Log: The exact error message is system-dependent.
10806      Branch: perl
10807            ! lib/ExtUtils/Manifest.t
10808 ____________________________________________________________________________
10809 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
10810         Log: Add Windows and Mac Sami support to Encode
10811              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
10812      Branch: perl
10813            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
10814            ! MANIFEST
10815 ____________________________________________________________________________
10816 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
10817         Log: Use the tried method.
10818      Branch: perl
10819            ! pod/perlport.pod
10820 ____________________________________________________________________________
10821 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
10822         Log: Can't count parentheses.
10823      Branch: perl
10824            ! ext/IO/lib/IO/Socket/INET.pm
10825 ____________________________________________________________________________
10826 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
10827         Log: perlport additions: 1 while unlink, add/delete directory
10828              entries and permissions, cygwin stat funkiness (from Michael
10829              Schwern and Nicholas Clark)
10830      Branch: perl
10831            ! pod/perlport.pod
10832 ____________________________________________________________________________
10833 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
10834         Log: blib does have a detectable test.
10835      Branch: perl
10836            ! t/lib/1_compile.t
10837 ____________________________________________________________________________
10838 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
10839         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
10840              From: "chromatic" <chromatic@rmci.net>
10841              Date: Sat, 08 Sep 2001 19:33:42 -0600
10842              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
10843      Branch: perl
10844            + lib/Term/Complete.t
10845            ! MANIFEST
10846 ____________________________________________________________________________
10847 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
10848         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
10849              From: Michael G Schwern <schwern@pobox.com> 
10850              Date: Sat, 8 Sep 2001 02:40:26 -0400
10851              Message-ID: <20010908024026.A26283@blackrider>
10852      Branch: perl
10853            + lib/Test/Tutorial.pod
10854            ! MANIFEST
10855 ____________________________________________________________________________
10856 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
10857         Log: Try to look up protocol (by name) only iff it has non-numbers:
10858              nice if the server is in a chrooted environment (no /etc/protocols,
10859              server code using hardcorded protocol numbers like 6 for tcp),
10860              suggested by John Holdsworth <coldwave@bigfoot.com>.
10861              In other words, if we are given a number, why look it up again
10862              (by number)?
10863      Branch: perl
10864            ! ext/IO/lib/IO/Socket/INET.pm
10865 ____________________________________________________________________________
10866 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
10867         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
10868              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10869              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
10870              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
10871              
10872              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
10873              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10874              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
10875              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
10876              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
10877              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
10878              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
10879              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
10880      Branch: perl
10881            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
10882 ____________________________________________________________________________
10883 [ 11955] By: ams                                   on 2001/09/09  02:54:21
10884         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10885              From: "Craig A. Berry" <craigberry@mac.com>
10886              Date: Sat, 08 Sep 2001 19:02:16 -0500
10887              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
10888      Branch: perl
10889            ! lib/CGI/t/carp.t
10890 ____________________________________________________________________________
10891 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
10892         Log: Documentation tweaks; think the IP address as an opaque string.
10893      Branch: perl
10894            ! ext/Socket/Socket.pm
10895 ____________________________________________________________________________
10896 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
10897         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
10898              From: Michael G Schwern <schwern@pobox.com>
10899              Date: Sat, 8 Sep 2001 19:45:46 -0400
10900              Message-ID: <20010908194546.C9193@blackrider>
10901      Branch: perl
10902            + lib/blib.t
10903            ! MANIFEST lib/blib.pm t/lib/1_compile.t
10904 ____________________________________________________________________________
10905 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
10906         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
10907              From: "chromatic" <chromatic@rmci.net>
10908              Date: Sat, 08 Sep 2001 12:31:44 -0600
10909              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
10910      Branch: perl
10911            + lib/CGI/t/fast.t
10912            ! MANIFEST
10913 ____________________________________________________________________________
10914 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
10915         Log: The Socket tests were wrong: they were assuming too much.
10916      Branch: perl
10917            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
10918 ____________________________________________________________________________
10919 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
10920         Log: Retract the portability changes since they
10921              seem to have opened a can of worms... will
10922              go back to UNICOS/mk and do the bare minimum
10923              required to get the tests working.
10924      Branch: perl
10925            ! ext/Socket/Socket.xs
10926 ____________________________________________________________________________
10927 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
10928         Log: PADOFFSET is used to cast pointers into integers,
10929              if pointers are 64 bits and U32 32 bits,
10930              bad things may happen, or at least warnings issued.
10931      Branch: perl
10932            ! op.h
10933 ____________________________________________________________________________
10934 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
10935         Log: Still more Socket portability tweaking.
10936              Now Socket.t seems to be happy in all of
10937              Linux/x86, Tru64/alpha, Solaris/sparc,
10938              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
10939              
10940              Addendum: it seems that io_multihomed, io_sock, and hostent
10941              were broken in little-endians (linux/x86 and tru64/alpha)
10942              because of this change.  Argh.
10943      Branch: perl
10944            ! ext/Socket/Socket.xs
10945 ____________________________________________________________________________
10946 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
10947         Log: More portability kicking on inet_ntoa().
10948      Branch: perl
10949            ! ext/Socket/Socket.xs
10950 ____________________________________________________________________________
10951 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
10952         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
10953              From: Michael G Schwern <schwern@pobox.com> 
10954              Date: Fri, 7 Sep 2001 23:06:51 -0400
10955              Message-ID: <20010907230651.R606@blackrider>
10956      Branch: perl
10957            + lib/ExtUtils/Manifest.t
10958            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
10959 ____________________________________________________________________________
10960 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
10961         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
10962              From: "chromatic" <chromatic@rmci.net>
10963              Date: Fri, 07 Sep 2001 17:53:15 -0600      
10964              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
10965      Branch: perl
10966            + lib/ExtUtils/testlib.t
10967            ! MANIFEST
10968 ____________________________________________________________________________
10969 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
10970         Log: Thinko.
10971      Branch: perl
10972            ! lib/integer.t
10973 ____________________________________________________________________________
10974 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
10975         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
10976              From: "Craig A. Berry" <craigberry@mac.com>
10977              Date: Fri, 07 Sep 2001 15:30:03 -0500
10978              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
10979      Branch: perl
10980            ! lib/CGI/Carp.pm
10981 ____________________________________________________________________________
10982 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
10983         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
10984              From: Michael G Schwern <schwern@pobox.com>
10985              Date: Fri, 7 Sep 2001 15:38:13 -0400
10986              Message-ID: <20010907153813.K606@blackrider>
10987      Branch: perl
10988            ! lib/ExtUtils/MM_Unix.pm
10989 ____________________________________________________________________________
10990 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
10991         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
10992              From: Robin Barker <rmb1@cise.npl.co.uk>
10993              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
10994              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
10995      Branch: perl
10996            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
10997 ____________________________________________________________________________
10998 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
10999         Log: Clean up 1_compile.t; move tests to more consistent
11000              places (t/ subdirectories); add integer.t (much of
11001              the pragma is tested elsewhere but there is no one
11002              centralized place)
11003      Branch: perl
11004            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
11005            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
11006            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
11007            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
11008            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
11009            - lib/File/Find/find.t lib/File/Find/taint.t
11010            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
11011 ____________________________________________________________________________
11012 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
11013         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
11014              From: "chromatic" <chromatic@rmci.net>
11015              Date: Fri, 07 Sep 2001 10:17:40 -0600
11016              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
11017      Branch: perl
11018            ! lib/File/Find/taint.t
11019 ____________________________________________________________________________
11020 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
11021         Log: Update Changes.
11022      Branch: perl
11023            ! Changes patchlevel.h
11024 ____________________________________________________________________________
11025 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
11026         Log: Rename the old threading tutorial, start a new one,
11027              regen toc.
11028      Branch: perl
11029            + pod/perlothrtut.pod
11030            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
11031            ! pod/perltoc.pod
11032 ____________________________________________________________________________
11033 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
11034         Log: vars very much has a test.
11035      Branch: perl
11036            ! t/lib/1_compile.t
11037 ____________________________________________________________________________
11038 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
11039         Log: Subject: Re: wince/perl.ico marked as binary
11040              From: Nicholas Clark <nick@ccl4.org>
11041              Date: Fri, 7 Sep 2001 13:54:40 +0100
11042              Message-ID: <20010907135439.D39150@plum.flirble.org>
11043              
11044              and wince/Makefile.ce change from Rainer Keuchel.
11045      Branch: perl
11046            + wince/makeico.pl
11047            ! MANIFEST wince/Makefile.ce
11048 ____________________________________________________________________________
11049 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
11050         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
11051              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11052              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
11053              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
11054      Branch: perl
11055            ! regexec.c
11056 ____________________________________________________________________________
11057 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
11058         Log: (Replaced by #11934)
11059              Subject: Re: [PATCH regexec.c] more general .* and .*?
11060              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11061              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
11062              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
11063      Branch: perl
11064            ! regexec.c
11065 ____________________________________________________________________________
11066 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
11067         Log: The #11931 patching misbehaved.
11068      Branch: perl
11069            ! lib/Test/Harness/t/test-harness.t
11070 ____________________________________________________________________________
11071 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
11072         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
11073              From: Michael G Schwern <schwern@pobox.com>
11074              Date: Fri, 7 Sep 2001 03:30:41 -0400
11075              Message-ID: <20010907033041.A2796@blackrider>
11076      Branch: perl
11077            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
11078            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
11079            + t/lib/sample-tests/header_at_end_fail
11080            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
11081            - lib/Test/Harness.t
11082            ! MANIFEST lib/Test/Harness.pm t/TEST
11083 ____________________________________________________________________________
11084 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
11085         Log: Subject: [PATCH] Digest::MD5 update
11086              From: Gisle Aas <gisle@ActiveState.com>
11087              Date: 06 Sep 2001 23:32:56 -0700
11088              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
11089      Branch: perl
11090            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
11091            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
11092 ____________________________________________________________________________
11093 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
11094         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
11095              From: "chromatic" <chromatic@rmci.net>
11096              Date: Thu, 06 Sep 2001 23:11:44 -0600
11097              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
11098      Branch: perl
11099            + lib/less.t
11100            ! MANIFEST t/lib/1_compile.t
11101 ____________________________________________________________________________
11102 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
11103         Log: The binary file must somehow differently stored.
11104      Branch: perl
11105            - wince/perl.ico
11106            ! MANIFEST
11107 ____________________________________________________________________________
11108 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
11109         Log: Add more modules to the list of modules that have tests,
11110              Schwern's wallet is getting more nervous.
11111              (Run t/lib/1_compile.t manually to see which modules
11112              are lacking tests, or the tests can't be run for some
11113              reason or another, such as the Net:: modules)
11114      Branch: perl
11115            ! t/lib/1_compile.t
11116 ____________________________________________________________________________
11117 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
11118         Log: Try to make Socket::inet_ntoa() more robust.
11119      Branch: perl
11120            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
11121 ____________________________________________________________________________
11122 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
11123         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
11124              From: chromatic <chromatic@rmci.net>       
11125              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
11126              Message-Id: <01090522580506.19590@firewheel>           
11127      Branch: perl
11128            ! lib/English.t
11129 ____________________________________________________________________________
11130 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
11131         Log: Subject: Re: perlvar manpage and localizing special vars
11132              From: Stas Bekman <stas@stason.org>
11133              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
11134              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
11135      Branch: perl
11136            ! pod/perlvar.pod
11137 ____________________________________________________________________________
11138 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
11139         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
11140              From: Robin Barker <rmb1@cise.npl.co.uk>
11141              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
11142              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
11143      Branch: perl
11144            ! lib/ExtUtils/MakeMaker.pm
11145 ____________________________________________________________________________
11146 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
11147         Log: Symbol missing; AIX unhappy.
11148      Branch: perl
11149            ! makedef.pl
11150 ____________________________________________________________________________
11151 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
11152         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
11153              Reported in 5.61, seems to work okay in blead.
11154      Branch: perl
11155            ! t/run/kill_perl.t
11156 ____________________________________________________________________________
11157 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
11158         Log: Update Changes.
11159      Branch: perl
11160            ! Changes patchlevel.h
11161 ____________________________________________________________________________
11162 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
11163         Log: Document the bad assumptions currently breaking
11164              the Socket.t tests 10, 11, and 13 in UNICOS.
11165      Branch: perl
11166            ! ext/Socket/Socket.xs
11167 ____________________________________________________________________________
11168 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
11169         Log: Subject: [PATCH x2p] make OPTIMIZE=...
11170              From: Robin Barker <rmb1@cise.npl.co.uk>
11171              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
11172              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
11173      Branch: perl
11174            ! x2p/Makefile.SH x2p/cflags.SH
11175 ____________________________________________________________________________
11176 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
11177         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
11178              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11179              Date: Thu, 6 Sep 2001 11:09:40 +0100
11180              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
11181              
11182              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
11183              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
11184              Date: 6 Sep 2001 10:14:38 -0000
11185              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
11186      Branch: perl
11187            ! pod/perlfaq1.pod pod/perlhack.pod
11188 ____________________________________________________________________________
11189 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
11190         Log: Subject: Extra NUL is Data::Dumper output - patch
11191              From: Tony Cook <tony@develop-help.com>
11192              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
11193              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
11194      Branch: perl
11195            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
11196 ____________________________________________________________________________
11197 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
11198         Log: Avoid redefinition warning
11199              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
11200              from
11201              perl -w -Ilib -MCwd -e ''
11202      Branch: perl
11203            ! lib/Cwd.pm
11204 ____________________________________________________________________________
11205 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
11206         Log: Update the is_tainted() example implementation.
11207      Branch: perl
11208            ! pod/perlsec.pod
11209 ____________________________________________________________________________
11210 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
11211         Log: Missing) in #11912.
11212      Branch: perl
11213            ! lib/Test/Simple/t/fail.t
11214 ____________________________________________________________________________
11215 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
11216         Log: Rewhack Test-Simple into core harness.
11217      Branch: perl
11218            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
11219            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
11220            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
11221            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
11222            ! lib/Test/Simple/t/skipall.t
11223 ____________________________________________________________________________
11224 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
11225         Log: Workaround for the new Exporter 'feature'.
11226      Branch: perl
11227            ! lib/Test/More.pm
11228 ____________________________________________________________________________
11229 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
11230         Log: Re-introduce pure-Perl fall-back for abs_path,
11231              re-introduce #11898.
11232      Branch: perl
11233            ! lib/Cwd.pm lib/File/Find.pm
11234 ____________________________________________________________________________
11235 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
11236         Log: More tests.
11237      Branch: perl
11238            ! lib/Exporter.t
11239 ____________________________________________________________________________
11240 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
11241         Log: Retract #11898 for now because it introduces
11242              a rather nasty depencency: when B is being built,
11243              MakeMaker is used.  MakeMaker uses File::Find.
11244              File::Find uses Cwd::getcwd()...which doesn't
11245              exist yet.
11246      Branch: perl
11247            ! lib/File/Find.pm
11248 ____________________________________________________________________________
11249 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
11250         Log: New test welcome.
11251      Branch: perl
11252            + lib/Test/Simple/t/simple.t
11253 ____________________________________________________________________________
11254 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
11255         Log: Old test begone.
11256      Branch: perl
11257            - lib/Attribute/Handlers/test.pl
11258 ____________________________________________________________________________
11259 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
11260         Log: Test-Simple syncup from Schwern.
11261      Branch: perl
11262            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
11263            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
11264            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
11265            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
11266            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
11267            - lib/Test/More/Changes lib/Test/More/t/More.t
11268            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
11269            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
11270            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
11271            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
11272            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
11273            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
11274            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
11275            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
11276            ! t/lib/Test/Simple/sample_tests/death.plx
11277            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
11278            ! t/lib/Test/Simple/sample_tests/extras.plx
11279            ! t/lib/Test/Simple/sample_tests/five_fail.plx
11280            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
11281            ! t/lib/Test/Simple/sample_tests/one_fail.plx
11282            ! t/lib/Test/Simple/sample_tests/require.plx
11283            ! t/lib/Test/Simple/sample_tests/success.plx
11284            ! t/lib/Test/Simple/sample_tests/too_few.plx
11285            ! t/lib/Test/Simple/sample_tests/two_fail.plx
11286 ____________________________________________________________________________
11287 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
11288         Log: Integrate File::Find changes from bleadperl
11289      Branch: maint-5.6/macperl
11290            ! lib/File/Find.pm t/lib/filefind-taint.t
11291 ____________________________________________________________________________
11292 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
11293         Log: Integrate 11847 from maint-5.6/perl
11294      Branch: maint-5.6/macperl
11295           !> sv.c
11296 ____________________________________________________________________________
11297 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
11298         Log: In UNICOS division yada yada.
11299      Branch: perl
11300            ! t/op/override.t
11301 ____________________________________________________________________________
11302 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
11303         Log: In UNICOS division is really lossy, better use
11304              a tolerance test.
11305      Branch: perl
11306            ! ext/Time/HiRes/HiRes.t
11307 ____________________________________________________________________________
11308 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
11309         Log: In UNICOS sigaction() sets an extra flag
11310              ("the signal has been registered for all the processes in
11311              a multitasking group.")
11312      Branch: perl
11313            ! ext/POSIX/sigaction.t
11314 ____________________________________________________________________________
11315 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
11316         Log: Documentation micropatch from Damian.
11317      Branch: perl
11318            ! lib/Attribute/Handlers.pm
11319 ____________________________________________________________________________
11320 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
11321         Log: (Retracted by #11908)
11322              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
11323              From: Michael G Schwern <schwern@pobox.com>
11324              Date: Wed, 5 Sep 2001 15:58:21 -0400
11325              Message-ID: <20010905155821.I632@blackrider>
11326      Branch: perl
11327            ! lib/File/Find.pm lib/File/Find/taint.t
11328 ____________________________________________________________________________
11329 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
11330         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
11331              From: Michael G Schwern <schwern@pobox.com>
11332              Date: Wed, 5 Sep 2001 19:16:31 -0400
11333              Message-ID: <20010905191631.E11386@blackrider>
11334      Branch: perl
11335            + lib/CGI/t/carp.t
11336            ! MANIFEST
11337 ____________________________________________________________________________
11338 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
11339         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
11340              From: chromatic <chromatic@rmci.net>
11341              Date: Wed, 5 Sep 2001 18:08:07 -0600
11342              Message-Id: <01090518080700.19590@firewheel>
11343      Branch: perl
11344            ! lib/English.pm
11345 ____________________________________________________________________________
11346 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
11347         Log: Fix a typo #11889 and add a test for the same.
11348      Branch: perl
11349            ! ext/Socket/Socket.t ext/Socket/Socket.xs
11350 ____________________________________________________________________________
11351 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
11352         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
11353              From: "Craig A. Berry" <craigberry@mac.com>
11354              Date: Wed, 05 Sep 2001 17:48:54 -0500
11355              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
11356      Branch: perl
11357            ! lib/warnings.t t/run/kill_perl.t
11358 ____________________________________________________________________________
11359 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
11360         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
11361              From: Michael G Schwern <schwern@pobox.com>
11362              Date: Wed, 5 Sep 2001 17:22:25 -0400
11363              Message-ID: <20010905172225.C11386@blackrider>
11364      Branch: perl
11365            ! t/run/kill_perl.t
11366 ____________________________________________________________________________
11367 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
11368         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
11369              From: Nicholas Clark <nick@ccl4.org>
11370              Date: Wed, 5 Sep 2001 20:54:24 +0100
11371              Message-ID: <20010905205424.C25120@plum.flirble.org>
11372      Branch: perl
11373            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
11374 ____________________________________________________________________________
11375 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
11376         Log: Forgotten thing.
11377      Branch: perl
11378            ! uconfig.h
11379 ____________________________________________________________________________
11380 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
11381         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
11382              From: chromatic <chromatic@rmci.net>               
11383              Date: Wed, 5 Sep 2001 13:22:08 -0600
11384              Message-Id: <01090513220807.10587@firewheel> 
11385      Branch: perl
11386            ! lib/English.pm
11387 ____________________________________________________________________________
11388 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
11389         Log: inet_ntoa() tweaks:
11390              - don't allow addresses with > 255 characters
11391              - indent the HP-UX workaround
11392              - don't leak memory
11393      Branch: perl
11394            ! ext/Socket/Socket.xs
11395 ____________________________________________________________________________
11396 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
11397         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
11398              <xwu@theeducationcenter.com>
11399      Branch: perl
11400            ! lib/File/Find.pm
11401 ____________________________________________________________________________
11402 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
11403         Log: Typo nits.
11404      Branch: perl
11405            ! lib/File/Find.pm
11406 ____________________________________________________________________________
11407 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
11408         Log: -Wall nit.
11409      Branch: perl
11410            ! op.c
11411 ____________________________________________________________________________
11412 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
11413         Log: Update to Scalar-List-Utils 1.05
11414      Branch: perl
11415            ! ext/List/Util/ChangeLog ext/List/Util/README
11416            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
11417 ____________________________________________________________________________
11418 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
11419         Log: Update Changes.
11420      Branch: perl
11421            ! Changes patchlevel.h
11422 ____________________________________________________________________________
11423 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
11424         Log: Update to Scalar-List-Utils 1.04
11425      Branch: perl
11426            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
11427            ! ext/List/Util/lib/List/Util.pm
11428            ! ext/List/Util/lib/Scalar/Util.pm
11429 ____________________________________________________________________________
11430 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
11431         Log: Metaconfigify #11724.
11432      Branch: metaconfig
11433            ! U/threads/archname.U
11434 ____________________________________________________________________________
11435 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
11436         Log: The MacOS reference is okay, no reason to hide it.
11437      Branch: perl
11438            ! lib/Cwd.pm
11439 ____________________________________________________________________________
11440 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
11441         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
11442              From: Michael G Schwern <schwern@pobox.com>
11443              Date: Tue, 4 Sep 2001 15:30:10 -0400
11444              Message-ID: <20010904153010.H26466@blackrider> 
11445              
11446              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
11447      Branch: perl
11448            ! ext/Cwd/Makefile.PL lib/Cwd.pm
11449 ____________________________________________________________________________
11450 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
11451         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.))
11452              From: Michael G Schwern <schwern@pobox.com>
11453              Date: Tue, 4 Sep 2001 17:39:13 -0400
11454              Message-ID: <20010904173913.C626@blackrider>
11455      Branch: perl
11456            ! lib/Cwd.pm
11457 ____________________________________________________________________________
11458 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
11459         Log: Subject: Re: Perl_pp_* in public API?
11460              From: "Craig A. Berry" <craigberry@mac.com>
11461              Date: Tue, 4 Sep 2001 21:51:29 -0500
11462              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
11463      Branch: perl
11464            ! ext/List/Util/Util.xs
11465 ____________________________________________________________________________
11466 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
11467         Log: From Damian: Class::Struct was unable to define
11468              recursive classes.  After the patch an object reference
11469              (rather than a hash) is required to initialize
11470              an object attribute.  If no such initializer is given to
11471              the constructor, object attributes are now default
11472              initialized to C<undef>.
11473      Branch: perl
11474            ! lib/Class/Struct.pm lib/Class/Struct.t
11475 ____________________________________________________________________________
11476 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
11477         Log: Subject: Re: sv_catpvfn and sv_setpvfn
11478              From: Richard Soderberg <rs@oregonnet.com>
11479              Date: Tue, 4 Sep 2001 15:16:47 -0700
11480              Message-Id: <200109042216.PAA17858@oregonnet.com>
11481      Branch: perl
11482            ! pod/perlclib.pod pod/perlguts.pod
11483 ____________________________________________________________________________
11484 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
11485         Log: NetWare updates from Ananth Kesari.
11486      Branch: perl
11487            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
11488            ! NetWare/nw5thread.h
11489 ____________________________________________________________________________
11490 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
11491         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?))
11492              From: Nicholas Clark <nick@ccl4.org>
11493              Date: Tue, 4 Sep 2001 22:42:50 +0100
11494              Message-ID: <20010904224250.P25120@plum.flirble.org>
11495      Branch: perl
11496            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
11497            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
11498            ! t/op/oct.t toke.c
11499 ____________________________________________________________________________
11500 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
11501         Log: Fix Cwd::getcwd() not being tainted, as noticed
11502              by Schwern.
11503      Branch: perl
11504            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
11505            - ext/Cwd/Cwd.t
11506            ! MANIFEST ext/Cwd/Cwd.xs util.c
11507 ____________________________________________________________________________
11508 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
11509         Log: Retract #11870 and volatilize the right destruct_level.
11510              Silly thinko pointed out by Sarathy.
11511      Branch: perl
11512            ! intrpvar.h perl.c
11513 ____________________________________________________________________________
11514 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
11515         Log: At least a temporary fix for the mysterious scope core dumps
11516              in Tru64 from Graham.
11517      Branch: perl
11518            ! ext/List/Util/Util.xs
11519 ____________________________________________________________________________
11520 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
11521         Log: (Retracted by #11872)
11522      Branch: perl
11523            ! intrpvar.h
11524 ____________________________________________________________________________
11525 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
11526         Log: Quench a -Wall gripe noticed by Robin Barker.
11527      Branch: perl
11528            ! op.c
11529 ____________________________________________________________________________
11530 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
11531         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
11532              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
11533              Date: Wed, 05 Sep 2001 02:01:32 +0900
11534              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
11535      Branch: perl
11536            ! lib/Unicode/UCD.pm
11537 ____________________________________________________________________________
11538 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
11539         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
11540              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11541              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
11542              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
11543      Branch: perl
11544            ! gv.c
11545 ____________________________________________________________________________
11546 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
11547         Log: Update Changes.
11548      Branch: perl
11549            ! Changes patchlevel.h
11550 ____________________________________________________________________________
11551 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
11552         Log: Add the \[$@%&*] prototype support.
11553      Branch: perl
11554            ! op.c pod/perlsub.pod t/comp/proto.t
11555 ____________________________________________________________________________
11556 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
11557         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
11558              From: Michael G Schwern <schwern@pobox.com>
11559              Date: Mon, 3 Sep 2001 18:59:01 -0400
11560              Message-ID: <20010903185901.Z9233@blackrider>
11561      Branch: perl
11562            ! lib/CGI/t/form.t
11563 ____________________________________________________________________________
11564 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
11565         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
11566              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
11567              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
11568              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
11569      Branch: perl
11570            ! gv.c
11571 ____________________________________________________________________________
11572 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
11573         Log: More srand entry tweakage based on Randal's suggestion.
11574      Branch: perl
11575            ! pod/perlfunc.pod
11576 ____________________________________________________________________________
11577 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
11578         Log: Subject: [PATCH] 'main' *is* a reserved word
11579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11580              Date: Mon, 3 Sep 2001 22:55:41 +0200
11581              Message-ID: <20010903225541.A24097@rafael>
11582      Branch: perl
11583            ! toke.c
11584 ____________________________________________________________________________
11585 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
11586         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
11587              From: Peter Prymmer <pvhp@best.com>
11588              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
11589              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
11590      Branch: perl
11591            ! README.vms configure.com
11592 ____________________________________________________________________________
11593 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
11594         Log: Subject: Re: A slightly better default seed?   
11595              From: Michael G Schwern <schwern@pobox.com>
11596              Date: Mon, 3 Sep 2001 18:08:15 -0400 
11597              Message-ID: <20010903180815.W9233@blackrider>
11598      Branch: perl
11599            ! t/op/srand.t
11600 ____________________________________________________________________________
11601 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
11602         Log: Add sharedsv.o to microperl object files.
11603      Branch: perl
11604            ! Makefile.micro
11605 ____________________________________________________________________________
11606 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
11607         Log: AUTHORS updates and
11608              
11609              Subject: [PATCH] Just some preening :-)        
11610              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
11611              Date: Tue, 4 Sep 2001 14:16:59 +0100
11612              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
11613      Branch: perl
11614            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
11615 ____________________________________________________________________________
11616 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
11617         Log: Typo fix and slight rewording.
11618      Branch: perl
11619            ! pod/perlfunc.pod
11620 ____________________________________________________________________________
11621 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
11622         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
11623      Branch: perl
11624            ! pod/perlfaq4.pod
11625 ____________________________________________________________________________
11626 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
11627         Log: The helper file changed name.
11628      Branch: perl
11629            ! MANIFEST
11630 ____________________________________________________________________________
11631 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
11632         Log: Update to Scalar-List-Utils 1.03
11633      Branch: perl
11634            + ext/List/Util/t/shuffle.t
11635            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
11636            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
11637            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
11638            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
11639            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
11640            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
11641            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
11642            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
11643 ____________________________________________________________________________
11644 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
11645         Log: Make crypt() do something more sane for Unicode
11646              (take crypt() of the low eight bits of the characters,
11647              instead of taking crypt() of the UTF-8 of the scalar);
11648              add a test for crypt().
11649      Branch: perl
11650            + t/op/crypt.t
11651            ! MANIFEST pod/perlfunc.pod pp.c
11652 ____________________________________________________________________________
11653 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
11654         Log: Reorganize the srand entry.
11655      Branch: perl
11656            ! pod/perlfunc.pod
11657 ____________________________________________________________________________
11658 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
11659         Log: Remove the tests that assume something about
11660              calling srand() without arguments multiple times.
11661      Branch: perl
11662            ! t/op/srand.t
11663 ____________________________________________________________________________
11664 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
11665         Log: Upgrade to Math::BigInt 1.42.
11666      Branch: perl
11667            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11668            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
11669            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
11670            ! lib/Math/BigInt/t/mbimbf.t
11671 ____________________________________________________________________________
11672 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
11673         Log: integrate change#11847 from maint-5.6
11674              
11675              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
11676      Branch: perl
11677            ! sv.c
11678 ____________________________________________________________________________
11679 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
11680         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
11681      Branch: maint-5.6/perl
11682            ! sv.c
11683 ____________________________________________________________________________
11684 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
11685         Log: As far as I can tell these functions have been Unicodified.
11686      Branch: perl
11687            ! doop.c
11688 ____________________________________________________________________________
11689 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
11690         Log: Update to Storable 1.0.13.
11691      Branch: perl
11692            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
11693            ! ext/Storable/Storable.xs
11694 ____________________________________________________________________________
11695 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
11696         Log: Patch the Filter::Simple test to work with
11697              the core test suite (since the FilterTest.pm
11698              is in t/lib, not in lib).
11699      Branch: perl
11700            ! lib/Filter/Simple/t/filter.t
11701 ____________________________________________________________________________
11702 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
11703         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
11704      Branch: perl
11705            + t/lib/FilterTest.pm
11706            - t/lib/MyFilter.pm
11707 ____________________________________________________________________________
11708 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
11709         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
11710              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
11711              Text::Balanced 1.86.
11712      Branch: perl
11713            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
11714            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
11715            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
11716            + lib/Switch/t/nested.t lib/Switch/t/switch.t
11717            + lib/Text/Balanced/Changes lib/Text/Balanced/README
11718            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
11719            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
11720            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
11721            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
11722            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
11723            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
11724            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
11725            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
11726            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
11727            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
11728            ! MANIFEST lib/Attribute/Handlers.pm
11729            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
11730            ! lib/Attribute/Handlers/demo/Demo.pm
11731            ! lib/Attribute/Handlers/demo/Descriptions.pm
11732            ! lib/Attribute/Handlers/demo/MyClass.pm
11733            ! lib/Attribute/Handlers/demo/demo.pl
11734            ! lib/Attribute/Handlers/demo/demo2.pl
11735            ! lib/Attribute/Handlers/demo/demo3.pl
11736            ! lib/Attribute/Handlers/demo/demo4.pl
11737            ! lib/Attribute/Handlers/demo/demo_call.pl
11738            ! lib/Attribute/Handlers/demo/demo_chain.pl
11739            ! lib/Attribute/Handlers/demo/demo_cycle.pl
11740            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
11741            ! lib/Attribute/Handlers/demo/demo_phases.pl
11742            ! lib/Attribute/Handlers/demo/demo_range.pl
11743            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
11744            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
11745            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
11746            ! lib/Text/Balanced.pm
11747 ____________________________________________________________________________
11748 [ 11841] By: sky                                   on 2001/09/03  11:04:15
11749         Log: Forgot to add a file with Change #11840
11750      Branch: perl
11751            + t/op/srand.t
11752 ____________________________________________________________________________
11753 [ 11840] By: sky                                   on 2001/09/03  11:02:04
11754         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
11755              From: Michael G Schwern <schwern@pobox.com>
11756              Date: Mon, 3 Sep 2001 07:43:00 -0400
11757              Message-ID: <20010903074300.E9233@blackrider>
11758      Branch: perl
11759            ! MANIFEST pod/perlfunc.pod t/op/rand.t
11760 ____________________________________________________________________________
11761 [ 11839] By: sky                                   on 2001/09/03  10:47:11
11762         Log: Document the changes with regards to running of END blocks.
11763              And DESTROY on global objects are called in perl_destruct()!
11764      Branch: perl
11765            ! pod/perl572delta.pod pod/perlembed.pod
11766 ____________________________________________________________________________
11767 [ 11838] By: sky                                   on 2001/09/03  09:34:44
11768         Log: Subject: [PATCH t/op/time.t] Partial cleanup
11769              From: Michael G Schwern <schwern@pobox.com>
11770              Date: Mon, 3 Sep 2001 06:29:42 -0400
11771              Message-ID: <20010903062942.C9233@blackrider>
11772      Branch: perl
11773            ! t/op/time.t
11774 ____________________________________________________________________________
11775 [ 11837] By: sky                                   on 2001/09/03  09:30:02
11776         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
11777              From: Michael G Schwern <schwern@pobox.com>
11778              Date: Mon, 3 Sep 2001 06:24:13 -0400
11779              Message-ID: <20010903062413.B9233@blackrider>
11780      Branch: perl
11781            ! t/op/rand.t
11782 ____________________________________________________________________________
11783 [ 11836] By: sky                                   on 2001/09/03  07:56:47
11784         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
11785              From: Michael G Schwern <schwern@pobox.com>
11786              Date: Sun, 2 Sep 2001 21:38:43 -0400
11787              Message-ID: <20010902213843.L2711@blackrider>
11788      Branch: perl
11789            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
11790            ! MANIFEST
11791 ____________________________________________________________________________
11792 [ 11835] By: nick                                  on 2001/09/03  06:20:06
11793         Log: Integrate mainline
11794      Branch: perlio
11795           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
11796            - t/op/misc.t
11797           !> (integrate 187 files)
11798 ____________________________________________________________________________
11799 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
11800         Log: Update Changes.
11801      Branch: perl
11802            ! Changes patchlevel.h
11803 ____________________________________________________________________________
11804 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
11805         Log: Slight tweaks.
11806      Branch: perl
11807            ! t/run/kill_perl.t
11808 ____________________________________________________________________________
11809 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
11810         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
11811      Branch: perl
11812            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
11813 ____________________________________________________________________________
11814 [ 11831] By: sky                                   on 2001/09/02  12:10:42
11815         Log: Change #11828 wasn't complete, this updates to intest path
11816      Branch: perl
11817            ! t/run/kill_perl.t
11818 ____________________________________________________________________________
11819 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
11820         Log: 's's's.
11821      Branch: perl
11822            ! Changes
11823 ____________________________________________________________________________
11824 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
11825         Log: Update Changes.
11826      Branch: perl
11827            ! Changes patchlevel.h
11828 ____________________________________________________________________________
11829 [ 11828] By: sky                                   on 2001/09/02  11:53:56
11830         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
11831              From: Michael G Schwern <schwern@pobox.com>
11832              Date: Sat, 1 Sep 2001 20:18:58 -0400
11833              Message-ID: <20010901201858.X606@blackrider>
11834              +MANIFEST Fix
11835      Branch: perl
11836            + t/run/kill_perl.t
11837            - t/op/misc.t t/run/segfault.t
11838            ! MANIFEST
11839 ____________________________________________________________________________
11840 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
11841         Log: Subject: [PATCH] lib/Time/Local.pm
11842              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11843              Date: Sun, 2 Sep 2001 06:50:01 -0500
11844              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
11845      Branch: perl
11846            ! lib/Time/Local.pm
11847 ____________________________________________________________________________
11848 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
11849         Log: Tick off Unicode collation and the normalization from
11850              the todo list.
11851      Branch: perl
11852            ! pod/perltodo.pod
11853 ____________________________________________________________________________
11854 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
11855         Log: Update to Unicode 3.1.1.
11856      Branch: perl
11857            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
11858            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
11859            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
11860            ! lib/unicore/PropList.txt lib/unicore/README.perl
11861            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
11862            ! lib/unicore/rename lib/unicore/version
11863 ____________________________________________________________________________
11864 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
11865         Log: Slight doc tweaks for the module.
11866      Branch: perl
11867            ! lib/Unicode/UCD.pm
11868 ____________________________________________________________________________
11869 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
11870         Log: Rename the variable: it *used* to be (wrongly) that the
11871              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
11872              but that is no more the case: PL_reg_match_utf8 is better.
11873      Branch: perl
11874            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
11875            ! regexec.c sv.c thrdvar.h
11876 ____________________________________________________________________________
11877 [ 11822] By: ams                                   on 2001/09/02  02:54:50
11878         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
11879              From: Ilmari Karonen <iltzu@sci.fi>
11880              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
11881              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
11882              (op/sub_lval.t updated to take new error message into account.)
11883      Branch: perl
11884            ! op.c t/op/sub_lval.t
11885 ____________________________________________________________________________
11886 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
11887         Log: remove stray CRs in files; keep all files with UNIX line-ends
11888              (Porting/makerel adds CRs to the files that need it in the
11889              distribution)
11890      Branch: perl
11891            ! NetWare/t/NWScripts.pl README.dos
11892            ! ext/Encode/Encode/cns11643-1.enc
11893            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
11894            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
11895 ____________________________________________________________________________
11896 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
11897         Log: some remnants of change#11803
11898      Branch: perl
11899            ! ext/ByteLoader/byterun.h perl.h
11900 ____________________________________________________________________________
11901 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
11902         Log: Update to Unicode::Collate 0.08.
11903      Branch: perl
11904            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
11905            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
11906 ____________________________________________________________________________
11907 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
11908         Log: Test tweaks.
11909      Branch: perl
11910            ! t/op/pat.t
11911 ____________________________________________________________________________
11912 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
11913         Log: Fix test
11914      Branch: maint-5.6/macperl
11915            ! t/lib/b.t
11916 ____________________________________________________________________________
11917 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
11918         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
11919              warnings in Config.pm with -W; increase default and
11920              minimum RAM; bump version number.
11921      Branch: maint-5.6/macperl
11922            + macos/lib/Mac/LowMem.pm
11923            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
11924            ! macos/configpm macos/macperl/MacPerl.r
11925 ____________________________________________________________________________
11926 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
11927         Log: Make syntax check report in MPW style, fix tests
11928              to use Mac::err=unix to get normal-style error
11929              messages.
11930      Branch: maint-5.6/macperl
11931            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
11932            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
11933 ____________________________________________________________________________
11934 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
11935         Log: Make MPW-style errors optional (but the default); add
11936              MacPerl::ErrorFormat() function and Mac::err pragma
11937      Branch: maint-5.6/macperl
11938            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
11939            + macos/ext/Mac/err/err.xs
11940            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
11941            ! macos/macish.c macos/macish.h macos/macperl.sym
11942 ____________________________________________________________________________
11943 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
11944         Log: More module and test ports from Thomas Wegner et al
11945      Branch: maint-5.6/macperl
11946            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
11947            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
11948            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
11949            ! t/op/magic.t
11950 ____________________________________________________________________________
11951 [ 11812] By: sky                                   on 2001/09/01  17:19:30
11952         Log: Subject: [PATCH t/op/concat.t] cleanup
11953              From: Michael G Schwern <schwern@pobox.com>
11954              Date: Sat, 1 Sep 2001 14:06:28 -0400
11955              Message-ID: <20010901140628.C606@blackrider>
11956      Branch: perl
11957            ! t/op/concat.t
11958 ____________________________________________________________________________
11959 [ 11811] By: sky                                   on 2001/09/01  12:25:29
11960         Log: Change #11805 didn't update the MANIFEST
11961      Branch: perl
11962            ! MANIFEST
11963 ____________________________________________________________________________
11964 [ 11810] By: sky                                   on 2001/09/01  11:52:44
11965         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
11966              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
11967              Date: Sat, 1 Sep 2001 14:50:14 +0200
11968              Message-ID: <20010901145014.A691@rafael>
11969      Branch: perl
11970            ! t/op/inccode.t
11971 ____________________________________________________________________________
11972 [ 11809] By: sky                                   on 2001/09/01  11:49:22
11973         Log: Subject: PATCH: ExtUtils::MakeMaker
11974              From: Tony Bowden <tony@kasei.com>
11975              Date: Sat, 1 Sep 2001 10:33:53 +0100
11976              Message-ID: <20010901103353.A13863@soto.kasei.com>
11977              Manually applied
11978      Branch: perl
11979            ! lib/ExtUtils/MakeMaker.pm
11980 ____________________________________________________________________________
11981 [ 11808] By: sky                                   on 2001/09/01  11:39:13
11982         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
11983              From: mike808@users.sourceforge.net
11984              Date: Sat, 1 Sep 101 11:27:50 GMT
11985              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
11986              With little tweak
11987      Branch: perl
11988            ! lib/Term/Cap.pm
11989 ____________________________________________________________________________
11990 [ 11807] By: ams                                   on 2001/09/01  11:31:16
11991         Log: Subject: oct() and hex()
11992              From: Nicholas Clark <nick@ccl4.org>
11993              Date: Fri, 31 Aug 2001 23:14:13 +0100
11994              Message-Id: <20010831231413.J4950@plum.flirble.org>
11995      Branch: perl
11996            ! pod/perlclib.pod
11997 ____________________________________________________________________________
11998 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
11999         Log: Integrate change 11801 from maintperl
12000      Branch: maint-5.6/macperl
12001            ! perl.c
12002 ____________________________________________________________________________
12003 [ 11805] By: sky                                   on 2001/08/31  21:35:10
12004         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
12005              From: Michael G Schwern <schwern@pobox.com>
12006              Date: Fri, 31 Aug 2001 15:36:28 -0400
12007              Message-ID: <20010831153628.B598@blackrider>
12008              Check for things which used to segfault
12009      Branch: perl
12010            + t/run/segfault.t
12011 ____________________________________________________________________________
12012 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
12013         Log: integrate change#11801 from maint-5.6
12014              
12015              remove age-old UNICOS "workaround" that introduces a static, and
12016              hence an egregious race condition for threaded builds (*sigh*
12017              beats me why this kludge wasn't guarded by a UNICOS-specific
12018              #define *sigh*)
12019      Branch: perl
12020            ! perl.c
12021 ____________________________________________________________________________
12022 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
12023         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
12024              working in 5.7.x
12025      Branch: perl
12026            - objXSUB.h
12027            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
12028            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
12029            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
12030            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
12031            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
12032            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
12033            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
12034            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
12035            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
12036            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
12037            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
12038            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
12039            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
12040            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
12041            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
12042            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
12043            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
12044            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
12045            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
12046            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
12047            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
12048            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
12049 ____________________________________________________________________________
12050 [ 11802] By: ams                                   on 2001/08/31  18:11:32
12051         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
12052              From: "Philip Newton" <Philip.Newton@gmx.net>
12053              Date: Fri, 31 Aug 2001 21:12:56 +0200
12054              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
12055      Branch: perl
12056            ! pod/perldiag.pod
12057 ____________________________________________________________________________
12058 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
12059         Log: remove age-old UNICOS "workaround" that introduces a static, and
12060              hence an egregious race condition for threaded builds (*sigh*
12061              beats me why this kludge wasn't guarded by a UNICOS-specific
12062              #define *sigh*)
12063      Branch: maint-5.6/perl
12064            ! perl.c
12065 ____________________________________________________________________________
12066 [ 11800] By: sky                                   on 2001/08/31  17:30:26
12067         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
12068              Might break on platforms where bool is larger than 8 bites ???
12069      Branch: perl
12070            ! regcomp.c
12071 ____________________________________________________________________________
12072 [ 11799] By: ams                                   on 2001/08/31  12:15:44
12073         Log: Integrate 11778 into mainline.
12074      Branch: perl
12075            ! t/base/term.t
12076 ____________________________________________________________________________
12077 [ 11798] By: sky                                   on 2001/08/31  11:31:44
12078         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
12079              supposed to happen.
12080      Branch: perl
12081            ! regcomp.c
12082 ____________________________________________________________________________
12083 [ 11797] By: sky                                   on 2001/08/31  11:28:17
12084         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
12085              From: "John P. Linderman" <jpl@research.att.com>
12086              Date: Fri, 31 Aug 2001 08:20:35 -0400
12087              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
12088              Fixes test 14 which could fail randomly in rare cases.
12089      Branch: perl
12090            ! ext/Time/HiRes/HiRes.t regcomp.c
12091 ____________________________________________________________________________
12092 [ 11796] By: ams                                   on 2001/08/31  01:13:07
12093         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
12094              From: Nicholas Clark <nick@ccl4.org>
12095              Date: Thu, 30 Aug 2001 23:21:50 +0100
12096              Message-Id: <20010830232150.D4950@plum.flirble.org>
12097      Branch: perl
12098            ! ext/Sys/Syslog/Makefile.PL
12099 ____________________________________________________________________________
12100 [ 11795] By: ams                                   on 2001/08/30  23:53:23
12101         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
12102              patching example
12103              From: Michael G Schwern <schwern@pobox.com>
12104              Date: Thu, 30 Aug 2001 17:02:08 -0400
12105              Message-Id: <20010830170208.M2318@blackrider>
12106      Branch: perl
12107            ! pod/perlhack.pod
12108 ____________________________________________________________________________
12109 [ 11794] By: ams                                   on 2001/08/30  19:35:36
12110         Log: Subject: [PATCH] pp_modulo
12111              From: Nicholas Clark <nick@ccl4.org>
12112              Date: Thu, 30 Aug 2001 18:20:54 +0100
12113              Message-Id: <20010830182053.A4950@plum.flirble.org>
12114      Branch: perl
12115            ! pp.c t/op/64bitint.t
12116 ____________________________________________________________________________
12117 [ 11793] By: sky                                   on 2001/08/30  13:02:48
12118         Log: 11792 wasn't complete
12119      Branch: perl
12120            ! makedef.pl regcomp.c
12121 ____________________________________________________________________________
12122 [ 11792] By: sky                                   on 2001/08/30  12:21:11
12123         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
12124      Branch: perl
12125            ! makedef.pl
12126 ____________________________________________________________________________
12127 [ 11791] By: sky                                   on 2001/08/30  10:08:02
12128         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
12129      Branch: perl
12130            ! config_h.SH
12131 ____________________________________________________________________________
12132 [ 11790] By: sky                                   on 2001/08/30  08:22:31
12133         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
12134              on the pad. Fixes coredumps in cleanups introduced by
12135              Change 11755  
12136      Branch: perl
12137            ! op.c perl.c sv.h
12138 ____________________________________________________________________________
12139 [ 11789] By: sky                                   on 2001/08/29  19:01:47
12140         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
12141              This is a replacement implmentation that works on HPUX.
12142              This bug should probably be fixed in GCC.
12143      Branch: perl
12144            ! ext/Socket/Socket.xs
12145 ____________________________________________________________________________
12146 [ 11788] By: ams                                   on 2001/08/29  17:35:33
12147         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
12148              From: Nicholas Clark <nick@ccl4.org>
12149              Date: Wed, 29 Aug 2001 18:21:56 +0100
12150              Message-Id: <20010829182156.O4950@plum.flirble.org>
12151      Branch: perl
12152            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
12153 ____________________________________________________________________________
12154 [ 11787] By: sky                                   on 2001/08/29  10:42:54
12155         Log: Added test for pack_addr_in and unpack_addr_in
12156              Nitpik in test 10
12157      Branch: perl
12158            ! ext/Socket/Socket.t
12159 ____________________________________________________________________________
12160 [ 11786] By: sky                                   on 2001/08/29  10:28:14
12161         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
12162              Trying to catch errors on HP-UX
12163      Branch: perl
12164            ! ext/Socket/Socket.t
12165 ____________________________________________________________________________
12166 [ 11785] By: sky                                   on 2001/08/29  09:07:03
12167         Log: make sure USE_THREADS is defined so external apps work
12168      Branch: perl
12169            ! config_h.SH
12170 ____________________________________________________________________________
12171 [ 11784] By: sky                                   on 2001/08/29  08:06:12
12172         Log: Subject: Re: The hitlist of untested modules.
12173              From: Jonathan Stowe <gellyfish@gellyfish.com>
12174              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
12175              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
12176              Start of tests for Shell.pm (make Schwern poorer!)
12177      Branch: perl
12178            + lib/Shell.t
12179            ! MANIFEST
12180 ____________________________________________________________________________
12181 [ 11783] By: sky                                   on 2001/08/29  07:37:50
12182         Log: END{} can change the return value even if we die from BEGIN{}
12183      Branch: perl
12184            ! miniperlmain.c
12185 ____________________________________________________________________________
12186 [ 11782] By: ams                                   on 2001/08/29  06:32:17
12187         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
12188              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12189              Date: Wed, 29 Aug 2001 09:18:17 +0200
12190              Message-Id: <20010829091817.A4453@rafael>
12191      Branch: perl
12192            ! t/op/inccode.t
12193 ____________________________________________________________________________
12194 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
12195         Log: Delete xsubpp.patch, as full copy exists now
12196      Branch: maint-5.6/macperl
12197            - macos/xsubpp.patch
12198 ____________________________________________________________________________
12199 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
12200         Log: Add Changes file
12201      Branch: maint-5.6/macperl
12202            + macos/Changes
12203 ____________________________________________________________________________
12204 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
12205         Log: Add Mac version of xsubpp as separate file
12206      Branch: maint-5.6/macperl
12207            + macos/xsubpp
12208            ! macos/Makefile.mk
12209 ____________________________________________________________________________
12210 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
12211         Log: Fix open of /dev/null for Mac OS
12212      Branch: maint-5.6/macperl
12213            ! t/base/term.t
12214 ____________________________________________________________________________
12215 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
12216         Log: Various patches: enable more tests; skip CVS in PerlInstall;
12217              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
12218      Branch: maint-5.6/macperl
12219            ! macos/MacPerlTests.cmd macos/PerlInstall
12220            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
12221 ____________________________________________________________________________
12222 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
12223         Log: Allow for platforms to override formatting of errors
12224              on output from Matthias Neeracher (Mac files)
12225      Branch: maint-5.6/macperl
12226            ! macos/macish.c macos/macish.h
12227 ____________________________________________________________________________
12228 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
12229         Log: Allow for platforms to override formatting of errors
12230              on output from Matthias Neeracher (core files)
12231      Branch: maint-5.6/macperl
12232            ! perl.h pp_ctl.c util.c
12233 ____________________________________________________________________________
12234 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
12235         Log: Add some param checking, from reports by Kevin Reid.
12236      Branch: maint-5.6/macperl
12237            ! macos/ext/Mac/Controls/Controls.pm
12238            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
12239 ____________________________________________________________________________
12240 [ 11773] By: ams                                   on 2001/08/28  23:54:57
12241         Log: Subject: [PATCH] make coretest
12242              From: Paul Johnson <paul@pjcj.net>
12243              Date: Wed, 29 Aug 2001 00:11:38 +0200
12244              Message-Id: <20010829001138.B12169@pjcj.net>
12245              (Applied without the change to perlhack.pod. This should
12246              probably stay undocumented.)
12247      Branch: perl
12248            ! Makefile.SH t/TEST
12249 ____________________________________________________________________________
12250 [ 11772] By: sky                                   on 2001/08/28  13:01:20
12251         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
12252              From: Michael G Schwern <schwern@pobox.com>
12253              Date: Tue, 28 Aug 2001 09:57:39 -0400
12254              Message-ID: <20010828095738.E17775@blackrider>
12255      Branch: perl
12256            ! pod/perlhack.pod t/op/pack.t
12257 ____________________________________________________________________________
12258 [ 11771] By: sky                                   on 2001/08/28  11:20:13
12259         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
12260              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12261              Date: Tue, 28 Aug 2001 14:23:43 +0200
12262              Message-ID: <20010828142343.A19299@rafael>
12263      Branch: perl
12264            ! pod/perlvar.pod pp_ctl.c
12265 ____________________________________________________________________________
12266 [ 11770] By: ams                                   on 2001/08/28  10:13:21
12267         Log: Subject: [PATCH] odd typo in op.h
12268              From: Nicholas Clark <nick@ccl4.org>
12269              Date: Tue, 28 Aug 2001 12:10:26 +0100
12270              Message-Id: <20010828121026.V4950@plum.flirble.org>
12271      Branch: perl
12272            ! op.h
12273 ____________________________________________________________________________
12274 [ 11769] By: sky                                   on 2001/08/28  08:09:16
12275         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
12276              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
12277              Date: Tue, 28 Aug 2001 02:22:20 +0300
12278              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
12279      Branch: perl
12280            ! ext/B/B/Lint.pm
12281 ____________________________________________________________________________
12282 [ 11768] By: ams                                   on 2001/08/28  00:47:35
12283         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
12284              From: Michael G Schwern <schwern@pobox.com>
12285              Date: Mon, 27 Aug 2001 21:24:44 -0400
12286              Message-Id: <20010827212444.F12582@blackrider>
12287      Branch: perl
12288            ! pod/perlhack.pod t/op/pack.t
12289 ____________________________________________________________________________
12290 [ 11767] By: ams                                   on 2001/08/27  23:59:48
12291         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
12292              From: Michael G Schwern <schwern@pobox.com>
12293              Date: Mon, 27 Aug 2001 20:12:29 -0400
12294              Message-Id: <20010827201229.D12582@blackrider>
12295      Branch: perl
12296            ! pod/perlhack.pod t/op/pack.t
12297 ____________________________________________________________________________
12298 [ 11766] By: ams                                   on 2001/08/27  23:39:40
12299         Log: Update Changes.
12300      Branch: perl
12301            ! Changes
12302 ____________________________________________________________________________
12303 [ 11765] By: ams                                   on 2001/08/27  22:53:10
12304         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
12305              From: Michael G Schwern <schwern@pobox.com>
12306              Date: Mon, 27 Aug 2001 19:47:30 -0400
12307              Message-Id: <20010827194730.C12582@blackrider>
12308      Branch: perl
12309            ! t/op/inccode.t
12310 ____________________________________________________________________________
12311 [ 11764] By: ams                                   on 2001/08/27  22:46:21
12312         Log: Subject: [PATCH] new tests for the coderef-in-@INC
12313              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12314              Date: Mon, 27 Aug 2001 22:36:27 +0200
12315              Message-Id: <20010827223627.C690@rafael>
12316              
12317              Subject: Re: [PATCH] new tests for the coderef-in-@INC
12318              From: Nicholas Clark <nick@ccl4.org>
12319              Date: Tue, 28 Aug 2001 00:02:46 +0100
12320              Message-Id: <20010828000245.R4950@plum.flirble.org>
12321      Branch: perl
12322            + t/op/inccode.t
12323            ! MANIFEST
12324 ____________________________________________________________________________
12325 [ 11763] By: ams                                   on 2001/08/27  22:41:09
12326         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
12327              bleadperl on fire, Win95+4NT)
12328              From: Michael G Schwern <schwern@pobox.com>
12329              Date: Mon, 27 Aug 2001 16:54:42 -0400
12330              Message-Id: <20010827165442.F9436@blackrider>
12331      Branch: perl
12332            ! lib/warnings.t
12333 ____________________________________________________________________________
12334 [ 11762] By: sky                                   on 2001/08/27  19:19:17
12335         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
12336              avaible at compile time. This broke the compilation of 
12337              Net/Ping.pm
12338      Branch: perl
12339            ! lib/Net/Ping.pm
12340 ____________________________________________________________________________
12341 [ 11761] By: sky                                   on 2001/08/27  18:34:48
12342         Log: Removed tripple definitions of CUSTOM_OP functions.
12343      Branch: perl
12344            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
12345 ____________________________________________________________________________
12346 [ 11760] By: sky                                   on 2001/08/27  18:21:27
12347         Log: Regen headers
12348      Branch: perl
12349            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
12350            ! perlapi.h proto.h
12351 ____________________________________________________________________________
12352 [ 11759] By: ams                                   on 2001/08/27  16:31:53
12353         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
12354              From: "chromatic" <chromatic@rmci.net>
12355              Date: Mon, 27 Aug 2001 11:17:09 -0600
12356              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
12357      Branch: perl
12358            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
12359 ____________________________________________________________________________
12360 [ 11758] By: sky                                   on 2001/08/27  15:16:42
12361         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
12362              Thanks to H. Merijn Brand for the patch.
12363              Some of the comments and or guards might be removable in perl.h now.
12364      Branch: perl
12365            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
12366            ! Porting/Glossary Porting/config_H README.threads config_h.SH
12367            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
12368            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
12369            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
12370            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
12371            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
12372            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
12373            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
12374            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
12375            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
12376            ! win32/config_H.vc win32/perllib.c win32/win32.h
12377            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
12378            ! wince/config.h wince/config_H.ce wince/win32.h
12379            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
12380 ____________________________________________________________________________
12381 [ 11757] By: sky                                   on 2001/08/27  13:39:16
12382         Log: Subject: GNU ld parses arguments different
12383              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12384              Date: Mon, 27 Aug 2001 16:25:51 +0200
12385              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
12386      Branch: perl
12387            ! hints/hpux.sh
12388 ____________________________________________________________________________
12389 [ 11756] By: sky                                   on 2001/08/27  13:18:45
12390         Log: Subject: Custom Ops
12391              From: Simon Cozens <simon@netthink.co.uk>
12392              Date: Sat, 25 Aug 2001 17:45:09 +0100
12393              Message-ID: <20010825174509.A5752@netthink.co.uk>
12394              I also added a fix to Opcode.pm to quite test cases.
12395      Branch: perl
12396            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
12397            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
12398 ____________________________________________________________________________
12399 [ 11755] By: sky                                   on 2001/08/27  05:37:17
12400         Log: Plugs a memory leak on destruction of regular expressions
12401              introcued by #11274.
12402              PL_regex_padav now has an AV as it's first entry with a list
12403              of freed regex_padav slots that it will reuse on creating
12404              new PMOPs.
12405      Branch: perl
12406            ! op.c perl.c
12407 ____________________________________________________________________________
12408 [ 11754] By: ams                                   on 2001/08/26  14:38:52
12409         Log: Subject: [PATCH] t/io/binmode.t
12410              From: Nicholas Clark <nick@ccl4.org>
12411              Date: Sun, 26 Aug 2001 12:03:05 +0100
12412              Message-Id: <20010826120305.C4950@plum.flirble.org>
12413              
12414              (Also a nitpick in #11752 to t/op/universal.t)
12415      Branch: perl
12416            ! t/io/binmode.t t/op/universal.t
12417 ____________________________________________________________________________
12418 [ 11753] By: ams                                   on 2001/08/26  08:19:34
12419         Log: Subject: [PATCH] op/universal.t failing
12420              From: Nicholas Clark <nick@ccl4.org>
12421              Date: Sun, 26 Aug 2001 09:48:22 +0100
12422              Message-Id: <20010826094822.B4950@plum.flirble.org>
12423      Branch: perl
12424            ! t/op/universal.t
12425 ____________________________________________________________________________
12426 [ 11752] By: ams                                   on 2001/08/25  22:46:13
12427         Log: Subject: Re: 'can' with undefined subs
12428              From: Tony Bowden <tony@kasei.com>
12429              Date: Sat, 25 Aug 2001 14:58:17 +0100
12430              Message-Id: <20010825145817.A11788@soto.kasei.com>
12431              (Applied with minor modifications.)
12432      Branch: perl
12433            ! t/op/universal.t
12434 ____________________________________________________________________________
12435 [ 11751] By: ams                                   on 2001/08/25  18:28:43
12436         Log: Subject: Re: 'can' with undefined subs
12437              From: Tony Bowden <tony@kasei.com>
12438              Date: Sat, 25 Aug 2001 15:13:14 +0100
12439              Message-Id: <20010825151314.B11788@soto.kasei.com>
12440      Branch: perl
12441            ! lib/UNIVERSAL.pm
12442 ____________________________________________________________________________
12443 [ 11750] By: nick                                  on 2001/08/25  15:24:15
12444         Log: Integrate mainline
12445      Branch: perlio
12446           +> t/io/binmode.t
12447           !> (integrate 26 files)
12448 ____________________________________________________________________________
12449 [ 11749] By: nick                                  on 2001/08/25  14:55:41
12450         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
12451              From:  John Peacock <jpeacock@rowman.com>
12452              Date:  Wed, 22 Aug 2001 12:05:28 -0400
12453              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
12454      Branch: perl
12455            ! pod/perlhack.pod
12456 ____________________________________________________________________________
12457 [ 11748] By: nick                                  on 2001/08/25  14:53:04
12458         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
12459              From:  Michael G Schwern <schwern@pobox.com>
12460              Date:  Wed, 22 Aug 2001 19:22:45 -0400
12461              Message-Id:  <20010822192245.U619@blackrider>
12462      Branch: perl
12463            ! MANIFEST
12464 ____________________________________________________________________________
12465 [ 11747] By: nick                                  on 2001/08/25  14:52:33
12466         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
12467              From:  Nicholas Clark <nick@ccl4.org>
12468              Date:  Wed, 22 Aug 2001 23:29:06 +0100
12469              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
12470      Branch: perl
12471            + t/io/binmode.t
12472            ! perlio.c pod/perlfunc.pod
12473 ____________________________________________________________________________
12474 [ 11744] By: nick                                  on 2001/08/25  14:37:33
12475         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
12476              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
12477              Date:  Fri, 24 Aug 2001 22:10:42 +0200
12478              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
12479      Branch: perl
12480            ! x2p/a2py.c x2p/walk.c
12481 ____________________________________________________________________________
12482 [ 11743] By: nick                                  on 2001/08/25  14:32:47
12483         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
12484              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12485              Date:  Fri, 24 Aug 2001 23:34:13 +0200
12486              Message-Id:  <20010824233413.A1285@rafael>
12487      Branch: perl
12488            ! pod/perlfunc.pod pod/perlvar.pod
12489 ____________________________________________________________________________
12490 [ 11742] By: ams                                   on 2001/08/25  13:16:02
12491         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
12492              From: Nicholas Clark <nick@ccl4.org>
12493              Date: Sat, 25 Aug 2001 14:50:07 +0100
12494              Message-Id: <20010825145007.L41464@plum.flirble.org>
12495      Branch: perl
12496            ! pp_ctl.c
12497 ____________________________________________________________________________
12498 [ 11741] By: nick                                  on 2001/08/24  07:08:45
12499         Log: When applying patch via Porting/apply fails, do p4 refresh
12500              to get old files back.
12501      Branch: perl
12502            ! Porting/apply
12503 ____________________________________________________________________________
12504 [ 11740] By: ams                                   on 2001/08/24  04:47:24
12505         Log: #11739 was incomplete.
12506      Branch: perl
12507            ! pod/perldiag.pod
12508 ____________________________________________________________________________
12509 [ 11739] By: ams                                   on 2001/08/24  04:09:40
12510         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
12511              From: "Philip Newton" <Philip.Newton@gmx.net>
12512              Date: Fri, 24 Aug 2001 07:08:34 +0200
12513      Branch: perl
12514            ! pod/perldiag.pod
12515 ____________________________________________________________________________
12516 [ 11738] By: ams                                   on 2001/08/24  02:19:42
12517         Log: Fixed Doug Wilson's email address.
12518      Branch: perl
12519            ! AUTHORS
12520 ____________________________________________________________________________
12521 [ 11737] By: ams                                   on 2001/08/24  00:10:13
12522         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
12523              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12524              Date: Thu, 23 Aug 2001 22:22:58 +0200
12525              Message-Id: <20010823222258.A901@rafael>
12526      Branch: perl
12527            ! pod/perldiag.pod
12528 ____________________________________________________________________________
12529 [ 11736] By: ams                                   on 2001/08/24  00:05:02
12530         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
12531              From: "Craig A. Berry" <craigberry@mac.com>
12532              Date: Thu, 23 Aug 2001 19:07:45 -0500
12533              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
12534      Branch: perl
12535            ! configure.com
12536 ____________________________________________________________________________
12537 [ 11735] By: sky                                   on 2001/08/23  13:42:07
12538         Log: Backed out 11732, it breaks lib/strict.t 
12539      Branch: perl
12540            ! op.c
12541 ____________________________________________________________________________
12542 [ 11734] By: sky                                   on 2001/08/23  11:45:59
12543         Log: Removed toy from 17133 after Matt Sargeants request.
12544      Branch: perl
12545            ! pod/perlfaq4.pod
12546 ____________________________________________________________________________
12547 [ 11733] By: sky                                   on 2001/08/23  11:36:29
12548         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
12549              From: Robin Houston <robin@kitsite.com>
12550              Date: Wed, 22 Aug 2001 23:06:16 +0100
12551              Message-ID: <20010822230616.A254@robin.kitsite.com>
12552      Branch: perl
12553            ! pod/perlfaq4.pod
12554 ____________________________________________________________________________
12555 [ 11732] By: sky                                   on 2001/08/23  10:36:02
12556         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
12557              From: Simon Cozens <simon@netthink.co.uk>
12558              Date: Thu, 23 Aug 2001 12:06:36 +0100
12559              Message-ID: <20010823120636.A9961@netthink.co.uk>
12560      Branch: perl
12561            ! op.c
12562 ____________________________________________________________________________
12563 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
12564         Log: fix broken windows build
12565      Branch: perl
12566            ! perl.h
12567 ____________________________________________________________________________
12568 [ 11730] By: ams                                   on 2001/08/22  21:35:30
12569         Log: Subject: [PATCH] io/tell.t doesn't chdir t
12570              From: Nicholas Clark <nick@ccl4.org>
12571              Date: Wed, 22 Aug 2001 23:25:58 +0100
12572              Message-Id: <20010822232557.Y82818@plum.flirble.org>
12573      Branch: perl
12574            ! t/io/tell.t
12575 ____________________________________________________________________________
12576 [ 11729] By: ams                                   on 2001/08/22  20:32:21
12577         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
12578              questions)
12579              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12580              Date: Wed, 22 Aug 2001 17:09:04 -0400
12581              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
12582              (Oops, forgot File::Spec::Unix in the previous patch.)
12583      Branch: perl
12584            ! lib/File/Spec/Unix.pm
12585 ____________________________________________________________________________
12586 [ 11728] By: ams                                   on 2001/08/22  20:25:41
12587         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
12588              questions)
12589              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12590              Date: Wed, 22 Aug 2001 17:09:04 -0400
12591              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
12592      Branch: perl
12593            ! lib/File/Spec.pm
12594 ____________________________________________________________________________
12595 [ 11727] By: ams                                   on 2001/08/22  19:43:30
12596         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
12597              From: John Peacock <jpeacock@rowman.com>
12598              Date: Wed, 22 Aug 2001 12:35:52 -0400
12599              Message-Id: <3B83DF68.5D89DC81@rowman.com>
12600              (Adds proper tests for $], notwithstanding Subject. +nitpick)
12601      Branch: perl
12602            ! t/op/ver.t
12603 ____________________________________________________________________________
12604 [ 11726] By: ams                                   on 2001/08/22  19:36:39
12605         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
12606              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
12607              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
12608              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
12609      Branch: perl
12610            ! lib/diagnostics.pm lib/diagnostics.t
12611 ____________________________________________________________________________
12612 [ 11725] By: ams                                   on 2001/08/22  19:25:01
12613         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
12614              From: Nicholas Clark <nick@ccl4.org>
12615              Date: Wed, 22 Aug 2001 20:59:05 +0100
12616              Message-Id: <20010822205905.U82818@plum.flirble.org>
12617      Branch: perl
12618            ! pp.c t/op/64bitint.t t/op/arith.t
12619 ____________________________________________________________________________
12620 [ 11724] By: ams                                   on 2001/08/22  10:02:33
12621         Log: Subject: Configure blooper
12622              From: H.Merijn Brand <h.m.brand@hccnet.nl>
12623              Date: Wed, 22 Aug 2001 12:38:35 +0200
12624              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
12625      Branch: perl
12626            ! Configure
12627 ____________________________________________________________________________
12628 [ 11723] By: ams                                   on 2001/08/21  16:17:53
12629         Log: Subject: [PATCH] installperl -help
12630              From: Nicholas Clark <nick@ccl4.org>
12631              Date: Tue, 21 Aug 2001 17:34:23 +0100
12632              Message-Id: <20010821173423.F82818@plum.flirble.org>
12633      Branch: perl
12634            ! installperl
12635 ____________________________________________________________________________
12636 [ 11722] By: ams                                   on 2001/08/20  07:46:31
12637         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
12638              From: Ilmari Karonen <iltzu@sci.fi>
12639              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
12640              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
12641      Branch: perl
12642            ! pod/perlvar.pod
12643 ____________________________________________________________________________
12644 [ 11721] By: nick                                  on 2001/08/20  06:24:31
12645         Log: Integrate mainline
12646      Branch: perlio
12647           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
12648           +> lib/Lingua/KO/Hangul/Util/Changes
12649           +> lib/Lingua/KO/Hangul/Util/README
12650           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
12651           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
12652           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
12653           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
12654           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
12655           +> lib/Unicode/Normalize/t/test.t
12656            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
12657           !> (integrate 55 files)
12658 ____________________________________________________________________________
12659 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
12660         Log: Integrate Change #11599 from maint-5.6/perl
12661      Branch: maint-5.6/macperl
12662           !> README.win32
12663 ____________________________________________________________________________
12664 [ 11719] By: ams                                   on 2001/08/18  21:21:42
12665         Log: Add Porting/apply to MANIFEST.
12666      Branch: perl
12667            ! MANIFEST
12668 ____________________________________________________________________________
12669 [ 11718] By: sky                                   on 2001/08/18  14:38:01
12670         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
12671              Better solution would be to make 5005threaded perl use
12672              the same system as ithreads do
12673      Branch: perl
12674            ! perl.h
12675 ____________________________________________________________________________
12676 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
12677         Log: New try for ID 20010407.006: detach the semantics
12678              "was the last match target UTF8" into its own variable.
12679      Branch: perl
12680            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
12681            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
12682 ____________________________________________________________________________
12683 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
12684         Log: UTF8 flag should be meaningful only when POK.
12685      Branch: perl
12686            ! dump.c
12687 ____________________________________________________________________________
12688 [ 11715] By: sky                                   on 2001/08/18  11:45:16
12689         Log: USE_THREADS and USE_ITHREADS are never true at the same time
12690      Branch: perl
12691            ! perl.h
12692 ____________________________________________________________________________
12693 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
12694         Log: Retract #11712 for now.  The real fix would probably
12695              be something like making PL_reg_sv a copy (PV + UTF8)
12696              of the matched/substituted string (note: not just a SvPOK
12697              string, for example the stringified form of a ROK would
12698              be applicable)  Beware of leaks.
12699      Branch: perl
12700            ! pp_hot.c t/op/pat.t
12701 ____________________________________________________________________________
12702 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
12703         Log: UTF8 wasn't printing for PVMGs.
12704      Branch: perl
12705            ! dump.c
12706 ____________________________________________________________________________
12707 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
12708         Log: (Retracted by #11714)
12709              
12710              Okay analysis, debatable fix.  (The fix will inc
12711              the refcount of all temporary match objects,
12712              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
12713              which will then cause griping at untie() time
12714              ("inner references remain").
12715              
12716              Fix for ID 20010407.006: PL_reg_sv got wiped out
12717              by freetemps if the match target was a temporary
12718              (like function_call() =~ /.../), which in turn meant
12719              that the $1 et al stopped working if they had UTF-8
12720              in them.  Therefore bump up the refcount of PL_reg_sv.
12721      Branch: perl
12722            ! pp_hot.c t/op/pat.t
12723 ____________________________________________________________________________
12724 [ 11711] By: ams                                   on 2001/08/17  20:32:08
12725         Log: Subject: [PATCH] doesn't compile, was perl@11710
12726              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12727              Date: Fri, 17 Aug 2001 23:21:10 +0200
12728              Message-Id: <20010817232110.C7041@rafael> 
12729      Branch: perl
12730            ! sharedsv.c
12731 ____________________________________________________________________________
12732 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
12733         Log: Update Changes.
12734      Branch: perl
12735            ! Changes patchlevel.h
12736 ____________________________________________________________________________
12737 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
12738         Log: Upgrade to libnet 1.0704.
12739      Branch: perl
12740            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
12741            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
12742            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
12743            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
12744            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
12745            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
12746            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
12747 ____________________________________________________________________________
12748 [ 11708] By: sky                                   on 2001/08/17  13:34:04
12749         Log: Let perl_clone copy PL_exit_flags
12750      Branch: perl
12751            ! sv.c
12752 ____________________________________________________________________________
12753 [ 11707] By: sky                                   on 2001/08/17  12:28:41
12754         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
12755      Branch: perl
12756            ! sharedsv.c sharedsv.h
12757 ____________________________________________________________________________
12758 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
12759         Log: The metaconfig unit change for #11705.
12760      Branch: metaconfig/U/perl
12761            ! Extensions.U
12762 ____________________________________________________________________________
12763 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
12764         Log: Allow the threads extension to be found if present.
12765      Branch: perl
12766            ! Configure
12767 ____________________________________________________________________________
12768 [ 11704] By: nick                                  on 2001/08/17  11:47:54
12769         Log: Mail -> change script (pre-alpha)
12770      Branch: perl
12771            + Porting/apply
12772 ____________________________________________________________________________
12773 [ 11703] By: sky                                   on 2001/08/17  07:11:24
12774         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
12775              Thanks to Tom Hospel for pointing out my error.
12776      Branch: perl
12777            ! op.h
12778 ____________________________________________________________________________
12779 [ 11702] By: sky                                   on 2001/08/17  04:18:11
12780         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.
12781      Branch: perl
12782            ! embed.pl miniperlmain.c perl.c perl.h proto.h
12783 ____________________________________________________________________________
12784 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
12785         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
12786              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
12787      Branch: perl
12788            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
12789            + lib/Lingua/KO/Hangul/Util/README
12790            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
12791            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
12792            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
12793            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
12794            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
12795            + lib/Unicode/Normalize/t/test.t
12796            ! MANIFEST
12797 ____________________________________________________________________________
12798 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
12799         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
12800              Date: Thu, 16 Aug 2001 22:46:15 -0500
12801              From: "Craig A. Berry" <craigberry@mac.com>
12802              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
12803      Branch: perl
12804            ! configure.com numeric.c
12805 ____________________________________________________________________________
12806 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
12807         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
12808              of the usual suspects (like getpwent) but not for others
12809              (like localtime and rand).  The _r versions are available
12810              for all of them, so let's use them.
12811      Branch: perl
12812            ! perl.h
12813 ____________________________________________________________________________
12814 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
12815         Log: (Accidental apply; thankfully empty.)
12816      Branch: perl
12817            ! hints/os390.sh
12818 ____________________________________________________________________________
12819 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
12820         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
12821              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12822              Date: Thu, 16 Aug 2001 16:27:49 +0100
12823              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
12824      Branch: perl
12825            ! regexec.c t/op/re_tests
12826 ____________________________________________________________________________
12827 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
12828         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
12829              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12830              Date: Thu, 16 Aug 2001 18:50:01 +0100
12831              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
12832      Branch: perl
12833            ! pp_hot.c t/op/pat.t
12834 ____________________________________________________________________________
12835 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
12836         Log: Subject: [PATCH] *time_r again
12837              From: "Arthur Bergman" <arthur@contiller.se>
12838              Date: Thu, 16 Aug 2001 16:01:54 +0200
12839              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
12840      Branch: perl
12841            ! op.h
12842 ____________________________________________________________________________
12843 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
12844         Log: system() and backtick error handling cleanup from Craig A. Berry.
12845      Branch: perl
12846            ! vms/vms.c
12847 ____________________________________________________________________________
12848 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
12849         Log: change#10334 leaks memory, copies string when it doesn't
12850              need to
12851      Branch: perl
12852            ! perl.c
12853 ____________________________________________________________________________
12854 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
12855         Log: One more twist to the sprintf + utf8 testing.
12856      Branch: perl
12857            ! t/op/misc.t
12858 ____________________________________________________________________________
12859 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
12860         Log: Fix for 20010407.008 sprintf removes utf8-ness.
12861      Branch: perl
12862            ! pp.c t/op/misc.t
12863 ____________________________________________________________________________
12864 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
12865         Log: Subject: [PATCH] *time_r fixes
12866              From: "Arthur Bergman" <arthur@contiller.se>
12867              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
12868              Date: Thu, 16 Aug 2001 14:22:27 +0200
12869      Branch: perl
12870            ! op.h
12871 ____________________________________________________________________________
12872 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
12873         Log: Upgrade to CGI.pm 2.77.
12874      Branch: perl
12875            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
12876            ! lib/CGI/t/function.t
12877 ____________________________________________________________________________
12878 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
12879         Log: Document the bytes-to-Unicode upgrading.
12880      Branch: perl
12881            ! pod/perlunicode.pod
12882 ____________________________________________________________________________
12883 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
12884         Log: Add a test for Unicode sprintf.
12885      Branch: perl
12886            ! t/op/misc.t
12887 ____________________________________________________________________________
12888 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
12889         Log: Add Unicode tests for index/rindex.
12890      Branch: perl
12891            ! t/op/index.t
12892 ____________________________________________________________________________
12893 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
12894         Log: Document a bit the art of minimizing the installation,
12895              based on the p5p discussion.
12896      Branch: perl
12897            ! INSTALL
12898 ____________________________________________________________________________
12899 [ 11684] By: nick                                  on 2001/08/15  15:03:31
12900         Log: Integrate mainline
12901      Branch: perlio
12902           +> sharedsv.c sharedsv.h
12903           !> (integrate 53 files)
12904 ____________________________________________________________________________
12905 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
12906         Log: Update Changes.
12907      Branch: perl
12908            ! Changes patchlevel.h
12909 ____________________________________________________________________________
12910 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
12911         Log: The #11673 necessitated a test tweak.
12912      Branch: perl
12913            ! t/io/utf8.t
12914 ____________________________________________________________________________
12915 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
12916         Log: Also UNICOS is in the general case unable to silently
12917              handle fp overflows.
12918      Branch: perl
12919            ! numeric.c
12920 ____________________________________________________________________________
12921 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
12922         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
12923              NV_EPSILON #defined.
12924      Branch: perl
12925            ! perl.h
12926 ____________________________________________________________________________
12927 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
12928         Log: Re-establish the fp overflow detection for VAX VMS; there
12929              is no easy way to have the IEEE fp silent overflow semantics.
12930              (in Alpha VMS we still will use IEEE fp by default-- but it
12931              is still possible to configure Perl to use G_FLOAT)
12932      Branch: perl
12933            ! numeric.c
12934 ____________________________________________________________________________
12935 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
12936         Log: Subject: [PATCH] pp_lock 
12937              From: "Arthur Bergman" <arthur@contiller.se>
12938              Date: Wed, 15 Aug 2001 11:52:16 +0200
12939              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
12940      Branch: perl
12941            ! pp.c
12942 ____________________________________________________________________________
12943 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
12944         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
12945              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12946              Date: Wed, 15 Aug 2001 11:32:11 +0100
12947              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
12948      Branch: perl
12949            ! regcomp.c t/op/re_tests
12950 ____________________________________________________________________________
12951 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
12952         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
12953              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
12954              Date: Wed, 15 Aug 2001 10:33:49 +0100
12955              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
12956      Branch: perl
12957            ! regexec.c t/op/re_tests
12958 ____________________________________________________________________________
12959 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
12960         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
12961              From: Barrie Slaymaker <barries@slaysys.com>
12962              Date: Tue, 14 Aug 2001 14:32:25 -0400
12963              Message-ID: <20010814143225.A19822@jester.slaysys.com>
12964      Branch: perl
12965            ! lib/File/Spec.t lib/File/Spec/Unix.pm
12966 ____________________________________________________________________________
12967 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
12968         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
12969              From: Peter Prymmer <pvhp@forte.com>
12970              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
12971              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
12972      Branch: perl
12973            ! README.vms configure.com
12974 ____________________________________________________________________________
12975 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
12976         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
12977              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
12978              Date: Tue, 14 Aug 2001 21:23:27 +0200
12979              Message-ID: <20010814212327.A1919@rafael>
12980      Branch: perl
12981            ! doio.c
12982 ____________________________________________________________________________
12983 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
12984         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
12985              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
12986              Date: Tue, 14 Aug 2001 22:30:11 +0200
12987              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
12988              
12989              Combination of nmake, quoting, and Perl expanded $( in here-doc.
12990      Branch: perl
12991            ! ext/SDBM_File/Makefile.PL
12992 ____________________________________________________________________________
12993 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
12994         Log: Todo updates.
12995      Branch: perl
12996            ! pod/perltodo.pod
12997 ____________________________________________________________________________
12998 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
12999         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
13000              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
13001              Date: Mon, 13 Aug 2001 23:15:01 +0200
13002              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
13003      Branch: perl
13004            ! sv.c
13005 ____________________________________________________________________________
13006 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
13007         Log: Subject: [PATCH] [b-]showlex.t
13008              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
13009              Date: Sun, 12 Aug 2001 22:24:51 +0200
13010              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
13011              
13012              The 4nt command shell will expand the % in command line
13013              no matter what quoting is attempted, changed the % to @.
13014      Branch: perl
13015            ! ext/B/Showlex.t
13016 ____________________________________________________________________________
13017 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
13018         Log: Subject: [PATCH] magic.t
13019              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
13020              Date: Sun, 12 Aug 2001 20:49:27 +0200
13021              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
13022      Branch: perl
13023            ! t/op/magic.t
13024 ____________________________________________________________________________
13025 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
13026         Log: Add sharedsv* to the DOSish platforms; plus add
13027              some WinCE files to the list of DOSish files.
13028      Branch: perl
13029            ! NetWare/Makefile Porting/makerel win32/Makefile
13030            ! win32/makefile.mk wince/Makefile.ce
13031 ____________________________________________________________________________
13032 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
13033         Log: More DOSish files.
13034      Branch: perl
13035            ! Porting/makerel
13036 ____________________________________________________________________________
13037 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
13038         Log: Strip CRs from the WinCE files.  Now we need to
13039              figure out in which CRs are really needed: probably
13040              Makefile.ce and the README files, at least, probably
13041              also the registry.bat.
13042      Branch: perl
13043            ! wince/Makefile.ce wince/README.compile wince/README.perlce
13044            ! wince/config.h wince/include/cectype.h wince/include/errno.h
13045            ! wince/include/sys/stat.h wince/include/sys/types.h
13046            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
13047            ! wince/perldll.def wince/registry.bat wince/wince.h
13048            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
13049 ____________________________________________________________________________
13050 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
13051         Log: Add some files to DOSish and writables.
13052      Branch: perl
13053            ! Porting/makerel
13054 ____________________________________________________________________________
13055 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
13056         Log: Compile failure message tidying.
13057      Branch: perl
13058            ! t/lib/1_compile.t
13059 ____________________________________________________________________________
13060 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
13061         Log: The new sharedsv* should be exported only if usethreads.
13062      Branch: perl
13063            ! makedef.pl
13064 ____________________________________________________________________________
13065 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
13066         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
13067              From: Peter Prymmer <pvhp@forte.com>
13068              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
13069              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
13070      Branch: perl
13071            ! README.os390
13072 ____________________________________________________________________________
13073 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
13074         Log: Update Changes.
13075      Branch: perl
13076            ! Changes patchlevel.h
13077 ____________________________________________________________________________
13078 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
13079         Log: Subject: [PATHC] sharedsv.[c|h]
13080              From: "Artur Bergman" <artur@contiller.se>
13081              Date: Mon, 13 Aug 2001 14:38:41 +0200
13082              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
13083              
13084              Subject: [PATCH] embed.pl
13085              From: Arthur Bergman <arthur@contiller.se>
13086              Date: Mon, 13 Aug 2001 14:38:14 +0200
13087              Message-ID: <B79D96D6.3088%arthur@contiller.se>
13088              
13089              Subject: [PATCH] sharedsv cleanups
13090              From: "Arthur Bergman" <arthur@contiller.se>
13091              Date: Mon, 13 Aug 2001 15:14:25 +0200
13092              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
13093              
13094              Plus few tweaks: _init needs to be Adp, the prototypes
13095              should not be revealed unless using ithreads, #endif FOO
13096              must be #endif /* FOO */, adding (parentheses) around
13097              do { } while doesn't work too well.
13098      Branch: perl
13099            + sharedsv.c sharedsv.h
13100            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
13101            ! perl.h perlapi.c pod/perlapi.pod proto.h
13102 ____________________________________________________________________________
13103 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
13104         Log: Subject: Re: END {} blocks run in perl_run
13105              From: Arthur Bergman <arthur@contiller.se>
13106              Date: Mon, 13 Aug 2001 11:11:30 +0200
13107              Message-ID: <B79D6661.3068%arthur@contiller.se>
13108      Branch: perl
13109            ! perl.c
13110 ____________________________________________________________________________
13111 [ 11657] By: nick                                  on 2001/08/13  09:03:02
13112         Log: Integrate mainline
13113      Branch: perlio
13114           +> (branch 326 files)
13115            - (delete 330 files)
13116           !> (integrate 85 files)
13117 ____________________________________________________________________________
13118 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
13119         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
13120              and the Perl will be built to do that by default (adding that
13121              will break scripts having non-UTF-8 binary data, such as Latin-1.)
13122      Branch: perl
13123            ! op.c toke.c utf8.h
13124 ____________________________________________________________________________
13125 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
13126         Log: Unnecessary downgrades.
13127      Branch: perl
13128            ! doop.c
13129 ____________________________________________________________________________
13130 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
13131         Log: Failure not true anymore (probably caused by my broken setup).
13132      Branch: perl
13133            ! t/op/pat.t
13134 ____________________________________________________________________________
13135 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
13136         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
13137              stopped working).
13138      Branch: perl
13139            ! op.h pp_ctl.c regcomp.c
13140 ____________________________________________________________________________
13141 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
13142         Log: There is no IN_UTF8.
13143      Branch: perl
13144            ! utf8.h
13145 ____________________________________________________________________________
13146 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
13147         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
13148      Branch: perl
13149            ! op.c op.h pp_ctl.c regcomp.c
13150 ____________________________________________________________________________
13151 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
13152         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
13153              and a test tweak.
13154      Branch: perl
13155            ! op.c t/pod/find.t
13156 ____________________________________________________________________________
13157 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
13158         Log: Todo updates and fixes.
13159      Branch: perl
13160            ! pod/perltodo.pod
13161 ____________________________________________________________________________
13162 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
13163         Log: Mark tests (and one module) having explicit Latin-1
13164              (and one file having explicit UTF-8) with an explicit
13165              'no utf8' (and one explicit 'use utf8').
13166              
13167              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
13168      Branch: perl
13169            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
13170            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
13171            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
13172 ____________________________________________________________________________
13173 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
13174         Log: Subject: SV: END {} blocks run in perl_run
13175              From: "Arthur Bergman" <arthur@contiller.se>
13176              Date: Sun, 12 Aug 2001 00:34:28 +0200 
13177              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
13178      Branch: perl
13179            ! miniperlmain.c perl.c
13180 ____________________________________________________________________________
13181 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
13182         Log: Typos in #11645.
13183      Branch: perl
13184            ! perl.h
13185 ____________________________________________________________________________
13186 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
13187         Log: On ithreads default to use_reentrant except on naturally
13188              threadsafe platforms.
13189      Branch: perl
13190            ! perl.h
13191 ____________________________________________________________________________
13192 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
13193         Log: (Hopefully) a fix for 20010723.004: make install needs
13194              write permission in build directory.  The problem was
13195              probably caused by overeager sprinkling of the lib/re.pm
13196              dependencies (which was done to guarantee lib/re.pm being
13197              uptodate for parallel makes: now solved by funneling that
13198              through an explicit recursive make in the preplibrary target).
13199      Branch: perl
13200            ! Makefile.SH
13201 ____________________________________________________________________________
13202 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
13203         Log: Dispell the "use utf8" superstition.
13204      Branch: perl
13205            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
13206            ! pod/perlunicode.pod
13207 ____________________________________________________________________________
13208 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
13209         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
13210              From: "Abigail" <abigail@foad.org> 
13211              Date: Sat, 11 Aug 2001 23:49:49 +0200
13212              Message-ID: <20010811214950.23255.qmail@foad.org>
13213      Branch: perl
13214            ! t/op/taint.t
13215 ____________________________________________________________________________
13216 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
13217         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
13218              From: Abhijit Menon-Sen <ams@wiw.org>
13219              Date: Sat, 11 Aug 2001 06:18:19 +0530
13220              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
13221      Branch: perl
13222            ! mg.c
13223 ____________________________________________________________________________
13224 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
13225         Log: Test for change #11639.
13226      Branch: perl
13227            ! t/op/tiehandle.t
13228 ____________________________________________________________________________
13229 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
13230         Log: Subject: Re: Can't localize *FH, then tie it
13231              From: Abhijit Menon-Sen <ams@wiw.org>
13232              Date: Sun, 12 Aug 2001 16:08:06 +0530
13233              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
13234      Branch: perl
13235            ! pp_hot.c pp_sys.c
13236 ____________________________________________________________________________
13237 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
13238         Log: Drop all the unnecessary "use utf8" clauses and some of
13239              the unnecessary "use bytes" ones.
13240              
13241              TODO: scour the documentation for unnecessary "use utf8"
13242              and prominently display it in perldelta when the time comes.
13243              ("use utf8" should be necessary ONLY if one wants the script
13244              to be in UTF-8.)  Also should be checked in some non-ASCII
13245              non-Latin-1 platform, like EBCDIC.
13246      Branch: perl
13247            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
13248            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
13249 ____________________________________________________________________________
13250 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
13251         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
13252              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
13253              in Unicode handling.
13254      Branch: perl
13255            + t/op/lc.t
13256            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
13257 ____________________________________________________________________________
13258 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
13259         Log: Thinko: we want the flags for native cc, not gcc.
13260      Branch: perl
13261            ! hints/dec_osf.sh
13262 ____________________________________________________________________________
13263 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
13264         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
13265              From: Robin Houston <robin@kitsite.com>
13266              Date: Fri, 10 Aug 2001 14:42:02 +0100
13267              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
13268      Branch: perl
13269            ! pp.c
13270 ____________________________________________________________________________
13271 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
13272         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
13273              From: Abhijit Menon-Sen <ams@wiw.org>
13274              Date: Sat, 11 Aug 2001 16:31:04 +0530
13275              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
13276      Branch: perl
13277            ! op.c
13278 ____________________________________________________________________________
13279 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
13280         Log: Get rid of indread, from Abhijit Menon-Sen.
13281      Branch: perl
13282            ! pp_sys.c
13283 ____________________________________________________________________________
13284 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
13285         Log: CRLFgngngn.
13286      Branch: perl
13287            ! win32/Makefile win32/makefile.mk
13288 ____________________________________________________________________________
13289 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
13290         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
13291      Branch: perl
13292            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
13293            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
13294            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
13295            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
13296            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
13297            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
13298            ! win32/Makefile win32/makefile.mk
13299 ____________________________________________________________________________
13300 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
13301         Log: Avoid #elif (less portable than #else #if).
13302      Branch: perl
13303            ! handy.h
13304 ____________________________________________________________________________
13305 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
13306         Log: Subject: patch for perlvar.pod
13307              From: mah@everybody.org (Mark A. Hershberger)
13308              Date: 08 Aug 2001 17:03:16 -0500
13309              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
13310      Branch: perl
13311            ! pod/perlvar.pod
13312 ____________________________________________________________________________
13313 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
13314         Log: cpp commands must start (the # must be) at the column #0.
13315      Branch: perl
13316            ! op.c
13317 ____________________________________________________________________________
13318 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
13319         Log: If using gcc -B/foo/bar makedepend would give
13320              unnecessary warnings about unused -B/foo/bar.
13321      Branch: perl
13322            ! makedepend.SH
13323 ____________________________________________________________________________
13324 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
13325         Log: Update Changes.
13326      Branch: perl
13327            ! Changes patchlevel.h
13328 ____________________________________________________________________________
13329 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
13330         Log: s/z/tz/
13331      Branch: perl
13332            ! pod/perlfaq2.pod
13333 ____________________________________________________________________________
13334 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
13335         Log: Article nit.
13336      Branch: perl
13337            ! pod/perlfaq2.pod
13338 ____________________________________________________________________________
13339 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
13340         Log: Rename lib/unicode files to lib/unicore to avoid
13341              conflicts between core lib/unicode and Unicode::
13342              files in case-ignoring filesystems.
13343      Branch: perl
13344            + (add 325 files)
13345            - (delete 324 files)
13346            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
13347 ____________________________________________________________________________
13348 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
13349         Log: Upgrade to Math::BigInt 1.41.
13350      Branch: perl
13351            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
13352 ____________________________________________________________________________
13353 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
13354         Log: Subject: [PATCH] remove PL_na from typemap
13355              From: James <james@rf.net>
13356              Date: Mon, 06 Aug 2001 20:23:15 -0700
13357              Message-ID: <3B6F5F23.A31A81B1@rf.net>
13358              
13359              (had to be manually applied)
13360      Branch: perl
13361            ! lib/ExtUtils/typemap
13362 ____________________________________________________________________________
13363 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
13364         Log: The metaconfig unit changes for #11618.
13365      Branch: metaconfig/U/perl
13366            + d_fpclassl.U i_fp.U
13367 ____________________________________________________________________________
13368 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
13369         Log: Forgot this from #11618.
13370              
13371              NOTE: wince/config_H.ce needs updating.
13372      Branch: perl
13373            ! wince/config.ce
13374 ____________________________________________________________________________
13375 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
13376         Log: Introduce more floating point classifying APIs;
13377              try to define (most importantly) Perl_is{inf,nan}(x).
13378              
13379              For this first cut, assume none such APIs exist in non-UNIXoid
13380              platforms-- this is of course too unkind: Win32 rumoredly has
13381              _fpclass() and _isnan(), and VMS/VOS very probably have some
13382              of the APIs available.     The only thing Perl uses at the moment
13383              is Perl_isnan() (has been in use for a while now).
13384              
13385              NOTE: the Win32 and NetWare config_h.?c need regenerating.
13386      Branch: perl
13387            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
13388            ! Porting/config_H config_h.SH configure.com epoc/config.sh
13389            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
13390            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13391            ! vos/config.ga.h win32/config.bc win32/config.gc
13392            ! win32/config.vc win32/config_H.bc win32/config_H.gc
13393            ! win32/config_H.vc wince/config.ce wince/config.h
13394 ____________________________________________________________________________
13395 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
13396         Log: Integrate change #11519 from perlio:
13397              
13398              Avoid testing for (non-)existance of "encoding(xxxx)"
13399              layer is called "encoding" the (xxxx) is an argument.
13400      Branch: perl
13401           !> lib/open.pm
13402 ____________________________________________________________________________
13403 [ 11616] By: nick                                  on 2001/08/09  07:50:24
13404         Log: Integrate mainline
13405      Branch: perlio
13406           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
13407           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
13408           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
13409           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
13410            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
13411            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
13412           !> (integrate 79 files)
13413 ____________________________________________________________________________
13414 [ 11615] By: nick                                  on 2001/08/09  06:23:44
13415         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
13416              layer is called "encoding" the (xxxx) is an argument.
13417      Branch: perlio
13418            ! lib/open.pm
13419 ____________________________________________________________________________
13420 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
13421         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
13422              From: Paul Johnson <paul@pjcj.net>
13423              Date: Wed, 8 Aug 2001 23:54:17 +0200
13424              Message-ID: <20010808235417.O1006@pjcj.net>
13425      Branch: perl
13426            ! ext/B/B/Concise.pm
13427 ____________________________________________________________________________
13428 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
13429         Log: Make VMS use IEEE math by default; reorder Tru64 hints
13430              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
13431              exception semantics) is always set if using (the new) cc.
13432      Branch: perl
13433            ! configure.com hints/dec_osf.sh
13434 ____________________________________________________________________________
13435 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
13436         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
13437              From: Abhijit Menon-Sen <ams@wiw.org>
13438              Date: Tue, 7 Aug 2001 17:16:05 +0530
13439              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
13440      Branch: perl
13441            ! pp_sys.c
13442 ____________________________________________________________________________
13443 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
13444         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
13445              From: "Craig A. Berry" <craigberry@mac.com>
13446              Date: Tue, 07 Aug 2001 22:27:47 -0500
13447              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
13448      Branch: perl
13449            ! t/run/exit.t
13450 ____________________________________________________________________________
13451 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
13452         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
13453              From: "Craig A. Berry" <craigberry@mac.com>
13454              Date: Tue, 07 Aug 2001 20:01:53 -0500
13455              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
13456      Branch: perl
13457            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
13458 ____________________________________________________________________________
13459 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
13460         Log: Update the magazine information.
13461      Branch: perl
13462            ! pod/perlfaq2.pod
13463 ____________________________________________________________________________
13464 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
13465         Log: Ignore SIGFPE everywhere.
13466      Branch: perl
13467            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
13468 ____________________________________________________________________________
13469 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
13470         Log: With permission, change the licensing of the docs by
13471              TomC (and Gnat) to comply with the rest of Perl.
13472      Branch: perl
13473            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
13474            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
13475            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
13476            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
13477            ! pod/perltootc.pod
13478 ____________________________________________________________________________
13479 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
13480         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
13481              From: Andy Dougherty <doughera@lafayette.edu>
13482              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
13483              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
13484      Branch: perl
13485            ! hints/openbsd.sh
13486 ____________________________________________________________________________
13487 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
13488         Log: Subject: [PATCH] Makefile.SH test_prep dependency
13489              From: Andy Dougherty <doughera@lafayette.edu>
13490              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
13491              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
13492      Branch: perl
13493            ! Makefile.SH
13494 ____________________________________________________________________________
13495 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
13496         Log: Don't autogenerate the headers et alia,
13497              make regen_headers explicitly.
13498      Branch: perl
13499            ! Makefile.SH
13500 ____________________________________________________________________________
13501 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
13502         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
13503              From: Gurusamy Sarathy <gsar@ActiveState.com> 
13504              Date: Tue, 07 Aug 2001 08:33:26 -0700
13505              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
13506              
13507              Unnecessary dependency.
13508      Branch: perl
13509            ! embed.pl
13510 ____________________________________________________________________________
13511 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
13512         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
13513              From: Abhijit Menon-Sen <ams@wiw.org>
13514              Date: Tue, 7 Aug 2001 09:10:54 +0530
13515              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
13516      Branch: perl
13517            ! pp_hot.c
13518 ____________________________________________________________________________
13519 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
13520         Log: Subject: [PATCH perl@11597] B && BEGIN handling
13521              From: "James A. Duncan" <jduncan@fotango.com>
13522              Date: Mon, 6 Aug 2001 17:29:11 +0100
13523              Message-ID: <20010806172911.A2071@fotango.com>
13524              
13525              (the intrpvar.h addition moved to the end for bincompat)
13526      Branch: perl
13527            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
13528 ____________________________________________________________________________
13529 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
13530         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
13531      Branch: perl
13532           !> README.win32
13533 ____________________________________________________________________________
13534 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
13535         Log: fix URLs for fcrypt.c
13536      Branch: maint-5.6/perl
13537            ! README.win32
13538 ____________________________________________________________________________
13539 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
13540         Log: Yet another way to say Infinity: HP-UX calls its "++".
13541      Branch: perl
13542            ! lib/Math/BigInt/t/bigintpm.t
13543 ____________________________________________________________________________
13544 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
13545         Log: Update Changes.
13546      Branch: perl
13547            ! Changes patchlevel.h
13548 ____________________________________________________________________________
13549 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
13550         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
13551      Branch: perl
13552            ! pod/perlfaq5.pod
13553 ____________________________________________________________________________
13554 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
13555         Log: The #11593 wasn't right.
13556      Branch: perl
13557            ! lib/Math/BigInt/t/bigintpm.t
13558 ____________________________________________________________________________
13559 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
13560         Log: Subject: [PATCH: perl@11564] introducing perlivp
13561              From: Prymmer/Kahn <pvhp@best.com>
13562              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
13563              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
13564              
13565              Subject: Re: [PATCH: perl@11564] introducing perlivp
13566              From: Prymmer/Kahn <pvhp@best.com>
13567              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
13568              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
13569      Branch: perl
13570            + utils/perlivp.PL
13571            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
13572            ! win32/Makefile win32/makefile.mk
13573 ____________________________________________________________________________
13574 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
13575         Log: libcs are confused what to call Infinity.
13576      Branch: perl
13577            ! lib/Math/BigInt/t/bigintpm.t
13578 ____________________________________________________________________________
13579 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
13580         Log: Avoid SIGFPE in Tru64.
13581      Branch: perl
13582            ! numeric.c
13583 ____________________________________________________________________________
13584 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
13585         Log: Upgrade to Math::BigInt 1.40.
13586              
13587              NOTE: this patch necessitates doing something about
13588              infinity handling since the new bigintpm.t tests use
13589              infinity, which causes SIGFPEs at least in Tru64.
13590      Branch: perl
13591            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
13592            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
13593            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
13594            ! lib/Math/BigInt/t/mbimbf.t
13595 ____________________________________________________________________________
13596 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
13597         Log: remove hardcoded cmd shell in testsuite
13598      Branch: perl
13599            ! t/op/glob.t t/op/magic.t t/op/stat.t
13600 ____________________________________________________________________________
13601 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
13602         Log: 4-arg select() was busted on windows because change#8178 didn't
13603              make it into mainline
13604      Branch: perl
13605            ! perl.h win32/include/sys/socket.h
13606 ____________________________________________________________________________
13607 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
13608         Log: Rename the Getopt::Long tests to be as they are
13609              in the Getopt::Long official distribution.
13610      Branch: perl
13611            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
13612            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
13613            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
13614            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
13615            ! MANIFEST
13616 ____________________________________________________________________________
13617 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
13618         Log: Upgrade to Getopt::Long 2.26.
13619      Branch: perl
13620            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
13621            ! MANIFEST lib/Getopt/Long.pm
13622 ____________________________________________________________________________
13623 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
13624         Log: Retract #10874 (the hack should be unnecessary by now)
13625      Branch: perl
13626            ! lib/Test/Harness.pm
13627 ____________________________________________________________________________
13628 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
13629         Log: avoid temp file littering in tests
13630      Branch: perl
13631            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
13632 ____________________________________________________________________________
13633 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
13634         Log: Subject: warning in sv.c: double format, NV arg
13635              From: "Philip Newton" <Philip.Newton@gmx.net>
13636              Date: Sun, 5 Aug 2001 19:41:07 +0200
13637              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
13638      Branch: perl
13639            ! sv.c
13640 ____________________________________________________________________________
13641 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
13642         Log: fix POSIX.t#13 for windos
13643      Branch: perl
13644            ! ext/POSIX/POSIX.t
13645 ____________________________________________________________________________
13646 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
13647         Log: Add a test for PerlIO::Via.
13648      Branch: perl
13649            + ext/PerlIO/t/via.t
13650            ! MANIFEST ext/PerlIO/Via/Via.pm
13651 ____________________________________________________________________________
13652 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
13653         Log: flock() and link() are not available on Windows 9x
13654      Branch: perl
13655            ! win32/config_sh.PL
13656 ____________________________________________________________________________
13657 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
13658         Log: Some Tru64 C compilers have C++ components that confuse
13659              the ccversion parsing.
13660      Branch: perl
13661            ! hints/dec_osf.sh
13662 ____________________________________________________________________________
13663 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
13664         Log: (Reintroduce #11125)
13665              
13666              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
13667              From: Alan Burlison <Alan.Burlison@sun.com> 
13668              Date: Tue, 03 Jul 2001 15:20:13 +0100   
13669              Message-ID: <3B41D49D.A923D4F9@sun.com> 
13670      Branch: perl
13671            ! lib/ExtUtils/MM_Unix.pm
13672 ____________________________________________________________________________
13673 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
13674         Log: Little pointer juggling for HP-UX cc to avoid
13675              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
13676              followed by
13677              "error 1549: Modifiable lvalue required for assignment operator."
13678      Branch: perl
13679            ! hv.c
13680 ____________________________________________________________________________
13681 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
13682         Log: Continuation of #11575: SANY_SEEN completely deprecated,
13683              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
13684              plus a fix for the bug.
13685      Branch: perl
13686            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
13687 ____________________________________________________________________________
13688 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
13689         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
13690              From: Doug MacEachern <dougm@covalent.net>
13691              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
13692              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
13693      Branch: perl
13694            ! sv.c
13695 ____________________________________________________________________________
13696 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
13697         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
13698              the new CANY is the \C.  The problem reported and the
13699              test case supplied in
13700              
13701              Subject: UTF-8 bugs in string length & single line regex matches
13702              From: "Daniel P. Berrange" <dan@berrange.com>
13703              Date: Fri, 3 Aug 2001 11:39:33 +0100
13704              Message-ID: <20010803113932.A19318@berrange.com>
13705      Branch: perl
13706            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
13707            ! t/op/pat.t
13708 ____________________________________________________________________________
13709 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
13710         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
13711              From: Doug MacEachern <dougm@covalent.net>
13712              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
13713              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
13714      Branch: perl
13715            ! perl.c regexec.c
13716 ____________________________________________________________________________
13717 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
13718         Log: The #11572 didn't up the test count.
13719      Branch: perl
13720            ! t/op/length.t
13721 ____________________________________________________________________________
13722 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
13723         Log: Subject: UTF-8 bugs in string length & single line regex matches
13724              From: "Daniel P. Berrange" <dan@berrange.com>
13725              Date: Fri, 3 Aug 2001 11:39:33 +0100         
13726              Message-ID: <20010803113932.A19318@berrange.com>
13727              
13728              (the mg_length() fix)
13729      Branch: perl
13730            ! mg.c t/op/length.t
13731 ____________________________________________________________________________
13732 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
13733         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13734              From: Abhijit Menon-Sen <ams@wiw.org>
13735              Date: Sat, 4 Aug 2001 16:56:35 +0530
13736              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
13737      Branch: perl
13738            ! hv.c
13739 ____________________________________________________________________________
13740 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
13741         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13742              From: Abhijit Menon-Sen <ams@wiw.org>
13743              Date: Sat, 4 Aug 2001 16:16:03 +0530
13744              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
13745      Branch: perl
13746            ! hv.c
13747 ____________________________________________________________________________
13748 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
13749         Log: Subject: Re: [patch] refcount re ops
13750              From: Abhijit Menon-Sen <ams@wiw.org>
13751              Date: Sat, 4 Aug 2001 08:54:55 +0530
13752              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
13753      Branch: perl
13754            ! sv.c
13755 ____________________________________________________________________________
13756 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
13757         Log: Subject: [patch] refcount re ops
13758              From: Doug MacEachern <dougm@covalent.net>
13759              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
13760              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
13761      Branch: perl
13762            ! regcomp.c sv.c
13763 ____________________________________________________________________________
13764 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
13765         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
13766              From: Doug MacEachern <dougm@covalent.net>
13767              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
13768              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
13769      Branch: perl
13770            ! perl.c regexec.c
13771 ____________________________________________________________________________
13772 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
13773         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
13774              From: "Craig A. Berry" <craigberry@mac.com> 
13775              Date: Fri, 03 Aug 2001 16:16:16 -0500
13776              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
13777      Branch: perl
13778            ! t/op/misc.t
13779 ____________________________________________________________________________
13780 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
13781         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
13782              From: John Kristian <jmk2001@engineer.com>
13783              Date: Fri, 03 Aug 2001 00:59:08 -0700
13784              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
13785      Branch: perl
13786            ! win32/win32.c
13787 ____________________________________________________________________________
13788 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
13789         Log: Update Changes.
13790      Branch: perl
13791            ! Changes patchlevel.h
13792 ____________________________________________________________________________
13793 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
13794         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
13795              From: "Craig A. Berry" <craigberry@mac.com>
13796              Date: Thu, 02 Aug 2001 23:15:24 -0500
13797              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
13798      Branch: perl
13799            ! ext/B/Stash.t
13800 ____________________________________________________________________________
13801 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
13802         Log: Subject: [patch] plug PL_cshname leak
13803              From: Doug MacEachern <dougm@covalent.net>
13804              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
13805              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
13806      Branch: perl
13807            ! sv.c
13808 ____________________________________________________________________________
13809 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
13810         Log: Subject: [patch] plug PL_sh_path leak
13811              From: Doug MacEachern <dougm@covalent.net>
13812              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
13813              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
13814      Branch: perl
13815            ! sv.c
13816 ____________________________________________________________________________
13817 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
13818         Log: Subject: [patch] plug PL_regex_padav leaks
13819              From: Doug MacEachern <dougm@covalent.net>
13820              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
13821              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
13822      Branch: perl
13823            ! op.c op.h perl.c
13824 ____________________________________________________________________________
13825 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
13826         Log: Subject: [patch] plug PL_origargv leak
13827              From: Doug MacEachern <dougm@covalent.net>
13828              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
13829              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
13830      Branch: perl
13831            ! perl.c
13832 ____________________________________________________________________________
13833 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
13834         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
13835              From: Abhijit Menon-Sen <ams@wiw.org>
13836              Date: Fri, 3 Aug 2001 06:38:11 +0530
13837              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
13838      Branch: perl
13839            ! hv.c
13840 ____________________________________________________________________________
13841 [ 11557] By: nick                                  on 2001/08/03  08:17:38
13842         Log: Integrate mainline
13843      Branch: perlio
13844           +> (branch 47 files)
13845            - lib/Switch/test.pl
13846           !> (integrate 49 files)
13847 ____________________________________________________________________________
13848 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
13849         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
13850              From: "Craig A. Berry" <craigberry@mac.com>
13851              Date: Thu, 02 Aug 2001 12:56:19 -0500
13852              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
13853      Branch: perl
13854            ! ext/B/Showlex.t
13855 ____________________________________________________________________________
13856 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
13857         Log: Be more careful about non-existent files.
13858      Branch: perl
13859            ! lib/File/Copy.pm
13860 ____________________________________________________________________________
13861 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
13862         Log: Subject: [PATCH resend] deparse empty formats
13863              From: Robin Houston <robin@kitsite.com> 
13864              Date: Thu, 2 Aug 2001 14:32:36 +0100
13865              Message-ID: <20010802143236.A894@robin.kitsite.com>
13866      Branch: perl
13867            ! ext/B/B/Deparse.pm
13868 ____________________________________________________________________________
13869 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
13870         Log: Subject: [patch] ithreads + refto fix improvement
13871              From: Doug MacEachern <dougm@covalent.net>
13872              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
13873              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
13874      Branch: perl
13875            ! pp.c
13876 ____________________________________________________________________________
13877 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
13878         Log: Readability nit from Abhijit.
13879      Branch: perl
13880            ! op.c
13881 ____________________________________________________________________________
13882 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
13883         Log: setproctitle() API version nit from Anton Berezin.
13884      Branch: perl
13885            ! mg.c
13886 ____________________________________________________________________________
13887 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
13888         Log: Add PerlCE to the docs.
13889      Branch: perl
13890            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
13891            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
13892 ____________________________________________________________________________
13893 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
13894         Log: Integrate the PerlCE (WinCE Perl) port;
13895              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
13896      Branch: perl
13897            + README.ce wince/FindExt.pm wince/Makefile.ce
13898            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
13899            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
13900            + wince/bin/search.pl wince/config.ce wince/config.h
13901            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
13902            + wince/dl_win32.xs wince/include/arpa/inet.h
13903            + wince/include/cectype.h wince/include/errno.h
13904            + wince/include/netdb.h wince/include/sys/socket.h
13905            + wince/include/sys/stat.h wince/include/sys/types.h
13906            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
13907            + wince/perl.rc wince/perldll.def wince/perllib.c
13908            + wince/perlmain.c wince/registry.bat wince/runperl.c
13909            + wince/splittree.pl wince/win32.h wince/win32iop.h
13910            + wince/win32thread.c wince/win32thread.h wince/wince.c
13911            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
13912            + wince/xdistclean.ksh wince/xmakediffs.ksh
13913            ! MANIFEST perl.c perl.h perlio.c
13914 ____________________________________________________________________________
13915 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
13916         Log: setproctitle() made simpler.  (This assumes the string is
13917              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
13918              should be used.  Note len, not len + 1.)  BSD-fu from Anton
13919              Berezin.
13920      Branch: perl
13921            ! mg.c
13922 ____________________________________________________________________________
13923 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
13924         Log: Subject: [PATCH] -Wall cleanup: op.c
13925              From: Richard Soderberg <rs@oregonnet.com>
13926              Date: Thu, 2 Aug 2001 00:17:09 -0700
13927              Message-Id: <200108020717.AAA26895@oregonnet.com>
13928              
13929              Subject: [PATCH] -Wall cleanup: sv.c
13930              From: Richard Soderberg <rs@oregonnet.com>
13931              Date: Thu, 2 Aug 2001 00:49:21 -0700
13932              Message-Id: <200108020749.AAA27492@oregonnet.com>
13933      Branch: perl
13934            ! op.c sv.c
13935 ____________________________________________________________________________
13936 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
13937         Log: Update Changes.
13938      Branch: perl
13939            ! Changes patchlevel.h
13940 ____________________________________________________________________________
13941 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
13942         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
13943              From: Doug MacEachern <dougm@covalent.net>
13944              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
13945              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
13946      Branch: perl
13947            ! op.c
13948 ____________________________________________________________________________
13949 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
13950         Log: The #11541 didn't work under threads.
13951      Branch: perl
13952            ! op.c
13953 ____________________________________________________________________________
13954 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
13955         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
13956              From: Hugo <hv@crypt.compulink.co.uk>
13957              Date: Fri, 22 Jun 2001 01:19:08 +0100 
13958              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
13959              
13960              (Skip tests if accept() failed)
13961      Branch: perl
13962            ! ext/IO/lib/IO/t/io_unix.t
13963 ____________________________________________________________________________
13964 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
13965         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
13966              From: "Stian Seeberg" <sseeberg@nimsoft.no>
13967              Date: Mon, 30 Jul 2001 12:28:07 +0200
13968              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
13969      Branch: perl
13970            ! perl.h
13971 ____________________________________________________________________________
13972 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
13973         Log: Subject: Pluggable optimizer
13974              From: Simon Cozens <simon@netthink.co.uk>
13975              Date: Wed, 1 Aug 2001 13:57:02 -0700
13976              Message-ID: <20010801135702.I10442@netthink.co.uk>
13977      Branch: perl
13978            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
13979 ____________________________________________________________________________
13980 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
13981         Log: Subject: [ID 20010801.039] perlre.pod message typo
13982              From: Autrijus Tang <autrijus@geb.elixus.org>
13983              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
13984              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
13985      Branch: perl
13986            ! pod/perlre.pod
13987 ____________________________________________________________________________
13988 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
13989         Log: Test for change #11536.
13990      Branch: perl
13991            ! t/op/tiehandle.t
13992 ____________________________________________________________________________
13993 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
13994         Log: More test fixups for #11537.
13995      Branch: perl
13996            ! t/lib/warnings/4lint t/lib/warnings/9enabled
13997 ____________________________________________________________________________
13998 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
13999         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
14000              From: Doug MacEachern <dougm@covalent.net>
14001              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
14002              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
14003      Branch: perl
14004            ! op.c t/TestInit.pm
14005 ____________________________________________________________________________
14006 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
14007         Log: Subject: [patch] ithreads + refto bug
14008              From: Doug MacEachern <dougm@covalent.net>
14009              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
14010              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
14011              
14012              (Test in change #11539)
14013      Branch: perl
14014            ! pp.c
14015 ____________________________________________________________________________
14016 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
14017         Log: Subject: [PATCH: perl@11523] fixups for t/harness
14018              From: Prymmer/Kahn <pvhp@best.com>
14019              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
14020              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
14021      Branch: perl
14022            ! t/harness
14023 ____________________________________________________________________________
14024 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
14025         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
14026              From: Prymmer/Kahn <pvhp@best.com>
14027              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
14028              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
14029      Branch: perl
14030            ! win32/Makefile win32/makefile.mk
14031 ____________________________________________________________________________
14032 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
14033         Log: Need to know the number of tests.
14034      Branch: perl
14035            ! t/run/exit.t
14036 ____________________________________________________________________________
14037 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
14038         Log: Subject: Re: new exit tests on VMS
14039              From: "Craig A. Berry" <craigberry@mac.com>
14040              Date: Tue, 31 Jul 2001 12:19:29 -0500
14041              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
14042      Branch: perl
14043            ! t/run/exit.t
14044 ____________________________________________________________________________
14045 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
14046         Log: Retract #11530 (the dTHX is needed under threads)
14047      Branch: perl
14048            ! perlio.c
14049 ____________________________________________________________________________
14050 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
14051         Log: (Retracted by #11531)
14052      Branch: perl
14053            ! perlio.c
14054 ____________________________________________________________________________
14055 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
14056         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
14057              From: Richard Soderberg <rs@crystalflame.net>
14058              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
14059              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
14060      Branch: perl
14061            ! unixish.h
14062 ____________________________________________________________________________
14063 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
14064         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
14065              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14066              Date: Tue, 31 Jul 2001 05:39:09 -0400
14067              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
14068              
14069              (with a note about the case of UV being equal to long long)
14070      Branch: perl
14071            ! utils/h2xs.PL
14072 ____________________________________________________________________________
14073 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
14074         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
14075              From: "Craig A. Berry" <craigberry@mac.com>
14076              Date: Tue, 31 Jul 2001 14:57:43 -0500
14077              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
14078      Branch: perl
14079            ! t/io/fs.t
14080 ____________________________________________________________________________
14081 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
14082         Log: Fix for
14083              
14084              Subject: [ID 20010116.001] File::Copy truncates orig file 
14085              From: arbor@al37al08.telecel.pt
14086              Date: Tue, 16 Jan 2001 11:43:02 GMT
14087              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
14088              
14089              (copy($foo, $foo) would truncate $foo)
14090      Branch: perl
14091            ! lib/File/Copy.pm lib/File/Copy.t
14092 ____________________________________________________________________________
14093 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
14094         Log: Metaconfig unit change for #11524.
14095      Branch: metaconfig/U/perl
14096            ! Extras.U
14097 ____________________________________________________________________________
14098 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
14099         Log: Multiple modules didn't work; plus typo fixes.
14100      Branch: perl
14101            ! Configure
14102 ____________________________________________________________________________
14103 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
14104         Log: Update Changes.
14105      Branch: perl
14106            ! Changes patchlevel.h
14107 ____________________________________________________________________________
14108 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
14109         Log: Regen perlapi.
14110      Branch: perl
14111            ! pod/perlapi.pod
14112 ____________________________________________________________________________
14113 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
14114         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
14115              From: Dave Mitchell <davem@fdgroup.co.uk>
14116              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
14117              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
14118      Branch: perl
14119            ! sv.c
14120 ____________________________________________________________________________
14121 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
14122         Log: Regen toc.
14123      Branch: perl
14124            ! pod/perltoc.pod
14125 ____________________________________________________________________________
14126 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
14127         Log: Regen Porting stuff.
14128      Branch: perl
14129            ! Porting/Glossary Porting/config.sh Porting/config_H
14130 ____________________________________________________________________________
14131 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
14132         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
14133              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14134              Date: Tue, 31 Jul 2001 05:34:38 -0400
14135              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
14136      Branch: perl
14137            ! utils/h2xs.PL
14138 ____________________________________________________________________________
14139 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
14140         Log: Metaconfig unit change for #11516. 
14141      Branch: metaconfig/U/perl
14142            ! gccvers.U
14143 ____________________________________________________________________________
14144 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
14145         Log: Add -Wall in cflags, not in Configure.
14146              (This way -Wall affects only the core and the core XS,
14147              not user modules' XS.  Concern from Paul Marquess,
14148              implementation idea from Andy Dougherty.)
14149      Branch: perl
14150            ! Configure cflags.SH
14151 ____________________________________________________________________________
14152 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
14153         Log: Metaconfig unit changes for #11514.
14154      Branch: metaconfig
14155            + U/modified/sysman.U
14156            ! U/installdirs/man1dir.U
14157 ____________________________________________________________________________
14158 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
14159         Log: Subject: Configure's detection of system manual
14160              From: Sean Dague <sean@dague.net> 
14161              Date: Sun, 13 May 2001 15:53:15 -0400
14162              Message-ID: <20010513155315.A15833@underhill.dague.net>
14163      Branch: perl
14164            ! Configure
14165 ____________________________________________________________________________
14166 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
14167         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
14168              From: Autrijus Tang <autrijus@autrijus.org> 
14169              Date: Thu, 21 Jun 2001 23:56:48 +0800
14170              Message-Id: <20010621235648.A57340@not.autrijus.org>
14171      Branch: perl
14172            ! pod/perlobj.pod
14173 ____________________________________________________________________________
14174 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
14175         Log: Subject: Typo in DB_File.pm
14176              From: "Philip Newton" <Philip.Newton@gmx.net>
14177              Date: Tue, 31 Jul 2001 06:19:35 +0200
14178              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
14179      Branch: perl
14180            ! ext/DB_File/DB_File.pm
14181 ____________________________________________________________________________
14182 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
14183         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
14184              From: "Stephen P. Potter" <spp@spotter.yi.org>
14185              Date: Wed, 30 May 2001 13:59:34 -0400
14186              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
14187      Branch: perl
14188            ! pod/perlre.pod
14189 ____________________________________________________________________________
14190 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
14191         Log: eval "format foo=" would loop indefinitely; reported in
14192              
14193              Subject: A load of old rubbish
14194              From: Mike Guy <mjtg@cam.ac.uk>
14195              Date: Mon, 14 May 2001 16:12:22 +0100
14196              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
14197              
14198              (The core dumps reported in there already fixed.)
14199      Branch: perl
14200            ! toke.c
14201 ____________________________________________________________________________
14202 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
14203         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
14204      Branch: perl
14205            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
14206            + lib/Switch/t/switch_case.t
14207            - lib/Switch/test.pl
14208            ! MANIFEST lib/Switch.pm
14209 ____________________________________________________________________________
14210 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
14211         Log: Subject: [PATCH @11505] DB_File-1.78
14212              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14213              Date: Mon, 30 Jul 2001 22:54:37 +0100
14214              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
14215      Branch: perl
14216            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14217            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14218 ____________________________________________________________________________
14219 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
14220         Log: Explain in more detail why -pipe and -fno-common are good.
14221      Branch: perl
14222            ! hints/darwin.sh
14223 ____________________________________________________________________________
14224 [ 11506] By: nick                                  on 2001/07/30  14:32:23
14225         Log: Integrate mainline
14226      Branch: perlio
14227           !> INSTALL Makefile.SH doio.c hints/darwin.sh
14228 ____________________________________________________________________________
14229 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
14230         Log: Perl hasn't been putting man pages into $prefix/lib for
14231              a long time now; pointed out by Andy Dougherty. 
14232      Branch: perl
14233            ! hints/darwin.sh
14234 ____________________________________________________________________________
14235 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
14236         Log: Document the extras Configure option.
14237      Branch: perl
14238            ! INSTALL
14239 ____________________________________________________________________________
14240 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
14241         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
14242              everywhere.
14243      Branch: perl
14244           !> doio.c
14245 ____________________________________________________________________________
14246 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
14247         Log: Doubly guard against invoking CPAN if no extras defined,
14248              pointed out by H. Merijn Brand.
14249      Branch: perl
14250            ! Makefile.SH
14251 ____________________________________________________________________________
14252 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
14253         Log: Fix O_RDONLY check to check for O_RDONLY.
14254      Branch: maint-5.6/macperl
14255            ! doio.c
14256 ____________________________________________________________________________
14257 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
14258         Log: Integrate miscellaneous changes from maint-5.6/perl.
14259      Branch: maint-5.6/macperl
14260           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
14261 ____________________________________________________________________________
14262 [ 11499] By: nick                                  on 2001/07/30  06:52:42
14263         Log: Integrate mainline
14264      Branch: perlio
14265           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
14266           +> win32/sync_ext.pl
14267            - win32/sncfnmcs.pl
14268           !> (integrate 71 files)
14269 ____________________________________________________________________________
14270 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
14271         Log: Update Changes.
14272      Branch: perl
14273            ! Changes patchlevel.h
14274 ____________________________________________________________________________
14275 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
14276         Log: Now Configure -Dextras=Foo::Bar and "make install" will
14277              fetch and install Foo::Bar.
14278      Branch: perl
14279            ! Makefile.SH
14280 ____________________________________________________________________________
14281 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
14282         Log: Metaconfig unit change for #11495.
14283      Branch: metaconfig/U/perl
14284            ! Extras.U
14285 ____________________________________________________________________________
14286 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
14287         Log: extras.make, extras.test, and extras.install make targets.
14288      Branch: perl
14289            ! Configure Makefile.SH
14290 ____________________________________________________________________________
14291 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
14292         Log: Metaconfig unit change for #11493.
14293      Branch: metaconfig/U/perl
14294            ! Extras.U
14295 ____________________________________________________________________________
14296 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
14297         Log: Better to have the list of extras in $extras than 'define'.
14298      Branch: perl
14299            ! Configure
14300 ____________________________________________________________________________
14301 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
14302         Log: The metaconfig unit change for #11490.
14303      Branch: metaconfig/U/perl
14304            + Extras.U
14305 ____________________________________________________________________________
14306 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
14307         Log: Missed from #11490 (the required dependency).
14308      Branch: perl
14309            ! Makefile.SH
14310 ____________________________________________________________________________
14311 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
14312         Log: Add the support of asking for extra modules or bundles of modules
14313              to be fetched from the CPAN and installed as a part of the Perl
14314              build process.  None of this installation is yet really done;
14315              only the list is asked, and saved away in extras.lst for
14316              the build and installation process to worry about later.
14317      Branch: perl
14318            ! Configure
14319 ____________________________________________________________________________
14320 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
14321         Log: Beginnings of better Inf and NaN support.
14322              At least toke.c and sv.c still need quite a bit of work.
14323      Branch: perl
14324            ! numeric.c perl.h
14325 ____________________________________________________________________________
14326 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
14327         Log: Top-level Makefile didn't honour OPTIMIZE.
14328      Branch: perl
14329            ! Makefile.SH
14330 ____________________________________________________________________________
14331 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
14332         Log: Update Changes.
14333      Branch: perl
14334            ! Changes patchlevel.h
14335 ____________________________________________________________________________
14336 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
14337         Log: Use Search::Dict 1.02 interface for charinfo().
14338      Branch: perl
14339            ! lib/UnicodeCD.pm
14340 ____________________________________________________________________________
14341 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
14342         Log: Now also allow transforming the read lines before comparing them.
14343              (This will help UnicodeCD.) 
14344      Branch: perl
14345            ! lib/Search/Dict.pm
14346 ____________________________________________________________________________
14347 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
14348         Log: Remove tiehandle code.
14349      Branch: perl
14350            ! lib/UnicodeCD.pm
14351 ____________________________________________________________________________
14352 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
14353         Log: Allow specifying a comparison function for Search::Dict::look().
14354      Branch: perl
14355            ! lib/Search/Dict.pm
14356 ____________________________________________________________________________
14357 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
14358         Log: Small UnicodeCD tweaks.
14359      Branch: perl
14360            ! lib/UnicodeCD.pm lib/UnicodeCD.t
14361 ____________________________________________________________________________
14362 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
14363         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
14364              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
14365              Date: Tue, 24 Jul 2001 01:51:32 +0900
14366              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
14367      Branch: perl
14368            ! lib/UnicodeCD.pm lib/UnicodeCD.t
14369 ____________________________________________________________________________
14370 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
14371         Log: Subject: [PATCH] installperl
14372              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
14373              Date: Fri, 27 Jul 2001 19:05:04 -0700
14374              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
14375      Branch: perl
14376            ! installperl
14377 ____________________________________________________________________________
14378 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
14379         Log: Subject: [PATCH] Set proper compatibility versions in core
14380              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
14381              Date: Fri, 27 Jul 2001 20:01:49 -0700
14382              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
14383      Branch: perl
14384            ! Makefile.SH
14385 ____________________________________________________________________________
14386 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
14387         Log: Metaconfig unit change for #11477.
14388      Branch: metaconfig/U/perl
14389            ! dlsrc.U
14390 ____________________________________________________________________________
14391 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
14392         Log: Subject: [PATCH] Darwin: -fpic not so good
14393              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
14394              Date: Fri, 27 Jul 2001 18:57:38 -0700
14395              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
14396      Branch: perl
14397            ! Configure
14398 ____________________________________________________________________________
14399 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
14400         Log: Subject: [PATCH] Clean up Darwin hints
14401              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
14402              Date: Fri, 27 Jul 2001 19:13:15 -0700
14403              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
14404      Branch: perl
14405            ! hints/darwin.sh
14406 ____________________________________________________________________________
14407 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
14408         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
14409              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14410              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
14411              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
14412      Branch: perl
14413            ! pod/perlfunc.pod pp.c t/op/split.t
14414 ____________________________________________________________________________
14415 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
14416         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
14417              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
14418              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
14419              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
14420      Branch: perl
14421            ! pod/perlvar.pod
14422 ____________________________________________________________________________
14423 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
14424         Log: Subject: [PATCH] fixes to constant.pm documentation
14425              From: Ilmari Karonen <iltzu@sci.fi>
14426              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
14427              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
14428      Branch: perl
14429            ! lib/constant.pm
14430 ____________________________________________________________________________
14431 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
14432         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
14433              From: "Philip Newton" <Philip.Newton@gmx.net>
14434              Date: Fri, 27 Jul 2001 07:51:10 +0200
14435              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
14436      Branch: perl
14437            ! pod/perlport.pod
14438 ____________________________________________________________________________
14439 [ 11471] By: nick                                  on 2001/07/26  06:23:32
14440         Log: Subject:  [PATCH] Doc fix for perlguts / threading
14441              From:  Arthur Bergman <arthur@contiller.se>
14442              Date:  Wed, 25 Jul 2001 11:28:23 +0200
14443              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
14444      Branch: perl
14445            ! pod/perlguts.pod
14446 ____________________________________________________________________________
14447 [ 11470] By: nick                                  on 2001/07/26  06:21:06
14448         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
14449              From:  Philip Newton <Philip.Newton@gmx.net>
14450              Date:  Wed, 25 Jul 2001 08:19:47 +0200
14451              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
14452      Branch: perl
14453            ! INSTALL
14454 ____________________________________________________________________________
14455 [ 11469] By: nick                                  on 2001/07/26  06:20:25
14456         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
14457              From:  Philip Newton <Philip.Newton@gmx.net>
14458              Date:  Wed, 25 Jul 2001 08:12:48 +0200
14459              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
14460      Branch: perl
14461            ! INSTALL
14462 ____________________________________________________________________________
14463 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
14464         Log: More +x.
14465      Branch: perl
14466            ! Porting/makerel
14467 ____________________________________________________________________________
14468 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
14469         Log: Update Changes.
14470      Branch: perl
14471            ! Changes patchlevel.h
14472 ____________________________________________________________________________
14473 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
14474         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
14475              From: "Philip Newton" <Philip.Newton@gmx.net>
14476              Date: Tue, 24 Jul 2001 06:45:55 +0200
14477              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
14478      Branch: perl
14479            ! os2/perlrexx.c
14480 ____________________________________________________________________________
14481 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
14482         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
14483              From: Peter Prymmer <pvhp@forte.com>
14484              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
14485              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
14486      Branch: perl
14487            ! pod/perlport.pod t/io/fs.t vms/test.com
14488 ____________________________________________________________________________
14489 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
14490         Log: Workaround on Cwd bootstrap problem.
14491      Branch: perl
14492            ! lib/ExtUtils/MakeMaker.pm
14493 ____________________________________________________________________________
14494 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
14495         Log: When in Rome, quote like the Romans do.
14496      Branch: perl
14497            ! cflags.SH
14498 ____________________________________________________________________________
14499 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
14500         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
14501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14502              Date: Mon, 23 Jul 2001 19:29:49 -0400
14503              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
14504      Branch: perl
14505            + os2/perlrexx.c
14506            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
14507            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
14508            ! t/op/write.t
14509 ____________________________________________________________________________
14510 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
14511         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
14512              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14513              Date: Mon, 23 Jul 2001 18:43:42 -0400
14514              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
14515      Branch: perl
14516            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
14517 ____________________________________________________________________________
14518 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
14519         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
14520              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14521              Date: Mon, 23 Jul 2001 18:33:16 -0400
14522              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
14523      Branch: perl
14524            ! lib/ExtUtils/MakeMaker.pm
14525 ____________________________________________________________________________
14526 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
14527         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
14528              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14529              Date: Mon, 23 Jul 2001 18:20:35 -0400
14530              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
14531      Branch: perl
14532            ! Makefile.SH cflags.SH
14533 ____________________________________________________________________________
14534 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
14535         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
14536              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
14537              Date: Mon, 23 Jul 2001 11:32:17 -0500
14538              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
14539      Branch: perl
14540            ! lib/ExtUtils/MakeMaker.pm
14541 ____________________________________________________________________________
14542 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
14543         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
14544              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14545              Date: Mon, 23 Jul 2001 18:13:20 -0400
14546              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
14547      Branch: perl
14548            ! lib/perl5db.pl
14549 ____________________________________________________________________________
14550 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
14551         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
14552              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
14553              Date: Mon, 23 Jul 2001 18:07:40 -0400
14554              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
14555      Branch: perl
14556            ! op.c
14557 ____________________________________________________________________________
14558 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
14559         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
14560              From: "Craig A. Berry" <craigberry@mac.com>
14561              Date: Mon, 23 Jul 2001 15:35:06 -0500
14562              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
14563      Branch: perl
14564            ! util.c
14565 ____________________________________________________________________________
14566 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
14567         Log: Subject: [PATCH perlfaq9.pod typo]
14568              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
14569              Date: Mon, 23 Jul 2001 07:49:05 -0700
14570              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
14571      Branch: perl
14572            ! pod/perlfaq9.pod
14573 ____________________________________________________________________________
14574 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
14575         Log: Subject: win32\sncfnmcs.pl corrections
14576              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
14577              Date: Mon, 23 Jul 2001 12:56:54 +0200
14578              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
14579              
14580              Rename the script a little bit more sensibly.
14581      Branch: perl
14582            + win32/sync_ext.pl
14583            - win32/sncfnmcs.pl
14584            ! MANIFEST README.win32
14585 ____________________________________________________________________________
14586 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
14587         Log: Test tweak.
14588      Branch: perl
14589            ! ext/B/Deparse.t
14590 ____________________________________________________________________________
14591 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
14592         Log: Metaconfig unit tweak for #11450.
14593      Branch: metaconfig/U/perl
14594            ! Mksymlinks.U
14595 ____________________________________________________________________________
14596 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
14597         Log: Too volatile failsafe check.
14598      Branch: perl
14599            ! Configure
14600 ____________________________________________________________________________
14601 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
14602         Log: Further doc tweaks.
14603      Branch: perl
14604            ! lib/UnicodeCD.pm
14605 ____________________________________________________________________________
14606 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
14607         Log: Doc tweaks.
14608      Branch: perl
14609            ! lib/UnicodeCD.pm
14610 ____________________________________________________________________________
14611 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
14612         Log: Doc tweakery from Abhijit.
14613      Branch: perl
14614            ! Porting/repository.pod
14615 ____________________________________________________________________________
14616 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
14617         Log: An accidental empty line.
14618      Branch: perl
14619            ! MANIFEST
14620 ____________________________________________________________________________
14621 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
14622         Log: Missing MANIFESTations.
14623      Branch: perl
14624            ! MANIFEST
14625 ____________________________________________________________________________
14626 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
14627         Log: Update Changes.
14628      Branch: perl
14629            ! Changes patchlevel.h
14630 ____________________________________________________________________________
14631 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
14632         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
14633              From: Mike Guy <mjtg@cam.ac.uk>
14634              Date: Fri, 20 Jul 2001 16:12:49 +0100
14635              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
14636      Branch: perl
14637            ! Porting/pumpkin.pod
14638 ____________________________________________________________________________
14639 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
14640         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14641              From: Peter Prymmer <pvhp@forte.com>
14642              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
14643              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
14644      Branch: perl
14645            ! pod/perlhack.pod
14646 ____________________________________________________________________________
14647 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
14648         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
14649              From: Michael G Schwern <schwern@pobox.com>
14650              Date: Fri, 20 Jul 2001 20:22:35 -0400
14651              Message-ID: <20010720202235.O4498@blackrider>
14652      Branch: perl
14653            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
14654            ! lib/Test/t/todo.t
14655 ____________________________________________________________________________
14656 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
14657         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
14658              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
14659              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
14660              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
14661      Branch: perl
14662            ! ext/POSIX/POSIX.pod
14663 ____________________________________________________________________________
14664 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
14665         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
14666              From: Mark-Jason Dominus <mjd@plover.com>
14667              Date: Fri, 20 Jul 2001 23:16:54 -0400
14668              Message-ID: <20010721031654.21877.qmail@plover.com>
14669      Branch: perl
14670            ! ext/POSIX/POSIX.pod
14671 ____________________________________________________________________________
14672 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
14673         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
14674              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
14675              Date: Sun, 22 Jul 2001 14:56:09 +0200
14676              Message-ID: <20010722145609.A766@rafael>
14677      Branch: perl
14678            ! ext/B/O.pm
14679 ____________________________________________________________________________
14680 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
14681         Log: Subject: regexec.c #define cleanup
14682              From: Mark-Jason Dominus <mjd@plover.com>
14683              Date: Sat, 21 Jul 2001 18:33:25 -0400
14684              Message-ID: <20010721223325.3069.qmail@plover.com>
14685      Branch: perl
14686            ! regexec.c
14687 ____________________________________________________________________________
14688 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
14689         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
14690              From: Prymmer/Kahn <pvhp@best.com>
14691              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
14692              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
14693      Branch: perl
14694            ! t/io/fs.t
14695 ____________________________________________________________________________
14696 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
14697         Log: Typo in #11432.
14698      Branch: perl
14699            ! ext/POSIX/POSIX.t
14700 ____________________________________________________________________________
14701 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
14702         Log: Integrate (manually) change #11424 from macperl.
14703      Branch: perl
14704            ! ext/Filter/t/call.t
14705 ____________________________________________________________________________
14706 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
14707         Log: Integrate change #11408 from macperl.
14708      Branch: perl
14709           !> README.macos pod/perlport.pod
14710 ____________________________________________________________________________
14711 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
14712         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
14713      Branch: perl
14714           +> macos/MacPerlTests.cmd macos/xsubpp.patch
14715            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
14716            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
14717            ! ext/POSIX/POSIX.t
14718 ____________________________________________________________________________
14719 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
14720         Log: pod/*.t tests not picked up by t/TEST either
14721      Branch: maint-5.6/perl
14722            ! t/TEST
14723 ____________________________________________________________________________
14724 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
14725         Log: better tweak for change#11429 (windows has both / and \ separated
14726              paths in @INC at that point)
14727      Branch: maint-5.6/perl
14728            ! t/pod/testp2pt.pl
14729 ____________________________________________________________________________
14730 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
14731         Log: MacOS pod test tweak needs \Escape
14732      Branch: maint-5.6/perl
14733            ! t/pod/testp2pt.pl
14734 ____________________________________________________________________________
14735 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
14736         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
14737              resulting duplicate output, but t/harness isn't)
14738      Branch: maint-5.6/perl
14739            ! t/run/runenv.t
14740 ____________________________________________________________________________
14741 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
14742         Log: t/harness wasn't picking up all the tests
14743      Branch: maint-5.6/perl
14744            ! t/harness
14745 ____________________________________________________________________________
14746 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
14747         Log: update MANIFEST for new file
14748      Branch: maint-5.6/perl
14749            ! MANIFEST
14750 ____________________________________________________________________________
14751 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
14752         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
14753              the exception of the macperl/macos/... tree
14754      Branch: maint-5.6/perl
14755           +> t/lib/filefind-taint.t
14756           !> (integrate 72 files)
14757 ____________________________________________________________________________
14758 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
14759         Log: Fix test.
14760      Branch: maint-5.6/macperl
14761            ! macos/bundled_ext/Filter/t/call.t
14762 ____________________________________________________________________________
14763 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
14764         Log: Make perl fork()-safe (in a slightly limited way) even on
14765              platforms that don't have pthread_atfork() (extension of
14766              the fix in change#11151).
14767              
14768              Note that this will not help extensions that call fork()
14769              directly in C, or that link to libraries that call fork()
14770              directly.  Such cases must be fixed to either call
14771              PerlProc_fork(), or call atfork_lock() in parent before the
14772              calling the function that forks and call atfork_unlock()
14773              in both parent and child immediately after the fork().
14774              (There are no worries if C code calls exec() in the child
14775              immediately after a fork().  Only cases where the child
14776              calls perl's API functions (including New()) after the
14777              fork() are problematic.)
14778              
14779              This change also eliminates the use of vfork() from perl,
14780              since all such uses were violating the severe restrictions
14781              on modifying the state of the process between the vfork()
14782              and the exec().
14783              
14784              This is a modified version of patches suggested by Abhijit
14785              Menon-Sen and Richard Soderberg.
14786      Branch: perl
14787            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
14788            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
14789 ____________________________________________________________________________
14790 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
14791         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
14792              Switch, and Text::Balanced.
14793      Branch: maint-5.6/macperl
14794            + macos/bundled_ext/Filter/Util/Call/Call.pm
14795            + macos/bundled_ext/Filter/Util/Call/Call.xs
14796            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
14797            + macos/bundled_ext/Filter/t/MyFilter.pm
14798            + macos/bundled_ext/Filter/t/call.t
14799            + macos/bundled_ext/Filter/t/filter-util.pl
14800            + macos/bundled_lib/blib/lib/Class/ISA.pm
14801            + macos/bundled_lib/blib/lib/Digest.pm
14802            + macos/bundled_lib/blib/lib/Filter/Simple.pm
14803            + macos/bundled_lib/blib/lib/Switch.pm
14804            + macos/bundled_lib/blib/lib/Text/Balanced.pm
14805            + macos/bundled_lib/blib/lib/Text/Balanced.pod
14806            + macos/bundled_lib/t/Class/ISA/test.pl
14807            + macos/bundled_lib/t/Digest/Digest.t
14808            + macos/bundled_lib/t/Filter/Simple/test.pl
14809            + macos/bundled_lib/t/Switch/test.pl
14810            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
14811            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
14812            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
14813            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
14814            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
14815            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
14816            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
14817            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
14818 ____________________________________________________________________________
14819 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
14820         Log: Add Filter::Util::Call to config/make files; edit utils
14821              to recognize the module (it was descended too far down).
14822              Bump version to 5.6.1a4.
14823      Branch: maint-5.6/macperl
14824            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
14825            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
14826            ! macos/macperl/Makefile.mk macos/xsubpp.patch
14827 ____________________________________________________________________________
14828 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
14829         Log: Make DB_File the default for MLDBM on MacOS.
14830      Branch: maint-5.6/macperl
14831            ! macos/bundled_lib/blib/lib/MLDBM.pm
14832 ____________________________________________________________________________
14833 [ 11419] By: nick                                  on 2001/07/20  14:51:03
14834         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
14835              From:  Simon Cozens <simon@netthink.co.uk>
14836              Date:  Fri, 20 Jul 2001 11:42:35 -0400
14837              Message-Id:  <20010720114235.A5235@netthink.co.uk>
14838      Branch: perl
14839            ! lib/UnicodeCD.pm
14840 ____________________________________________________________________________
14841 [ 11418] By: nick                                  on 2001/07/20  14:48:12
14842         Log: Subject:  [PATCH regcomp.h] adds a comment
14843              From:  Abhijit Menon-Sen <ams@wiw.org>
14844              Date:  Fri, 20 Jul 2001 21:05:37 +0530
14845              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
14846      Branch: perl
14847            ! regcomp.h
14848 ____________________________________________________________________________
14849 [ 11417] By: nick                                  on 2001/07/20  14:16:38
14850         Log: Subject:  [PATCH 5.7.2] INSTALL updates
14851              From:  Andy Dougherty <doughera@lafayette.edu>
14852              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
14853              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
14854      Branch: perl
14855            ! INSTALL
14856 ____________________________________________________________________________
14857 [ 11416] By: nick                                  on 2001/07/20  06:44:44
14858         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
14859              From:  Russ Allbery <rra@stanford.edu>
14860              Date:  19 Jul 2001 15:52:37 -0700
14861              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
14862      Branch: perl
14863            ! lib/Pod/Man.pm
14864 ____________________________________________________________________________
14865 [ 11415] By: nick                                  on 2001/07/20  06:35:11
14866         Log: Subject:  [PATCH] defer op_seq allocation
14867              From:  Abhijit Menon-Sen <ams@wiw.org>
14868              Date:  Thu, 19 Jul 2001 22:12:24 +0530
14869              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
14870      Branch: perl
14871            ! op.c
14872 ____________________________________________________________________________
14873 [ 11414] By: nick                                  on 2001/07/20  06:23:36
14874         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
14875              From:  Abhijit Menon-Sen <ams@wiw.org>
14876              Date:  Fri, 20 Jul 2001 01:18:50 +0530
14877              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
14878              (Private e-mail)
14879      Branch: perl
14880            ! ext/Time/HiRes/HiRes.xs
14881 ____________________________________________________________________________
14882 [ 11413] By: nick                                  on 2001/07/20  06:18:53
14883         Log: Integrate mainline
14884      Branch: perlio
14885           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
14886            - t/base/commonsense.t
14887           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
14888           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
14889           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
14890           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
14891           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
14892           !> win32/win32.c
14893 ____________________________________________________________________________
14894 [ 11412] By: nick                                  on 2001/07/19  06:44:27
14895         Log: Integrate win32/perlhost.h from maintenance branch.
14896              (Rest of $ENV{PATH} / system() fix.)
14897      Branch: perl
14898           !> win32/perlhost.h
14899 ____________________________________________________________________________
14900 [ 11411] By: nick                                  on 2001/07/19  06:41:34
14901         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
14902              From:  Philip Newton <Philip.Newton@gmx.net>
14903              Date:  Wed, 18 Jul 2001 21:43:57 +0200
14904              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
14905      Branch: perl
14906            ! pod/perlhack.pod
14907 ____________________________________________________________________________
14908 [ 11410] By: nick                                  on 2001/07/19  06:39:35
14909         Log: Subject:  Security hole in taint checking in open()
14910              From:  deekoo@tentacle.net
14911              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
14912              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
14913      Branch: perl
14914            ! doio.c
14915 ____________________________________________________________________________
14916 [ 11409] By: nick                                  on 2001/07/19  06:28:08
14917         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
14918              From:  Abhijit Menon-Sen <ams@wiw.org>
14919              Date:  Thu, 19 Jul 2001 04:30:43 +0530
14920              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
14921      Branch: perl
14922            ! ext/Time/HiRes/HiRes.xs
14923 ____________________________________________________________________________
14924 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
14925         Log: Update docs with latest implementation information and new URLs.
14926      Branch: maint-5.6/macperl
14927            ! README.macos pod/perlport.pod
14928 ____________________________________________________________________________
14929 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
14930         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
14931              Fix BuildRules to accept optimization variables.
14932      Branch: maint-5.6/macperl
14933            + macos/bundled_ext/Digest/MD5/Makefile.mk
14934            ! macos/BuildRules.mk macos/Makefile.mk
14935            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
14936            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
14937 ____________________________________________________________________________
14938 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
14939         Log: Integrate changes 11399,11401
14940      Branch: maint-5.6/macperl
14941           !> win32/perlhost.h win32/win32.c
14942 ____________________________________________________________________________
14943 [ 11405] By: nick                                  on 2001/07/18  06:50:33
14944         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
14945              from perl5.6*
14946      Branch: perl
14947           !> win32/perlhost.h win32/win32.c
14948 ____________________________________________________________________________
14949 [ 11404] By: nick                                  on 2001/07/18  06:43:59
14950         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
14951              From:  hv@crypt0.demon.co.uk
14952              Date:  Wed, 18 Jul 2001 05:58:46 +0100
14953              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
14954      Branch: perl
14955            ! ext/POSIX/POSIX.t
14956 ____________________________________________________________________________
14957 [ 11403] By: nick                                  on 2001/07/18  06:38:57
14958         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
14959              From:  hv@crypt0.demon.co.uk
14960              Date:  Wed, 18 Jul 2001 05:21:54 +0100
14961              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
14962      Branch: perl
14963            ! numeric.c t/op/arith.t
14964 ____________________________________________________________________________
14965 [ 11402] By: nick                                  on 2001/07/18  06:19:17
14966         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
14967              From:  mjd@plover.com
14968              Date:  17 Jul 2001 17:59:20 -0000
14969              Message-Id:  <20010717175920.8177.qmail@plover.com>
14970      Branch: perl
14971            ! pod/perlre.pod
14972 ____________________________________________________________________________
14973 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
14974         Log: thinko in change#11400 (duh)
14975      Branch: maint-5.6/perl
14976            ! win32/perlhost.h
14977 ____________________________________________________________________________
14978 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
14979         Log: change#11399 revealed another unrelated bug; this is just a temporary
14980              bandaid
14981      Branch: maint-5.6/perl
14982            ! win32/perlhost.h
14983 ____________________________________________________________________________
14984 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
14985         Log: fix bugs in handling of the virtualized environment under windows;
14986              there were bugs in propagating any changes to %ENV down to the real
14987              environment when such changes happened in the toplevel process
14988              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
14989              problem identification, and for a part of the fix)
14990      Branch: maint-5.6/perl
14991            ! win32/perlhost.h win32/win32.c
14992 ____________________________________________________________________________
14993 [ 11398] By: nick                                  on 2001/07/17  08:26:35
14994         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
14995              From: Peter Prymmer <pvhp@forte.com>
14996              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
14997              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
14998              
14999              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
15000              should not depend on existance of Config.pm
15001      Branch: perl
15002           +> t/lib/commonsense.t
15003            - t/base/commonsense.t
15004            ! MANIFEST t/README
15005 ____________________________________________________________________________
15006 [ 11397] By: nick                                  on 2001/07/17  08:09:58
15007         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
15008              From:  Michael G Schwern <schwern@pobox.com>
15009              Date:  Mon, 16 Jul 2001 18:20:31 -0400
15010              Message-Id:  <20010716182031.A1128@blackrider>
15011      Branch: perl
15012            ! pod/perlhack.pod
15013 ____________________________________________________________________________
15014 [ 11396] By: nick                                  on 2001/07/17  08:04:11
15015         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
15016              From:  Gwyn Judd <b.judd@xtra.co.nz>
15017              Date:  Tue, 17 Jul 2001 20:55:58 +1200
15018              Message-Id:  <20010717205558.A3107@thislove>
15019      Branch: perl
15020            ! pod/perlfunc.pod
15021 ____________________________________________________________________________
15022 [ 11395] By: nick                                  on 2001/07/17  08:02:22
15023         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
15024              From:  Peter Prymmer <pvhp@forte.com>
15025              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
15026              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
15027      Branch: perl
15028            ! t/op/sprintf.t
15029 ____________________________________________________________________________
15030 [ 11394] By: nick                                  on 2001/07/17  07:57:06
15031         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
15032              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
15033              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
15034              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
15035      Branch: perl
15036            ! gv.c
15037 ____________________________________________________________________________
15038 [ 11392] By: nick                                  on 2001/07/17  07:50:12
15039         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
15040              From:  Coral <coral@moonlight.crystalflame.net>
15041              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
15042              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
15043      Branch: perl
15044            ! pp_sys.c thread.h
15045 ____________________________________________________________________________
15046 [ 11391] By: nick                                  on 2001/07/17  07:34:28
15047         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
15048              From:  Jonathan Stowe <gellyfish@gellyfish.com>
15049              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
15050              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
15051      Branch: perl
15052            ! utils/h2xs.PL
15053 ____________________________________________________________________________
15054 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
15055         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
15056              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
15057              and Mac::Apps::Launch, which don't work, and Time::HiRes and
15058              Time::Piece, which don't yet work.
15059      Branch: maint-5.6/macperl
15060            + (add 154 files)
15061 ____________________________________________________________________________
15062 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
15063         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
15064              Also add hack to get around missing setenv for PERL5DB.
15065      Branch: maint-5.6/macperl
15066            ! macos/macish.c macos/macish.h
15067 ____________________________________________________________________________
15068 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
15069         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
15070      Branch: maint-5.6/macperl
15071            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
15072            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
15073 ____________________________________________________________________________
15074 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
15075         Log: Fix up some configuration and make options, add extra
15076              extensions.
15077      Branch: maint-5.6/macperl
15078            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
15079            ! macos/macperl/Makefile.mk
15080 ____________________________________________________________________________
15081 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
15082         Log: From Change 11374 in maintperl.
15083      Branch: maint-5.6/macperl
15084           !> utils/h2ph.PL
15085 ____________________________________________________________________________
15086 [ 11385] By: nick                                  on 2001/07/16  14:12:58
15087         Log: Back out change to h2xs till it passes its test.
15088      Branch: perl
15089            ! utils/h2xs.PL
15090 ____________________________________________________________________________
15091 [ 11384] By: nick                                  on 2001/07/16  14:00:10
15092         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
15093              From:  Jonathan Stowe <gellyfish@gellyfish.com>
15094              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
15095              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
15096      Branch: perl
15097            ! utils/h2xs.PL
15098 ____________________________________________________________________________
15099 [ 11383] By: nick                                  on 2001/07/16  13:53:12
15100         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
15101              From:  Robin Houston <robin@kitsite.com>
15102              Date:  Sun, 15 Jul 2001 18:22:31 +0100
15103              Message-Id:  <20010715182230.A11174@robin>
15104      Branch: perl
15105            ! hints/darwin.sh
15106 ____________________________________________________________________________
15107 [ 11382] By: nick                                  on 2001/07/16  13:52:49
15108         Log: Subject:  [PATCH perl@11372] re_dup
15109              From:  Radu Greab <radu@netsoft.ro>
15110              Date:  Sun, 15 Jul 2001 04:50:06 +0300
15111              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
15112      Branch: perl
15113            ! sv.c
15114 ____________________________________________________________________________
15115 [ 11379] By: nick                                  on 2001/07/16  13:35:39
15116         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
15117              From:  Robin Houston <robin@kitsite.com>
15118              Date:  Sat, 14 Jul 2001 14:28:50 +0100
15119              Message-Id:  <20010714142850.A10205@robin>
15120      Branch: perl
15121            ! ext/B/B/Deparse.pm
15122 ____________________________________________________________________________
15123 [ 11378] By: nick                                  on 2001/07/16  13:30:36
15124         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
15125              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
15126              Date:  Sat, 14 Jul 2001 22:17:42 +0900
15127              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
15128      Branch: perl
15129            + ext/Encode/Encode/euc-jp-0212.enc
15130            ! ext/Encode/Encode/Tcl.pm
15131 ____________________________________________________________________________
15132 [ 11377] By: nick                                  on 2001/07/16  13:17:28
15133         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
15134              From:  Andy Dougherty <doughera@lafayette.edu>
15135              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
15136              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
15137      Branch: perl
15138            ! hints/darwin.sh hints/rhapsody.sh
15139 ____________________________________________________________________________
15140 [ 11376] By: nick                                  on 2001/07/16  09:05:00
15141         Log: Integrate mainline
15142      Branch: perlio
15143           +> ext/Encode/Encode/7bit-greek.enc
15144           +> ext/Encode/Encode/7bit-latin1.enc
15145           +> ext/Encode/Encode/cns11643-1.enc
15146           +> ext/Encode/Encode/cns11643-2.enc
15147           +> ext/Encode/Encode/iso2022-cn.enc
15148           +> ext/Encode/Encode/iso2022-jp1.enc
15149           +> ext/Encode/Encode/iso2022-jp2.enc
15150           !> Changes Configure MANIFEST Makefile.SH
15151           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
15152           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
15153           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
15154           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
15155           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
15156 ____________________________________________________________________________
15157 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
15158         Log: integrate change#11374 from maint-5.6
15159              
15160              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
15161      Branch: perl
15162           !> utils/h2ph.PL
15163 ____________________________________________________________________________
15164 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
15165         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
15166      Branch: maint-5.6/perl
15167            ! utils/h2ph.PL
15168 ____________________________________________________________________________
15169 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
15170         Log: Update Changes.
15171      Branch: perl
15172            ! Changes patchlevel.h
15173 ____________________________________________________________________________
15174 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
15175         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
15176              From: Jonathan Stowe <gellyfish@gellyfish.com>
15177              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
15178              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
15179      Branch: perl
15180            ! utils/h2xs.PL
15181 ____________________________________________________________________________
15182 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
15183         Log: Subject: patch to add DEL to [:cntrl:]
15184              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
15185              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
15186              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
15187      Branch: perl
15188            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
15189 ____________________________________________________________________________
15190 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
15191         Log: Metaconfig unit change for #11369; plus a dependency nit.
15192      Branch: metaconfig
15193            ! U/compline/nblock_io.U
15194      Branch: metaconfig/U/perl
15195            ! Extensions.U
15196 ____________________________________________________________________________
15197 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
15198         Log: #include <stdlib.h> so that exit() is prototyped,
15199              noticed by Hugo.
15200      Branch: perl
15201            ! Configure
15202 ____________________________________________________________________________
15203 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
15204         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
15205              From: Peter Prymmer <pvhp@forte.com>
15206              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
15207              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
15208      Branch: perl
15209            ! t/op/sprintf.t
15210 ____________________________________________________________________________
15211 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
15212         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
15213              From: Peter Prymmer <pvhp@forte.com>
15214              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
15215              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
15216      Branch: perl
15217            ! ext/Encode/Encode/Tcl.t
15218 ____________________________________________________________________________
15219 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
15220         Log: Add information about gcc 3.0 basic block profiling.
15221      Branch: perl
15222            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
15223 ____________________________________________________________________________
15224 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
15225         Log: Subject: Error in lib/PerlIO/Via.pm ?
15226              From: Mark-Jason Dominus <mjd@plover.com>
15227              Date: Fri, 13 Jul 2001 15:55:41 -0400
15228              Message-ID: <20010713195541.26751.qmail@plover.com>
15229      Branch: perl
15230            ! ext/PerlIO/Via/Via.pm
15231 ____________________________________________________________________________
15232 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
15233         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
15234              section from the Compiler section.
15235      Branch: perl
15236            ! myconfig.SH
15237 ____________________________________________________________________________
15238 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
15239         Log: Handle glibc style of constant definitions using enum
15240              with intervening #defines; from Brendan O'Dea.
15241      Branch: perl
15242            ! utils/h2ph.PL
15243 ____________________________________________________________________________
15244 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
15245         Log: Add LC_MESSAGES to the locale_h export tag (it already is
15246              in the Makefile.PL and thusly eligible for an XS constant)
15247              (see also maintperl #10543)
15248      Branch: perl
15249            ! ext/POSIX/POSIX.pm
15250 ____________________________________________________________________________
15251 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
15252         Log: Subject: Re: [patch] re_dup
15253              From: Abhijit Menon-Sen <ams@wiw.org>
15254              Date: Fri, 13 Jul 2001 21:41:09 +0530
15255              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
15256      Branch: perl
15257            ! sv.c
15258 ____________________________________________________________________________
15259 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
15260         Log: Subject: [patch] re_dup
15261              From: Doug MacEachern <dougm@covalent.net>
15262              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
15263              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
15264      Branch: perl
15265            ! sv.c
15266 ____________________________________________________________________________
15267 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
15268         Log: Update Changes.
15269      Branch: perl
15270            ! Changes patchlevel.h
15271 ____________________________________________________________________________
15272 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
15273         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
15274              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
15275              Date: Sat, 14 Jul 2001 00:06:30 +0900
15276              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
15277      Branch: perl
15278            + ext/Encode/Encode/7bit-greek.enc
15279            + ext/Encode/Encode/7bit-latin1.enc
15280            + ext/Encode/Encode/cns11643-1.enc
15281            + ext/Encode/Encode/cns11643-2.enc
15282            + ext/Encode/Encode/iso2022-cn.enc
15283            + ext/Encode/Encode/iso2022-jp1.enc
15284            + ext/Encode/Encode/iso2022-jp2.enc
15285            ! MANIFEST ext/Encode/Encode/Tcl.pm
15286            ! ext/Encode/Encode/iso2022-kr.enc
15287 ____________________________________________________________________________
15288 [ 11357] By: nick                                  on 2001/07/13  14:24:06
15289         Log: Blind integrate mainline (as of 5.7.2?)
15290      Branch: perlio
15291           !> AUTHORS Changes Porting/config.sh Porting/config_H
15292           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
15293           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
15294           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
15295           !> win32/makefile.mk
15296 ____________________________________________________________________________
15297 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
15298         Log: Snip away the devel patchlevel.
15299      Branch: perl
15300            ! patchlevel.h
15301 ____________________________________________________________________________
15302 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
15303         Log: Bump the version to 5.7.2.
15304      Branch: perl
15305            ! Porting/config.sh Porting/config_H patchlevel.h
15306            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
15307            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
15308            ! win32/makefile.mk
15309 ____________________________________________________________________________
15310 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
15311         Log: Update Changes.
15312      Branch: perl
15313            ! Changes
15314 ____________________________________________________________________________
15315 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
15316         Log: Reword.
15317      Branch: perl
15318            ! AUTHORS
15319 ____________________________________________________________________________
15320 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
15321         Log: AUTHORS update.
15322      Branch: perl
15323            ! AUTHORS
15324 ____________________________________________________________________________
15325 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
15326         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
15327              unless ithreads.
15328      Branch: perl
15329            ! makedef.pl
15330 ____________________________________________________________________________
15331 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
15332         Log: Integrate perlio.
15333      Branch: perl
15334           !> win32/distclean.bat
15335 ____________________________________________________________________________
15336 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
15337         Log: Test the encoding transform only iff we have PerlIO,
15338              noticed by H. Merijn Brand.
15339      Branch: perl
15340            ! ext/PerlIO/t/encoding.t
15341 ____________________________________________________________________________
15342 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
15343         Log: README.netware tweaks from Ananth Kesari.
15344      Branch: perl
15345            ! README.netware
15346 ____________________________________________________________________________
15347 [ 11346] By: nick                                  on 2001/07/13  09:18:51
15348         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
15349              to avoid /unicode vs /Unicode issues.
15350      Branch: perlio
15351            ! win32/distclean.bat
15352 ____________________________________________________________________________
15353 [ 11345] By: nick                                  on 2001/07/13  06:24:18
15354         Log: Integrate mainline
15355      Branch: perlio
15356           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
15357            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
15358           !> (integrate 63 files)
15359 ____________________________________________________________________________
15360 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
15361         Log: Add d_bincompat5005 information to perl -V.
15362      Branch: perl
15363            ! myconfig.SH
15364 ____________________________________________________________________________
15365 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
15366         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
15367              From: Abhijit Menon-Sen <ams@wiw.org>
15368              Date: Fri, 13 Jul 2001 07:12:36 +0530
15369              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
15370      Branch: perl
15371            ! sv.c
15372 ____________________________________________________________________________
15373 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
15374         Log: Remove unicode::distinct, as per Inaba Hiroto.
15375      Branch: perl
15376            - lib/unicode/distinct.pm
15377            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
15378            ! t/lib/1_compile.t
15379 ____________________________________________________________________________
15380 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
15381         Log: Paging for Dr Octothorpe.
15382      Branch: perl
15383            ! pod/perlfaq4.pod
15384 ____________________________________________________________________________
15385 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
15386         Log: cut-n-paste error noticed by mjd.
15387      Branch: perl
15388            ! pod/perlfaq4.pod
15389 ____________________________________________________________________________
15390 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
15391         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
15392              From: Peter Prymmer <pvhp@forte.com>
15393              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
15394              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
15395      Branch: perl
15396            ! pod/perlfaq4.pod
15397 ____________________________________________________________________________
15398 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
15399         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
15400              From: Randall Gellens <randy@qualcomm.com>
15401              Date: Thu, 12 Jul 2001 16:56:23 -0700
15402              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
15403      Branch: perl
15404            ! Porting/repository.pod
15405 ____________________________________________________________________________
15406 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
15407         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
15408      Branch: perl
15409            ! thread.h
15410 ____________________________________________________________________________
15411 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
15412         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
15413              From: coral <coral@moonlight.crystalflame.net>
15414              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
15415              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
15416      Branch: perl
15417            ! thread.h
15418 ____________________________________________________________________________
15419 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
15420         Log: Metaconfig unit change for #11134.
15421      Branch: metaconfig
15422            + U/threads/d_pthread_atfork.U
15423 ____________________________________________________________________________
15424 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
15425         Log: Add HAS_PTHREAD_ATFORK.
15426      Branch: perl
15427            ! Configure NetWare/config.wc NetWare/config_H.wc
15428            ! Porting/Glossary Porting/config.sh Porting/config_H
15429            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
15430            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
15431            ! vos/config.ga.def vos/config.ga.h win32/config.bc
15432            ! win32/config.gc win32/config.vc win32/config_H.bc
15433            ! win32/config_H.gc win32/config_H.vc
15434 ____________________________________________________________________________
15435 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
15436         Log: Subject: [PATCH] File::Copy fails on tied handles
15437              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
15438              Date: Thu, 12 Jul 2001 15:18:51 -0700
15439              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
15440      Branch: perl
15441            ! lib/File/Copy.pm
15442 ____________________________________________________________________________
15443 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
15444         Log: Subject: [PATCH] Langinfo.t
15445              From: Nicholas Clark <nick@ccl4.org>
15446              Date: Thu, 12 Jul 2001 23:55:38 +0100
15447              Message-ID: <20010712235538.M5827@plum.flirble.org>
15448      Branch: perl
15449            ! ext/I18N/Langinfo/Langinfo.t
15450 ____________________________________________________________________________
15451 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
15452         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
15453              From: Peter Prymmer <pvhp@forte.com>
15454              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
15455              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
15456      Branch: perl
15457            ! pod/perl572delta.pod
15458 ____________________________________________________________________________
15459 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
15460         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
15461              From: Abhijit Menon-Sen <ams@wiw.org>
15462              Date: Fri, 13 Jul 2001 05:21:16 +0530
15463              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
15464      Branch: perl
15465            ! sv.c
15466 ____________________________________________________________________________
15467 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
15468         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
15469              From: Abhijit Menon-Sen <ams@wiw.org>
15470              Date: Fri, 13 Jul 2001 03:04:25 +0530
15471              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
15472      Branch: perl
15473            ! av.c
15474 ____________________________________________________________________________
15475 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
15476         Log: s/^M$//g
15477      Branch: perl
15478            ! win32/Makefile win32/makefile.mk
15479 ____________________________________________________________________________
15480 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
15481         Log: Update Changes.
15482      Branch: perl
15483            ! Changes patchlevel.h
15484 ____________________________________________________________________________
15485 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
15486         Log: Typo spotted by Philip Newton.
15487      Branch: perl
15488            ! pod/perl572delta.pod
15489 ____________________________________________________________________________
15490 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
15491         Log: Subject: [PATCH] fixes perl_clone of perl_clone
15492              From: Artur Bergman <artur@contiller.se>
15493              Date: Thu, 12 Jul 2001 20:57:09 +0200
15494              Message-ID: <B773BFA4.236B%artur@contiller.se>
15495      Branch: perl
15496            ! sv.c
15497 ____________________________________________________________________________
15498 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
15499         Log: Add README.uts from Hal Morris.
15500      Branch: perl
15501            + README.uts
15502            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
15503            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
15504 ____________________________________________________________________________
15505 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
15506         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
15507              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15508              Date: Thu, 12 Jul 2001 20:32:37 +0200
15509              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
15510      Branch: perl
15511            ! hints/aix.sh
15512 ____________________________________________________________________________
15513 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
15514         Log: Subject: Patch: document reg_data.what member
15515              From: Mark-Jason Dominus <mjd@plover.com>
15516              Message-ID: <20010712182532.14821.qmail@plover.com>
15517              Date: Thu, 12 Jul 2001 14:25:32 -0400
15518      Branch: perl
15519            ! regcomp.c regcomp.h
15520 ____________________________________________________________________________
15521 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
15522         Log: Subject: [PATCH] Perl_re_dup()
15523              From: Abhijit Menon-Sen <ams@wiw.org>
15524              Date: Thu, 12 Jul 2001 23:54:32 +0530
15525              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
15526      Branch: perl
15527            ! embed.h embed.pl perlapi.c proto.h sv.c
15528 ____________________________________________________________________________
15529 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
15530         Log: Regen Configure, modlib, toc.
15531      Branch: perl
15532            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15533            ! pod/perlmodlib.pod pod/perltoc.pod
15534 ____________________________________________________________________________
15535 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
15536         Log: The problem seems to be in PerlIO::Layer::->find() not
15537              accepting the ":encoding(blurflur)" arguments.
15538      Branch: perl
15539            ! lib/PerlIO.pm lib/open.pm
15540 ____________________________________________________________________________
15541 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
15542         Log: AIX doc update.
15543      Branch: perl
15544            ! README.aix pod/perl572delta.pod
15545 ____________________________________________________________________________
15546 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
15547         Log: Subject: AIX README update
15548              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15549              Date: Thu, 12 Jul 2001 19:28:30 +0200
15550              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
15551      Branch: perl
15552            ! README.aix
15553 ____________________________________________________________________________
15554 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
15555         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
15556              From: Norton Allen <allen@huarp.harvard.edu>
15557              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
15558              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
15559      Branch: perl
15560            ! ext/IO/lib/IO/t/io_unix.t
15561 ____________________________________________________________________________
15562 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
15563         Log: Subject: [PATCH README.qnx hints/qnx.sh]
15564              From: Norton Allen <allen@huarp.harvard.edu>
15565              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
15566              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
15567      Branch: perl
15568            ! README.qnx hints/qnx.sh
15569 ____________________________________________________________________________
15570 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
15571         Log: Subject: [patch] faster PM_GETRE
15572              From: Doug MacEachern <dougm@covalent.net>
15573              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
15574              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
15575      Branch: perl
15576            ! op.h
15577 ____________________________________________________________________________
15578 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
15579         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
15580              From: Doug MacEachern <dougm@covalent.net>
15581              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
15582              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
15583      Branch: perl
15584            ! op.c
15585 ____________________________________________________________________________
15586 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
15587         Log: Tell where the nice Estonian database is.
15588      Branch: perl
15589            ! lib/open.pm
15590 ____________________________________________________________________________
15591 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
15592         Log: Retract #11309 since #11310 is a better fix.
15593      Branch: perl
15594            ! t/lib/1_compile.t
15595 ____________________________________________________________________________
15596 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
15597         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
15598              change#11300 needs to return the status of failed win32_spawnvp())
15599              
15600              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
15601              splitting correctly; remove unused variables; 'require' at run time
15602              rather than 'use' at compile time for I18N::Langinfo, since it
15603              isn't everyware
15604      Branch: perl
15605            ! lib/open.pm win32/win32.c
15606 ____________________________________________________________________________
15607 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
15608         Log: Temporary workaround.
15609      Branch: perl
15610            ! t/lib/1_compile.t
15611 ____________________________________________________________________________
15612 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
15613         Log: UCD typo in #11306 and add also more known-to-be-tested
15614              modules to the skip list.
15615      Branch: perl
15616            ! t/lib/1_compile.t
15617 ____________________________________________________________________________
15618 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
15619         Log: Rename Unicode::UCD to UnicodeCD to avoid
15620              messups with case-insensitive filesystems.
15621      Branch: perl
15622            + lib/UnicodeCD.pm lib/UnicodeCD.t
15623            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
15624            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
15625 ____________________________________________________________________________
15626 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
15627         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
15628              From: daniel@biz.bitpusher.com
15629              Date: Wed, 11 Jul 2001 23:25:47 -0700
15630              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
15631      Branch: perl
15632            ! lib/Tie/Array.pm t/op/splice.t
15633 ____________________________________________________________________________
15634 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
15635         Log: Subject: [PATCH] More accurate line numbers in messages
15636              From: Paul Johnson <paul@pjcj.net>
15637              Date: Thu, 12 Jul 2001 04:14:11 +0200
15638              Message-ID: <20010712041411.A3467@pjcj.net>
15639              
15640              (With prototyping and multiplicity tweaks.)
15641      Branch: perl
15642            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
15643 ____________________________________________________________________________
15644 [ 11304] By: nick                                  on 2001/07/12  12:53:40
15645         Log: Integrate mainline
15646      Branch: perlio
15647           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
15648           !> regexec.c thread.h
15649 ____________________________________________________________________________
15650 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
15651         Log: Cut-and-pasto in #11298.
15652      Branch: perl
15653            ! ext/ByteLoader/bytecode.h
15654 ____________________________________________________________________________
15655 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
15656         Log: Update the AIX known problems section.
15657      Branch: perl
15658            ! pod/perl572delta.pod
15659 ____________________________________________________________________________
15660 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
15661         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
15662              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15663              Date: Thu, 12 Jul 2001 12:16:16 +0200
15664              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
15665      Branch: perl
15666            ! hints/aix.sh
15667 ____________________________________________________________________________
15668 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
15669         Log: Integrate perlio.
15670      Branch: perl
15671           !> makedef.pl win32/win32.c
15672 ____________________________________________________________________________
15673 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
15674         Log: Subject: [PATCH] fix for PMOP threadness failures
15675              From: Artur Bergman <artur@contiller.se>
15676              Date: Thu, 12 Jul 2001 09:48:06 +0200
15677              Message-ID: <B77322D6.22DD%artur@contiller.se>
15678      Branch: perl
15679            ! regexec.c
15680 ____________________________________________________________________________
15681 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
15682         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
15683              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
15684              Date: Thu, 12 Jul 2001 09:09:48 +0200
15685              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
15686              
15687              More parentheses to keep bcc happy.
15688      Branch: perl
15689            ! ext/ByteLoader/bytecode.h
15690 ____________________________________________________________________________
15691 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
15692         Log: Subject: Re: [patch] pthread_atfork bandaid
15693              From: Doug MacEachern <dougm@covalent.net>
15694              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
15695              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
15696      Branch: perl
15697            ! thread.h
15698 ____________________________________________________________________________
15699 [ 11296] By: nick                                  on 2001/07/12  11:55:48
15700         Log: Exclude reentrant_buffer from .def file
15701      Branch: perlio
15702            ! makedef.pl
15703 ____________________________________________________________________________
15704 [ 11295] By: nick                                  on 2001/07/12  11:11:44
15705         Log: Honour void-ness of my_exit()
15706      Branch: perlio
15707            ! win32/win32.c
15708 ____________________________________________________________________________
15709 [ 11294] By: nick                                  on 2001/07/12  07:51:04
15710         Log: Integrate mainline
15711      Branch: perlio
15712           +> uts/sprintf_wrap.c
15713           !> (integrate 35 files)
15714 ____________________________________________________________________________
15715 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
15716         Log: Retract #11289.
15717      Branch: perl
15718            ! embed.h embed.pl perl.c proto.h thread.h
15719 ____________________________________________________________________________
15720 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
15721         Log: Now the :locale pseudolayer *almost* works...
15722      Branch: perl
15723            ! lib/open.pm
15724 ____________________________________________________________________________
15725 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
15726         Log: Locale encoding tweaks.
15727      Branch: perl
15728            ! lib/open.pm
15729 ____________________________________________________________________________
15730 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
15731         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
15732              From: Mark-Jason Dominus <mjd@plover.com>
15733              Date: Thu, 12 Jul 2001 00:59:31 -0400
15734              Message-ID: <20010712045931.8543.qmail@plover.com>
15735              
15736              Remove the chmod/umask leading zero warning.
15737      Branch: perl
15738            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
15739            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
15740 ____________________________________________________________________________
15741 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
15742         Log: (Retracted by #11289.)
15743      Branch: perl
15744            ! embed.h embed.pl perl.c proto.h thread.h
15745 ____________________________________________________________________________
15746 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
15747         Log: Needed by #11283.
15748      Branch: perl
15749            ! intrpvar.h
15750 ____________________________________________________________________________
15751 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
15752         Log: Metaconfig unit change for #11286.
15753      Branch: metaconfig/U/perl
15754            ! patchlevel.U
15755 ____________________________________________________________________________
15756 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
15757         Log: Subject: Re: [PATCH Configure] perl -V broken
15758              From: Andy Dougherty <doughera@lafayette.edu>
15759              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
15760              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
15761      Branch: perl
15762            ! Configure myconfig.SH
15763 ____________________________________________________________________________
15764 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
15765         Log: Retract #11166 (and #11237).
15766      Branch: perl
15767            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
15768            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
15769            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
15770 ____________________________________________________________________________
15771 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
15772         Log: UTS tweaks for Hal Morris.
15773      Branch: perl
15774            + uts/sprintf_wrap.c
15775            ! MANIFEST hints/uts.sh perl.h
15776 ____________________________________________________________________________
15777 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
15778         Log: Subject: [PATCH] Use reentrant API glibc
15779              From: Artur Bergman <artur@contiller.se>
15780              Date: Thu, 12 Jul 2001 00:58:21 +0200
15781              Message-ID: <B772A6AD.2288%artur@contiller.se>
15782      Branch: perl
15783            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
15784            ! sv.c
15785 ____________________________________________________________________________
15786 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
15787         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
15788              From: barries <barries@slaysys.com>
15789              Date: Wed, 11 Jul 2001 15:11:46 -0400
15790              Message-ID: <20010711151146.G24560@jester.slaysys.com>
15791      Branch: perl
15792            ! pp_sys.c t/lib/warnings/doio win32/win32.c
15793 ____________________________________________________________________________
15794 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
15795         Log: Subject: [patch] pthread_atfork bandaid
15796              From: Doug MacEachern <dougm@covalent.net>
15797              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
15798              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
15799      Branch: perl
15800            ! miniperlmain.c perl.c
15801 ____________________________________________________________________________
15802 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
15803         Log: Subject: [patch] perl_clone leaks
15804              From: Doug MacEachern <dougm@covalent.net>
15805              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
15806              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
15807      Branch: perl
15808            ! sv.c
15809 ____________________________________________________________________________
15810 [ 11279] By: nick                                  on 2001/07/11  15:49:38
15811         Log: Integrate mainline
15812      Branch: perlio
15813           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
15814           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
15815           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
15816           +> lib/Term/ANSIColor/README
15817           !> (integrate 54 files)
15818 ____________________________________________________________________________
15819 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
15820         Log: Update Changes.
15821      Branch: perl
15822            ! Changes patchlevel.h
15823 ____________________________________________________________________________
15824 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
15825         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
15826              From: Peter Prymmer <pvhp@forte.com>
15827              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
15828              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
15829              
15830              Backport of embed.pl to 5.003.
15831      Branch: perl
15832            ! embed.pl
15833 ____________________________________________________________________________
15834 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
15835         Log: Subject: Re: POSIX test #14 on UTS 
15836              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
15837              Date: Wed, 11 Jul 2001 03:02:14 +0100
15838              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
15839      Branch: perl
15840            ! ext/POSIX/POSIX.t
15841 ____________________________________________________________________________
15842 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
15843         Log: Make the I32 an IV to preserve structure alignment and size.
15844      Branch: perl
15845            ! op.h
15846 ____________________________________________________________________________
15847 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
15848         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
15849              From: "Artur Bergman" <artur@contiller.se>
15850              Date: Wed, 11 Jul 2001 14:23:37 +0200
15851              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
15852              
15853              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
15854      Branch: perl
15855            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
15856            ! pod/perlapi.pod sv.c
15857 ____________________________________________________________________________
15858 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
15859         Log: Tweak until Pod::Parser gets updated.
15860      Branch: perl
15861            ! t/pod/special_seqs.xr
15862 ____________________________________________________________________________
15863 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
15864         Log: File::Spec usage tweak.
15865      Branch: perl
15866            ! lib/ExtUtils.t
15867 ____________________________________________________________________________
15868 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
15869         Log: Integrate #11263 from macperl; macos and macosx updates.
15870      Branch: perl
15871           !> pod/perlport.pod
15872 ____________________________________________________________________________
15873 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
15874         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
15875              From: Peter Prymmer <pvhp@forte.com>
15876              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
15877              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
15878      Branch: perl
15879            + ext/Time/HiRes/hints/dynixptx.pl
15880            ! MANIFEST hints/dynixptx.sh
15881 ____________________________________________________________________________
15882 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
15883         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
15884              From: Nicholas Clark <nick@ccl4.org>
15885              Date: Tue, 10 Jul 2001 23:17:43 +0100
15886              Message-ID: <20010710231742.B59620@plum.flirble.org>
15887      Branch: perl
15888            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
15889 ____________________________________________________________________________
15890 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
15891         Log: Subject: [DOC PATCH] Pluggable runops
15892              From: Paul Johnson <paul@pjcj.net>
15893              Date: Tue, 10 Jul 2001 21:53:28 +0200
15894              Message-ID: <20010710215328.B26577@pjcj.net>
15895      Branch: perl
15896            ! pod/perlguts.pod
15897 ____________________________________________________________________________
15898 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
15899         Log: Subject: [PATCH] Authors
15900              From: Artur Bergman <artur@contiller.se>
15901              Date: Tue, 10 Jul 2001 20:39:12 +0200
15902              Message-ID: <B771186F.21CD%artur@contiller.se>
15903      Branch: perl
15904            ! AUTHORS
15905 ____________________________________________________________________________
15906 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
15907         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
15908              From: Doug MacEachern <dougm@covalent.net>
15909              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
15910              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
15911      Branch: perl
15912            ! pp_ctl.c
15913 ____________________________________________________________________________
15914 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
15915         Log: Subject: doc patch; times() in scalar context
15916              From: mjd@plover.com
15917              Date: 10 Jul 2001 18:01:17 -0000
15918              Message-ID: <20010710180117.12477.qmail@plover.com>
15919      Branch: perl
15920            ! pod/perlfunc.pod
15921 ____________________________________________________________________________
15922 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
15923         Log: Subject: [PATCH] Small fix to pp_gmtime
15924              From: Artur Bergman <artur@contiller.se>
15925              Date: Tue, 10 Jul 2001 19:54:52 +0200
15926              Message-ID: <B7710E0B.21C5%artur@contiller.se>
15927      Branch: perl
15928            ! pp_sys.c
15929 ____________________________________________________________________________
15930 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
15931         Log: Integrate changes from mainline perl, add notes about
15932              Mac OS X and Mac OS.
15933      Branch: maint-5.6/macperl
15934            ! pod/perlport.pod
15935 ____________________________________________________________________________
15936 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
15937         Log: A proof of the dangers of package; ?
15938      Branch: perl
15939            ! t/lib/warnings/op
15940 ____________________________________________________________________________
15941 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
15942         Log: Regen toc and modlib.
15943      Branch: perl
15944            ! pod/perlmodlib.pod pod/perltoc.pod
15945 ____________________________________________________________________________
15946 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
15947         Log: Add compexcl(), casefold(), and casespec() interfaces;
15948              and make all interfaces to return hash references instead
15949              of hashes. 
15950      Branch: perl
15951            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
15952 ____________________________________________________________________________
15953 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
15954         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
15955              From: "Philip Newton" <Philip.Newton@gmx.net>
15956              Date: Tue, 10 Jul 2001 09:55:59 +0200
15957              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
15958              
15959              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
15960              From: "Philip Newton" <Philip.Newton@gmx.net>
15961              Date: Tue, 10 Jul 2001 09:56:37 +0200
15962              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
15963      Branch: perl
15964            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
15965            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
15966 ____________________________________________________________________________
15967 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
15968         Log: Subject: [patch] undef &xsub for 1,2
15969              From: Doug MacEachern <dougm@covalent.net>
15970              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
15971              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
15972              
15973              (This version of the patch with a comment from Gisle.)
15974      Branch: perl
15975            ! op.c
15976 ____________________________________________________________________________
15977 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
15978         Log: Mention package; deprecation and the Win32 problems.
15979      Branch: perl
15980            ! pod/perl572delta.pod
15981 ____________________________________________________________________________
15982 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
15983         Log: Subject: [PATCH] deprecate package with no arguments
15984              From: Robin Houston <robin@kitsite.com>
15985              Date: Tue, 10 Jul 2001 13:33:40 +0100
15986              Message-ID: <20010710133340.A13452@robin.kitsite.com>
15987      Branch: perl
15988            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
15989 ____________________________________________________________________________
15990 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
15991         Log: Upgrade to podlators 1.10.
15992      Branch: perl
15993            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
15994            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
15995            ! pod/pod2man.PL pod/pod2text.PL
15996 ____________________________________________________________________________
15997 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
15998         Log: Upgrade to Term::ANSIColor 1.04.
15999      Branch: perl
16000            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
16001            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
16002 ____________________________________________________________________________
16003 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
16004         Log: Integrate perlio (the right fix for the ":layer(args)")
16005      Branch: perl
16006           !> perlio.c
16007 ____________________________________________________________________________
16008 [ 11252] By: nick                                  on 2001/07/10  06:58:14
16009         Log: Fix open(...,"...:layer(xxx)",...)
16010              - use memEQ not strEQ as there is '(' not '\0'
16011      Branch: perlio
16012            ! perlio.c
16013 ____________________________________________________________________________
16014 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
16015         Log: Telling the number of tests helps.
16016      Branch: perl
16017            ! ext/PerlIO/t/encoding.t
16018 ____________________________________________________________________________
16019 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
16020         Log: Require I18N::Langinfo, not use.
16021      Branch: perl
16022            ! lib/open.pm
16023 ____________________________________________________________________________
16024 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
16025         Log: Add a test for for PerlIO ":encoding(...)" layer.
16026      Branch: perl
16027            + ext/PerlIO/t/encoding.t
16028            ! MANIFEST ext/Encode/Encode.pm
16029 ____________________________________________________________________________
16030 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
16031         Log: PerlIO ":encoding(foobar)" temporary fix.
16032              Not really correct, I think, since the change means
16033              that prefixes match.
16034      Branch: perl
16035            ! perlio.c
16036 ____________________________________________________________________________
16037 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
16038         Log: Update to Math::BigInt 1.36.  The biggest news is
16039              the separation of the backend; now the pure Perl
16040              implementation is in Math::BigInt::Calc, but one
16041              can plugin, say, Math::BigInt::BitVect, and get
16042              considerable speedup.
16043      Branch: perl
16044            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
16045            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
16046            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
16047            ! lib/Math/BigInt/t/mbimbf.t
16048 ____________________________________________________________________________
16049 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
16050         Log: Subject: Re: compatibility question
16051              From: Peter Prymmer <pvhp@forte.com>
16052              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
16053              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
16054      Branch: perl
16055            ! lib/ExtUtils/MM_VMS.pm
16056 ____________________________________________________________________________
16057 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
16058         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
16059              From: Norton Allen <allen@huarp.harvard.edu>
16060              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
16061              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
16062      Branch: perl
16063            ! ext/File/Glob/t/basic.t
16064 ____________________________________________________________________________
16065 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
16066         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
16067              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
16068              Date: Tue, 10 Jul 2001 00:29:55 +0900
16069              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
16070      Branch: perl
16071            + ext/Encode/Encode/HZ.enc
16072            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
16073            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
16074            ! ext/Encode/Encode/iso2022-jp.enc
16075            ! ext/Encode/Encode/iso2022-kr.enc
16076 ____________________________________________________________________________
16077 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
16078         Log: Add in all them there macos/ files.
16079      Branch: maint-5.6/macperl
16080            + (add 577 files)
16081 ____________________________________________________________________________
16082 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
16083         Log: Add the new modules to the list of having those own tests.
16084      Branch: perl
16085            ! t/lib/1_compile.t
16086 ____________________________________________________________________________
16087 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
16088         Log: Add INOUT to control both ways at the same time.
16089      Branch: perl
16090            ! lib/open.pm
16091 ____________________________________________________________________________
16092 [ 11240] By: nick                                  on 2001/07/09  16:33:50
16093         Log: Integrate mainline
16094      Branch: perlio
16095           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16096           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
16097           !> (integrate 41 files)
16098 ____________________________________________________________________________
16099 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
16100         Log: More encoding mapping magic.
16101      Branch: perl
16102            ! lib/open.pm
16103 ____________________________________________________________________________
16104 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
16105         Log: Update Changes.
16106      Branch: perl
16107            ! Changes patchlevel.h
16108 ____________________________________________________________________________
16109 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
16110         Log: (Retracted by #11285).
16111              
16112              Subject: [PATCH] OPpCONST_OCTAL fixes
16113              From: Abhijit Menon-Sen <ams@wiw.org>
16114              Date: Mon, 9 Jul 2001 07:38:45 +0530
16115              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
16116      Branch: perl
16117            ! op.c
16118 ____________________________________________________________________________
16119 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
16120         Log: Add a pseudolayer ":locale" to the open pragma which
16121              will get the encoding from the locale.  Yet undocumented
16122              because I can't get the PerlIO :encoding(foobar) to work.
16123      Branch: perl
16124            ! ext/Encode/Encode.pm lib/open.pm
16125 ____________________________________________________________________________
16126 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
16127         Log: Add more encoding mappings.
16128      Branch: perl
16129            ! ext/Encode/Encode.pm
16130 ____________________________________________________________________________
16131 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
16132         Log: Document that using :encoding layer requires using Encode.
16133      Branch: perl
16134            ! ext/Encode/Encode.pm lib/PerlIO.pm
16135 ____________________________________________________________________________
16136 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
16137         Log: Netware tweak from Ananth Kesari.
16138      Branch: perl
16139            ! NetWare/netware.h
16140 ____________________________________________________________________________
16141 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
16142         Log: t/harness doesn't know about run/*.t
16143      Branch: perl
16144            ! t/harness
16145 ____________________________________________________________________________
16146 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
16147         Log: run/exit.t busted on windows
16148      Branch: perl
16149            ! t/run/exit.t
16150 ____________________________________________________________________________
16151 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
16152         Log: fix a couple of UCD.t tests that fail due to bad case
16153      Branch: perl
16154            ! lib/Unicode/UCD.t
16155 ____________________________________________________________________________
16156 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
16157         Log: test skip logic was broken
16158      Branch: perl
16159            ! ext/I18N/Langinfo/Langinfo.t
16160 ____________________________________________________________________________
16161 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
16162         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
16163              failure of ExtUtils.t#27 when built in debug mode)
16164      Branch: perl
16165            ! lib/ExtUtils/MM_Win32.pm
16166 ____________________________________________________________________________
16167 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
16168         Log: I18N::Langinfo is not available on windows
16169      Branch: perl
16170            ! win32/FindExt.pm
16171 ____________________________________________________________________________
16172 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
16173         Log: save a dTHX
16174      Branch: perl
16175            ! ext/POSIX/POSIX.xs
16176 ____________________________________________________________________________
16177 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
16178         Log: Update Changes.
16179      Branch: perl
16180            ! Changes patchlevel.h
16181 ____________________________________________________________________________
16182 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
16183         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
16184              as pointed out by Sarathy.
16185      Branch: perl
16186            ! ext/I18N/Langinfo/Langinfo.xs
16187 ____________________________________________________________________________
16188 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
16189         Log: Retract #11212.
16190      Branch: perl
16191            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
16192 ____________________________________________________________________________
16193 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
16194         Log: Bump up the VERSION of Cwd.xs.
16195      Branch: perl
16196            ! ext/Cwd/Makefile.PL
16197 ____________________________________________________________________________
16198 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
16199         Log: Retract #11220, the problem wasn't the missing leading zero.
16200              Here's the problem:
16201              $ ./perl -we 'chmod(oct("755"), ".")'
16202              Non-octal literal mode (493) specified at -e line 1.
16203              (Did you mean 0493 instead?)
16204      Branch: perl
16205            ! lib/ExtUtils/MM_Unix.pm
16206 ____________________________________________________________________________
16207 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
16208         Log: (Retracted by #11221)
16209              Change the PERM_RW and PERM_RWX to 0644 and 0755
16210              (add the leading zero).
16211      Branch: perl
16212            ! lib/ExtUtils/MM_Unix.pm
16213 ____________________________________________________________________________
16214 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
16215         Log: Integrate changes #11193, 11205, 11209 from macperl.
16216              
16217              Fix up AutoLoader to fudge for Mac paths in import().
16218              
16219              Allow symbols in try_symbol() to begin with "_".
16220              
16221              Small portability fix for Mac OS.
16222      Branch: perl
16223           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
16224 ____________________________________________________________________________
16225 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
16226         Log: Metaconfig unit change for #11217.
16227      Branch: metaconfig/U/perl
16228            ! Extensions.U
16229 ____________________________________________________________________________
16230 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
16231         Log: Detypo, problem noticed by Gerrit P. Haase.
16232      Branch: perl
16233            ! Configure config_h.SH
16234 ____________________________________________________________________________
16235 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
16236         Log: Cwd cleanups.
16237      Branch: perl
16238            ! ext/Cwd/Cwd.xs
16239 ____________________________________________________________________________
16240 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
16241         Log: Slight tweaks on #11213.
16242      Branch: perl
16243            ! toke.c
16244 ____________________________________________________________________________
16245 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
16246         Log: A missing dTHX noticed by Gerrit P. Haase.
16247      Branch: perl
16248            ! ext/POSIX/POSIX.xs
16249 ____________________________________________________________________________
16250 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
16251         Log: Subject: [PATCH toke.c] Simplify yytoke()
16252              From: Simon Cozens <simon@netthink.co.uk>
16253              Date: Sun, 8 Jul 2001 13:24:34 +0100
16254              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
16255              
16256              Split out pending_ident().
16257      Branch: perl
16258            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
16259 ____________________________________________________________________________
16260 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
16261         Log: (Retracted by #11223.)
16262              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
16263              Date: Wed, 05 Nov 1997 17:22:34 -0600
16264              From: Graham Barr <gbarr@ti.com>
16265              Message-Id: <3460FFBA.6DA51F46@ti.com>
16266      Branch: perl
16267            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
16268 ____________________________________________________________________________
16269 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
16270         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
16271      Branch: perl
16272            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16273            ! pod/perllocale.pod
16274 ____________________________________________________________________________
16275 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
16276         Log: Really do the test under the C locale.
16277      Branch: perl
16278            ! ext/I18N/Langinfo/Langinfo.t
16279 ____________________________________________________________________________
16280 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
16281         Log: Small portability fix for Mac OS.
16282      Branch: maint-5.6/macperl
16283            ! lib/Cwd.pm
16284 ____________________________________________________________________________
16285 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
16286         Log: Metaconfig unit change for #11207.
16287      Branch: metaconfig/U/perl
16288            ! Extensions.U
16289 ____________________________________________________________________________
16290 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
16291         Log: Add I18N::Langinfo, which is basically a wrapper around
16292              nl_langinfo(), which is an additional way to query locale
16293              specific information.
16294      Branch: perl
16295            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
16296            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
16297            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
16298 ____________________________________________________________________________
16299 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
16300         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
16301              used in File::Find tests; replace with if.t.
16302      Branch: maint-5.6/macperl
16303            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
16304            ! t/pragma/warn/op
16305 ____________________________________________________________________________
16306 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
16307         Log: Allow symbols in try_symbol() to begin with "_".
16308      Branch: maint-5.6/macperl
16309            ! makedef.pl
16310 ____________________________________________________________________________
16311 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
16312         Log: Sync up the File::Find changes from the rewrite by
16313              Thomas Wegner, et al.
16314      Branch: maint-5.6/macperl
16315            + t/lib/filefind-taint.t
16316            ! lib/File/Find.pm t/lib/filefind.t
16317 ____________________________________________________________________________
16318 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
16319         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
16320              From: Thomas Wegner <wegner_thomas@yahoo.com>
16321              Date: Thu, 5 Jul 2001 20:31:25 +0200
16322              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
16323      Branch: maint-5.6/macperl
16324            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
16325 ____________________________________________________________________________
16326 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
16327         Log: Some more test portability fixes.
16328      Branch: maint-5.6/macperl
16329            ! t/lib/filecopy.t t/pragma/warn/pp_sys
16330 ____________________________________________________________________________
16331 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
16332         Log: The #11200 removed wrong (non-existent) target.  Duh.
16333      Branch: perl
16334            ! Makefile.SH
16335 ____________________________________________________________________________
16336 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
16337         Log: Zap the lib/re.pm before creating it.
16338      Branch: perl
16339            ! Makefile.SH
16340 ____________________________________________________________________________
16341 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
16342         Log: Another test.  Please ignore.
16343      Branch: maint-5.6/macperl
16344            ! README.macos
16345 ____________________________________________________________________________
16346 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
16347         Log: Portability fixes for a lot of tests, especially IO-related
16348              tests, and warnings, and the harness script.
16349      Branch: maint-5.6/macperl
16350            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
16351            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
16352            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
16353            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
16354            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
16355            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
16356            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
16357            ! t/pragma/warnings.t
16358 ____________________________________________________________________________
16359 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
16360         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
16361              From: Nicholas Clark <nick@ccl4.org>
16362              Date: Sat, 7 Jul 2001 21:00:17 +0100
16363              Message-ID: <20010707210017.H59620@plum.flirble.org>
16364      Branch: perl
16365            ! lib/h2xs.t
16366 ____________________________________________________________________________
16367 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
16368         Log: The UNICOS/mk SysV IPC problem has been fixed.
16369      Branch: perl
16370            ! pod/perl572delta.pod
16371 ____________________________________________________________________________
16372 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
16373         Log: Slight update tweaks on perlunicode.pod.
16374      Branch: perl
16375            ! pod/perlunicode.pod
16376 ____________________________________________________________________________
16377 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
16378         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
16379              From: Mark-Jason Dominus <mjd@plover.com>
16380              Date: Sat, 07 Jul 2001 13:04:04 -0400
16381              Message-ID: <20010707170404.32694.qmail@plover.com>
16382      Branch: perl
16383            ! ext/DB_File/DB_File.pm
16384 ____________________________________________________________________________
16385 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
16386         Log: Fix up AutoLoader to fudge for Mac paths in import().
16387      Branch: maint-5.6/macperl
16388            ! lib/AutoLoader.pm
16389 ____________________________________________________________________________
16390 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
16391         Log: Try to force the lib/re.pm to be there before entering
16392              the extensions builds, should help for parallel makes.
16393      Branch: perl
16394            ! Makefile.SH
16395 ____________________________________________________________________________
16396 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
16397         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
16398              From: Norton Allen <allen@huarp.harvard.edu>
16399              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
16400              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
16401      Branch: perl
16402            ! ext/POSIX/POSIX.xs
16403 ____________________________________________________________________________
16404 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
16405         Log: Subject: [PATCH] Re: op/arith.t
16406              From: Nicholas Clark <nick@ccl4.org>
16407              Date: Sat, 7 Jul 2001 13:04:54 +0100
16408              Message-ID: <20010707130454.D59620@plum.flirble.org>
16409      Branch: perl
16410            ! numeric.c toke.c
16411 ____________________________________________________________________________
16412 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
16413         Log: Subject: [PATCH] h2xs
16414              From: Nicholas Clark <nick@ccl4.org>
16415              Date: Fri, 6 Jul 2001 23:25:14 +0100
16416              Message-ID: <20010706232514.X59620@plum.flirble.org>
16417      Branch: perl
16418            ! utils/h2xs.PL
16419 ____________________________________________________________________________
16420 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
16421         Log: Subject: Re: bleedperl perl_alloc..free leakage
16422              From: Radu Greab <radu@netsoft.ro>
16423              Date: Fri, 6 Jul 2001 19:48:54 +0300
16424              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
16425              
16426              Leak-be-gone.
16427      Branch: perl
16428            ! op.c
16429 ____________________________________________________________________________
16430 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
16431         Log: Test again.  Please ignore.
16432      Branch: maint-5.6/macperl
16433            ! README.macos
16434 ____________________________________________________________________________
16435 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
16436         Log: Test.  Please ignore.
16437      Branch: maint-5.6/macperl
16438            ! README.macos
16439 ____________________________________________________________________________
16440 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
16441         Log: Include changes already sent in separately as patches,
16442              before branch was created.
16443      Branch: maint-5.6/macperl
16444            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
16445            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
16446            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
16447            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
16448            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
16449            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
16450            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
16451            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
16452            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
16453            ! t/pragma/strict.t
16454 ____________________________________________________________________________
16455 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
16456         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
16457              From: Norton Allen <allen@huarp.harvard.edu>
16458              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
16459              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
16460      Branch: perl
16461            ! utf8.h
16462 ____________________________________________________________________________
16463 [ 11183] By: nick                                  on 2001/07/06  16:27:40
16464         Log: Integrate mainline
16465      Branch: perlio
16466           +> (branch 42 files)
16467            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
16468            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
16469            - win32/bin/mdelete.bat
16470           !> (integrate 215 files)
16471 ____________________________________________________________________________
16472 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
16473         Log: The #11166 needed also these updated.
16474      Branch: perl
16475            ! lib/warnings.pm warnings.h
16476 ____________________________________________________________________________
16477 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
16478         Log: Update Changes.
16479      Branch: perl
16480            ! Changes patchlevel.h
16481 ____________________________________________________________________________
16482 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
16483         Log: Regen toc.
16484      Branch: perl
16485            ! pod/perltoc.pod
16486 ____________________________________________________________________________
16487 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
16488         Log: Nit from Abhijit.
16489      Branch: perl
16490            ! lib/CPAN.pm
16491 ____________________________________________________________________________
16492 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
16493         Log: Retract #11172.
16494      Branch: perl
16495            ! t/op/method.t
16496 ____________________________________________________________________________
16497 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
16498         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
16499              From: Norton Allen <allen@huarp.harvard.edu>
16500              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
16501              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
16502      Branch: perl
16503            ! lib/Cwd.pm
16504 ____________________________________________________________________________
16505 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
16506         Log: (Accidentally empty check-in.)
16507      Branch: perl
16508            ! utf8.h
16509 ____________________________________________________________________________
16510 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
16511         Log: Retract #11165 since Sarathy pointed out it'll not
16512              work properly under threads, the problem should be
16513              solved using "the savestack, either via SSNEW() or
16514              using a newSVpv()+SAVEFREESV() combo."
16515      Branch: perl
16516            ! ext/POSIX/POSIX.xs
16517 ____________________________________________________________________________
16518 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
16519         Log: Retract #11125 since NI-S pointed out it'll not work in
16520              cases where the extension has their own handcrafted INC
16521              et alia.
16522      Branch: perl
16523            ! lib/ExtUtils/MM_Unix.pm
16524 ____________________________________________________________________________
16525 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
16526         Log: Subject: RE: [PATCH] -I and MakeMaker again
16527              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
16528              Date: Fri, 6 Jul 2001 09:18:29 +0200
16529              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
16530      Branch: perl
16531            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
16532            ! lib/ExtUtils/MM_Win32.pm
16533 ____________________________________________________________________________
16534 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
16535         Log: (Retracted by #11178)
16536              Subject: [PATCH t/op/method.t] SUPER:: strangeness
16537              From: Piers Cawley <pdcawley@iterative-software.com>
16538              Date: 06 Jul 2001 10:49:01 +0100
16539              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
16540      Branch: perl
16541            ! t/op/method.t
16542 ____________________________________________________________________________
16543 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
16544         Log: VOS README update from Paul Green.
16545      Branch: perl
16546            ! README.vos
16547 ____________________________________________________________________________
16548 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
16549         Log: Subject: [PATCH README.qnx hints/qnx.sh]
16550              From: Norton Allen <allen@huarp.harvard.edu>
16551              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
16552              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
16553      Branch: perl
16554            ! README.qnx hints/qnx.sh
16555 ____________________________________________________________________________
16556 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
16557         Log: Subject: [PATCH] Doc patch for Tie::Hash
16558              From: Artur Bergman <artur@contiller.se>
16559              Date: Thu, 05 Jul 2001 22:51:18 +0200
16560              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
16561      Branch: perl
16562            ! lib/Tie/Hash.pm
16563 ____________________________________________________________________________
16564 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
16565         Log: Subject: [PATCH] perlfaq4.pod
16566              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
16567              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
16568              Date: Thu, 5 Jul 2001 18:44:10 +0100 
16569      Branch: perl
16570            ! pod/perlfaq4.pod
16571 ____________________________________________________________________________
16572 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
16573         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
16574              From: Robin Houston <robin@kitsite.com>
16575              Date: Thu, 5 Jul 2001 18:33:21 +0100
16576              Message-ID: <20010705183321.A27345@robin.kitsite.com>
16577      Branch: perl
16578            ! ext/B/B/Deparse.pm
16579 ____________________________________________________________________________
16580 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
16581         Log: (Retracted by #11285.)
16582              
16583              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
16584              From: Abhijit Menon-Sen <ams@wiw.org>
16585              Date: Fri, 6 Jul 2001 01:26:32 +0530
16586              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
16587      Branch: perl
16588            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
16589            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
16590            ! warnings.pl
16591 ____________________________________________________________________________
16592 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
16593         Log: (Retracted by #11175)
16594              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
16595              From: Norton Allen <allen@huarp.harvard.edu>
16596              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
16597              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
16598      Branch: perl
16599            ! ext/POSIX/POSIX.xs
16600 ____________________________________________________________________________
16601 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
16602         Log: Unterminated C< (noticed by Richard Hatch), and few other
16603              small Unicode doc tweaks.
16604      Branch: perl
16605            ! pod/perlretut.pod
16606 ____________________________________________________________________________
16607 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
16608         Log: More flexible argument understanding; add charblocks() and
16609              charscripts(); make charblock() and charscript() two-way;
16610              add charinrange(); separate the $Unicode::UCD::VERSION and
16611              the version of the Unicode by adding UnicodeVersion().
16612      Branch: perl
16613            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16614 ____________________________________________________________________________
16615 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
16616         Log: Update Unicode::UCD on \p{In...}.
16617      Branch: perl
16618            ! lib/Unicode/UCD.pm
16619 ____________________________________________________________________________
16620 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
16621         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
16622              From: Norton Allen <allen@huarp.harvard.edu>
16623              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
16624              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
16625      Branch: perl
16626            ! lib/ExtUtils/MM_Unix.pm
16627 ____________________________________________________________________________
16628 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
16629         Log: POSIX-BC tweaks from Thomas Dorner.
16630      Branch: perl
16631            ! hints/posix-bc.sh perlio.h
16632 ____________________________________________________________________________
16633 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
16634         Log: Module updates for the delta.
16635      Branch: perl
16636            ! pod/perl572delta.pod
16637 ____________________________________________________________________________
16638 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
16639         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
16640              From: Norton Allen <allen@huarp.harvard.edu>
16641              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
16642              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
16643      Branch: perl
16644            ! ext/IO/lib/IO/t/io_sock.t
16645 ____________________________________________________________________________
16646 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
16647         Log: Subject: [PATCH perldiag.pod] Quick fixes
16648              From: Simon Cozens <simon@netthink.co.uk>
16649              Date: Wed, 4 Jul 2001 20:22:12 +0100
16650              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
16651      Branch: perl
16652            ! pod/perldiag.pod
16653 ____________________________________________________________________________
16654 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
16655         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
16656              From: Radu Greab <radu@netsoft.ro>
16657              Date: Wed, 4 Jul 2001 22:13:31 +0300
16658              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
16659      Branch: perl
16660            ! op.c sv.c t/op/pos.t
16661 ____________________________________________________________________________
16662 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
16663         Log: Subject: [PATCH] -I and MakeMaker again
16664              From: Michael G Schwern <schwern@pobox.com>
16665              Date: Wed, 4 Jul 2001 15:03:07 -0400
16666              Message-ID: <20010704150307.I20340@blackrider>
16667              
16668              (and retract #11145)
16669      Branch: perl
16670            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
16671            ! lib/ExtUtils/MakeMaker.pm
16672 ____________________________________________________________________________
16673 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
16674         Log: Subject: Re: PERFORCE change 11142 for review
16675              From: "Philip Newton" <Philip.Newton@gmx.net>
16676              Date: Wed, 4 Jul 2001 20:46:26 +0200
16677              Message-Id: <200107041841.VAA25380@taas.iki.fi>
16678      Branch: perl
16679            ! lib/ExtUtils/MakeMaker.pm
16680 ____________________________________________________________________________
16681 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
16682         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
16683              From: Jonathan Stowe <gellyfish@gellyfish.com>
16684              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
16685              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
16686      Branch: perl
16687            ! utils/pl2pm.PL
16688 ____________________________________________________________________________
16689 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
16690         Log: fix the binary compatibility issue when building with/without
16691              usemymalloc by exporting Perl_malloc() et al as simple wrappers
16692              around the system functions (this allows most extensions built
16693              using one mode to coexist with perls built in the other mode)
16694              
16695              XXX the Perl_mfree() wrapper might need to do return(free()) on
16696              platforms where Free_t isn't "void"
16697      Branch: perl
16698            ! embed.h embed.pl makedef.pl proto.h util.c
16699 ____________________________________________________________________________
16700 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
16701         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
16702              since it doesn't ensure threads other than the one calling fork()
16703              aren't holding any locks; the fix is to use pthread_atfork() to
16704              hold global locks
16705              
16706              building perl with -Dusemymalloc exacerbates the problem since
16707              Perl_malloc() holds a mutex, and perl's exec() calls New()
16708              
16709              XXX the code in win32thread.h may be needed on platforms that have
16710              no pthread_atfork()
16711      Branch: perl
16712            ! perl.c thread.h win32/win32thread.h
16713 ____________________________________________________________________________
16714 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
16715         Log: Integrate #11009 from maintperl.
16716      Branch: maint-5.6/macperl
16717           !> lib/ExtUtils/Manifest.pm
16718 ____________________________________________________________________________
16719 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
16720         Log: Flexing my Perforce muscles.
16721      Branch: maint-5.6/macperl
16722            ! README.macos
16723 ____________________________________________________________________________
16724 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
16725         Log: Update Changes.
16726      Branch: perl
16727            ! Changes patchlevel.h
16728 ____________________________________________________________________________
16729 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
16730         Log: Metaconfig unit change for #11146.
16731      Branch: metaconfig/U/perl
16732            ! d_fcntl_can_lock.U
16733 ____________________________________________________________________________
16734 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
16735         Log: Somehow the #ifdefs of the added code (in #11093) made
16736              HP-UX to fail the fcntl locking test, without the ifdefs
16737              the test seems to be working again.  Reason unknown:
16738              HP-UX cc doesn't complain either way.
16739      Branch: perl
16740            ! Configure
16741 ____________________________________________________________________________
16742 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
16743         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
16744      Branch: perl
16745            ! lib/ExtUtils/MM_Unix.pm
16746 ____________________________________________________________________________
16747 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
16748         Log: gcc -Wall nit.
16749      Branch: perl
16750            ! pp_hot.c
16751 ____________________________________________________________________________
16752 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
16753         Log: When removing tests updating the test count is a good idea, too.
16754      Branch: perl
16755            ! lib/Net/t/require.t
16756 ____________________________________________________________________________
16757 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
16758         Log: Document #11134 and add the new symbols to the list of
16759              of MakeMaker known ones.
16760      Branch: perl
16761            ! lib/ExtUtils/MakeMaker.pm
16762 ____________________________________________________________________________
16763 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
16764         Log: Microperl update.
16765      Branch: perl
16766            ! uconfig.h
16767 ____________________________________________________________________________
16768 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
16769         Log: Update the libnet tests as per #11138.
16770      Branch: perl
16771            - lib/Net/t/ph.t
16772            ! MANIFEST lib/Net/t/require.t
16773 ____________________________________________________________________________
16774 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
16775         Log: Regen toc and modlib.
16776      Branch: perl
16777            ! pod/perlmodlib.pod pod/perltoc.pod
16778 ____________________________________________________________________________
16779 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
16780         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
16781              Graham's request.
16782      Branch: perl
16783            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
16784            ! MANIFEST
16785 ____________________________________________________________________________
16786 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
16787         Log: Add the OS/390 harness results to the delta.
16788      Branch: perl
16789            ! pod/perl572delta.pod
16790 ____________________________________________________________________________
16791 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
16792         Log: Avoid the two study tests in OS/390 until the bug has been solved.
16793      Branch: perl
16794            ! t/op/study.t
16795 ____________________________________________________________________________
16796 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
16797         Log: DOS/DJGPP tweaks from Laszlo Molnar.
16798      Branch: perl
16799            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
16800 ____________________________________________________________________________
16801 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
16802         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
16803              From: Michael G Schwern <schwern@pobox.com>
16804              Date: Wed, 4 Jul 2001 00:01:16 -0400
16805              Message-ID: <20010704000116.C591@blackrider>
16806      Branch: perl
16807            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
16808 ____________________________________________________________________________
16809 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
16810         Log: The #11132 missed singleton characters (not part
16811              of a unilo..unihi range) in Unicode scripts.
16812      Branch: perl
16813            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
16814            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
16815            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
16816            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
16817            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
16818            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
16819            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
16820            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
16821            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
16822            ! lib/unicode/mktables.PL t/op/pat.t
16823 ____________________________________________________________________________
16824 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
16825         Log: Support preferentially the Unicode 'scripts' definition
16826              in the \p{In...} notation since according to Unicode the
16827              scripts concept is more natural for matching than using
16828              the somewhat artificial block names.  The block names are
16829              still available, though, and if there's a name conflict,
16830              the scripts one wins and the blocks one has to do with
16831              'Block' appended to its name.  For more information see
16832              
16833              http://www.unicode.org/unicode/reports/tr24/
16834      Branch: perl
16835            + lib/unicode/In/100.pl lib/unicode/In/101.pl
16836            + lib/unicode/In/102.pl lib/unicode/In/103.pl
16837            + lib/unicode/In/104.pl lib/unicode/In/105.pl
16838            + lib/unicode/In/106.pl lib/unicode/In/107.pl
16839            + lib/unicode/In/108.pl lib/unicode/In/109.pl
16840            + lib/unicode/In/110.pl lib/unicode/In/111.pl
16841            + lib/unicode/In/112.pl lib/unicode/In/113.pl
16842            + lib/unicode/In/114.pl lib/unicode/In/115.pl
16843            + lib/unicode/In/116.pl lib/unicode/In/117.pl
16844            + lib/unicode/In/118.pl lib/unicode/In/119.pl
16845            + lib/unicode/In/120.pl lib/unicode/In/121.pl
16846            + lib/unicode/In/122.pl lib/unicode/In/123.pl
16847            + lib/unicode/In/124.pl lib/unicode/In/125.pl
16848            + lib/unicode/In/126.pl lib/unicode/In/127.pl
16849            + lib/unicode/In/128.pl lib/unicode/In/129.pl
16850            + lib/unicode/In/130.pl lib/unicode/In/131.pl
16851            + lib/unicode/In/132.pl lib/unicode/In/133.pl
16852            + lib/unicode/In/134.pl lib/unicode/In/135.pl
16853            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
16854            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
16855            ! (edit 106 files)
16856 ____________________________________________________________________________
16857 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
16858         Log: Better document the difference between a block and a script.
16859      Branch: perl
16860            ! lib/Unicode/UCD.pm
16861 ____________________________________________________________________________
16862 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
16863         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
16864              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
16865              Date: Tue, 3 Jul 2001 15:04:23 -0500
16866              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
16867      Branch: perl
16868            ! lib/CPAN.pm
16869 ____________________________________________________________________________
16870 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
16871         Log: Add tests for charscript().
16872      Branch: perl
16873            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
16874 ____________________________________________________________________________
16875 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
16876         Log: Add charscript() to get the UTR#24 script names of characters.
16877      Branch: perl
16878            ! lib/Unicode/UCD.pm
16879 ____________________________________________________________________________
16880 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
16881         Log: Todo updates.
16882      Branch: perl
16883            ! pod/perltodo.pod
16884 ____________________________________________________________________________
16885 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
16886         Log: Unicode::UCD updates.
16887      Branch: perl
16888            ! lib/Unicode/UCD.pm
16889 ____________________________________________________________________________
16890 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
16891         Log: (Retracted by #11174)
16892              Subject: MakeMaker should pass through DEFINE and INC to subdirs
16893              From: Alan Burlison <Alan.Burlison@sun.com>
16894              Date: Tue, 03 Jul 2001 15:20:13 +0100
16895              Message-ID: <3B41D49D.A923D4F9@sun.com>
16896      Branch: perl
16897            ! lib/ExtUtils/MM_Unix.pm
16898 ____________________________________________________________________________
16899 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
16900         Log: Subject: Patch needed for UTS
16901              From: hom00@utsglobal.com (Hal Morris)
16902              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
16903              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
16904              
16905              Replace #11113 with a better version.
16906      Branch: perl
16907            ! perl.h
16908 ____________________________________________________________________________
16909 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
16910         Log: Subject: Re: POINTERRIGOR
16911              From: Andy Dougherty <doughera@lafayette.edu>
16912              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
16913              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
16914      Branch: perl
16915            ! util.c
16916 ____________________________________________________________________________
16917 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
16918         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
16919              From: "Philip Newton" <pnewton@gmx.de>
16920              Date: Tue, 3 Jul 2001 17:03:34 +0200
16921              Message-ID: <3B41FAE6.29564.660E117@localhost>
16922      Branch: perl
16923            ! pp_hot.c
16924 ____________________________________________________________________________
16925 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
16926         Log: Typos.
16927      Branch: perl
16928            ! INSTALL
16929 ____________________________________________________________________________
16930 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
16931         Log: Subject: [PATCH 5.6.1] debugger fixes
16932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16933              Date: Tue, 3 Jul 2001 03:38:18 -0400
16934              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
16935              
16936              The $^S is working again.
16937      Branch: perl
16938            ! lib/perl5db.pl
16939 ____________________________________________________________________________
16940 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
16941         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
16942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16943              Date: Tue, 3 Jul 2001 03:34:06 -0400
16944              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
16945      Branch: perl
16946            ! os2/OS2/Process/Process.pm
16947 ____________________________________________________________________________
16948 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
16949         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
16950              From: "Philip Newton" <Philip.Newton@gmx.net>
16951              Date: Tue, 3 Jul 2001 09:11:27 +0200
16952              Message-Id: <200107030706.KAA04596@taas.iki.fi>
16953      Branch: perl
16954            ! lib/FindBin.pm
16955 ____________________________________________________________________________
16956 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
16957         Log: Delta delta.
16958      Branch: perl
16959            ! pod/perl572delta.pod
16960 ____________________________________________________________________________
16961 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
16962         Log: Metaconfig unit change for 11115.
16963      Branch: metaconfig
16964            ! U/modified/libc.U
16965 ____________________________________________________________________________
16966 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
16967         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
16968              (from Richard Hatch) (this was the cause of pipes() and
16969              times() myeteriously not being found)
16970      Branch: perl
16971            ! Configure
16972 ____________________________________________________________________________
16973 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
16974         Log: Retract #10142, the real culprit found by Richard Hatch,
16975              coming soon to Configure near you.
16976      Branch: perl
16977            ! hints/aix.sh
16978 ____________________________________________________________________________
16979 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
16980         Log: (Replaced by #11124) UTS workaround from Hal Morris.
16981      Branch: perl
16982            ! perl.h
16983 ____________________________________________________________________________
16984 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
16985         Log: Subject: [PATCH] grok not grocking correctly
16986              From: Nicholas Clark <nick@ccl4.org>
16987              Date: Tue, 3 Jul 2001 00:19:08 +0100
16988              Message-ID: <20010703001908.H59620@plum.flirble.org>
16989      Branch: perl
16990            ! numeric.c
16991 ____________________________________________________________________________
16992 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
16993         Log: Subject: [PATCH Deparse.t] test just-posted patches
16994              From: Robin Houston <robin@kitsite.com>
16995              Date: Mon, 2 Jul 2001 23:46:15 +0100
16996              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
16997      Branch: perl
16998            ! ext/B/Deparse.t
16999 ____________________________________________________________________________
17000 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
17001         Log: Subject: [PATCH toke.c] autosplit into @F
17002              From: Robin Houston <robin@kitsite.com>
17003              Date: Mon, 2 Jul 2001 23:18:20 +0100
17004              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
17005      Branch: perl
17006            ! perl.c toke.c
17007 ____________________________________________________________________________
17008 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
17009         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
17010              From: Robin Houston <robin@kitsite.com>
17011              Date: Mon, 2 Jul 2001 23:00:48 +0100
17012              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
17013      Branch: perl
17014            ! ext/B/B/Deparse.pm
17015 ____________________________________________________________________________
17016 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
17017         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
17018              From: "Philip Newton" <Philip.Newton@gmx.net>
17019              Date: Mon, 2 Jul 2001 22:06:22 +0200
17020              (no Message-Id)
17021      Branch: perl
17022            ! ext/NDBM_File/hints/linux.pl
17023 ____________________________________________________________________________
17024 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
17025         Log: Subject: Re: Fixed pack problem - sort of
17026              From: Nicholas Clark <nick@ccl4.org>
17027              Date: Mon, 2 Jul 2001 20:59:20 +0100
17028              Message-ID: <20010702205919.F59620@plum.flirble.org>
17029      Branch: perl
17030            ! pp_pack.c t/op/pack.t
17031 ____________________________________________________________________________
17032 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
17033         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
17034              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17035              Date: Mon, 2 Jul 2001 15:45:41 -0400
17036              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
17037      Branch: perl
17038            ! os2/os2.c
17039 ____________________________________________________________________________
17040 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
17041         Log: (Mistaken retraction)
17042      Branch: perl
17043            ! utils/pl2pm.PL
17044 ____________________________________________________________________________
17045 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
17046         Log: Detypo in #11103.
17047      Branch: perl
17048            ! utils/pl2pm.PL
17049 ____________________________________________________________________________
17050 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
17051         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
17052              From: Jonathan Stowe <gellyfish@gellyfish.com>
17053              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
17054              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
17055      Branch: perl
17056            ! utils/pl2pm.PL
17057 ____________________________________________________________________________
17058 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
17059         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
17060              From: "Craig A. Berry" <craigberry@mac.com>
17061              Date: Mon, 02 Jul 2001 14:11:23 -0500
17062              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
17063      Branch: perl
17064            ! lib/Unicode/UCD.pm
17065 ____________________________________________________________________________
17066 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
17067         Log: Subject: [PATCH] Re: op/numconvert.t failures
17068              From: Nicholas Clark <nick@ccl4.org>
17069              Date: Mon, 2 Jul 2001 20:10:48 +0100
17070              Message-ID: <20010702201048.E59620@plum.flirble.org>
17071      Branch: perl
17072            ! t/op/numconvert.t
17073 ____________________________________________________________________________
17074 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
17075         Log: Update Changes.
17076      Branch: perl
17077            ! Changes patchlevel.h
17078 ____________________________________________________________________________
17079 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
17080         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
17081              The real fix must be more involved.  The line of code all the leaky
17082              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
17083              line of Perl_newPMOP().
17084      Branch: perl
17085            ! op.h
17086 ____________________________________________________________________________
17087 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
17088         Log: Based on
17089              
17090              Subject: Re: sizeof(struct sembuf)
17091              From: Nicholas Clark <nick@ccl4.org>
17092              Date: Sun, 1 Jul 2001 22:26:48 +0100
17093              Message-ID: <20010701222648.W59620@plum.flirble.org>
17094              
17095              but do semop() always the slow way.
17096      Branch: perl
17097            ! doio.c
17098 ____________________________________________________________________________
17099 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
17100         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
17101              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17102              Date: Tue, 03 Jul 2001 00:56:30 +0900
17103              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
17104      Branch: perl
17105            ! ext/Encode/Encode/Tcl.t
17106 ____________________________________________________________________________
17107 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
17108         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
17109              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17110              Date: Tue, 03 Jul 2001 00:55:46 +0900
17111              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
17112      Branch: perl
17113            ! ext/Encode/Encode/Tcl.pm
17114 ____________________________________________________________________________
17115 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
17116         Log: Regen api and toc.
17117      Branch: perl
17118            ! pod/perlapi.pod pod/perltoc.pod
17119 ____________________________________________________________________________
17120 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
17121         Log: Metaconfig unit change for #11093.
17122      Branch: metaconfig/U/perl
17123            ! d_fcntl_can_lock.U
17124 ____________________________________________________________________________
17125 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
17126         Log: The fcntl locking test may hang if NFS locking messed up;
17127              break out with alarm(10).
17128      Branch: perl
17129            ! Configure
17130 ____________________________________________________________________________
17131 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
17132         Log: Move the mdelete.bat from win32/bin to win32.
17133      Branch: perl
17134            ! MANIFEST
17135 ____________________________________________________________________________
17136 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
17137         Log: Typo in #11083.
17138      Branch: perl
17139            ! ext/Time/Piece/Piece.t
17140 ____________________________________________________________________________
17141 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
17142         Log: Netware tweaks from Guruprasad.
17143      Branch: perl
17144            - NetWare/perlsdio.h
17145            ! MANIFEST NetWare/Makefile NetWare/interface.c
17146            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
17147            ! perlsdio.h
17148 ____________________________________________________________________________
17149 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
17150         Log: Subject: Re: [PATH] shared -> unique;
17151              From: Abhijit Menon-Sen <ams@wiw.org>
17152              Date: Wed, 27 Jun 2001 03:51:27 +0530
17153              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
17154      Branch: perl
17155            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
17156 ____________________________________________________________________________
17157 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
17158         Log: Subject: Re: AIX / gcc-3.0
17159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17160              Date: Mon, 02 Jul 2001 15:20:21 +0200
17161              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
17162      Branch: perl
17163            ! hints/aix.sh
17164 ____________________________________________________________________________
17165 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
17166         Log: Subject: Re: Bug report: split splits on wrong pattern
17167              From: Abhijit Menon-Sen <ams@wiw.org>
17168              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
17169              Date: Mon, 2 Jul 2001 16:31:33 +0530
17170      Branch: perl
17171            ! pp_ctl.c
17172 ____________________________________________________________________________
17173 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
17174         Log: Subject: [PATCH 5.6.1] test harness
17175              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17176              Date: Mon, 2 Jul 2001 06:29:21 -0400
17177              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
17178      Branch: perl
17179            ! lib/Test/Harness.pm
17180 ____________________________________________________________________________
17181 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
17182         Log: Subject: [PATCH 5.6.1] debugger goof
17183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17184              Date: Mon, 2 Jul 2001 06:27:22 -0400
17185              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
17186      Branch: perl
17187            ! lib/perl5db.pl
17188 ____________________________________________________________________________
17189 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
17190         Log: Subject: [PATCH 5.6.1] OS/2 cwd
17191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17192              Date: Mon, 2 Jul 2001 06:21:17 -0400
17193              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
17194      Branch: perl
17195            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
17196 ____________________________________________________________________________
17197 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
17198         Log: Make #11082 more OS/2-specific.
17199      Branch: perl
17200            ! ext/Time/Piece/Piece.t
17201 ____________________________________________________________________________
17202 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
17203         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
17204              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17205              Date: Mon, 2 Jul 2001 06:06:34 -0400
17206              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
17207      Branch: perl
17208            ! ext/Time/Piece/Piece.t
17209 ____________________________________________________________________________
17210 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
17211         Log: Subject: [PATCH B::Deparse] version number & changes
17212              From: Robin Houston <robin@kitsite.com>  
17213              Date: Sun, 1 Jul 2001 17:17:29 +0100
17214              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
17215      Branch: perl
17216            ! ext/B/B/Deparse.pm
17217 ____________________________________________________________________________
17218 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
17219         Log: Subject: a small fix.
17220              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17221              Date: Mon, 2 Jul 2001 12:17:53 +0200
17222              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
17223      Branch: perl
17224            ! ext/Thread/Thread.xs
17225 ____________________________________________________________________________
17226 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
17227         Log: Subject: RE: perl@10907
17228              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
17229              Date: Mon, 2 Jul 2001 12:06:16 +0200
17230              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
17231              
17232              Borland C vs PerlIO.
17233      Branch: perl
17234            ! win32/config.bc win32/config_H.bc
17235 ____________________________________________________________________________
17236 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
17237         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
17238              From: "H.M. Brand" <merijn@l1.procura.nl>
17239              Date: Mon, 02 Jul 2001 11:18:57 +0200
17240              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
17241      Branch: perl
17242            ! t/op/write.t
17243 ____________________________________________________________________________
17244 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
17245         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
17246              From: Michael G Schwern <schwern@pobox.com>
17247              Date: Mon, 2 Jul 2001 00:26:24 -0400
17248              Message-ID: <20010702002624.A18302@blackrider>
17249      Branch: perl
17250            - ext/util/mkbootstrap
17251 ____________________________________________________________________________
17252 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
17253         Log: Subject: [PATCH op.h] v minor comment tweak
17254              From: Robin Houston <robin@puffinry.freeserve.co.uk>
17255              Date: Mon, 2 Jul 2001 00:42:01 +0100
17256              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
17257      Branch: perl
17258            ! op.h
17259 ____________________________________________________________________________
17260 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
17261         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
17262      Branch: perl
17263            ! pod/perlfunc.pod
17264 ____________________________________________________________________________
17265 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
17266         Log: Subject: Re: sizeof(struct sembuf)
17267              From: Nicholas Clark <nick@ccl4.org>
17268              Date: Sun, 1 Jul 2001 19:23:16 +0100
17269              Message-ID: <20010701192316.V59620@plum.flirble.org>
17270              
17271              s/signaling/signalling/
17272      Branch: perl
17273            ! pod/perlfunc.pod
17274 ____________________________________________________________________________
17275 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
17276         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
17277              From: "Philip Newton" <Philip.Newton@gmx.net>
17278              Date: Sun, 1 Jul 2001 09:37:56 +0200
17279              Message-Id: <200107010733.KAA03920@taas.iki.fi>
17280      Branch: perl
17281            ! pod/perlvar.pod
17282 ____________________________________________________________________________
17283 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
17284         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
17285              From: "Philip Newton" <Philip.Newton@gmx.net>
17286              Date: Sun, 1 Jul 2001 09:37:56 +0200
17287              Message-Id: <200107010733.KAA03925@taas.iki.fi>
17288      Branch: perl
17289            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17290 ____________________________________________________________________________
17291 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
17292         Log: Metaconfig unit change for #11070.
17293      Branch: metaconfig
17294            ! U/compline/randfunc.U
17295 ____________________________________________________________________________
17296 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
17297         Log: Subject: [PATCH perlsnap] its --> it's --> its
17298              From: "Philip Newton" <Philip.Newton@gmx.net>
17299              Date: Sun, 1 Jul 2001 09:37:56 +0200
17300              Message-Id: <200107010733.KAA03914@taas.iki.fi>
17301      Branch: perl
17302            ! Porting/config_H
17303 ____________________________________________________________________________
17304 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
17305         Log: Sync with Sarathy; integrate with perlio.
17306      Branch: perl
17307           !> gv.c
17308 ____________________________________________________________________________
17309 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
17310         Log: regenerate win32/config_H.?c files
17311      Branch: perl
17312            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17313 ____________________________________________________________________________
17314 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
17315         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
17316              naming discipline
17317              
17318              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
17319              because of this)
17320              
17321              fix a warning about "fd" being used without being set in Cwd.xs
17322      Branch: perl
17323            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
17324            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
17325            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
17326            ! win32/config.vc
17327 ____________________________________________________________________________
17328 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
17329         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
17330              within macro arguments") and warnings ("unary minus applied to
17331              unsigned type", among others)
17332      Branch: perl
17333            ! gv.c hv.c op.c pp.c sv.c toke.c
17334 ____________________________________________________________________________
17335 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
17336         Log: win32 fixes: more spurious CRs
17337      Branch: perl
17338            ! win32/mdelete.bat
17339 ____________________________________________________________________________
17340 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
17341         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
17342              from win32/bin (or it gets deleted by distclean); don't delete
17343              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
17344              NT (should be made Win9x specific, and added to makefile.mk)
17345      Branch: perl
17346           +> win32/mdelete.bat
17347            - win32/bin/mdelete.bat
17348            ! win32/Makefile win32/makefile.mk
17349 ____________________________________________________________________________
17350 [ 11063] By: nick                                  on 2001/07/01  18:54:09
17351         Log: Quick for for #ifdef mess
17352      Branch: perlio
17353            ! gv.c
17354 ____________________________________________________________________________
17355 [ 11062] By: nick                                  on 2001/07/01  18:47:42
17356         Log: Raw integrate - does not build #if mess in gv.c
17357      Branch: perlio
17358           !> (integrate 29 files)
17359 ____________________________________________________________________________
17360 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
17361         Log: Make 'compile' target a little less broken.
17362              Still very broken, though: -Wall warnings from
17363              the generated code, boot_Foo prototypes missing,
17364              can't autoload Fcntl::SEEK_CUR et alia, ...
17365      Branch: perl
17366            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
17367            ! utils/perlcc.PL x2p/Makefile.SH
17368 ____________________________________________________________________________
17369 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
17370         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
17371      Branch: perl
17372            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
17373            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
17374 ____________________________________________________________________________
17375 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
17376         Log: Update Changes.
17377      Branch: perl
17378            ! Changes patchlevel.h
17379 ____________________________________________________________________________
17380 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
17381         Log: Still one typo, regen toc.
17382      Branch: perl
17383            ! lib/Unicode/UCD.pm pod/perltoc.pod
17384 ____________________________________________________________________________
17385 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
17386         Log: Detypos and regen toc.
17387      Branch: perl
17388            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
17389 ____________________________________________________________________________
17390 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
17391         Log: VERSION tweak.
17392      Branch: perl
17393            ! ext/List/Util/lib/List/Util.pm
17394 ____________________________________________________________________________
17395 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
17396         Log: Attempt at plugging the leak under ithreads detected by Doug.
17397      Branch: perl
17398            ! op.h
17399 ____________________________________________________________________________
17400 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
17401         Log: gcc -Wall lint after #11051.
17402      Branch: perl
17403            ! pp_sys.c
17404 ____________________________________________________________________________
17405 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
17406         Log: Integrate perlio.
17407      Branch: perl
17408           !> lib/File/Find/taint.t
17409 ____________________________________________________________________________
17410 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
17411         Log: Don't use the v-strings for module VERSIONs.
17412      Branch: perl
17413            ! lib/Unicode/UCD.pm
17414 ____________________________________________________________________________
17415 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
17416         Log: Code cleanup based on turning off the -woffs in IRIX.
17417              Not all of the gripes cleaned up (hairy code in hv.c and
17418              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
17419              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
17420              to the IRIX hints)
17421      Branch: perl
17422            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
17423            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
17424            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
17425            ! regcomp.c sv.c
17426 ____________________________________________________________________________
17427 [ 11050] By: nick                                  on 2001/06/30  20:46:46
17428         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
17429      Branch: perlio
17430            ! lib/File/Find/taint.t
17431 ____________________________________________________________________________
17432 [ 11049] By: nick                                  on 2001/06/30  18:13:33
17433         Log: Integrate mainline
17434      Branch: perlio
17435           +> NetWare/nwstdio.h NetWare/perlsdio.h
17436           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
17437           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
17438           +> lib/Unicode/UCD.t t/run/exit.t
17439           !> (integrate 60 files)
17440 ____________________________________________________________________________
17441 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
17442         Log: Delta delta.
17443      Branch: perl
17444            ! pod/perl572delta.pod
17445 ____________________________________________________________________________
17446 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
17447         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
17448              by CPAN.pm, use rather _00.
17449      Branch: perl
17450            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
17451            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
17452            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
17453            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
17454            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
17455            ! lib/ExtUtils/Embed.pm lib/Test.pm
17456 ____________________________________________________________________________
17457 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
17458         Log: Add a simple Unicode character database interface, Unicode::UCD.
17459      Branch: perl
17460            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
17461            ! MANIFEST
17462 ____________________________________________________________________________
17463 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
17464         Log: Subject: [PATCH] op/numconver.t
17465              From: Nicholas Clark <nick@ccl4.org>
17466              Date: Sat, 30 Jun 2001 15:40:10 +0100
17467              Message-ID: <20010630154010.I59620@plum.flirble.org>
17468      Branch: perl
17469            ! t/op/numconvert.t
17470 ____________________________________________________________________________
17471 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
17472         Log: The $^N is now taken (by #11038).
17473      Branch: perl
17474            ! t/base/lex.t
17475 ____________________________________________________________________________
17476 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
17477         Log: The #11040 had slipped to a wrong function...
17478      Branch: perl
17479            ! sv.c
17480 ____________________________________________________________________________
17481 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
17482         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
17483              the Configure library symbol probe mysteriously finds all
17484              symbols but those of pipe() and times().
17485      Branch: perl
17486            ! hints/aix.sh
17487 ____________________________________________________________________________
17488 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
17489         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
17490              From: Nicholas Clark <nick@ccl4.org>
17491              Date: Fri, 29 Jun 2001 23:49:07 +0100
17492              Message-ID: <20010629234907.D59620@plum.flirble.org>
17493      Branch: perl
17494            ! lib/ExtUtils.t
17495 ____________________________________________________________________________
17496 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
17497         Log: Subject: [PATCH] weakref fix 2, not yet there
17498              From: Artur Bergman <artur@contiller.se>
17499              Date: Sat, 30 Jun 2001 01:18:16 +0200
17500              Message-ID: <B762D957.1CC9%artur@contiller.se>
17501      Branch: perl
17502            ! sv.c
17503 ____________________________________________________________________________
17504 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
17505         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
17506              From: Michael G Schwern <schwern@pobox.com>
17507              Date: Fri, 29 Jun 2001 19:39:11 -0400
17508              Message-ID: <20010629193910.D25304@blackrider>
17509      Branch: perl
17510            + t/run/exit.t
17511            ! MANIFEST
17512 ____________________________________________________________________________
17513 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
17514         Log: Add support for $^N, the most-recently closed group.
17515      Branch: perl
17516            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
17517            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
17518            ! thrdvar.h
17519 ____________________________________________________________________________
17520 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
17521         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
17522              From: lvirden@cas.org
17523              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
17524              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
17525              
17526              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
17527              From: lvirden@cas.org
17528              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
17529              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
17530      Branch: perl
17531            ! README.solaris
17532 ____________________________________________________________________________
17533 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
17534         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
17535              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17536              Date: Sat, 30 Jun 2001 07:33:37 +0900
17537              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
17538              
17539              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
17540              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
17541              Date: Sat, 30 Jun 2001 21:38:14 +0900
17542              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
17543      Branch: perl
17544            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
17545            + ext/Encode/Encode/7bit-kr.enc
17546            ! MANIFEST ext/Encode/Encode/Tcl.pm
17547 ____________________________________________________________________________
17548 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
17549         Log: NetWare tweaks from Guruprasad.
17550      Branch: perl
17551            + NetWare/nwstdio.h NetWare/perlsdio.h
17552            ! MANIFEST NetWare/Makefile NetWare/config.wc
17553            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
17554            ! NetWare/t/Readme.txt
17555 ____________________________________________________________________________
17556 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
17557         Log: More module $VERSION bump-ups.
17558      Branch: perl
17559            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
17560            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
17561            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
17562 ____________________________________________________________________________
17563 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
17564         Log: Doc update due to #11032.
17565      Branch: perl
17566            ! pod/perl572delta.pod
17567 ____________________________________________________________________________
17568 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
17569         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
17570              From: Peter Prymmer <pvhp@forte.com>
17571              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
17572              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
17573      Branch: perl
17574            ! ext/Time/HiRes/HiRes.xs
17575 ____________________________________________________________________________
17576 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
17577         Log: -lpthreads missing in AIX.
17578      Branch: perl
17579            ! hints/aix.sh
17580 ____________________________________________________________________________
17581 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
17582         Log: Subject: [PATCH] CLONE && weakrefs
17583              From: Artur Bergman <artur@contiller.se>
17584              Date: Fri, 29 Jun 2001 17:02:00 +0200
17585              Message-ID: <B7626508.1CA0%artur@contiller.se>
17586      Branch: perl
17587            ! sv.c
17588 ____________________________________________________________________________
17589 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
17590         Log: Subject: Re: Bug report: split splits on wrong pattern
17591              From: Radu Greab <radu@netsoft.ro>
17592              Date: Wed, 27 Jun 2001 21:50:52 +0300
17593              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
17594      Branch: perl
17595            ! pp_ctl.c t/op/split.t
17596 ____________________________________________________________________________
17597 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
17598         Log: Metaconfig unit change for #11027.
17599      Branch: metaconfig/U/perl
17600            ! d_modfl.U
17601 ____________________________________________________________________________
17602 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
17603         Log: I thought this Configure glitch for AIX was just recently fixed?
17604      Branch: perl
17605            ! Configure
17606 ____________________________________________________________________________
17607 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
17608         Log: Update Changes.
17609      Branch: perl
17610            ! Changes patchlevel.h
17611 ____________________________________________________________________________
17612 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
17613         Log: Subject: Re: perl@10967, File::Find, and Cwd
17614              From: Mike Guy <mjtg@cam.ac.uk>
17615              Date: Fri, 29 Jun 2001 14:56:49 +0100
17616              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
17617      Branch: perl
17618            ! lib/File/Find/taint.t
17619 ____________________________________________________________________________
17620 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
17621         Log: Update the sv_pvprintify() spec.
17622      Branch: perl
17623            ! pod/perltodo.pod
17624 ____________________________________________________________________________
17625 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
17626         Log: Known test failures update.
17627      Branch: perl
17628            ! pod/perl572delta.pod
17629 ____________________________________________________________________________
17630 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
17631         Log: Based on
17632              
17633              Subject: [PATCH @11016] More );) fixes
17634              From: Richard Soderberg <rs@crystalflame.net>
17635              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
17636              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
17637      Branch: perl
17638            ! ext/Thread/Thread.xs ext/Thread/typemap
17639 ____________________________________________________________________________
17640 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
17641         Log: Subject: [PATCH @11016] Fixes compile errors in four files
17642              From: Richard Soderberg <rs@crystalflame.net>
17643              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
17644              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
17645      Branch: perl
17646            ! mg.c pp.c pp_hot.c util.c
17647 ____________________________________________________________________________
17648 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
17649         Log: AIX hints tweaking continues, from Merijn Brand.
17650      Branch: perl
17651            ! hints/aix.sh
17652 ____________________________________________________________________________
17653 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
17654         Log: HP-UX needs gccversion sooner, from Merijn Brand.
17655      Branch: perl
17656            ! hints/hpux.sh
17657 ____________________________________________________________________________
17658 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
17659         Log: Subject: [PATCH 5.6.1] OS/2 docs
17660              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17661              Date: Fri, 29 Jun 2001 02:34:12 -0400
17662              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
17663      Branch: perl
17664            ! README.os2 os2/Changes
17665 ____________________________________________________________________________
17666 [ 11017] By: nick                                  on 2001/06/29  10:20:30
17667         Log: Integrate mainline
17668      Branch: perlio
17669           +> (branch 37 files)
17670            - ext/ODBM_File/sdbm.t
17671           !> (integrate 211 files)
17672 ____________________________________________________________________________
17673 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
17674         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
17675              the modules found using a script written by Larry Schatzer Jr.
17676      Branch: perl
17677            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
17678            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
17679            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
17680            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
17681            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
17682            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
17683            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
17684            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
17685            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
17686            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
17687            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
17688            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
17689            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
17690            ! lib/constant.pm lib/fields.pm lib/strict.pm
17691 ____________________________________________________________________________
17692 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
17693         Log: The latest JPL from the anoncvs.
17694      Branch: perl
17695            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
17696 ____________________________________________________________________________
17697 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
17698         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
17699      Branch: perl
17700            ! t/op/pat.t
17701 ____________________________________________________________________________
17702 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
17703         Log: Worrying about insecure directories now is a bit too late.
17704      Branch: perl
17705            ! lib/File/Find/taint.t
17706 ____________________________________________________________________________
17707 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
17708         Log: Cannot DIE() in a void function,
17709              from Richard Hatch <rhatch@austin.ibm.com>.
17710      Branch: perl
17711            ! ext/IPC/SysV/SysV.xs
17712 ____________________________________________________________________________
17713 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
17714         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
17715              From: Peter Prymmer <pvhp@forte.com>
17716              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
17717              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
17718              
17719              (unfinished: time/hires tests 3, 5, 14 failing, but better
17720              than wholesale failure)
17721      Branch: perl
17722            ! ext/Time/HiRes/HiRes.xs
17723 ____________________________________________________________________________
17724 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
17725         Log: Subject: [PATCH 5.6.1] OS/2 improvements
17726              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17727              Date: Thu, 28 Jun 2001 16:03:14 -0400
17728              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
17729      Branch: perl
17730            + os2/os2_base.t
17731            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
17732            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
17733            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
17734            ! os2/os2ish.h
17735 ____________________________________________________________________________
17736 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
17737         Log: Subject: Incrementing Extutils::Manifest's $VERSION
17738              From: Michael G Schwern <schwern@pobox.com>
17739              Date: Thu, 28 Jun 2001 13:13:49 -0400
17740              Message-ID: <20010628131349.A14738@blackrider>
17741      Branch: maint-5.6/perl
17742            ! lib/ExtUtils/Manifest.pm
17743 ____________________________________________________________________________
17744 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
17745         Log: AIX tweak from Merijn Brand.
17746      Branch: perl
17747            ! hints/aix.sh
17748 ____________________________________________________________________________
17749 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
17750         Log: Create the macperl branch.
17751      Branch: maint-5.6/macperl
17752           +> (branch 1728 files)
17753 ____________________________________________________________________________
17754 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
17755         Log: Update Changes.
17756      Branch: perl
17757            ! Changes patchlevel.h
17758 ____________________________________________________________________________
17759 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
17760         Log: More Perforce lore.
17761      Branch: perl
17762            ! Porting/repository.pod
17763 ____________________________________________________________________________
17764 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
17765         Log: Metaconfig unit changes for #11003.
17766      Branch: metaconfig/U/perl
17767            + d_nl_langinfo.U i_langinfo.U
17768 ____________________________________________________________________________
17769 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
17770         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
17771              Expected not to exist in non-UNIX excepting in VMS, where
17772              according to a quick web survey they just might.
17773      Branch: perl
17774            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
17775            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17776            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
17777            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
17778            ! win32/config.bc win32/config.gc win32/config.vc
17779 ____________________________________________________________________________
17780 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
17781         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
17782              in AIX is one is doing a 64-bit build.
17783      Branch: perl
17784            ! hints/aix.sh
17785 ____________________________________________________________________________
17786 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
17787         Log: Metaconfig unit changes for #11000.
17788      Branch: metaconfig/U/perl
17789            ! use64bits.U uselfs.U
17790 ____________________________________________________________________________
17791 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
17792         Log: Move use64bitint and use64bitall before uselargefiles.
17793      Branch: perl
17794            ! Configure
17795 ____________________________________________________________________________
17796 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
17797         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
17798              From: Robert Spier <rspier@pobox.com>
17799              Message-ID: <15162.41164.618712.841415@rls.cx>
17800              Date: Wed, 27 Jun 2001 23:13:16 -0400
17801      Branch: perl
17802            ! doio.c
17803 ____________________________________________________________________________
17804 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
17805         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
17806              From: Peter Prymmer <pvhp@forte.com>
17807              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
17808              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
17809      Branch: perl
17810            ! numeric.c
17811 ____________________________________________________________________________
17812 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
17813         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
17814              From: Peter Prymmer <pvhp@forte.com>
17815              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
17816              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
17817      Branch: perl
17818            ! configure.com ext/Digest/MD5/Makefile.PL
17819 ____________________________________________________________________________
17820 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
17821         Log: Update Changes.
17822      Branch: perl
17823            ! Changes patchlevel.h
17824 ____________________________________________________________________________
17825 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
17826         Log: Tiny EPOC updates.
17827      Branch: perl
17828            ! epoc/config.sh
17829 ____________________________________________________________________________
17830 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
17831         Log: The Test::More and Test::Simple tests required help
17832              thanks to our schizophrenic test scheme.
17833      Branch: perl
17834            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
17835            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
17836            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
17837            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
17838            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
17839 ____________________________________________________________________________
17840 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
17841         Log: Upgrade to Test::Simple 0.09.
17842      Branch: perl
17843            + lib/Test/Simple/Changes
17844            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
17845            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
17846            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
17847            ! lib/Test/Simple/t/plan_is_noplan.t
17848 ____________________________________________________________________________
17849 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
17850         Log: Upgrade to Test::More 0.07.
17851      Branch: perl
17852            + lib/Test/More/Changes
17853            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
17854            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
17855            ! lib/Test/More/t/skipall.t
17856 ____________________________________________________________________________
17857 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
17858         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
17859              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17860              Date: Wed, 27 Jun 2001 18:40:04 +0200
17861              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
17862      Branch: perl
17863            ! hints/hpux.sh
17864 ____________________________________________________________________________
17865 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
17866         Log: Subject: [PATCH README.qnx hints/qnx.sh]
17867              From: Norton Allen <allen@huarp.harvard.edu>
17868              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
17869              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
17870      Branch: perl
17871            ! README.qnx hints/qnx.sh
17872 ____________________________________________________________________________
17873 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
17874         Log: Subject: [PATCH] two little documentation nits
17875              From: Abhijit Menon-Sen <ams@wiw.org>
17876              Date: Wed, 27 Jun 2001 20:07:50 +0530
17877              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
17878      Branch: perl
17879            ! sv.c sv.h
17880 ____________________________________________________________________________
17881 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
17882         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
17883              From: Norton Allen <allen@huarp.harvard.edu>
17884              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
17885              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
17886      Branch: perl
17887            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
17888 ____________________________________________________________________________
17889 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
17890         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
17891              From: Michael G Schwern <schwern@pobox.com>
17892              Date: Wed, 27 Jun 2001 02:34:58 -0400
17893              Message-ID: <20010627023458.K23874@blackrider>
17894      Branch: perl
17895            ! vms/test.com
17896 ____________________________________________________________________________
17897 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
17898         Log: Add perl_clone_host() for Netware.
17899      Branch: perl
17900            ! NetWare/nw5.c
17901 ____________________________________________________________________________
17902 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
17903         Log: GCC 3.0 hints for HP-UX.
17904      Branch: perl
17905            ! hints/hpux.sh
17906 ____________________________________________________________________________
17907 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
17908         Log: In some Linux distributions the libndbm is broken
17909              (no null key support), therefore link with libgdbm
17910              (if available), since it has a working ndbm emulation,
17911              from Jonathan Stowe.
17912      Branch: perl
17913            + ext/NDBM_File/hints/linux.pl
17914            ! MANIFEST
17915 ____________________________________________________________________________
17916 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
17917         Log: Subject: [PATCH perl@10930] find.t hack for VMS
17918              From: "Craig A. Berry" <craigberry@mac.com>
17919              Date: Tue, 26 Jun 2001 23:40:25 -0500
17920              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
17921      Branch: perl
17922            ! lib/File/Find/find.t
17923 ____________________________________________________________________________
17924 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
17925         Log: AUTHORS updates.
17926      Branch: perl
17927            ! AUTHORS
17928 ____________________________________________________________________________
17929 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
17930         Log: Metaconfig unit change like #10980.
17931      Branch: metaconfig
17932            ! U/compline/d_stdstdio.U
17933 ____________________________________________________________________________
17934 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
17935         Log: "lose the it's", from Abhijit Menon-Sen.
17936              ("It's" not searched, pods not searched.)
17937      Branch: perl
17938            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
17939            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
17940            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
17941            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
17942            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
17943            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
17944 ____________________________________________________________________________
17945 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
17946         Log: "lose the looses", from Abhijit Menon-Sen.
17947      Branch: perl
17948            ! ext/B/B/Assembler.pm gv.c
17949 ____________________________________________________________________________
17950 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
17951         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
17952      Branch: perl
17953            ! hints/os390.sh
17954 ____________________________________________________________________________
17955 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
17956         Log: DEC C 5.3 on the VAX simply doesn't seem to like
17957              compiling the MD5 extension, disable it there for now,
17958              from Peter Prymmer.
17959      Branch: perl
17960            ! configure.com
17961 ____________________________________________________________________________
17962 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
17963         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
17964              From: Jonathan Stowe <gellyfish@gellyfish.com>
17965              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
17966              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
17967      Branch: perl
17968            ! pod/perlfaq3.pod
17969 ____________________________________________________________________________
17970 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
17971         Log: Subject: [PATCH 5.6.1] perlxs misprints
17972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17973              Date: Tue, 26 Jun 2001 17:20:00 -0400
17974              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
17975      Branch: perl
17976            ! pod/perlxs.pod
17977 ____________________________________________________________________________
17978 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
17979         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
17980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17981              Date: Tue, 26 Jun 2001 17:27:07 -0400
17982              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
17983      Branch: perl
17984            ! lib/ExtUtils/MM_Unix.pm
17985 ____________________________________________________________________________
17986 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
17987         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
17988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
17989              Date: Tue, 26 Jun 2001 17:23:24 -0400
17990              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
17991      Branch: perl
17992            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
17993 ____________________________________________________________________________
17994 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
17995         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
17996              by Olaf Flebbe.
17997      Branch: perl
17998            ! perl.h
17999 ____________________________________________________________________________
18000 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
18001         Log: Detypo.
18002      Branch: perl
18003            ! lib/Memoize/t/tie_sdbm.t
18004 ____________________________________________________________________________
18005 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
18006         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
18007      Branch: perl
18008            ! win32/perllib.c
18009 ____________________________________________________________________________
18010 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
18011         Log: Subject: [patch] perl_clone+CvFILE
18012              From: Doug MacEachern <dougm@covalent.net>
18013              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
18014              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
18015      Branch: perl
18016            ! sv.c
18017 ____________________________________________________________________________
18018 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
18019         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
18020              From: Mark-Jason Dominus <mjd@plover.com>
18021              Date: Tue, 26 Jun 2001 12:33:01 -0400
18022              Message-ID: <20010626163301.31298.qmail@plover.com>
18023      Branch: perl
18024            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
18025 ____________________________________________________________________________
18026 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
18027         Log: Update Changes.
18028      Branch: perl
18029            ! Changes patchlevel.h
18030 ____________________________________________________________________________
18031 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
18032         Log: Also catfile() needs now to explicitly exported.
18033      Branch: perl
18034            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
18035 ____________________________________________________________________________
18036 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
18037         Log: Regen toc.
18038      Branch: perl
18039            ! pod/perltoc.pod
18040 ____________________________________________________________________________
18041 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
18042         Log: Nonexistent pod command.
18043      Branch: perl
18044            ! pod/perl572delta.pod
18045 ____________________________________________________________________________
18046 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
18047         Log: Be more portable in the quest for tmpdir.
18048      Branch: perl
18049            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
18050 ____________________________________________________________________________
18051 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
18052         Log: Be more portable in finding out the home directory,
18053              and use File::Spec to do the concat.
18054              (Come to think of it, couldn't File::Spec provide
18055              for a ->homedir method?)
18056      Branch: perl
18057            ! lib/Net/Config.pm
18058 ____________________________________________________________________________
18059 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
18060         Log: Doc patch for #10959.
18061      Branch: perl
18062            ! pod/perlfunc.pod
18063 ____________________________________________________________________________
18064 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
18065         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
18066              From: "Philip Newton" <pnewton@gmx.de>
18067              Date: Tue, 26 Jun 2001 16:26:47 +0200
18068              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
18069      Branch: perl
18070            ! pod/perldata.pod
18071 ____________________________________________________________________________
18072 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
18073         Log: Subject: [PATH] shared -> unique;
18074              From: "Artur Bergman" <artur@contiller.se>
18075              Date: Tue, 26 Jun 2001 16:18:40 +0200
18076              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
18077              
18078              Because "shared" isn't: it's read-only.
18079      Branch: perl
18080            ! toke.c xsutils.c
18081 ____________________________________________________________________________
18082 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
18083         Log: Escape multiline croak messages.
18084      Branch: perl
18085            ! t/op/ver.t
18086 ____________________________________________________________________________
18087 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
18088         Log: No more pragma/*.t for minitest.
18089      Branch: perl
18090            ! Makefile.SH
18091 ____________________________________________________________________________
18092 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
18093         Log: AUTHORS updates.
18094      Branch: perl
18095            ! AUTHORS
18096 ____________________________________________________________________________
18097 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
18098         Log: delta updates.
18099      Branch: perl
18100            ! pod/perl572delta.pod
18101 ____________________________________________________________________________
18102 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
18103         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
18104              From: Artur Bergman <artur@contiller.se> 
18105              Date: Tue, 26 Jun 2001 15:32:53 +0200
18106              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
18107      Branch: perl
18108            ! makedef.pl sv.c sv.h win32/perllib.c
18109 ____________________________________________________________________________
18110 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
18111         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
18112              From: Jonathan Stowe <gellyfish@gellyfish.com>
18113              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
18114              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
18115              
18116              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
18117      Branch: perl
18118            + ext/Time/HiRes/hints/sco.pl
18119            ! MANIFEST
18120 ____________________________________________________________________________
18121 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
18122         Log: Subject: [PATCH 5.6.1] static build
18123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18124              Date: Tue, 26 Jun 2001 04:22:25 -0400
18125              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
18126      Branch: perl
18127            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
18128            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
18129 ____________________________________________________________________________
18130 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
18131         Log: DJGPP patches from Laszlo Molnar.
18132      Branch: perl
18133            ! djgpp/djgpp.c perl.c util.c
18134 ____________________________________________________________________________
18135 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
18136         Log: Netware patches from Ananth Kesari.
18137      Branch: perl
18138            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
18139            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
18140            ! NetWare/nwtinfo.h
18141 ____________________________________________________________________________
18142 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
18143         Log: Detypo.
18144      Branch: perl
18145            ! ext/Errno/Errno_pm.PL
18146 ____________________________________________________________________________
18147 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
18148         Log: There seems to be two ways of spelling the $^O in *STEP.
18149      Branch: perl
18150            ! ext/Errno/Errno_pm.PL
18151 ____________________________________________________________________________
18152 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
18153         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
18154              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
18155      Branch: perl
18156            ! ext/Errno/Errno_pm.PL
18157 ____________________________________________________________________________
18158 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
18159         Log: Known bugs update.
18160      Branch: perl
18161            ! pod/perl572delta.pod
18162 ____________________________________________________________________________
18163 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
18164         Log: The default installation of Cygwin has 500 as root's uid.
18165      Branch: perl
18166            ! lib/User/pwent.t
18167 ____________________________________________________________________________
18168 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
18169         Log: Be even more relaxed (re-allow having only one entry).
18170      Branch: perl
18171            ! t/op/grent.t t/op/pwent.t
18172 ____________________________________________________________________________
18173 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
18174         Log: Test failure updates.
18175      Branch: perl
18176            ! pod/perl572delta.pod
18177 ____________________________________________________________________________
18178 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
18179         Log: MPE/iX test tweaks from Mark Bixby.
18180      Branch: perl
18181            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
18182            ! t/io/fs.t t/op/stat.t
18183 ____________________________________________________________________________
18184 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
18185         Log: Microperl findings.
18186      Branch: perl
18187            ! perl.h pp_sys.c
18188 ____________________________________________________________________________
18189 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
18190         Log: Touch uconfig.h.
18191      Branch: perl
18192            ! uconfig.h
18193 ____________________________________________________________________________
18194 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
18195         Log: Subject: [PATCH] Proposed fix for Pod::Man
18196              From: Rob Napier <rnapier@employees.org>
18197              Date: Mon, 25 Jun 2001 15:49:24 -0400
18198              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
18199              
18200              Cater for Solaris nroff brokenness (shortchanges daisywheel
18201              printers, but hey, we also no more support PDPs.)
18202      Branch: perl
18203            ! lib/Pod/Man.pm
18204 ____________________________________________________________________________
18205 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
18206         Log: Typo in #10937.
18207      Branch: perl
18208            ! ext/POSIX/sigaction.t
18209 ____________________________________________________________________________
18210 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
18211         Log: SIGCONT not trappable in VMS.
18212      Branch: perl
18213            ! ext/POSIX/sigaction.t
18214 ____________________________________________________________________________
18215 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
18216         Log: Subject: [DRAFT] Encode-Tcl.t
18217              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18218              Date: Tue, 26 Jun 2001 03:38:08 +0900
18219              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
18220      Branch: perl
18221            + ext/Encode/Encode/Tcl.t
18222            ! MANIFEST ext/Encode/Encode/Tcl.pm
18223 ____________________________________________________________________________
18224 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
18225         Log: Because of #10932 retract also the perlfunc hunk of #10910.
18226      Branch: perl
18227            ! pod/perlfunc.pod
18228 ____________________________________________________________________________
18229 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
18230         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
18231              by Ilya Zakharevich in
18232              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
18233      Branch: perl
18234            ! XSUB.h
18235 ____________________________________________________________________________
18236 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
18237         Log: Typo in #10889.
18238      Branch: perl
18239            ! hints/uts.sh
18240 ____________________________________________________________________________
18241 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
18242         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
18243              From: Abhijit Menon-Sen <ams@wiw.org>
18244              Date: Mon, 25 Jun 2001 23:45:45 +0530
18245              Message-ID: <20010625234545.A5022@lustre.linux.in>
18246      Branch: perl
18247            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
18248 ____________________________________________________________________________
18249 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
18250         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
18251              From: Michael G Schwern <schwern@pobox.com>
18252              Date: Mon, 25 Jun 2001 14:35:51 -0400
18253              Message-ID: <20010625143551.H13819@blackrider>
18254      Branch: perl
18255            ! lib/Test.pm
18256 ____________________________________________________________________________
18257 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
18258         Log: Update Changes.
18259      Branch: perl
18260            ! Changes patchlevel.h
18261 ____________________________________________________________________________
18262 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
18263         Log: Regen toc and modlib.
18264      Branch: perl
18265            ! pod/perlmodlib.pod pod/perltoc.pod
18266 ____________________________________________________________________________
18267 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
18268         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
18269              for the benefit of C++ compilers, as suggested by Guruprasad.
18270      Branch: perl
18271            ! embed.pl proto.h
18272 ____________________________________________________________________________
18273 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
18274         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
18275              From: Jonathan Stowe <gellyfish@gellyfish.com>
18276              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
18277              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
18278      Branch: perl
18279            ! pod/perlfaq5.pod
18280 ____________________________________________________________________________
18281 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
18282         Log: Missed from #10925.
18283      Branch: perl
18284            ! gv.c
18285 ____________________________________________________________________________
18286 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
18287         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
18288              From: Robin Houston <robin@kitsite.com>
18289              Date: Sat, 19 May 2001 16:19:34 +0100
18290              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
18291      Branch: perl
18292            ! cv.h gv.h op.c
18293 ____________________________________________________________________________
18294 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
18295         Log: Netware README tweak.
18296      Branch: perl
18297            ! README.netware
18298 ____________________________________________________________________________
18299 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
18300         Log: Subject: [PATCH] Re: overload.t fails
18301              From: Abhijit Menon-Sen <ams@wiw.org>
18302              Date: Mon, 25 Jun 2001 14:52:20 +0530
18303              Message-ID: <20010625145220.A24114@lustre.linux.in>
18304      Branch: perl
18305            ! lib/overload.t
18306 ____________________________________________________________________________
18307 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
18308         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
18309              From: Mike Guy <mjtg@cam.ac.uk>
18310              Date: Mon, 25 Jun 2001 11:43:23 +0100
18311              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
18312      Branch: perl
18313            ! lib/Carp.pm
18314 ____________________________________________________________________________
18315 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
18316         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
18317              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18318              Date: Sun, 24 Jun 2001 05:17:05 -0400
18319              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
18320      Branch: perl
18321            ! os2/os2ish.h
18322 ____________________________________________________________________________
18323 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
18324         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
18325              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18326              Date: Mon, 25 Jun 2001 05:52:27 -0400
18327              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
18328      Branch: perl
18329            ! hints/os2.sh
18330 ____________________________________________________________________________
18331 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
18332         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
18333              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18334              Date: Mon, 25 Jun 2001 05:23:35 -0400
18335              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
18336      Branch: perl
18337            ! os2/os2.c
18338 ____________________________________________________________________________
18339 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
18340         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
18341              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18342              Date: Mon, 25 Jun 2001 05:04:32 -0400
18343              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
18344      Branch: perl
18345            ! os2/OS2/REXX/DLL/DLL.pm
18346 ____________________________________________________________________________
18347 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
18348         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
18349              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18350              Date: Mon, 25 Jun 2001 05:02:36 -0400
18351              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
18352      Branch: perl
18353            ! mg.c os2/dl_os2.c os2/os2.c
18354 ____________________________________________________________________________
18355 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
18356         Log: Subject: Re: [PATCH 5.6.1] misprints
18357              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18358              Date: Mon, 25 Jun 2001 04:50:50 -0400
18359              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
18360      Branch: perl
18361            ! os2/os2.c pp_sys.c
18362 ____________________________________________________________________________
18363 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
18364         Log: Add Test::More and Test::Simple to the delta.
18365      Branch: perl
18366            ! pod/perl572delta.pod
18367 ____________________________________________________________________________
18368 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
18369         Log: Add Test::More, from Michael G Schwern.
18370      Branch: perl
18371            + lib/Test/More.pm lib/Test/More/t/More.t
18372            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
18373            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
18374            + t/lib/Test/More/Catch.pm
18375            ! MANIFEST
18376 ____________________________________________________________________________
18377 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
18378         Log: Add Test::Simple from Michael G Schwern.
18379      Branch: perl
18380            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
18381            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
18382            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
18383            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
18384            + t/lib/Test/Simple/Catch.pm
18385            + t/lib/Test/Simple/sample_tests/death.plx
18386            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
18387            + t/lib/Test/Simple/sample_tests/extras.plx
18388            + t/lib/Test/Simple/sample_tests/five_fail.plx
18389            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
18390            + t/lib/Test/Simple/sample_tests/one_fail.plx
18391            + t/lib/Test/Simple/sample_tests/require.plx
18392            + t/lib/Test/Simple/sample_tests/success.plx
18393            + t/lib/Test/Simple/sample_tests/too_few.plx
18394            + t/lib/Test/Simple/sample_tests/two_fail.plx
18395            ! MANIFEST
18396 ____________________________________________________________________________
18397 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
18398         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
18399              From: "Craig A. Berry" <craigberry@mac.com>
18400              Date: Sun, 24 Jun 2001 23:41:36 -0500
18401              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
18402      Branch: perl
18403            ! pp_sys.c
18404 ____________________________________________________________________________
18405 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
18406         Log: Upgrade to Attribute::Handlers 0.70.
18407      Branch: perl
18408            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
18409            ! MANIFEST lib/Attribute/Handlers.pm
18410 ____________________________________________________________________________
18411 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
18412         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
18413              From: Abhijit Menon-Sen <ams@wiw.org>
18414              Date: Sat, 23 Jun 2001 05:17:44 +0530
18415              Message-ID: <20010623051744.A18583@lustre.linux.in>
18416              
18417              (Can't think of a good place to put tests.)
18418      Branch: perl
18419            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
18420 ____________________________________________________________________________
18421 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
18422         Log: Subject: [PATCH] t/op/pat.t typo fix
18423              From: Richard Soderberg <rs@crystalflame.net>
18424              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
18425              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
18426      Branch: perl
18427            ! t/op/pat.t
18428 ____________________________________________________________________________
18429 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
18430         Log: Move the pack warnings to their own file, as pointed
18431              out by Spider.
18432      Branch: perl
18433            + t/lib/warnings/pp_pack
18434            ! MANIFEST t/lib/warnings/pp
18435 ____________________________________________________________________________
18436 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
18437         Log: Update Changes.
18438      Branch: perl
18439            ! Changes patchlevel.h
18440 ____________________________________________________________________________
18441 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
18442         Log: Partially fix a problem noticed by IRIX compiler:
18443              the initialization of parse_start was bypassed by
18444              several gotos.  Now initialized to zero, which may
18445              not be the best choice.
18446      Branch: perl
18447            ! regcomp.c
18448 ____________________________________________________________________________
18449 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
18450         Log: Relax the group and password tests back to moaning only
18451              if no matches at all are found.  (Even with a small sample
18452              I could find many sites where there are, umm, anomalies in
18453              the said databases.)       
18454      Branch: perl
18455            ! t/op/grent.t t/op/pwent.t
18456 ____________________________________________________________________________
18457 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
18458         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
18459      Branch: perl
18460            ! pp_ctl.c
18461 ____________________________________________________________________________
18462 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
18463         Log: De-cut-and-pasto in #10902.
18464      Branch: perl
18465            ! pp_ctl.c
18466 ____________________________________________________________________________
18467 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
18468         Log: The #10771 didn't take?
18469      Branch: perl
18470            ! pp_ctl.c
18471 ____________________________________________________________________________
18472 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
18473         Log: Undo the filetests part of #10900, under multiplicity
18474              weird errors take place.
18475      Branch: perl
18476            ! pp_sys.c
18477 ____________________________________________________________________________
18478 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
18479         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
18480      Branch: perl
18481            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
18482 ____________________________________________________________________________
18483 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
18484         Log: (Replaced by #10922)
18485              
18486              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
18487              From: Tony Bowden <tony@kasei.com>
18488              Date: Sun, 24 Jun 2001 17:32:40 +0100
18489              Message-ID: <20010624173240.A16293@blackstar.co.uk>
18490              
18491              Document (well, mention) shortmess() and longmess()
18492              to rob people of their fun of reinventing the weel.
18493      Branch: perl
18494            ! lib/Carp.pm
18495 ____________________________________________________________________________
18496 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
18497         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
18498              From: Brian Jepson <bjepson@oreilly.com>
18499              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
18500              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
18501      Branch: perl
18502            ! pp_sys.c
18503 ____________________________________________________________________________
18504 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
18505         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
18506              From: Robin Barker <rmb1@cise.npl.co.uk> 
18507              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
18508              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
18509      Branch: perl
18510            ! lib/CPAN.pm
18511 ____________________________________________________________________________
18512 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
18513         Log: Memoize patch from mjd.
18514      Branch: perl
18515            ! lib/Memoize/t/tie_storable.t
18516 ____________________________________________________________________________
18517 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
18518         Log: Spec the sv_pvprintify() a bit more.
18519      Branch: perl
18520            ! pod/perltodo.pod
18521 ____________________________________________________________________________
18522 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
18523         Log: Upgrade to Memoize 0.65.
18524      Branch: perl
18525            + lib/Memoize/t/array_confusion.t
18526            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
18527            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
18528            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
18529            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
18530            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
18531            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
18532            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
18533            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
18534            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
18535            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
18536            ! lib/Memoize/t/tie_storable.t
18537 ____________________________________________________________________________
18538 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
18539         Log: Metaconfig unit change for #10892.
18540      Branch: metaconfig
18541            ! U/modified/Options.U
18542 ____________________________________________________________________________
18543 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
18544         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
18545              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18546              Date: Sun, 24 Jun 2001 05:24:40 -0400
18547              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
18548      Branch: perl
18549            ! Configure hints/os2.sh
18550 ____________________________________________________________________________
18551 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
18552         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
18553              From: Mike Guy <mjtg@cam.ac.uk>
18554              Date: Sun, 24 Jun 2001 15:28:39 +0100
18555              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
18556              
18557              Fix an ancient (5.002) bug.
18558      Branch: perl
18559            ! lib/Carp/Heavy.pm
18560 ____________________________________________________________________________
18561 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
18562         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
18563              variables.
18564      Branch: perl
18565            ! pp_sys.c
18566 ____________________________________________________________________________
18567 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
18568         Log: Make UTS as per #10888.
18569      Branch: perl
18570            ! hints/uts.sh
18571 ____________________________________________________________________________
18572 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
18573         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
18574      Branch: perl
18575            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
18576            ! mpeix/mpeixish.h perl.h unixish.h
18577 ____________________________________________________________________________
18578 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
18579         Log: AUTHORS update.
18580      Branch: perl
18581            ! AUTHORS
18582 ____________________________________________________________________________
18583 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
18584         Log: Subject: Encode::Tcl for multibyte doesnot work
18585              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
18586              Date: Sun, 24 Jun 2001 22:48:21 +0900
18587              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
18588      Branch: perl
18589            ! ext/Encode/Encode/Tcl.pm
18590 ____________________________________________________________________________
18591 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
18592         Log: Subject: [PATCH] Remove tautology in error messages
18593              From: Mike Guy <mjtg@cam.ac.uk>
18594              Date: Sun, 24 Jun 2001 13:31:00 +0100
18595              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
18596      Branch: perl
18597            ! pp_sys.c
18598 ____________________________________________________________________________
18599 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
18600         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
18601      Branch: perl
18602            ! hints/darwin.sh
18603 ____________________________________________________________________________
18604 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
18605         Log: Subject: Re: [PATCH 5.6.1] test suite
18606              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18607              Date: Sun, 24 Jun 2001 05:47:05 -0400
18608              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
18609              
18610              Test suite fixes.
18611      Branch: perl
18612            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
18613 ____________________________________________________________________________
18614 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
18615         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
18616              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18617              Date: Sun, 24 Jun 2001 05:37:19 -0400
18618              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
18619      Branch: perl
18620            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
18621 ____________________________________________________________________________
18622 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
18623         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
18624              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18625              Date: Sun, 24 Jun 2001 05:34:50 -0400
18626              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
18627              
18628              Pacify compiler warnings.
18629      Branch: perl
18630            ! pp_sys.c
18631 ____________________________________________________________________________
18632 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
18633         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
18634              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18635              Date: Sun, 24 Jun 2001 05:21:18 -0400
18636              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
18637              
18638              Enable compression of executables during link time.
18639      Branch: perl
18640            ! hints/os2.sh
18641 ____________________________________________________________________________
18642 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
18643         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
18644              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
18645              Date: Sun, 24 Jun 2001 05:15:11 -0400
18646              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
18647              
18648              Add ordinals to the export list for Perl DLL.
18649              (Breaks intra-version DLL compatibility.)
18650      Branch: perl
18651            ! makedef.pl
18652 ____________________________________________________________________________
18653 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
18654         Log: Allow (displaying and) re-editing the Subject in perlbug.
18655              Also abstract the Subject quality control into a function.
18656      Branch: perl
18657            ! utils/perlbug.PL
18658 ____________________________________________________________________________
18659 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
18660         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
18661      Branch: perl
18662            ! utils/perlbug.PL
18663 ____________________________________________________________________________
18664 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
18665         Log: Regen toc and modlib.
18666      Branch: perl
18667            ! pod/perlmodlib.pod pod/perltoc.pod
18668 ____________________________________________________________________________
18669 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
18670         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
18671              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
18672              attribute semantics as much as possible, or 'ntsec' which uses
18673              native NTFS semantics.)  (See also #10877.)
18674      Branch: perl
18675            ! perl.c
18676 ____________________________________________________________________________
18677 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
18678         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
18679      Branch: perl
18680            ! lib/Test/Harness.pm
18681 ____________________________________________________________________________
18682 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
18683         Log: Just zap the -uPerlio.
18684      Branch: perl
18685            ! ext/B/Stash.t
18686 ____________________________________________________________________________
18687 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
18688         Log: Do not test PerlIO if PerlIO not used.
18689      Branch: perl
18690            ! ext/PerlIO/PerlIO.t
18691 ____________________________________________________________________________
18692 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
18693         Log: Regen perlapi.
18694      Branch: perl
18695            ! pod/perlapi.pod
18696 ____________________________________________________________________________
18697 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
18698         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
18699              From: Nicholas Clark <nick@ccl4.org>
18700              Date: Sat, 23 Jun 2001 22:55:47 +0100
18701              Message-ID: <20010623225547.Z98663@plum.flirble.org>
18702      Branch: perl
18703            ! numeric.c
18704 ____________________________________________________________________________
18705 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
18706         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
18707              From: Prymmer/Kahn <pvhp@best.com>
18708              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
18709              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
18710      Branch: perl
18711            ! lib/h2xs.t
18712 ____________________________________________________________________________
18713 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
18714         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
18715              cygwin does not taint cwd, just like win32.
18716      Branch: perl
18717            ! lib/File/Find/taint.t t/op/taint.t
18718 ____________________________________________________________________________
18719 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
18720         Log: Retract #10865, the patch should be unnecessary.
18721              (But seemingly helpful in Cygwin?  Strange.)
18722      Branch: perl
18723            ! lib/Memoize/t/tie_ndbm.t
18724 ____________________________________________________________________________
18725 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
18726         Log: Misplaced test file; plus Cygwin filesystem semantics.
18727      Branch: perl
18728            + ext/SDBM_File/sdbm.t
18729            - ext/ODBM_File/sdbm.t
18730            ! MANIFEST
18731 ____________________________________________________________________________
18732 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
18733         Log: (Retracted by #10867.)
18734      Branch: perl
18735            ! lib/Memoize/t/tie_ndbm.t
18736 ____________________________________________________________________________
18737 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
18738         Log: Metaconfig unit change for #10863.
18739      Branch: metaconfig/U/perl
18740            ! Extensions.U
18741 ____________________________________________________________________________
18742 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
18743         Log: In Cygwin do not build NDBM_File and ODBM_File unless
18744              -lndbm and -ldbm are available.
18745      Branch: perl
18746            ! Configure config_h.SH
18747 ____________________________________________________________________________
18748 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
18749         Log: More Cygwin filesystem semantics.
18750      Branch: perl
18751            ! t/io/fs.t t/op/stat.t
18752 ____________________________________________________________________________
18753 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
18754         Log: More DOSish permission semantics for Cygwin.
18755      Branch: perl
18756            ! lib/AnyDBM_File.t
18757 ____________________________________________________________________________
18758 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
18759         Log: Cygwin too has different permission semantics.
18760      Branch: perl
18761            ! ext/GDBM_File/gdbm.t
18762 ____________________________________________________________________________
18763 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
18764         Log: The group (and assumedly passwd) databases can have
18765              only one entry (this is the case in cygwin).
18766      Branch: perl
18767            ! t/op/grent.t t/op/pwent.t
18768 ____________________________________________________________________________
18769 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
18770         Log: Also in Cygwin use Socket to figure out domainname
18771              (if any) (avoids trying to call external 'domainname',
18772              which doesn't at the moment exist in Cygwin)
18773      Branch: perl
18774            ! lib/Net/Domain.pm
18775 ____________________________________________________________________________
18776 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
18777         Log: Remove also the lib$Foo.def, not just $Foo.def.
18778      Branch: perl
18779            ! lib/ExtUtils/MM_Unix.pm
18780 ____________________________________________________________________________
18781 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
18782         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
18783      Branch: perl
18784            ! unixish.h
18785 ____________________________________________________________________________
18786 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
18787         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
18788              to match the whole isprint(), only the space character.
18789      Branch: perl
18790            ! handy.h pod/perlre.pod t/op/pat.t
18791 ____________________________________________________________________________
18792 [ 10854] By: nick                                  on 2001/06/23  08:09:33
18793         Log: Integrate mainline
18794      Branch: perlio
18795           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
18796           !> lib/ExtUtils.t lib/File/Find/taint.t
18797           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
18798           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
18799           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18800 ____________________________________________________________________________
18801 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
18802         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
18803              with its floats    in os390 and s390 (UTS).
18804      Branch: perl
18805            ! lib/Math/BigInt/t/bigintpm.t
18806 ____________________________________________________________________________
18807 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
18808         Log: Add also UTS (s390) to the non-IEEE float platforms.
18809      Branch: perl
18810            ! t/op/sprintf.t
18811 ____________________________________________________________________________
18812 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
18813         Log: Subject: RFC: what are applicable standards for exponent sizes?
18814              From: Peter Prymmer <pvhp@forte.com>
18815              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
18816              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
18817      Branch: perl
18818            ! t/op/sprintf.t
18819 ____________________________________________________________________________
18820 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
18821         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
18822              From: Peter Prymmer <pvhp@forte.com>
18823              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
18824              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
18825      Branch: perl
18826            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
18827 ____________________________________________________________________________
18828 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
18829         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
18830              From: Peter Prymmer <pvhp@forte.com>
18831              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
18832              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
18833      Branch: perl
18834            ! lib/ExtUtils.t
18835 ____________________________________________________________________________
18836 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
18837         Log: Retract #10845.
18838      Branch: perl
18839            ! lib/File/Find/taint.t
18840 ____________________________________________________________________________
18841 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
18842         Log: Yet another error message.
18843      Branch: perl
18844            ! t/op/mkdir.t
18845 ____________________________________________________________________________
18846 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
18847         Log: The croak message for nonexistent socket functions may vary.
18848      Branch: perl
18849            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
18850 ____________________________________________________________________________
18851 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
18852         Log: (Retracted by #10848.)
18853      Branch: perl
18854            ! lib/File/Find/taint.t
18855 ____________________________________________________________________________
18856 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
18857         Log: Integrate perlio.
18858      Branch: perl
18859           !> lib/File/Find/taint.t t/op/write.t
18860 ____________________________________________________________________________
18861 [ 10843] By: nick                                  on 2001/06/22  21:24:51
18862         Log: Back out debug in taint.t
18863      Branch: perlio
18864            ! lib/File/Find/taint.t
18865 ____________________________________________________________________________
18866 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
18867         Log: setitimer() does not exist in Unicos, despite of what
18868              Configure thinks, from Mark P. Lutz.
18869      Branch: perl
18870            ! hints/unicos.sh
18871 ____________________________________________________________________________
18872 [ 10841] By: nick                                  on 2001/06/22  21:19:36
18873         Log: Skip cwd test on Win32 ???
18874      Branch: perlio
18875            ! lib/File/Find/taint.t
18876 ____________________________________________________________________________
18877 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
18878         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
18879              and Tru64 gcc -Wall happy.
18880      Branch: perl
18881            ! mg.c
18882 ____________________________________________________________________________
18883 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
18884         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
18885      Branch: perl
18886            ! ext/IPC/SysV/Semaphore.pm
18887 ____________________________________________________________________________
18888 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
18889         Log: Metaconfig unit change for #10837.
18890      Branch: metaconfig/U/perl
18891            ! Cross.U
18892 ____________________________________________________________________________
18893 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
18894         Log: Cleanup of the cross-compilation unit.
18895      Branch: perl
18896            ! Configure
18897 ____________________________________________________________________________
18898 [ 10836] By: nick                                  on 2001/06/22  20:45:12
18899         Log: Skip |- based op/write.t on Win32 as well as VMS
18900      Branch: perlio
18901            ! t/op/write.t
18902 ____________________________________________________________________________
18903 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
18904         Log: Integrate perlio.
18905      Branch: perl
18906           !> util.c
18907 ____________________________________________________________________________
18908 [ 10834] By: nick                                  on 2001/06/22  20:41:54
18909         Log: Integrate mainline
18910      Branch: perlio
18911           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
18912           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
18913           !> vos/config.ga.h
18914 ____________________________________________________________________________
18915 [ 10833] By: nick                                  on 2001/06/22  20:22:58
18916         Log: Patcho fix.
18917      Branch: perlio
18918            ! util.c
18919 ____________________________________________________________________________
18920 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
18921         Log: Metaconfig unit changes for #10831.
18922      Branch: metaconfig
18923            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
18924 ____________________________________________________________________________
18925 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
18926         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
18927              From: Andy Dougherty <doughera@lafayette.edu>
18928              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
18929              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
18930      Branch: perl
18931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18932            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
18933 ____________________________________________________________________________
18934 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
18935         Log: MPE/iX prototype nits from Mark Bixby.
18936      Branch: perl
18937            ! pp_sys.c
18938 ____________________________________________________________________________
18939 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
18940         Log: Detypo.
18941      Branch: perl
18942            ! util.c
18943 ____________________________________________________________________________
18944 [ 10828] By: nick                                  on 2001/06/22  15:33:37
18945         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
18946      Branch: perlio
18947           +> lib/h2xs.t
18948           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
18949           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
18950           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
18951           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
18952           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18953           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18954           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
18955           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
18956           !> vms/vmsish.h
18957 ____________________________________________________________________________
18958 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
18959         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
18960              Date: Fri, 22 Jun 2001 10:08:35 -0500
18961              From: "Craig A. Berry" <craigberry@mac.com>
18962              Message-Id: <a05101001b75908704194@[192.168.56.145]>
18963      Branch: perl
18964            ! vms/vms.c vms/vmsish.h
18965 ____________________________________________________________________________
18966 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
18967         Log: NetWare scripts tweak from Ananth Kesari.
18968      Branch: perl
18969            ! NetWare/t/NWScripts.pl
18970 ____________________________________________________________________________
18971 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
18972         Log: Update Changes.
18973      Branch: perl
18974            ! Changes patchlevel.h
18975 ____________________________________________________________________________
18976 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
18977         Log: Add .i and .s targets.
18978      Branch: perl
18979            ! Makefile.SH
18980 ____________________________________________________________________________
18981 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
18982         Log: Upgrade to Locale::Maketext 1.03.
18983      Branch: perl
18984            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
18985            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
18986 ____________________________________________________________________________
18987 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
18988         Log: Upgrade to I18N::LangTags 0.26.
18989      Branch: perl
18990            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
18991            ! lib/I18N/LangTags/test.pl
18992 ____________________________________________________________________________
18993 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
18994         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
18995              Philip Newton.
18996      Branch: perl
18997            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
18998            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
18999 ____________________________________________________________________________
19000 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
19001         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
19002              From: Prymmer/Kahn <pvhp@best.com>
19003              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
19004              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
19005      Branch: perl
19006            + lib/h2xs.t
19007            ! MANIFEST utils/h2xs.PL
19008 ____________________________________________________________________________
19009 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
19010         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
19011              From: Prymmer/Kahn <pvhp@best.com>
19012              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
19013              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
19014      Branch: perl
19015            ! lib/ExtUtils.t
19016 ____________________________________________________________________________
19017 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
19018         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
19019              From: Prymmer/Kahn <pvhp@best.com>
19020              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
19021              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
19022      Branch: perl
19023            ! t/pod/plainer.t
19024 ____________________________________________________________________________
19025 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
19026         Log: AUTHORS update.
19027      Branch: perl
19028            ! AUTHORS
19029 ____________________________________________________________________________
19030 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
19031         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
19032              From: "Craig A. Berry" <craigberry@mac.com>
19033              Date: Thu, 21 Jun 2001 18:20:38 -0500
19034              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
19035      Branch: perl
19036            ! ext/POSIX/POSIX.xs
19037 ____________________________________________________________________________
19038 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
19039         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
19040              From: "Craig A. Berry" <craigberry@mac.com>
19041              Date: Thu, 21 Jun 2001 09:58:52 -0500
19042              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
19043      Branch: perl
19044            ! ext/B/Deparse.t t/op/write.t
19045 ____________________________________________________________________________
19046 [ 10814] By: nick                                  on 2001/06/22  08:13:09
19047         Log: Integrate mainline.
19048      Branch: perlio
19049           !> (integrate 46 files)
19050 ____________________________________________________________________________
19051 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
19052         Log: Change the prefixes only if $prefix is unset,
19053              as originally patched by Marcel Grunauer.
19054      Branch: perl
19055            ! hints/darwin.sh hints/rhapsody.sh
19056 ____________________________________________________________________________
19057 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
19058         Log: Subject: Re: Patch for hints/darwin.sh
19059              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
19060              Date: Thu, 21 Jun 2001 11:23:46 -0700
19061              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
19062      Branch: perl
19063            ! hints/darwin.sh hints/rhapsody.sh
19064 ____________________________________________________________________________
19065 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
19066         Log: Add .PHONY targets for non-file targets,
19067              from Wilfredo Sánchez.  Should help saying
19068              "make install" on case-insensitive filesystems.
19069      Branch: perl
19070            ! Makefile.SH
19071 ____________________________________________________________________________
19072 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
19073         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
19074              From: Doug MacEachern <dougm@covalent.net>
19075              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
19076              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
19077              
19078              plus reword the getcwd() comment, plus use getcwd() buffer
19079              size minus one.
19080      Branch: perl
19081            ! util.c
19082 ____________________________________________________________________________
19083 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
19084         Log: More gprofing from Doug MacEachern.
19085      Branch: perl
19086            ! Makefile.SH
19087 ____________________________________________________________________________
19088 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
19089         Log: Metaconfig unit change for #10807.
19090      Branch: metaconfig/U/perl
19091            ! d_sfio.U
19092 ____________________________________________________________________________
19093 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
19094         Log: Tell that you are removing the unneeded -lsfio.
19095      Branch: perl
19096            ! Configure
19097 ____________________________________________________________________________
19098 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
19099         Log: More MPE/iX tweaks from Mark Bixby.
19100      Branch: perl
19101            ! perl.c t/op/magic.t
19102 ____________________________________________________________________________
19103 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
19104         Log: The fchdir() proto is supposed to live in <unistd.h>.
19105      Branch: perl
19106            ! ext/Cwd/Cwd.xs
19107 ____________________________________________________________________________
19108 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
19109         Log: This town is too small for the Cwd extension and me,
19110              it would seem...
19111      Branch: perl
19112            ! ext/Cwd/Cwd.xs
19113 ____________________________________________________________________________
19114 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
19115         Log: Metaconfig unit change for #10802.
19116      Branch: metaconfig/U/perl
19117            ! d_modfl.U
19118 ____________________________________________________________________________
19119 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
19120         Log: More d'ohs.
19121      Branch: perl
19122            ! Configure
19123 ____________________________________________________________________________
19124 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
19125         Log: Off-by-one.  I'm so classic.
19126      Branch: perl
19127            ! util.c
19128 ____________________________________________________________________________
19129 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
19130         Log: Update Changes.
19131      Branch: perl
19132            ! Changes patchlevel.h
19133 ____________________________________________________________________________
19134 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
19135         Log: Subject: Documentation patch for Net::FTP
19136              From: Marcel Grunauer <marcel@codewerk.com>
19137              Date: Wed, 20 Jun 2001 23:03:26 +0200
19138              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
19139      Branch: perl
19140            ! lib/Net/FTP.pm
19141 ____________________________________________________________________________
19142 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
19143         Log: Retract the #10417 mg.c and embed.pl parts because of
19144              strange SEGVs in 64bit x86 FreeBSD observed by
19145              Nicholas Clark.
19146      Branch: perl
19147            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
19148 ____________________________________________________________________________
19149 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
19150         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
19151      Branch: perl
19152            ! Configure NetWare/config.wc NetWare/config_H.wc
19153            ! Porting/Glossary Porting/config.sh Porting/config_H
19154            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
19155            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19156            ! vos/config.ga.h win32/config.bc win32/config.gc
19157            ! win32/config.vc win32/config_H.bc win32/config_H.gc
19158            ! win32/config_H.vc
19159 ____________________________________________________________________________
19160 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
19161         Log: Cwd tweak from Doug MacEachern.
19162      Branch: perl
19163            ! ext/Cwd/Cwd.xs
19164 ____________________________________________________________________________
19165 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
19166         Log: Protect the fchdir() and lstat() with ifdefs.
19167              fchdir() needs a Configure probe.
19168      Branch: perl
19169            ! ext/Cwd/Cwd.xs
19170 ____________________________________________________________________________
19171 [ 10794] By: nick                                  on 2001/06/21  17:11:35
19172         Log: Integrate mainline
19173      Branch: perlio
19174           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
19175           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
19176           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
19177           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
19178           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
19179           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
19180           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
19181           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
19182            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
19183            - lib/File/Glob/case.t lib/File/Glob/global.t
19184            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
19185            - lib/File/Temp/posix.t lib/File/Temp/security.t
19186            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
19187            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
19188            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
19189            - lib/Text/Wrap/wrap.t
19190           !> (integrate 41 files)
19191 ____________________________________________________________________________
19192 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
19193         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
19194              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
19195              Date: Thu, 21 Jun 2001 13:04:54 -0500
19196              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
19197      Branch: perl
19198            ! ext/Cwd/Cwd.xs
19199 ____________________________________________________________________________
19200 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
19201         Log: Subject: [PATCH pod] overlong =item
19202              From: Robin Barker <rmb1@cise.npl.co.uk>
19203              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
19204              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
19205      Branch: perl
19206            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
19207            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
19208 ____________________________________________________________________________
19209 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
19210         Log: Subject: [PATCH perlio.c] format 
19211              From: Robin Barker <rmb1@cise.npl.co.uk>
19212              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
19213              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
19214      Branch: perl
19215            ! perlio.c
19216 ____________________________________________________________________________
19217 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
19218         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19219              From: Radu Greab <radu@netsoft.ro>
19220              Date: Thu, 21 Jun 2001 19:06:02 +0300
19221              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
19222      Branch: perl
19223            ! pod/perlapi.pod sv.c
19224 ____________________________________________________________________________
19225 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
19226         Log: The metaconfig unit changes for #10788.
19227      Branch: metaconfig/U/perl
19228            ! Cross.U fflushall.U
19229 ____________________________________________________________________________
19230 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
19231         Log: Cross-configuration changes: make $from to rm the files
19232              before copying them over (this means that he rm can be
19233              removed from the fflushall test), create $targetmkdir      
19234              (not documented in install since it is supposed to internal
19235              use only), make $run to copy over the executable only if
19236              a stamp file .xok doesn't already exist (to avoid unnecessary
19237              copying of the executable)
19238      Branch: perl
19239            ! Configure Makefile.SH
19240 ____________________________________________________________________________
19241 [ 10787] By: nick                                  on 2001/06/21  14:16:18
19242         Log: Integrate mainline
19243      Branch: perlio
19244           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
19245           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
19246           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
19247            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
19248           !> (integrate 34 files)
19249 ____________________________________________________________________________
19250 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
19251         Log: Re-add the files as text.
19252      Branch: perl
19253            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
19254 ____________________________________________________________________________
19255 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
19256         Log: Delete the binary files.
19257      Branch: perl
19258            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
19259 ____________________________________________________________________________
19260 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
19261         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
19262              From: Andy Dougherty <doughera@lafayette.edu>
19263              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
19264              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
19265      Branch: perl
19266            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
19267            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
19268            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
19269            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
19270 ____________________________________________________________________________
19271 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
19272         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
19273              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
19274              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
19275              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
19276              
19277              Setting umask to something friendlier.
19278      Branch: perl
19279            ! installman installperl
19280 ____________________________________________________________________________
19281 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
19282         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
19283              Resort MANIFEST with sort -f, looks much better.
19284      Branch: perl
19285            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
19286            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
19287            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
19288            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
19289            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
19290            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
19291            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
19292            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
19293            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
19294            - lib/File/Glob/case.t lib/File/Glob/global.t
19295            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
19296            - lib/File/Temp/posix.t lib/File/Temp/security.t
19297            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
19298            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
19299            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
19300            - lib/Text/Wrap/wrap.t
19301            ! MANIFEST
19302 ____________________________________________________________________________
19303 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
19304         Log: Upgrade to I18N::LangTags 0.25.
19305      Branch: perl
19306            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
19307            ! lib/I18N/LangTags/List.pm
19308 ____________________________________________________________________________
19309 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
19310         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
19311              From: Richard Soderberg <rs@crystalflame.net>
19312              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
19313              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
19314      Branch: perl
19315            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
19316            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
19317 ____________________________________________________________________________
19318 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
19319         Log: Test obsoleted by change #10777.
19320      Branch: perl
19321            ! t/op/sub_lval.t
19322 ____________________________________________________________________________
19323 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
19324         Log: Case of confused test numbering.
19325      Branch: perl
19326            ! t/op/pat.t
19327 ____________________________________________________________________________
19328 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
19329         Log: Subject: Re: Opinion on undef lvalue
19330              From: Abhijit Menon-Sen <ams@wiw.org>
19331              Date: Sun, 17 Jun 2001 13:04:46 +0530
19332              Message-ID: <20010617130446.B27925@lustre.linux.in>
19333              
19334              Allow lvalue subs to return undef in array context.
19335      Branch: perl
19336            ! pp_hot.c
19337 ____________________________________________________________________________
19338 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
19339         Log: Just a guess that using the same hack for cygwin as
19340              for win32 might help.
19341      Branch: perl
19342            ! lib/File/Find/find.t
19343 ____________________________________________________________________________
19344 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
19345         Log: NetWare tweaks from Guruprasad.
19346      Branch: perl
19347            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
19348            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
19349            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
19350            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
19351 ____________________________________________________________________________
19352 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
19353         Log: Subject: Re: perl@10722: Bogus warnings on REs 
19354              From: Hugo <hv@crypt.compulink.co.uk>
19355              Date: Thu, 21 Jun 2001 09:51:17 +0100
19356              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
19357              
19358              Unroll to avoid a UTS compiler bug.
19359      Branch: perl
19360            ! regcomp.c
19361 ____________________________________________________________________________
19362 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
19363         Log: Subject: Re: [PATCH] Make /o work under i?threads
19364              From: Artur Bergman <artur@contiller.se>
19365              Date: Thu, 21 Jun 2001 14:38:03 +0200
19366              Message-ID: <B757B74A.184D%artur@contiller.se>
19367      Branch: perl
19368            ! t/op/pat.t
19369 ____________________________________________________________________________
19370 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
19371         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
19372              From: Artur Bergman <artur@contiller.se> 
19373              Date: Thu, 21 Jun 2001 14:27:33 +0200
19374              Message-ID: <B757B4D4.1849%artur@contiller.se>
19375              
19376              Plus extra parentheses.
19377      Branch: perl
19378            ! op.h
19379 ____________________________________________________________________________
19380 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
19381         Log: Subject: [PATCH] Make /o work under i?threads
19382              From: Richard Soderberg <rs@crystalflame.net>
19383              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
19384              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
19385      Branch: perl
19386            ! pp_ctl.c
19387 ____________________________________________________________________________
19388 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
19389         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
19390              From: Artur Bergman <artur@contiller.se>
19391              Date: Thu, 21 Jun 2001 14:04:54 +0200
19392              Message-ID: <B757AF86.1842%artur@contiller.se>
19393      Branch: perl
19394            ! op.h
19395 ____________________________________________________________________________
19396 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
19397         Log: Subject: Re: perl@10765: sv.c not OK on win32
19398              From: Artur Bergman <artur@contiller.se>
19399              Date: Thu, 21 Jun 2001 10:31:06 +0200
19400              Message-ID: <B7577D69.182C%artur@contiller.se>
19401      Branch: perl
19402            ! sv.c
19403 ____________________________________________________________________________
19404 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
19405         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
19406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19407              Date: Thu, 21 Jun 2001 06:23:56 -0400
19408              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
19409              
19410              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
19411              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19412              Date: Thu, 21 Jun 2001 06:32:21 -0400
19413              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
19414      Branch: perl
19415            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
19416 ____________________________________________________________________________
19417 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
19418         Log: Subject: [PATCH] make syslog test more verbose
19419              From: Robert Spier <rspier@pobox.com>
19420              Date: Thu, 21 Jun 2001 00:54:32 -0400
19421              Message-ID: <15153.32264.295807.333073@rls.cx>
19422      Branch: perl
19423            ! ext/Sys/Syslog/syslog.t
19424 ____________________________________________________________________________
19425 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
19426         Log: Subject: op/study.t refinements
19427              From: Hugo <hv@crypt.compulink.co.uk>
19428              Date: Thu, 21 Jun 2001 00:29:07 +0100
19429              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
19430      Branch: perl
19431            ! t/op/study.t
19432 ____________________________________________________________________________
19433 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
19434         Log: Update Changes.
19435      Branch: perl
19436            ! Changes patchlevel.h
19437 ____________________________________________________________________________
19438 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
19439         Log: Subject: Re: [PATCH] djgpp updates
19440              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
19441              Date: Wed, 20 Jun 2001 10:05:15 +0200
19442              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
19443      Branch: perl
19444            ! djgpp/config.over
19445 ____________________________________________________________________________
19446 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
19447         Log: Fix for ID 20010619.002 "When building hash, hash keys that
19448              are function calls are not being called", from Abhijit.
19449      Branch: perl
19450            ! t/base/lex.t toke.c
19451 ____________________________________________________________________________
19452 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
19453         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
19454      Branch: perl
19455            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
19456            + lib/Locale/Maketext/test.pl
19457            - lib/Locale/Maketext.t
19458            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
19459            ! lib/Locale/Maketext/TPJ13.pod
19460 ____________________________________________________________________________
19461 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
19462         Log: Metaconfig unit change for #10760.
19463      Branch: metaconfig
19464            ! U/modified/Cppsym.U
19465 ____________________________________________________________________________
19466 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
19467         Log: Do not remove the ccsym* Cppsym* files since
19468              they are useful for metaconfig units coming after us.
19469              (This is the Configure nit mentioned in #10752.)
19470      Branch: perl
19471            ! Configure
19472 ____________________________________________________________________________
19473 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
19474         Log: Update to I18N::LangTags 0.24, from Sean Burke.
19475      Branch: perl
19476            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
19477            + lib/I18N/LangTags/README
19478            - lib/I18N/LangTags/List.pod
19479            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
19480 ____________________________________________________________________________
19481 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
19482         Log: Regen headers.
19483      Branch: perl
19484            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
19485            ! pod/perlapi.pod proto.h
19486 ____________________________________________________________________________
19487 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
19488         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
19489              From: Artur Bergman <artur@contiller.se>
19490              Date: Wed, 20 Jun 2001 11:31:32 +0200
19491              Message-ID: <B7563A14.17D8%artur@contiller.se>
19492      Branch: perl
19493            ! embed.pl hv.c intrpvar.h sv.c sv.h
19494 ____________________________________________________________________________
19495 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
19496         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
19497              From: Tim Sweetman <tim@aldigital.co.uk> 
19498              Date: Wed, 13 Jun 2001 14:25:17 +0100 
19499              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
19500      Branch: perl
19501            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
19502 ____________________________________________________________________________
19503 [ 10755] By: nick                                  on 2001/06/20  16:12:37
19504         Log: Integrate mainline
19505      Branch: perlio
19506           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
19507           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
19508           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
19509           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
19510           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
19511           !> t/op/study.t util.c
19512 ____________________________________________________________________________
19513 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
19514         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
19515              but not Makefile)
19516      Branch: maint-5.6/perl
19517            ! win32/Makefile
19518 ____________________________________________________________________________
19519 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
19520         Log: Security tweak on readlink().
19521      Branch: perl
19522            ! pp_sys.c
19523 ____________________________________________________________________________
19524 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
19525         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
19526      Branch: perl
19527            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
19528            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
19529            ! mpeix/relink t/op/pwent.t
19530 ____________________________________________________________________________
19531 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
19532         Log: Reinstate #10725 (with probe for alarm()).
19533      Branch: perl
19534            ! t/op/study.t
19535 ____________________________________________________________________________
19536 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
19537         Log: Replace our implementation of realpath() with OpenBSD's
19538              (src/lib/libc/stdlib/realpath.c 1.4).
19539      Branch: perl
19540            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
19541            ! pod/perldiag.pod proto.h util.c
19542 ____________________________________________________________________________
19543 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
19544         Log: Integrate perlio.
19545      Branch: perl
19546           !> perlio.c
19547 ____________________________________________________________________________
19548 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
19549         Log: No point in going into memory-saving contortions
19550              with getcwd() since there's a danger of buffer overflow.
19551              Also make the POSIX extension to use sv_getcwd().
19552              Finally, a missed proto.h fragment.
19553      Branch: perl
19554            ! ext/POSIX/POSIX.xs proto.h util.c
19555 ____________________________________________________________________________
19556 [ 10747] By: nick                                  on 2001/06/20  12:38:26
19557         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
19558      Branch: perlio
19559            ! perlio.c
19560 ____________________________________________________________________________
19561 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
19562         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
19563              From: Graham Barr <gbarr@pobox.com>
19564              Date: Wed, 20 Jun 2001 11:05:49 +0100
19565              Message-ID: <20010620110549.I19188@pobox.com>
19566              
19567              reported in        
19568              
19569              Subject: Bug in IO::Socket::INET module (repeat)
19570              From: "Harmon S. Nine" <hnine@netarx.com>
19571              Date: Tue, 19 Jun 2001 09:41:35 -0400
19572              Message-ID: <3B2F568F.8080605@netarx.com>
19573              
19574              The bug was that the IO::Socket::INET constructor
19575              did not allow a 'LocalPort' of 0.
19576      Branch: perl
19577            ! ext/IO/lib/IO/Socket/INET.pm
19578 ____________________________________________________________________________
19579 [ 10745] By: nick                                  on 2001/06/20  08:56:39
19580         Log: Integrate mainline.
19581      Branch: perlio
19582           !> (integrate 37 files)
19583 ____________________________________________________________________________
19584 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
19585         Log: After some reading I don't think we can blindly
19586              use systems' realpath().  Too many security problems,
19587              too many buggy implementations.
19588              
19589              TODO: the realpath() emulation code in util.c doesn't
19590              seem fully operational?  (readlink(), for example?)
19591      Branch: perl
19592            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
19593            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
19594            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
19595            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
19596            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
19597            ! win32/config_H.gc win32/config_H.vc
19598 ____________________________________________________________________________
19599 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
19600         Log: Metaconfig unit change for #10738.
19601      Branch: metaconfig
19602            ! U/compline/d_gconvert.U
19603 ____________________________________________________________________________
19604 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
19605         Log: Integrate change #10739 from maintperl:
19606              
19607              C<eval "/x$\r\n/x"> fails to compile correctly 
19608      Branch: perl
19609           !> t/op/pat.t toke.c
19610 ____________________________________________________________________________
19611 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
19612         Log: Retract #10725 (Hugo asked NOT to apply the patch)
19613      Branch: perl
19614            ! t/op/study.t
19615 ____________________________________________________________________________
19616 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
19617         Log: The test.third results were funnily named because of the
19618              new test scheme.
19619      Branch: perl
19620            ! t/TEST
19621 ____________________________________________________________________________
19622 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
19623         Log: C<eval "/x$\r\n/x"> fails to compile correctly
19624      Branch: maint-5.6/perl
19625            ! t/op/pat.t toke.c
19626 ____________________________________________________________________________
19627 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
19628         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
19629              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19630              Date: Tue, 19 Jun 2001 19:15:40 -0400
19631              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
19632              
19633              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
19634              because "1e+129" being expected but "1.e+129" being returned.
19635              The culprit (at least in Tru64) is the use of gcvt().
19636      Branch: perl
19637            ! Configure
19638 ____________________________________________________________________________
19639 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
19640         Log: Subject: [PATCH perl@10722] test hunting on VMS
19641              From: "Craig A. Berry" <craigberry@mac.com>
19642              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
19643              Date: Tue, 19 Jun 2001 18:59:01 -0500
19644      Branch: perl
19645            ! vms/test.com
19646 ____________________________________________________________________________
19647 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
19648         Log: Subject: [PATCH] s/typos//
19649              From: Abhijit Menon-Sen <ams@wiw.org>
19650              Date: Wed, 20 Jun 2001 02:15:02 +0530
19651              Message-ID: <20010620021502.A14541@lustre.linux.in>
19652              
19653              Without the op.h s/bearword/bareword/ hunk, see
19654              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
19655      Branch: perl
19656            ! util.c
19657 ____________________________________________________________________________
19658 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
19659         Log: Metaconfig unit change for #10732 and #10733.
19660      Branch: metaconfig/U/perl
19661            ! fflushall.U
19662 ____________________________________________________________________________
19663 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
19664         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
19665              From: "Craig A. Berry" <craigberry@mac.com>
19666              Date: Tue, 19 Jun 2001 17:19:48 -0500
19667              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
19668      Branch: perl
19669            ! configure.com vms/descrip_mms.template
19670 ____________________________________________________________________________
19671 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
19672         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
19673              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19674              Date: Tue, 19 Jun 2001 16:48:07 -0400
19675              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
19676              
19677              Further fixes to fflush(NULL) detection.
19678      Branch: perl
19679            ! Configure
19680 ____________________________________________________________________________
19681 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
19682         Log: AIX test -s hangs with non-existent files?
19683              (A genuine logic bug in Configure, but AIX also broken?)
19684      Branch: perl
19685            ! Configure
19686 ____________________________________________________________________________
19687 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
19688         Log: AUTHORS updates.
19689      Branch: perl
19690            ! AUTHORS
19691 ____________________________________________________________________________
19692 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
19693         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
19694              From: Spider Boardman <spider@Orb.Nashua.NH.US>
19695              Date: Tue, 19 Jun 2001 15:33:25 -0400
19696              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
19697      Branch: perl
19698            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
19699            ! t/lib/warnings/pp
19700 ____________________________________________________________________________
19701 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
19702         Log: Integrate perlio.
19703      Branch: perl
19704           !> lib/File/Find/find.t win32/distclean.bat
19705 ____________________________________________________________________________
19706 [ 10728] By: nick                                  on 2001/06/19  18:24:53
19707         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
19708      Branch: perlio
19709            ! lib/File/Find/find.t win32/distclean.bat
19710 ____________________________________________________________________________
19711 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
19712         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
19713              also add information how to find out whether one has PerlIO.
19714      Branch: perl
19715            ! pod/perlfunc.pod
19716 ____________________________________________________________________________
19717 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
19718         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
19719              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
19720              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
19721              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
19722      Branch: perl
19723            ! pod/perlfunc.pod
19724 ____________________________________________________________________________
19725 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
19726         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
19727              From: Hugo <hv@crypt.compulink.co.uk>
19728              Date: Tue, 19 Jun 2001 12:37:30 +0100
19729              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
19730      Branch: perl
19731            ! t/op/study.t
19732 ____________________________________________________________________________
19733 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
19734         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
19735              From: Hugo <hv@crypt.compulink.co.uk>
19736              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
19737              Date: Tue, 19 Jun 2001 13:15:17 +0100
19738      Branch: perl
19739            ! util.c
19740 ____________________________________________________________________________
19741 [ 10723] By: nick                                  on 2001/06/19  14:46:15
19742         Log: Integrate mainline
19743      Branch: perlio
19744           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
19745           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
19746           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
19747           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
19748           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
19749           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19750            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19751            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19752            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19753            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19754            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19755            - ext/Thread/unsync4.t
19756           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
19757           !> djgpp/config.over djgpp/fixpmain
19758           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
19759           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
19760           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
19761 ____________________________________________________________________________
19762 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
19763         Log: Update Changes.
19764      Branch: perl
19765            ! Changes patchlevel.h
19766 ____________________________________________________________________________
19767 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
19768         Log: The existence shall be MANIFESted.
19769      Branch: perl
19770            ! MANIFEST
19771 ____________________________________________________________________________
19772 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
19773         Log: The old libnet.cfg is first searched from the current directory,
19774              only then from the module path.
19775      Branch: perl
19776            ! utils/libnetcfg.PL
19777 ____________________________________________________________________________
19778 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
19779         Log: NetWare tweaks from Guruprasad.
19780      Branch: perl
19781            ! NetWare/Makefile NetWare/config.wc
19782 ____________________________________________________________________________
19783 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
19784         Log: Subject: [PATCH] djgpp updates
19785              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
19786              Date: Tue, 19 Jun 2001 10:59:06 +0200
19787              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
19788      Branch: perl
19789            ! djgpp/config.over djgpp/fixpmain
19790 ____________________________________________________________________________
19791 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
19792         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
19793              From: Prymmer/Kahn <pvhp@best.com>
19794              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
19795              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
19796      Branch: perl
19797            ! win32/Makefile
19798 ____________________________________________________________________________
19799 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
19800         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
19801              to happen right after the inclusion of <inttypes.h>,
19802              from Edward Moy.
19803      Branch: perl
19804            ! handy.h perl.h
19805 ____________________________________________________________________________
19806 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
19807         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
19808              From: Doug MacEachern <dougm@covalent.net>
19809              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
19810              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
19811      Branch: perl
19812            ! ext/DynaLoader/DynaLoader_pm.PL
19813 ____________________________________________________________________________
19814 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
19815         Log: Revert #10656 for perfomance reasons but leave in the
19816              use of Hv*() macros -- in comments, so that grepping the
19817              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
19818              suggested by Sarathy, also by Abhijit.)
19819      Branch: perl
19820            ! hv.c
19821 ____________________________________________________________________________
19822 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
19823         Log: Subject: [patch] .s MakeMaker suffix
19824              From: Doug MacEachern <dougm@covalent.net>
19825              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
19826              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
19827      Branch: perl
19828            ! lib/ExtUtils/MM_Unix.pm
19829 ____________________________________________________________________________
19830 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
19831         Log: One test lost in the big shuffle restored.
19832      Branch: perl
19833            + ext/IPC/SysV/ipcsysv.t
19834            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
19835 ____________________________________________________________________________
19836 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
19837         Log: Rename the old non-standard threads tests so that
19838              they won't be invoked.
19839      Branch: perl
19840            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
19841            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
19842            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
19843            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
19844            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
19845            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
19846            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
19847            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
19848            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
19849            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
19850            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
19851            - ext/Thread/unsync4.t
19852            ! MANIFEST
19853 ____________________________________________________________________________
19854 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
19855         Log: Integrate perlio.
19856      Branch: perl
19857           !> win32/config_sh.PL
19858 ____________________________________________________________________________
19859 [ 10709] By: nick                                  on 2001/06/19  08:18:18
19860         Log: Integrate mainline
19861      Branch: perlio
19862           +> (branch 40 files)
19863            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
19864            - lib/strict/subs lib/strict/vars lib/warnings/1global
19865            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
19866            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
19867            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
19868            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
19869            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
19870            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
19871            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
19872            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
19873            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
19874            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
19875            - lib/warnings/utf8 lib/warnings/util
19876           !> (integrate 57 files)
19877 ____________________________________________________________________________
19878 [ 10708] By: nick                                  on 2001/06/19  07:57:10
19879         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
19880      Branch: perlio
19881            ! win32/config_sh.PL
19882 ____________________________________________________________________________
19883 [ 10707] By: nick                                  on 2001/06/19  07:05:07
19884         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
19885      Branch: perl
19886            ! perly.c perly.y perly_c.diff vms/perly_c.vms
19887 ____________________________________________________________________________
19888 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
19889         Log: More perl572delta tweaks.
19890      Branch: perl
19891            ! pod/perl572delta.pod
19892 ____________________________________________________________________________
19893 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
19894         Log: Update perl572delta.
19895      Branch: perl
19896            ! pod/perl572delta.pod
19897 ____________________________________________________________________________
19898 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
19899         Log: VOS updates from Paul Green.
19900      Branch: perl
19901            ! vos/Changes vos/build.cm vos/perl.bind
19902 ____________________________________________________________________________
19903 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
19904         Log: Update the vos/config.*.* files.
19905      Branch: perl
19906            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19907            ! vos/config.ga.h
19908 ____________________________________________________________________________
19909 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
19910         Log: Add a makefile for more painless adding of symbols to the
19911              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
19912              takes care of the adding)
19913      Branch: perl
19914            + vos/Makefile
19915 ____________________________________________________________________________
19916 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
19917         Log: Make libnetcfg by default display the libnet configuration,
19918              -c to change, add -i for old config, document all options,
19919              regen toc.
19920      Branch: perl
19921            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
19922 ____________________________________________________________________________
19923 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
19924         Log: gcc -Wall sweep.
19925      Branch: perl
19926            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
19927 ____________________________________________________________________________
19928 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
19929         Log: So there.
19930      Branch: perl
19931            ! universal.c
19932 ____________________________________________________________________________
19933 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
19934         Log: Document the need for sv_printify().
19935              
19936              Document that 'use utf8' has been considered.
19937              
19938              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
19939      Branch: perl
19940            ! pod/perltodo.pod universal.c
19941 ____________________________________________________________________________
19942 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
19943         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
19944              From: Nicholas Clark <nick@ccl4.org>
19945              Date: Mon, 18 Jun 2001 23:29:23 +0100
19946              Message-ID: <20010618232923.I98663@plum.flirble.org>
19947      Branch: perl
19948            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
19949            ! ext/Sys/Syslog/Makefile.PL
19950 ____________________________________________________________________________
19951 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
19952         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
19953              From: Scott.L.Miller@Compaq.com
19954              Date: Mon, 18 Jun 2001 10:12:27 -0500
19955              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
19956      Branch: perl
19957            ! lib/perl5db.pl pod/perldebug.pod
19958 ____________________________________________________________________________
19959 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
19960         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
19961              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
19962              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
19963              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
19964      Branch: perl
19965            ! lib/Carp/Heavy.pm
19966 ____________________________________________________________________________
19967 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
19968         Log: Subject: [PATCH] Documentation changes for CLONE
19969              From: Artur Bergman <artur@contiller.se>
19970              Date: Mon, 18 Jun 2001 22:06:37 +0200
19971              Message-ID: <B7542BEC.1719%artur@contiller.se>
19972      Branch: perl
19973            ! pod/perlmod.pod pod/perlsub.pod
19974 ____________________________________________________________________________
19975 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
19976         Log: Subject: Re: configure.com
19977              From: "Craig A. Berry" <craigberry@mac.com>
19978              Date: Mon, 18 Jun 2001 16:04:38 -0500
19979              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
19980      Branch: perl
19981            ! configure.com
19982 ____________________________________________________________________________
19983 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
19984         Log: Subject: PL_nullstash + perl_clone()
19985              From: Doug MacEachern <dougm@covalent.net>
19986              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
19987              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
19988      Branch: perl
19989            ! sv.c
19990 ____________________________________________________________________________
19991 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
19992         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
19993              From: davem@fdgroup.co.uk
19994              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
19995              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
19996      Branch: perl
19997            ! embed.pl pod/perlapi.pod
19998 ____________________________________________________________________________
19999 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
20000         Log: More cross-compilation defaults gleaned from -Dcc
20001              if it is CPU-OS-gcc.
20002      Branch: metaconfig
20003            ! U/modified/libc.U
20004      Branch: metaconfig/U/perl
20005            ! Cross.U
20006      Branch: perl
20007            ! Configure INSTALL
20008 ____________________________________________________________________________
20009 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
20010         Log: Update Changes.
20011      Branch: perl
20012            ! Changes patchlevel.h
20013 ____________________________________________________________________________
20014 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
20015         Log: Subject: [PATCH 5.7.1] sv.c documentation
20016              From: davem@fdgroup.co.uk
20017              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
20018              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
20019      Branch: perl
20020            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
20021            ! sv.c sv.h
20022 ____________________________________________________________________________
20023 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
20024         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
20025              From: "Jon Gunnip" <jongunnip@hotmail.com>
20026              Date: Sun, 17 Jun 2001 18:24:29 -0400
20027              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
20028      Branch: perl
20029            ! pod/perlvar.pod
20030 ____________________________________________________________________________
20031 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
20032         Log: Move the locale/strict/warnings helper files back
20033              under the t/lib; this way the amount of non-installabled
20034              stuff under lib/ stays smaller.
20035      Branch: perl
20036            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
20037            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
20038            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
20039            + t/lib/warnings/5nolint t/lib/warnings/6default
20040            + t/lib/warnings/7fatal t/lib/warnings/8signal
20041            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
20042            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
20043            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
20044            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
20045            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
20046            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
20047            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
20048            + t/lib/warnings/taint t/lib/warnings/toke
20049            + t/lib/warnings/universal t/lib/warnings/utf8
20050            + t/lib/warnings/util
20051            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
20052            - lib/strict/subs lib/strict/vars lib/warnings/1global
20053            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
20054            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
20055            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
20056            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
20057            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
20058            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
20059            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
20060            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
20061            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
20062            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
20063            - lib/warnings/utf8 lib/warnings/util
20064            ! MANIFEST installperl lib/locale.t lib/strict.t
20065 ____________________________________________________________________________
20066 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
20067         Log: Split off the pack/unpack code, from Nicholas Clark.
20068      Branch: perl
20069            + pp_pack.c
20070            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
20071            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
20072            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
20073 ____________________________________________________________________________
20074 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
20075         Log: Guard the SysV IPC tests against being invoked in
20076              SysV-IPC-less places.
20077      Branch: perl
20078            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
20079 ____________________________________________________________________________
20080 [ 10683] By: nick                                  on 2001/06/18  12:24:42
20081         Log: Integrate mainline (new test scheme now ok on Linux).
20082      Branch: perlio
20083           +> lib/warnings.t
20084           !> dump.c sv.c
20085 ____________________________________________________________________________
20086 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
20087         Log: Add the locale.c and numeric.c to the microperl sources.
20088      Branch: perl
20089            ! Makefile.micro win32/Makefile
20090 ____________________________________________________________________________
20091 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
20092         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
20093              From: Abhijit Menon-Sen <ams@wiw.org>
20094              Date: Mon, 18 Jun 2001 14:23:44 +0530
20095              Message-ID: <20010618142344.A13136@lustre.linux.in>
20096      Branch: perl
20097            ! dump.c
20098 ____________________________________________________________________________
20099 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
20100         Log: Subject: Re: [PATCH] more anonymous stash cleanups
20101              From: Abhijit Menon-Sen <ams@wiw.org>
20102              Date: Mon, 18 Jun 2001 15:50:32 +0530
20103              Message-ID: <20010618155032.A13223@lustre.linux.in>
20104              
20105              Plus the comment left in as suggested by NI-S.
20106      Branch: perl
20107            ! sv.c
20108 ____________________________________________________________________________
20109 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
20110         Log: One missed file.
20111      Branch: perl
20112            + lib/warnings.t
20113 ____________________________________________________________________________
20114 [ 10678] By: nick                                  on 2001/06/18  08:05:29
20115         Log: Integrate mainline (part2 - the deletes)
20116      Branch: perlio
20117            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
20118            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
20119            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
20120            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
20121            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
20122            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
20123            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
20124            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
20125            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
20126            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
20127            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
20128 ____________________________________________________________________________
20129 [ 10677] By: nick                                  on 2001/06/18  08:04:44
20130         Log: Integrate mainline (part1)
20131      Branch: perlio
20132           +> (branch 376 files)
20133            - (delete 219 files)
20134           !> (integrate 151 files)
20135 ____________________________________________________________________________
20136 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
20137         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
20138              No doubt I made some mistakes like missed some files or
20139              misnamed some files.  The naming rules were more or less:
20140              (1) if the module is from CPAN, follows its ways, be it
20141              t/*.t or test.pl.
20142              (2) otherwise if there are multiple tests for a module
20143              put them in a t/
20144              (3) otherwise if there's only one test put it in Module.t
20145              (4) helper files go to module/ (locale, strict, warnings)
20146              (5) use longer filenames now that we can (but e.g. the
20147              compat-0.6.t and the Text::Balanced test files still
20148              were renamed to be more civil against the 8.3 people)
20149              installperl was updated appropriately not to install the
20150              *.t files or the help files from under lib.
20151              
20152              TODO: some helper files still remain under t/ that could
20153              follow their 'masters'.  UPDATE: On second thoughts, why
20154              should they.  They can continue to live under t/lib, and
20155              in fact the locale/strict/warnings helpers that were moved
20156              could be moved back.  This way the amount of non-installable
20157              stuff under lib/ stays smaller.
20158      Branch: perl
20159            + (add 253 files)
20160            - (delete 254 files)
20161            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
20162 ____________________________________________________________________________
20163 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
20164         Log: The warning no more comes from util.c, it comes from numeric.c.
20165      Branch: perl
20166            ! README.tru64
20167 ____________________________________________________________________________
20168 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
20169         Log: Subject: Re: anyone good at casting spells?
20170              From: Spider Boardman <spider@Orb.Nashua.NH.US>
20171              Date: Sun, 17 Jun 2001 21:21:04 -0400
20172              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
20173      Branch: perl
20174            ! ext/POSIX/POSIX.xs hv.h
20175 ____________________________________________________________________________
20176 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
20177         Log: Protect the (original) thread tests against testing if no 5.005
20178              threads have been configured.
20179      Branch: perl
20180            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
20181            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
20182            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
20183            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
20184            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
20185            ! ext/Thread/unsync4.t
20186 ____________________________________________________________________________
20187 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
20188         Log: Try the new test scanning scheme on Text::Abbrev.
20189      Branch: perl
20190            + lib/Text/Abbrev.t
20191            - lib/Text/Abbrev/t/abbrev.t
20192            ! MANIFEST
20193 ____________________________________________________________________________
20194 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
20195         Log: Change the scan policy of the *.t and test.pl files,
20196              now the *.t do not need to live in a t/ directory.
20197      Branch: perl
20198            ! t/TEST t/harness
20199 ____________________________________________________________________________
20200 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
20201         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
20202              From: Ilmari Karonen <iltzu@sci.fi>
20203              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
20204              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
20205      Branch: perl
20206            ! pod/perlfaq7.pod
20207 ____________________________________________________________________________
20208 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
20209         Log: Quench the warnings from Tru64; the HP-UX is still
20210              broken because it really, REALLY, doesn't like the
20211              HvARRAY() being lvalue:
20212              
20213              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
20214              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
20215      Branch: perl
20216            ! hv.c
20217 ____________________________________________________________________________
20218 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
20219         Log: Integrate change #10667 from maintperl:
20220              
20221              change#10449 broke the special-case that makes lexicals inside the
20222              eval"" within DB::DB() visible
20223      Branch: perl
20224           !> op.c
20225 ____________________________________________________________________________
20226 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
20227         Log: change#10449 broke the special-case that makes lexicals inside the
20228              eval"" within DB::DB() visible
20229      Branch: maint-5.6/perl
20230            ! op.c
20231 ____________________________________________________________________________
20232 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
20233         Log: Still spurious output; indent the code a bit.
20234              
20235              TODO1: separate the utility functions like MkDir
20236              into a helper script?
20237              
20238              TODO2: I see a lot of repetition in the filepath()
20239              and dirpath() calls.
20240      Branch: perl
20241            ! t/lib/filefind.t t/lib/findtaint.t
20242 ____________________________________________________________________________
20243 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
20244         Log: Regen modlib, toc.
20245      Branch: perl
20246            ! pod/perlmodlib.pod pod/perltoc.pod
20247 ____________________________________________________________________________
20248 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
20249         Log: Add libnetcfg to perlutil.
20250      Branch: perl
20251            ! pod/perlutil.pod
20252 ____________________________________________________________________________
20253 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
20254         Log: Initial integration of libnet-1.0703.
20255              The Configure script renamed as libnetcfg, will be
20256              installed along other utilities.
20257      Branch: perl
20258            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
20259            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
20260            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
20261            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
20262            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
20263            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
20264            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
20265            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
20266            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
20267            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
20268            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
20269            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
20270            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
20271            + utils/libnetcfg.PL
20272            ! MANIFEST utils.lst utils/Makefile
20273 ____________________________________________________________________________
20274 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
20275         Log: Less potentially test-harness-confusing output.
20276      Branch: perl
20277            ! lib/Memoize/t/expire_module_t.t
20278 ____________________________________________________________________________
20279 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
20280         Log: The final print annoys make test.
20281      Branch: perl
20282            ! t/lib/filefind.t t/lib/findtaint.t
20283 ____________________________________________________________________________
20284 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
20285         Log: Add an option for handling dangling symbolic links.
20286      Branch: perl
20287            ! lib/File/Find.pm t/lib/filefind.t
20288 ____________________________________________________________________________
20289 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
20290         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
20291              From: Thomas Wegner <wegner_thomas@yahoo.com>
20292              Date: Sun, 17 Jun 2001 14:43:11 +0200
20293              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
20294      Branch: perl
20295            + t/lib/findtaint.t
20296            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
20297 ____________________________________________________________________________
20298 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
20299         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
20300              From: Jonathan Stowe <gellyfish@gellyfish.com>
20301              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
20302              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
20303      Branch: perl
20304            ! lib/ExtUtils/MM_Unix.pm
20305 ____________________________________________________________________________
20306 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
20307         Log: Subject: [PATCH] more anonymous stash cleanups
20308              From: Abhijit Menon-Sen <ams@wiw.org>
20309              Date: Sun, 17 Jun 2001 11:44:06 +0530
20310              Message-ID: <20010617114406.A25203@lustre.linux.in>
20311      Branch: perl
20312            ! op.c
20313 ____________________________________________________________________________
20314 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
20315         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
20316              From: Abhijit Menon-Sen <ams@wiw.org>
20317              Date: Sun, 17 Jun 2001 08:02:59 +0530
20318              Message-ID: <20010617080259.A28776@lustre.linux.in>
20319              
20320              Subject: [PATCH #2/7] xhv_eiter
20321              From: Abhijit Menon-Sen <ams@wiw.org>
20322              Date: Sun, 17 Jun 2001 08:13:18 +0530
20323              Message-ID: <20010617081318.B28776@lustre.linux.in>
20324              
20325              Subject: [PATCH #3/7] xhv_fill
20326              From: Abhijit Menon-Sen <ams@wiw.org>
20327              Date: Sun, 17 Jun 2001 08:25:16 +0530
20328              Message-ID: <20010617082516.C28776@lustre.linux.in>
20329              
20330              Subject: [PATCH #4/7] xhv_keys
20331              From: Abhijit Menon-Sen <ams@wiw.org>
20332              Date: Sun, 17 Jun 2001 08:36:17 +0530
20333              Message-ID: <20010617083617.D28776@lustre.linux.in>
20334              
20335              Subject: [PATCH #5/7] xhv_max
20336              From: Abhijit Menon-Sen <ams@wiw.org>
20337              Date: Sun, 17 Jun 2001 08:39:48 +0530
20338              Message-ID: <20010617083948.E28776@lustre.linux.in>
20339              
20340              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
20341              From: Abhijit Menon-Sen <ams@wiw.org>
20342              Date: Sun, 17 Jun 2001 08:51:11 +0530
20343              Message-ID: <20010617085111.F28776@lustre.linux.in>
20344      Branch: perl
20345            ! hv.c
20346 ____________________________________________________________________________
20347 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
20348         Log: Update Changes.
20349      Branch: perl
20350            ! Changes patchlevel.h
20351 ____________________________________________________________________________
20352 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
20353         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
20354              From: Abhijit Menon-Sen <ams@wiw.org>
20355              Date: Sat, 16 Jun 2001 07:41:19 +0530
20356              Message-ID: <20010616074119.A24720@lustre.linux.in>
20357      Branch: perl
20358            ! hv.c perl.c vms/vmsish.h win32/win32.h
20359 ____________________________________________________________________________
20360 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
20361         Log: Document tests failing when threaded, since we now have more.
20362      Branch: perl
20363            ! pod/perl572delta.pod
20364 ____________________________________________________________________________
20365 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
20366         Log: -Wall cleanup.
20367      Branch: perl
20368            ! ext/Thread/Thread.xs
20369 ____________________________________________________________________________
20370 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
20371         Log: pthread_attr_setstacksize() isn't absolutely necessary
20372              to call, only iff THREAD_CREATE_NEEDS_STACK.
20373      Branch: perl
20374            ! ext/Thread/Thread.xs
20375 ____________________________________________________________________________
20376 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
20377         Log: -Wall strays.
20378      Branch: perl
20379            ! perl.c util.c
20380 ____________________________________________________________________________
20381 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
20382         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
20383              (and INT64_MIN) brokenness.
20384      Branch: perl
20385            ! hints/darwin.sh perl.h
20386 ____________________________________________________________________________
20387 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
20388         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
20389              From: Nicholas Clark <nick@ccl4.org>
20390              Date: Sun, 17 Jun 2001 00:16:05 +0100
20391              Message-ID: <20010617001605.V98663@plum.flirble.org>
20392      Branch: perl
20393            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
20394            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
20395            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20396 ____________________________________________________________________________
20397 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
20398         Log: Add perlnetware to docs; regen toc; supply skeleton
20399              docs for some Memoize submodules.
20400      Branch: perl
20401            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
20402            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
20403            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
20404            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
20405            ! win32/Makefile win32/makefile.mk
20406 ____________________________________________________________________________
20407 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
20408         Log: pod cleanup.
20409      Branch: perl
20410            ! README.netware
20411 ____________________________________________________________________________
20412 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
20413         Log: Integrate Memoize 0.64.  Few tweaks were required in
20414              the test scripts.  Note that the speed and expire*
20415              tests take several dozen seconds to run.
20416      Branch: perl
20417            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
20418            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
20419            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
20420            + lib/Memoize/README lib/Memoize/SDBM_File.pm
20421            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
20422            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
20423            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
20424            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
20425            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
20426            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
20427            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
20428            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
20429            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
20430            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
20431            ! MANIFEST t/lib/1_compile.t
20432 ____________________________________________________________________________
20433 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
20434         Log: Document the cross-compilation options.
20435      Branch: perl
20436            ! Cross/README INSTALL
20437 ____________________________________________________________________________
20438 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
20439         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
20440      Branch: perl
20441            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
20442            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
20443            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
20444            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
20445            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
20446            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
20447            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
20448            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
20449            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
20450            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
20451            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
20452            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
20453            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
20454            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
20455            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
20456            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
20457            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
20458            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
20459            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
20460            + lib/ExtUtils/MM_NW5.pm
20461            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
20462            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
20463            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
20464            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
20465            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
20466            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
20467            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
20468            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
20469            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
20470            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
20471            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
20472            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
20473            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
20474            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
20475            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
20476            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
20477            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
20478            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
20479            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
20480            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
20481            ! util.h x2p/a2py.c
20482 ____________________________________________________________________________
20483 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
20484         Log: Resort MANIFEST.
20485      Branch: perl
20486            ! MANIFEST
20487 ____________________________________________________________________________
20488 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
20489         Log: Integrate perlio.
20490      Branch: perl
20491           +> win32/win32io.c
20492           !> MANIFEST perlio.c perliol.h win32/makefile.mk
20493 ____________________________________________________________________________
20494 [ 10640] By: nick                                  on 2001/06/16  18:38:31
20495         Log: Disable :win32 layer as default till I get it working
20496      Branch: perlio
20497            ! MANIFEST perlio.c
20498 ____________________________________________________________________________
20499 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
20500         Log: Try the new scheme by moving the Text::Abbrev test
20501              to a new place under lib.
20502      Branch: perl
20503            + lib/Text/Abbrev/t/abbrev.t
20504            - t/lib/abbrev.t
20505            ! MANIFEST
20506 ____________________________________________________________________________
20507 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
20508         Log: Make the code even more dynamical so that testname
20509              suffix length can change.
20510      Branch: perl
20511            ! lib/Test/Harness.pm t/TEST
20512 ____________________________________________________________________________
20513 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
20514         Log: Allow for deeper t/ and also a single test.pl.
20515      Branch: perl
20516            ! t/TEST t/harness
20517 ____________________________________________________________________________
20518 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
20519         Log: #define fix from Nicholas Clark.
20520      Branch: perl
20521            ! ext/POSIX/POSIX.xs
20522 ____________________________________________________________________________
20523 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
20524         Log: Initialization is nice.
20525      Branch: perl
20526            ! lib/Test/Harness.pm
20527 ____________________________________________________________________________
20528 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
20529         Log: Make t/TEST and t/harness to test also the t/ tests
20530              under the main lib/ and ext/ directories.  Fix Test::Harness
20531              to dynamically change the width of its "foo/bar....ok" output.
20532      Branch: perl
20533            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
20534 ____________________________________________________________________________
20535 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
20536         Log: Subject: [PATCH] Re: perl@10611 
20537              From: Nicholas Clark <nick@ccl4.org>
20538              Date: Sat, 16 Jun 2001 16:52:47 +0100
20539              Message-ID: <20010616165247.O98663@plum.flirble.org>
20540              
20541              The .xs parts, too.
20542      Branch: perl
20543            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
20544            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
20545 ____________________________________________________________________________
20546 [ 10632] By: nick                                  on 2001/06/16  16:44:35
20547         Log: Work-in-progress win32 layer semi-functional, checking 
20548              for UNIX breakage.
20549      Branch: perlio
20550            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
20551 ____________________________________________________________________________
20552 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
20553         Log: Subject: [PATCH] Re: perl@10611 
20554              From: Nicholas Clark <nick@ccl4.org>
20555              Date: Sat, 16 Jun 2001 16:52:47 +0100
20556              Message-ID: <20010616165247.O98663@plum.flirble.org>
20557      Branch: perl
20558            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
20559            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
20560            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
20561            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
20562            ! lib/ExtUtils/Constant.pm
20563 ____________________________________________________________________________
20564 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
20565         Log: Metaconfig unit change for #10629.
20566      Branch: metaconfig
20567            ! U/modified/Finish.U
20568 ____________________________________________________________________________
20569 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
20570         Log: The extraction changed directories.
20571      Branch: perl
20572            ! Configure
20573 ____________________________________________________________________________
20574 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
20575         Log: Math::BigInt 1.35 from Tels.
20576      Branch: perl
20577            + t/lib/mbimbf.t
20578            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20579            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20580 ____________________________________________________________________________
20581 [ 10627] By: nick                                  on 2001/06/16  14:54:52
20582         Log: Work in progress UNIX-side edit of win32 PerLIO layer
20583      Branch: perlio
20584            + win32/win32io.c
20585            ! perlio.c win32/makefile.mk
20586 ____________________________________________________________________________
20587 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
20588         Log: Subject: [PATCH 5.6.1] os2/diff-configure
20589              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20590              Date: Fri, 15 Jun 2001 01:19:36 -0400
20591              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
20592              
20593              Empty all of it because I think #10624 made even the
20594              last patch hunk unnecessary.
20595      Branch: perl
20596            ! os2/diff.configure
20597 ____________________________________________________________________________
20598 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
20599         Log: Metaconfig unit change for 10624.
20600      Branch: metaconfig
20601            ! U/modified/libc.U
20602      Branch: perl
20603            ! config_h.SH
20604 ____________________________________________________________________________
20605 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
20606         Log: Move the initialization of libnames to the beginning so
20607              that can one 'seed' it (as OS/2 does.)
20608      Branch: perl
20609            ! Configure
20610 ____________________________________________________________________________
20611 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
20612         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
20613              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20614              Date: Fri, 15 Jun 2001 19:10:57 -0400
20615              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
20616      Branch: perl
20617            ! os2/OS2/REXX/DLL/DLL.pm
20618 ____________________________________________________________________________
20619 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
20620         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
20621              From: "Craig A. Berry" <craigberry@mac.com>
20622              Date: Fri, 15 Jun 2001 17:00:03 -0500
20623              Message-Id: <a05101007b750342599be@[172.16.52.1]>
20624      Branch: perl
20625            ! vms/descrip_mms.template
20626 ____________________________________________________________________________
20627 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
20628         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
20629              From: "Craig A. Berry" <craigberry@mac.com>
20630              Date: Fri, 15 Jun 2001 18:39:42 -0500
20631              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
20632      Branch: perl
20633            ! lib/File/Spec/VMS.pm t/lib/extutils.t
20634 ____________________________________________________________________________
20635 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
20636         Log: Integrate perlio.
20637      Branch: perl
20638           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
20639           !> t/io/utf8.t t/lib/io_scalar.t
20640 ____________________________________________________________________________
20641 [ 10619] By: nick                                  on 2001/06/15  21:05:19
20642         Log: Generated files
20643      Branch: perlio
20644            ! embed.h proto.h
20645 ____________________________________________________________________________
20646 [ 10618] By: nick                                  on 2001/06/15  20:27:42
20647         Log: Fix open.pm to work via XS-implemented method calls rather
20648              than *open::layers variables which caused all the HV/AV hassle.
20649      Branch: perlio
20650            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
20651            ! t/lib/io_scalar.t
20652 ____________________________________________________________________________
20653 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
20654         Log: Integrate perlio.
20655      Branch: perl
20656           !> lib/ExtUtils/Constant.pm
20657 ____________________________________________________________________________
20658 [ 10616] By: nick                                  on 2001/06/15  18:46:47
20659         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
20660      Branch: perlio
20661            ! lib/ExtUtils/Constant.pm
20662 ____________________________________________________________________________
20663 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
20664         Log: Integrate perlio.
20665      Branch: perl
20666           !> ext/Socket/Socket.xs
20667 ____________________________________________________________________________
20668 [ 10614] By: nick                                  on 2001/06/15  18:33:37
20669         Log: MULTIPLICITY fix for Socket.xs
20670      Branch: perlio
20671            ! ext/Socket/Socket.xs
20672 ____________________________________________________________________________
20673 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
20674         Log: Subject: Re: perl@10611
20675              From: Doug MacEachern <dougm@covalent.net>
20676              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
20677              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
20678      Branch: perl
20679            ! ext/Socket/Socket.xs
20680 ____________________________________________________________________________
20681 [ 10612] By: nick                                  on 2001/06/15  16:14:38
20682         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
20683      Branch: perlio
20684           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20685           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
20686           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
20687           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
20688           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
20689           !> utils/h2ph.PL
20690 ____________________________________________________________________________
20691 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
20692         Log: Update Changes.
20693      Branch: perl
20694            ! Changes patchlevel.h
20695 ____________________________________________________________________________
20696 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
20697         Log: Upping the test count.
20698      Branch: perl
20699            ! t/lib/filefind.t
20700 ____________________________________________________________________________
20701 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
20702         Log: Integrate perlio.
20703      Branch: perl
20704           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20705 ____________________________________________________________________________
20706 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
20707         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
20708              From: andreas.koenig@anima.de (Andreas J. Koenig)
20709              Date: 15 Jun 2001 13:30:39 +0200
20710              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
20711              
20712              Record the grim history.
20713      Branch: perl
20714            ! lib/File/Find.pm
20715 ____________________________________________________________________________
20716 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
20717         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
20718              From: Brian McCauley <nobull@mail.com>
20719              Date: 15 Jun 2001 07:51:26 +0100
20720              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
20721      Branch: perl
20722            ! lib/File/Find.pm t/lib/filefind.t
20723 ____________________________________________________________________________
20724 [ 10606] By: nick                                  on 2001/06/15  14:00:08
20725         Log: regen_config_h for Win32.
20726      Branch: perlio
20727            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20728 ____________________________________________________________________________
20729 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
20730         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
20731              From: Peter Prymmer <pvhp@forte.com>
20732              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
20733              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
20734      Branch: perl
20735            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
20736 ____________________________________________________________________________
20737 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
20738         Log: Some filesystems require writability for rename/unlink.
20739      Branch: perl
20740            ! opcode.pl
20741 ____________________________________________________________________________
20742 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
20743         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
20744              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
20745              Date: Fri, 15 Jun 2001 12:08:53 +0200
20746              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
20747      Branch: perl
20748            ! perlio.c
20749 ____________________________________________________________________________
20750 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
20751         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
20752              From: Mike Guy <mjtg@cam.ac.uk>
20753              Date: Fri, 15 Jun 2001 14:11:49 +0100
20754              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
20755      Branch: perl
20756            ! opcode.pl
20757 ____________________________________________________________________________
20758 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
20759         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
20760              From: Nicholas Clark <nick@ccl4.org>
20761              Date: Thu, 14 Jun 2001 23:52:56 +0100
20762              Message-ID: <20010614235256.G98663@plum.flirble.org>
20763      Branch: perl
20764            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
20765            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
20766 ____________________________________________________________________________
20767 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
20768         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
20769              From: Russ Allbery <rra@stanford.edu>
20770              Date: 14 Jun 2001 13:24:43 -0700
20771              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
20772      Branch: perl
20773            ! ext/GDBM_File/GDBM_File.pm
20774 ____________________________________________________________________________
20775 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
20776         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
20777              From: Nicholas Clark <nick@ccl4.org>
20778              Date: Thu, 14 Jun 2001 20:37:47 +0100
20779              Message-ID: <20010614203747.F98663@plum.flirble.org>
20780      Branch: perl
20781            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
20782            ! t/lib/gdbm.t
20783 ____________________________________________________________________________
20784 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
20785         Log: Integrate perlio.
20786      Branch: perl
20787           !> makedef.pl sv.c
20788 ____________________________________________________________________________
20789 [ 10597] By: nick                                  on 2001/06/15  11:08:13
20790         Log: Check that HVs with HvNAME() != NULL are really stashes before
20791              treating them as such. Also be more defensive on the GvCV.
20792              Win32 fork and dprof now working again. 
20793      Branch: perlio
20794            ! sv.c
20795 ____________________________________________________________________________
20796 [ 10596] By: nick                                  on 2001/06/15  10:11:20
20797         Log: Integrate mainline.
20798      Branch: perlio
20799           +> Cross/README
20800           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
20801           !> Porting/config_H config_h.SH configure.com epoc/config.sh
20802           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
20803           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20804           !> vos/config.ga.h win32/config.bc win32/config.gc
20805           !> win32/config.vc win32/config_H.bc win32/config_H.gc
20806           !> win32/config_H.vc
20807 ____________________________________________________________________________
20808 [ 10595] By: nick                                  on 2001/06/15  09:37:17
20809         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
20810              - Win32 (VC++) now builds but fails:
20811              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
20812              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
20813              write.t    - open(...,"|-") not implemented on Win32 
20814      Branch: perlio
20815            ! makedef.pl
20816 ____________________________________________________________________________
20817 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
20818         Log: Integrate perlio.
20819      Branch: perl
20820           !> perlio.c win32/makefile.mk
20821 ____________________________________________________________________________
20822 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
20823         Log: Metaconfig unit changes for #10592.
20824      Branch: metaconfig
20825            + U/modified/i_varhdr.U U/modified/startsh.U
20826            - U/a_dvisory/crosscompile.U U/target/Target.U
20827            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
20828            ! U/compline/bitpbyte.U U/compline/byteorder.U
20829            ! U/compline/ccflags.U U/compline/charsize.U
20830            ! U/compline/d_casti32.U U/compline/d_castneg.U
20831            ! U/compline/d_closedir.U U/compline/d_fd_set.U
20832            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
20833            ! U/compline/d_keepsig.U U/compline/d_open3.U
20834            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
20835            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
20836            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
20837            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
20838            ! U/compline/doublesize.U U/compline/floatsize.U
20839            ! U/compline/nblock_io.U U/compline/orderlib.U
20840            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
20841            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
20842            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
20843            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
20844            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
20845            ! U/modified/spitshell.U U/threads/archname.U
20846            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
20847            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
20848            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
20849            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
20850            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
20851      Branch: metaconfig/U/perl
20852            + Cross.U
20853            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
20854            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
20855            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
20856            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
20857            ! stdio_streams.U uselfs.U
20858 ____________________________________________________________________________
20859 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
20860         Log: The first steps towards cross-compilation.
20861              
20862              Abstract execution of compiled test executables with $run,
20863              and abstract transfer of files with $to and $from.
20864              
20865              Under cross-compilation the $run, $to, and $from will point
20866              to appropriate wrapper scripts, by default ssh and scp,
20867              but also rsh, rcp, and cp are supported.  If not
20868              cross-compiling, they will be set to '', ':', and ':',
20869              respectively.
20870              
20871              With these patches I was able to get Configure for
20872              iPAQ ARM Linux on an Intel Linux about 95% right
20873              (only a few tests failed to execute or they produced
20874              incorrect results), and I was able to compile
20875              a functional miniperl.
20876              
20877              The symbol crosscompile renamed to be usecrosscompile,
20878              the corresponding C symbol from CROSSCOMPILE to
20879              USE_CROSS_COMPILE.
20880      Branch: perl
20881            ! Configure Cross/README Makefile.SH Porting/Glossary
20882            ! Porting/config.sh Porting/config_H config_h.SH configure.com
20883            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
20884            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
20885            ! vos/config.ga.def vos/config.ga.h win32/config.bc
20886            ! win32/config.gc win32/config.vc win32/config_H.bc
20887            ! win32/config_H.gc win32/config_H.vc
20888 ____________________________________________________________________________
20889 [ 10591] By: nick                                  on 2001/06/14  20:00:12
20890         Log: Steps along the road toward Win32 building again.
20891      Branch: perlio
20892            ! perlio.c win32/makefile.mk
20893 ____________________________________________________________________________
20894 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
20895         Log: Integrate perlio.
20896      Branch: perl
20897           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
20898 ____________________________________________________________________________
20899 [ 10589] By: nick                                  on 2001/06/14  13:54:07
20900         Log: Routine regen_config_h for Win32
20901      Branch: perlio
20902            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
20903 ____________________________________________________________________________
20904 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
20905         Log: Integrate perlio.
20906      Branch: perl
20907           +> perlyline.pl
20908           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
20909 ____________________________________________________________________________
20910 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
20911         Log: A placeholder.
20912      Branch: perl
20913            + Cross/README
20914 ____________________________________________________________________________
20915 [ 10586] By: nick                                  on 2001/06/14  08:25:07
20916         Log: Add new step to run_byacc which:
20917              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
20918              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
20919      Branch: perlio
20920            + perlyline.pl
20921            ! MANIFEST Makefile.SH perly.c
20922 ____________________________________________________________________________
20923 [ 10585] By: nick                                  on 2001/06/14  08:22:29
20924         Log: Integrate mainline
20925      Branch: perlio
20926           +> locale.c numeric.c
20927           !> Changes cygwin/Makefile.SHs embed.h embed.pl
20928           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
20929           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
20930           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
20931           !> x2p/Makefile.SH
20932 ____________________________________________________________________________
20933 [ 10584] By: nick                                  on 2001/06/14  08:05:53
20934         Log: Hack to remove insecure directories from PATH so test will run.
20935      Branch: perlio
20936            ! t/lib/filefind.t
20937 ____________________________________________________________________________
20938 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
20939         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
20940      Branch: perl
20941            - t/lib/mbimbf.t
20942            ! MANIFEST
20943 ____________________________________________________________________________
20944 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
20945         Log: Detypo.
20946      Branch: perl
20947            ! x2p/Makefile.SH
20948 ____________________________________________________________________________
20949 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
20950         Log: de-$CONFIG continues.
20951      Branch: perl
20952            ! cygwin/Makefile.SHs x2p/Makefile.SH
20953 ____________________________________________________________________________
20954 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
20955         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
20956              From: Nicholas Clark <nick@ccl4.org>
20957              Date: Wed, 13 Jun 2001 21:20:13 +0100
20958              Message-ID: <20010613212013.D98663@plum.flirble.org>
20959      Branch: perl
20960            ! opcode.pl
20961 ____________________________________________________________________________
20962 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
20963         Log: Subject: splitting util.c
20964              From: Hugo <hv@crypt.compulink.co.uk>
20965              Date: Thu, 14 Jun 2001 00:41:08 +0100
20966              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
20967      Branch: perl
20968            + locale.c numeric.c
20969            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
20970            ! pod/perlapi.pod proto.h util.c
20971 ____________________________________________________________________________
20972 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
20973         Log: Upgrade to Math::BigInt 1.34 from Tels.
20974      Branch: perl
20975            + t/lib/mbimbf.t
20976            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
20977            ! t/lib/bigfltpm.t t/lib/bigintpm.t
20978 ____________________________________________________________________________
20979 [ 10577] By: nick                                  on 2001/06/13  19:02:48
20980         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
20981      Branch: perlio
20982           !> (integrate 125 files)
20983 ____________________________________________________________________________
20984 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
20985         Log: Update Changes.
20986      Branch: perl
20987            ! Changes patchlevel.h
20988 ____________________________________________________________________________
20989 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
20990         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
20991              From: "Craig A. Berry" <craigberry@mac.com>
20992              Date: Wed, 13 Jun 2001 13:24:28 -0500
20993              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
20994      Branch: perl
20995            ! ext/re/Makefile.PL
20996 ____________________________________________________________________________
20997 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
20998         Log: Mc.u.c. for #10573.
20999      Branch: metaconfig
21000            ! U/threads/usethreads.U
21001 ____________________________________________________________________________
21002 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
21003         Log: It would be also be good if I could type.
21004      Branch: perl
21005            ! Configure
21006 ____________________________________________________________________________
21007 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
21008         Log: Metaconfig unit change for #10571.
21009      Branch: metaconfig
21010            ! U/threads/usethreads.U
21011 ____________________________________________________________________________
21012 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
21013         Log: A non-empty default is a good thing.
21014      Branch: perl
21015            ! Configure
21016 ____________________________________________________________________________
21017 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
21018         Log: Metaconfig unit change for #10569.
21019      Branch: metaconfig
21020            ! U/threads/usethreads.U
21021 ____________________________________________________________________________
21022 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
21023         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
21024              extremely experimental, not even prompted for.
21025      Branch: perl
21026            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21027            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
21028            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21029            ! win32/config.bc win32/config.gc win32/config.vc
21030 ____________________________________________________________________________
21031 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
21032         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
21033      Branch: perl
21034            ! pod/perlfaq6.pod
21035 ____________________________________________________________________________
21036 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
21037         Log: Integrate perlio; conflicts, accept Nick's versions.
21038      Branch: perl
21039           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21040           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
21041 ____________________________________________________________________________
21042 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
21043         Log: Subject: Re: ext/ + -Wall
21044              From: Doug MacEachern <dougm@covalent.net>
21045              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
21046              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
21047      Branch: perl
21048            ! XSUB.h lib/ExtUtils/xsubpp perl.h
21049 ____________________________________________________________________________
21050 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
21051         Log: Similar logic as DB_File.xs, using the modern macros and
21052              defines them to older ones for older Perls where PERL_VERSION
21053              is not defined, from Doug MacEachern.
21054      Branch: perl
21055            ! ext/Storable/Storable.xs
21056 ____________________________________________________________________________
21057 [ 10564] By: nick                                  on 2001/06/13  15:22:01
21058         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
21059              and using that instead (name lookups are sequential search for now).
21060      Branch: perlio
21061            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
21062            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
21063 ____________________________________________________________________________
21064 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
21065         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
21066              From: "Richard Soderberg" <rs@crystalflame.net>
21067              Date: Sat, 26 May 2001 06:44:20 -0700
21068              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
21069      Branch: perl
21070            ! sv.c t/op/glob.t
21071 ____________________________________________________________________________
21072 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
21073         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
21074              From: "Craig A. Berry" <craigberry@mac.com>
21075              Date: Tue, 12 Jun 2001 23:55:26 -0500
21076              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
21077      Branch: perl
21078            ! ext/re/Makefile.PL ext/re/re.xs
21079 ____________________________________________________________________________
21080 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
21081         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
21082              suggested by NI-S.
21083      Branch: perl
21084            ! XSUB.h malloc.c perl.h
21085 ____________________________________________________________________________
21086 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
21087         Log: Regen toc.
21088      Branch: perl
21089            ! pod/perltoc.pod
21090 ____________________________________________________________________________
21091 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
21092         Log: Subject: [patch] perl.gprof control
21093              From: Doug MacEachern <dougm@covalent.net>
21094              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
21095              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
21096      Branch: perl
21097            ! miniperlmain.c perl.h
21098 ____________________________________________________________________________
21099 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
21100         Log: Subject: Re: ext/ + -Wall
21101              From: Doug MacEachern <dougm@covalent.net>
21102              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
21103              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
21104              
21105              Document ax and break up dXSARGS.
21106      Branch: perl
21107            ! XSUB.h pod/perlapi.pod
21108 ____________________________________________________________________________
21109 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
21110         Log: More AIX tweakage from Merijn.
21111      Branch: perl
21112            ! hints/aix.sh
21113 ____________________________________________________________________________
21114 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
21115         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
21116              From: "Craig A. Berry" <craigberry@mac.com>
21117              Date: Tue, 12 Jun 2001 22:57:45 -0500
21118              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
21119      Branch: perl
21120            ! vms/descrip_mms.template
21121 ____________________________________________________________________________
21122 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
21123         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
21124              From: "Craig A. Berry" <craigberry@mac.com>
21125              Date: Tue, 12 Jun 2001 22:21:39 -0500
21126              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
21127      Branch: perl
21128            ! configure.com util.c
21129 ____________________________________________________________________________
21130 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
21131         Log: New AIX dynaloading code from Jens-Uwe Mager.
21132              Does break binary compatibility.
21133      Branch: perl
21134            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
21135 ____________________________________________________________________________
21136 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
21137         Log: VMS DEC C compiler found nits by Peter Prymmer.
21138      Branch: perl
21139            ! util.c
21140 ____________________________________________________________________________
21141 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
21142         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
21143              From: Peter Prymmer <pvhp@forte.com>
21144              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
21145              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
21146      Branch: perl
21147            ! t/lib/filecomp.t
21148 ____________________________________________________________________________
21149 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
21150         Log: I wonder how many $CONFIGs still lurk in the shadows.
21151      Branch: perl
21152            ! pod/Makefile.SH x2p/cflags.SH
21153 ____________________________________________________________________________
21154 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
21155         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
21156      Branch: perl
21157            ! pod/checkpods.PL
21158 ____________________________________________________________________________
21159 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
21160         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
21161      Branch: perl
21162            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
21163 ____________________________________________________________________________
21164 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
21165         Log: Subject: [patch] rid local_patches warnings
21166              From: Doug MacEachern <dougm@covalent.net>
21167              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
21168              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
21169      Branch: perl
21170            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
21171 ____________________________________________________________________________
21172 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
21173         Log: Subject: Re: ext/ + -Wall
21174              From: Doug MacEachern <dougm@covalent.net>
21175              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
21176              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
21177      Branch: perl
21178            ! ext/attrs/attrs.xs
21179 ____________________________________________________________________________
21180 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
21181         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
21182              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
21183              Date: Tue, 12 Jun 2001 14:36:20 -0400
21184              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
21185      Branch: perl
21186            ! pod/perlretut.pod
21187 ____________________________________________________________________________
21188 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
21189         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
21190              From: Mike Guy <mjtg@cam.ac.uk>
21191              Date: Tue, 12 Jun 2001 19:10:31 +0100
21192              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
21193              
21194              Subject: Re: [ID 20010612.001] out of memory during regex compilation
21195              From: Mike Guy <mjtg@cam.ac.uk>
21196              Date: Tue, 12 Jun 2001 19:21:01 +0100
21197              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
21198      Branch: perl
21199            ! pod/perlop.pod
21200 ____________________________________________________________________________
21201 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
21202         Log: AIX tweaks from Merijn H. Brand.
21203      Branch: perl
21204            ! hints/aix.sh
21205 ____________________________________________________________________________
21206 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
21207         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
21208              From: "Brendan O'Dea" <bod@compusol.com.au>
21209              Date: Wed, 13 Jun 2001 05:16:47 +1000
21210              Message-ID: <20010613051647.A8945@compusol.com.au>
21211      Branch: maint-5.6/perl
21212            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21213 ____________________________________________________________________________
21214 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
21215         Log: Subject: Small bcopy cleanup
21216              From: Andy Dougherty <doughera@lafayette.edu>
21217              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
21218              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
21219      Branch: perl
21220            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
21221 ____________________________________________________________________________
21222 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
21223         Log: Subject: [PATCH] Re: ext/ + -Wall
21224              From: Nicholas Clark <nick@ccl4.org>
21225              Date: Wed, 13 Jun 2001 00:04:30 +0100
21226              Message-ID: <20010613000430.M5901@plum.flirble.org>
21227      Branch: perl
21228            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
21229 ____________________________________________________________________________
21230 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
21231         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
21232              From: Nicholas Clark <nick@ccl4.org>
21233              Date: Tue, 12 Jun 2001 23:53:07 +0100
21234              Message-ID: <20010612235307.L5901@plum.flirble.org>
21235      Branch: perl
21236            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21237 ____________________________________________________________________________
21238 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
21239         Log: MPE/iX tweaks from Mark Bixby.
21240      Branch: perl
21241            ! hints/mpeix.sh mpeix/mpeixish.h util.c
21242 ____________________________________________________________________________
21243 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
21244         Log: Update Changes.
21245      Branch: perl
21246            ! Changes patchlevel.h
21247 ____________________________________________________________________________
21248 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
21249         Log: One less -Wall whine (found under DEBUGGING).
21250      Branch: perl
21251            ! x2p/Makefile.SH x2p/a2p.c
21252 ____________________________________________________________________________
21253 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
21254         Log: s/case-independent/case-insensitive/g
21255      Branch: perl
21256            ! pod/perldebug.pod
21257 ____________________________________________________________________________
21258 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
21259         Log: As suggested in    
21260              
21261              Subject: Re: ext/ + -Wall
21262              From: Gurusamy Sarathy <gsar@ActiveState.com>
21263              Date: Mon, 11 Jun 2001 23:34:31 -0700
21264              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
21265      Branch: perl
21266            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
21267            ! perl.h
21268 ____________________________________________________________________________
21269 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
21270         Log: Subject: ext/ + -Wall
21271              From: Doug MacEachern <dougm@covalent.net>
21272              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
21273              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
21274      Branch: perl
21275            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
21276            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
21277            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
21278            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
21279            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
21280            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
21281            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
21282            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
21283            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
21284            ! lib/ExtUtils/xsubpp
21285 ____________________________________________________________________________
21286 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
21287         Log: Subject: [PATCH] anonymous stashes
21288              From: Abhijit Menon-Sen <ams@wiw.org>
21289              Date: Tue, 12 Jun 2001 12:47:04 +0530
21290              Message-ID: <20010612124704.A29029@lustre.linux.in>
21291      Branch: perl
21292            ! dump.c gv.c sv.c xsutils.c
21293 ____________________________________________________________________________
21294 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
21295         Log: One more test for $^S.
21296      Branch: perl
21297            ! t/op/magic.t
21298 ____________________________________________________________________________
21299 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
21300         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
21301              From: Abhijit Menon-Sen <ams@wiw.org>
21302              Date: Tue, 12 Jun 2001 17:35:55 +0530
21303              Message-ID: <20010612173555.A32426@lustre.linux.in>
21304      Branch: perl
21305            ! mg.c t/op/magic.t
21306 ____________________________________________________________________________
21307 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
21308         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
21309              From: Mike Guy <mjtg@cam.ac.uk>
21310              Date: Tue, 12 Jun 2001 13:14:15 +0100
21311              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
21312      Branch: perl
21313            ! pod/perlop.pod
21314 ____________________________________________________________________________
21315 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
21316         Log: AUTHORS updates.
21317      Branch: perl
21318            ! AUTHORS
21319 ____________________________________________________________________________
21320 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
21321         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
21322              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
21323              Content-Transfer-Encoding: 7bit
21324              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
21325      Branch: perl
21326            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
21327 ____________________________________________________________________________
21328 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
21329         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
21330              From: "Philip Newton" <Philip.Newton@gmx.net>
21331              Date: Mon, 11 Jun 2001 07:08:03 +0200
21332              Message-Id: <200106120802.LAA08992@taas.iki.fi>
21333      Branch: perl
21334            ! t/base/term.t
21335 ____________________________________________________________________________
21336 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
21337         Log: Cleanup the a2p.c for -Wall.
21338      Branch: perl
21339            ! x2p/Makefile.SH x2p/a2p.c
21340 ____________________________________________________________________________
21341 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
21342         Log: File::Find update for MacOS from Chris Nandor.
21343      Branch: perl
21344            ! lib/File/Find.pm t/lib/filefind.t
21345 ____________________________________________________________________________
21346 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
21347         Log: gcc -Wall nits picked out by a non-UNIX system
21348              (courtesy of Mark Bixby)
21349      Branch: perl
21350            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
21351            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
21352            ! pp_sys.c util.c
21353 ____________________________________________________________________________
21354 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
21355         Log: Metaconfig unit change for #10522.  (The d_modfl changes
21356              placate metalint.)
21357      Branch: metaconfig/U/perl
21358            ! d_modfl.U d_u32align.U
21359 ____________________________________________________________________________
21360 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
21361         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
21362              be "./try 2>&1 >/dev/null".
21363      Branch: perl
21364            ! Configure
21365 ____________________________________________________________________________
21366 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
21367         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
21368              From: "Craig A. Berry" <craigberry@mac.com>
21369              Date: Mon, 11 Jun 2001 14:00:32 -0500
21370              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
21371      Branch: perl
21372            ! configure.com
21373 ____________________________________________________________________________
21374 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
21375         Log: Move the full \p\P lists to perlunicode.
21376      Branch: perl
21377            ! pod/perlretut.pod pod/perlunicode.pod
21378 ____________________________________________________________________________
21379 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
21380         Log: VOS build tweak for 5.6.1 from Paul Green.
21381      Branch: maint-5.6/perl
21382            ! vos/build.cm
21383 ____________________________________________________________________________
21384 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
21385         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
21386              From: "Craig A. Berry" <craigberry@mac.com>
21387              Date: Fri, 8 Jun 2001 18:08:18 -0500
21388              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
21389      Branch: perl
21390            ! vms/vms.c
21391 ____________________________________________________________________________
21392 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
21393         Log: Update Changes.
21394      Branch: perl
21395            ! Changes patchlevel.h
21396 ____________________________________________________________________________
21397 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
21398         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
21399      Branch: perl
21400            ! vos/config.alpha.h vos/config.ga.h
21401 ____________________________________________________________________________
21402 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
21403         Log: VOS updates from Paul Green for @10476.
21404      Branch: perl
21405            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
21406            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
21407            ! vos/config.ga.h vos/configure_perl.cm
21408 ____________________________________________________________________________
21409 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
21410         Log: Subject: [PATCH] Not many people know this ...
21411              From: Mike Guy <mjtg@cam.ac.uk>
21412              Date: Mon, 11 Jun 2001 14:55:15 +0100
21413              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
21414      Branch: perl
21415            ! pod/perldebug.pod
21416 ____________________________________________________________________________
21417 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
21418         Log: Add final commas to lists as suggested by Philip Newton.
21419      Branch: perl
21420            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21421 ____________________________________________________________________________
21422 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
21423         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
21424              Date: Sun, 10 Jun 2001 23:35:38 -0400
21425              From: Chris Nandor <pudge@pobox.com>
21426              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
21427      Branch: perl
21428            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
21429            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
21430            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
21431            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
21432            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
21433            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
21434            ! t/op/write.t t/pragma/strict.t
21435 ____________________________________________________________________________
21436 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
21437         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
21438              From: Chris Nandor <pudge@pobox.com>
21439              Date: Mon, 11 Jun 2001 08:24:28 -0400
21440              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
21441      Branch: perl
21442            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
21443            ! t/lib/io_dir.t
21444 ____________________________________________________________________________
21445 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
21446         Log: One more run_byacc (a hand-tweaked version had slipped in).
21447      Branch: perl
21448            ! perly.c vms/perly_c.vms
21449 ____________________________________________________________________________
21450 [ 10509] By: nick                                  on 2001/06/11  07:49:15
21451         Log: Integrate mainline
21452      Branch: perlio
21453           !> Makefile.SH embed.h embed.pl global.sym
21454           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
21455           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
21456           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
21457           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
21458 ____________________________________________________________________________
21459 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
21460         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
21461              From: Mike Guy <mjtg@cam.ac.uk>
21462              Reply-To: mjtg@cam.ac.uk
21463              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
21464      Branch: perl
21465            ! lib/ExtUtils/Manifest.pm
21466 ____________________________________________________________________________
21467 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
21468         Log: Subject: [PATCH] ExtUtils::Constant
21469              From: Nicholas Clark <nick@ccl4.org>
21470              Date: Sun, 10 Jun 2001 23:25:41 +0100
21471              Message-ID: <20010610232540.C76396@plum.flirble.org>
21472      Branch: perl
21473            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
21474 ____________________________________________________________________________
21475 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
21476         Log: Integrate perlio.
21477      Branch: perl
21478           !> iperlsys.h
21479 ____________________________________________________________________________
21480 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
21481         Log: Move the grok_number and its lieutenant grok_numeric_radix
21482              from sv.c statics to util.c and public.
21483      Branch: perl
21484            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
21485            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
21486 ____________________________________________________________________________
21487 [ 10504] By: nick                                  on 2001/06/10  17:47:06
21488         Log: Fix (valid) -Wall warnings in perlio.c
21489      Branch: perlio
21490            ! iperlsys.h
21491 ____________________________________________________________________________
21492 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
21493         Log: Update perly_c.diff, update perly.fixer to edit away
21494              some of the -Wall noise.
21495      Branch: perl
21496            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
21497 ____________________________________________________________________________
21498 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
21499         Log: Check the version of byacc.
21500      Branch: perl
21501            ! Makefile.SH
21502 ____________________________________________________________________________
21503 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
21504         Log: Subject: [PATCH] perly.y overhaul
21505              From: Simon Cozens <simon@netthink.co.uk>
21506              Date: Sun, 10 Jun 2001 16:56:54 +0100
21507              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
21508              
21509              Plus make run_byacc.
21510      Branch: perl
21511            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
21512 ____________________________________________________________________________
21513 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
21514         Log: Integrate perlio.
21515      Branch: perl
21516           !> perlio.c perlsfio.h
21517 ____________________________________________________________________________
21518 [ 10499] By: nick                                  on 2001/06/10  15:01:08
21519         Log: Integrate mainline
21520      Branch: perlio
21521           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
21522           !> t/pragma/locale.t util.c
21523 ____________________________________________________________________________
21524 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
21525         Log: Put some meat on the perl572delta bones.  The list of
21526              selected bug fixes needs more work, as does still the
21527              whole document.
21528      Branch: perl
21529            ! pod/perl572delta.pod
21530 ____________________________________________________________________________
21531 [ 10497] By: nick                                  on 2001/06/10  12:27:51
21532         Log: Paper over a crack or two with USE_SFIO
21533      Branch: perlio
21534            ! perlio.c perlsfio.h
21535 ____________________________________________________________________________
21536 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
21537         Log: Update Changes.
21538      Branch: perl
21539            ! Changes patchlevel.h
21540 ____________________________________________________________________________
21541 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
21542         Log: Subject: Re: pragma/locale.t #107
21543              From: Hugo <hv@crypt.compulink.co.uk>
21544              Date: Sun, 10 Jun 2001 11:23:30 +0100
21545              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
21546              
21547              Encapsulate the scan of the decimal radix separator.
21548      Branch: perl
21549            ! embed.h embed.pl proto.h sv.c
21550 ____________________________________________________________________________
21551 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
21552         Log: Try to grok numbers both with the locale specific separator
21553              and with the usual "." (if different from the lss); add a test
21554              to locale.t to do also a little bit of math in addition to just
21555              equalness testing; remove extraneous logic as suggested in
21556              
21557              Subject: Re: pragma/locale.t #107
21558              From: Nicholas Clark <nick@ccl4.org>
21559              Date: Sat, 9 Jun 2001 22:37:36 +0100
21560              Message-ID: <20010609223735.Y76396@plum.flirble.org>
21561      Branch: perl
21562            ! sv.c t/pragma/locale.t
21563 ____________________________________________________________________________
21564 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
21565         Log: Metaconfig unit change for #10492.
21566      Branch: metaconfig/U/perl
21567            ! Extensions.U
21568 ____________________________________________________________________________
21569 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
21570         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
21571              From: Artur Bergman <artur@contiller.se> 
21572              Date: Sat, 09 Jun 2001 21:03:51 +0200
21573              Message-ID: <B7483FB6.1398%artur@contiller.se>
21574      Branch: perl
21575            ! Configure
21576 ____________________________________________________________________________
21577 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
21578         Log: Integrate perlio.
21579      Branch: perl
21580           !> perlsfio.h
21581 ____________________________________________________________________________
21582 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
21583         Log: Do locale specific separator if only in locale.
21584      Branch: perl
21585            ! util.c
21586 ____________________________________________________________________________
21587 [ 10489] By: nick                                  on 2001/06/09  19:13:25
21588         Log: Make XS/Typemap compile (but fail) with sfio
21589      Branch: perlio
21590            ! perlsfio.h
21591 ____________________________________________________________________________
21592 [ 10488] By: nick                                  on 2001/06/09  19:12:51
21593         Log: Re-integrate mainline
21594      Branch: perlio
21595           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
21596           !> proto.h sv.c util.c
21597 ____________________________________________________________________________
21598 [ 10487] By: nick                                  on 2001/06/09  16:26:29
21599         Log: Integrate mainline
21600      Branch: perlio
21601           !> (integrate 31 files)
21602 ____________________________________________________________________________
21603 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
21604         Log: Subject: [PATCH] New attempt to clone callack
21605              From: Artur Bergman <artur@contiller.se> 
21606              Date: Thu, 07 Jun 2001 11:52:16 +0200
21607              Message-ID: <B7451B6F.12B7%artur@contiller.se>
21608      Branch: perl
21609            ! embedvar.h intrpvar.h perlapi.h sv.c
21610 ____________________________________________________________________________
21611 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
21612         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
21613      Branch: perl
21614            ! embed.h embed.pl perl.h proto.h sv.c util.c
21615 ____________________________________________________________________________
21616 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
21617         Log: Subject: Re: pragma/locale.t #107
21618              From: Nicholas Clark <nick@ccl4.org>
21619              Date: Sat, 9 Jun 2001 16:26:10 +0100
21620              Message-ID: <20010609162609.V76396@plum.flirble.org>
21621              
21622              A missing NVification.
21623      Branch: perl
21624            ! sv.c
21625 ____________________________________________________________________________
21626 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
21627         Log: Redo the #10482, there already was a test script for formats.
21628      Branch: perl
21629            - t/io/format.t
21630            ! MANIFEST t/op/write.t
21631 ____________________________________________________________________________
21632 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
21633         Log: Twisted format testing, from Merijn.
21634      Branch: perl
21635            + t/io/format.t
21636            ! MANIFEST
21637 ____________________________________________________________________________
21638 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
21639         Log: More \p{In...} testing, combined with \N{...}.
21640      Branch: perl
21641            ! lib/utf8_heavy.pl t/op/pat.t
21642 ____________________________________________________________________________
21643 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
21644         Log: Metaconfig changes for #10479.
21645      Branch: metaconfig
21646            ! U/Glossary.patch
21647      Branch: metaconfig/U/perl
21648            ! d_modfl.U
21649 ____________________________________________________________________________
21650 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
21651         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
21652      Branch: perl
21653            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21654            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
21655            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
21656            ! win32/config.bc win32/config.gc win32/config.vc
21657 ____________________________________________________________________________
21658 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
21659         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
21660              From: "Craig A. Berry" <craigberry@mac.com>
21661              Date: Thu, 7 Jun 2001 14:27:20 -0500
21662              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
21663      Branch: perl
21664            ! vms/perlvms.pod
21665 ____________________________________________________________________________
21666 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
21667         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
21668              From: Gisle Aas <gisle@ActiveState.com>
21669              Date: 07 Jun 2001 17:04:29 -0700
21670              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
21671      Branch: perl
21672            ! ext/re/re.xs
21673 ____________________________________________________________________________
21674 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
21675         Log: Update Changes.
21676      Branch: perl
21677            ! Changes patchlevel.h
21678 ____________________________________________________________________________
21679 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
21680         Log: Regen Glossary et alia.
21681      Branch: perl
21682            ! Porting/Glossary Porting/config.sh Porting/config_H
21683 ____________________________________________________________________________
21684 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
21685         Log: Metaconfig unit changes for #10473.
21686      Branch: metaconfig/U/perl
21687            ! d_modfl.U
21688 ____________________________________________________________________________
21689 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
21690         Log: Harumph, also AIX will spill its guts (i.e. dump core)
21691              if an executable contains modfl() but it hasn't been
21692              compiled right (in the case of AIX, with cc -qlongdouble).
21693      Branch: perl
21694            ! Configure
21695 ____________________________________________________________________________
21696 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
21697         Log: integrate change#10471 from mainline
21698              
21699              in change#10451, check that CvOUTSIDE is a CV before looking in
21700              (it can apparently be SVt_NULL during global destruction)
21701      Branch: maint-5.6/perl
21702           !> op.c
21703 ____________________________________________________________________________
21704 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
21705         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
21706              (it can apparently be SVt_NULL during global destruction)
21707      Branch: perl
21708            ! op.c
21709 ____________________________________________________________________________
21710 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
21711         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
21712              From: Robin Barker <rmb1@cise.npl.co.uk>
21713              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
21714              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
21715      Branch: perl
21716            ! lib/diagnostics.pm pod/perldiag.pod
21717 ____________________________________________________________________________
21718 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
21719         Log: Subject: [PATCH perl@10439] long =item
21720              From: Robin Barker <rmb1@cise.npl.co.uk>
21721              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
21722              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
21723      Branch: perl
21724            ! README.amiga lib/Attribute/Handlers.pm
21725            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
21726 ____________________________________________________________________________
21727 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
21728         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
21729              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
21730              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
21731              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
21732      Branch: perl
21733            ! pod/perlguts.pod
21734 ____________________________________________________________________________
21735 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
21736         Log: Integrate perlio.
21737      Branch: perl
21738           !> sv.c
21739 ____________________________________________________________________________
21740 [ 10466] By: nick                                  on 2001/06/07  10:25:40
21741         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
21742              whitespace tweaks.
21743              Still coredumps in pragma/overload.t - what a nice hard fail that is...
21744      Branch: perlio
21745            ! sv.c
21746 ____________________________________________________________________________
21747 [ 10465] By: nick                                  on 2001/06/07  08:41:58
21748         Log: Raw integrate of mainline for S_grok_number debug
21749              (sv.c has MULTIPLICITY issues as well as whatever else ...)
21750      Branch: perlio
21751            - plan9/perlplan9.doc plan9/perlplan9.pod
21752           !> (integrate 46 files)
21753 ____________________________________________________________________________
21754 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
21755         Log: The proper prototyping for #10463.
21756      Branch: perl
21757            ! embed.h embed.pl proto.h sv.c
21758 ____________________________________________________________________________
21759 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
21760         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
21761              From: Nicholas Clark <nick@ccl4.org>
21762              Date: Thu, 7 Jun 2001 00:29:59 +0100
21763              Message-ID: <20010607002959.Z76396@plum.flirble.org>
21764      Branch: perl
21765            ! sv.c
21766 ____________________________________________________________________________
21767 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
21768         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
21769              From: "Craig A. Berry" <craigberry@mac.com>
21770              Date: Wed, 06 Jun 2001 17:54:30 -0500
21771              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
21772      Branch: perl
21773            ! vms/perlvms.pod
21774 ____________________________________________________________________________
21775 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
21776         Log: Podify the remaining README.platform files;
21777              merge README.plan9 and plan9/perlplan9.pod;
21778              delete plan9/perlplan9.* (the perlplan.doc needs to
21779              be regenerated in Plan 9); make the =head1 and =head2
21780              in the README.platform to be a little more verbose
21781              (skipped README.os2 not to anger Ilya) so that they
21782              look better in the toc; regen toc.
21783      Branch: perl
21784            - plan9/perlplan9.doc plan9/perlplan9.pod
21785            ! MANIFEST README.aix README.amiga README.apollo README.beos
21786            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
21787            ! README.hpux README.hurd README.machten README.macos
21788            ! README.micro README.mint README.mpeix README.os390
21789            ! README.plan9 README.qnx README.solaris README.threads
21790            ! README.tru64 README.vmesa README.vms README.vos README.win32
21791            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
21792            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
21793 ____________________________________________________________________________
21794 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
21795         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
21796              From: Mike Guy <mjtg@cam.ac.uk>
21797              Reply-To: mjtg@cam.ac.uk
21798              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
21799      Branch: perl
21800            ! pod/perlguts.pod
21801 ____________________________________________________________________________
21802 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
21803         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
21804              From: Mike Guy <mjtg@cam.ac.uk>
21805              Reply-To: mjtg@cam.ac.uk
21806              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
21807      Branch: perl
21808            ! pod/perlsec.pod
21809 ____________________________________________________________________________
21810 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
21811         Log: Disable long doubles from pre-5.0 Tru64s.
21812      Branch: perl
21813            ! README.tru64 hints/dec_osf.sh
21814 ____________________________________________________________________________
21815 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
21816         Log: The #10455 exposed that modfl() is fundamentally busted
21817              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
21818              testing it.
21819      Branch: perl
21820            ! hints/dec_osf.sh
21821 ____________________________________________________________________________
21822 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
21823         Log: Metaconfig unit change for #10455.
21824      Branch: metaconfig/U/perl
21825            ! d_modfl.U
21826 ____________________________________________________________________________
21827 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
21828         Log: Configure check for geborken modfl(), inspired by
21829              
21830              Subject: Re: [20010118.017] op/int.t failure 
21831              From: Hugo <hv@crypt.compulink.co.uk>
21832              Date: Tue, 05 Jun 2001 13:43:27 +0100
21833              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
21834      Branch: perl
21835            ! Configure
21836 ____________________________________________________________________________
21837 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
21838         Log: Integrate changes #10450 and #10451 from maintperl:
21839              
21840              optimize change#10448 slightly (don't repeat search in eval""s lexical
21841              scope, since that has already been searched)
21842              
21843              change#9108 needs subtler treatment for case of closures created
21844              within eval""
21845      Branch: perl
21846           !> op.c t/op/misc.t
21847 ____________________________________________________________________________
21848 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
21849         Log: MakeMaker magic to compile (when no dynamic loading)
21850              List/Util.xsc as (ListUtil.c and) ListUtil.o since
21851              POSIX-BC (BS2000) linker has an evil limitation of
21852              being unable to include in the same executable several
21853              object files with the same name - case-insensitively -
21854              because otherwise we conflict with util.c.
21855              Strictly speaking currently required only in POSIX-BC
21856              but probably will do no harm elsewhere where static
21857              linking is required.
21858      Branch: perl
21859            ! ext/List/Util/Makefile.PL
21860 ____________________________________________________________________________
21861 [ 10452] By: nick                                  on 2001/06/06  08:59:51
21862         Log: Integrate mainline.
21863      Branch: perlio
21864           +> lib/Attribute/Handlers/demo/Demo.pm
21865           +> lib/Attribute/Handlers/demo/Descriptions.pm
21866           +> lib/Attribute/Handlers/demo/MyClass.pm
21867           +> lib/Attribute/Handlers/demo/demo.pl
21868           +> lib/Attribute/Handlers/demo/demo2.pl
21869           +> lib/Attribute/Handlers/demo/demo3.pl
21870           +> lib/Attribute/Handlers/demo/demo4.pl
21871           +> lib/Attribute/Handlers/demo/demo_call.pl
21872           +> lib/Attribute/Handlers/demo/demo_chain.pl
21873           +> lib/Attribute/Handlers/demo/demo_cycle.pl
21874           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
21875           +> lib/Attribute/Handlers/demo/demo_phases.pl
21876           +> lib/Attribute/Handlers/demo/demo_range.pl
21877           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
21878           +> uts/strtol_wrap.c
21879           !> (integrate 91 files)
21880 ____________________________________________________________________________
21881 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
21882         Log: change#9108 needs subtler treatment for case of closures created
21883              within eval""
21884      Branch: maint-5.6/perl
21885            ! op.c t/op/misc.t
21886 ____________________________________________________________________________
21887 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
21888         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
21889              scope, since that has already been searched)
21890      Branch: maint-5.6/perl
21891            ! op.c
21892 ____________________________________________________________________________
21893 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
21894         Log: Integrate change #10448 from maintperl; lexicals
21895              outside an eval"" weren't resolved correctly inside a subroutine
21896              definition inside the eval"" if they were not already referenced
21897              in the toplevel of the eval""-ed code
21898      Branch: perl
21899           !> cop.h op.c pp_ctl.c t/op/misc.t
21900 ____________________________________________________________________________
21901 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
21902         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
21903              outside an eval"" weren't resolved correctly inside a subroutine
21904              definition inside the eval"" if they were not already referenced
21905              in the toplevel of the eval""-ed code
21906      Branch: maint-5.6/perl
21907            ! cop.h op.c pp_ctl.c t/op/misc.t
21908 ____________________________________________________________________________
21909 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
21910         Log: Subject: [PATCH] perl570delta.pod
21911              From: Peter Scott <Peter@PSDT.com> 
21912              Date: Tue, 05 Jun 2001 18:51:02 -0700
21913              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
21914      Branch: perl
21915            ! pod/perl570delta.pod
21916 ____________________________________________________________________________
21917 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
21918         Log: The fudge factor is no more needed.  I hope.
21919      Branch: perl
21920            ! t/lib/posix.t
21921 ____________________________________________________________________________
21922 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
21923         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
21924              From: Hugo <hv@crypt.compulink.co.uk>
21925              Date: Tue, 05 Jun 2001 12:58:19 +0100
21926              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
21927      Branch: perl
21928            ! util.c
21929 ____________________________________________________________________________
21930 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
21931         Log: Make up prototypes only for those who have the functions
21932              but not the prototypes.
21933      Branch: perl
21934            ! perl.h
21935 ____________________________________________________________________________
21936 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
21937         Log: Subject: Re: Not OK: perl@10439 on win32 
21938              From: Prymmer/Kahn <pvhp@best.com> 
21939              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
21940              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
21941      Branch: perl
21942            ! perl.h util.c
21943 ____________________________________________________________________________
21944 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
21945         Log: The metaconfig units changes for #10441.
21946      Branch: metaconfig
21947            ! U/modified/Extract.U U/modified/Extractall.U
21948            ! U/modified/Finish.U
21949 ____________________________________________________________________________
21950 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
21951         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
21952      Branch: perl
21953            ! Configure
21954 ____________________________________________________________________________
21955 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
21956         Log: Unnecessary fuzziness undone, noted by Mike Guy.
21957      Branch: perl
21958            ! t/op/tr.t
21959 ____________________________________________________________________________
21960 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
21961         Log: Update Changes.
21962      Branch: perl
21963            ! Changes patchlevel.h
21964 ____________________________________________________________________________
21965 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
21966         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
21967              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
21968              leakage patch.
21969      Branch: perl
21970            ! t/op/misc.t
21971 ____________________________________________________________________________
21972 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
21973         Log: Test case for #10433/#10424.
21974      Branch: perl
21975            ! t/op/misc.t
21976 ____________________________________________________________________________
21977 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
21978         Log: Subject: One fix for strtoul not setting errno
21979              From: hom00@utsglobal.com (Hal Morris)
21980              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
21981              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
21982      Branch: perl
21983            + uts/strtol_wrap.c
21984            ! MANIFEST hints/uts.sh
21985 ____________________________________________________________________________
21986 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
21987         Log: Metaconfig units changes for #10434.
21988      Branch: metaconfig
21989            ! U/modified/Cppsym.U
21990      Branch: metaconfig/U/perl
21991            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
21992            + d_syscallproto.U d_usleepproto.U
21993            ! longdblfio.U quadfio.U
21994 ____________________________________________________________________________
21995 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
21996         Log: Configure tweaks; add prototype probes, make the cpp symbols
21997              probe to cast, not whine; test for %Ld and %Lf before %lld and
21998              %llf because the L is the ANSI way.
21999      Branch: perl
22000            ! Configure config_h.SH configure.com epoc/config.sh
22001            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
22002            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
22003            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
22004 ____________________________________________________________________________
22005 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
22006         Log: Sigh.  This is what #10424 was supposed to check in.
22007      Branch: perl
22008            ! op.c sv.c sv.h
22009 ____________________________________________________________________________
22010 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
22011         Log: More verbose failure.
22012      Branch: perl
22013            ! t/op/ver.t
22014 ____________________________________________________________________________
22015 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
22016         Log: The .pm changes to go with #10428.
22017      Branch: perl
22018            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
22019            ! ext/Sys/Syslog/Syslog.pm
22020 ____________________________________________________________________________
22021 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
22022         Log: On second thoughts show to utf8 skippage message only
22023              on failures, it's too confusing otherwise,
22024      Branch: perl
22025            ! t/pragma/locale.t
22026 ____________________________________________________________________________
22027 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
22028         Log: Do not import anything from Encode.
22029      Branch: perl
22030            ! ext/MIME/Base64/QuotedPrint.pm
22031 ____________________________________________________________________________
22032 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
22033         Log: The #10402 didn't take.  Weird.
22034      Branch: perl
22035            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
22036            ! ext/Sys/Syslog/Syslog.xs
22037 ____________________________________________________________________________
22038 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
22039         Log: Eradicate traces of 'asciirange' re subpragma.
22040      Branch: perl
22041            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
22042            ! pod/perldiag.pod
22043 ____________________________________________________________________________
22044 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
22045         Log: use is a compile-time thing.
22046      Branch: perl
22047            ! ext/MIME/Base64/QuotedPrint.pm
22048 ____________________________________________________________________________
22049 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
22050         Log: Subject: [PATCH perl@10419] -Wall casting patch
22051              From: Robin Barker <rmb1@cise.npl.co.uk>
22052              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
22053              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
22054      Branch: perl
22055            ! ext/Devel/DProf/DProf.xs mg.c
22056 ____________________________________________________________________________
22057 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
22058         Log: Subject: [PATCH #2] introducing SVpad_TYPED
22059              From: Abhijit Menon-Sen <ams@wiw.org>
22060              Date: Mon, 4 Jun 2001 12:26:02 +0530
22061              Message-ID: <20010604122602.A5775@lustre.linux.in>
22062      Branch: perl
22063            ! op.c sv.c sv.h
22064 ____________________________________________________________________________
22065 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
22066         Log: testsuite for change#10192 (from Gisle Aas)
22067      Branch: perl
22068            + t/op/override.t
22069            ! MANIFEST
22070 ____________________________________________________________________________
22071 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
22072         Log: integrate changes#10414-10416 from mainline
22073              
22074              Potential buffer overrun if the radix separator is more than
22075              one byte.  Also, under locales, prefer the locale-specific
22076              separator over the old boring ".".
22077              
22078              "10.", that is, decimal numbers can have no decimal part at all.
22079              
22080              The non-locale places need love, too.
22081      Branch: maint-5.6/perl
22082           !> perl.h sv.c
22083 ____________________________________________________________________________
22084 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
22085         Log: Missed from #10420.
22086      Branch: perl
22087            ! epoc/config.sh
22088 ____________________________________________________________________________
22089 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
22090         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
22091              often this prototype goes with HAS_SETRESUID_PROTO.
22092      Branch: perl
22093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22094            ! config_h.SH configure.com perl.h uconfig.h
22095 ____________________________________________________________________________
22096 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
22097         Log: Update Changes.
22098      Branch: perl
22099            ! Changes patchlevel.h
22100 ____________________________________________________________________________
22101 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
22102         Log: -Wall "subscript has type `char'" cleanup.
22103      Branch: perl
22104            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
22105 ____________________________________________________________________________
22106 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
22107         Log: Various "cast to pointer from integer of different size"
22108              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
22109              wide but I32 (int) only 32 bits wide).
22110              
22111              WARNING: the classnum and tagnum changes in Storable.xs
22112              may not be wise, they may be breaking binary compatibility
22113              (in 64-bit platforms), asked Raphael Manfredi about the changes.
22114      Branch: perl
22115            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
22116            ! mg.c proto.h
22117 ____________________________________________________________________________
22118 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
22119         Log: The non-locale places need love, too.
22120      Branch: perl
22121            ! perl.h
22122 ____________________________________________________________________________
22123 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
22124         Log: "10.", that is, decimal numbers can have no decimal part at all.
22125      Branch: perl
22126            ! perl.h
22127 ____________________________________________________________________________
22128 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
22129         Log: Potential buffer overrun if the radix separator is more than
22130              one byte.  Also, under locales, prefer the locale-specific
22131              separator over the old boring ".".
22132      Branch: perl
22133            ! perl.h sv.c
22134 ____________________________________________________________________________
22135 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
22136         Log: Integrate change #10412 from maintperl; locale is now
22137              per-cop, not per-op; plus retweak the locale.t to always
22138              list the skipped utf8 locales.
22139      Branch: perl
22140            ! t/pragma/locale.t
22141           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
22142           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
22143 ____________________________________________________________________________
22144 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
22145         Log: rationalize locale handling to fix the bugs uncovered by change#10394
22146              
22147              the major issue was that the runtime was looking at PL_hints rather
22148              than op_private to notice whether locale was enabled
22149              
22150              the secondary issue was that many locale-sensitive numeric ops didn't
22151              have HINT_LOCALE propagated into their op_private
22152              
22153              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
22154              instead of per-op, just like HINT_BYTE and the hints for lexical
22155              warnings (this makes the hint available to every op via PL_curcop)
22156              
22157              pragma/locale.t may need to be reworked with these fixes in mind
22158              (it currently passes its tests)
22159      Branch: maint-5.6/perl
22160            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
22161            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
22162 ____________________________________________________________________________
22163 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
22164         Log: More verbose debugging.
22165      Branch: perl
22166            ! t/pragma/locale.t
22167 ____________________________________________________________________________
22168 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
22169         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
22170              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
22171              Date: Sat, 2 Jun 2001 22:53:33 +0100
22172              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
22173      Branch: perl
22174            ! regcomp.c t/pragma/warn/regcomp
22175 ____________________________________________________________________________
22176 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
22177         Log: Mention that lexicalizing $a or $b is a bad idea if one
22178              wants to use sort().
22179      Branch: perl
22180            ! pod/perlvar.pod
22181 ____________________________________________________________________________
22182 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
22183         Log: Tweak the test to be happy if the accuracy is 'good enough'.
22184      Branch: perl
22185            ! t/lib/posix.t
22186 ____________________________________________________________________________
22187 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
22188         Log: Upgrade to Attribute::Handlers 0.70.
22189              
22190              NOTE: this unearthed the "too late for CHECK block" bug,
22191              that's why the 1_compile.t change.
22192      Branch: perl
22193            + lib/Attribute/Handlers/demo/Demo.pm
22194            + lib/Attribute/Handlers/demo/Descriptions.pm
22195            + lib/Attribute/Handlers/demo/MyClass.pm
22196            + lib/Attribute/Handlers/demo/demo.pl
22197            + lib/Attribute/Handlers/demo/demo2.pl
22198            + lib/Attribute/Handlers/demo/demo3.pl
22199            + lib/Attribute/Handlers/demo/demo4.pl
22200            + lib/Attribute/Handlers/demo/demo_call.pl
22201            + lib/Attribute/Handlers/demo/demo_chain.pl
22202            + lib/Attribute/Handlers/demo/demo_cycle.pl
22203            + lib/Attribute/Handlers/demo/demo_hashdir.pl
22204            + lib/Attribute/Handlers/demo/demo_phases.pl
22205            + lib/Attribute/Handlers/demo/demo_range.pl
22206            + lib/Attribute/Handlers/demo/demo_rawdata.pl
22207            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
22208            ! t/lib/attrhand.t
22209 ____________________________________________________________________________
22210 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
22211         Log: One less -Wall whine.
22212      Branch: perl
22213            ! regcomp.c
22214 ____________________________________________________________________________
22215 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
22216         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
22217      Branch: perl
22218           !> t/op/eval.t
22219 ____________________________________________________________________________
22220 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
22221         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
22222              aren't "normally" visible inside eval""s contained in subs unless
22223              a cloned reference to them already exists)
22224              
22225              strangely enough, t/harness didn't show this up as a failure
22226              (harness needs fixing?)
22227      Branch: maint-5.6/perl
22228            ! t/op/eval.t
22229 ____________________________________________________________________________
22230 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
22231         Log: Update to Text::Balanced 1.85.
22232      Branch: perl
22233            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
22234 ____________________________________________________________________________
22235 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
22236         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
22237              From: Nicholas Clark <nick@ccl4.org>
22238              Date: Sun, 3 Jun 2001 17:54:36 +0100
22239              Message-ID: <20010603175436.E76396@plum.flirble.org> 
22240      Branch: perl
22241            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
22242            ! ext/Sys/Syslog/Syslog.xs
22243 ____________________________________________________________________________
22244 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
22245         Log: Unused variables.
22246      Branch: perl
22247            ! util.c
22248 ____________________________________________________________________________
22249 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
22250         Log: Subject: [PATCH] APIfy op_clear 
22251              From: Simon Cozens <simon@netthink.co.uk>
22252              Date: Sun, 3 Jun 2001 13:51:46 +0100
22253              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
22254              
22255              (despite the subject line, op_null is APIfied by the patch)
22256      Branch: perl
22257            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22258 ____________________________________________________________________________
22259 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
22260         Log: Subject: [PATCH] t/lib/extutils.t
22261              From: Nicholas Clark <nick@ccl4.org>
22262              Date: Sat, 2 Jun 2001 23:57:05 +0100
22263              Message-ID: <20010602235705.Q12698@plum.flirble.org>
22264      Branch: perl
22265            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
22266 ____________________________________________________________________________
22267 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
22268         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
22269              From: Prymmer/Kahn <pvhp@best.com>
22270              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
22271              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
22272      Branch: perl
22273            ! win32/Makefile win32/makefile.mk
22274 ____________________________________________________________________________
22275 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
22276         Log: Subject: Re: 'decimal digits' macro? 
22277              From: Hugo <hv@crypt.compulink.co.uk>
22278              Date: Sun, 03 Jun 2001 04:26:36 +0100
22279              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
22280      Branch: perl
22281            ! handy.h t/lib/posix.t t/op/tr.t
22282 ____________________________________________________________________________
22283 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
22284         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
22285              From: Hugo <hv@crypt.compulink.co.uk>
22286              Date: Sun, 03 Jun 2001 14:56:30 +0100
22287              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
22288      Branch: perl
22289            ! util.c
22290 ____________________________________________________________________________
22291 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
22292         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
22293      Branch: perl
22294           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
22295           !> vms/perly_c.vms
22296 ____________________________________________________________________________
22297 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
22298         Log: fix leakage of lexicals at file scope into subroutines that were
22299              declared before them; this appears to be a longstanding bug that
22300              meant that lexicals at file scope were never "deintroduced", meaning
22301              their scope range was never properly closed, and their visibility
22302              extended to all subsequent eval""s or requires
22303              
22304              added a test case
22305              
22306              seems to also fix a case of bogus duplicate warnings
22307      Branch: maint-5.6/perl
22308            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
22309            ! vms/perly_c.vms
22310 ____________________________________________________________________________
22311 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
22312         Log: More VMS tweaks from Craig A. Berry.
22313      Branch: perl
22314            ! configure.com t/lib/extutils.t
22315 ____________________________________________________________________________
22316 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
22317         Log: -Wall cleanup continues.
22318      Branch: perl
22319            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
22320            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
22321            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
22322            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
22323            ! run.c toke.c util.c
22324 ____________________________________________________________________________
22325 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
22326         Log: The metaconfig unit change for #10390.
22327      Branch: metaconfig/U/perl
22328            ! gccvers.U
22329 ____________________________________________________________________________
22330 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
22331         Log: Drop the -ansi from the default gcc flags.
22332              
22333              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
22334              that struct cannot be compared with a flat integer, such as STRLEN.
22335              The -ansi will also cause a lot of noise in Solaris because of:
22336              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
22337      Branch: perl
22338            ! Configure
22339 ____________________________________________________________________________
22340 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
22341         Log: Integrate perlio.
22342      Branch: perl
22343           !> pod/perlapi.pod util.c
22344 ____________________________________________________________________________
22345 [ 10388] By: nick                                  on 2001/06/02  08:01:12
22346         Log: Integrate mainline
22347      Branch: perlio
22348           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
22349           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
22350           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
22351           !> t/lib/1_compile.t t/lib/mimeqp.t
22352 ____________________________________________________________________________
22353 [ 10387] By: nick                                  on 2001/06/02  07:39:17
22354         Log: Tweak util.c's atof2 for MULTIPLICITY
22355      Branch: perlio
22356            ! util.c
22357 ____________________________________________________________________________
22358 [ 10386] By: nick                                  on 2001/06/02  07:38:33
22359         Log: Integrate mainline
22360      Branch: perlio
22361           !> (integrate 41 files)
22362 ____________________________________________________________________________
22363 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
22364         Log: Add Attribute::Handlers 0.61 from Damian Conway.
22365      Branch: perl
22366            + lib/Attribute/Handlers.pm t/lib/attrhand.t
22367            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
22368 ____________________________________________________________________________
22369 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
22370         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
22371              From: Peter Prymmer <pvhp@forte.com>
22372              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
22373              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
22374      Branch: perl
22375            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
22376 ____________________________________________________________________________
22377 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
22378         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
22379              From: Jeff Pinyan <jeffp@crusoe.net>
22380              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
22381              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
22382      Branch: perl
22383            ! lib/File/Find.pm
22384 ____________________________________________________________________________
22385 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
22386         Log: Subject: [PATCH perl@10381] configure.com tweaks
22387              From: "Craig A. Berry" <craigberry@mac.com>
22388              Date: Fri, 1 Jun 2001 13:55:43 -0500
22389              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
22390      Branch: perl
22391            ! configure.com
22392 ____________________________________________________________________________
22393 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
22394         Log: Update Changes.
22395      Branch: perl
22396            ! Changes patchlevel.h
22397 ____________________________________________________________________________
22398 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
22399         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
22400              From: Mike Guy <mjtg@cam.ac.uk>
22401              Date: Fri, 01 Jun 2001 18:17:02 +0100
22402              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
22403      Branch: perl
22404            ! lib/perl5db.pl
22405 ____________________________________________________________________________
22406 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
22407         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
22408              From: Hugo <hv@crypt.compulink.co.uk>
22409              Date: Thu, 31 May 2001 20:49:48 +0100
22410              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
22411      Branch: perl
22412            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
22413            ! util.c
22414 ____________________________________________________________________________
22415 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
22416         Log: Zero() is not available in x2p (or, rather, some of its
22417              implementations like memzero() might not be available.)
22418      Branch: perl
22419            ! x2p/hash.c
22420 ____________________________________________________________________________
22421 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
22422         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
22423              From: Michael G Schwern <schwern@pobox.com>
22424              Date: Fri, 1 Jun 2001 12:00:29 +0100
22425              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
22426              
22427              (But use Zero() instead of memset.)
22428      Branch: perl
22429            ! x2p/hash.c
22430 ____________________________________________________________________________
22431 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
22432         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
22433              From: Jeff Pinyan <jeffp@crusoe.net>
22434              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
22435              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
22436      Branch: perl
22437            ! pod/perldiag.pod regcomp.c t/op/pat.t
22438 ____________________________________________________________________________
22439 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
22440         Log: Retract #10324 and #10333; not needed.
22441      Branch: perl
22442            ! hints/irix_6.sh hints/linux.sh
22443 ____________________________________________________________________________
22444 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
22445         Log: The #10370 wasn't quite right.
22446      Branch: perl
22447            ! ext/XS/Typemap/Typemap.xs
22448 ____________________________________________________________________________
22449 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
22450         Log: The metaconfig units changes for #10372.
22451      Branch: metaconfig/U/perl
22452            + d_realpath.U d_sresgproto.U d_sresuproto.U
22453            ! gccvers.U i_db.U
22454 ____________________________________________________________________________
22455 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
22456         Log: Configure tweaks; record the Berkeley DB version,
22457              probe for realpath(), for setresuid() and setresgid()
22458              prototypes; use realpath() (try to be paranoid enough),
22459              use the setres[ug]id prototypes because glibc has the functions
22460              but not their prototypes; add -Wall -ansi to gcc ccflags;
22461              regen toc.
22462      Branch: perl
22463            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22464            ! config_h.SH configure.com epoc/config.sh
22465            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
22466            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
22467            ! vos/config.ga.def win32/config.bc win32/config.gc
22468            ! win32/config.vc
22469 ____________________________________________________________________________
22470 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
22471         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
22472              From: Michael G Schwern <schwern@pobox.com>
22473              Date: Fri, 1 Jun 2001 11:28:14 +0100
22474              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
22475      Branch: perl
22476            ! lib/attributes.pm xsutils.c
22477 ____________________________________________________________________________
22478 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
22479         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
22480              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22481              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
22482              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
22483      Branch: perl
22484            ! ext/XS/Typemap/Typemap.xs
22485 ____________________________________________________________________________
22486 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
22487         Log: Subject: [patch] Cwd.xs optimizations/abstraction
22488              From: Doug MacEachern <dougm@covalent.net>
22489              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
22490              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
22491      Branch: perl
22492            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
22493            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
22494 ____________________________________________________________________________
22495 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
22496         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!])
22497              From: Nicholas Clark <nick@ccl4.org>
22498              Date: Thu, 31 May 2001 23:56:40 +0100
22499              Message-ID: <20010531235640.F12698@plum.flirble.org>
22500              
22501              Make the test work also under only static extensions
22502              (sh Configure -Uusedl fakes this nicely)
22503      Branch: perl
22504            ! t/lib/extutils.t
22505 ____________________________________________________________________________
22506 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
22507         Log: Subject: [PATCH hv.c] Eliminating trigraph
22508              From: Michael G Schwern <schwern@pobox.com>
22509              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
22510              Date: Fri, 1 Jun 2001 11:49:56 +0100
22511      Branch: perl
22512            ! hv.c
22513 ____________________________________________________________________________
22514 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
22515         Log: Subject: Re: [PATCH] Tests for File::Compare 
22516              From: "Philip Newton" <Philip.Newton@gmx.net>
22517              Date: Thu, 31 May 2001 19:44:05 +0200
22518              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
22519              
22520              Unnecessary "quotation marks".
22521      Branch: perl
22522            ! t/lib/filecomp.t
22523 ____________________________________________________________________________
22524 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
22525         Log: Integrate perlio.
22526      Branch: perl
22527           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
22528 ____________________________________________________________________________
22529 [ 10364] By: nick                                  on 2001/06/01  10:13:31
22530         Log: Cleanup dll.base and dll.exp created by GCC builds.
22531      Branch: perlio
22532            ! lib/ExtUtils/MM_Win32.pm
22533 ____________________________________________________________________________
22534 [ 10363] By: nick                                  on 2001/06/01  10:02:17
22535         Log: Make filecomp test work on CRLF platforms by adding binmode.
22536      Branch: perlio
22537            ! t/lib/filecomp.t
22538 ____________________________________________________________________________
22539 [ 10362] By: nick                                  on 2001/06/01  08:37:17
22540         Log: Integrate mainline
22541      Branch: perlio
22542           !> Changes Configure patchlevel.h perlio.c
22543 ____________________________________________________________________________
22544 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
22545         Log: panic:claustrophobia.
22546      Branch: perl
22547            ! perlio.c
22548 ____________________________________________________________________________
22549 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
22550         Log: Update Changes.
22551      Branch: perl
22552            ! Changes patchlevel.h
22553 ____________________________________________________________________________
22554 [ 10359] By: nick                                  on 2001/05/31  12:35:50
22555         Log: Integrate mainline.
22556      Branch: perlio
22557           +> t/lib/filecomp.t
22558           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
22559           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
22560 ____________________________________________________________________________
22561 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
22562         Log: Integrate perlio.
22563      Branch: perl
22564           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
22565           !> win32/config_H.vc
22566 ____________________________________________________________________________
22567 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
22568         Log: Metaconfig unit change for #10356.
22569      Branch: metaconfig
22570            ! U/installdirs/inc_version_list.U
22571 ____________________________________________________________________________
22572 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
22573         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
22574              (idea from Sarathy; implementation from Andy)
22575      Branch: perl
22576            ! Configure
22577 ____________________________________________________________________________
22578 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
22579         Log: More AUTHORS.
22580      Branch: perl
22581            ! AUTHORS
22582 ____________________________________________________________________________
22583 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
22584         Log: Subject: Re: [PATCH] Tests for File::Compare
22585              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
22586              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
22587              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
22588      Branch: perl
22589            + t/lib/filecomp.t
22590            ! MANIFEST t/lib/1_compile.t
22591 ____________________________________________________________________________
22592 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
22593         Log: Subject: [PATCH] DEBUG_* macro cleanups
22594              From: Abhijit Menon-Sen <ams@wiw.org>
22595              Date: Thu, 31 May 2001 12:16:22 +0530
22596              Message-ID: <20010531121622.B4829@lustre.linux.in>
22597              
22598              Subject: Re: [PATCH] DEBUG_* macro cleanups
22599              From: Abhijit Menon-Sen <ams@wiw.org>
22600              Date: Thu, 31 May 2001 13:57:01 +0530
22601              Message-ID: <20010531135701.A21775@lustre.linux.in>
22602              
22603              (The DEBUG_ definitions in perl.h changed to use the
22604              STMT_START and STMT_END.)
22605      Branch: perl
22606            ! perl.h pp_ctl.c sv.c toke.c
22607 ____________________________________________________________________________
22608 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
22609         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
22610              From: Abhijit Menon-Sen <ams@wiw.org>
22611              Date: Thu, 31 May 2001 08:27:55 +0530
22612              Message-ID: <20010531082755.A10018@lustre.linux.in>
22613      Branch: perl
22614            ! ext/Storable/Storable.xs gv.c perl.c
22615 ____________________________________________________________________________
22616 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
22617         Log: Subject: [PATCH] AUTHORS
22618              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
22619              Date: Thu, 31 May 2001 01:27:59 -0500
22620              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
22621              
22622              Subject: Re: [PATCH] AUTHORS
22623              From: "Philip Newton" <Philip.Newton@gmx.net>
22624              Date: Thu, 31 May 2001 10:08:06 +0200
22625              (Message-Id missing?)
22626      Branch: perl
22627            ! AUTHORS
22628 ____________________________________________________________________________
22629 [ 10350] By: nick                                  on 2001/05/31  11:40:43
22630         Log: win32 - dmake regen_config_h
22631      Branch: perlio
22632            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22633 ____________________________________________________________________________
22634 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
22635         Log: Subject: Re: [PATCH util.c] More warning cleanups.
22636              From: "Philip Newton" <Philip.Newton@gmx.net>
22637              Date: Thu, 31 May 2001 07:41:36 +0200
22638              Message-Id: <200105310538.IAA25458@taku.hut.fi>
22639              
22640              Undo C++-ism that snekt in.
22641      Branch: perl
22642            ! util.c
22643 ____________________________________________________________________________
22644 [ 10348] By: nick                                  on 2001/05/31  11:36:46
22645         Log: Tolerate Win32 numerics
22646      Branch: perlio
22647            ! t/pragma/warn/toke
22648 ____________________________________________________________________________
22649 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
22650         Log: Integrate perlio.
22651      Branch: perl
22652           !> perlio.c win32/win32.h
22653 ____________________________________________________________________________
22654 [ 10346] By: nick                                  on 2001/05/31  10:54:55
22655         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
22656              perlio.c change 10255.
22657      Branch: perlio
22658            ! perlio.c
22659 ____________________________________________________________________________
22660 [ 10345] By: nick                                  on 2001/05/31  10:01:57
22661         Log: Conditionaly put back some "unused" dTHX which are used
22662              with PERL_IMPLICIT_SYS
22663      Branch: perlio
22664            ! perlio.c
22665 ____________________________________________________________________________
22666 [ 10344] By: nick                                  on 2001/05/31  10:00:59
22667         Log: Fix Win32 for new spelling IN_BYTES 
22668      Branch: perlio
22669            ! win32/win32.h
22670 ____________________________________________________________________________
22671 [ 10343] By: nick                                  on 2001/05/31  08:01:32
22672         Log: perlio.c -Wall cleaner under MULTIPLICITY
22673              - still minor noise with linux stdio
22674      Branch: perlio
22675            ! perlio.c
22676 ____________________________________________________________________________
22677 [ 10342] By: nick                                  on 2001/05/31  07:52:23
22678         Log: Integrate mainline.
22679      Branch: perlio
22680           !> (integrate 42 files)
22681 ____________________________________________________________________________
22682 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
22683         Log: AUTHORS updates.
22684      Branch: perl
22685            ! AUTHORS
22686 ____________________________________________________________________________
22687 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
22688         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
22689              From: Peter Prymmer <pvhp@forte.com>
22690              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
22691              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
22692      Branch: perl
22693            ! t/lib/md5-file.t
22694 ____________________________________________________________________________
22695 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
22696         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
22697              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
22698              to match the pragma name; various robustness cleanups.
22699      Branch: perl
22700            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
22701            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
22702 ____________________________________________________________________________
22703 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
22704         Log: More -Wall sweeping.
22705      Branch: perl
22706            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
22707            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
22708            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
22709            ! regcomp.c sv.c toke.c utf8.c
22710 ____________________________________________________________________________
22711 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
22712         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
22713              From: Nicholas Clark <nick@ccl4.org>
22714              Date: Wed, 30 May 2001 22:34:41 +0100
22715              Message-ID: <20010530223441.Y86445@plum.flirble.org>
22716      Branch: perl
22717            ! t/op/cmp.t
22718 ____________________________________________________________________________
22719 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
22720         Log: It's is not, it isn't ain't, and it's it's, not its,
22721              if you mean it is. If you don't, it's its. Then too,
22722              it's hers. It isn't her's. It isn't our's either.
22723              It's ours, and likewise yours and theirs.
22724              -- Oxford University Press, Edpress News
22725      Branch: perl
22726            ! lib/autouse.pm
22727 ____________________________________________________________________________
22728 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
22729         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
22730      Branch: perl
22731            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
22732            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
22733            ! x2p/str.c x2p/walk.c xsutils.c
22734 ____________________________________________________________________________
22735 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
22736         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
22737              From: Michael G Schwern <schwern@pobox.com>
22738              Date: Wed, 30 May 2001 17:10:38 +0100
22739              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
22740              
22741              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
22742              From: Abhijit Menon-Sen <ams@wiw.org>
22743              Date: Wed, 30 May 2001 23:16:13 +0530
22744              Message-ID: <20010530231613.A31933@lustre.linux.in>
22745      Branch: perl
22746            ! perl.c t/run/runenv.t
22747 ____________________________________________________________________________
22748 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
22749         Log: (Retracted by #10375.)
22750              
22751              IRIX hints patch from Merijn Broeren.
22752              
22753              TODO: (this and the earlier Linux hints patch) should be solved
22754              at Configure level.  Merijn: -ldb should not be used on any platform
22755              for perl, just when linking DBFile itself. Trying to be helpful here
22756              is counterproductive.
22757      Branch: perl
22758            ! hints/irix_6.sh
22759 ____________________________________________________________________________
22760 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
22761         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
22762              From: Nicholas Clark <nick@ccl4.org>
22763              Date: Wed, 30 May 2001 23:20:58 +0100
22764              Message-ID: <20010530232058.B86445@plum.flirble.org>
22765      Branch: perl
22766            ! doop.c
22767 ____________________________________________________________________________
22768 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
22769         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22770              From: Michael G Schwern <schwern@pobox.com> 
22771              Date: Wed, 30 May 2001 15:24:20 +0100
22772              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
22773      Branch: perl
22774            ! t/pragma/autouse.t
22775 ____________________________________________________________________________
22776 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
22777         Log: The regex trick wasn't a good idea.
22778      Branch: perl
22779            ! pod/perlfaq4.pod
22780 ____________________________________________________________________________
22781 [ 10329] By: nick                                  on 2001/05/30  18:34:35
22782         Log: Integrate mainline
22783      Branch: perlio
22784           !> (integrate 40 files)
22785 ____________________________________________________________________________
22786 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
22787         Log: Update Changes.
22788      Branch: perl
22789            ! Changes patchlevel.h
22790 ____________________________________________________________________________
22791 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
22792         Log: The metaconfig unit change for #10325.
22793      Branch: metaconfig
22794            + U/modified/afs.U
22795 ____________________________________________________________________________
22796 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
22797         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
22798              is now wrong.
22799      Branch: perl
22800            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
22801 ____________________________________________________________________________
22802 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
22803         Log: Introduce $Config{afsroot}.
22804      Branch: perl
22805            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22806            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
22807            ! win32/config.gc win32/config.vc
22808 ____________________________________________________________________________
22809 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
22810         Log: (Retracted by #10375.)
22811              
22812              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
22813      Branch: perl
22814            ! hints/linux.sh
22815 ____________________________________________________________________________
22816 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
22817         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
22818              (Also Configure tweaks needed; coming up soon.)
22819      Branch: perl
22820            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
22821 ____________________________________________________________________________
22822 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
22823         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
22824              From: Michael G Schwern <schwern@pobox.com>
22825              Date: Sun, 27 May 2001 10:29:43 +0100
22826              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
22827      Branch: perl
22828            ! lib/perl5db.pl
22829 ____________________________________________________________________________
22830 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
22831         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
22832              and Abhijit Menon-Sen.
22833      Branch: perl
22834            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
22835            ! perl.c pp_sys.c regcomp.c
22836 ____________________________________________________________________________
22837 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
22838         Log: Fix the BOOT section to call myU2time properly.
22839      Branch: perl
22840            ! ext/Time/HiRes/HiRes.xs
22841 ____________________________________________________________________________
22842 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
22843         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22844              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
22845              Date: Wed, 30 May 2001 09:44:29 -0400
22846              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
22847              
22848              Detypo; plus add one more trick.
22849      Branch: perl
22850            ! pod/perlfaq4.pod
22851 ____________________________________________________________________________
22852 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
22853         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)
22854              From: Michael G Schwern <schwern@pobox.com>
22855              Date: Wed, 30 May 2001 14:39:06 +0100
22856              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
22857      Branch: perl
22858            ! lib/autouse.pm t/pragma/autouse.t
22859 ____________________________________________________________________________
22860 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
22861         Log: Subject: Re: AIX and gcc (moving targets)
22862              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
22863              Date: Wed, 30 May 2001 15:25:08 +0200
22864              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
22865      Branch: perl
22866            ! ext/Time/HiRes/HiRes.xs
22867 ____________________________________________________________________________
22868 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
22869         Log: Subject: [PATCH t/TEST] sorting tests
22870              From: Michael G Schwern <schwern@pobox.com>
22871              Date: Wed, 30 May 2001 10:24:02 +0100
22872              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
22873      Branch: perl
22874            ! t/TEST
22875 ____________________________________________________________________________
22876 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
22877         Log: Subject: [ID 20010529.002] typos in man page perlre
22878              From: bart@cg681574-a.adubn1.nj.home.com 
22879              Date: Tue, 29 May 2001 13:58:59 -0500
22880              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
22881      Branch: perl
22882            ! pod/perlre.pod
22883 ____________________________________________________________________________
22884 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
22885         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
22886              From: "Craig A. Berry" <craigberry@mac.com>
22887              Date: Tue, 29 May 2001 23:23:45 -0500
22888              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
22889      Branch: perl
22890            ! t/lib/extutils.t t/pragma/autouse.t
22891 ____________________________________________________________________________
22892 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
22893         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)
22894              From: David Dyck <dcd@tc.fluke.com>
22895              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
22896              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
22897      Branch: perl
22898            ! t/lib/filefind.t
22899 ____________________________________________________________________________
22900 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
22901         Log: AIX hints update for gcc from Merijn H. Brand.
22902      Branch: perl
22903            ! hints/aix.sh
22904 ____________________________________________________________________________
22905 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
22906         Log: Retract #10295 and #10296: a more generic solution
22907              is needed (there's something funny with gcc on AIX).
22908      Branch: perl
22909            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
22910 ____________________________________________________________________________
22911 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
22912         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
22913              From: Hugo <hv@crypt.compulink.co.uk>
22914              Date: Wed, 30 May 2001 11:59:19 +0100
22915              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
22916              
22917              localizing $@ has unfortunate semantics - if you die past
22918              a local $@, the die message is lost.
22919      Branch: perl
22920            ! lib/utf8_heavy.pl
22921 ____________________________________________________________________________
22922 [ 10309] By: nick                                  on 2001/05/30  08:23:02
22923         Log: Integrate mainline (autouse works again.)
22924      Branch: perlio
22925           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
22926           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
22927           !> pod/perlvar.pod t/op/cmp.t
22928 ____________________________________________________________________________
22929 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
22930         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
22931              From: David Dyck <dcd@tc.fluke.com>
22932              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
22933              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
22934      Branch: perl
22935            ! lib/File/Find.pm
22936 ____________________________________________________________________________
22937 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
22938         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
22939              From: Nicholas Clark <nick@ccl4.org>
22940              Date: Tue, 29 May 2001 23:16:09 +0100
22941              Message-ID: <20010529231609.U86445@plum.flirble.org>
22942              
22943              Make the test output slightly clearer by distinguishing
22944              between '' and undef.
22945      Branch: perl
22946            ! t/op/cmp.t
22947 ____________________________________________________________________________
22948 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
22949         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
22950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
22951              Date: Tue, 29 May 2001 19:15:19 -0400
22952              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
22953      Branch: perl
22954            ! hints/os2.sh
22955 ____________________________________________________________________________
22956 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
22957         Log: Subject: perlvar.pod addition
22958              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
22959              Date: Fri, 25 May 2001 20:23:12 +0200
22960              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
22961              
22962              Subject: Re: perlvar.pod addition
22963              From: "Abigail" <abigail@foad.org> 
22964              Date: Fri, 25 May 2001 22:00:39 +0200
22965              Message-ID: <20010525200039.28029.qmail@foad.org>
22966              
22967              Mention $a and $b in perlvar.
22968      Branch: perl
22969            ! pod/perlvar.pod
22970 ____________________________________________________________________________
22971 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
22972         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
22973              From: Jeff Pinyan <jeffp@crusoe.net>
22974              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
22975              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
22976      Branch: perl
22977            ! pod/perlvar.pod
22978 ____________________________________________________________________________
22979 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
22980         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
22981              From: Jeff Pinyan <jeffp@crusoe.net>
22982              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
22983              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
22984      Branch: perl
22985            ! pod/perlfaq6.pod
22986 ____________________________________________________________________________
22987 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
22988         Log: Mention Time::localtime and Time::gmtime.
22989      Branch: perl
22990            ! ext/Time/Piece/Piece.pm
22991 ____________________________________________________________________________
22992 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
22993         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
22994              From: Michael G Schwern <schwern@pobox.com>
22995              Date: Tue, 29 May 2001 18:51:32 +0100
22996              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
22997      Branch: perl
22998            ! pod/perlfaq4.pod
22999 ____________________________________________________________________________
23000 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
23001         Log: Retract #10243.
23002      Branch: perl
23003            ! lib/autouse.pm
23004 ____________________________________________________________________________
23005 [ 10299] By: nick                                  on 2001/05/29  18:41:19
23006         Log: Post weekend integrate mainline (fails one test pragma/autouse).
23007      Branch: perlio
23008           +> (branch 29 files)
23009           !> (integrate 91 files)
23010 ____________________________________________________________________________
23011 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
23012         Log: Update Changes.
23013      Branch: perl
23014            ! Changes patchlevel.h
23015 ____________________________________________________________________________
23016 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
23017         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
23018              before Perl_load_module/Perl_call_method and restore the value
23019              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
23020      Branch: perl
23021            ! utf8.c
23022 ____________________________________________________________________________
23023 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
23024         Log: Subject: Re: AIX and gcc (moving targets)
23025              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23026              Date: Tue, 29 May 2001 17:59:40 +0200
23027              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
23028      Branch: perl
23029            ! ext/Storable/Makefile.PL
23030 ____________________________________________________________________________
23031 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
23032         Log: Subject: Re: AIX and gcc (moving targets)
23033              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23034              Date: Tue, 29 May 2001 12:32:57 +0200
23035              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
23036      Branch: perl
23037            ! ext/POSIX/Makefile.PL
23038 ____________________________________________________________________________
23039 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
23040         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
23041              From: Michael G Schwern <schwern@pobox.com>
23042              Date: Tue, 29 May 2001 09:53:29 +0100
23043              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
23044              
23045              (#10280 retracted)
23046      Branch: perl
23047            ! lib/Test/Harness.pm t/lib/test-harness.t
23048 ____________________________________________________________________________
23049 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
23050         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
23051              From: Michael G Schwern <schwern@pobox.com>
23052              Date: Tue, 29 May 2001 09:19:52 +0100
23053              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
23054      Branch: perl
23055            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
23056            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
23057            + t/lib/Test/todo.t
23058            ! MANIFEST lib/Test.pm t/TEST
23059 ____________________________________________________________________________
23060 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
23061         Log: From: Michael G Schwern <schwern@pobox.com>
23062              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
23063              Date: Tue, 29 May 2001 08:26:09 +0100
23064              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
23065      Branch: perl
23066            ! t/TEST
23067 ____________________________________________________________________________
23068 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
23069         Log: Add tests for Time::gmtime and Time::localtime.
23070      Branch: perl
23071            + t/lib/time-gmtime.t t/lib/time-localtime.t
23072            ! MANIFEST t/lib/1_compile.t
23073 ____________________________________________________________________________
23074 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
23075         Log: Add test for File::stat.
23076      Branch: perl
23077            + t/lib/filestat.t
23078            ! MANIFEST t/lib/1_compile.t
23079 ____________________________________________________________________________
23080 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
23081         Log: Add test for Net::servent.
23082      Branch: perl
23083            + t/lib/net-sent.t
23084            ! MANIFEST t/lib/1_compile.t
23085 ____________________________________________________________________________
23086 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
23087         Log: Add test for Net::protoent.
23088      Branch: perl
23089            + t/lib/net-pent.t
23090            ! MANIFEST t/lib/1_compile.t
23091 ____________________________________________________________________________
23092 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
23093         Log: Add test for Net::netent.
23094      Branch: perl
23095            + t/lib/net-nent.t
23096            ! MANIFEST t/lib/1_compile.t
23097 ____________________________________________________________________________
23098 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
23099         Log: Add test for User::grent.  Portability doubtful.
23100      Branch: perl
23101            + t/lib/user-grent.t
23102            ! MANIFEST t/lib/1_compile.t
23103 ____________________________________________________________________________
23104 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
23105         Log: Add test for User::pwent.
23106              Probably will fall down somewhere for portability reasons.
23107      Branch: perl
23108            + t/lib/user-pwent.t
23109            ! MANIFEST t/lib/1_compile.t
23110 ____________________________________________________________________________
23111 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
23112         Log: Metaconfig units changes for #10283.
23113      Branch: metaconfig
23114            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
23115            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
23116            ! U/installdirs/sitescript.U U/modified/Signal.U
23117 ____________________________________________________________________________
23118 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
23119         Log: Subject: [PATCH 5.6.1] signal names in Configure
23120              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23121              Date: Tue, 29 May 2001 03:52:25 -0400
23122              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
23123              
23124              Subject: [PATCH 5.6.1] older perl in Configure
23125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23126              Date: Tue, 29 May 2001 03:55:40 -0400
23127              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
23128              
23129              Subject: [PATCH 5.6.1] goofs in Configure
23130              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23131              Date: Tue, 29 May 2001 04:13:07 -0400
23132              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
23133              
23134              Configure portability tweaks.
23135      Branch: perl
23136            ! Configure
23137 ____________________________________________________________________________
23138 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
23139         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
23140              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23141              Date: Tue, 29 May 2001 04:07:06 -0400
23142              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
23143      Branch: perl
23144            ! os2/os2.c
23145 ____________________________________________________________________________
23146 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
23147         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
23148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23149              Date: Tue, 29 May 2001 04:01:38 -0400
23150              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
23151      Branch: perl
23152            ! hints/os2.sh os2/Makefile.SHs
23153 ____________________________________________________________________________
23154 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
23155         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
23156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23157              Date: Tue, 29 May 2001 03:50:18 -0400
23158              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
23159      Branch: perl
23160            ! lib/Test/Harness.pm
23161 ____________________________________________________________________________
23162 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
23163         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
23164      Branch: perl
23165            ! lib/utf8_heavy.pl
23166 ____________________________________________________________________________
23167 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
23168         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
23169              From: Hugo <hv@crypt.compulink.co.uk>
23170              Date: Tue, 29 May 2001 03:03:45 +0100
23171              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
23172              
23173              Explanation why the $@ always gets the UTF8 flag when under use utf8--
23174              because we told it to have the flag when under use utf8.
23175      Branch: perl
23176            ! pp_ctl.c
23177 ____________________________________________________________________________
23178 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
23179         Log: At least a partial fix for 20010528.004.
23180      Branch: perl
23181            ! lib/utf8_heavy.pl
23182 ____________________________________________________________________________
23183 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
23184         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
23185              From: Nicholas Clark <nick@ccl4.org> 
23186              Date: Mon, 28 May 2001 23:39:38 +0100
23187              Message-ID: <20010528233938.M86445@plum.flirble.org>
23188              
23189              More portable non-zero UV.
23190      Branch: perl
23191            ! t/lib/extutils.t
23192 ____________________________________________________________________________
23193 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
23194         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
23195              From: Nicholas Clark <nick@ccl4.org>
23196              Date: Mon, 28 May 2001 22:46:09 +0100
23197              Message-ID: <20010528224608.L86445@plum.flirble.org>
23198              
23199              Test also "make clean".
23200      Branch: perl
23201            ! t/lib/extutils.t
23202 ____________________________________________________________________________
23203 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
23204         Log: Subject: Re: Would -Wno-unused -Wall be better?
23205              From: Michael G Schwern <schwern@pobox.com>
23206              Date: Tue, 29 May 2001 00:55:54 +0100
23207              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
23208      Branch: perl
23209            ! pp.h
23210 ____________________________________________________________________________
23211 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
23212         Log: Add a test for 20010528.007, fixed in #10272.
23213      Branch: perl
23214            ! t/op/misc.t toke.c
23215 ____________________________________________________________________________
23216 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
23217         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
23218              From: Hugo <hv@crypt.compulink.co.uk>
23219              Date: Tue, 29 May 2001 00:23:23 +0100
23220              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
23221      Branch: perl
23222            ! toke.c
23223 ____________________________________________________________________________
23224 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
23225         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
23226              From: Michael G Schwern <schwern@pobox.com>
23227              Date: Tue, 29 May 2001 00:42:59 +0100
23228              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
23229      Branch: perl
23230            ! t/pragma/autouse.t
23231 ____________________________________________________________________________
23232 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
23233         Log: Some shells seemingly arrange the signal handlers differently
23234              (bug id 20010521.004).
23235      Branch: perl
23236            ! t/lib/sigaction.t
23237 ____________________________________________________________________________
23238 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
23239         Log: Regen perlmodlib.
23240      Branch: perl
23241            ! pod/perlmodlib.pod
23242 ____________________________________________________________________________
23243 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
23244         Log: Update Changes.
23245      Branch: perl
23246            ! Changes patchlevel.h
23247 ____________________________________________________________________________
23248 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
23249         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
23250              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
23251              Date: Mon, 28 May 2001 14:56:35 -0500
23252              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
23253      Branch: perl
23254            ! pod/perlnewmod.pod
23255 ____________________________________________________________________________
23256 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
23257         Log: Regen toc.
23258      Branch: perl
23259            ! pod/perltoc.pod
23260 ____________________________________________________________________________
23261 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
23262         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
23263              From: "Richard Soderberg" <rs@crystalflame.net>
23264              Date: Mon, 28 May 2001 12:31:23 -0700
23265              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
23266      Branch: perl
23267            ! t/op/splice.t
23268 ____________________________________________________________________________
23269 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
23270         Log: The #10260 was too bold: locales and utf8 still do not mix.
23271      Branch: perl
23272            ! t/pragma/locale.t
23273 ____________________________________________________________________________
23274 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
23275         Log: Subject: [PATCH] Pod nitpicks
23276              From: "Richard Soderberg" <rs@crystalflame.net>
23277              Date: Mon, 28 May 2001 10:08:58 -0700
23278              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
23279      Branch: perl
23280            ! pod/perl571delta.pod pod/perlapi.pod sv.h
23281 ____________________________________________________________________________
23282 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
23283         Log: Upgrade to I18N::LangTags 0.22.
23284      Branch: perl
23285            + lib/I18N/LangTags/List.pod
23286            ! MANIFEST lib/I18N/LangTags.pm
23287 ____________________________________________________________________________
23288 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
23289         Log: A slightly more serious bug found by -Mutf8; op/misc and
23290              lib/complex dumped core.
23291      Branch: perl
23292            ! regexec.c
23293 ____________________________________________________________________________
23294 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
23295         Log: Various buglets shaken out by -Mutf8.
23296      Branch: perl
23297            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
23298            ! t/pragma/locale.t
23299 ____________________________________________________________________________
23300 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
23301         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
23302      Branch: perl
23303            ! t/lib/carp.t
23304 ____________________________________________________________________________
23305 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
23306         Log: Subject: [PATCH] todo patch
23307              From: Artur Bergman <artur@contiller.se> 
23308              Date: Mon, 28 May 2001 17:03:51 +0200
23309              Message-ID: <B7383577.F34%artur@contiller.se>
23310      Branch: perl
23311            ! pod/perltodo.pod
23312 ____________________________________________________________________________
23313 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
23314         Log: Subject: typo in perlguts.pod
23315              From: "John P. Linderman" <jpl@research.att.com>
23316              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
23317              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
23318      Branch: perl
23319            ! pod/perlguts.pod
23320 ____________________________________________________________________________
23321 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
23322         Log: Subject: AIX and gcc (moving targets)
23323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23324              Date: Mon, 28 May 2001 12:54:04 +0200
23325              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
23326      Branch: perl
23327            ! hints/aix.sh
23328 ____________________________________________________________________________
23329 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
23330         Log: Subject: Re: perlio + multiple perl_alloc..destruct
23331              From: Doug MacEachern <dougm@covalent.net>
23332              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
23333              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
23334      Branch: perl
23335            ! perlio.c
23336 ____________________________________________________________________________
23337 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
23338         Log: The #10251 wasn't quite up-to-the-code.
23339      Branch: perl
23340            ! t/op/misc.t
23341 ____________________________________________________________________________
23342 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
23343         Log: Test case for bug 20010526.004, fixed in #10252.
23344      Branch: perl
23345            ! t/op/taint.t
23346 ____________________________________________________________________________
23347 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
23348         Log: Subject: Re: [ID 20010526.004] Taint looses value
23349              From: Hugo <hv@crypt.compulink.co.uk>
23350              Date: Sun, 27 May 2001 20:39:32 +0100
23351              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
23352      Branch: perl
23353            ! sv.c
23354 ____________________________________________________________________________
23355 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
23356         Log: Test case for 20010422.005, fixed by #10250.
23357      Branch: perl
23358            ! t/op/misc.t
23359 ____________________________________________________________________________
23360 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
23361         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
23362              From: Spider Boardman <spider@Orb.Nashua.NH.US>
23363              Date: Mon, 28 May 2001 06:39:12 -0400
23364              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
23365      Branch: perl
23366            ! toke.c
23367 ____________________________________________________________________________
23368 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
23369         Log: Linerewrapping.
23370      Branch: perl
23371            ! lib/open.pm
23372 ____________________________________________________________________________
23373 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
23374         Log: Updates on the modules list.
23375      Branch: perl
23376            ! t/lib/1_compile.t
23377 ____________________________________________________________________________
23378 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
23379         Log: Add a test for PerlIO.
23380              
23381              (I probably got the crlf/raw thing wrong for clrfy platforms...)
23382      Branch: perl
23383            + t/lib/perlio.t
23384            ! MANIFEST lib/PerlIO.pm
23385 ____________________________________________________________________________
23386 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
23387         Log: Add a test for carp et alia.
23388      Branch: perl
23389            + t/lib/carp.t
23390            ! MANIFEST
23391 ____________________________________________________________________________
23392 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
23393         Log: Adding the new test would be swell.
23394      Branch: perl
23395            + t/pragma/autouse.t
23396 ____________________________________________________________________________
23397 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
23398         Log: Add a test for the autouse pragma.
23399      Branch: perl
23400            ! MANIFEST
23401 ____________________________________________________________________________
23402 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
23403         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
23404              From: dLux <dlux@spam.sch.bme.hu>
23405              Date: Sun, 27 May 2001 16:14:26 +0200
23406              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
23407      Branch: perl
23408            ! lib/autouse.pm
23409 ____________________________________________________________________________
23410 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
23411         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
23412              From: "Richard Soderberg" <rs@crystalflame.net>
23413              Date: Mon, 28 May 2001 03:56:36 -0700
23414              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
23415      Branch: perl
23416            ! utils/dprofpp.PL
23417 ____________________________________________________________________________
23418 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
23419         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
23420              From: "Stephen P. Potter" <spp@spotter.yi.org>
23421              Date: Tue, 22 May 2001 11:40:25 -0400
23422              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
23423              
23424              Subject: Re: [ID 20010522.003] Time::Local module bug
23425              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
23426              Date: Tue, 22 May 2001 11:50:19 -0400
23427              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
23428      Branch: perl
23429            ! lib/Time/Local.pm
23430 ____________________________________________________________________________
23431 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
23432         Log: The PERL_DL_NONLAZY can have whitespace in front.
23433      Branch: perl
23434            ! t/lib/extutils.t
23435 ____________________________________________________________________________
23436 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
23437         Log: Document strftime() and strptime().
23438      Branch: perl
23439            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
23440 ____________________________________________________________________________
23441 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
23442         Log: Make Time::Piece::strptime() to be a function, not a method.
23443      Branch: perl
23444            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
23445 ____________________________________________________________________________
23446 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
23447         Log: Tweak the test to be more portable.
23448      Branch: perl
23449            ! t/lib/extutils.t
23450 ____________________________________________________________________________
23451 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
23452         Log: Subject: PATCH: Re: Re: Attributes that tie
23453              From: Leon Brocard <acme@astray.com>
23454              Date: Sun, 27 May 2001 12:37:29 +0100
23455              Message-ID: <20010527123729.A22663@ns0.astray.com>
23456              
23457              Document that variable attributes are not currently usable
23458              for tieing.  (An ugly limitation that should be fixed.)
23459      Branch: perl
23460            ! lib/attributes.pm
23461 ____________________________________________________________________________
23462 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
23463         Log: Microperl tweaks.
23464      Branch: perl
23465            ! Makefile.micro uconfig.h uconfig.sh
23466 ____________________________________________________________________________
23467 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
23468         Log: Add make target for microperl (kind of silly, but convenient).
23469      Branch: perl
23470            ! Makefile.SH
23471 ____________________________________________________________________________
23472 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
23473         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
23474              for microperl.)
23475      Branch: perl
23476            ! doio.c
23477 ____________________________________________________________________________
23478 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
23479         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
23480              From: rspier@pobox.com (Robert Spier)
23481              Date: Sat, 26 May 2001 20:05:23 -0400
23482              Message-ID: <15120.17603.148648.12430@rls.cx>
23483              
23484              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
23485              From: rspier@pobox.com (Robert Spier)
23486              Date: Sun, 27 May 2001 00:23:12 -0400
23487              Message-ID: <15120.33072.511966.767230@rls.cx>
23488      Branch: perl
23489            ! doio.c pod/perlfunc.pod
23490 ____________________________________________________________________________
23491 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
23492         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
23493      Branch: perl
23494            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
23495 ____________________________________________________________________________
23496 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
23497         Log: Add README.tru64.
23498      Branch: perl
23499            + README.tru64
23500 ____________________________________________________________________________
23501 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
23502         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
23503      Branch: perl
23504            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
23505            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
23506            ! MANIFEST
23507 ____________________________________________________________________________
23508 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
23509         Log: Integrate I18N::LangTags from Sean Burke.
23510              
23511              TODO: the language list from RFC 3066 needs to be integrated
23512              and made available somehow.  The list is included in the
23513              I18N-LangTags 0.21 distribution, but it is undocumented
23514              and unconnected to the module.
23515      Branch: perl
23516            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
23517            ! MANIFEST
23518 ____________________________________________________________________________
23519 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
23520         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
23521              envisioned by Sarathy.
23522      Branch: perl
23523            ! t/op/ver.t toke.c
23524 ____________________________________________________________________________
23525 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
23526         Log: Subject: [ID 20010525.001] Pod typo nits fixed
23527              From: lvirden@cas.org
23528              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
23529              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
23530              
23531              minus the perlsolaris decimation plus the
23532              
23533              Subject: Re: [ID 20010525.001] Pod typo nits fixed
23534              From: "Philip Newton" <Philip.Newton@gmx.net>
23535              Date: Fri, 25 May 2001 18:05:55 +0200
23536              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
23537      Branch: perl
23538            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
23539            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
23540            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
23541            ! pod/perlutil.pod pod/perlxstut.pod
23542 ____________________________________________________________________________
23543 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
23544         Log: return clauses are nice.
23545      Branch: perl
23546            ! sv.c
23547 ____________________________________________________________________________
23548 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
23549         Log: Subject: change 10199 backwards?
23550              From: Doug MacEachern <dougm@covalent.net>
23551              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
23552              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
23553      Branch: perl
23554            ! sv.c
23555 ____________________________________________________________________________
23556 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
23557         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
23558              From: Hugo <hv@crypt.compulink.co.uk>
23559              Date: Sat, 26 May 2001 17:05:12 +0100
23560              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
23561      Branch: perl
23562            + t/op/gmagic.t
23563            ! MANIFEST doop.c embed.h embed.pl global.sym
23564            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
23565            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
23566 ____________________________________________________________________________
23567 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
23568         Log: Regen headers for #10221.
23569      Branch: perl
23570            ! global.sym objXSUB.h perlapi.c
23571 ____________________________________________________________________________
23572 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
23573         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
23574              From: Juha Laiho <juha.laiho@Elma.Net>
23575              Date: Thu, 3 May 2001 09:51:30 +0300
23576              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
23577      Branch: perl
23578            ! embed.pl
23579 ____________________________________________________________________________
23580 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
23581         Log: Subject: Re: [PATCH] Re: stability of sort()?
23582              From: "John P. Linderman" <jpl@research.att.com>
23583              Date: Sat, 26 May 2001 13:27:19 -0400
23584              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
23585      Branch: perl
23586            ! pod/perlfunc.pod
23587 ____________________________________________________________________________
23588 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
23589         Log: Integrate perlio.
23590      Branch: perl
23591           !> pod/perlguts.pod
23592 ____________________________________________________________________________
23593 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
23594         Log: Subject: [PATCH perl@10210] PerlIO for VMS
23595              From: "Craig A. Berry" <craigberry@mac.com>
23596              Date: Sat, 26 May 2001 09:34:11 -0500
23597              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
23598      Branch: perl
23599            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
23600            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
23601            ! vms/vmsish.h
23602 ____________________________________________________________________________
23603 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
23604         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
23605              From: David Dyck <dcd@tc.fluke.com>
23606              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
23607              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
23608      Branch: perl
23609            ! lib/perl5db.pl
23610 ____________________________________________________________________________
23611 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
23612         Log: Subject: utf8 regexp tests
23613              From: Hugo <hv@crypt.compulink.co.uk>
23614              Date: Fri, 25 May 2001 22:35:01 +0100
23615              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
23616      Branch: perl
23617            ! t/op/regexp.t
23618 ____________________________________________________________________________
23619 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
23620         Log: Subject: [PATCH] Re: stability of sort()?
23621              From: Nicholas Clark <nick@ccl4.org>
23622              Date: Fri, 25 May 2001 22:40:19 +0100
23623              Message-ID: <20010525224019.B86445@plum.flirble.org>
23624      Branch: perl
23625            ! pod/perlfunc.pod
23626 ____________________________________________________________________________
23627 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
23628         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
23629              From: John Peacock <jpeacock@rowman.com>
23630              Date: Thu, 24 May 2001 22:14:01 -0400
23631              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
23632      Branch: perl
23633            ! mg.c scope.c sv.c
23634 ____________________________________________________________________________
23635 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
23636         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
23637              From: Nicholas Clark <nick@ccl4.org>
23638              Date: Sun, 20 May 2001 19:24:13 +0100
23639              Message-ID: <20010520192413.G83222@plum.flirble.org>
23640      Branch: perl
23641            + lib/ExtUtils/Constant.pm t/lib/extutils.t
23642            ! MANIFEST utils/h2xs.PL
23643 ____________________________________________________________________________
23644 [ 10212] By: nick                                  on 2001/05/26  09:49:28
23645         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
23646              add a few more notes there on use of mortals on the stack.
23647      Branch: perlio
23648            ! pod/perlguts.pod
23649 ____________________________________________________________________________
23650 [ 10211] By: nick                                  on 2001/05/26  09:05:36
23651         Log: Integrate mainline
23652      Branch: perlio
23653           +> t/lib/fcntl.t t/pragma/vars.t
23654           !> (integrate 49 files)
23655 ____________________________________________________________________________
23656 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
23657         Log: Update Changes.
23658      Branch: perl
23659            ! Changes patchlevel.h
23660 ____________________________________________________________________________
23661 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
23662         Log: Based on
23663              
23664              Subject: [PATCH pp.c] Wrapping pack("C",256)
23665              From: Simon Cozens <simon@netthink.co.uk>
23666              Date: Sat, 12 May 2001 17:58:41 +0100
23667              Message-ID: <20010512175841.A6132@netthink.co.uk>
23668      Branch: perl
23669            ! pod/perldiag.pod pp.c t/pragma/warn/pp
23670 ____________________________________________________________________________
23671 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
23672         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
23673              From: "Brendan O'Dea" <bod@compusol.com.au>
23674              Date: Fri, 25 May 2001 11:18:29 +1000
23675              Message-ID: <20010525111829.A28411@compusol.com.au>
23676              
23677              (Slightly modified.)
23678      Branch: perl
23679            ! lib/Term/Cap.pm
23680 ____________________________________________________________________________
23681 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
23682         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
23683              From: Hugo <hv@crypt.compulink.co.uk>
23684              Date: Fri, 25 May 2001 02:13:25 +0100
23685              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
23686      Branch: perl
23687            ! t/op/misc.t
23688 ____________________________________________________________________________
23689 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
23690         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
23691              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
23692              Date: Fri, 25 May 2001 10:25:36 +0900
23693              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
23694      Branch: perl
23695            ! regcomp.c regexec.c
23696 ____________________________________________________________________________
23697 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
23698         Log: Subject: [PATCH #2] stash autovivification and method call error messages
23699              From: Ilmari Karonen <iltzu@sci.fi>
23700              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
23701              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
23702      Branch: perl
23703            ! gv.c pp_hot.c t/op/method.t
23704 ____________________________________________________________________________
23705 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
23706         Log: Add make target and documentation for gprof profiling.
23707      Branch: perl
23708            ! Makefile.SH pod/perlhack.pod
23709 ____________________________________________________________________________
23710 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
23711         Log: Subject: Don't think about UTF8 
23712              From: Mike Guy <mjtg@cam.ac.uk> 
23713              Date: Tue, 22 May 2001 14:35:39 +0100
23714              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
23715      Branch: perl
23716            ! sv.h
23717 ____________________________________________________________________________
23718 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
23719         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
23720              From: Geraint A Edwards <gedge@serf.org> 
23721              Date: Thu, 24 May 2001 22:51:24 +0100
23722              Message-Id: <20010524225124.A34981@cymru.serf.org>
23723      Branch: perl
23724            ! x2p/find2perl.PL
23725 ____________________________________________________________________________
23726 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
23727         Log: DB_File has its own attribute story.
23728      Branch: perl
23729            ! ext/DB_File/DB_File.xs
23730 ____________________________________________________________________________
23731 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
23732         Log: Subject: Re: Making perl with -Wall
23733              From: Andy Dougherty <doughera@lafayette.edu>
23734              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
23735              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
23736      Branch: perl
23737            ! perl.h
23738 ____________________________________________________________________________
23739 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
23740         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
23741              From: "Richard Soderberg" <rs@crystalflame.net>
23742              Date: Thu, 24 May 2001 08:58:16 -0700
23743              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
23744      Branch: perl
23745            ! sv.c
23746 ____________________________________________________________________________
23747 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
23748         Log: IV/UV casting fixes from Nicholas Clark.
23749      Branch: perl
23750            ! perl.h pp_sys.c util.c
23751 ____________________________________________________________________________
23752 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
23753         Log: Subject: Re: Making perl with -Wall
23754              From: Michael G Schwern <schwern@pobox.com>
23755              Date: Thu, 24 May 2001 15:40:28 +0100
23756              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
23757      Branch: perl
23758            ! malloc.c perl.h
23759 ____________________________________________________________________________
23760 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
23761         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
23762              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23763              Date: Tue, 22 May 2001 11:49:37 +0200
23764              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
23765      Branch: metaconfig
23766            ! U/modified/Oldsym.U
23767      Branch: metaconfig/U/perl
23768            ! patchlevel.U
23769      Branch: perl
23770            ! Configure config_h.SH myconfig.SH
23771 ____________________________________________________________________________
23772 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
23773         Log: Under versiononly install also the scripts with the version suffix.
23774              (e.g. .../bin/h2xs5.7.1)
23775      Branch: perl
23776            ! installperl
23777 ____________________________________________________________________________
23778 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
23779         Log: Subject: [PATCH] Stop segfault in mg.c:636
23780              From: "Richard Soderberg" <rs@crystalflame.net>
23781              Date: Thu, 24 May 2001 05:51:52 -0700
23782              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
23783      Branch: perl
23784            ! mg.c
23785 ____________________________________________________________________________
23786 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
23787         Log: Iteration continues; hopefully convergently.
23788      Branch: perl
23789            ! t/lib/b-stash.t
23790 ____________________________________________________________________________
23791 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
23792         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
23793              From: Gisle Aas <gisle@ActiveState.com>
23794              Date: 23 May 2001 16:13:10 -0700
23795              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
23796      Branch: perl
23797            ! op.c toke.c
23798 ____________________________________________________________________________
23799 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
23800         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
23801              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23802              Date: Thu, 24 May 2001 05:05:22 -0500
23803              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
23804      Branch: perl
23805            ! lib/dumpvar.pl lib/perl5db.pl
23806 ____________________________________________________________________________
23807 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
23808         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
23809              From: David Dyck <dcd@tc.fluke.com>
23810              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
23811              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
23812      Branch: perl
23813            ! lib/perl5db.pl
23814 ____________________________________________________________________________
23815 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
23816         Log: Tiny pod nits on READMEs, mostly whitespace issues.
23817      Branch: perl
23818            ! README.amiga README.dos README.macos README.mpeix README.vmesa
23819            ! README.win32
23820 ____________________________________________________________________________
23821 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
23822         Log: The DG/UX part of the 20010521.005.
23823      Branch: perl
23824            ! README.dgux
23825 ____________________________________________________________________________
23826 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
23827         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
23828              From: Hugo <hv@crypt.compulink.co.uk>
23829              Date: Mon, 21 May 2001 16:32:02 +0100
23830              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
23831      Branch: perl
23832            ! regcomp.c t/op/misc.t
23833 ____________________________________________________________________________
23834 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
23835         Log: Subject: [PATCH] Extra UNIVERSAL tests
23836              From: Mike Guy <mjtg@cam.ac.uk>
23837              Date: Wed, 23 May 2001 12:29:20 +0100
23838              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
23839      Branch: perl
23840            ! t/op/universal.t
23841 ____________________________________________________________________________
23842 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
23843         Log: Subject: [PATCH] Remove EQ keyword
23844              From: Mike Guy <mjtg@cam.ac.uk>
23845              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
23846              Date: Wed, 23 May 2001 11:17:29 +0100
23847      Branch: perl
23848            ! keywords.h keywords.pl
23849 ____________________________________________________________________________
23850 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
23851         Log: Subject: [PATCH] lib/perl5db.pl
23852              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23853              Date: Wed, 23 May 2001 02:18:03 -0500
23854              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
23855      Branch: perl
23856            ! lib/perl5db.pl
23857 ____________________________________________________________________________
23858 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
23859         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
23860              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
23861              Date: Tue, 22 May 2001 23:34:41 -0500
23862              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
23863      Branch: perl
23864            ! lib/Term/Cap.pm
23865 ____________________________________________________________________________
23866 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
23867         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
23868              From: davem@fdgroup.co.uk
23869              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
23870              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
23871      Branch: perl
23872            ! emacs/e2ctags.pl
23873 ____________________________________________________________________________
23874 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
23875         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
23876              From: Michael G Schwern <schwern@pobox.com>
23877              Date: Tue, 22 May 2001 14:15:09 +0100
23878              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
23879      Branch: perl
23880            ! lib/vars.pm
23881 ____________________________________________________________________________
23882 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
23883         Log: Subject: [PATCH lib/vars.pm] Odd code nit
23884              From: Michael G Schwern <schwern@pobox.com>
23885              Date: Tue, 22 May 2001 14:14:28 +0100
23886              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
23887      Branch: perl
23888            ! lib/vars.pm
23889 ____________________________________________________________________________
23890 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
23891         Log: Use the new use vars feature.
23892      Branch: perl
23893            ! t/lib/b-stash.t
23894 ____________________________________________________________________________
23895 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
23896         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
23897              From: Mike Guy <mjtg@cam.ac.uk>
23898              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
23899              Date: Tue, 22 May 2001 13:11:39 +0100
23900      Branch: perl
23901            + t/pragma/vars.t
23902            ! MANIFEST lib/vars.pm t/lib/1_compile.t
23903 ____________________________________________________________________________
23904 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
23905         Log: -qlongdouble considered harmful by Merijn.
23906      Branch: perl
23907            ! hints/aix.sh
23908 ____________________________________________________________________________
23909 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
23910         Log: Update Changes.
23911      Branch: perl
23912            ! Changes patchlevel.h
23913 ____________________________________________________________________________
23914 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
23915         Log: Add a test of its very own for Fcntl.  Hopefully portable.
23916      Branch: perl
23917            + t/lib/fcntl.t
23918            ! MANIFEST
23919 ____________________________________________________________________________
23920 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
23921         Log: Must be trickier for 'minitest' not to die.
23922      Branch: perl
23923            ! t/op/taint.t
23924 ____________________________________________________________________________
23925 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
23926         Log: Can't declare other people's variables.
23927      Branch: perl
23928            ! t/lib/b-stash.t
23929 ____________________________________________________________________________
23930 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
23931         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
23932      Branch: perl
23933            ! doio.c t/op/taint.t
23934 ____________________________________________________________________________
23935 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
23936         Log: The OS/2 variable needs to be declared.
23937      Branch: perl
23938            ! t/lib/b-stash.t
23939 ____________________________________________________________________________
23940 [ 10170] By: nick                                  on 2001/05/20  16:48:29
23941         Log: Integrate mainline
23942      Branch: perlio
23943           !> (integrate 41 files)
23944 ____________________________________________________________________________
23945 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
23946         Log: Small perlsec updates: clarify the taintedness of filename
23947              globbing; suggest using Scalar::Util::tainted().
23948      Branch: perl
23949            ! pod/perlsec.pod
23950 ____________________________________________________________________________
23951 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
23952         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
23953              From: Dave Mitchell <davem@fdgroup.co.uk>
23954              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
23955              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
23956      Branch: perl
23957            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
23958            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
23959            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
23960            ! xsutils.c
23961 ____________________________________________________________________________
23962 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
23963         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
23964              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23965              Date: Sat, 19 May 2001 04:08:46 -0400
23966              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
23967      Branch: perl
23968            ! lib/ExtUtils/Mksymlists.pm makedef.pl
23969 ____________________________________________________________________________
23970 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
23971         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
23972              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23973              Date: Sat, 19 May 2001 04:30:45 -0400
23974              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
23975      Branch: perl
23976            ! os2/os2.c
23977 ____________________________________________________________________________
23978 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
23979         Log: Subject: [PATCH 5.6.1] build bugs OS/2
23980              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23981              Date: Sat, 19 May 2001 04:35:28 -0400
23982              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
23983      Branch: perl
23984            ! os2/Makefile.SHs os2/os2.c
23985 ____________________________________________________________________________
23986 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
23987         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
23988              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23989              Date: Sat, 19 May 2001 04:04:23 -0400
23990              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
23991              
23992              (In bleadperl patched b-stash.t instead of b.t)
23993      Branch: perl
23994            ! t/lib/b-stash.t t/lib/bigfltpm.t
23995 ____________________________________________________________________________
23996 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
23997         Log: Subject: [PATCH 5.6.1] perl5db
23998              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23999              Date: Sat, 19 May 2001 03:49:09 -0400
24000              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
24001      Branch: perl
24002            ! lib/perl5db.pl
24003 ____________________________________________________________________________
24004 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
24005         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
24006              From: Gisle Aas <gisle@ActiveState.com>
24007              Date: 18 May 2001 14:24:51 -0700
24008              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
24009      Branch: perl
24010            ! pp_ctl.c
24011 ____________________________________________________________________________
24012 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
24013         Log: Subject: [PATCH] Chomp should not always stringify
24014              From: Gisle Aas <gisle@ActiveState.com>
24015              Date: 18 May 2001 07:55:25 -0700
24016              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
24017      Branch: perl
24018            ! doop.c t/op/chop.t
24019 ____________________________________________________________________________
24020 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
24021         Log: Integrate perlio.
24022      Branch: perl
24023           !> pod/perlfunc.pod
24024 ____________________________________________________________________________
24025 [ 10159] By: nick                                  on 2001/05/20  09:39:46
24026         Log: Document some more of open's features.
24027      Branch: perlio
24028            ! pod/perlfunc.pod
24029 ____________________________________________________________________________
24030 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
24031         Log: back out change#10153 (it has compatibility issues such as the
24032              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
24033              benefit for 5.6.x doesn't seem worth the risk)
24034      Branch: maint-5.6/perl
24035            ! toke.c
24036 ____________________________________________________________________________
24037 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
24038         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
24039      Branch: perl
24040            ! x2p/s2p.PL
24041 ____________________________________________________________________________
24042 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
24043         Log: Update Changes.
24044      Branch: perl
24045            ! Changes patchlevel.h
24046 ____________________________________________________________________________
24047 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
24048         Log: Integrate change #10144 from maintperl.
24049              
24050              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
24051      Branch: perl
24052           !> win32/config.bc win32/config.gc win32/config.vc
24053           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24054 ____________________________________________________________________________
24055 [ 10154] By: nick                                  on 2001/05/18  07:23:03
24056         Log: Integrate mainline.
24057      Branch: perlio
24058           +> README.dgux t/lib/i18n-collate.t utils.lst
24059           !> (integrate 49 files)
24060 ____________________________________________________________________________
24061 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
24062         Log: Integrate change #7224 from mainline into maintperl.
24063              
24064              Allow @+ and @- to be doublequoted, from Simon Cozens. 
24065              (Approved by Larry, see Tom's comment in 20000830.005.)
24066      Branch: maint-5.6/perl
24067           !> toke.c
24068 ____________________________________________________________________________
24069 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
24070         Log: Subject: [PATCH bleadperl] small lookbehind fix
24071              From: Hugo <hv@crypt.compulink.co.uk>
24072              Date: Fri, 18 May 2001 00:07:19 +0100
24073              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
24074      Branch: perl
24075            ! regexec.c
24076 ____________________________________________________________________________
24077 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
24078         Log: Detypos.
24079      Branch: perl
24080            ! installman utils.lst
24081 ____________________________________________________________________________
24082 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
24083         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
24084              in 20001222.001.
24085      Branch: perl
24086            ! t/lib/glob-basic.t
24087 ____________________________________________________________________________
24088 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
24089         Log: Subject: [PATCH] Test for bug 20010515.004
24090              From: Benjamin Sugars <bsugars@canoe.ca>
24091              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
24092              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
24093      Branch: perl
24094            ! t/op/misc.t
24095 ____________________________________________________________________________
24096 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
24097         Log: Integrate #10145 from maintperl.
24098              
24099              fix for ID 20010515.004 (needs test)
24100      Branch: perl
24101           !> pp_hot.c
24102 ____________________________________________________________________________
24103 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
24104         Log: Thinko noticed by Doug MacEachern.
24105      Branch: perl
24106            ! thread.h
24107 ____________________________________________________________________________
24108 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
24109         Log: Subject: Re: [PATCH] HERE mark in regex
24110              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24111              Date: Thu, 17 May 2001 12:20:33 -0400
24112              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
24113      Branch: perl
24114            ! t/op/re_tests
24115 ____________________________________________________________________________
24116 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
24117         Log: fix for ID 20010515.004 (needs test)
24118      Branch: maint-5.6/perl
24119            ! pp_hot.c
24120 ____________________________________________________________________________
24121 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
24122         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
24123      Branch: maint-5.6/perl
24124            ! win32/config.bc win32/config.gc win32/config.vc
24125            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24126 ____________________________________________________________________________
24127 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
24128         Log: Macrofy the getspecific (and use it also in util.c)
24129      Branch: perl
24130            ! thread.h util.c
24131 ____________________________________________________________________________
24132 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
24133         Log: Use the unchecked thread-specific key fetch also in Tru64.
24134      Branch: perl
24135            ! thread.h
24136 ____________________________________________________________________________
24137 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
24138         Log: Subject: [PATCH 5.6.1]Quick thread speedup
24139              From: Dan Sugalski <dan@sidhe.org> 
24140              Date: Wed, 16 May 2001 18:05:19 -0400
24141              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
24142      Branch: perl
24143            ! thread.h util.c
24144 ____________________________________________________________________________
24145 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
24146         Log: I think this is quite enough testing for a deprecated feature.
24147      Branch: perl
24148            + t/lib/i18n-collate.t
24149            ! MANIFEST t/lib/1_compile.t
24150 ____________________________________________________________________________
24151 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
24152         Log: More HP-UX lore from Jeff Okamoto.
24153      Branch: perl
24154            ! README.hpux
24155 ____________________________________________________________________________
24156 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
24157         Log: Sort utils.lst for easier maintenance.
24158      Branch: perl
24159            ! utils.lst
24160 ____________________________________________________________________________
24161 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
24162         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24163              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24164              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
24165              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
24166              
24167              Add pod2latex to utils.lst.
24168      Branch: perl
24169            ! MANIFEST utils.lst
24170 ____________________________________________________________________________
24171 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
24172         Log: Subject: Re: [PATCH] HERE mark in regex
24173              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24174              Date: Wed, 16 May 2001 13:04:43 -0400
24175              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
24176      Branch: perl
24177            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
24178            ! t/op/regmesg.t t/pragma/warn/regcomp
24179 ____________________________________________________________________________
24180 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
24181         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24182              From: Simon Cozens <simon@netthink.co.uk>
24183              Date: Wed, 16 May 2001 18:02:08 +0100
24184              Message-ID: <20010516180208.A6458@netthink.co.uk>
24185      Branch: perl
24186            ! installman utils.lst
24187 ____________________________________________________________________________
24188 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
24189         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
24190              From: "Philip Newton" <pnewton@gmx.de>
24191              Date: Tue, 15 May 2001 15:09:30 +0200
24192              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
24193              
24194              Test case for #10128.
24195      Branch: perl
24196            ! t/pragma/warn/pp_hot
24197 ____________________________________________________________________________
24198 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
24199         Log: Update Changes.
24200      Branch: perl
24201            ! Changes patchlevel.h
24202 ____________________________________________________________________________
24203 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
24204         Log: Deprecate pseudo-hashes.
24205      Branch: perl
24206            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
24207 ____________________________________________________________________________
24208 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
24209         Log: HP-UX hints update from Merijn.
24210      Branch: perl
24211            ! hints/hpux.sh
24212 ____________________________________________________________________________
24213 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
24214         Log: README.hpux update from Merijn.
24215      Branch: perl
24216            ! README.hpux
24217 ____________________________________________________________________________
24218 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
24219         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
24220              From: Simon Cozens <simon@netthink.co.uk>
24221              Date: Wed, 16 May 2001 15:57:55 +0100
24222              Message-ID: <20010516155755.A4728@netthink.co.uk>
24223      Branch: perl
24224            + utils.lst
24225            ! MANIFEST installman installperl
24226 ____________________________________________________________________________
24227 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
24228         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
24229              From: "Philip Newton" <pnewton@gmx.de>
24230              Date: Tue, 15 May 2001 16:31:05 +0200
24231              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
24232              
24233              Fix PERL_Y2KWARN test to check before rather than after appending.
24234      Branch: perl
24235            ! pp_hot.c
24236 ____________________________________________________________________________
24237 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
24238         Log: Regen Porting stuff.
24239      Branch: perl
24240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24241            ! config_h.SH
24242 ____________________________________________________________________________
24243 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
24244         Log: Metaconfig unit change for #10125.
24245      Branch: metaconfig
24246            ! U/modified/Oldconfig.U
24247 ____________________________________________________________________________
24248 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
24249         Log: Use OSVERS.
24250      Branch: perl
24251            ! Configure config_h.SH perl.c
24252 ____________________________________________________________________________
24253 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
24254         Log: Regen toc.
24255      Branch: perl
24256            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24257 ____________________________________________________________________________
24258 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
24259         Log: Adding the README.dgux to the MANIFEST would be a good idea.
24260      Branch: perl
24261            ! MANIFEST
24262 ____________________________________________________________________________
24263 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
24264         Log: Move the stack desire definition to thread.h.
24265      Branch: perl
24266            ! ext/Thread/Thread.xs thread.h
24267 ____________________________________________________________________________
24268 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
24269         Log: DG-UX threading patches, including a README.dgux,
24270              from Takis Psarogiannakopoulos.
24271      Branch: perl
24272            + README.dgux
24273            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
24274 ____________________________________________________________________________
24275 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
24276         Log: Subject: [PATCH B::Deparse] More on /x regexes
24277              From: Robin Houston <robin@kitsite.com>
24278              Date: Tue, 15 May 2001 19:09:35 +0100
24279              Message-ID: <20010515190935.A27268@penderel>
24280      Branch: perl
24281            ! ext/B/B/Deparse.pm
24282 ____________________________________________________________________________
24283 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
24284         Log: Document that the core time() may be rounding rather
24285              than truncating, would have saved at least my confusion.
24286      Branch: perl
24287            ! ext/Time/HiRes/HiRes.pm
24288 ____________________________________________________________________________
24289 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
24290         Log: Subject: perl-current/t/time-hires.t
24291              From: John Peacock <jpeacock@rowman.com>
24292              Date: Fri, 11 May 2001 14:09:41 -0400
24293              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
24294      Branch: perl
24295            ! t/lib/time-hires.t
24296 ____________________________________________________________________________
24297 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
24298         Log: Subject: [PATCH dump.c] Op private flags
24299              From: Simon Cozens <simon@netthink.co.uk>
24300              Date: Sun, 13 May 2001 20:20:36 +0100
24301              Message-ID: <20010513202036.A21896@netthink.co.uk>
24302      Branch: perl
24303            ! dump.c
24304 ____________________________________________________________________________
24305 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
24306         Log: Upgrade to Switch 2.03.
24307      Branch: perl
24308            ! lib/Switch.pm
24309 ____________________________________________________________________________
24310 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
24311         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
24312              to PERL_CONFIG_SH and use it consistently.
24313      Branch: maint-5.6/perl
24314           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
24315           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
24316           !> myconfig.SH writemain.SH
24317 ____________________________________________________________________________
24318 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
24319         Log: Metaconfig units changes for #10113.
24320      Branch: metaconfig
24321            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
24322 ____________________________________________________________________________
24323 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
24324         Log: The problem described in 20010514.031 still wasn't
24325              fully cured, there were remnants of $CONFIG when
24326              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
24327              to avoid future conflicts.
24328      Branch: perl
24329            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
24330            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
24331            ! myconfig.SH writemain.SH
24332 ____________________________________________________________________________
24333 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
24334         Log: Half of #10107 got lost.
24335      Branch: perl
24336            ! ext/B/B/Deparse.pm
24337 ____________________________________________________________________________
24338 [ 10111] By: nick                                  on 2001/05/15  08:39:14
24339         Log: Integrate mainline.
24340      Branch: perlio
24341           +> ext/POSIX/hints/uts.pl
24342            - Todo Todo-5.6 t/camel-III/vstring.t
24343           !> (integrate 48 files)
24344 ____________________________________________________________________________
24345 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
24346         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
24347              From: Robin Houston <robin@kitsite.com>
24348              Date: Mon, 14 May 2001 22:27:08 +0100
24349              Message-ID: <20010514222708.A22963@penderel>
24350      Branch: perl
24351            ! t/TestInit.pm
24352 ____________________________________________________________________________
24353 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
24354         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
24355              From: Robin Houston <robin@kitsite.com>
24356              Date: Mon, 14 May 2001 22:16:43 +0100
24357              Message-ID: <20010514221643.A22437@penderel>
24358      Branch: perl
24359            ! ext/B/B/Deparse.pm
24360 ____________________________________________________________________________
24361 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
24362         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
24363              From: Robin Houston <robin@kitsite.com>
24364              Date: Mon, 14 May 2001 22:03:44 +0100
24365              Message-ID: <20010514220344.A20643@penderel>
24366      Branch: perl
24367            ! ext/B/B/Deparse.pm
24368 ____________________________________________________________________________
24369 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
24370         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
24371              From: Robin Houston <robin@kitsite.com>
24372              Date: Mon, 14 May 2001 22:10:07 +0100
24373              Message-ID: <20010514221007.A21118@penderel>
24374      Branch: perl
24375            ! ext/B/B/Deparse.pm
24376 ____________________________________________________________________________
24377 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
24378         Log: Fix for 20010514.037; substr() didn't invalidate the locale
24379              collation magic.
24380      Branch: perl
24381            ! pp.c
24382 ____________________________________________________________________________
24383 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
24384         Log: Update Changes.
24385      Branch: perl
24386            ! Changes patchlevel.h
24387 ____________________________________________________________________________
24388 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
24389         Log: Retract #10094.
24390      Branch: perl
24391            ! lib/Pod/Text.pm
24392 ____________________________________________________________________________
24393 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
24394         Log: Integrate change #10100 from maintperl.
24395              
24396              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
24397              bug ID 20010514.027)
24398      Branch: perl
24399           !> mg.c pp_ctl.c
24400 ____________________________________________________________________________
24401 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
24402         Log: Document the deprecatedness of suidperl.
24403      Branch: perl
24404            ! INSTALL pod/perlfaq1.pod
24405 ____________________________________________________________________________
24406 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
24407         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
24408              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
24409              Date: Mon, 14 May 2001 09:38:59 -0400
24410              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
24411      Branch: perl
24412            ! lib/ExtUtils/MM_Unix.pm
24413 ____________________________________________________________________________
24414 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
24415         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
24416              bug ID 20010514.027)
24417              
24418              TODO: this needs a testsuite addition
24419      Branch: maint-5.6/perl
24420            ! mg.c pp_ctl.c
24421 ____________________________________________________________________________
24422 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
24423         Log: More DWIMminess for Class::Struct: calling the array or hash
24424              accessors only with one argument, an array or a hash reference,
24425              sets the underlying array or hash.  This mirrors nicely also
24426              the usage in the constructor.
24427              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
24428      Branch: perl
24429            ! lib/Class/Struct.pm t/lib/class-struct.t
24430 ____________________________________________________________________________
24431 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
24432         Log: Reference cmp'ing should go through the whole stringification
24433              process shebang, as pointed out by Sarathy in #10091.
24434      Branch: perl
24435            ! pp.c
24436 ____________________________________________________________________________
24437 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
24438         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
24439              From: Simon Cozens <simon@netthink.co.uk>
24440              Date: Sat, 12 May 2001 16:36:27 +0100
24441              Message-ID: <20010512163627.A5522@netthink.co.uk>
24442              
24443              with some additions salvaged from Todo and Todo-5.6 before
24444              retiring them.
24445      Branch: perl
24446            - Todo Todo-5.6
24447            ! MANIFEST pod/perltodo.pod
24448 ____________________________________________________________________________
24449 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
24450         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
24451              From: "Golubev I. N." <gin@mo.msk.ru>
24452              Date: Mon, 07 May 2001 14:33:34 (GMT)
24453              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
24454      Branch: perl
24455            ! perl.h
24456 ____________________________________________________________________________
24457 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
24458         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
24459              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
24460              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
24461              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
24462      Branch: perl
24463            ! lib/ExtUtils/MM_Unix.pm
24464 ____________________________________________________________________________
24465 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
24466         Log: (Retracted by #10104.)
24467              
24468              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
24469              From: barries <barries@slaysys.com>
24470              Date: Sat, 12 May 2001 01:28:10 -0400
24471              Message-ID: <20010512012810.B26358@jester.slaysys.com>
24472      Branch: perl
24473            ! lib/Pod/Text.pm
24474 ____________________________________________________________________________
24475 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
24476         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
24477              From: Mike Guy <mjtg@cam.ac.uk>
24478              Date: Sat, 12 May 2001 19:24:33 +0100
24479              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
24480      Branch: perl
24481            ! lib/AutoSplit.pm
24482 ____________________________________________________________________________
24483 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
24484         Log: Yet another HP-UX hints tweak from Merijn.
24485      Branch: perl
24486            ! hints/hpux.sh
24487 ____________________________________________________________________________
24488 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
24489         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
24490              isn't defined (changes#9366,9368,9370 from mainline without the
24491              pp_scmp() change)
24492      Branch: maint-5.6/perl
24493            ! pp.c pp.h pp_hot.c
24494 ____________________________________________________________________________
24495 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
24496         Log: The sorting seems to happen now automatically.
24497      Branch: perl
24498            ! t/lib/glob-basic.t
24499 ____________________________________________________________________________
24500 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
24501         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
24502              From: Benjamin Sugars <bsugars@canoe.ca>
24503              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
24504              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
24505      Branch: perl
24506            ! pod/perlfunc.pod
24507 ____________________________________________________________________________
24508 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
24509         Log: Subject: Re: undef(&foo) does not work for XS functions
24510              From: Doug MacEachern <dougm@covalent.net>
24511              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
24512              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
24513      Branch: perl
24514            ! op.c
24515 ____________________________________________________________________________
24516 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
24517         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
24518              From: Peter Prymmer <pvhp@forte.com>
24519              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
24520              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
24521      Branch: perl
24522            ! t/op/append.t
24523 ____________________________________________________________________________
24524 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
24525         Log: Update Changes.
24526      Branch: perl
24527            ! Changes patchlevel.h
24528 ____________________________________________________________________________
24529 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
24530         Log: Remove the 'asciir' re subpragma.  Should instead implement
24531              the 'physical vs logical' range scheme:
24532              
24533              \xAA-\xCC is a native physical range, you want that range of
24534              codepoints in your native encoding.  In EBCDIC the codepoints
24535              in the gaps (between i-j and r-s) should be included.
24536              
24537              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
24538              codepoints in Unicode.
24539              
24540              a-z is a logical range, you want that range of 'logical' codepoints
24541              in your native encoding.  In EBCDIC the codepoints in the gaps
24542              (between i-j and r-s) should not be included.
24543              
24544              Mixed cases (a-\xAA, etc) should either be errors, or maybe
24545              the 'logical' endpoints should be converted to native/Unicode
24546              codepoints, and the range handled as a physical range.
24547              
24548              'Logical endpoints' are to be recognized only in the A-Z, a-z,
24549              and 0-9 ranges.  Probably a warning should be given for mixed
24550              cases like A-z or a-9 (since such expressions are encoding
24551              dependent), with a recommendation to use physical ranges.
24552      Branch: perl
24553            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
24554            ! t/op/regexp.t
24555 ____________________________________________________________________________
24556 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
24557         Log: Make the test to cleanup the test directory tree
24558              both before and after the testing so that we always
24559              have a clean slate to work with.
24560      Branch: perl
24561            ! t/lib/filefind.t
24562 ____________________________________________________________________________
24563 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
24564         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
24565              From: Jon Eveland <jweveland@yahoo.com>
24566              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
24567              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
24568      Branch: perl
24569            ! pod/perlfunc.pod
24570 ____________________________________________________________________________
24571 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
24572         Log: Merge the camel-III/vstring.t with op/ver.t.
24573      Branch: perl
24574            - t/camel-III/vstring.t
24575            ! MANIFEST t/TEST t/harness t/op/ver.t
24576 ____________________________________________________________________________
24577 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
24578         Log: Add test.deparse make target.
24579      Branch: perl
24580            ! Makefile.SH
24581 ____________________________________________________________________________
24582 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
24583         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
24584              From: Robin Houston <robin@kitsite.com>
24585              Date: Fri, 11 May 2001 12:02:22 +0100
24586              Message-ID: <20010511120222.A11529@penderel>
24587      Branch: perl
24588            ! ext/B/B/Deparse.pm t/op/method.t
24589 ____________________________________________________________________________
24590 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
24591         Log: A nicely working combination for UTS from Hal Morris.
24592      Branch: perl
24593            + ext/POSIX/hints/uts.pl
24594            ! MANIFEST hints/uts.sh
24595 ____________________________________________________________________________
24596 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
24597         Log: i_ieeefp=undef for UTS.
24598      Branch: perl
24599            ! hints/uts.sh
24600 ____________________________________________________________________________
24601 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
24602         Log: Subject: RE: rand(0) is rand(1)
24603              From: Larry Shatzer <lshatzer@islanddata.com>
24604              Date: Thu, 10 May 2001 11:09:27 -0700
24605              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
24606      Branch: perl
24607            ! pod/perlfunc.pod
24608 ____________________________________________________________________________
24609 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
24610         Log: Subject: [patch] make op_{clear,null} public
24611              From: Doug MacEachern <dougm@covalent.net>
24612              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
24613              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
24614      Branch: perl
24615            ! embed.h embed.pl op.c proto.h
24616 ____________________________________________________________________________
24617 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
24618         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
24619              From: Robin Houston <robin@kitsite.com>
24620              Date: Thu, 10 May 2001 18:54:59 +0100
24621              Message-ID: <20010510185459.A5995@penderel>
24622      Branch: perl
24623            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
24624 ____________________________________________________________________________
24625 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
24626         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
24627              From: Robin Houston <robin@kitsite.com>
24628              Date: Thu, 10 May 2001 12:56:39 +0100
24629              Message-ID: <20010510125639.A2119@penderel>
24630      Branch: perl
24631            ! ext/B/B/Deparse.pm
24632 ____________________________________________________________________________
24633 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
24634         Log: Retract #10070, not ready yet.
24635      Branch: perl
24636            ! ext/B/B/Deparse.pm
24637 ____________________________________________________________________________
24638 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
24639         Log: The metaconfig unit change for #10071.
24640      Branch: metaconfig
24641            ! U/modified/mallocsrc.U
24642 ____________________________________________________________________________
24643 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
24644         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
24645      Branch: perl
24646            ! Configure
24647 ____________________________________________________________________________
24648 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
24649         Log: (Retracted by #10073)
24650              
24651              Subject: Re: [PATCH t/TEST] B::Deparse tester 
24652              From: Hugo <hv@crypt.compulink.co.uk>
24653              Date: Thu, 10 May 2001 05:48:09 +0100
24654              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
24655      Branch: perl
24656            ! ext/B/B/Deparse.pm
24657 ____________________________________________________________________________
24658 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
24659         Log: Add a for(func()) test.
24660      Branch: perl
24661            ! t/cmd/for.t
24662 ____________________________________________________________________________
24663 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
24664         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
24665              From: Robin Houston <robin@kitsite.com>
24666              Date: Thu, 10 May 2001 13:50:08 +0100
24667              Message-ID: <20010510135008.A2454@penderel>
24668      Branch: perl
24669            ! ext/B/B/Deparse.pm
24670 ____________________________________________________________________________
24671 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
24672         Log: A thinko in #10065.
24673      Branch: perl
24674            ! hv.c
24675 ____________________________________________________________________________
24676 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
24677         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
24678              From: Robin Houston <robin@kitsite.com>
24679              Date: Thu, 10 May 2001 02:10:34 +0100
24680              Message-ID: <20010510021034.A19421@penderel>
24681      Branch: perl
24682            ! ext/B/B.xs ext/B/B/Deparse.pm
24683 ____________________________________________________________________________
24684 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
24685         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
24686              From: Doug MacEachern <dougm@covalent.net>
24687              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
24688              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
24689      Branch: perl
24690            ! hv.c
24691 ____________________________________________________________________________
24692 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
24693         Log: One more workaround for the UTS compiler from Hal Morris.
24694      Branch: perl
24695            ! perl.h
24696 ____________________________________________________________________________
24697 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
24698         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
24699              From: Robin Houston <robin@kitsite.com>
24700              Date: Thu, 10 May 2001 01:02:08 +0100
24701              Message-ID: <20010510010208.A18200@penderel>
24702      Branch: perl
24703            ! ext/B/B/Debug.pm
24704 ____________________________________________________________________________
24705 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
24706         Log: Subject: [PATCH] Simplify deb_curcv() a bit
24707              From: Benjamin Sugars <bsugars@canoe.ca>
24708              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
24709              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
24710      Branch: perl
24711            ! run.c
24712 ____________________________________________________________________________
24713 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
24714         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
24715              From: Benjamin Sugars <bsugars@canoe.ca>
24716              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
24717              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
24718      Branch: perl
24719            ! t/lib/io_scalar.t
24720 ____________________________________________________________________________
24721 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
24722         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
24723              From: Peter Prymmer <pvhp@forte.com>
24724              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
24725              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
24726      Branch: perl
24727            ! t/lib/md5-file.t
24728 ____________________________________________________________________________
24729 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
24730         Log: Subject: [PATCH t/TEST] B::Deparse tester
24731              From: Robin Houston <robin@kitsite.com>
24732              Date: Wed, 9 May 2001 19:17:50 +0100
24733              Message-ID: <20010509191750.A16940@penderel>
24734      Branch: perl
24735            ! ext/B/O.pm t/TEST
24736 ____________________________________________________________________________
24737 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
24738         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
24739              From: Jeff Pinyan <jeffp@crusoe.net>
24740              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
24741              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
24742      Branch: perl
24743            ! lib/Pod/Html.pm
24744 ____________________________________________________________________________
24745 [ 10057] By: nick                                  on 2001/05/09  18:37:56
24746         Log: Integrate mainline.
24747      Branch: perlio
24748           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
24749           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
24750 ____________________________________________________________________________
24751 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
24752         Log: Update Changes.
24753      Branch: perl
24754            ! Changes patchlevel.h
24755 ____________________________________________________________________________
24756 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
24757         Log: Integrate perlio.
24758      Branch: perl
24759           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
24760 ____________________________________________________________________________
24761 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
24762         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
24763              From: Benjamin Sugars <bsugars@canoe.ca>
24764              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
24765              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
24766      Branch: perl
24767            ! perlio.c
24768 ____________________________________________________________________________
24769 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
24770         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
24771              From: Benjamin Sugars <bsugars@canoe.ca>
24772              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
24773              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
24774      Branch: perl
24775            ! ext/PerlIO/Scalar/Scalar.xs
24776 ____________________________________________________________________________
24777 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
24778         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
24779              From: Jeff Pinyan <jeffp@crusoe.net>
24780              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
24781              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
24782      Branch: perl
24783            ! lib/Pod/Html.pm
24784 ____________________________________________________________________________
24785 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
24786         Log: EPOC tweak from Olaf Flebbe.
24787      Branch: perl
24788            ! epoc/epocish.h
24789 ____________________________________________________________________________
24790 [ 10050] By: nick                                  on 2001/05/09  14:37:57
24791         Log: win32, regen_config_h
24792      Branch: perlio
24793            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
24794 ____________________________________________________________________________
24795 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
24796         Log: Integrate perlio.
24797      Branch: perl
24798           !> pp_sys.c
24799 ____________________________________________________________________________
24800 [ 10048] By: nick                                  on 2001/05/09  11:59:50
24801         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
24802              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
24803      Branch: perlio
24804            ! pp_sys.c
24805 ____________________________________________________________________________
24806 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
24807         Log: Integrate perlio.
24808      Branch: perl
24809           !> run.c
24810 ____________________________________________________________________________
24811 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
24812         Log: Subject: Re: Less warnings during configure
24813              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24814              Date: Wed, 09 May 2001 13:12:49 +0200
24815              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
24816      Branch: perl
24817            ! hints/hpux.sh
24818 ____________________________________________________________________________
24819 [ 10045] By: nick                                  on 2001/05/09  09:56:59
24820         Log: MULTIPLICITY/DEBUGGING build fix.
24821      Branch: perlio
24822            ! run.c
24823 ____________________________________________________________________________
24824 [ 10044] By: nick                                  on 2001/05/09  09:46:37
24825         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
24826      Branch: perlio
24827           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
24828            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
24829           !> (integrate 65 files)
24830 ____________________________________________________________________________
24831 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
24832         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24833              From: Robin Houston <robin@kitsite.com>
24834              Date: Tue, 8 May 2001 19:38:00 +0100
24835              Message-ID: <20010508193800.A4389@penderel>
24836              
24837              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24838              From: Robin Houston <robin@kitsite.com>
24839              Date: Tue, 8 May 2001 20:03:57 +0100
24840              Message-ID: <20010508200357.A4614@penderel>
24841              
24842              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
24843              From: Robin Houston <robin@kitsite.com>
24844              Date: Wed, 9 May 2001 00:12:05 +0100
24845              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
24846      Branch: perl
24847            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
24848 ____________________________________________________________________________
24849 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
24850         Log: Retract #10031.
24851      Branch: perl
24852            ! pod/perlfunc.pod
24853 ____________________________________________________________________________
24854 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
24855         Log: The metaconfig unit changes for #10040.
24856      Branch: metaconfig/U/perl
24857            ! Checkcc.U d_dlsymun.U dlsrc.U
24858 ____________________________________________________________________________
24859 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
24860         Log: The Configure half of
24861              
24862              Subject: Less warnings during configure
24863              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24864              Date: Tue, 08 May 2001 08:44:02 +0200
24865              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24866      Branch: perl
24867            ! Configure
24868 ____________________________________________________________________________
24869 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
24870         Log: Subject: Less warnings during configure
24871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
24872              Date: Tue, 08 May 2001 08:44:02 +0200
24873              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
24874      Branch: perl
24875            ! hints/hpux.sh
24876 ____________________________________________________________________________
24877 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
24878         Log: Don't forget to whine about \d__\d.
24879      Branch: perl
24880            ! t/pragma/warn/toke toke.c
24881 ____________________________________________________________________________
24882 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
24883         Log: Allow underscores also in the exponent part.
24884      Branch: perl
24885            ! t/pragma/warn/toke toke.c
24886 ____________________________________________________________________________
24887 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
24888         Log: CodeMagicCD doesn't look like an *I*DE.
24889      Branch: perl
24890            ! pod/perlfaq3.pod
24891 ____________________________________________________________________________
24892 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
24893         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
24894              to be consistently down).
24895      Branch: perl
24896            ! pod/perlfaq3.pod
24897 ____________________________________________________________________________
24898 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
24899         Log: Upgrade to Text::Balanced 1.84.
24900      Branch: perl
24901            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
24902 ____________________________________________________________________________
24903 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
24904         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
24905              From: Benjamin Sugars <bsugars@canoe.ca>
24906              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
24907              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
24908      Branch: perl
24909            ! run.c
24910 ____________________________________________________________________________
24911 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
24912         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
24913              From: Peter Prymmer <pvhp@forte.com>
24914              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
24915              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
24916      Branch: perl
24917            ! t/pod/plainer.t
24918 ____________________________________________________________________________
24919 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
24920         Log: (Retracted by #10042)
24921              
24922              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
24923              From: "Philip Newton" <pnewton@gmx.de>
24924              Date: Tue, 8 May 2001 09:18:10 +0200
24925              Message-ID: <3AF7B9D2.28861.603732@localhost>
24926      Branch: perl
24927            ! pod/perlfunc.pod
24928 ____________________________________________________________________________
24929 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
24930         Log: Subject: [PATCH B::Deparse] Document known bugs
24931              From: Robin Houston <robin@kitsite.com>
24932              Date: Tue, 8 May 2001 01:53:34 +0100
24933              Message-ID: <20010508015334.A32394@penderel>
24934      Branch: perl
24935            ! ext/B/B/Deparse.pm
24936 ____________________________________________________________________________
24937 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
24938         Log: Subject: Re: Perl book, magazine and website updates.
24939              From: "Philip Newton" <pnewton@gmx.de>
24940              Date: Mon, 7 May 2001 17:03:58 +0200
24941              Message-ID: <3AF6D57E.5387.1E29930@localhost>
24942      Branch: perl
24943            ! pod/perlfaq2.pod
24944 ____________________________________________________________________________
24945 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
24946         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
24947              From: Peter Prymmer <pvhp@forte.com>
24948              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
24949              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
24950      Branch: perl
24951            ! t/io/fflush.t
24952 ____________________________________________________________________________
24953 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
24954         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
24955              From: Robin Houston <robin@kitsite.com>
24956              Date: Tue, 8 May 2001 01:14:55 +0100
24957              Message-ID: <20010508011455.A32162@penderel>
24958      Branch: perl
24959            ! ext/B/B/Deparse.pm
24960 ____________________________________________________________________________
24961 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
24962         Log: Typo in #10025.
24963      Branch: perl
24964            ! hints/uts.sh
24965 ____________________________________________________________________________
24966 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
24967         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
24968      Branch: perl
24969            ! hints/uts.sh
24970 ____________________________________________________________________________
24971 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
24972         Log: Subject: Re: [ID 20010506.045] question about hash syntax
24973              From: Peter Scott <Peter@PSDT.com>
24974              Date: Sun, 06 May 2001 13:10:40 -0700
24975              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
24976      Branch: perl
24977            ! pod/perl56delta.pod
24978 ____________________________________________________________________________
24979 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
24980         Log: Configure should figure out the list of dynamic extensions
24981              just fine in UTS-- and in fact it does, as reported by Hal Morris.
24982      Branch: perl
24983            ! hints/uts.sh
24984 ____________________________________________________________________________
24985 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
24986         Log: Update Changes.
24987      Branch: perl
24988            ! Changes patchlevel.h
24989 ____________________________________________________________________________
24990 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
24991         Log: Subject: [PATCH regcomp.c] Insecure regexes
24992              From: Robin Houston <robin@kitsite.com>
24993              Date: Mon, 7 May 2001 21:56:12 +0100
24994              Message-ID: <20010507215612.A31114@penderel>
24995      Branch: perl
24996            ! regcomp.c
24997 ____________________________________________________________________________
24998 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
24999         Log: Drop the foobar.perl.com references for now until Simon
25000              gets them sorted out.
25001      Branch: perl
25002            ! pod/perlfaq2.pod
25003 ____________________________________________________________________________
25004 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
25005         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
25006              From: Prymmer/Kahn <pvhp@best.com>
25007              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
25008              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
25009      Branch: perl
25010            ! lib/Devel/SelfStubber.pm
25011 ____________________________________________________________________________
25012 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
25013         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
25014              From: Prymmer/Kahn <pvhp@best.com>
25015              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
25016              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
25017      Branch: perl
25018            ! win32/Makefile
25019 ____________________________________________________________________________
25020 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
25021         Log: s/WebTechnique's/WebTechniques/
25022      Branch: perl
25023            ! pod/perlfaq2.pod
25024 ____________________________________________________________________________
25025 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
25026         Log: Llama 3 updates from Randal.
25027      Branch: perl
25028            ! pod/perlfaq2.pod
25029 ____________________________________________________________________________
25030 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
25031         Log: Subject: [PATCH] Help -Dt show correct pad variables
25032              From: Benjamin Sugars <ben.sugars@home.com>
25033              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
25034              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
25035      Branch: perl
25036            ! embed.h embed.pl proto.h run.c
25037 ____________________________________________________________________________
25038 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
25039         Log: Subject: [PATCH] Document C<our $foo : shared>
25040              From: Benjamin Sugars <ben.sugars@home.com>
25041              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
25042              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
25043      Branch: perl
25044            ! pod/perlfunc.pod
25045 ____________________________________________________________________________
25046 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
25047         Log: Subject: [PATCH B::Deparse] undefined folded constants
25048              From: Robin Houston <robin@kitsite.com>
25049              Date: Sun, 6 May 2001 17:19:09 +0100
25050              Message-ID: <20010506171909.A7046@penderel>
25051      Branch: perl
25052            ! ext/B/B/Deparse.pm
25053 ____________________________________________________________________________
25054 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
25055         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
25056              From: Robin Houston <robin@kitsite.com>
25057              Message-ID: <20010506164654.A6848@penderel>
25058              Date: Sun, 6 May 2001 16:46:54 +0100
25059      Branch: perl
25060            ! ext/B/B/Deparse.pm
25061 ____________________________________________________________________________
25062 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
25063         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
25064              From: Robin Houston <robin@kitsite.com>
25065              Date: Sun, 6 May 2001 14:47:02 +0100
25066              Message-ID: <20010506144702.A6308@penderel>
25067      Branch: perl
25068            ! t/op/my_stash.t
25069 ____________________________________________________________________________
25070 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
25071         Log: Subject: Perl book, magazine and website updates.
25072              From: Simon Cozens <simon@netthink.co.uk>
25073              Date: Sun, 6 May 2001 16:55:36 +0100
25074              Message-ID: <20010506165536.A1795@netthink.co.uk>
25075      Branch: perl
25076            ! pod/perlbook.pod pod/perlfaq2.pod
25077 ____________________________________________________________________________
25078 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
25079         Log: Tweaks on the Tru64 prof options.
25080      Branch: perl
25081            ! pod/perlhack.pod
25082 ____________________________________________________________________________
25083 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
25084         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
25085              From: Robin Houston <robin@kitsite.com>
25086              Date: Sun, 6 May 2001 14:40:51 +0100
25087              Message-ID: <20010506144051.A6279@penderel>
25088      Branch: perl
25089            ! t/pod/testp2pt.pl
25090 ____________________________________________________________________________
25091 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
25092         Log: Subject: [PATCH B::Deparse] scoping
25093              From: Robin Houston <robin@kitsite.com>
25094              Date: Sun, 6 May 2001 14:36:56 +0100
25095              Message-ID: <20010506143656.A4006@penderel>
25096      Branch: perl
25097            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
25098 ____________________________________________________________________________
25099 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
25100         Log: Document the undefinedness of bitshifting out of range.
25101      Branch: perl
25102            ! pod/perlop.pod
25103 ____________________________________________________________________________
25104 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
25105         Log: Retract #10003 and update the IDE descriptions a bit.
25106      Branch: perl
25107            ! pod/perlfaq3.pod
25108 ____________________________________________________________________________
25109 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
25110         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
25111              From: Prymmer/Kahn <pvhp@best.com>
25112              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
25113              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
25114      Branch: perl
25115            ! win32/Makefile win32/buildext.pl win32/config.bc
25116            ! win32/config.gc win32/config.vc
25117 ____________________________________________________________________________
25118 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
25119         Log: (Retracted by #10005.)
25120      Branch: perl
25121            ! pod/perlfaq3.pod
25122 ____________________________________________________________________________
25123 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
25124         Log: It's "psed", not "sed".
25125      Branch: perl
25126            ! x2p/s2p.PL
25127 ____________________________________________________________________________
25128 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
25129         Log: Update Changes.
25130      Branch: perl
25131            ! Changes patchlevel.h
25132 ____________________________________________________________________________
25133 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
25134         Log: Subject: Re: bleadperl make install fails due to "psed"
25135              From: andreas.koenig@anima.de (Andreas J. Koenig)
25136              Date: 05 May 2001 18:23:28 +0200
25137              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
25138      Branch: perl
25139            ! x2p/Makefile.SH x2p/s2p.PL
25140 ____________________________________________________________________________
25141 [  9999] By: jhi                                   on 2001/05/05  18:28:09
25142         Log: AUTHORS updates.
25143      Branch: perl
25144            ! AUTHORS
25145 ____________________________________________________________________________
25146 [  9998] By: jhi                                   on 2001/05/05  18:16:00
25147         Log: Updates on the pods related to the modules included since 5.6.
25148              
25149              TODO: perltodo really could use major updating.
25150      Branch: perl
25151            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
25152            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
25153            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
25154            ! pod/perlsyn.pod pod/perltodo.pod
25155 ____________________________________________________________________________
25156 [  9997] By: jhi                                   on 2001/05/05  17:35:17
25157         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
25158              from Kurt Skauen.
25159      Branch: perl
25160            + hints/atheos.sh
25161            ! MANIFEST
25162 ____________________________________________________________________________
25163 [  9996] By: jhi                                   on 2001/05/05  17:25:00
25164         Log: Add preemptive #undefs for some of the shorter and more prone
25165              to collision regcomp.h #defines.  (Background: the MASK collided
25166              with a system header #define in Rhapsody.)
25167      Branch: perl
25168            ! regcomp.h
25169 ____________________________________________________________________________
25170 [  9995] By: jhi                                   on 2001/05/05  13:24:21
25171         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
25172              From: Nicholas Clark <nick@ccl4.org>
25173              Date: Sat, 5 May 2001 14:46:39 +0100
25174              Message-ID: <20010505144639.O53513@plum.flirble.org>
25175              
25176              Add a test for the constants (if any) being processed correctly.
25177      Branch: perl
25178            ! utils/h2xs.PL
25179 ____________________________________________________________________________
25180 [  9994] By: jhi                                   on 2001/05/05  02:11:03
25181         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
25182              From: Peter Prymmer <pvhp@forte.com>
25183              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
25184              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
25185      Branch: perl
25186            ! t/lib/b-stash.t
25187 ____________________________________________________________________________
25188 [  9993] By: jhi                                   on 2001/05/05  02:03:49
25189         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
25190              From: Peter Prymmer <pvhp@forte.com>
25191              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
25192              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
25193      Branch: perl
25194            ! perlio.c vms/vmsish.h
25195 ____________________________________________________________________________
25196 [  9992] By: jhi                                   on 2001/05/04  17:21:12
25197         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
25198              From: Robin Barker <rmb1@cise.npl.co.uk>
25199              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
25200              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
25201      Branch: perl
25202            + t/pod/plainer.t
25203            ! MANIFEST
25204 ____________________________________________________________________________
25205 [  9991] By: jhi                                   on 2001/05/04  16:47:45
25206         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
25207              From: Robin Barker <rmb1@cise.npl.co.uk>
25208              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
25209              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
25210      Branch: perl
25211            ! regcomp.c
25212 ____________________________________________________________________________
25213 [  9990] By: jhi                                   on 2001/05/04  14:37:20
25214         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
25215              From: Prymmer/Kahn <pvhp@best.com>
25216              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
25217              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
25218      Branch: perl
25219            ! t/lib/b-stash.t
25220 ____________________________________________________________________________
25221 [  9989] By: jhi                                   on 2001/05/04  14:03:58
25222         Log: Introduce perl572delta, update Todo, add the missing
25223              mention about signal safety since 5.7.1 (though this
25224              requires verification and more details.)
25225      Branch: perl
25226            + pod/perl572delta.pod
25227            ! MANIFEST Todo pod/perl571delta.pod
25228 ____________________________________________________________________________
25229 [  9988] By: jhi                                   on 2001/05/04  12:41:51
25230         Log: Subject: [PATCH perl@9944] long =item
25231              From: Robin Barker <rmb1@cise.npl.co.uk>
25232              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
25233              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
25234      Branch: perl
25235            ! ext/Time/HiRes/HiRes.pm
25236 ____________________________________________________________________________
25237 [  9987] By: jhi                                   on 2001/05/04  12:39:19
25238         Log: The #9901 had removed one line essential for EBCDIC.
25239      Branch: perl
25240            ! regcomp.c
25241 ____________________________________________________________________________
25242 [  9986] By: jhi                                   on 2001/05/04  12:30:23
25243         Log: Subject: cygwin/Makefile.SHs INSTALL patch
25244              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
25245              Date: Mon, 08 Jan 2001 04:59:21 +0200
25246              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
25247      Branch: perl
25248            ! cygwin/Makefile.SHs
25249 ____________________________________________________________________________
25250 [  9985] By: jhi                                   on 2001/05/04  03:51:39
25251         Log: Encode/IO doc tweaks.
25252      Branch: perl
25253            ! ext/Encode/Encode.pm
25254 ____________________________________________________________________________
25255 [  9984] By: jhi                                   on 2001/05/04  03:29:34
25256         Log: Remove GDBM_File from the dynamic extensions for UTS,
25257              GDBM is not a standard feature.
25258      Branch: perl
25259            ! hints/uts.sh
25260 ____________________________________________________________________________
25261 [  9983] By: jhi                                   on 2001/05/04  03:22:59
25262         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
25263      Branch: perl
25264            ! pod/perlretut.pod
25265 ____________________________________________________________________________
25266 [  9982] By: jhi                                   on 2001/05/03  23:21:03
25267         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
25268              From: Benjamin Sugars <bsugars@canoe.ca>
25269              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
25270              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
25271      Branch: perl
25272            ! dump.c
25273 ____________________________________________________________________________
25274 [  9981] By: jhi                                   on 2001/05/03  23:20:05
25275         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
25276              From: Benjamin Sugars <bsugars@canoe.ca>
25277              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
25278              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
25279      Branch: perl
25280            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25281 ____________________________________________________________________________
25282 [  9980] By: jhi                                   on 2001/05/03  23:15:29
25283         Log: Integrate perlio.
25284      Branch: perl
25285           !> ext/Encode/Encode.pm
25286 ____________________________________________________________________________
25287 [  9979] By: jhi                                   on 2001/05/03  16:54:59
25288         Log: Install psed man page.
25289      Branch: perl
25290            ! installman
25291 ____________________________________________________________________________
25292 [  9978] By: jhi                                   on 2001/05/03  16:45:58
25293         Log: Remove unused files; noted by Sarathy.
25294      Branch: perl
25295            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
25296            ! MANIFEST
25297 ____________________________________________________________________________
25298 [  9977] By: jhi                                   on 2001/05/03  16:42:30
25299         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
25300              From: Andy Dougherty <doughera@lafayette.edu>
25301              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
25302              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
25303      Branch: perl
25304            ! INSTALL
25305 ____________________________________________________________________________
25306 [  9976] By: nick                                  on 2001/05/03  16:40:42
25307         Log: Allow $answer = encode($object,$text); like it says in docs.
25308      Branch: perlio
25309            ! ext/Encode/Encode.pm
25310 ____________________________________________________________________________
25311 [  9975] By: nick                                  on 2001/05/03  16:22:30
25312         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
25313              to be in scope (fair enough), and also a package variable (our) for eval to see it.
25314      Branch: perlio
25315            ! ext/Encode/Encode.pm
25316 ____________________________________________________________________________
25317 [  9974] By: nick                                  on 2001/05/03  15:48:17
25318         Log: Integrate mainline.
25319      Branch: perlio
25320           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
25321           +> t/lib/filter-simple.t t/lib/next.t
25322           !> (integrate 70 files)
25323 ____________________________________________________________________________
25324 [  9973] By: jhi                                   on 2001/05/03  13:09:09
25325         Log: Update Changes.
25326      Branch: perl
25327            ! Changes patchlevel.h
25328 ____________________________________________________________________________
25329 [  9972] By: jhi                                   on 2001/05/03  12:58:33
25330         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
25331              From: Prymmer/Kahn <pvhp@best.com>
25332              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
25333              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
25334      Branch: perl
25335            ! t/io/fflush.t
25336 ____________________________________________________________________________
25337 [  9971] By: jhi                                   on 2001/05/03  12:57:26
25338         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
25339              From: Prymmer/Kahn <pvhp@best.com>
25340              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
25341              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
25342      Branch: perl
25343            ! win32/FindExt.pm
25344 ____________________________________________________________________________
25345 [  9970] By: jhi                                   on 2001/05/03  02:42:46
25346         Log: Can't croak sans thread context, from Doug MacEachern.
25347      Branch: perl
25348            ! toke.c
25349 ____________________________________________________________________________
25350 [  9969] By: jhi                                   on 2001/05/03  01:23:48
25351         Log: Subject: Random input test and Perl
25352              From: Ilya Zakharevich <ilya@math.berkeley.edu>
25353              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
25354              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
25355      Branch: perl
25356            ! toke.c
25357 ____________________________________________________________________________
25358 [  9968] By: jhi                                   on 2001/05/02  22:17:21
25359         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
25360              From: Peter Prymmer <pvhp@forte.com>
25361              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
25362              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
25363      Branch: perl
25364            ! pod/perlfunc.pod pod/perlport.pod
25365 ____________________________________________________________________________
25366 [  9967] By: jhi                                   on 2001/05/02  20:12:45
25367         Log: Workaround for UTS compiler casting bug from Hal Morris.
25368      Branch: perl
25369            ! perl.h
25370 ____________________________________________________________________________
25371 [  9966] By: jhi                                   on 2001/05/02  18:31:37
25372         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
25373              From: Dan Sugalski <dan@sidhe.org>
25374              Date: Wed, 02 May 2001 15:23:22 -0400
25375              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
25376      Branch: perl
25377            ! perl.c vms/vms.c
25378 ____________________________________________________________________________
25379 [  9965] By: jhi                                   on 2001/05/02  18:21:29
25380         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
25381      Branch: perl
25382            ! pod/perlfunc.pod
25383 ____________________________________________________________________________
25384 [  9964] By: jhi                                   on 2001/05/02  18:15:01
25385         Log: Document large files in INSTALL, document also the %x
25386              limitation if not use64bitint, closes bug 20010326.007.
25387      Branch: perl
25388            ! INSTALL
25389 ____________________________________________________________________________
25390 [  9963] By: jhi                                   on 2001/05/02  17:24:47
25391         Log: perlmodlib tweaks; regen pods.
25392      Branch: perl
25393            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
25394            ! pod/perltoc.pod
25395 ____________________________________________________________________________
25396 [  9962] By: jhi                                   on 2001/05/02  17:14:00
25397         Log: Fix for a segfault, from Marc Lehmann.
25398      Branch: perl
25399            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
25400 ____________________________________________________________________________
25401 [  9961] By: jhi                                   on 2001/05/02  15:55:53
25402         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
25403              From: "Philip Newton" <pnewton@gmx.de>
25404              Date: Wed, 2 May 2001 18:39:03 +0200
25405              Message-ID: <3AF05447.15525.173B588@localhost>
25406      Branch: perl
25407            ! pod/perlop.pod
25408 ____________________________________________________________________________
25409 [  9960] By: jhi                                   on 2001/05/02  15:35:37
25410         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
25411              From: Dan Sugalski <dan@sidhe.org>
25412              Date: Wed, 02 May 2001 11:37:27 -0400
25413              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
25414      Branch: perl
25415            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
25416            ! thread.h vms/vms.c vms/vmsish.h
25417 ____________________________________________________________________________
25418 [  9959] By: jhi                                   on 2001/05/02  15:21:08
25419         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
25420              From: Benjamin Sugars <bsugars@canoe.ca>
25421              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
25422              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
25423      Branch: perl
25424            ! ext/PerlIO/Scalar/Scalar.xs
25425 ____________________________________________________________________________
25426 [  9958] By: jhi                                   on 2001/05/02  15:15:53
25427         Log: Bug in #9915, spotted by Mike Guy.
25428      Branch: perl
25429            ! installperl
25430 ____________________________________________________________________________
25431 [  9957] By: jhi                                   on 2001/05/02  13:26:01
25432         Log: Add a test for not griping about references as array
25433              indices if the reference has magic in it (overloaded
25434              methods).
25435      Branch: perl
25436            ! pod/perldiag.pod t/pragma/warn/pp_hot
25437 ____________________________________________________________________________
25438 [  9956] By: jhi                                   on 2001/05/02  13:07:01
25439         Log: Retracted a bit too much in #9952.
25440      Branch: perl
25441            ! t/pragma/sub_lval.t
25442 ____________________________________________________________________________
25443 [  9955] By: jhi                                   on 2001/05/02  13:05:38
25444         Log: Test for #9952.
25445      Branch: perl
25446            ! t/op/tie.t
25447 ____________________________________________________________________________
25448 [  9954] By: jhi                                   on 2001/05/02  11:48:18
25449         Log: Additional note on the encoding example: one cannot
25450              convert string constants in-place.
25451      Branch: perl
25452            ! ext/Encode/Encode.pm
25453 ____________________________________________________________________________
25454 [  9953] By: jhi                                   on 2001/05/02  11:43:51
25455         Log: Note that if you have recent enough Perl you already
25456              have Filter::Util::Call.
25457      Branch: perl
25458            ! lib/Filter/Simple.pm
25459 ____________________________________________________________________________
25460 [  9952] By: jhi                                   on 2001/05/02  11:31:53
25461         Log: Retract changes #8254 and #8255, causes coredump in
25462              'tie FH, "main"', reported by Abigail, culprit found by
25463              Benjamin Sugars.  Mirrors maintperl change #9950.
25464      Branch: perl
25465            ! op.c t/pragma/sub_lval.t
25466 ____________________________________________________________________________
25467 [  9951] By: jhi                                   on 2001/05/02  11:14:29
25468         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
25469      Branch: perl
25470            + t/lib/MyFilter.pm
25471 ____________________________________________________________________________
25472 [  9950] By: gsar                                  on 2001/05/02  03:17:11
25473         Log: revert integration of changes#8254,8255 in change#8620 (causes
25474              a coredump in C<tie FH, 'foo'>; the idea itself may need better
25475              rationalization)
25476      Branch: maint-5.6/perl
25477            ! op.c t/pragma/sub_lval.t
25478 ____________________________________________________________________________
25479 [  9949] By: gsar                                  on 2001/05/02  02:56:32
25480         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
25481              
25482              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25483              
25484              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
25485      Branch: maint-5.6/perl
25486           !> hints/svr5.sh
25487 ____________________________________________________________________________
25488 [  9948] By: gsar                                  on 2001/05/02  02:49:15
25489         Log: pod/find.t breaks on VMS (from Craig Berry)
25490      Branch: maint-5.6/perl
25491            ! t/pod/find.t
25492 ____________________________________________________________________________
25493 [  9947] By: jhi                                   on 2001/05/02  02:43:09
25494         Log: Add an encoding conversion example.
25495      Branch: perl
25496            ! ext/Encode/Encode.pm
25497 ____________________________________________________________________________
25498 [  9946] By: jhi                                   on 2001/05/02  01:34:22
25499         Log: Another coat of paint but still nowhere finished.
25500              Need to decide on the semantics of strptime(): should
25501              strptime() be a function instead of a method?  To do
25502              the week/monthname-strptiming the i18n/l10n bullet needs
25503              to be bitten with gusto.
25504      Branch: perl
25505            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
25506 ____________________________________________________________________________
25507 [  9945] By: jhi                                   on 2001/05/01  23:40:52
25508         Log: Update Changes.
25509      Branch: perl
25510            ! Changes patchlevel.h
25511 ____________________________________________________________________________
25512 [  9944] By: jhi                                   on 2001/05/01  23:33:37
25513         Log: Add known-to-be-tested modules to the list-to-be-skipped.
25514      Branch: perl
25515            ! t/lib/1_compile.t
25516 ____________________________________________________________________________
25517 [  9943] By: jhi                                   on 2001/05/01  23:24:40
25518         Log: Subject: BorlandC++ fix
25519              From: "Vadim Konovalov" <watman@inbox.ru>
25520              Date: Mon, 30 Apr 2001 20:12:26 -0700
25521              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
25522      Branch: perl
25523            ! win32/makefile.mk
25524 ____________________________________________________________________________
25525 [  9942] By: jhi                                   on 2001/05/01  23:18:02
25526         Log: Update to Filter::Simple 0.60, create a test for it.
25527      Branch: perl
25528            + t/lib/filter-simple.t
25529            ! MANIFEST lib/Filter/Simple.pm
25530 ____________________________________________________________________________
25531 [  9941] By: jhi                                   on 2001/05/01  19:47:24
25532         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
25533              From: Hugo <hv@crypt.compulink.co.uk>
25534              Date: Tue, 01 May 2001 20:12:20 +0100
25535              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
25536      Branch: perl
25537            ! pp_hot.c t/op/re_tests
25538 ____________________________________________________________________________
25539 [  9940] By: jhi                                   on 2001/05/01  19:42:16
25540         Log: Integrate perlio.
25541      Branch: perl
25542           !> lib/base.pm t/lib/fields.t
25543 ____________________________________________________________________________
25544 [  9939] By: jhi                                   on 2001/05/01  19:39:51
25545         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
25546              From: Benjamin Sugars <bsugars@canoe.ca>
25547              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
25548              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
25549      Branch: perl
25550            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25551 ____________________________________________________________________________
25552 [  9938] By: jhi                                   on 2001/05/01  19:34:09
25553         Log: Add NEXT, a pseudo-class for method redispatching.
25554              <Damian>NEXT.pm probably offers more bang-for-buck
25555              than anything else I've ever written.</Damian>
25556      Branch: perl
25557            + lib/NEXT.pm t/lib/next.t
25558            ! MANIFEST
25559 ____________________________________________________________________________
25560 [  9937] By: jhi                                   on 2001/05/01  19:21:41
25561         Log: Update to Switch 2.02.
25562      Branch: perl
25563            ! lib/Switch.pm t/lib/switch.t
25564 ____________________________________________________________________________
25565 [  9936] By: nick                                  on 2001/05/01  19:09:21
25566         Log: Fix for base.pm clobbering $VERSION
25567      Branch: perlio
25568            ! lib/base.pm
25569 ____________________________________________________________________________
25570 [  9935] By: nick                                  on 2001/05/01  18:54:38
25571         Log: Test for base.pm clobbering $VERSION.
25572      Branch: perlio
25573            ! t/lib/fields.t
25574 ____________________________________________________________________________
25575 [  9934] By: jhi                                   on 2001/05/01  18:39:10
25576         Log: Add information about Scalar::Util::blessed.
25577      Branch: perl
25578            ! pod/perlobj.pod
25579 ____________________________________________________________________________
25580 [  9933] By: jhi                                   on 2001/05/01  18:33:51
25581         Log: Subject: Extra UNIVERSAL documentation
25582              From: Mike Guy <mjtg@cam.ac.uk>
25583              Date: Tue, 01 May 2001 20:12:11 +0100
25584              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
25585      Branch: perl
25586            ! pod/perlobj.pod
25587 ____________________________________________________________________________
25588 [  9932] By: jhi                                   on 2001/05/01  18:26:54
25589         Log: Subject: Autoflush in tests as appropriate
25590              From: Mike Guy <mjtg@cam.ac.uk>
25591              Date: Tue, 01 May 2001 20:05:31 +0100
25592              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
25593      Branch: perl
25594            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
25595            ! t/op/taint.t
25596 ____________________________________________________________________________
25597 [  9931] By: jhi                                   on 2001/05/01  18:02:29
25598         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
25599              From: Benjamin Sugars <bsugars@canoe.ca>
25600              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
25601              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
25602      Branch: perl
25603            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
25604 ____________________________________________________________________________
25605 [  9930] By: jhi                                   on 2001/05/01  15:12:26
25606         Log: Subject: Re: Finally got a round tuit
25607              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25608              Date: Tue, 01 May 2001 14:14:10 +0200
25609              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
25610              
25611              The -DP part, slightly modified.
25612      Branch: perl
25613            ! perl.c
25614 ____________________________________________________________________________
25615 [  9929] By: jhi                                   on 2001/05/01  14:17:15
25616         Log: Subject: Re: Finally got a round tuit
25617              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
25618              Date: Tue, 01 May 2001 16:34:06 +0200
25619              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
25620              
25621              cpp and optimization tweaks for HP-UX.
25622      Branch: perl
25623            ! hints/hpux.sh
25624 ____________________________________________________________________________
25625 [  9928] By: jhi                                   on 2001/05/01  13:24:20
25626         Log: Tune the scan_num() comments to reality.
25627      Branch: perl
25628            ! toke.c
25629 ____________________________________________________________________________
25630 [  9927] By: jhi                                   on 2001/05/01  13:14:01
25631         Log: Subject: [PATCH B::Deparse] optimised sort
25632              From: Robin Houston <robin@kitsite.com>
25633              Date: Tue, 1 May 2001 14:07:12 +0100
25634              Message-ID: <20010501140712.A4266@penderel>
25635      Branch: perl
25636            ! ext/B/B/Deparse.pm
25637 ____________________________________________________________________________
25638 [  9926] By: jhi                                   on 2001/05/01  13:10:53
25639         Log: Subject: [PATCH t/lib/b-deparse.t] 
25640              From: Robin Houston <robin@kitsite.com>
25641              Date: Tue, 1 May 2001 13:37:42 +0100
25642              Message-ID: <20010501133742.A4082@penderel>
25643      Branch: perl
25644            ! t/lib/b-deparse.t
25645 ____________________________________________________________________________
25646 [  9925] By: jhi                                   on 2001/05/01  13:10:13
25647         Log: Subject: [PATCH B::Deparse] for(;;), sort
25648              From: Robin Houston <robin@kitsite.com>
25649              Date: Tue, 1 May 2001 13:35:00 +0100
25650              Message-ID: <20010501133500.A4061@penderel>
25651      Branch: perl
25652            ! ext/B/B/Deparse.pm
25653 ____________________________________________________________________________
25654 [  9924] By: jhi                                   on 2001/05/01  13:09:22
25655         Log: Subject: [PATCH B::Deparse] do, warn, use
25656              From: Robin Houston <robin@kitsite.com>
25657              Date: Tue, 1 May 2001 13:31:03 +0100
25658              Message-ID: <20010501133103.A4041@penderel>
25659      Branch: perl
25660            ! ext/B/B/Deparse.pm
25661 ____________________________________________________________________________
25662 [  9923] By: jhi                                   on 2001/05/01  11:45:36
25663         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
25664              From: Benjamin Sugars <ben.sugars@home.com>
25665              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
25666              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
25667      Branch: perl
25668            + t/io/fflush.t
25669            ! MANIFEST
25670 ____________________________________________________________________________
25671 [  9922] By: jhi                                   on 2001/05/01  11:35:42
25672         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
25673              From: Peter Prymmer <pvhp@forte.com>
25674              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
25675              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
25676      Branch: perl
25677            ! t/lib/selfstubber.t
25678 ____________________________________________________________________________
25679 [  9921] By: jhi                                   on 2001/04/30  16:34:33
25680         Log: Subject: [PATCH B::Concise] suppress warning
25681              From: Robin Houston <robin@kitsite.com>
25682              Date: Mon, 30 Apr 2001 16:09:49 +0100
25683              Message-ID: <20010430160949.A25086@penderel>
25684      Branch: perl
25685            ! ext/B/B/Concise.pm
25686 ____________________________________________________________________________
25687 [  9920] By: jhi                                   on 2001/04/30  13:56:04
25688         Log: Strip the *markers* from #9919.
25689      Branch: perl
25690            ! pod/perlfaq.pod pod/perlfaq5.pod
25691 ____________________________________________________________________________
25692 [  9919] By: jhi                                   on 2001/04/30  13:54:04
25693         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
25694              From: Gwyn Judd <b.judd@xtra.co.nz>
25695              Date: Sun, 29 Apr 2001 01:47:49 +1200
25696              Message-ID: <20010429014749.A4418@thislove>
25697      Branch: perl
25698            ! pod/perlfaq.pod pod/perlfaq5.pod
25699 ____________________________________________________________________________
25700 [  9918] By: jhi                                   on 2001/04/30  13:13:54
25701         Log: More_tweakage.
25702      Branch: perl
25703            ! pod/perldata.pod pod/perldiag.pod
25704 ____________________________________________________________________________
25705 [  9917] By: jhi                                   on 2001/04/30  13:01:27
25706         Log: Update Changes.
25707      Branch: perl
25708            ! Changes patchlevel.h
25709 ____________________________________________________________________________
25710 [  9916] By: jhi                                   on 2001/04/30  12:57:03
25711         Log: T_w_e_a_k_a_g_e.
25712      Branch: perl
25713            ! pod/perldata.pod pod/perldiag.pod
25714 ____________________________________________________________________________
25715 [  9915] By: jhi                                   on 2001/04/30  12:39:29
25716         Log: Install s2p also as psed.
25717              
25718              TODO: psed documentation?
25719      Branch: perl
25720            ! installperl
25721 ____________________________________________________________________________
25722 [  9914] By: jhi                                   on 2001/04/30  12:29:21
25723         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
25724              From: Jens Hamisch <jens@Strawberry.COM>
25725              Date: Fri, 27 Apr 2001 17:00:36 +0200
25726              Message-ID: <20010427170036.K1372@Strawberry.COM>
25727              
25728              SOCKS5_VERSION_NAME is the right symbol to detect
25729              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
25730              function called socks5_init() is available, and even that is
25731              not universal, most SOCKS5 installations use SOCKSinit()).
25732      Branch: perl
25733            ! perlio.c
25734 ____________________________________________________________________________
25735 [  9913] By: jhi                                   on 2001/04/30  12:22:15
25736         Log: Allow a zero timeout on IO::Socket accept and connect--
25737              though one really shouldn't do that.  Based on
25738              
25739              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
25740              From: "John Holdsworth" <coldwave@bigfoot.com>
25741              Date: Sun, 4 Feb 2001 12:48:18 +0100
25742              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
25743      Branch: perl
25744            ! ext/IO/lib/IO/Socket.pm
25745 ____________________________________________________________________________
25746 [  9912] By: jhi                                   on 2001/04/30  11:27:27
25747         Log: Save the spot of regprev (see #9911) for binary compatibility;
25748              regen API.
25749      Branch: perl
25750            ! embedvar.h perlapi.h thrdvar.h
25751 ____________________________________________________________________________
25752 [  9911] By: jhi                                   on 2001/04/30  11:22:03
25753         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
25754              From: Hugo <hv@crypt.compulink.co.uk>
25755              Date: Sun, 29 Apr 2001 17:09:30 +0100
25756              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
25757      Branch: perl
25758            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
25759 ____________________________________________________________________________
25760 [  9910] By: jhi                                   on 2001/04/30  11:15:12
25761         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
25762              a dummy for PL_numeric_radix); no pressing reason to break
25763              binary compatibility; regen API.
25764      Branch: perl
25765            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
25766            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
25767 ____________________________________________________________________________
25768 [  9909] By: jhi                                   on 2001/04/30  10:56:08
25769         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
25770              From: Walt Mankowski <waltman@netaxs.com>
25771              Date: Sun, 29 Apr 2001 21:53:48 -0400
25772              Message-ID: <20010429215348.A3971@netaxs.com>
25773      Branch: perl
25774            ! pod/perlfunc.pod
25775 ____________________________________________________________________________
25776 [  9908] By: jhi                                   on 2001/04/30  10:49:40
25777         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
25778      Branch: perl
25779            ! t/lib/selfstubber.t
25780 ____________________________________________________________________________
25781 [  9907] By: nick                                  on 2001/04/30  09:26:50
25782         Log: Integrate mainline.
25783      Branch: perlio
25784           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
25785 ____________________________________________________________________________
25786 [  9906] By: jhi                                   on 2001/04/29  23:24:20
25787         Log: Abigail spotted a thinko in #9905.
25788      Branch: perl
25789            ! pod/perldiag.pod
25790 ____________________________________________________________________________
25791 [  9905] By: jhi                                   on 2001/04/29  15:55:39
25792         Log: Changed the underscore/undebar syntax in numeric constants;
25793              now any grouping will do, as long as the underscores are not
25794              consecutive (so "zero-grouping" is out), and they do not begin
25795              or end the integer or fractional parts.
25796      Branch: perl
25797            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
25798 ____________________________________________________________________________
25799 [  9904] By: nick                                  on 2001/04/29  15:43:22
25800         Log: Integrate mainline.
25801      Branch: perlio
25802           +> (branch 98 files)
25803            - lib/unicode/Block.pl
25804            - lib/unicode/In/AlphabeticPresentationForms.pl
25805            - lib/unicode/In/Arabic.pl
25806            - lib/unicode/In/ArabicPresentationForms-A.pl
25807            - lib/unicode/In/ArabicPresentationForms-B.pl
25808            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25809            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25810            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25811            - lib/unicode/In/BopomofoExtended.pl
25812            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25813            - lib/unicode/In/CJKCompatibility.pl
25814            - lib/unicode/In/CJKCompatibilityForms.pl
25815            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25816            - lib/unicode/In/CJKRadicalsSupplement.pl
25817            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25818            - lib/unicode/In/CJKUnifiedIdeographs.pl
25819            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25820            - lib/unicode/In/Cherokee.pl
25821            - lib/unicode/In/CombiningDiacriticalMarks.pl
25822            - lib/unicode/In/CombiningHalfMarks.pl
25823            - lib/unicode/In/CombiningMarksforSymbols.pl
25824            - lib/unicode/In/ControlPictures.pl
25825            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25826            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25827            - lib/unicode/In/EnclosedAlphanumerics.pl
25828            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25829            - lib/unicode/In/Ethiopic.pl
25830            - lib/unicode/In/GeneralPunctuation.pl
25831            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25832            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25833            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25834            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25835            - lib/unicode/In/HangulCompatibilityJamo.pl
25836            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25837            - lib/unicode/In/Hebrew.pl
25838            - lib/unicode/In/HighPrivateUseSurrogates.pl
25839            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25840            - lib/unicode/In/IPAExtensions.pl
25841            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25842            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25843            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25844            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25845            - lib/unicode/In/Latin-1Supplement.pl
25846            - lib/unicode/In/LatinExtended-A.pl
25847            - lib/unicode/In/LatinExtended-B.pl
25848            - lib/unicode/In/LatinExtendedAdditional.pl
25849            - lib/unicode/In/LetterlikeSymbols.pl
25850            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
25851            - lib/unicode/In/MathematicalOperators.pl
25852            - lib/unicode/In/MiscellaneousSymbols.pl
25853            - lib/unicode/In/MiscellaneousTechnical.pl
25854            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
25855            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
25856            - lib/unicode/In/OpticalCharacterRecognition.pl
25857            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
25858            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
25859            - lib/unicode/In/SmallFormVariants.pl
25860            - lib/unicode/In/SpacingModifierLetters.pl
25861            - lib/unicode/In/Specials.pl
25862            - lib/unicode/In/SuperscriptsandSubscripts.pl
25863            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
25864            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
25865            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
25866            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
25867            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
25868           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
25869           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
25870           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
25871           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
25872           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
25873           !> utf8.c win32/Makefile
25874 ____________________________________________________________________________
25875 [  9903] By: jhi                                   on 2001/04/29  14:30:53
25876         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
25877              From: Prymmer/Kahn <pvhp@best.com>
25878              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
25879              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
25880      Branch: perl
25881            ! win32/Makefile
25882 ____________________________________________________________________________
25883 [  9902] By: jhi                                   on 2001/04/29  02:52:44
25884         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
25885              From: "Abigail" <abigail@foad.org>
25886              Date: Sun, 29 Apr 2001 03:14:25 +0200
25887              Message-ID: <20010429011425.24503.qmail@foad.org>
25888      Branch: perl
25889            ! ext/IO/lib/IO/Seekable.pm
25890 ____________________________________________________________________________
25891 [  9901] By: jhi                                   on 2001/04/29  02:04:46
25892         Log: In character classes one couldn't have 0x80..0xff characters
25893              at the left hand side if there were 0x100.. characters in the
25894              character class.
25895      Branch: perl
25896            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
25897            ! t/op/pat.t utf8.c
25898 ____________________________________________________________________________
25899 [  9900] By: jhi                                   on 2001/04/28  22:55:04
25900         Log: Forgot the latest mktables.PL from #9899.
25901      Branch: perl
25902            ! lib/unicode/mktables.PL
25903 ____________________________________________________________________________
25904 [  9899] By: jhi                                   on 2001/04/28  22:53:28
25905         Log: Explain the \p{} and \P{} error message better and
25906              have prettier prettyprint in In.pl.
25907      Branch: perl
25908            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
25909            ! pod/perldiag.pod
25910 ____________________________________________________________________________
25911 [  9898] By: jhi                                   on 2001/04/28  21:03:34
25912         Log: Add one possible explanation for the "Invalid [] range" error.
25913      Branch: perl
25914            ! pod/perldiag.pod
25915 ____________________________________________________________________________
25916 [  9897] By: jhi                                   on 2001/04/28  17:18:26
25917         Log: Add a level of indirection to the implementation of \p{InFoo}
25918              so that we don't have to have long filenames.  (Nothing changes
25919              in the user interface.)   The indirection is defined in
25920              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
25921              Also rename some the character classes by removing '-' from
25922              the classnames, and finally renamed Block.pl as Blocks.pl.
25923      Branch: perl
25924            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
25925            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
25926            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
25927            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
25928            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
25929            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
25930            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
25931            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
25932            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
25933            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
25934            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
25935            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
25936            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
25937            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
25938            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
25939            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
25940            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
25941            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
25942            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
25943            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
25944            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
25945            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
25946            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
25947            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
25948            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
25949            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
25950            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
25951            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
25952            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
25953            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
25954            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
25955            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
25956            + lib/unicode/In/94.pl lib/unicode/In/95.pl
25957            - lib/unicode/Block.pl
25958            - lib/unicode/In/AlphabeticPresentationForms.pl
25959            - lib/unicode/In/Arabic.pl
25960            - lib/unicode/In/ArabicPresentationForms-A.pl
25961            - lib/unicode/In/ArabicPresentationForms-B.pl
25962            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
25963            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
25964            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
25965            - lib/unicode/In/BopomofoExtended.pl
25966            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
25967            - lib/unicode/In/CJKCompatibility.pl
25968            - lib/unicode/In/CJKCompatibilityForms.pl
25969            - lib/unicode/In/CJKCompatibilityIdeographs.pl
25970            - lib/unicode/In/CJKRadicalsSupplement.pl
25971            - lib/unicode/In/CJKSymbolsandPunctuation.pl
25972            - lib/unicode/In/CJKUnifiedIdeographs.pl
25973            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
25974            - lib/unicode/In/Cherokee.pl
25975            - lib/unicode/In/CombiningDiacriticalMarks.pl
25976            - lib/unicode/In/CombiningHalfMarks.pl
25977            - lib/unicode/In/CombiningMarksforSymbols.pl
25978            - lib/unicode/In/ControlPictures.pl
25979            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
25980            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
25981            - lib/unicode/In/EnclosedAlphanumerics.pl
25982            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
25983            - lib/unicode/In/Ethiopic.pl
25984            - lib/unicode/In/GeneralPunctuation.pl
25985            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
25986            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
25987            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
25988            - lib/unicode/In/HalfwidthandFullwidthForms.pl
25989            - lib/unicode/In/HangulCompatibilityJamo.pl
25990            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
25991            - lib/unicode/In/Hebrew.pl
25992            - lib/unicode/In/HighPrivateUseSurrogates.pl
25993            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
25994            - lib/unicode/In/IPAExtensions.pl
25995            - lib/unicode/In/IdeographicDescriptionCharacters.pl
25996            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
25997            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
25998            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
25999            - lib/unicode/In/Latin-1Supplement.pl
26000            - lib/unicode/In/LatinExtended-A.pl
26001            - lib/unicode/In/LatinExtended-B.pl
26002            - lib/unicode/In/LatinExtendedAdditional.pl
26003            - lib/unicode/In/LetterlikeSymbols.pl
26004            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
26005            - lib/unicode/In/MathematicalOperators.pl
26006            - lib/unicode/In/MiscellaneousSymbols.pl
26007            - lib/unicode/In/MiscellaneousTechnical.pl
26008            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
26009            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
26010            - lib/unicode/In/OpticalCharacterRecognition.pl
26011            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
26012            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
26013            - lib/unicode/In/SmallFormVariants.pl
26014            - lib/unicode/In/SpacingModifierLetters.pl
26015            - lib/unicode/In/Specials.pl
26016            - lib/unicode/In/SuperscriptsandSubscripts.pl
26017            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
26018            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
26019            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
26020            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
26021            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
26022            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
26023            ! pod/perlunicode.pod
26024 ____________________________________________________________________________
26025 [  9896] By: jhi                                   on 2001/04/28  14:33:17
26026         Log: Update the information on shared library path on HP-UX.
26027      Branch: perl
26028            ! INSTALL
26029 ____________________________________________________________________________
26030 [  9895] By: jhi                                   on 2001/04/28  14:32:30
26031         Log: Because #9894 seems to do the trick, this workaround can be removed.
26032      Branch: perl
26033            ! t/lib/selfstubber.t
26034 ____________________________________________________________________________
26035 [  9894] By: jhi                                   on 2001/04/28  14:26:13
26036         Log: For PerlIO flush the children's file handles (on fork/exec/system).
26037      Branch: perl
26038            ! perl.h
26039 ____________________________________________________________________________
26040 [  9893] By: jhi                                   on 2001/04/28  14:23:15
26041         Log: Test tweak for #9891.
26042      Branch: perl
26043            ! t/lib/b-deparse.t
26044 ____________________________________________________________________________
26045 [  9892] By: jhi                                   on 2001/04/28  14:10:13
26046         Log: New HP-UX hints from Merijn.
26047      Branch: perl
26048            ! hints/hpux.sh
26049 ____________________________________________________________________________
26050 [  9891] By: jhi                                   on 2001/04/28  14:07:27
26051         Log: Subject: [PATCH B::Deparse] non-block scopes
26052              From: Robin Houston <robin@kitsite.com>
26053              Date: Fri, 27 Apr 2001 19:15:14 +0100
26054              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
26055      Branch: perl
26056            ! ext/B/B/Deparse.pm
26057 ____________________________________________________________________________
26058 [  9890] By: nick                                  on 2001/04/27  19:41:25
26059         Log: Integrate mainline
26060      Branch: perlio
26061           +> t/lib/selfstubber.t
26062           !> (integrate 50 files)
26063 ____________________________________________________________________________
26064 [  9889] By: jhi                                   on 2001/04/27  18:23:46
26065         Log: Subject: Re: selfstubber test fail on bleadperl
26066              From: Mike Guy <mjtg@cam.ac.uk>
26067              Date: Fri, 27 Apr 2001 19:31:18 +0100
26068              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
26069      Branch: perl
26070            ! t/lib/selfstubber.t
26071 ____________________________________________________________________________
26072 [  9888] By: jhi                                   on 2001/04/27  16:20:54
26073         Log: Test tweak for #9886.
26074      Branch: perl
26075            ! t/lib/b-deparse.t
26076 ____________________________________________________________________________
26077 [  9887] By: jhi                                   on 2001/04/27  16:16:33
26078         Log: Buffering issue at least in Solaris (even with perlio).
26079      Branch: perl
26080            ! t/lib/selfstubber.t
26081 ____________________________________________________________________________
26082 [  9886] By: jhi                                   on 2001/04/27  14:59:23
26083         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
26084              From: Robin Houston <robin@kitsite.com>
26085              Date: Fri, 27 Apr 2001 16:53:20 +0100
26086              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
26087      Branch: perl
26088            ! ext/B/B/Deparse.pm
26089 ____________________________________________________________________________
26090 [  9885] By: jhi                                   on 2001/04/27  14:23:51
26091         Log: Update Changes.
26092      Branch: perl
26093            ! Changes patchlevel.h
26094 ____________________________________________________________________________
26095 [  9884] By: jhi                                   on 2001/04/27  14:14:12
26096         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
26097              From: "Philip Newton" <pnewton@gmx.de>
26098              Date: Fri, 27 Apr 2001 16:40:13 +0200
26099              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
26100      Branch: perl
26101            ! pod/perldata.pod
26102 ____________________________________________________________________________
26103 [  9883] By: jhi                                   on 2001/04/27  13:28:19
26104         Log: Add LOG_PERROR; prettify the "removed".
26105      Branch: perl
26106            ! ext/Sys/Syslog/Syslog.xs
26107 ____________________________________________________________________________
26108 [  9882] By: jhi                                   on 2001/04/27  13:13:18
26109         Log: h2xs tweaks: use NV instead of double, "quote" the removed
26110              prefixes for clarity (especially when nothing is removed),
26111              slight pod reformats.
26112      Branch: perl
26113            ! utils/h2xs.PL
26114 ____________________________________________________________________________
26115 [  9881] By: jhi                                   on 2001/04/27  12:58:48
26116         Log: Don't bother creating existing directories.
26117      Branch: perl
26118            ! utils/h2xs.PL
26119 ____________________________________________________________________________
26120 [  9880] By: jhi                                   on 2001/04/27  12:45:39
26121         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
26122              From: Mike Schilli <m@perlmeister.com>
26123              Date: Wed, 25 Apr 2001 01:29:21 -0700
26124              Message-id: <3AE68AE1.6A981723@perlmeister.com>
26125      Branch: perl
26126            ! utils/h2xs.PL
26127 ____________________________________________________________________________
26128 [  9879] By: jhi                                   on 2001/04/27  12:40:55
26129         Log: break is not yet Perl.  Added the template license also to README.
26130      Branch: perl
26131            ! utils/h2xs.PL
26132 ____________________________________________________________________________
26133 [  9878] By: jhi                                   on 2001/04/27  03:08:20
26134         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
26135              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26136              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
26137              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
26138      Branch: perl
26139            ! t/lib/xs-typemap.t
26140 ____________________________________________________________________________
26141 [  9877] By: jhi                                   on 2001/04/26  23:54:40
26142         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
26143              From: "Abigail" <abigail@foad.org>
26144              Date: Fri, 27 Apr 2001 01:44:28 +0200
26145              Message-ID: <20010426234428.19786.qmail@foad.org>
26146      Branch: perl
26147            ! utils/h2xs.PL
26148 ____________________________________________________________________________
26149 [  9876] By: jhi                                   on 2001/04/26  23:52:06
26150         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
26151              From: Peter Prymmer <pvhp@forte.com>
26152              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
26153              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
26154      Branch: perl
26155            ! t/lib/selfstubber.t
26156 ____________________________________________________________________________
26157 [  9875] By: jhi                                   on 2001/04/26  23:48:10
26158         Log: Deparse nits.
26159      Branch: perl
26160            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
26161 ____________________________________________________________________________
26162 [  9874] By: jhi                                   on 2001/04/26  22:46:05
26163         Log: Document ANYOF_CLASS.
26164      Branch: perl
26165            ! regcomp.h
26166 ____________________________________________________________________________
26167 [  9873] By: jhi                                   on 2001/04/26  22:35:03
26168         Log: Subject: Re: [PATCH @9846] dumping ANYOF
26169              From: Hugo <hv@crypt.compulink.co.uk>
26170              Date: Thu, 26 Apr 2001 23:33:38 +0100
26171              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
26172      Branch: perl
26173            ! regcomp.c regcomp.h
26174 ____________________________________________________________________________
26175 [  9872] By: jhi                                   on 2001/04/26  22:34:31
26176         Log: Subject: [PATCH] more for Devel::SelfStubber
26177              From: Nicholas Clark <nick@ccl4.org>
26178              Date: Fri, 27 Apr 2001 00:13:52 +0100
26179              Message-ID: <20010427001351.K88186@plum.flirble.org>
26180      Branch: perl
26181            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
26182 ____________________________________________________________________________
26183 [  9871] By: jhi                                   on 2001/04/26  21:59:17
26184         Log: Subject: [PATCH B::Deparse] formats must be flush left
26185              From: Robin Houston <robin@kitsite.com>
26186              Date: Thu, 26 Apr 2001 23:54:29 +0100
26187              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
26188      Branch: perl
26189            ! ext/B/B/Deparse.pm
26190 ____________________________________________________________________________
26191 [  9870] By: jhi                                   on 2001/04/26  21:57:37
26192         Log: If some of the constants are prefixes of others,
26193              the prefixes may never get recognized.  (See 20010426.006.)
26194      Branch: perl
26195            ! utils/h2xs.PL
26196 ____________________________________________________________________________
26197 [  9869] By: jhi                                   on 2001/04/26  21:50:42
26198         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
26199              From: Chris Bongaarts <cab@tc.umn.edu>
26200              Date: Thu, 26 Apr 2001 17:10:31 -0500
26201              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
26202      Branch: perl
26203            ! ext/Sys/Syslog/Syslog.xs
26204 ____________________________________________________________________________
26205 [  9868] By: jhi                                   on 2001/04/26  21:35:12
26206         Log: Further cuts and more docs from Graham Barr.
26207      Branch: perl
26208            ! ext/List/Util/lib/List/Util.pm
26209            ! ext/List/Util/lib/Scalar/Util.pm
26210 ____________________________________________________________________________
26211 [  9867] By: jhi                                   on 2001/04/26  21:18:57
26212         Log: Subject: [PATCH 5.7.1] DB_File-1.77
26213              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
26214              Date: Thu, 26 Apr 2001 22:37:53 +0100
26215              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
26216      Branch: perl
26217            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
26218            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
26219 ____________________________________________________________________________
26220 [  9866] By: jhi                                   on 2001/04/26  21:12:31
26221         Log: Subject: [PATCH B::Deparse] fix easy bugs
26222              From: Robin Houston <robin@kitsite.com>
26223              Date: Thu, 26 Apr 2001 23:03:33 +0100
26224              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
26225      Branch: perl
26226            ! ext/B/B/Deparse.pm
26227 ____________________________________________________________________________
26228 [  9865] By: jhi                                   on 2001/04/26  20:26:13
26229         Log: Update Changes.
26230      Branch: perl
26231            ! Changes patchlevel.h
26232 ____________________________________________________________________________
26233 [  9864] By: jhi                                   on 2001/04/26  19:27:48
26234         Log: Dethinko from Robin Houston.
26235      Branch: perl
26236            ! ext/B/B/Deparse.pm
26237 ____________________________________________________________________________
26238 [  9863] By: jhi                                   on 2001/04/26  19:10:35
26239         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
26240              From: Robin Houston <robin@kitsite.com>
26241              Date: Thu, 26 Apr 2001 21:08:32 +0100
26242              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
26243      Branch: perl
26244            ! ext/B/B/Deparse.pm
26245 ____________________________________________________________________________
26246 [  9862] By: jhi                                   on 2001/04/26  19:04:23
26247         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26248              From: Robin Houston <robin@kitsite.com>
26249              Date: Thu, 26 Apr 2001 20:52:50 +0100
26250              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
26251      Branch: perl
26252            ! ext/B/B/Deparse.pm
26253 ____________________________________________________________________________
26254 [  9861] By: jhi                                   on 2001/04/26  18:56:14
26255         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
26256              From: Mike Guy <mjtg@cam.ac.uk>
26257              Date: Thu, 26 Apr 2001 14:22:40 +0100
26258              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
26259      Branch: perl
26260            ! pod/perlobj.pod
26261 ____________________________________________________________________________
26262 [  9860] By: jhi                                   on 2001/04/26  18:46:42
26263         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26264              From: Robin Houston <robin@kitsite.com>
26265              Date: Thu, 26 Apr 2001 20:34:29 +0100
26266              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
26267              
26268              Hashes do not interpolate.
26269      Branch: perl
26270            ! ext/B/B/Deparse.pm
26271 ____________________________________________________________________________
26272 [  9859] By: jhi                                   on 2001/04/26  18:43:51
26273         Log: Subject: The Time::Piece conspiracy unmasked!!!
26274              From: Mike Guy <mjtg@cam.ac.uk>
26275              Date: Thu, 26 Apr 2001 19:02:50 +0100
26276              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
26277              
26278              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
26279              From: Mike Guy <mjtg@cam.ac.uk>
26280              Date: Thu, 26 Apr 2001 19:08:21 +0100
26281              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
26282              
26283              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
26284              From: Graham Barr <gbarr@pobox.com>
26285              Date: Thu, 26 Apr 2001 19:12:03 +0100
26286              Message-ID: <20010426191203.A70835@pobox.com>
26287              
26288              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
26289      Branch: perl
26290            ! ext/List/Util/lib/List/Util.pm
26291            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
26292 ____________________________________________________________________________
26293 [  9858] By: jhi                                   on 2001/04/26  18:17:42
26294         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
26295              From: Robin Houston <robin@kitsite.com>
26296              Date: Thu, 26 Apr 2001 16:09:35 +0100
26297              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
26298      Branch: perl
26299            ! t/comp/proto.t
26300 ____________________________________________________________________________
26301 [  9857] By: jhi                                   on 2001/04/26  18:04:59
26302         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
26303              From: barries <barries@slaysys.com>
26304              Date: Thu, 26 Apr 2001 12:01:10 -0400
26305              Message-ID: <20010426120110.E29698@jester.slaysys.com>
26306      Branch: perl
26307            ! pod/perldiag.pod
26308 ____________________________________________________________________________
26309 [  9856] By: jhi                                   on 2001/04/26  18:03:33
26310         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
26311              Date: Thu, 26 Apr 2001 17:13:41 +0100
26312              From: Robin Houston <robin@kitsite.com>
26313              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
26314              
26315              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
26316              From: Robin Houston <robin@kitsite.com>
26317              Date: Thu, 26 Apr 2001 18:44:29 +0100
26318              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
26319      Branch: perl
26320            ! ext/B/B/Deparse.pm
26321 ____________________________________________________________________________
26322 [  9855] By: jhi                                   on 2001/04/26  17:56:04
26323         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
26324              From: Robin Houston <robin@kitsite.com>
26325              Date: Thu, 26 Apr 2001 17:04:08 +0100
26326              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
26327      Branch: perl
26328            ! ext/B/B/Deparse.pm
26329 ____________________________________________________________________________
26330 [  9854] By: jhi                                   on 2001/04/26  17:47:26
26331         Log: Subject: Re: Short test case for undef %stash:: crash
26332              From: Benjamin Sugars <bsugars@canoe.ca> 
26333              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
26334              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
26335              Changed and moved the perldiag entry.
26336      Branch: perl
26337            ! gv.c pod/perldiag.pod
26338 ____________________________________________________________________________
26339 [  9853] By: jhi                                   on 2001/04/26  14:35:16
26340         Log: Beginnings of strptime().  Do not touch the wet paint.
26341      Branch: perl
26342            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
26343 ____________________________________________________________________________
26344 [  9852] By: jhi                                   on 2001/04/26  13:17:21
26345         Log: Retract #9851, core dumps from pod2man.
26346      Branch: perl
26347            ! regcomp.c
26348 ____________________________________________________________________________
26349 [  9851] By: jhi                                   on 2001/04/26  11:54:41
26350         Log: (Retracted by #9852.)
26351              
26352              Subject: [PATCH @9846] dumping ANYOF
26353              From: Hugo <hv@crypt.compulink.co.uk>
26354              Date: Thu, 26 Apr 2001 05:32:38 +0100
26355              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
26356      Branch: perl
26357            ! regcomp.c
26358 ____________________________________________________________________________
26359 [  9850] By: jhi                                   on 2001/04/26  02:34:44
26360         Log: If ccflags was empty the _previous_ $* containing all the
26361              environment variables and Configure variables was used,
26362              which lead, among other bad things, into $ccflags being your
26363              uname -a output, which lead into test compile with cc failing,
26364              which lead into gcc being selected, which didn't work that well
26365              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
26366              with large files, et cetera.
26367      Branch: perl
26368            ! hints/hpux.sh
26369 ____________________________________________________________________________
26370 [  9849] By: jhi                                   on 2001/04/26  01:44:57
26371         Log: Make selfstubber test more portable.
26372      Branch: perl
26373            ! t/lib/selfstubber.t
26374 ____________________________________________________________________________
26375 [  9848] By: jhi                                   on 2001/04/26  00:50:26
26376         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
26377              From: Benjamin Sugars <ben.sugars@home.com>
26378              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
26379              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
26380      Branch: perl
26381            ! ext/Cwd/Cwd.xs
26382 ____________________________________________________________________________
26383 [  9847] By: jhi                                   on 2001/04/26  00:46:58
26384         Log: Subject: [PATCH: perl@9841] VMS updates
26385              From: Peter Prymmer <pvhp@forte.com>
26386              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
26387              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
26388      Branch: perl
26389            ! README.vms configure.com vms/descrip_mms.template
26390            ! vms/ext/filespec.t
26391 ____________________________________________________________________________
26392 [  9846] By: jhi                                   on 2001/04/26  00:11:56
26393         Log: re 'debug' was broken by #9084.
26394      Branch: perl
26395            ! ext/re/re.xs
26396 ____________________________________________________________________________
26397 [  9845] By: jhi                                   on 2001/04/25  22:33:17
26398         Log: Subject: [PATCH] test for Devel::SelfStubber
26399              From: Nicholas Clark <nick@ccl4.org>
26400              Date: Thu, 26 Apr 2001 00:00:54 +0100
26401              Message-ID: <20010426000054.D89026@plum.flirble.org>
26402      Branch: perl
26403            + t/lib/selfstubber.t
26404            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
26405 ____________________________________________________________________________
26406 [  9844] By: jhi                                   on 2001/04/25  22:29:32
26407         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
26408              From: Paul Johnson <paul@pjcj.net>
26409              Date: Thu, 26 Apr 2001 00:46:08 +0200
26410              Message-ID: <20010426004608.H2338@pjcj.net>
26411      Branch: perl
26412            ! ext/B/B/Concise.pm
26413 ____________________________________________________________________________
26414 [  9843] By: jhi                                   on 2001/04/25  22:28:28
26415         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
26416              From: Peter Prymmer <pvhp@forte.com>
26417              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
26418              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
26419      Branch: perl
26420            ! ext/Cwd/Cwd.xs
26421 ____________________________________________________________________________
26422 [  9842] By: jhi                                   on 2001/04/25  20:58:12
26423         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
26424              From: John Peacock <jpeacock@rowman.com>
26425              Date: Wed, 25 Apr 2001 17:30:26 -0400
26426              Message-ID: <3AE741F2.B3217464@rowman.com>
26427      Branch: perl
26428            ! lib/Math/BigInt.pm t/lib/bigintpm.t
26429 ____________________________________________________________________________
26430 [  9841] By: jhi                                   on 2001/04/25  20:07:05
26431         Log: Update Changes.
26432      Branch: perl
26433            ! Changes patchlevel.h
26434 ____________________________________________________________________________
26435 [  9840] By: jhi                                   on 2001/04/25  19:56:51
26436         Log: Yet another HP-UX hints version from Merijn.
26437      Branch: perl
26438            ! hints/hpux.sh
26439 ____________________________________________________________________________
26440 [  9839] By: jhi                                   on 2001/04/25  19:53:04
26441         Log: abs_path() didn't terminate the filename correctly,
26442              in DIRNAMLENless systems like HP-UX this would fail.
26443      Branch: perl
26444            ! ext/Cwd/Cwd.xs
26445 ____________________________________________________________________________
26446 [  9838] By: jhi                                   on 2001/04/25  16:37:26
26447         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
26448              From: Mike Guy <mjtg@cam.ac.uk>
26449              Date: Wed, 25 Apr 2001 18:31:47 +0100
26450              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
26451      Branch: perl
26452            ! op.c
26453 ____________________________________________________________________________
26454 [  9837] By: jhi                                   on 2001/04/25  16:21:53
26455         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
26456              From: Jon Eveland <jweveland@yahoo.com>
26457              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
26458              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
26459      Branch: perl
26460            ! lib/perl5db.pl
26461 ____________________________________________________________________________
26462 [  9836] By: jhi                                   on 2001/04/25  14:17:50
26463         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
26464              From: "Philip Newton" <pnewton@gmx.de>
26465              Date: Wed, 25 Apr 2001 17:05:58 +0200
26466              Message-ID: <3AE703F6.3234.1833C45@localhost>
26467      Branch: perl
26468            ! Porting/patching.pod
26469 ____________________________________________________________________________
26470 [  9835] By: jhi                                   on 2001/04/25  13:58:07
26471         Log: It would seem that both ar and full_ar need to be overridden
26472              for HP-UX to avoid the GNU ar.
26473      Branch: perl
26474            ! hints/hpux.sh
26475 ____________________________________________________________________________
26476 [  9834] By: jhi                                   on 2001/04/25  13:50:40
26477         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
26478              From: "Philip Newton" <pnewton@gmx.de>
26479              Date: Wed, 25 Apr 2001 16:09:23 +0200
26480              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
26481              
26482              Detypo.
26483      Branch: perl
26484            ! t/op/misc.t
26485 ____________________________________________________________________________
26486 [  9833] By: jhi                                   on 2001/04/25  12:36:11
26487         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
26488      Branch: perl
26489            ! hints/hpux.sh
26490 ____________________________________________________________________________
26491 [  9832] By: jhi                                   on 2001/04/25  12:33:36
26492         Log: New version of HP-UX hints from Merijn.
26493      Branch: perl
26494            ! hints/hpux.sh
26495 ____________________________________________________________________________
26496 [  9831] By: jhi                                   on 2001/04/25  03:39:45
26497         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
26498      Branch: perl
26499            ! hints/hpux.sh
26500 ____________________________________________________________________________
26501 [  9830] By: jhi                                   on 2001/04/25  02:53:25
26502         Log: The tzname[] bit is not needed by util.c -- and causes
26503              heartburn in VMS (and it missing was probably the cause of
26504              the Mac OS X trouble).  Ouch.
26505      Branch: perl
26506            ! ext/POSIX/POSIX.xs util.c
26507 ____________________________________________________________________________
26508 [  9829] By: jhi                                   on 2001/04/25  00:10:06
26509         Log: Metaconfig unit change for #9828.
26510      Branch: metaconfig
26511            ! U/compline/ccflags.U
26512 ____________________________________________________________________________
26513 [  9828] By: jhi                                   on 2001/04/25  00:04:18
26514         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
26515              (which is actually the reason for the change, we need to pass
26516              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
26517              EP/IX, OS/2, and TitanOS, based on the hints files.
26518      Branch: perl
26519            ! Configure config_h.SH
26520 ____________________________________________________________________________
26521 [  9827] By: jhi                                   on 2001/04/24  23:49:20
26522         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
26523              the $cat must have an absolute path.
26524      Branch: perl
26525            ! makedepend.SH
26526 ____________________________________________________________________________
26527 [  9826] By: jhi                                   on 2001/04/24  23:40:53
26528         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
26529      Branch: perl
26530            ! README.amiga
26531 ____________________________________________________________________________
26532 [  9825] By: jhi                                   on 2001/04/24  23:35:35
26533         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
26534              From: "Philip Newton" <pnewton@gmx.de>
26535              Date: Tue, 24 Apr 2001 18:52:49 +0200
26536              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
26537      Branch: perl
26538            ! x2p/find2perl.PL
26539 ____________________________________________________________________________
26540 [  9824] By: jhi                                   on 2001/04/24  23:33:07
26541         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
26542              Some gcc specifics dropped out due to extensive rewriting;
26543              will be put back later as needed.
26544      Branch: perl
26545            ! hints/hpux.sh
26546 ____________________________________________________________________________
26547 [  9823] By: jhi                                   on 2001/04/24  23:27:57
26548         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
26549      Branch: perl
26550            ! ext/POSIX/POSIX.xs
26551 ____________________________________________________________________________
26552 [  9822] By: jhi                                   on 2001/04/24  23:25:21
26553         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
26554              From: Tim Jenness <t.jenness@jach.hawaii.edu>
26555              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
26556              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
26557      Branch: perl
26558            ! ext/XS/Typemap/Typemap.xs
26559 ____________________________________________________________________________
26560 [  9821] By: jhi                                   on 2001/04/24  23:24:10
26561         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
26562              From: "Abigail" <abigail@foad.org>
26563              Date: Tue, 24 Apr 2001 23:12:03 +0200
26564              Message-ID: <20010424211203.7901.qmail@foad.org>
26565      Branch: perl
26566            ! pod/perlport.pod
26567 ____________________________________________________________________________
26568 [  9820] By: jhi                                   on 2001/04/24  23:23:15
26569         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
26570              From: Matt Sergeant <matt@sergeant.org>
26571              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
26572              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
26573      Branch: perl
26574            ! pod/perlfaq4.pod
26575 ____________________________________________________________________________
26576 [  9819] By: nick                                  on 2001/04/24  18:49:43
26577         Log: Integrate mainline.
26578      Branch: perlio
26579           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
26580           !> (integrate 37 files)
26581 ____________________________________________________________________________
26582 [  9818] By: jhi                                   on 2001/04/24  14:35:23
26583         Log: Update Changes.
26584      Branch: perl
26585            ! Changes patchlevel.h
26586 ____________________________________________________________________________
26587 [  9817] By: jhi                                   on 2001/04/24  14:09:17
26588         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
26589              From: "Philip Newton" <pnewton@gmx.de>
26590              Date: Tue, 24 Apr 2001 12:58:12 +0200
26591              Message-ID: <3AE57864.8304.B77A0A@localhost> 
26592              
26593              plus add CPAN to the list of modules that have their own tests.
26594      Branch: perl
26595            ! t/lib/1_compile.t
26596 ____________________________________________________________________________
26597 [  9816] By: jhi                                   on 2001/04/24  14:07:03
26598         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
26599              From: Michael G Schwern <schwern@pobox.com>
26600              Date: Sat, 21 Apr 2001 22:35:00 +0100
26601              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
26602      Branch: perl
26603            ! t/lib/1_compile.t
26604 ____________________________________________________________________________
26605 [  9815] By: jhi                                   on 2001/04/24  13:54:32
26606         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
26607              From: Robin Houston <robin@kitsite.com>
26608              Date: Tue, 24 Apr 2001 15:51:18 +0100
26609              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
26610      Branch: perl
26611            ! ext/B/B/Deparse.pm
26612 ____________________________________________________________________________
26613 [  9814] By: jhi                                   on 2001/04/24  13:17:34
26614         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26615              From: Bill Glicker <billg@burrelles.com>
26616              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
26617              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
26618      Branch: perl
26619            ! hints/svr5.sh
26620 ____________________________________________________________________________
26621 [  9813] By: jhi                                   on 2001/04/24  12:54:23
26622         Log: Prevent path disclosure (probing for existence of filenames)
26623              using suidperl; bug id 20010322.218.
26624      Branch: perl
26625            ! perl.c pod/perldiag.pod
26626 ____________________________________________________________________________
26627 [  9812] By: jhi                                   on 2001/04/24  12:08:36
26628         Log: Retract #9811.
26629      Branch: perl
26630            ! ext/POSIX/POSIX.xs
26631 ____________________________________________________________________________
26632 [  9811] By: jhi                                   on 2001/04/24  11:57:35
26633         Log: (Retracted by #9812.)
26634      Branch: perl
26635            ! ext/POSIX/POSIX.xs
26636 ____________________________________________________________________________
26637 [  9810] By: jhi                                   on 2001/04/24  03:32:35
26638         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
26639      Branch: perl
26640            ! util.c
26641 ____________________________________________________________________________
26642 [  9809] By: jhi                                   on 2001/04/24  03:16:13
26643         Log: The Math::BigFloat::import() was broken.
26644              (Fixes bug id 20010422.002.)
26645      Branch: perl
26646            ! lib/Math/BigFloat.pm
26647 ____________________________________________________________________________
26648 [  9808] By: jhi                                   on 2001/04/24  01:11:40
26649         Log: Additional dependencies; should help for parallel makes
26650              not to fail on missing lib/lib.pm or lib/re.pm.
26651      Branch: perl
26652            ! Makefile.SH
26653 ____________________________________________________________________________
26654 [  9807] By: jhi                                   on 2001/04/24  00:57:01
26655         Log: Update the test failure disclaimer.
26656      Branch: perl
26657            ! t/pragma/warn/pp_hot
26658 ____________________________________________________________________________
26659 [  9806] By: jhi                                   on 2001/04/24  00:54:04
26660         Log: Add make target "install-all" which is alias for "install"
26661              to cater for case-preserving filesystems like HFS+.
26662      Branch: perl
26663            ! INSTALL Makefile.SH
26664 ____________________________________________________________________________
26665 [  9805] By: jhi                                   on 2001/04/24  00:47:28
26666         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
26667              From: Peter Prymmer <pvhp@forte.com>
26668              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
26669              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
26670              
26671              (Ken William's message forwarded from macosx@perl.org)
26672      Branch: perl
26673            ! hints/darwin.sh
26674 ____________________________________________________________________________
26675 [  9804] By: jhi                                   on 2001/04/23  23:57:35
26676         Log: Cut-and-pasto.
26677      Branch: perl
26678            ! perlio.c
26679 ____________________________________________________________________________
26680 [  9803] By: jhi                                   on 2001/04/23  23:52:25
26681         Log: More PerlIO robustness.
26682      Branch: perl
26683            ! perlio.c
26684 ____________________________________________________________________________
26685 [  9802] By: jhi                                   on 2001/04/23  23:43:35
26686         Log: Make the "STD* opened only for ..." errors more consistent.
26687      Branch: perl
26688            ! doio.c
26689 ____________________________________________________________________________
26690 [  9801] By: jhi                                   on 2001/04/23  23:34:26
26691         Log: Test case for #9800.
26692      Branch: perl
26693            ! t/op/misc.t
26694 ____________________________________________________________________________
26695 [  9800] By: jhi                                   on 2001/04/23  23:14:43
26696         Log: Avoid coredump on 'close STDERR; die' by making
26697              the PerlIO calls more robust.  Also use SETERRNO()
26698              instead of errno = to be more VMS-ready.
26699      Branch: perl
26700            ! perlio.c
26701 ____________________________________________________________________________
26702 [  9799] By: jhi                                   on 2001/04/23  21:41:10
26703         Log: Subject: test for ID 20010423.002
26704              From: Robin Houston <robin@kitsite.com>
26705              Date: Mon, 23 Apr 2001 16:52:21 +0100
26706              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
26707      Branch: perl
26708            ! t/op/avhv.t
26709 ____________________________________________________________________________
26710 [  9798] By: jhi                                   on 2001/04/23  21:40:07
26711         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
26712              From: David Dyck <dcd@tc.fluke.com>
26713              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
26714              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
26715      Branch: perl
26716            ! installperl
26717 ____________________________________________________________________________
26718 [  9797] By: jhi                                   on 2001/04/23  21:37:56
26719         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
26720              From: Benjamin Sugars <bsugars@canoe.ca>
26721              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
26722              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
26723      Branch: perl
26724            ! ext/Cwd/Cwd.xs lib/Cwd.pm
26725 ____________________________________________________________________________
26726 [  9796] By: jhi                                   on 2001/04/23  21:29:24
26727         Log: Synchronize h2xs and pod2man some more on the documentation
26728              templates they propose.
26729      Branch: perl
26730            ! pod/pod2man.PL utils/h2xs.PL
26731 ____________________________________________________________________________
26732 [  9795] By: jhi                                   on 2001/04/23  17:30:40
26733         Log: Add one more naughty test for base64; make encoding logic cleaner.
26734      Branch: perl
26735            ! t/lib/mimeb64.t
26736 ____________________________________________________________________________
26737 [  9794] By: jhi                                   on 2001/04/23  13:51:32
26738         Log: Update Changes.
26739      Branch: perl
26740            ! Changes patchlevel.h
26741 ____________________________________________________________________________
26742 [  9793] By: jhi                                   on 2001/04/23  13:44:18
26743         Log: Duplicate lines.
26744      Branch: perl
26745            ! MANIFEST
26746 ____________________________________________________________________________
26747 [  9792] By: jhi                                   on 2001/04/23  13:39:13
26748         Log: Subject: Re: PATCH 5.7.1
26749              From: Mark-Jason Dominus <mjd@plover.com>
26750              Date: Mon, 23 Apr 2001 10:30:21 -0400
26751              Message-ID: <20010423143021.17335.qmail@plover.com>
26752      Branch: perl
26753            ! perl.h sv.c
26754 ____________________________________________________________________________
26755 [  9791] By: jhi                                   on 2001/04/23  13:32:40
26756         Log: Add the CPAN.pm 1.59_54 tests.
26757      Branch: perl
26758            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
26759            ! MANIFEST
26760 ____________________________________________________________________________
26761 [  9790] By: jhi                                   on 2001/04/23  13:21:55
26762         Log: Subject: Deparse nit
26763              From: Robin Houston <robin@kitsite.com>
26764              Date: Mon, 23 Apr 2001 12:38:20 +0100
26765              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
26766      Branch: perl
26767            ! ext/B/B/Deparse.pm
26768 ____________________________________________________________________________
26769 [  9789] By: jhi                                   on 2001/04/23  13:19:07
26770         Log: Subject: [PATCH] bug 20010423.002
26771              From: Robin Houston <robin@kitsite.com>
26772              Date: Mon, 23 Apr 2001 13:12:30 +0100
26773              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
26774      Branch: perl
26775            ! pp.c
26776 ____________________________________________________________________________
26777 [  9788] By: jhi                                   on 2001/04/23  13:02:49
26778         Log: Subject: PATCH [5.7.1] hv.c unused #define
26779              From: Mark-Jason Dominus <mjd@plover.com>
26780              Date: Sun, 22 Apr 2001 14:17:49 -0400
26781              Message-ID: <20010422181749.26976.qmail@plover.com>
26782      Branch: perl
26783            ! hv.c
26784 ____________________________________________________________________________
26785 [  9787] By: jhi                                   on 2001/04/23  13:02:02
26786         Log: Subject: PATCH 5.7.1
26787              From: Mark-Jason Dominus <mjd@plover.com>
26788              Date: Sun, 22 Apr 2001 15:12:57 -0400
26789              Message-ID: <20010422191258.6539.qmail@plover.com>
26790              
26791              plus Sarathy's STMT_START + STMT_END suggestion.
26792      Branch: perl
26793            ! perl.h
26794 ____________________________________________________________________________
26795 [  9786] By: jhi                                   on 2001/04/23  12:53:25
26796         Log: Fix for
26797              
26798              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
26799              From: dLux <dlux@spam.sch.bme.hu>
26800              Date: Mon, 23 Apr 2001 01:25:26 +0200
26801              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
26802              
26803              (SvGROW really does return a char *.)
26804      Branch: perl
26805            ! pod/perlapi.pod sv.h
26806 ____________________________________________________________________________
26807 [  9785] By: jhi                                   on 2001/04/23  04:34:04
26808         Log: Time::Piece work continues.  $t->day removed since
26809              I think it's too confusing.  Now has normal and
26810              abbreviated length weekday names and month names,
26811              the names change with _names(), not _list().
26812              Now has strftime() in Perl, _strftime() is
26813              the libc version (to which strftime() falls back
26814              if it doesn't know the format.  To do: the reverse
26815              of strftime, strptime(), and the localisation of both.
26816      Branch: perl
26817            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
26818            ! t/lib/time-piece.t
26819 ____________________________________________________________________________
26820 [  9784] By: jhi                                   on 2001/04/23  02:41:46
26821         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
26822              From: andreas.koenig@anima.de (Andreas J. Koenig)
26823              Date: 23 Apr 2001 05:20:55 +0200
26824              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
26825      Branch: perl
26826            ! t/pragma/overload.t
26827 ____________________________________________________________________________
26828 [  9783] By: jhi                                   on 2001/04/22  23:32:42
26829         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
26830              From: Robin Houston <robin@kitsite.com>
26831              Date: Mon, 23 Apr 2001 00:38:18 +0100
26832              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
26833      Branch: perl
26834            ! ext/B/B/Deparse.pm
26835 ____________________________________________________________________________
26836 [  9782] By: jhi                                   on 2001/04/22  20:55:43
26837         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
26838              From: Simon Cozens <simon@netthink.co.uk>
26839              Date: Sun, 22 Apr 2001 18:47:25 +0100
26840              Message-ID: <20010422184725.A14411@netthink.co.uk>
26841      Branch: perl
26842            ! sv.c t/pragma/overload.t
26843 ____________________________________________________________________________
26844 [  9781] By: jhi                                   on 2001/04/22  20:52:13
26845         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
26846              From: Robin Houston <robin@kitsite.com>
26847              Date: Sun, 22 Apr 2001 22:14:50 +0100
26848              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
26849      Branch: perl
26850            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
26851 ____________________________________________________________________________
26852 [  9780] By: nick                                  on 2001/04/22  20:40:31
26853         Log: Integrate mainline.
26854      Branch: perlio
26855           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26856           +> t/lib/b-stash.t
26857           !> (integrate 38 files)
26858 ____________________________________________________________________________
26859 [  9779] By: jhi                                   on 2001/04/22  15:16:03
26860         Log: Subject: IO::Socket::INET patch
26861              From: andrew deryabin <djsf@technarchy.ru>
26862              Date: Sat, 21 Apr 2001 17:46:52 +0400
26863              Message-ID: <20010421174652.B1426@technarchy>
26864      Branch: perl
26865            ! ext/IO/lib/IO/Socket/INET.pm
26866 ____________________________________________________________________________
26867 [  9778] By: jhi                                   on 2001/04/22  15:14:33
26868         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
26869              From: Mark-Jason Dominus <mjd@plover.com>
26870              Date: Sat, 21 Apr 2001 21:27:49 -0400
26871              Message-ID: <20010422012749.27024.qmail@plover.com>
26872      Branch: perl
26873            ! regcomp.c
26874 ____________________________________________________________________________
26875 [  9777] By: jhi                                   on 2001/04/22  15:10:51
26876         Log: Subject: Re: Regex debugger patch 
26877              From: Mark-Jason Dominus <mjd@plover.com>
26878              Date: Sat, 21 Apr 2001 21:48:51 -0400
26879              Message-ID: <20010422014851.27165.qmail@plover.com>
26880      Branch: perl
26881            ! pod/perldebguts.pod
26882 ____________________________________________________________________________
26883 [  9776] By: jhi                                   on 2001/04/22  15:09:48
26884         Log: Subject: Re: Regex debugger patch
26885              From: Mark-Jason Dominus <mjd@plover.com>
26886              Date: Sat, 21 Apr 2001 14:24:39 -0400
26887              Message-ID: <20010421182439.16508.qmail@plover.com>
26888              
26889              Regex debugger backend.
26890      Branch: perl
26891            ! regcomp.c regexp.h
26892 ____________________________________________________________________________
26893 [  9775] By: jhi                                   on 2001/04/21  16:45:40
26894         Log: Subject: [PATCH] Typo in utf8.h
26895              From: Jesús Quiroga <jquiroga@pobox.com>
26896              Date: Sat, 21 Apr 2001 19:25:33 +0200
26897              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
26898      Branch: perl
26899            ! utf8.h
26900 ____________________________________________________________________________
26901 [  9774] By: jhi                                   on 2001/04/21  16:43:52
26902         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
26903              From: Joe Orton <jorton@redhat.com>
26904              Date: Tue, 17 Apr 2001 15:50:43 +0100
26905              Message-Id: <20010417155043.D19132@eu.c2.net>
26906      Branch: perl
26907            ! hints/svr5.sh
26908 ____________________________________________________________________________
26909 [  9773] By: jhi                                   on 2001/04/21  15:30:15
26910         Log: Subject: Patch utils/h2xs.PL
26911              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26912              Date: Sat, 21 Apr 2001 10:32:16 -0500
26913              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
26914              
26915              Add MAILING list and LICENSE templates.
26916      Branch: perl
26917            ! utils/h2xs.PL
26918 ____________________________________________________________________________
26919 [  9772] By: jhi                                   on 2001/04/21  15:28:36
26920         Log: Subject: perlfaq2.patch for 5.7.1
26921              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26922              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
26923              Date: Fri, 20 Apr 2001 16:42:19 -0500
26924              
26925              rm an extra tab, a blurb about the xx.cpan to clarify
26926              which countries actually have that and dejanews is history
26927              as well as most of that nonsensical entry.
26928      Branch: perl
26929            ! pod/perlfaq2.pod
26930 ____________________________________________________________________________
26931 [  9771] By: jhi                                   on 2001/04/21  15:27:17
26932         Log: Subject: perlfaq1.patch for 5.7.1
26933              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
26934              Date: Fri, 20 Apr 2001 16:57:36 -0500
26935              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
26936              
26937              Evil URLs must die. Especially when they are broken.
26938      Branch: perl
26939            ! pod/perlfaq1.pod
26940 ____________________________________________________________________________
26941 [  9770] By: jhi                                   on 2001/04/21  15:23:38
26942         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
26943              From: Michael G Schwern <schwern@pobox.com>
26944              Date: Sat, 21 Apr 2001 16:11:12 +0100
26945              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
26946      Branch: perl
26947            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
26948            + t/lib/b-stash.t
26949            ! MANIFEST ext/B/B.pm t/lib/b.t
26950 ____________________________________________________________________________
26951 [  9769] By: jhi                                   on 2001/04/21  15:03:32
26952         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
26953              From: Michael G Schwern <schwern@pobox.com>
26954              Date: Sat, 21 Apr 2001 09:48:00 +0100
26955              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
26956      Branch: perl
26957            ! utils/h2ph.PL
26958 ____________________________________________________________________________
26959 [  9768] By: jhi                                   on 2001/04/21  14:33:49
26960         Log: PerlIO and Encode doc cleanup and tweaks.
26961      Branch: perl
26962            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
26963            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
26964 ____________________________________________________________________________
26965 [  9767] By: jhi                                   on 2001/04/21  12:40:16
26966         Log: Integrate perlio.
26967      Branch: perl
26968           !> doio.c
26969 ____________________________________________________________________________
26970 [  9766] By: nick                                  on 2001/04/20  18:28:35
26971         Log: Avoid core dump on
26972              open(STDOUT,">",\$foo);
26973      Branch: perlio
26974            ! doio.c
26975 ____________________________________________________________________________
26976 [  9765] By: jhi                                   on 2001/04/20  13:23:43
26977         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
26978              From: Robin Houston <robin@kitsite.com>
26979              Date: Fri, 20 Apr 2001 14:29:22 +0100
26980              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
26981      Branch: perl
26982            ! ext/B/B.pm ext/B/B/Deparse.pm
26983 ____________________________________________________________________________
26984 [  9764] By: jhi                                   on 2001/04/20  13:19:33
26985         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
26986              From: Peter Prymmer <pvhp@forte.com>
26987              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
26988              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
26989      Branch: perl
26990            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
26991            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
26992            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
26993            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
26994 ____________________________________________________________________________
26995 [  9763] By: jhi                                   on 2001/04/20  12:36:39
26996         Log: Subject: Re: A new PerlIO coredump
26997              From: Nick Ing-Simmons <nik@tiuk.ti.com>
26998              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
26999              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
27000      Branch: perl
27001            ! doio.c
27002 ____________________________________________________________________________
27003 [  9762] By: jhi                                   on 2001/04/19  23:02:30
27004         Log: Update Changes.
27005      Branch: perl
27006            ! Changes patchlevel.h
27007 ____________________________________________________________________________
27008 [  9761] By: jhi                                   on 2001/04/19  22:59:19
27009         Log: More cleanup cleanup.
27010      Branch: perl
27011            ! Makefile.SH win32/Makefile win32/makefile.mk
27012 ____________________________________________________________________________
27013 [  9760] By: jhi                                   on 2001/04/19  22:50:31
27014         Log: lib/Time is non-empty, let's not rmdir it.
27015      Branch: perl
27016            ! Makefile.SH
27017 ____________________________________________________________________________
27018 [  9759] By: jhi                                   on 2001/04/19  22:36:51
27019         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
27020              From: Robin Houston <robin@kitsite.com>
27021              Date: Fri, 20 Apr 2001 00:18:53 +0100
27022              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
27023      Branch: perl
27024            ! ext/B/B/Deparse.pm
27025 ____________________________________________________________________________
27026 [  9758] By: jhi                                   on 2001/04/19  22:36:00
27027         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
27028              From: Peter Prymmer <pvhp@forte.com>
27029              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
27030              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
27031      Branch: perl
27032            ! ext/Cwd/Cwd.xs
27033 ____________________________________________________________________________
27034 [  9757] By: nick                                  on 2001/04/19  18:53:54
27035         Log: Blind (untested) integrate of mainline.
27036      Branch: perlio
27037           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
27038           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
27039           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
27040           !> (integrate 53 files)
27041 ____________________________________________________________________________
27042 [  9756] By: jhi                                   on 2001/04/19  16:59:23
27043         Log: Document and test Time::Piece.
27044      Branch: perl
27045            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
27046            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
27047 ____________________________________________________________________________
27048 [  9755] By: jhi                                   on 2001/04/19  12:13:29
27049         Log: A better fix for the \x{12345678} trouble from NI-S.
27050      Branch: perl
27051            ! utf8.c
27052 ____________________________________________________________________________
27053 [  9754] By: jhi                                   on 2001/04/19  11:56:07
27054         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
27055              From: Robin Houston <robin@kitsite.com>
27056              Date: Wed, 18 Apr 2001 17:58:33 +0100
27057              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
27058      Branch: perl
27059            ! ext/B/B/Deparse.pm op.c
27060 ____________________________________________________________________________
27061 [  9753] By: jhi                                   on 2001/04/19  04:21:52
27062         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
27063              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
27064              Date: Thu, 19 Apr 2001 01:11:41 -0400
27065              Message-ID: <20010419011141.A5798@cpan.org>
27066      Branch: perl
27067            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
27068 ____________________________________________________________________________
27069 [  9752] By: jhi                                   on 2001/04/19  02:41:10
27070         Log: The new time utils need to be thread-aware, too.
27071      Branch: perl
27072            ! util.c
27073 ____________________________________________________________________________
27074 [  9751] By: jhi                                   on 2001/04/19  02:26:47
27075         Log: Compilation nit noticed by AIX compiler.
27076      Branch: perl
27077            ! perlio.c
27078 ____________________________________________________________________________
27079 [  9750] By: jhi                                   on 2001/04/19  02:20:06
27080         Log: The new time utils need to be public.
27081      Branch: perl
27082            ! embed.pl
27083 ____________________________________________________________________________
27084 [  9749] By: jhi                                   on 2001/04/19  01:42:39
27085         Log: Regen toc.
27086      Branch: perl
27087            ! pod/perltoc.pod
27088 ____________________________________________________________________________
27089 [  9748] By: jhi                                   on 2001/04/19  01:41:10
27090         Log: Add Time::Piece, a slight rewrite of Time::Object,
27091              from Matt Sergeant.
27092      Branch: perl
27093            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
27094            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
27095            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
27096            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
27097            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
27098            ! win32/makefile.mk
27099 ____________________________________________________________________________
27100 [  9747] By: jhi                                   on 2001/04/19  00:55:35
27101         Log: The new metaconfig unit from strftime.
27102      Branch: metaconfig/U/perl
27103            + d_strftime.U
27104 ____________________________________________________________________________
27105 [  9746] By: jhi                                   on 2001/04/19  00:54:54
27106         Log: Move the strftime() wrapper from POSIX.xs to util.c
27107              as my_strftime(), requires HAS_STRFTIME.
27108      Branch: perl
27109            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27110            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
27111            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
27112            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
27113            ! vos/config.ga.h win32/config.bc win32/config.gc
27114            ! win32/config.vc
27115 ____________________________________________________________________________
27116 [  9745] By: jhi                                   on 2001/04/18  23:11:03
27117         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
27118              in preparation of Time::Piece.
27119      Branch: perl
27120            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
27121 ____________________________________________________________________________
27122 [  9744] By: jhi                                   on 2001/04/18  22:33:12
27123         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
27124              From: Peter Prymmer <pvhp@forte.com>
27125              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
27126              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
27127      Branch: perl
27128            ! t/lib/exporter.t
27129 ____________________________________________________________________________
27130 [  9743] By: jhi                                   on 2001/04/18  22:32:23
27131         Log: Subject: Fwd: pod2html leaves cache files lying around?
27132              From: Rajesh Vaidheeswarran <rv@gnu.org>
27133              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
27134              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
27135      Branch: perl
27136            ! lib/Pod/Html.pm
27137 ____________________________________________________________________________
27138 [  9742] By: jhi                                   on 2001/04/18  20:31:49
27139         Log: Update Changes.
27140      Branch: perl
27141            ! Changes patchlevel.h
27142 ____________________________________________________________________________
27143 [  9741] By: jhi                                   on 2001/04/18  20:23:02
27144         Log: Declare hints only if needed.
27145      Branch: perl
27146            ! ext/B/B/Deparse.pm
27147 ____________________________________________________________________________
27148 [  9740] By: jhi                                   on 2001/04/18  19:06:05
27149         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
27150              bug noticed by Robin Houston; basically the code of detecting
27151              value wraparound was acting differently under different compilers
27152              and platforms.  The workaround is to remove the overflow check
27153              for now, a real fix would be to do the overflow (portably) right.
27154      Branch: perl
27155            ! t/op/pat.t utf8.c
27156 ____________________________________________________________________________
27157 [  9739] By: jhi                                   on 2001/04/18  19:01:23
27158         Log: Subject: [PATCH B::Deparse] some pragma support
27159              From: Robin Houston <robin@kitsite.com>
27160              Date: Wed, 18 Apr 2001 19:32:12 +0100
27161              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
27162      Branch: perl
27163            ! ext/B/B/Deparse.pm
27164 ____________________________________________________________________________
27165 [  9738] By: jhi                                   on 2001/04/18  15:16:37
27166         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
27167              From: Benjamin Sugars <bsugars@canoe.ca>
27168              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
27169              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
27170      Branch: perl
27171            ! t/op/glob.t
27172 ____________________________________________________________________________
27173 [  9737] By: jhi                                   on 2001/04/18  13:24:50
27174         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
27175              From: Tim Jenness <t.jenness@jach.hawaii.edu>
27176              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
27177              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
27178      Branch: perl
27179            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
27180            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
27181 ____________________________________________________________________________
27182 [  9736] By: jhi                                   on 2001/04/18  04:15:14
27183         Log: The #9735 also changes the subtest 12.
27184      Branch: perl
27185            ! t/lib/b.t
27186 ____________________________________________________________________________
27187 [  9735] By: jhi                                   on 2001/04/18  03:55:17
27188         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
27189              From: David Dyck <dcd@tc.fluke.com>
27190              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
27191              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
27192      Branch: perl
27193            ! ext/B/B/Deparse.pm
27194 ____________________________________________________________________________
27195 [  9734] By: jhi                                   on 2001/04/18  03:54:11
27196         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
27197              From: Gisle Aas <gisle@ActiveState.com>
27198              Date: 17 Apr 2001 19:06:45 -0700
27199              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
27200      Branch: perl
27201            ! pp_hot.c t/op/misc.t
27202 ____________________________________________________________________________
27203 [  9733] By: jhi                                   on 2001/04/17  22:25:22
27204         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
27205              From: "Abigail" <abigail@foad.org>
27206              Date: Wed, 18 Apr 2001 01:17:46 +0200
27207              Message-ID: <20010417231746.21657.qmail@foad.org>
27208      Branch: perl
27209            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
27210 ____________________________________________________________________________
27211 [  9732] By: jhi                                   on 2001/04/17  20:47:56
27212         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
27213              From: Robin Houston <robin@kitsite.com>
27214              Date: Tue, 17 Apr 2001 22:37:42 +0100
27215              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
27216      Branch: perl
27217            ! ext/B/B/Deparse.pm
27218 ____________________________________________________________________________
27219 [  9731] By: nick                                  on 2001/04/17  20:46:35
27220         Log: Re-sync for t/lib/b.t fix
27221      Branch: perlio
27222           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
27223 ____________________________________________________________________________
27224 [  9730] By: jhi                                   on 2001/04/17  20:45:29
27225         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
27226              From: Robin Houston <robin@kitsite.com>
27227              Date: Tue, 17 Apr 2001 22:29:36 +0100
27228              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
27229      Branch: perl
27230            ! ext/B/B.xs ext/B/B/Deparse.pm
27231 ____________________________________________________________________________
27232 [  9729] By: jhi                                   on 2001/04/17  20:43:11
27233         Log: Subject: Deparse - parenthesise args to undeclared subs
27234              From: Robin Houston <robin@kitsite.com>
27235              Date: Tue, 17 Apr 2001 21:31:05 +0100
27236              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
27237      Branch: perl
27238            ! ext/B/B/Deparse.pm
27239 ____________________________________________________________________________
27240 [  9728] By: jhi                                   on 2001/04/17  18:57:30
27241         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
27242              From: Benjamin Sugars <ben.sugars@home.com>
27243              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
27244              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
27245      Branch: perl
27246            ! t/lib/cwd.t
27247 ____________________________________________________________________________
27248 [  9727] By: jhi                                   on 2001/04/17  18:20:20
27249         Log: Subject: [PATCH B::Deparse] ambient pragmas
27250              From: Robin Houston <robin@kitsite.com>
27251              Date: Tue, 17 Apr 2001 20:01:59 +0100
27252              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
27253      Branch: perl
27254            ! ext/B/B/Deparse.pm t/lib/b.t
27255 ____________________________________________________________________________
27256 [  9726] By: nick                                  on 2001/04/17  16:33:51
27257         Log: Integrate mainline (t/lib/b.t fails test 2...)
27258      Branch: perlio
27259           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
27260           +> ext/List/Util/README ext/List/Util/Util.xs
27261           +> ext/List/Util/lib/List/Util.pm
27262           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
27263           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
27264           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
27265           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
27266           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
27267           !> (integrate 31 files)
27268 ____________________________________________________________________________
27269 [  9725] By: jhi                                   on 2001/04/17  12:14:24
27270         Log: Subject: multiple B::* changes
27271              From: Robin Houston <robin@kitsite.com>
27272              Date: Thu, 12 Apr 2001 20:12:27 +0100
27273              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
27274      Branch: perl
27275            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
27276 ____________________________________________________________________________
27277 [  9724] By: jhi                                   on 2001/04/17  11:59:05
27278         Log: Thread-awareness from Doug MacEachern.
27279      Branch: perl
27280            ! ext/List/Util/Util.xs
27281 ____________________________________________________________________________
27282 [  9723] By: jhi                                   on 2001/04/17  11:57:41
27283         Log: Make the test more portable.
27284      Branch: perl
27285            ! t/lib/cwd.t
27286 ____________________________________________________________________________
27287 [  9722] By: jhi                                   on 2001/04/17  11:53:50
27288         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
27289              From: Benjamin Sugars <ben.sugars@home.com>
27290              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
27291              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
27292      Branch: perl
27293            ! t/lib/cwd.t
27294 ____________________________________________________________________________
27295 [  9721] By: jhi                                   on 2001/04/17  11:52:17
27296         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
27297              From: Benjamin Sugars <bsugars@canoe.ca>
27298              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
27299              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
27300      Branch: perl
27301            ! op.c
27302 ____________________________________________________________________________
27303 [  9720] By: jhi                                   on 2001/04/17  11:35:42
27304         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
27305              From: Chris Nandor <pudge@pobox.com>
27306              Date: Tue, 17 Apr 2001 00:30:49 -0400
27307              Message-Id: <p05100207b701768712de@[10.0.1.177]>
27308      Branch: perl
27309            ! ext/File/Glob/bsd_glob.c gv.c
27310 ____________________________________________________________________________
27311 [  9719] By: jhi                                   on 2001/04/17  11:32:13
27312         Log: Subject: [PATCH] Tweten->West
27313              From: Casey West <casey@geeknest.com>
27314              Date: Mon, 16 Apr 2001 12:11:22 -0400
27315              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
27316      Branch: perl
27317            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
27318            ! pod/perltie.pod
27319 ____________________________________________________________________________
27320 [  9718] By: jhi                                   on 2001/04/16  03:22:52
27321         Log: Update Changes.
27322      Branch: perl
27323            ! Changes patchlevel.h
27324 ____________________________________________________________________________
27325 [  9717] By: jhi                                   on 2001/04/16  03:06:28
27326         Log: Regen toc.
27327      Branch: perl
27328            ! pod/perltoc.pod
27329 ____________________________________________________________________________
27330 [  9716] By: jhi                                   on 2001/04/16  02:58:42
27331         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
27332              From: Prymmer/Kahn <pvhp@best.com>
27333              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
27334              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
27335      Branch: perl
27336            ! utf8.c
27337 ____________________________________________________________________________
27338 [  9715] By: jhi                                   on 2001/04/15  23:40:35
27339         Log: Subject: Re: Net::Ping patch, adds stream protocol
27340              From: bronson@rinspin.com (Scott Bronson)
27341              Date: Tue, 10 Apr 2001 23:58:33 -0700
27342              Message-ID: <20010410235833.N29719@rinspin.com>
27343      Branch: perl
27344            ! lib/Net/Ping.pm
27345 ____________________________________________________________________________
27346 [  9714] By: jhi                                   on 2001/04/15  23:31:46
27347         Log: Printing out the ok messages helps successful testing.
27348      Branch: perl
27349            ! t/lib/time-hires.t
27350 ____________________________________________________________________________
27351 [  9713] By: jhi                                   on 2001/04/15  21:43:24
27352         Log: Update Douglas Wegscheid's email.
27353      Branch: perl
27354            ! AUTHORS
27355 ____________________________________________________________________________
27356 [  9712] By: jhi                                   on 2001/04/15  21:40:41
27357         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
27358              From: Michael G Schwern <schwern@pobox.com>
27359              Date: Sat, 14 Apr 2001 22:40:50 +0100
27360              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
27361      Branch: perl
27362            + t/lib/exporter.t
27363            ! MANIFEST lib/Exporter/Heavy.pm
27364 ____________________________________________________________________________
27365 [  9711] By: jhi                                   on 2001/04/15  21:39:21
27366         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
27367              From: Michael G Schwern <schwern@pobox.com>
27368              Date: Sat, 14 Apr 2001 22:13:59 +0100
27369              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
27370      Branch: perl
27371            ! t/op/loopctl.t
27372 ____________________________________________________________________________
27373 [  9710] By: jhi                                   on 2001/04/15  21:30:19
27374         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
27375              From: Michael G Schwern <schwern@pobox.com>
27376              Date: Sat, 14 Apr 2001 22:05:32 +0100
27377              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
27378      Branch: perl
27379            ! t/pragma/warnings.t
27380 ____________________________________________________________________________
27381 [  9709] By: jhi                                   on 2001/04/15  19:34:09
27382         Log: Integrate changes #9706,9707 from maintperl into mainline.
27383              
27384              change#7210 broke .packlist generation
27385              
27386              ExtUtils::Installed doesn't quote regex metacharacters in paths
27387              before using them in match; also make it work for dosish platforms
27388      Branch: perl
27389           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
27390 ____________________________________________________________________________
27391 [  9708] By: jhi                                   on 2001/04/15  19:31:01
27392         Log: Test also the scalar aspect of getitimer().
27393      Branch: perl
27394            ! t/lib/time-hires.t
27395 ____________________________________________________________________________
27396 [  9707] By: gsar                                  on 2001/04/15  17:24:20
27397         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
27398              before using them in match; also make it work for dosish platforms
27399      Branch: maint-5.6/perl
27400            ! lib/ExtUtils/Installed.pm
27401 ____________________________________________________________________________
27402 [  9706] By: gsar                                  on 2001/04/15  17:21:59
27403         Log: change#7210 broke .packlist generation (listed only filename
27404              rather than fully qualified path name)
27405      Branch: maint-5.6/perl
27406            ! lib/ExtUtils/Install.pm
27407 ____________________________________________________________________________
27408 [  9705] By: jhi                                   on 2001/04/15  12:36:33
27409         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
27410      Branch: perl
27411            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
27412            ! t/lib/time-hires.t
27413 ____________________________________________________________________________
27414 [  9704] By: jhi                                   on 2001/04/15  10:49:08
27415         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
27416              From: Prymmer/Kahn <pvhp@best.com>
27417              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
27418              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
27419      Branch: perl
27420            ! lib/utf8.pm pod/perlebcdic.pod
27421 ____________________________________________________________________________
27422 [  9703] By: jhi                                   on 2001/04/15  02:26:26
27423         Log: I keep forgetting to sort MANIFEST.
27424      Branch: perl
27425            ! MANIFEST
27426 ____________________________________________________________________________
27427 [  9702] By: jhi                                   on 2001/04/15  02:07:47
27428         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
27429              Now we have blessed, reftype, tainted, first, reduce, ...
27430      Branch: perl
27431            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
27432            + ext/List/Util/README ext/List/Util/Util.xs
27433            + ext/List/Util/lib/List/Util.pm
27434            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
27435            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
27436            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
27437            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
27438            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
27439            ! MANIFEST
27440 ____________________________________________________________________________
27441 [  9701] By: jhi                                   on 2001/04/14  15:05:25
27442         Log: Subject: RE: dprofpp.pl updates 
27443              From: Carl Eklof <CEklof@endeca.com>
27444              Date: Thu, 12 Apr 2001 18:45:46 -0400
27445              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
27446      Branch: perl
27447            ! utils/dprofpp.PL
27448 ____________________________________________________________________________
27449 [  9700] By: jhi                                   on 2001/04/14  14:44:55
27450         Log: Do not just blindly add CR.
27451      Branch: perl
27452            ! Porting/makerel
27453 ____________________________________________________________________________
27454 [  9699] By: jhi                                   on 2001/04/13  13:17:01
27455         Log: Update Changes.
27456      Branch: perl
27457            ! Changes patchlevel.h
27458 ____________________________________________________________________________
27459 [  9698] By: jhi                                   on 2001/04/13  12:44:48
27460         Log: Integrate perlio.
27461      Branch: perl
27462           !> ext/PerlIO/Scalar/Scalar.xs
27463 ____________________________________________________________________________
27464 [  9697] By: jhi                                   on 2001/04/13  12:29:15
27465         Log: Add more debug output to the test.
27466      Branch: perl
27467            ! t/lib/cwd.t
27468 ____________________________________________________________________________
27469 [  9696] By: nick                                  on 2001/04/13  10:14:29
27470         Log: Fix core dump on binmode($fh,'Scalar')
27471      Branch: perlio
27472            ! ext/PerlIO/Scalar/Scalar.xs
27473 ____________________________________________________________________________
27474 [  9695] By: nick                                  on 2001/04/13  09:05:42
27475         Log: Integrate mainline
27476      Branch: perlio
27477           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27478           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27479           +> t/lib/time-hires.t
27480           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
27481           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
27482           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
27483           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
27484           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
27485           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
27486           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
27487 ____________________________________________________________________________
27488 [  9694] By: jhi                                   on 2001/04/12  22:23:35
27489         Log: Integrate change #9693 from maintperl into mainline.
27490              
27491              $VERSION and Version() on the same line provokes a warning from
27492              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
27493      Branch: perl
27494           !> lib/Devel/SelfStubber.pm
27495 ____________________________________________________________________________
27496 [  9693] By: gsar                                  on 2001/04/12  21:55:56
27497         Log: $VERSION and Version() on the same line provokes a warning from
27498              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
27499      Branch: maint-5.6/perl
27500            ! lib/Devel/SelfStubber.pm
27501 ____________________________________________________________________________
27502 [  9692] By: jhi                                   on 2001/04/12  13:54:00
27503         Log: This is at least 5.005.
27504      Branch: perl
27505            ! ext/Time/HiRes/HiRes.xs
27506 ____________________________________________________________________________
27507 [  9691] By: jhi                                   on 2001/04/12  13:37:20
27508         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
27509      Branch: perl
27510            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
27511            ! win32/Makefile win32/makefile.mk
27512 ____________________________________________________________________________
27513 [  9690] By: jhi                                   on 2001/04/12  01:34:46
27514         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
27515      Branch: perl
27516            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
27517            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
27518            + t/lib/time-hires.t
27519            ! MANIFEST
27520 ____________________________________________________________________________
27521 [  9689] By: jhi                                   on 2001/04/12  00:28:39
27522         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
27523              From: Gisle Aas <gisle@ActiveState.com>
27524              Date: 11 Apr 2001 16:36:11 -0700
27525              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
27526      Branch: perl
27527            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
27528 ____________________________________________________________________________
27529 [  9688] By: jhi                                   on 2001/04/12  00:27:39
27530         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
27531              From: Gisle Aas <gisle@ActiveState.com>
27532              Date: 11 Apr 2001 11:13:24 -0700
27533              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
27534      Branch: perl
27535            ! ext/MIME/Base64/Base64.xs
27536 ____________________________________________________________________________
27537 [  9687] By: jhi                                   on 2001/04/11  19:51:47
27538         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
27539      Branch: perl
27540            ! Todo-5.6
27541 ____________________________________________________________________________
27542 [  9686] By: jhi                                   on 2001/04/11  16:54:25
27543         Log: Subject: [PATCH opcode.pl] Documentation of table format
27544              From: Simon Cozens <simon@netthink.co.uk>
27545              Date: Wed, 11 Apr 2001 12:59:31 +0100
27546              Message-ID: <20010411125931.A25681@netthink.co.uk>
27547      Branch: perl
27548            ! opcode.pl
27549 ____________________________________________________________________________
27550 [  9685] By: jhi                                   on 2001/04/11  16:53:15
27551         Log: Subject: [PATCH] prototype("CORE::recv")
27552              From: Simon Cozens <simon@netthink.co.uk>
27553              Date: Wed, 11 Apr 2001 13:24:35 +0100
27554              Message-ID: <20010411132435.A26169@netthink.co.uk>
27555      Branch: perl
27556            ! pp.c t/comp/proto.t
27557 ____________________________________________________________________________
27558 [  9684] By: jhi                                   on 2001/04/11  16:47:13
27559         Log: FAQ (and AUTHORS) update from Dan Carson: the information
27560              was several years obsolete, Term::Readkey has been updated
27561              to have the functionality.
27562      Branch: perl
27563            ! AUTHORS pod/perlfaq5.pod
27564 ____________________________________________________________________________
27565 [  9683] By: jhi                                   on 2001/04/11  12:15:46
27566         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
27567              From: Calle Dybedahl <calle@lysator.liu.se>
27568              Date: 10 Apr 2001 16:44:16 +0200
27569              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
27570      Branch: perl
27571            ! ext/MIME/Base64/Base64.xs
27572 ____________________________________________________________________________
27573 [  9682] By: jhi                                   on 2001/04/11  12:12:26
27574         Log: A more minimal fix for 20010410.006 from Hugo.
27575      Branch: perl
27576            ! regexec.c
27577 ____________________________________________________________________________
27578 [  9681] By: jhi                                   on 2001/04/11  11:34:23
27579         Log: Integrate changes #9678,9679 from maintline into mainperl.
27580              
27581              addendum to change#9676
27582              
27583              up $File::Glob::VERSION; add a note pointing out the version of
27584              the OpenBSD glob bsd_glob.c resembles
27585      Branch: perl
27586           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27587           !> ext/File/Glob/bsd_glob.h
27588 ____________________________________________________________________________
27589 [  9680] By: jhi                                   on 2001/04/11  11:30:38
27590         Log: Bad test numbering in integrate in #9677.
27591              Fixes ID 20010411.001.
27592      Branch: perl
27593            ! t/op/pat.t
27594 ____________________________________________________________________________
27595 [  9679] By: gsar                                  on 2001/04/11  03:38:40
27596         Log: up $File::Glob::VERSION; add a note pointing out the version of
27597              the OpenBSD glob bsd_glob.c resembles
27598      Branch: maint-5.6/perl
27599            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
27600            ! ext/File/Glob/bsd_glob.h
27601 ____________________________________________________________________________
27602 [  9678] By: gsar                                  on 2001/04/11  03:09:48
27603         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
27604              revision 1.8.10.1 found here:
27605              
27606              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
27607      Branch: maint-5.6/perl
27608            ! ext/File/Glob/bsd_glob.c
27609 ____________________________________________________________________________
27610 [  9677] By: jhi                                   on 2001/04/11  02:54:39
27611         Log: Integrate changes #9675,9676 from maintperl into mainline.
27612              
27613              fix for bug 20010410.006, undo change#7115
27614              
27615              port the OpenBSD glob() security patch
27616      Branch: perl
27617           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
27618           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
27619           !> t/op/pat.t
27620 ____________________________________________________________________________
27621 [  9676] By: gsar                                  on 2001/04/11  02:19:02
27622         Log: port the glob() security patch found at:
27623              
27624              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
27625              
27626              CERT advisory for the issue is here:
27627              
27628              http://www.cert.org/advisories/CA-2001-07.html
27629              
27630              Note that the security scare is only relevant for those who are
27631              foolish enough to build suidperl (which is now officially discouraged)
27632      Branch: maint-5.6/perl
27633            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
27634            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
27635 ____________________________________________________________________________
27636 [  9675] By: gsar                                  on 2001/04/10  23:52:11
27637         Log: fix for bug 20010410.006
27638              
27639              undo change#7115 (came into maint-5.6 as change#8156)
27640              
27641              add tests to keep it from coming back
27642      Branch: maint-5.6/perl
27643            ! regexec.c t/op/pat.t
27644 ____________________________________________________________________________
27645 [  9674] By: nick                                  on 2001/04/10  20:39:31
27646         Log: Integrate mainline
27647      Branch: perlio
27648           +> Porting/testall.atom
27649           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
27650           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
27651           !> t/lib/lc-uk.t t/pod/find.t
27652 ____________________________________________________________________________
27653 [  9673] By: nick                                  on 2001/04/10  18:46:14
27654         Log: Integrate against change 9670 aka perl-5.7.1
27655      Branch: perlio
27656           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27657           !> (integrate 53 files)
27658 ____________________________________________________________________________
27659 [  9672] By: jhi                                   on 2001/04/10  13:45:01
27660         Log: Add a script for doing cumulative profile of the test suite.
27661              (Requires ATOM, that is, Tru64.)
27662      Branch: perl
27663            + Porting/testall.atom
27664            ! MANIFEST
27665 ____________________________________________________________________________
27666 [  9671] By: jhi                                   on 2001/04/10  12:38:53
27667         Log: Missing std block.
27668      Branch: perl
27669            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
27670            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
27671            ! t/pod/find.t
27672 ____________________________________________________________________________
27673 [  9670] By: jhi                                   on 2001/04/10  01:25:58
27674         Log: This is 5.7.1.
27675      Branch: perl
27676            ! patchlevel.h
27677 ____________________________________________________________________________
27678 [  9669] By: jhi                                   on 2001/04/10  01:09:14
27679         Log: Update Changes.
27680      Branch: perl
27681            ! Changes patchlevel.h
27682 ____________________________________________________________________________
27683 [  9668] By: jhi                                   on 2001/04/10  01:00:38
27684         Log: Regen toc.
27685      Branch: perl
27686            ! pod/perltoc.pod
27687 ____________________________________________________________________________
27688 [  9667] By: jhi                                   on 2001/04/10  00:52:16
27689         Log: Update perlhist.
27690      Branch: perl
27691            ! pod/perlhist.pod
27692 ____________________________________________________________________________
27693 [  9666] By: jhi                                   on 2001/04/09  23:38:59
27694         Log: Slight wording tweaks from Damian to #9658.
27695      Branch: perl
27696            ! pod/perlobj.pod
27697 ____________________________________________________________________________
27698 [  9665] By: jhi                                   on 2001/04/09  19:56:06
27699         Log: Subject: [PATCH perlutil.pod] Nit
27700              From: Simon Cozens <simon@netthink.co.uk>
27701              Date: Mon, 9 Apr 2001 20:29:44 +0100
27702              Message-ID: <20010409202944.A14796@the.earth.li>
27703      Branch: perl
27704            ! pod/perlutil.pod
27705 ____________________________________________________________________________
27706 [  9664] By: jhi                                   on 2001/04/09  19:54:42
27707         Log: Subject: Re: perl571delta.pod@9631
27708              From: Mike Guy <mjtg@cam.ac.uk>
27709              Date: Mon, 09 Apr 2001 18:09:14 +0100
27710              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
27711      Branch: perl
27712            ! pod/perl571delta.pod
27713 ____________________________________________________________________________
27714 [  9663] By: jhi                                   on 2001/04/09  13:43:35
27715         Log: Update Changes.
27716      Branch: perl
27717            ! Changes patchlevel.h
27718 ____________________________________________________________________________
27719 [  9662] By: jhi                                   on 2001/04/09  13:24:46
27720         Log: tweak tweak.
27721      Branch: perl
27722            ! AUTHORS pod/perl571delta.pod
27723 ____________________________________________________________________________
27724 [  9661] By: jhi                                   on 2001/04/09  13:15:13
27725         Log: Thinko in manual patch applying.
27726      Branch: perl
27727            ! sv.c
27728 ____________________________________________________________________________
27729 [  9660] By: jhi                                   on 2001/04/09  13:07:53
27730         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
27731              From: Robin Barker <rmb1@cise.npl.co.uk> 
27732              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
27733              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
27734              
27735              (This corrects the case where the "isn't numeric" string contains \0s
27736              and is longer than the temporary buffer, and contains \0 at the point
27737              the string would be truncated by "...".) 
27738      Branch: perl
27739            ! sv.c
27740 ____________________________________________________________________________
27741 [  9659] By: jhi                                   on 2001/04/09  12:57:41
27742         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
27743      Branch: perl
27744            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
27745            ! t/lib/cgi-function.t t/lib/cgi-html.t
27746 ____________________________________________________________________________
27747 [  9658] By: jhi                                   on 2001/04/09  12:48:47
27748         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
27749              From: Ilmari Karonen <iltzu@sci.fi>
27750              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
27751              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
27752              
27753              Rearrange and rewrite the Method Invocation section
27754              to explain the concepts in nicer order.
27755      Branch: perl
27756            ! pod/perlobj.pod
27757 ____________________________________________________________________________
27758 [  9657] By: jhi                                   on 2001/04/09  12:35:58
27759         Log: Upgrade to podlators 1.09, from Russ Allbery.
27760      Branch: perl
27761            ! lib/Pod/Man.pm lib/Pod/Text.pm
27762 ____________________________________________________________________________
27763 [  9656] By: jhi                                   on 2001/04/09  12:31:53
27764         Log: perl571delta.
27765      Branch: perl
27766            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
27767 ____________________________________________________________________________
27768 [  9655] By: jhi                                   on 2001/04/09  12:20:09
27769         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
27770              From: Prymmer/Kahn <pvhp@best.com>
27771              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
27772              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
27773      Branch: perl
27774            ! lib/utf8.pm pod/perlunicode.pod
27775 ____________________________________________________________________________
27776 [  9654] By: gsar                                  on 2001/04/09  03:38:33
27777         Log: here lies 5.6.1
27778      Branch: maint-5.6/perl
27779            ! Changes
27780 ____________________________________________________________________________
27781 [  9653] By: jhi                                   on 2001/04/09  03:25:24
27782         Log: Update perlhist.
27783      Branch: perl
27784            ! pod/perlhist.pod
27785 ____________________________________________________________________________
27786 [  9652] By: jhi                                   on 2001/04/09  03:18:49
27787         Log: perl571delta tweaking continues.
27788      Branch: perl
27789            ! pod/perl571delta.pod
27790 ____________________________________________________________________________
27791 [  9651] By: gsar                                  on 2001/04/09  03:11:19
27792         Log: update Changes, patchlevel.h &c.
27793      Branch: maint-5.6/perl
27794            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
27795            ! pod/perltoc.pod
27796 ____________________________________________________________________________
27797 [  9650] By: jhi                                   on 2001/04/09  02:40:24
27798         Log: Integrate the perlfork half of #9513 from maintperl into mainline
27799              (the perlunicode half is obsolete)
27800      Branch: perl
27801            ! pod/perlfork.pod
27802 ____________________________________________________________________________
27803 [  9649] By: gsar                                  on 2001/04/09  02:35:43
27804         Log: tweak perldelta as suggested by Jarkko
27805      Branch: maint-5.6/perl
27806            ! pod/perldelta.pod
27807 ____________________________________________________________________________
27808 [  9648] By: jhi                                   on 2001/04/09  02:13:04
27809         Log: Integrate change #9646 from maintperl into mainline.
27810              
27811              add note about ithreads and Thread.pm
27812      Branch: perl
27813           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
27814 ____________________________________________________________________________
27815 [  9647] By: jhi                                   on 2001/04/09  02:10:18
27816         Log: Bad assumption that shortsize == 2.
27817      Branch: perl
27818            ! t/lib/xs-typemap.t
27819 ____________________________________________________________________________
27820 [  9646] By: gsar                                  on 2001/04/09  00:48:04
27821         Log: add note about ithreads and Thread.pm (too many people are
27822              confused by the fact that Thread.pm is built and installed
27823              under non-5005threads but doesn't work)
27824      Branch: maint-5.6/perl
27825            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
27826 ____________________________________________________________________________
27827 [  9645] By: gsar                                  on 2001/04/09  00:19:03
27828         Log: update perldelta.pod for changes in 5.6.1
27829      Branch: maint-5.6/perl
27830            ! Changes pod/perldelta.pod
27831 ____________________________________________________________________________
27832 [  9644] By: jhi                                   on 2001/04/08  20:37:00
27833         Log: Integrate change #9639 from maintperl into mainline:
27834              on windows, many of the README.* pods were being copied to
27835              the wrong location
27836      Branch: perl
27837           !> win32/Makefile win32/makefile.mk
27838 ____________________________________________________________________________
27839 [  9643] By: jhi                                   on 2001/04/08  20:07:11
27840         Log: Integrate change #9624 from maintperl into mainline:
27841              the pod tests were not okay.  (t/pod/find.t changes ignored)
27842      Branch: perl
27843           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
27844           !> t/pod/include.t t/pod/included.t t/pod/lref.t
27845           !> t/pod/multiline_items.t t/pod/nested_items.t
27846           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27847           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27848 ____________________________________________________________________________
27849 [  9642] By: jhi                                   on 2001/04/08  19:57:17
27850         Log: Integrate change #9638 from maintperl into mainline:
27851              update to latest JPL from the anoncvs repository
27852      Branch: perl
27853           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27854           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27855           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27856 ____________________________________________________________________________
27857 [  9641] By: jhi                                   on 2001/04/08  19:53:30
27858         Log: perl571delta updates.
27859      Branch: perl
27860            ! lib/Filter/Simple.pm pod/perl571delta.pod
27861 ____________________________________________________________________________
27862 [  9640] By: gsar                                  on 2001/04/08  19:20:46
27863         Log: integrate change#9634 from mainline
27864              
27865              Fix the perlmodlib generation (didn't understand separate .pod
27866              files; didn't understand -- as the name-thing separator).
27867              Update the CPAN mirrors list.
27868      Branch: maint-5.6/perl
27869            ! pod/perlmodlib.pod
27870           !> pod/perlmodlib.PL
27871 ____________________________________________________________________________
27872 [  9639] By: gsar                                  on 2001/04/08  18:57:31
27873         Log: on windows, many of the README.* pods were being copied to the wrong
27874              location
27875      Branch: maint-5.6/perl
27876            ! win32/Makefile win32/makefile.mk
27877 ____________________________________________________________________________
27878 [  9638] By: gsar                                  on 2001/04/08  18:38:25
27879         Log: update to latest JPL from the anoncvs repository
27880      Branch: maint-5.6/perl
27881            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
27882            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
27883            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
27884 ____________________________________________________________________________
27885 [  9637] By: jhi                                   on 2001/04/08  17:53:53
27886         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
27887      Branch: perl
27888            ! pod/perl571delta.pod
27889 ____________________________________________________________________________
27890 [  9636] By: jhi                                   on 2001/04/08  17:18:32
27891         Log: Regen toc.
27892      Branch: perl
27893            ! pod/perltoc.pod
27894 ____________________________________________________________________________
27895 [  9635] By: jhi                                   on 2001/04/08  17:16:33
27896         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
27897              From: "Craig A. Berry" <craigberry@mac.com>
27898              Date: Sun, 08 Apr 2001 12:30:16 -0500
27899              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
27900      Branch: perl
27901            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
27902 ____________________________________________________________________________
27903 [  9634] By: jhi                                   on 2001/04/08  17:09:19
27904         Log: Fix the perlmodlib generation (didn't understand separate .pod
27905              files; didn't understand -- as the name-thing separator).
27906              
27907              Update the CPAN mirrors list.
27908      Branch: perl
27909            ! pod/perlmodlib.PL pod/perlmodlib.pod
27910 ____________________________________________________________________________
27911 [  9633] By: jhi                                   on 2001/04/08  16:49:17
27912         Log: Sort MANIFEST.
27913      Branch: perl
27914            ! MANIFEST
27915 ____________________________________________________________________________
27916 [  9632] By: gsar                                  on 2001/04/08  16:36:06
27917         Log: add $Tie::RefHash::VERSION
27918      Branch: maint-5.6/perl
27919            ! lib/Tie/RefHash.pm
27920 ____________________________________________________________________________
27921 [  9631] By: jhi                                   on 2001/04/08  16:10:15
27922         Log: perl571delta updates based on p5p feedback; still needs
27923              lots of examples.
27924      Branch: perl
27925            ! pod/perl571delta.pod
27926 ____________________________________________________________________________
27927 [  9630] By: jhi                                   on 2001/04/08  15:59:13
27928         Log: Update the list of supported platforms to talk about 5.7.1
27929              (and 5.6.1)
27930      Branch: perl
27931            ! pod/perlport.pod
27932 ____________________________________________________________________________
27933 [  9629] By: jhi                                   on 2001/04/08  15:55:41
27934         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
27935              from maintperl into mainline: perlport updates.
27936      Branch: perl
27937            ! pod/perlport.pod
27938 ____________________________________________________________________________
27939 [  9628] By: jhi                                   on 2001/04/08  15:53:17
27940         Log: perlsolaris.pod copied to wrong directory.
27941      Branch: perl
27942            ! win32/makefile.mk
27943 ____________________________________________________________________________
27944 [  9627] By: jhi                                   on 2001/04/08  14:48:18
27945         Log: Subject: Typos in perl571delta.pod
27946              From: "Stephen P. Potter" <spp@spotter.yi.org>
27947              Date: Sat, 07 Apr 2001 20:37:05 -0400
27948              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
27949      Branch: perl
27950            ! pod/perl571delta.pod
27951 ____________________________________________________________________________
27952 [  9626] By: jhi                                   on 2001/04/08  14:39:04
27953         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
27954      Branch: perl
27955            ! gv.c
27956 ____________________________________________________________________________
27957 [  9625] By: nick                                  on 2001/04/08  10:14:23
27958         Log: Integrate mainline
27959      Branch: perlio
27960           +> pod/perl570delta.pod pod/perl571delta.pod
27961           !> (integrate 27 files)
27962 ____________________________________________________________________________
27963 [  9624] By: gsar                                  on 2001/04/08  06:08:17
27964         Log: test in t/pod/* were busted
27965              
27966              these tests are still not enabled in t/{harness,TEST}
27967      Branch: maint-5.6/perl
27968            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
27969            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
27970            ! t/pod/multiline_items.t t/pod/nested_items.t
27971            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
27972            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
27973 ____________________________________________________________________________
27974 [  9623] By: gsar                                  on 2001/04/08  03:37:01
27975         Log: integrate change#9470 from mainline
27976              
27977              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
27978      Branch: maint-5.6/perl
27979           !> ext/Socket/Socket.xs
27980 ____________________________________________________________________________
27981 [  9622] By: jhi                                   on 2001/04/07  22:40:47
27982         Log: Update Changes.
27983      Branch: perl
27984            ! Changes patchlevel.h
27985 ____________________________________________________________________________
27986 [  9621] By: jhi                                   on 2001/04/07  22:34:16
27987         Log: Update AUTHORS.
27988      Branch: perl
27989            ! AUTHORS
27990 ____________________________________________________________________________
27991 [  9620] By: jhi                                   on 2001/04/07  22:12:47
27992         Log: Forgot to bump the number of tests in #9164.
27993      Branch: perl
27994            ! t/op/array.t
27995 ____________________________________________________________________________
27996 [  9619] By: jhi                                   on 2001/04/07  22:09:50
27997         Log: Bump patchlevel to 5.7.1.
27998      Branch: perl
27999            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28000            ! config_h.SH patchlevel.h
28001 ____________________________________________________________________________
28002 [  9618] By: jhi                                   on 2001/04/07  22:02:41
28003         Log: Populate perl571delta.
28004      Branch: perl
28005            ! pod/perl571delta.pod
28006 ____________________________________________________________________________
28007 [  9617] By: jhi                                   on 2001/04/07  22:01:23
28008         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
28009              to forget it later; do not change patchlevel.h yet or regenerate
28010              Configure yet.
28011      Branch: perl
28012            ! epoc/config.sh win32/Makefile win32/config_H.bc
28013            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
28014 ____________________________________________________________________________
28015 [  9616] By: jhi                                   on 2001/04/07  17:46:33
28016         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
28017      Branch: perl
28018            ! pod/perl571delta.pod
28019 ____________________________________________________________________________
28020 [  9615] By: jhi                                   on 2001/04/07  17:33:21
28021         Log: Change the toc configuration.
28022      Branch: perl
28023            ! pod/buildtoc.PL pod/perl.pod
28024 ____________________________________________________________________________
28025 [  9614] By: jhi                                   on 2001/04/07  17:29:47
28026         Log: Subject: PATCH: $[
28027              From: Robin Houston <robin@kitsite.com>
28028              Date: Fri, 6 Apr 2001 18:10:14 +0100
28029              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
28030      Branch: perl
28031            ! op.c t/op/array.t
28032 ____________________________________________________________________________
28033 [  9613] By: jhi                                   on 2001/04/07  17:28:26
28034         Log: Subject: [PATCH perl@9424] isn't numeric warning
28035              From: Robin Barker <rmb1@cise.npl.co.uk>
28036              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
28037              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
28038      Branch: perl
28039            ! sv.c t/pragma/warn/sv
28040 ____________________________________________________________________________
28041 [  9612] By: jhi                                   on 2001/04/07  17:26:45
28042         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
28043              From: Mike Guy <mjtg@cam.ac.uk>
28044              Date: Fri, 06 Apr 2001 12:47:06 +0100
28045              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
28046      Branch: perl
28047            ! dump.c t/lib/peek.t
28048 ____________________________________________________________________________
28049 [  9611] By: jhi                                   on 2001/04/07  17:21:35
28050         Log: Create perl571delta and seed it off with the perldelta changes
28051              since 5.7.0; remove those changes from perldelta and rename it
28052              as perl570delta; recreate perldelta but leave it almost empty.
28053      Branch: perl
28054            + pod/perl570delta.pod pod/perl571delta.pod
28055            ! MANIFEST pod/perldelta.pod
28056 ____________________________________________________________________________
28057 [  9610] By: jhi                                   on 2001/04/07  16:56:32
28058         Log: Denit.
28059      Branch: perl
28060            ! pod/perldelta.pod
28061 ____________________________________________________________________________
28062 [  9609] By: jhi                                   on 2001/04/07  16:38:32
28063         Log: Retract #9523: needs more thought.
28064      Branch: perl
28065            ! Makefile.SH
28066 ____________________________________________________________________________
28067 [  9608] By: jhi                                   on 2001/04/07  14:59:20
28068         Log: atmark() code cleanaup.
28069      Branch: perl
28070            ! ext/IO/IO.xs
28071 ____________________________________________________________________________
28072 [  9607] By: jhi                                   on 2001/04/07  14:48:14
28073         Log: Integrate change #9605 from maintperl into mainline.
28074              
28075              can't optimize away scope entry if tr/// is present
28076      Branch: perl
28077           !> op.c t/op/tr.t
28078 ____________________________________________________________________________
28079 [  9606] By: jhi                                   on 2001/04/07  14:43:59
28080         Log: Integrate perlio.
28081      Branch: perl
28082           +> win32/FindExt.pm
28083           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
28084           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
28085 ____________________________________________________________________________
28086 [  9605] By: gsar                                  on 2001/04/07  11:52:40
28087         Log: can't optimize away scope entry if tr/// is present
28088      Branch: maint-5.6/perl
28089            ! op.c t/op/tr.t
28090 ____________________________________________________________________________
28091 [  9604] By: nick                                  on 2001/04/07  11:39:45
28092         Log: Split out extension finding code from buildext.pl into FindExt.pm
28093              Use it to get Config.pm's idea of available extensions in line
28094              with what is built.
28095      Branch: perlio
28096            + win32/FindExt.pm
28097            ! MANIFEST win32/buildext.pl win32/config_sh.PL
28098            ! win32/makefile.mk
28099 ____________________________________________________________________________
28100 [  9603] By: nick                                  on 2001/04/07  09:11:38
28101         Log: Cleanup correction for failed :Via() layer, also set an error code.
28102      Branch: perlio
28103            ! ext/PerlIO/Via/Via.xs
28104 ____________________________________________________________________________
28105 [  9602] By: nick                                  on 2001/04/07  08:38:04
28106         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
28107              style. So don't use binmode() on the handles so that Win32 etc. see
28108              same sequence and produce same digests.
28109      Branch: perlio
28110            ! t/lib/md5-file.t
28111 ____________________________________________________________________________
28112 [  9601] By: nick                                  on 2001/04/07  08:36:26
28113         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
28114              Else it complains and so crlf layer (say) does not get pushed.
28115      Branch: perlio
28116            ! perlio.c
28117 ____________________________________________________________________________
28118 [  9600] By: jhi                                   on 2001/04/06  23:00:09
28119         Log: Integrate change #9599 from perlio into mainline.
28120      Branch: perl
28121           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
28122           !> win32/config_H.vc
28123 ____________________________________________________________________________
28124 [  9599] By: nick                                  on 2001/04/06  21:42:43
28125         Log: Quote $VERSION in Encode.pm.
28126              regen_config_h as requested.
28127      Branch: perlio
28128            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
28129            ! win32/config_H.vc
28130 ____________________________________________________________________________
28131 [  9598] By: nick                                  on 2001/04/06  20:34:59
28132         Log: Integrate mainline
28133      Branch: perlio
28134           +> README.macos
28135           !> (integrate 39 files)
28136 ____________________________________________________________________________
28137 [  9597] By: gsar                                  on 2001/04/06  18:06:35
28138         Log: integrate change#9464 from mainline (addendum to change#8313)
28139              
28140              Subject: [PATCH @9452] Better peep()ing for foreach() loops
28141      Branch: maint-5.6/perl
28142           !> op.c
28143 ____________________________________________________________________________
28144 [  9596] By: jhi                                   on 2001/04/06  17:26:03
28145         Log: The d_casti32=undef is good for you even when not use64bitall.
28146      Branch: perl
28147            ! hints/hpux.sh
28148 ____________________________________________________________________________
28149 [  9595] By: gsar                                  on 2001/04/06  14:57:17
28150         Log: add a low-impact fix to accomodate darwin-ism
28151      Branch: maint-5.6/perl
28152            ! ext/Errno/Errno_pm.PL
28153 ____________________________________________________________________________
28154 [  9594] By: jhi                                   on 2001/04/06  14:55:14
28155         Log: Integrate changes #9528,9593 from mainline into maintperl;
28156              tweaking the editor/IDE/shell list.
28157      Branch: maint-5.6/perl
28158           !> pod/perlfaq3.pod
28159 ____________________________________________________________________________
28160 [  9593] By: jhi                                   on 2001/04/06  14:51:39
28161         Log: Make the editor/IDE/shell list a little bit airier.
28162      Branch: perl
28163            ! pod/perlfaq3.pod
28164 ____________________________________________________________________________
28165 [  9592] By: gsar                                  on 2001/04/06  14:45:18
28166         Log: integrate change#9477 from mainline (base.pm doc tweak)
28167              
28168              missing doc entry for fmod()
28169      Branch: maint-5.6/perl
28170            ! lib/Math/BigFloat.pm
28171           !> lib/base.pm
28172 ____________________________________________________________________________
28173 [  9591] By: jhi                                   on 2001/04/06  13:55:48
28174         Log: Regen toc.
28175      Branch: perl
28176            ! pod/perltoc.pod
28177 ____________________________________________________________________________
28178 [  9590] By: jhi                                   on 2001/04/06  13:54:52
28179         Log: Math::BigFloat patches from John Peacock.  The equivalent
28180              of #9586 from maintperl but reworked by John to work with
28181              the bleadperl.
28182      Branch: perl
28183            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
28184 ____________________________________________________________________________
28185 [  9589] By: jhi                                   on 2001/04/06  13:42:23
28186         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
28187      Branch: perl
28188            ! ext/Digest/MD5/Makefile.PL
28189 ____________________________________________________________________________
28190 [  9588] By: jhi                                   on 2001/04/06  13:31:45
28191         Log: Integrate changes #9584,9587 from maintperl into mainline.
28192              
28193              keep eval"" CVs alive until the end of the statement in which
28194              they're called
28195              
28196              add README.macos (from Chris Nandor)
28197              
28198              tyop in change#9555
28199      Branch: perl
28200           +> README.macos
28201           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
28202           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
28203           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
28204           !> win32/makefile.mk
28205 ____________________________________________________________________________
28206 [  9587] By: gsar                                  on 2001/04/06  07:31:30
28207         Log: add README.macos (from Chris Nandor)
28208              
28209              tyop in change#9555
28210      Branch: maint-5.6/perl
28211            + README.macos
28212            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
28213            ! win32/Makefile win32/makefile.mk
28214 ____________________________________________________________________________
28215 [  9586] By: gsar                                  on 2001/04/06  07:08:54
28216         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
28217      Branch: maint-5.6/perl
28218            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
28219 ____________________________________________________________________________
28220 [  9585] By: gsar                                  on 2001/04/06  06:58:44
28221         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
28222              from mainline
28223              
28224              Subject: [PATCH] Base64 update to perlfaq9.pod
28225              
28226              Subject: [PATCH AUTHORS] Housekeeping
28227              
28228              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
28229              Mac OS X (Darwin) has extra pwent fields.
28230              
28231              Subject: [PATCH B::*] print control-character vars readably
28232              Needs EBCDICification.
28233              
28234              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
28235              
28236              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
28237              
28238              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
28239              
28240              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
28241              
28242              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
28243              
28244              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
28245              
28246              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
28247              
28248              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
28249              
28250              FreeBSD hints tweak from Anton Berezin.
28251              
28252              Subject: [PATCH foolperl & bleadperl] README.vms update
28253              
28254              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
28255      Branch: maint-5.6/perl
28256           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
28257           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
28258           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
28259 ____________________________________________________________________________
28260 [  9584] By: gsar                                  on 2001/04/06  04:09:00
28261         Log: keep eval"" CVs alive until the end of the statement in which
28262              they're called; this avoids a coredump ensuing from search for
28263              lexicals in code such as:
28264              
28265              sub bug {
28266              my $s = @_;
28267              eval q[sub { eval 'sub { &$s }' }];
28268              }
28269              bug("x")->()->();
28270              
28271              this code still doesn't work as intended (as it has remained
28272              since time immemorial), but it doesn't provoke a coredump anymore
28273      Branch: maint-5.6/perl
28274            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28275            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
28276 ____________________________________________________________________________
28277 [  9583] By: jhi                                   on 2001/04/05  23:52:51
28278         Log: Update Changes.
28279      Branch: perl
28280            ! Changes patchlevel.h
28281 ____________________________________________________________________________
28282 [  9582] By: jhi                                   on 2001/04/05  23:11:23
28283         Log: Slight doc tweak.
28284      Branch: perl
28285            ! pod/perlunicode.pod
28286 ____________________________________________________________________________
28287 [  9581] By: jhi                                   on 2001/04/05  23:04:11
28288         Log: Integrate perlio.
28289      Branch: perl
28290           !> pod/perlunicode.pod
28291 ____________________________________________________________________________
28292 [  9580] By: jhi                                   on 2001/04/05  23:03:29
28293         Log: Test for #9579.
28294      Branch: perl
28295            ! t/op/do.t
28296 ____________________________________________________________________________
28297 [  9579] By: jhi                                   on 2001/04/05  22:54:17
28298         Log: Subject: [PATCH] Propagate calling context for do '...'
28299              From: Gisle Aas <gisle@ActiveState.com>
28300              Date: 04 Apr 2001 20:17:29 -0700
28301              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
28302      Branch: perl
28303            ! pod/perlfunc.pod pp_ctl.c
28304 ____________________________________________________________________________
28305 [  9578] By: jhi                                   on 2001/04/05  22:52:51
28306         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
28307              From: Peter Prymmer <pvhp@forte.com>
28308              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
28309              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
28310      Branch: perl
28311            ! README.vms
28312 ____________________________________________________________________________
28313 [  9577] By: jhi                                   on 2001/04/05  22:48:22
28314         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
28315              From: "Craig A. Berry" <craigberry@mac.com>
28316              Date: Thu, 5 Apr 2001 13:43:28 -0500
28317              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
28318      Branch: perl
28319            ! README.vms
28320 ____________________________________________________________________________
28321 [  9576] By: jhi                                   on 2001/04/05  22:31:38
28322         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
28323              From: Michael G Schwern <schwern@pobox.com>
28324              Date: Thu, 5 Apr 2001 21:53:21 +0100
28325              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
28326      Branch: perl
28327            ! lib/base.pm t/lib/fields.t
28328 ____________________________________________________________________________
28329 [  9575] By: jhi                                   on 2001/04/05  22:26:10
28330         Log: FreeBSD hints tweak from Anton Berezin.
28331      Branch: perl
28332            ! hints/freebsd.sh
28333 ____________________________________________________________________________
28334 [  9574] By: jhi                                   on 2001/04/05  22:24:03
28335         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
28336              From: David Dyck <dcd@tc.fluke.com>
28337              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
28338              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
28339      Branch: perl
28340            ! t/op/oct.t
28341 ____________________________________________________________________________
28342 [  9573] By: jhi                                   on 2001/04/05  22:23:06
28343         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
28344              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
28345              From: David Dyck <dcd@tc.fluke.com>
28346              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
28347      Branch: perl
28348            ! pp.c
28349 ____________________________________________________________________________
28350 [  9572] By: jhi                                   on 2001/04/05  22:14:47
28351         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
28352              From: Robin Houston <robin@kitsite.com>
28353              Date: Thu, 5 Apr 2001 20:56:48 +0100
28354              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
28355      Branch: perl
28356            ! ext/B/B/Deparse.pm
28357 ____________________________________________________________________________
28358 [  9571] By: jhi                                   on 2001/04/05  22:12:53
28359         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
28360              From: Robin Houston <robin@kitsite.com>
28361              Date: Thu, 5 Apr 2001 19:55:51 +0100
28362              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
28363      Branch: perl
28364            ! ext/B/B/Deparse.pm
28365 ____________________________________________________________________________
28366 [  9570] By: jhi                                   on 2001/04/05  22:11:06
28367         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
28368              From: Robin Houston <robin@kitsite.com>
28369              Date: Thu, 5 Apr 2001 20:16:29 +0100
28370              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
28371      Branch: perl
28372            ! ext/B/B/Deparse.pm
28373 ____________________________________________________________________________
28374 [  9569] By: nick                                  on 2001/04/05  21:32:26
28375         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
28376      Branch: perlio
28377            ! pod/perlunicode.pod
28378 ____________________________________________________________________________
28379 [  9568] By: nick                                  on 2001/04/05  19:38:09
28380         Log: Integrate mainline
28381      Branch: perlio
28382           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
28383           !> (integrate 35 files)
28384 ____________________________________________________________________________
28385 [  9567] By: jhi                                   on 2001/04/05  18:31:45
28386         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
28387              From: Robin Houston <robin@kitsite.com>
28388              Date: Thu, 5 Apr 2001 18:03:23 +0100
28389              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
28390      Branch: perl
28391            ! ext/B/B/Deparse.pm
28392 ____________________________________________________________________________
28393 [  9566] By: jhi                                   on 2001/04/05  18:29:35
28394         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
28395              From: Robin Houston <robin@kitsite.com>
28396              Date: Thu, 5 Apr 2001 16:45:18 +0100
28397              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
28398      Branch: perl
28399            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
28400 ____________________________________________________________________________
28401 [  9565] By: jhi                                   on 2001/04/05  18:24:23
28402         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
28403              From: Robin Houston <robin@kitsite.com>
28404              Date: Thu, 5 Apr 2001 14:50:09 +0100
28405              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
28406      Branch: perl
28407            ! ext/B/B/Deparse.pm
28408 ____________________________________________________________________________
28409 [  9564] By: jhi                                   on 2001/04/05  18:23:03
28410         Log: Subject: [PATCH B::*] print control-character vars readably
28411              From: Robin Houston <robin@kitsite.com>
28412              Date: Thu, 5 Apr 2001 14:27:38 +0100
28413              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
28414              
28415              Needs EBCDICification.
28416      Branch: perl
28417            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
28418            ! ext/B/B/Terse.pm
28419 ____________________________________________________________________________
28420 [  9563] By: jhi                                   on 2001/04/05  18:20:32
28421         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
28422              Date: Thu, 5 Apr 2001 13:21:42 -0400
28423              From: Paul Schinder <schinder@pobox.com>
28424              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
28425              
28426              Mac OS X (Darwin) has extra pwent fields.
28427      Branch: perl
28428            ! t/op/pwent.t
28429 ____________________________________________________________________________
28430 [  9562] By: jhi                                   on 2001/04/05  17:57:51
28431         Log: Regen toc.
28432      Branch: perl
28433            ! pod/perltoc.pod
28434 ____________________________________________________________________________
28435 [  9561] By: jhi                                   on 2001/04/05  17:47:33
28436         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
28437      Branch: metaconfig
28438            ! U/Glossary.patch
28439      Branch: metaconfig/U/perl
28440            + d_u32align.U
28441            ! d_cmsghdr_s.U d_msghdr_s.U
28442 ____________________________________________________________________________
28443 [  9560] By: jhi                                   on 2001/04/05  17:47:01
28444         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
28445              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
28446              Introduce probes for struct msghdr, struct cmsghdr,
28447              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
28448              ualarm, usleep, for possible later extension work.
28449      Branch: perl
28450            + t/lib/md5-align.t
28451            ! Configure MANIFEST Porting/Glossary Porting/config.sh
28452            ! Porting/config_H config_h.SH configure.com epoc/config.sh
28453            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
28454            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28455            ! vos/config.ga.h win32/config.bc win32/config.gc
28456            ! win32/config.vc
28457 ____________________________________________________________________________
28458 [  9559] By: jhi                                   on 2001/04/05  13:03:04
28459         Log: Be traditional in your cpp (for the Errno extension).
28460      Branch: perl
28461            ! hints/darwin.sh
28462 ____________________________________________________________________________
28463 [  9558] By: jhi                                   on 2001/04/05  13:00:05
28464         Log: Add $Config{cppflags} to the gcc incantation.
28465      Branch: perl
28466            ! ext/Errno/Errno_pm.PL
28467 ____________________________________________________________________________
28468 [  9557] By: jhi                                   on 2001/04/05  04:22:39
28469         Log: Introduce Sean Burke's Class::ISA 0.32.
28470      Branch: perl
28471            + lib/Class/ISA.pm t/lib/class-isa.t
28472            ! MANIFEST
28473 ____________________________________________________________________________
28474 [  9556] By: jhi                                   on 2001/04/05  04:09:50
28475         Log: Subject: [PATCH AUTHORS] Housekeeping
28476              From: Paul Johnson <paul@pjcj.net> 
28477              Date: Wed, 4 Apr 2001 22:45:47 +0200
28478              Message-ID: <20010404224547.D9548@pjcj.net>
28479      Branch: perl
28480            ! AUTHORS
28481 ____________________________________________________________________________
28482 [  9555] By: jhi                                   on 2001/04/05  04:06:33
28483         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
28484              From: Gisle Aas <gisle@ActiveState.com>
28485              Date: 04 Apr 2001 14:23:04 -0700
28486              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
28487      Branch: perl
28488            ! pod/perlfaq9.pod
28489 ____________________________________________________________________________
28490 [  9554] By: jhi                                   on 2001/04/05  04:05:49
28491         Log: Downgrade also the "Wide character" diagnostic.
28492      Branch: perl
28493            ! pod/perldiag.pod
28494 ____________________________________________________________________________
28495 [  9553] By: jhi                                   on 2001/04/05  04:00:33
28496         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
28497              maintperl into mainline.
28498              
28499              "double" should be "NV"; standard typemap is missing entry
28500              for NV
28501              
28502              s/djSP/dSP/
28503              
28504              Downgrade "Wide character in print" to a warning.
28505              
28506              B::Deparse fix for ${^FOO} and documentation for PVX() method
28507              (from Robin Houston)
28508              
28509              tr/// doesn't null-terminate the result in some situations
28510              (from Gisle Aas)
28511      Branch: perl
28512           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
28513           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
28514           !> t/io/utf8.t t/op/tr.t
28515 ____________________________________________________________________________
28516 [  9552] By: jhi                                   on 2001/04/05  03:52:50
28517         Log: Retract changes #9542 and #9538 (from maintperl, integrated
28518              at #9540), shouldn't be needed because of the perlio changes.
28519      Branch: perl
28520            ! util.c
28521 ____________________________________________________________________________
28522 [  9551] By: gsar                                  on 2001/04/05  00:18:34
28523         Log: tr/// doesn't null-terminate the result in some situations
28524              (from Gisle Aas)
28525      Branch: maint-5.6/perl
28526            ! doop.c t/op/tr.t
28527 ____________________________________________________________________________
28528 [  9550] By: gsar                                  on 2001/04/04  20:04:17
28529         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
28530              (from Robin Houston)
28531      Branch: maint-5.6/perl
28532            ! ext/B/B.pm ext/B/B/Deparse.pm
28533 ____________________________________________________________________________
28534 [  9549] By: nick                                  on 2001/04/04  18:56:15
28535         Log: Downgrade "Wide character in print" to a warning.
28536      Branch: perlio
28537            ! doio.c t/io/utf8.t
28538 ____________________________________________________________________________
28539 [  9548] By: gsar                                  on 2001/04/04  18:51:49
28540         Log: integrate changes#9460,9462,9482,9521,9522
28541              
28542              Subject: PATCH: B::Debug should show LOOP-specific fields
28543              
28544              Subject: B::Deparse precedence bug. (Patch included.)
28545              
28546              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
28547              
28548              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
28549              
28550              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
28551      Branch: maint-5.6/perl
28552           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
28553           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
28554 ____________________________________________________________________________
28555 [  9547] By: gsar                                  on 2001/04/04  18:49:16
28556         Log: s/djSP/dSP/
28557      Branch: maint-5.6/perl
28558            ! ext/Thread/Thread.xs
28559 ____________________________________________________________________________
28560 [  9546] By: nick                                  on 2001/04/04  18:44:00
28561         Log: Integrate mainline.
28562      Branch: perlio
28563           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
28564           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
28565 ____________________________________________________________________________
28566 [  9545] By: gsar                                  on 2001/04/04  18:38:52
28567         Log: integrate change#8837 from mainline
28568              
28569              Subject: [patch] -Wall cleanup round 2
28570      Branch: maint-5.6/perl
28571           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
28572           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
28573           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
28574           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
28575           !> ext/SDBM_File/SDBM_File.xs
28576 ____________________________________________________________________________
28577 [  9544] By: gsar                                  on 2001/04/04  17:49:57
28578         Log: "double" should be "NV"; standard typemap is missing entry
28579              for NV
28580      Branch: maint-5.6/perl
28581            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
28582 ____________________________________________________________________________
28583 [  9543] By: jhi                                   on 2001/04/04  14:13:18
28584         Log: Thou shalt not (just) match for English error messages.
28585      Branch: perl
28586            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
28587            ! os2/OS2/Process/Process.pm
28588 ____________________________________________________________________________
28589 [  9542] By: jhi                                   on 2001/04/04  13:20:39
28590         Log: Make the stdio tricks of fflush_all() to exist only if
28591              stdio is being used.
28592      Branch: perl
28593            ! util.c
28594 ____________________________________________________________________________
28595 [  9541] By: jhi                                   on 2001/04/04  04:20:24
28596         Log: Subject: Re: [PATCH] Lighten up glob
28597              From: Benjamin Sugars <bsugars@canoe.ca>
28598              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
28599              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
28600      Branch: perl
28601            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
28602            ! util.c
28603 ____________________________________________________________________________
28604 [  9540] By: jhi                                   on 2001/04/04  04:03:57
28605         Log: Integrate changes #9538,9539 from maintperl into mainline.
28606              
28607              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
28608              for use with _fwalk() (fix for change#7705)
28609              
28610              another tweak needed for SunOS 4.1.x build (from Mike Guy)
28611              (cp -f is not portable)
28612      Branch: perl
28613           !> Makefile.SH util.c
28614 ____________________________________________________________________________
28615 [  9539] By: gsar                                  on 2001/04/04  03:01:14
28616         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
28617      Branch: maint-5.6/perl
28618            ! Makefile.SH
28619 ____________________________________________________________________________
28620 [  9538] By: gsar                                  on 2001/04/04  01:00:38
28621         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
28622              for use with _fwalk() (fix for change#7705)
28623      Branch: maint-5.6/perl
28624            ! util.c
28625 ____________________________________________________________________________
28626 [  9537] By: nick                                  on 2001/04/03  19:24:55
28627         Log: Integrate mainline
28628      Branch: perlio
28629           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
28630           +> lib/unicode/PropList.html
28631            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
28632           !> (integrate 69 files)
28633 ____________________________________________________________________________
28634 [  9536] By: jhi                                   on 2001/04/03  18:02:31
28635         Log: Integrate change #9533 from maintperl into mainline.
28636              
28637              better fix for change#9517 to accomodate UNC paths like
28638              \\server\share\foo, and paths with trailing backslash
28639              like c:\this\
28640      Branch: perl
28641           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28642 ____________________________________________________________________________
28643 [  9535] By: jhi                                   on 2001/04/03  17:58:07
28644         Log: Change the push/unshift warning to be of class syntax, not misc.
28645      Branch: perl
28646            ! op.c pod/perldiag.pod t/pragma/warn/op
28647 ____________________________________________________________________________
28648 [  9534] By: jhi                                   on 2001/04/03  15:03:46
28649         Log: Change the push/unshift warning (#9532) to talk about "no values"
28650              instead of "no arguments".
28651      Branch: perl
28652            ! op.c pod/perldiag.pod t/pragma/warn/op
28653 ____________________________________________________________________________
28654 [  9533] By: gsar                                  on 2001/04/03  14:30:07
28655         Log: better fix for change#9517 to accomodate UNC paths like
28656              \\server\share\foo, and paths with trailing backslash
28657              like c:\this\
28658      Branch: maint-5.6/perl
28659            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28660 ____________________________________________________________________________
28661 [  9532] By: jhi                                   on 2001/04/03  13:11:46
28662         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
28663              From: Robin Houston <robin@kitsite.com>
28664              Date: Mon, 2 Apr 2001 15:03:29 +0100
28665              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
28666      Branch: perl
28667            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
28668 ____________________________________________________________________________
28669 [  9531] By: jhi                                   on 2001/04/03  13:06:34
28670         Log: Integrate change #9530 from maintperl into mainline.
28671              
28672              accomodate VMS "mailbox overflow" quirk in testsuite (from
28673              Craig Berry)
28674      Branch: perl
28675           !> t/lib/socket.t
28676 ____________________________________________________________________________
28677 [  9530] By: gsar                                  on 2001/04/03  04:56:41
28678         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
28679              Craig Berry)
28680      Branch: maint-5.6/perl
28681            ! t/lib/socket.t
28682 ____________________________________________________________________________
28683 [  9529] By: jhi                                   on 2001/04/03  02:34:34
28684         Log: Update Changes.
28685      Branch: perl
28686            ! Changes patchlevel.h
28687 ____________________________________________________________________________
28688 [  9528] By: jhi                                   on 2001/04/03  01:27:57
28689         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
28690              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
28691              To: perl5-porters@perl.org
28692              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
28693      Branch: perl
28694            ! pod/perlfaq3.pod
28695 ____________________________________________________________________________
28696 [  9527] By: jhi                                   on 2001/04/03  01:22:09
28697         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
28698              From: Peter Prymmer <pvhp@forte.com>
28699              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
28700              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
28701      Branch: perl
28702            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
28703 ____________________________________________________________________________
28704 [  9526] By: jhi                                   on 2001/04/03  01:18:25
28705         Log: The metaconfig unit changes for #9525.
28706      Branch: metaconfig
28707            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
28708      Branch: metaconfig/U/perl
28709            ! use64bits.U
28710 ____________________________________________________________________________
28711 [  9525] By: jhi                                   on 2001/04/03  01:17:30
28712         Log: Configure sanity checks:
28713              * if use64bitall is attempted but pointers are only 32-bit,
28714              'downgrade' to use64bitint
28715              * if use64bitint is attempted but there's no quad type,
28716              forget about use64bitint (well, the default for it is 'n',
28717              the user can still override this)
28718              * if pointers are 64 bits, do not try to use Perl's malloc
28719      Branch: perl
28720            ! Configure
28721 ____________________________________________________________________________
28722 [  9524] By: gsar                                  on 2001/04/03  01:09:12
28723         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
28724      Branch: maint-5.6/perl
28725            ! pp_sys.c
28726 ____________________________________________________________________________
28727 [  9523] By: jhi                                   on 2001/04/03  00:02:31
28728         Log: (Retracted by #9609)
28729              
28730              Make it harder for parallel makes to enter 'test' before
28731              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
28732              should be unhappy enough, but sometimes parallel makes seem
28733              to sneak past both in Tru64 and AIX.)
28734      Branch: perl
28735            ! Makefile.SH
28736 ____________________________________________________________________________
28737 [  9522] By: jhi                                   on 2001/04/02  22:35:31
28738         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
28739              Date: Mon, 2 Apr 2001 22:54:10 +0100
28740              From: Robin Houston <robin@kitsite.com>
28741              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
28742      Branch: perl
28743            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
28744 ____________________________________________________________________________
28745 [  9521] By: jhi                                   on 2001/04/02  22:32:23
28746         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
28747              From: Robin Houston <robin@kitsite.com>
28748              Date: Mon, 2 Apr 2001 20:24:03 +0100
28749              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
28750      Branch: perl
28751            ! ext/B/B/Concise.pm
28752 ____________________________________________________________________________
28753 [  9520] By: jhi                                   on 2001/04/02  22:30:43
28754         Log: Subject: [PATCH] REALLY pedantic hv.h nit
28755              From: Simon Cozens <simon@netthink.co.uk>
28756              Date: Mon, 2 Apr 2001 15:43:06 +0100
28757              Message-ID: <20010402154306.A21711@netthink.co.uk>
28758      Branch: perl
28759            ! hv.h
28760 ____________________________________________________________________________
28761 [  9519] By: jhi                                   on 2001/04/02  22:28:04
28762         Log: Based on
28763              
28764              Subject: [foolperl] EPOC fix
28765              From: Olaf Flebbe <O.Flebbe@science-computing.de>
28766              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
28767              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
28768      Branch: perl
28769            ! pp_sys.c
28770 ____________________________________________________________________________
28771 [  9518] By: jhi                                   on 2001/04/02  22:22:34
28772         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
28773              
28774              README.win32 tweaks; add a note about alternative location for
28775              getting a gcc-2.95.2 that will build perl properly on windows
28776              
28777              add some notes about gutsy threading matters
28778              
28779              many of the utilities interpolate literal paths within doublequotes
28780              (fails on dosish platforms where path contains backslashes)
28781      Branch: perl
28782           !> README.win32 pod/perlguts.pod utils/perldoc.PL
28783           !> x2p/find2perl.PL x2p/s2p.PL
28784 ____________________________________________________________________________
28785 [  9517] By: gsar                                  on 2001/04/02  19:52:21
28786         Log: many of the utilities interpolate literal paths within doublequotes
28787              (fails on dosish platforms where path contains backslashes)
28788      Branch: maint-5.6/perl
28789            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
28790 ____________________________________________________________________________
28791 [  9516] By: gsar                                  on 2001/04/02  05:49:37
28792         Log: a foolish release
28793      Branch: maint-5.6/perl
28794            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
28795            ! pod/perltoc.pod
28796 ____________________________________________________________________________
28797 [  9515] By: gsar                                  on 2001/04/02  05:04:29
28798         Log: add missing changelog summaries
28799      Branch: maint-5.6/perl
28800            ! Changes
28801 ____________________________________________________________________________
28802 [  9514] By: gsar                                  on 2001/04/02  04:07:13
28803         Log: add some notes about gutsy threading matters
28804      Branch: maint-5.6/perl
28805            ! pod/perlguts.pod
28806 ____________________________________________________________________________
28807 [  9513] By: gsar                                  on 2001/04/02  03:25:21
28808         Log: add more prominent caveat notices about experimental features
28809      Branch: maint-5.6/perl
28810            ! pod/perlfork.pod pod/perlunicode.pod
28811 ____________________________________________________________________________
28812 [  9512] By: gsar                                  on 2001/04/02  02:54:33
28813         Log: integrate changes#9479,9509 from mainline
28814              
28815              [PATCH] File::Glob stuff for Mac OS
28816              
28817              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28818      Branch: maint-5.6/perl
28819           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
28820           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
28821           !> t/lib/glob-taint.t
28822 ____________________________________________________________________________
28823 [  9511] By: gsar                                  on 2001/04/02  02:38:24
28824         Log: README.win32 tweaks; add a note about alternative location for
28825              getting a gcc-2.95.2 that will build perl properly on windows
28826      Branch: maint-5.6/perl
28827            ! README.win32
28828 ____________________________________________________________________________
28829 [  9510] By: jhi                                   on 2001/04/01  20:45:10
28830         Log: An ambiguosity warning.
28831      Branch: perl
28832            ! t/lib/trig.t
28833 ____________________________________________________________________________
28834 [  9509] By: jhi                                   on 2001/04/01  19:53:47
28835         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
28836              From: Jonathan Stowe <gellyfish@gellyfish.com>
28837              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
28838              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
28839      Branch: perl
28840            ! ext/File/Glob/bsd_glob.c
28841 ____________________________________________________________________________
28842 [  9508] By: jhi                                   on 2001/04/01  19:35:03
28843         Log: Update Changes.
28844      Branch: perl
28845            ! Changes patchlevel.h
28846 ____________________________________________________________________________
28847 [  9507] By: jhi                                   on 2001/04/01  19:24:01
28848         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
28849              from mainline to maintperl: pod tweaks.
28850      Branch: maint-5.6/perl
28851           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
28852           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
28853           !> pod/perlvar.pod
28854 ____________________________________________________________________________
28855 [  9506] By: jhi                                   on 2001/04/01  19:11:53
28856         Log: Commit Sarathy to April release of 5.6.1 :-)
28857      Branch: perl
28858            ! pod/perlfaq1.pod
28859 ____________________________________________________________________________
28860 [  9505] By: jhi                                   on 2001/04/01  19:03:15
28861         Log: Subject: PATCH 5.6.0 (perldebug.pod)
28862              From: Mark-Jason Dominus <mjd@plover.com>
28863              Date: Sun, 01 Apr 2001 14:25:11 -0400
28864              Message-ID: <20010401182511.9247.qmail@plover.com>
28865      Branch: perl
28866            ! pod/perldebug.pod
28867 ____________________________________________________________________________
28868 [  9504] By: jhi                                   on 2001/04/01  18:43:09
28869         Log: Add great_circle_direction().
28870      Branch: perl
28871            ! lib/Math/Trig.pm t/lib/trig.t
28872 ____________________________________________________________________________
28873 [  9503] By: jhi                                   on 2001/04/01  17:29:12
28874         Log: Unicode ReadMe update for Unicode 3.1.
28875      Branch: perl
28876            ! lib/unicode/ReadMe.txt
28877 ____________________________________________________________________________
28878 [  9502] By: jhi                                   on 2001/04/01  17:18:40
28879         Log: Integrate change #9501 from maintperl into mainline.
28880              
28881              fix the perlembed notes on multiple interpreters
28882              
28883              fix ExtUtils::Embed to work passably on Windows
28884      Branch: perl
28885           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
28886 ____________________________________________________________________________
28887 [  9501] By: gsar                                  on 2001/04/01  07:21:57
28888         Log: fix the perlembed notes on multiple interpreters
28889              
28890              fix ExtUtils::Embed to work passably on Windows
28891      Branch: maint-5.6/perl
28892            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
28893 ____________________________________________________________________________
28894 [  9500] By: jhi                                   on 2001/04/01  05:58:23
28895         Log: Test for #9499.
28896      Branch: perl
28897            ! t/op/tr.t
28898 ____________________________________________________________________________
28899 [  9499] By: jhi                                   on 2001/04/01  05:55:46
28900         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
28901      Branch: perl
28902            ! embed.h embed.pl op.c proto.h
28903 ____________________________________________________________________________
28904 [  9498] By: jhi                                   on 2001/04/01  05:44:34
28905         Log: Protect the workaround hunk more.
28906      Branch: perl
28907            ! toke.c
28908 ____________________________________________________________________________
28909 [  9497] By: jhi                                   on 2001/04/01  00:24:25
28910         Log: Integrate changes #9493,9494,9495,9496 from maintperl
28911              into mainline.
28912              
28913              fix a broken workaround for Borland compiler in change#4739
28914              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28915              
28916              nits spotted by Borland compiler
28917              
28918              avoid redefinition warnings under Borland 5.02
28919              
28920              various nits identified by the Borland 5.5 compiler; remove suppression
28921              of a few warnings
28922      Branch: perl
28923           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
28924           !> win32/win32.h
28925 ____________________________________________________________________________
28926 [  9496] By: gsar                                  on 2001/03/31  23:22:28
28927         Log: various nits identified by the Borland 5.5 compiler; remove suppression
28928              of a few warnings
28929      Branch: maint-5.6/perl
28930            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
28931 ____________________________________________________________________________
28932 [  9495] By: gsar                                  on 2001/03/31  21:03:08
28933         Log: avoid redefinition warnings under Borland 5.02
28934      Branch: maint-5.6/perl
28935            ! win32/makefile.mk
28936 ____________________________________________________________________________
28937 [  9494] By: gsar                                  on 2001/03/31  20:18:59
28938         Log: nits spotted by Borland compiler
28939      Branch: maint-5.6/perl
28940            ! utf8.h win32/win32.h
28941 ____________________________________________________________________________
28942 [  9493] By: gsar                                  on 2001/03/31  20:18:05
28943         Log: fix a broken workaround for Borland compiler in change#4739
28944              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
28945      Branch: maint-5.6/perl
28946            ! toke.c
28947 ____________________________________________________________________________
28948 [  9492] By: jhi                                   on 2001/03/31  18:36:24
28949         Log: Integrate change #9491 from maintperl into mainline.
28950              
28951              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28952              directory is relative (need to fetch the full path name *before*
28953              the chdir!)
28954      Branch: perl
28955           !> lib/Cwd.pm
28956 ____________________________________________________________________________
28957 [  9491] By: gsar                                  on 2001/03/31  17:01:56
28958         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
28959              directory is relative (need to fetch the full path name *before*
28960              the chdir!)
28961              
28962              this is a followup patch for change#6749
28963      Branch: maint-5.6/perl
28964            ! lib/Cwd.pm
28965 ____________________________________________________________________________
28966 [  9490] By: jhi                                   on 2001/03/31  15:50:18
28967         Log: Subject: Re: [PATCH] av.h cosmetics
28968              From: Simon Cozens <simon@netthink.co.uk>
28969              Date: Sat, 31 Mar 2001 13:09:59 +0100
28970              Message-ID: <20010331130959.A22000@netthink.co.uk>
28971              
28972              Document AvALLOC.
28973      Branch: perl
28974            ! pod/perlguts.pod
28975 ____________________________________________________________________________
28976 [  9489] By: jhi                                   on 2001/03/31  15:48:44
28977         Log: Subject: [PATCH] Re: Math::Big* v1.21
28978              From: Tels <perl_dummy@bloodgate.com>
28979              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
28980              Message-Id: <200103311125.GAA377738@www08.hway.net>
28981      Branch: perl
28982            ! pod/perlop.pod
28983 ____________________________________________________________________________
28984 [  9488] By: jhi                                   on 2001/03/31  03:39:51
28985         Log: Debug output tweak.
28986      Branch: perl
28987            ! t/lib/cwd.t
28988 ____________________________________________________________________________
28989 [  9487] By: jhi                                   on 2001/03/31  03:33:02
28990         Log: OverVMSification.
28991      Branch: perl
28992            ! t/lib/cwd.t
28993 ____________________________________________________________________________
28994 [  9486] By: jhi                                   on 2001/03/31  03:01:40
28995         Log: Missed MANIFESTations in #9483.
28996      Branch: perl
28997            ! MANIFEST
28998 ____________________________________________________________________________
28999 [  9485] By: jhi                                   on 2001/03/31  02:58:17
29000         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
29001              From: Peter Prymmer <pvhp@forte.com>
29002              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
29003              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
29004      Branch: perl
29005            ! regexec.c t/lib/cwd.t
29006 ____________________________________________________________________________
29007 [  9484] By: jhi                                   on 2001/03/31  01:04:41
29008         Log: Obsolete file (see #3938)
29009      Branch: perl
29010            - lib/unicode/README.Ethiopic
29011            ! MANIFEST
29012 ____________________________________________________________________________
29013 [  9483] By: jhi                                   on 2001/03/31  00:52:42
29014         Log: Update to Unicode 3.1.
29015              (Rename Names.txt to NamesList.txt.)
29016      Branch: perl
29017            + lib/unicode/NamesList.txt lib/unicode/PropList.html
29018            - lib/unicode/Names.txt
29019            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
29020            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
29021            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
29022            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
29023            ! lib/unicode/UCD.html lib/unicode/Unicode.html
29024            ! lib/unicode/rename lib/unicode/version
29025 ____________________________________________________________________________
29026 [  9482] By: jhi                                   on 2001/03/30  23:33:44
29027         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
29028              From: Robin Houston <robin@kitsite.com>
29029              Date: Fri, 30 Mar 2001 20:07:22 +0100
29030              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
29031      Branch: perl
29032            ! ext/B/B/Deparse.pm
29033 ____________________________________________________________________________
29034 [  9481] By: jhi                                   on 2001/03/30  23:20:25
29035         Log: Subject: Re: [PATCH] CwdXS, Take 2
29036              From: Benjamin Sugars <bsugars@canoe.ca>
29037              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
29038              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
29039      Branch: perl
29040            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
29041            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
29042 ____________________________________________________________________________
29043 [  9480] By: jhi                                   on 2001/03/30  22:52:38
29044         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
29045              From: David Dyck <dcd@tc.fluke.com>
29046              Date: Fri, 30 Mar 2001 14:44:13 -0800
29047              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
29048              
29049              The t/rantests flags file creation was accidentally
29050              removed by #9217.
29051      Branch: perl
29052            ! Makefile.SH
29053 ____________________________________________________________________________
29054 [  9479] By: jhi                                   on 2001/03/30  22:45:45
29055         Log: Subject: [PATCH] File::Glob stuff for Mac OS
29056              From: Chris Nandor <pudge@pobox.com>
29057              Date: Fri, 30 Mar 2001 16:51:00 -0500
29058              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
29059      Branch: perl
29060            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
29061            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
29062            ! t/lib/glob-taint.t
29063 ____________________________________________________________________________
29064 [  9478] By: jhi                                   on 2001/03/30  22:43:12
29065         Log: Subject: fix for win32/buildext.pl
29066              From: "Vadim Konovalov" <watman@inbox.ru>
29067              Date: Sat, 31 Mar 2001 00:50:36 +0400
29068              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
29069      Branch: perl
29070            ! win32/buildext.pl
29071 ____________________________________________________________________________
29072 [  9477] By: jhi                                   on 2001/03/30  22:41:16
29073         Log: Subject: small base.pm doc patch
29074              From: Leon Brocard <acme@astray.com>
29075              Date: Fri, 30 Mar 2001 21:49:57 +0100
29076              Message-ID: <20010330214957.B8733@ns0.astray.com>
29077      Branch: perl
29078            ! lib/base.pm
29079 ____________________________________________________________________________
29080 [  9476] By: jhi                                   on 2001/03/30  18:16:57
29081         Log: Subject: [PATCH] av.h cosmetics
29082              From: Simon Cozens <simon@netthink.co.uk>
29083              Date: Fri, 30 Mar 2001 18:12:28 +0100
29084              Message-ID: <20010330181228.A9319@netthink.co.uk>
29085      Branch: perl
29086            ! av.h
29087 ____________________________________________________________________________
29088 [  9475] By: jhi                                   on 2001/03/30  18:15:50
29089         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
29090              From: "Philip Newton" <pnewton@gmx.de>
29091              Date: Fri, 30 Mar 2001 19:06:57 +0200
29092              Message-ID: <3AC4D951.14815.1AC7068@localhost>
29093      Branch: perl
29094            ! pod/perlhack.pod
29095 ____________________________________________________________________________
29096 [  9474] By: jhi                                   on 2001/03/30  18:14:02
29097         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
29098              From: Benjamin Sugars <bsugars@canoe.ca>
29099              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
29100              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
29101      Branch: perl
29102            ! t/lib/glob-basic.t
29103 ____________________________________________________________________________
29104 [  9473] By: jhi                                   on 2001/03/30  16:09:24
29105         Log: Update Changes.
29106      Branch: perl
29107            ! Changes patchlevel.h
29108 ____________________________________________________________________________
29109 [  9472] By: jhi                                   on 2001/03/30  15:16:08
29110         Log: Integrate perlio.
29111      Branch: perl
29112           !> t/lib/cwd.t t/lib/glob-basic.t
29113 ____________________________________________________________________________
29114 [  9471] By: nick                                  on 2001/03/30  14:47:10
29115         Log: Should be (^O eq 'MSWin32') not 'Win32'
29116              Fail #12 seems real - chdir is in wrong dir.
29117      Branch: perlio
29118            ! t/lib/cwd.t
29119 ____________________________________________________________________________
29120 [  9470] By: jhi                                   on 2001/03/30  14:41:11
29121         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
29122              From: Radu Greab <radu@netsoft.ro>
29123              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
29124              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
29125              
29126              Replace #9352.
29127      Branch: perl
29128            ! ext/Socket/Socket.xs pp_sys.c
29129 ____________________________________________________________________________
29130 [  9469] By: jhi                                   on 2001/03/30  14:37:51
29131         Log: Subject: PATCH pod/perldiag.pod
29132              From: Robin Houston <robin@kitsite.com>
29133              Date: Fri, 30 Mar 2001 14:10:36 +0100
29134              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
29135      Branch: perl
29136            ! pod/perldiag.pod t/lib/glob-basic.t
29137 ____________________________________________________________________________
29138 [  9468] By: jhi                                   on 2001/03/30  14:36:36
29139         Log: Subject: Better diagnostic in io/fs.t
29140              From: andreas.koenig@anima.de (Andreas J. Koenig)
29141              Date: 30 Mar 2001 10:11:43 +0200
29142              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
29143      Branch: perl
29144            ! t/io/fs.t
29145 ____________________________________________________________________________
29146 [  9467] By: nick                                  on 2001/03/30  14:25:43
29147         Log: Skip order test of glob if case-ignoring system cannot 
29148              create a.test and A.test
29149      Branch: perlio
29150            ! t/lib/glob-basic.t
29151 ____________________________________________________________________________
29152 [  9466] By: nick                                  on 2001/03/30  13:03:12
29153         Log: Integrate mainline.
29154      Branch: perlio
29155            - ext/re/hints/aix.pl
29156           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
29157           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
29158           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
29159           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
29160 ____________________________________________________________________________
29161 [  9465] By: jhi                                   on 2001/03/30  03:53:37
29162         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
29163              the tests sometimes hang, sometimes not.)
29164      Branch: perl
29165            ! t/lib/io_multihomed.t t/lib/io_sock.t
29166 ____________________________________________________________________________
29167 [  9464] By: jhi                                   on 2001/03/30  02:56:04
29168         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
29169              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29170              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
29171              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
29172      Branch: perl
29173            ! op.c
29174 ____________________________________________________________________________
29175 [  9463] By: jhi                                   on 2001/03/30  02:34:48
29176         Log: Test for #9462.
29177      Branch: perl
29178            ! t/lib/b.t
29179 ____________________________________________________________________________
29180 [  9462] By: jhi                                   on 2001/03/30  02:29:37
29181         Log: Subject: B::Deparse precedence bug. (Patch included.)
29182              From: Jeremy Madea <jmadea@inktomi.com>
29183              Date: Thu, 29 Mar 2001 12:05:02 -0800
29184              Message-ID: <20010329120502.A24881@dr.inktomi.com>
29185      Branch: perl
29186            ! ext/B/B/Deparse.pm
29187 ____________________________________________________________________________
29188 [  9461] By: jhi                                   on 2001/03/30  02:18:41
29189         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
29190              From: Peter Prymmer <pvhp@forte.com>
29191              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
29192              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
29193      Branch: perl
29194            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
29195            ! t/lib/md5-file.t
29196 ____________________________________________________________________________
29197 [  9460] By: jhi                                   on 2001/03/30  02:17:07
29198         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
29199              From: Robin Houston <robin@kitsite.com>
29200              Date: Thu, 29 Mar 2001 20:47:56 +0100
29201              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
29202      Branch: perl
29203            ! ext/B/B/Debug.pm
29204 ____________________________________________________________________________
29205 [  9459] By: jhi                                   on 2001/03/30  02:16:05
29206         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
29207              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
29208              Date: Wed, 28 Mar 2001 18:02:20 -0600
29209              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
29210      Branch: perl
29211            ! lib/ExtUtils/MM_VMS.pm
29212 ____________________________________________________________________________
29213 [  9458] By: jhi                                   on 2001/03/30  02:07:58
29214         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
29215              From: "Joshua E. Rodd" <jrodd@pbs.org>
29216              Date: Wed, 28 Mar 2001 17:29:12 -0500
29217              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
29218      Branch: perl
29219            ! pod/perlop.pod
29220 ____________________________________________________________________________
29221 [  9457] By: jhi                                   on 2001/03/30  02:04:33
29222         Log: Subject: ext/re/aix.pl can go
29223              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29224              Date: Thu, 29 Mar 2001 12:03:28 +0200
29225              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
29226      Branch: perl
29227            - ext/re/hints/aix.pl
29228            ! MANIFEST
29229 ____________________________________________________________________________
29230 [  9456] By: jhi                                   on 2001/03/30  02:03:32
29231         Log: Integrate perlio.
29232      Branch: perl
29233           !> ext/Encode/Encode.xs installperl
29234 ____________________________________________________________________________
29235 [  9455] By: nick                                  on 2001/03/29  21:11:46
29236         Log: DLL name has changed so installperl needs to know
29237              (Why isn't it working it out or passed it?)
29238      Branch: perlio
29239            ! installperl
29240 ____________________________________________________________________________
29241 [  9454] By: nick                                  on 2001/03/29  20:56:12
29242         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
29243              and we don't get undef warnings.
29244      Branch: perlio
29245            ! ext/Encode/Encode.xs
29246 ____________________________________________________________________________
29247 [  9453] By: nick                                  on 2001/03/29  17:58:48
29248         Log: Integrate mainline
29249      Branch: perlio
29250           !> Changes patchlevel.h
29251 ____________________________________________________________________________
29252 [  9452] By: jhi                                   on 2001/03/29  16:44:55
29253         Log: Update Changes.
29254      Branch: perl
29255            ! Changes patchlevel.h
29256 ____________________________________________________________________________
29257 [  9451] By: nick                                  on 2001/03/29  16:31:38
29258         Log: Integrate mainline
29259      Branch: perlio
29260           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
29261           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
29262           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
29263           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
29264           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
29265 ____________________________________________________________________________
29266 [  9450] By: jhi                                   on 2001/03/29  16:29:17
29267         Log: Integrate perlio.
29268      Branch: perl
29269           !> win32/buildext.pl
29270 ____________________________________________________________________________
29271 [  9449] By: jhi                                   on 2001/03/29  15:50:01
29272         Log: Update Changes.
29273      Branch: perl
29274            ! Changes patchlevel.h
29275 ____________________________________________________________________________
29276 [  9448] By: nick                                  on 2001/03/29  15:47:15
29277         Log: Make sure buildext.pl finds Errno.pm
29278      Branch: perlio
29279            ! win32/buildext.pl
29280 ____________________________________________________________________________
29281 [  9447] By: jhi                                   on 2001/03/29  15:39:34
29282         Log: Integrate perlio.
29283      Branch: perl
29284           !> win32/makefile.mk
29285 ____________________________________________________________________________
29286 [  9446] By: nick                                  on 2001/03/29  15:30:03
29287         Log: Integrate win32/makefile.mk with mainline.
29288      Branch: perlio
29289           !> win32/makefile.mk
29290 ____________________________________________________________________________
29291 [  9445] By: nick                                  on 2001/03/29  15:27:32
29292         Log: Fix breakage ... 
29293      Branch: perlio
29294            ! win32/makefile.mk
29295 ____________________________________________________________________________
29296 [  9444] By: jhi                                   on 2001/03/29  15:03:08
29297         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
29298              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
29299              Date: Thu, 29 Mar 2001 10:32:59 +0400
29300              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
29301      Branch: perl
29302            ! win32/makefile.mk
29303 ____________________________________________________________________________
29304 [  9443] By: jhi                                   on 2001/03/29  15:02:12
29305         Log: Integrate perlio.
29306      Branch: perl
29307           +> win32/buildext.pl
29308           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
29309           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
29310 ____________________________________________________________________________
29311 [  9442] By: nick                                  on 2001/03/29  14:59:11
29312         Log: Work in progress - determine win32 extensions to build via script.
29313      Branch: perlio
29314            + win32/buildext.pl
29315            ! MANIFEST win32/makefile.mk
29316 ____________________________________________________________________________
29317 [  9441] By: jhi                                   on 2001/03/29  14:51:47
29318         Log: Reintroduce the use of external pwd.
29319      Branch: perl
29320            ! t/lib/cwd.t
29321 ____________________________________________________________________________
29322 [  9440] By: jhi                                   on 2001/03/29  14:42:58
29323         Log: use warnings instead of -w.
29324      Branch: perl
29325            ! utils/h2xs.PL
29326 ____________________________________________________________________________
29327 [  9439] By: jhi                                   on 2001/03/29  14:41:52
29328         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
29329              From: Jonathan Stowe <gellyfish@gellyfish.com>
29330              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
29331              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
29332      Branch: perl
29333            ! utils/h2xs.PL
29334 ____________________________________________________________________________
29335 [  9438] By: jhi                                   on 2001/03/29  14:39:38
29336         Log: Subject: [PATCH perl@9424] minor pod nits
29337              From: Robin Barker <rmb1@cise.npl.co.uk>
29338              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
29339              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
29340      Branch: perl
29341            ! pod/perlhack.pod pod/perliol.pod
29342 ____________________________________________________________________________
29343 [  9437] By: jhi                                   on 2001/03/29  14:29:16
29344         Log: Subject: [PATCH perl@9424] typemap cast warning
29345              From: Robin Barker <rmb1@cise.npl.co.uk>
29346              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
29347              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
29348      Branch: perl
29349            ! lib/ExtUtils/typemap
29350 ____________________________________________________________________________
29351 [  9436] By: jhi                                   on 2001/03/29  14:26:03
29352         Log: Subject: [PATCH perl@9424] printf warning
29353              From: Robin Barker <rmb1@cise.npl.co.uk>
29354              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
29355              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
29356      Branch: perl
29357            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
29358            ! ext/Storable/Storable.xs toke.c
29359 ____________________________________________________________________________
29360 [  9435] By: nick                                  on 2001/03/29  14:23:31
29361         Log: Win32 has name conflict with ERROR
29362      Branch: perlio
29363            ! ext/PerlIO/Via/Via.xs
29364 ____________________________________________________________________________
29365 [  9434] By: jhi                                   on 2001/03/29  14:17:48
29366         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
29367              From: Peter Prymmer <pvhp@forte.com>
29368              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
29369              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
29370      Branch: perl
29371            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
29372 ____________________________________________________________________________
29373 [  9433] By: jhi                                   on 2001/03/29  13:52:44
29374         Log: test-prep target was missing.
29375      Branch: perl
29376            ! Makefile.SH
29377 ____________________________________________________________________________
29378 [  9432] By: nick                                  on 2001/03/29  12:40:03
29379         Log: Make as-shipped compiler default to MSVC6 
29380      Branch: perlio
29381            ! win32/makefile.mk
29382 ____________________________________________________________________________
29383 [  9431] By: nick                                  on 2001/03/29  12:12:16
29384         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
29385              akin to PerlIO::Scalar.
29386      Branch: perlio
29387            ! perlio.c perlio.h
29388 ____________________________________________________________________________
29389 [  9430] By: nick                                  on 2001/03/29  10:56:35
29390         Log: Integrate mainline.
29391      Branch: perlio
29392           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
29393           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
29394           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
29395           !> win32/makefile.mk win32/win32sck.c
29396 ____________________________________________________________________________
29397 [  9429] By: nick                                  on 2001/03/29  09:03:43
29398         Log: Noticed that two tests were skipped as perlio:: package
29399              isn't there any more. Changed the skip condition.
29400              Avoid core-dump if sv_utf8_upgrade() called on something
29401              that does not become SvPOK after SvPV() (e.g. a ref).
29402      Branch: perlio
29403            ! sv.c t/io/utf8.t t/lib/io_scalar.t
29404 ____________________________________________________________________________
29405 [  9428] By: jhi                                   on 2001/03/29  01:31:47
29406         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
29407              From: Benjamin Sugars <bsugars@canoe.ca> 
29408              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
29409              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
29410      Branch: perl
29411            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
29412            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
29413            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
29414 ____________________________________________________________________________
29415 [  9427] By: jhi                                   on 2001/03/29  00:49:30
29416         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
29417              From: "Vadim Konovalov" <watman@inbox.ru>
29418              Date: Thu, 29 Mar 2001 01:50:12 +0400
29419              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
29420      Branch: perl
29421            ! win32/makefile.mk win32/win32sck.c
29422 ____________________________________________________________________________
29423 [  9426] By: gsar                                  on 2001/03/29  00:28:04
29424         Log: dmake can only handle == and != in comparisons; support building
29425              with Borland's VCL libraries (from Vadim Konovalov)
29426      Branch: maint-5.6/perl
29427            ! win32/makefile.mk
29428 ____________________________________________________________________________
29429 [  9425] By: nick                                  on 2001/03/28  19:29:56
29430         Log: Integrate (@snapshot)
29431      Branch: perlio
29432           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
29433 ____________________________________________________________________________
29434 [  9424] By: jhi                                   on 2001/03/28  19:03:16
29435         Log: Update Changes.
29436      Branch: perl
29437            ! Changes patchlevel.h
29438 ____________________________________________________________________________
29439 [  9423] By: jhi                                   on 2001/03/28  18:52:09
29440         Log: Rmdir lib/XS on cleanup.
29441      Branch: perl
29442            ! Makefile.SH
29443 ____________________________________________________________________________
29444 [  9422] By: jhi                                   on 2001/03/28  18:49:34
29445         Log: Integrate perlio.
29446      Branch: perl
29447           !> t/op/utf8decode.t
29448 ____________________________________________________________________________
29449 [  9421] By: nick                                  on 2001/03/28  18:46:44
29450         Log: Loose duplicate chunk.
29451      Branch: perlio
29452            ! t/op/utf8decode.t
29453 ____________________________________________________________________________
29454 [  9420] By: nick                                  on 2001/03/28  18:44:11
29455         Log: Integrate mainline.
29456      Branch: perlio
29457           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
29458           !> vms/vmsish.h
29459 ____________________________________________________________________________
29460 [  9419] By: jhi                                   on 2001/03/28  18:42:05
29461         Log: Can't trust external pwds
29462              (either shell builtins or external programs)
29463      Branch: perl
29464            ! t/lib/cwd.t
29465 ____________________________________________________________________________
29466 [  9418] By: jhi                                   on 2001/03/28  18:34:05
29467         Log: Integrate perlio.
29468      Branch: perl
29469            - lib/perlio.pm
29470           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
29471           !> t/op/utf8decode.t
29472 ____________________________________________________________________________
29473 [  9417] By: nick                                  on 2001/03/28  18:24:02
29474         Log: PerlIO.pm / perlio.pm conflict.
29475              Update some pods.
29476              Make t/op/utf8decode.t a text file.
29477      Branch: perlio
29478            - lib/perlio.pm
29479            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
29480            ! t/op/utf8decode.t
29481 ____________________________________________________________________________
29482 [  9416] By: jhi                                   on 2001/03/28  18:06:07
29483         Log: Integrate change #9409 from mainline to maintperl.
29484              
29485              Yet another tweak on AIX dynaloading.
29486      Branch: maint-5.6/perl
29487           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29488 ____________________________________________________________________________
29489 [  9415] By: gsar                                  on 2001/03/28  17:13:01
29490         Log: integrate changes#9377,9385,9401 from mainline
29491              
29492              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
29493              
29494              If directory entries compare equal case-insensitively,
29495              retry case-sensitively.
29496              
29497              Subject: [PATCH] B::Terse and warnings
29498      Branch: maint-5.6/perl
29499           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
29500           !> t/pragma/warn/perl
29501 ____________________________________________________________________________
29502 [  9414] By: jhi                                   on 2001/03/28  17:11:12
29503         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
29504              From: "Craig A. Berry" <craigberry@mac.com>
29505              Date: Wed, 28 Mar 2001 10:55:20 -0600
29506              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
29507      Branch: perl
29508            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
29509 ____________________________________________________________________________
29510 [  9413] By: jhi                                   on 2001/03/28  17:03:12
29511         Log: Dup hunk.
29512      Branch: perl
29513            ! t/op/utf8decode.t
29514 ____________________________________________________________________________
29515 [  9412] By: jhi                                   on 2001/03/28  17:02:36
29516         Log: Forced integrate from perlio.
29517      Branch: perl
29518           !> t/op/utf8decode.t
29519 ____________________________________________________________________________
29520 [  9411] By: nick                                  on 2001/03/28  16:50:03
29521         Log: Integrate mainline.
29522      Branch: perlio
29523           +> t/lib/cwd.t
29524           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29525           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
29526           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
29527           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
29528           !> t/pragma/warn/perl
29529 ____________________________________________________________________________
29530 [  9410] By: jhi                                   on 2001/03/28  16:44:23
29531         Log: Subject: Re: [PATCH] 9403 cannot be tested
29532              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29533              Date: Wed, 28 Mar 2001 18:33:56 +0200
29534              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
29535      Branch: perl
29536            ! makedef.pl
29537 ____________________________________________________________________________
29538 [  9409] By: jhi                                   on 2001/03/28  16:12:45
29539         Log: Yet another tweak on AIX dynaloading.
29540      Branch: perl
29541            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
29542 ____________________________________________________________________________
29543 [  9408] By: jhi                                   on 2001/03/28  15:52:55
29544         Log: Subject: [PATCH] 9403 cannot be tested
29545              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
29546              Date: Wed, 28 Mar 2001 17:23:00 +0200
29547              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
29548              
29549              A missing symbol.
29550      Branch: perl
29551            ! makedef.pl
29552 ____________________________________________________________________________
29553 [  9407] By: jhi                                   on 2001/03/28  15:47:43
29554         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
29555      Branch: perl
29556            ! t/op/utf8decode.t
29557           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
29558           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
29559 ____________________________________________________________________________
29560 [  9406] By: jhi                                   on 2001/03/28  15:37:08
29561         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
29562              From: Benjamin Sugars <bsugars@canoe.ca> 
29563              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
29564              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
29565      Branch: perl
29566            + t/lib/cwd.t
29567            ! MANIFEST
29568 ____________________________________________________________________________
29569 [  9405] By: jhi                                   on 2001/03/28  15:13:18
29570         Log: pp_ne() needs a CORRECT boolean.
29571      Branch: perl
29572            ! pp.c
29573 ____________________________________________________________________________
29574 [  9404] By: jhi                                   on 2001/03/28  15:09:23
29575         Log: pp_ne() needs a boolean, not an integer.
29576      Branch: perl
29577            ! pp.c
29578 ____________________________________________________________________________
29579 [  9403] By: jhi                                   on 2001/03/28  14:47:43
29580         Log: (Retracted by #9404.)
29581      Branch: perl
29582            ! pp.c
29583 ____________________________________________________________________________
29584 [  9402] By: jhi                                   on 2001/03/28  14:43:59
29585         Log: Subject: Re: [PATCH] Typemap testing
29586              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
29587              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
29588              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
29589      Branch: perl
29590            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29591            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
29592 ____________________________________________________________________________
29593 [  9401] By: jhi                                   on 2001/03/28  14:42:14
29594         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
29595              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
29596              Date: Sun, 25 Mar 2001 21:59:15 +0100
29597              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
29598              
29599              A variable will be checked for the "use once" warnings if:
29600              
29601              1. It is in the scope of a use warnings 'once'
29602              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
29603              
29604              Otherwise it won't be checked at all.
29605              
29606              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
29607              
29608              The enclosed patch partially fixes this issue. What I didn't
29609              get to work was the case where the "used once" warning is enabled
29610              in any file other than the main file.
29611      Branch: perl
29612            ! gv.c t/pragma/warn/perl
29613 ____________________________________________________________________________
29614 [  9400] By: nick                                  on 2001/03/28  14:38:24
29615         Log: More EBCDIC tweaks:
29616              - one more swash issue &~(0xA0-1) did not do the right thing,
29617              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
29618              - add "use re 'asciirange'" to make [!-~] etc. work
29619              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
29620              - Choose a key for t/op/each.t test which gets encoded.
29621              - Skip utf8decode if this is UTF-EBCDIC.
29622      Branch: perlio
29623            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
29624            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
29625 ____________________________________________________________________________
29626 [  9399] By: jhi                                   on 2001/03/28  14:21:00
29627         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
29628              Andreas Schwab.
29629      Branch: perl
29630            ! pp.c
29631 ____________________________________________________________________________
29632 [  9398] By: jhi                                   on 2001/03/28  00:55:56
29633         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
29634              From: David Dyck <dcd@tc.fluke.com>
29635              Date: Tue, 27 Mar 2001 15:16:24 -0800
29636              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
29637      Branch: perl
29638            ! ext/IO/lib/IO/Socket.pm
29639 ____________________________________________________________________________
29640 [  9397] By: jhi                                   on 2001/03/27  21:52:49
29641         Log: Integrate perlio.
29642      Branch: perl
29643           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
29644           +> ext/PerlIO/Via/Via.xs
29645           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
29646 ____________________________________________________________________________
29647 [  9396] By: nick                                  on 2001/03/27  21:45:13
29648         Log: Integrate mainline.
29649      Branch: perlio
29650           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
29651           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
29652 ____________________________________________________________________________
29653 [  9395] By: nick                                  on 2001/03/27  21:18:58
29654         Log: Outline docs for PerlIO and PerlIO::Scalar
29655      Branch: perlio
29656            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
29657 ____________________________________________________________________________
29658 [  9394] By: nick                                  on 2001/03/27  20:50:13
29659         Log: PerlIO::Via layer (alpha-ish).
29660      Branch: perlio
29661            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
29662            + ext/PerlIO/Via/Via.xs
29663            ! MANIFEST
29664 ____________________________________________________________________________
29665 [  9393] By: jhi                                   on 2001/03/27  20:49:55
29666         Log: Retract #9329 now that 9390 should take care of the matter.
29667      Branch: perl
29668            ! utils/h2xs.PL
29669 ____________________________________________________________________________
29670 [  9390] By: jhi                                   on 2001/03/27  20:47:50
29671         Log: Subject: Autoloading Errno.pm when %! is encountered
29672              From: Robin Houston <robin@kitsite.com>
29673              Date: Tue, 27 Mar 2001 20:57:11 +0100
29674              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
29675      Branch: perl
29676            ! embed.h embed.pl gv.c proto.h t/op/magic.t
29677 ____________________________________________________________________________
29678 [  9389] By: jhi                                   on 2001/03/27  20:24:31
29679         Log: Integrate perlio.
29680      Branch: perl
29681           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
29682           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
29683           !> utf8.c
29684 ____________________________________________________________________________
29685 [  9388] By: jhi                                   on 2001/03/27  20:21:38
29686         Log: Better have a three-element array if one is going to assign
29687              to the third element of that array. (from Tim Jenness)
29688      Branch: perl
29689            ! ext/XS/Typemap/Typemap.xs
29690 ____________________________________________________________________________
29691 [  9387] By: nick                                  on 2001/03/27  20:15:43
29692         Log: Integrate mainline.
29693      Branch: perlio
29694           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
29695           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29696           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
29697           +> t/lib/xs-typemap.t
29698           !> (integrate 34 files)
29699 ____________________________________________________________________________
29700 [  9386] By: jhi                                   on 2001/03/27  20:04:18
29701         Log: Subject: Re: perl@9359 breaks HTML::Parser
29702              From: Gisle Aas <gisle@ActiveState.com>
29703              Date: 27 Mar 2001 11:30:24 -0800
29704              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
29705              
29706              Clarify the UTF-8 issues of the API docs.
29707              (Slightly reworded and expanded.)
29708      Branch: perl
29709            ! pod/perlapi.pod sv.c sv.h
29710 ____________________________________________________________________________
29711 [  9385] By: jhi                                   on 2001/03/27  19:44:25
29712         Log: If directory entries compare equal case-insensitively,
29713              retry case-sensitively.
29714      Branch: perl
29715            ! ext/File/Glob/bsd_glob.c
29716 ____________________________________________________________________________
29717 [  9384] By: nick                                  on 2001/03/27  19:38:50
29718         Log: Various EBCDIC fixes:
29719              - major revelation that swash code is encoding aware,
29720              (or thought it was) - now it is ;-)
29721              - With that out of the way fix a slab of tr/// cases.
29722              - Fix Encode 'Unicode' to be true Unicode so tests pass.
29723              - As anticipated Base64.xs needed tweaks.
29724              - Until tr/// works right avoid old_encode64 in MIME tests.
29725      Branch: perlio
29726            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
29727            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
29728 ____________________________________________________________________________
29729 [  9383] By: jhi                                   on 2001/03/27  18:34:41
29730         Log: Add the std test suite BEGIN block.
29731      Branch: perl
29732            ! t/lib/xs-typemap.t
29733 ____________________________________________________________________________
29734 [  9382] By: jhi                                   on 2001/03/27  15:16:07
29735         Log: Add debugging output to the test.
29736      Branch: perl
29737            ! t/lib/glob-basic.t
29738 ____________________________________________________________________________
29739 [  9381] By: jhi                                   on 2001/03/27  15:08:10
29740         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
29741      Branch: perl
29742            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
29743            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
29744            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
29745            + t/lib/xs-typemap.t
29746            ! MANIFEST
29747 ____________________________________________________________________________
29748 [  9380] By: jhi                                   on 2001/03/27  14:48:34
29749         Log: Subject: [PATCH] Typemap testing
29750              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
29751              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
29752              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
29753              
29754              (The first part of the patch.)
29755      Branch: perl
29756            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
29757 ____________________________________________________________________________
29758 [  9379] By: jhi                                   on 2001/03/27  14:44:56
29759         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
29760              From: Benjamin Sugars <bsugars@canoe.ca> 
29761              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
29762              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
29763      Branch: perl
29764            ! t/lib/glob-basic.t
29765 ____________________________________________________________________________
29766 [  9378] By: jhi                                   on 2001/03/27  14:42:30
29767         Log: Subject: [PATCH] perlvar nit
29768              From: Simon Cozens <simon@netthink.co.uk>
29769              Date: Tue, 27 Mar 2001 01:12:01 +0100
29770              Message-ID: <20010327011201.A19179@netthink.co.uk>
29771      Branch: perl
29772            ! pod/perlvar.pod
29773 ____________________________________________________________________________
29774 [  9377] By: jhi                                   on 2001/03/27  14:36:26
29775         Log: Subject: [PATCH] B::Terse and warnings
29776              From: Benjamin Sugars <ben.sugars@home.com>
29777              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
29778              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
29779      Branch: perl
29780            ! ext/B/B.pm ext/B/B/Terse.pm
29781 ____________________________________________________________________________
29782 [  9376] By: jhi                                   on 2001/03/27  14:31:31
29783         Log: Document sockatmark() some.
29784      Branch: perl
29785            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
29786            ! pod/perltoc.pod
29787 ____________________________________________________________________________
29788 [  9375] By: jhi                                   on 2001/03/27  14:00:24
29789         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
29790              noted by Gisle and fixed by NI-S.
29791      Branch: perl
29792            ! sv.c
29793 ____________________________________________________________________________
29794 [  9374] By: jhi                                   on 2001/03/27  05:50:01
29795         Log: Regen toc.
29796      Branch: perl
29797            ! pod/perltoc.pod
29798 ____________________________________________________________________________
29799 [  9373] By: jhi                                   on 2001/03/27  05:43:51
29800         Log: Pixie documenting.
29801      Branch: perl
29802            ! Makefile.SH pod/perlhack.pod
29803 ____________________________________________________________________________
29804 [  9372] By: jhi                                   on 2001/03/27  05:29:34
29805         Log: Metaconfig unit changes for #9371.
29806      Branch: metaconfig
29807            ! U/modified/myhostname.U
29808      Branch: metaconfig/U/perl
29809            + d_sockatmark.U
29810            ! gccvers.U
29811 ____________________________________________________________________________
29812 [  9371] By: jhi                                   on 2001/03/27  05:29:07
29813         Log: Add sockatmark() probing.
29814      Branch: perl
29815            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29816            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
29817            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29818            ! vos/config.ga.h win32/config.bc win32/config.gc
29819            ! win32/config.vc
29820 ____________________________________________________________________________
29821 [  9370] By: jhi                                   on 2001/03/26  22:01:18
29822         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
29823              Really need to benchmark this.
29824      Branch: perl
29825            ! pp.c
29826 ____________________________________________________________________________
29827 [  9369] By: nick                                  on 2001/03/26  21:59:30
29828         Log: Integrate mainline.
29829      Branch: perlio
29830            ! ext/MIME/Base64/QuotedPrint.pm
29831           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29832           !> patchlevel.h pod/perlhack.pod pp_sys.c
29833 ____________________________________________________________________________
29834 [  9368] By: jhi                                   on 2001/03/26  21:47:03
29835         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
29836              
29837              TODO1: perlbench.
29838              TODO2: le, lt, ge, gt?  Yech.
29839      Branch: perl
29840            ! pp.c
29841 ____________________________________________________________________________
29842 [  9367] By: jhi                                   on 2001/03/26  21:34:57
29843         Log: Too much cut-and-paste in #9363.
29844      Branch: perl
29845            ! pp_sys.c
29846 ____________________________________________________________________________
29847 [  9366] By: jhi                                   on 2001/03/26  21:20:53
29848         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
29849              From: Andreas Schwab <schwab@suse.de>
29850              Date: 26 Mar 2001 17:29:04 +0200
29851              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
29852              
29853              (The patch for 5.6.0 or so, this is a guess for bleadperl)
29854      Branch: perl
29855            ! pp_hot.c
29856 ____________________________________________________________________________
29857 [  9365] By: jhi                                   on 2001/03/26  21:07:54
29858         Log: Integrate perlio.
29859      Branch: perl
29860           !> perlio.c
29861 ____________________________________________________________________________
29862 [  9364] By: nick                                  on 2001/03/26  20:30:48
29863         Log: REFCNT botch in layer name cache hash.
29864      Branch: perlio
29865            ! perlio.c
29866 ____________________________________________________________________________
29867 [  9363] By: jhi                                   on 2001/03/26  18:44:32
29868         Log: Subject: [PATCH] socket() leaks file descriptors
29869              From: Benjamin Sugars <bsugars@canoe.ca>
29870              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
29871              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
29872              
29873              Also sockpair() fixed similarly.
29874      Branch: perl
29875            ! pp_sys.c
29876 ____________________________________________________________________________
29877 [  9362] By: jhi                                   on 2001/03/26  18:37:52
29878         Log: Integrate perlio.
29879      Branch: perl
29880           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
29881 ____________________________________________________________________________
29882 [  9361] By: nick                                  on 2001/03/26  17:32:06
29883         Log: Implement flush of linebuffered streams on read of a tty.
29884      Branch: perlio
29885            ! perlio.c perliol.h
29886 ____________________________________________________________________________
29887 [  9360] By: nick                                  on 2001/03/26  17:12:32
29888         Log: Memory tweaks and notes for OEMVS.
29889      Branch: perlio
29890            ! README.os390 miniperlmain.c t/op/pat.t
29891 ____________________________________________________________________________
29892 [  9359] By: jhi                                   on 2001/03/26  02:12:54
29893         Log: Update Changes.
29894      Branch: perl
29895            ! Changes patchlevel.h
29896 ____________________________________________________________________________
29897 [  9358] By: jhi                                   on 2001/03/26  02:05:32
29898         Log: Document the most common pixie options.
29899      Branch: perl
29900            ! pod/perlhack.pod
29901 ____________________________________________________________________________
29902 [  9357] By: jhi                                   on 2001/03/26  01:25:28
29903         Log: For perl.pixie check *before* compiling that optimize is -g,
29904              as for perl.third.
29905      Branch: perl
29906            ! Makefile.SH
29907 ____________________________________________________________________________
29908 [  9356] By: jhi                                   on 2001/03/26  01:13:41
29909         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
29910      Branch: perl
29911            ! Makefile.SH
29912 ____________________________________________________________________________
29913 [  9355] By: jhi                                   on 2001/03/26  01:11:19
29914         Log: Remove t/perl.third.
29915      Branch: perl
29916            ! Makefile.SH
29917 ____________________________________________________________________________
29918 [  9354] By: jhi                                   on 2001/03/26  00:23:38
29919         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
29920              IO::Sockatmark().
29921      Branch: perl
29922            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
29923 ____________________________________________________________________________
29924 [  9353] By: jhi                                   on 2001/03/25  22:25:04
29925         Log: Integrate perlio.
29926      Branch: perl
29927           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
29928           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
29929           !> pp_hot.c win32/makefile.mk
29930 ____________________________________________________________________________
29931 [  9352] By: jhi                                   on 2001/03/25  22:21:41
29932         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
29933              From: Radu Greab <radu@netsoft.ro>
29934              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
29935              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
29936      Branch: perl
29937            ! pp_sys.c
29938 ____________________________________________________________________________
29939 [  9351] By: nick                                  on 2001/03/25  22:15:02
29940         Log: Fix readline in list mode to tell rest of world that it has
29941              things on the stack. Otherwise if perl code gets invoked
29942              underneath it it scribbles over results-so-far.
29943              (Why TIEHANDLE has not tripped on this is a mystery.)
29944      Branch: perlio
29945            ! pp_hot.c
29946 ____________________________________________________________________________
29947 [  9350] By: nick                                  on 2001/03/25  22:10:13
29948         Log: win32/makefile.mk typos
29949      Branch: perlio
29950            ! win32/makefile.mk
29951 ____________________________________________________________________________
29952 [  9349] By: nick                                  on 2001/03/25  21:31:14
29953         Log: Integrate now-non-binary file.
29954      Branch: perlio
29955           !> t/lib/mimeqp.t
29956 ____________________________________________________________________________
29957 [  9348] By: nick                                  on 2001/03/25  21:27:24
29958         Log: Make it text
29959      Branch: perlio
29960            ! t/lib/mimeqp.t
29961 ____________________________________________________________________________
29962 [  9347] By: nick                                  on 2001/03/25  21:25:37
29963         Log: Integrate mainline.
29964      Branch: perlio
29965           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29966           !> lib/Term/ReadLine.pm t/lib/md5-file.t
29967 ____________________________________________________________________________
29968 [  9346] By: nick                                  on 2001/03/25  20:58:15
29969         Log: Add destruct time hook to PerlIO (for work-in-process implementing
29970              layers in perl code. In such cases layers need to be popped before
29971              we loose the ability to run perl code.)
29972              Also back-out "PerlIO::object" hook - it isn't going to work like that...
29973      Branch: perlio
29974            ! perl.c perlio.c perlio.h perliol.h
29975 ____________________________________________________________________________
29976 [  9345] By: nick                                  on 2001/03/25  20:49:11
29977         Log: Avoid at leasy one of undefined warnings in Encode.
29978      Branch: perlio
29979            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
29980 ____________________________________________________________________________
29981 [  9344] By: jhi                                   on 2001/03/25  20:37:43
29982         Log: A workaround for using Term::ReadLine in emacs minibuffer
29983              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
29984              additional tweaks from Ilya Zakharevich.
29985      Branch: perl
29986            ! lib/Term/ReadLine.pm
29987 ____________________________________________________________________________
29988 [  9343] By: nick                                  on 2001/03/25  20:21:14
29989         Log: Missing return value.
29990      Branch: perlio
29991            ! ext/PerlIO/Scalar/Scalar.xs
29992 ____________________________________________________________________________
29993 [  9342] By: jhi                                   on 2001/03/25  16:21:00
29994         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
29995              to equal the CPAN versions since no code changes have been made.
29996      Branch: perl
29997            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
29998            ! t/lib/md5-file.t
29999 ____________________________________________________________________________
30000 [  9341] By: jhi                                   on 2001/03/25  16:01:48
30001         Log: Escape 8-bit characters.
30002      Branch: perl
30003            ! t/lib/mimeqp.t
30004 ____________________________________________________________________________
30005 [  9340] By: gsar                                  on 2001/03/25  15:50:53
30006         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
30007              chars)
30008      Branch: perl
30009            + t/lib/mimeqp.t
30010 ____________________________________________________________________________
30011 [  9339] By: gsar                                  on 2001/03/25  15:48:50
30012         Log: delete mimeqp.t for later with text mode set
30013      Branch: perl
30014            - t/lib/mimeqp.t
30015 ____________________________________________________________________________
30016 [  9338] By: nick                                  on 2001/03/25  09:01:57
30017         Log: Integrate mainline.
30018      Branch: perlio
30019           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30020           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
30021           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
30022           +> t/lib/mimeb64u.t t/lib/mimeqp.t
30023           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
30024           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
30025           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
30026 ____________________________________________________________________________
30027 [  9337] By: jhi                                   on 2001/03/25  04:23:24
30028         Log: Add MIME::Base64 here and there.  Again, a lot of
30029              optimism is in the air.
30030      Branch: perl
30031            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
30032            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
30033 ____________________________________________________________________________
30034 [  9336] By: jhi                                   on 2001/03/25  04:12:43
30035         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
30036              this by ear as I do not do Win32 programming.)
30037      Branch: perl
30038            ! win32/Makefile win32/makefile.mk
30039 ____________________________________________________________________________
30040 [  9335] By: jhi                                   on 2001/03/25  04:03:50
30041         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
30042      Branch: perl
30043            ! t/lib/md5-file.t
30044 ____________________________________________________________________________
30045 [  9334] By: jhi                                   on 2001/03/25  03:58:53
30046         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
30047      Branch: perl
30048            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
30049            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
30050            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
30051            + t/lib/mimeb64u.t t/lib/mimeqp.t
30052            ! MANIFEST
30053 ____________________________________________________________________________
30054 [  9333] By: jhi                                   on 2001/03/24  20:14:37
30055         Log: Integrate perlio.
30056      Branch: perl
30057           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
30058 ____________________________________________________________________________
30059 [  9332] By: nick                                  on 2001/03/24  19:40:34
30060         Log: Fix un-init variable leading to spurious "Out of Memory!"
30061      Branch: perlio
30062            ! doio.c
30063 ____________________________________________________________________________
30064 [  9331] By: nick                                  on 2001/03/24  19:09:59
30065         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
30066              and update layers internals doc.
30067      Branch: perlio
30068            ! pod/perlfunc.pod pod/perliol.pod
30069 ____________________________________________________________________________
30070 [  9330] By: jhi                                   on 2001/03/24  18:42:11
30071         Log: The length might be uninitialized garbage if the *svp is the undef.
30072      Branch: perl
30073            ! doio.c
30074 ____________________________________________________________________________
30075 [  9329] By: jhi                                   on 2001/03/24  18:26:57
30076         Log: (Retracted by #9393)
30077
30078              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
30079              From: Simon Cozens <simon@netthink.co.uk>
30080              Date: Sat, 24 Mar 2001 17:13:17 +0000
30081              Message-ID: <20010324171317.A13406@netthink.co.uk>
30082      Branch: perl
30083            ! utils/h2xs.PL
30084 ____________________________________________________________________________
30085 [  9328] By: nick                                  on 2001/03/24  17:22:02
30086         Log: Integrate mainline.
30087      Branch: perlio
30088           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
30089           !> lib/unicode/version
30090 ____________________________________________________________________________
30091 [  9327] By: nick                                  on 2001/03/24  17:16:02
30092         Log: Integrate mainline.
30093      Branch: perlio
30094           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30095           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
30096           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
30097           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
30098           +> t/lib/md5-file.t
30099           !> MANIFEST Makefile.SH configure.com djgpp/config.over
30100           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
30101           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
30102           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
30103           !> win32/makefile.mk
30104 ____________________________________________________________________________
30105 [  9326] By: jhi                                   on 2001/03/24  17:00:42
30106         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
30107      Branch: perl
30108            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
30109            ! lib/unicode/version
30110 ____________________________________________________________________________
30111 [  9325] By: jhi                                   on 2001/03/24  16:22:33
30112         Log: Subject: Re: B::Deparse bug (5.6.0)
30113              From: Robin Houston <robin@kitsite.com>
30114              Date: Sat, 24 Mar 2001 14:33:09 +0000
30115              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
30116      Branch: perl
30117            ! op.c pp.c t/lib/b.t t/op/repeat.t
30118 ____________________________________________________________________________
30119 [  9324] By: jhi                                   on 2001/03/24  16:21:56
30120         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
30121              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
30122              these additions may be too optimistic.
30123      Branch: perl
30124            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
30125            ! hints/uwin.sh hints/vmesa.sh
30126 ____________________________________________________________________________
30127 [  9323] By: jhi                                   on 2001/03/24  16:06:01
30128         Log: Integrate perlio.
30129      Branch: perl
30130           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
30131           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30132            ! Makefile.SH
30133           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
30134           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
30135           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
30136           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
30137           !> win32/makefile.mk win32/perlhost.h win32/win32.c
30138           !> win32/win32iop.h
30139 ____________________________________________________________________________
30140 [  9322] By: nick                                  on 2001/03/24  14:39:12
30141         Log: Routine Win32 regen_config_h - no real changes.
30142      Branch: perlio
30143            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
30144 ____________________________________________________________________________
30145 [  9321] By: nick                                  on 2001/03/24  14:31:49
30146         Log: PerlIO fixups for Win32:
30147              - provide win33_popenlist() - non-functional as yet.
30148              - avoid need for aTHX in PerlIO_debug calls - even if not 
30149              enabled args are still evaluated so Win32 has trouble during fork().
30150              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
30151              - Fixup makedef.pl for latest set of symbols.
30152      Branch: perlio
30153            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
30154            ! win32/perlhost.h win32/win32.c win32/win32iop.h
30155 ____________________________________________________________________________
30156 [  9320] By: nick                                  on 2001/03/24  14:26:58
30157         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
30158              was gibberish - broke it on WIn32 at least.
30159      Branch: perlio
30160            ! ext/POSIX/POSIX.xs
30161 ____________________________________________________________________________
30162 [  9319] By: nick                                  on 2001/03/24  11:29:41
30163         Log: Generated files.
30164      Branch: perlio
30165            ! embed.h global.sym objXSUB.h perlapi.c proto.h
30166 ____________________________________________________________________________
30167 [  9318] By: nick                                  on 2001/03/24  10:29:37
30168         Log: Implement:
30169              1.  open($fh,"+<",undef);  # add test to t/io/open.t
30170              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
30171      Branch: perlio
30172            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
30173            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
30174            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
30175            ! t/io/open.t t/io/utf8.t
30176 ____________________________________________________________________________
30177 [  9317] By: jhi                                   on 2001/03/23  23:41:25
30178         Log: AIX does seems to have optimization problems with its C compilers.
30179      Branch: perl
30180            ! hints/aix.sh
30181 ____________________________________________________________________________
30182 [  9316] By: jhi                                   on 2001/03/23  23:40:46
30183         Log: Integrate perlio.
30184      Branch: perl
30185           +> lib/PerlIO.pm
30186           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
30187           !> perliol.h
30188 ____________________________________________________________________________
30189 [  9315] By: jhi                                   on 2001/03/23  22:16:30
30190         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
30191      Branch: perl
30192            ! t/lib/md5-file.t
30193 ____________________________________________________________________________
30194 [  9314] By: nick                                  on 2001/03/23  20:49:02
30195         Log: Perlio internals re-organized.
30196              - open process creates AV of layer/arg pairs
30197              (appends layers from open() or open.pm to default list).
30198              - push arg is now an SV.
30199              - layer ->Open get passed the AV
30200              - open is no longer mandatory method.
30201              - topmost layer that has ->Open method does the open
30202              - any layers above are pushed once that returns.
30203              - vtable re-ordered so dummy layers need only provide push/pop methods.
30204      Branch: perlio
30205            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30206 ____________________________________________________________________________
30207 [  9313] By: nick                                  on 2001/03/23  16:27:41
30208         Log: Check in a stable (working) version before next round of tweaks.
30209              Changes include:
30210              - Move default layers code out of doio.c and into perlio.c
30211              - Single routine for parsing layer specification strings.
30212              - Skeleton support for demand loading of layers
30213              - Core-dump avoidance if PERLIO environment specifies loadable layer
30214              (does not _work_ as need IO to load and need load to do IO ...)
30215      Branch: perlio
30216            + lib/PerlIO.pm
30217            ! MANIFEST doio.c perlio.c
30218 ____________________________________________________________________________
30219 [  9312] By: gsar                                  on 2001/03/23  16:25:25
30220         Log: add execute bit to files with shebang lines in the repository;
30221              avoid clobbering execute bit in Porting/makerel 
30222      Branch: maint-5.6/perl
30223            ! (edit 144 files)
30224 ____________________________________________________________________________
30225 [  9311] By: jhi                                   on 2001/03/23  14:25:35
30226         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
30227      Branch: perl
30228            ! MANIFEST
30229 ____________________________________________________________________________
30230 [  9310] By: jhi                                   on 2001/03/23  13:45:04
30231         Log: Subject: [PATCH] Net::Ping
30232              From: Colin McMillen <mcmi0037@tc.umn.edu>
30233              Date: Thu, 22 Mar 2001 19:30:31 -0600
30234              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
30235      Branch: perl
30236            ! lib/Net/Ping.pm
30237 ____________________________________________________________________________
30238 [  9309] By: jhi                                   on 2001/03/23  13:39:13
30239         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
30240      Branch: perl
30241            ! t/lib/md5-aaa.t t/lib/md5-file.t
30242 ____________________________________________________________________________
30243 [  9308] By: jhi                                   on 2001/03/23  13:20:34
30244         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
30245              - bump the version to 2.14
30246              - drop the base64 tests since they require MIME::Base64
30247              - drop the rfc1321.txt
30248              - drop the hints/dec_osf.pl since it's only needed for
30249              pre-5.005_03 Perls
30250              Todo:
30251              - the U32 alignment testing is now removed; it needs to
30252              be reintroduced as as a Config variable (meaning also
30253              as a Configure test)
30254              - get the new EBCDIC md5sum for MD5.pm
30255              - test in Win32 to see how badly I botched the makefiles
30256      Branch: perl
30257            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
30258            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
30259            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
30260            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
30261            + t/lib/md5-file.t
30262            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
30263            ! win32/Makefile win32/makefile.mk
30264 ____________________________________________________________________________
30265 [  9307] By: jhi                                   on 2001/03/23  12:56:14
30266         Log: Integrate change #9306 from maintperl into mainline,
30267              AIX dynaloader for AIXes without <load.h>.
30268      Branch: perl
30269           !> ext/DynaLoader/hints/aix.pl
30270 ____________________________________________________________________________
30271 [  9306] By: jhi                                   on 2001/03/23  12:51:36
30272         Log: There are AIXes without /usr/include/load.h,
30273              patch from H.Merijn Brand.
30274      Branch: maint-5.6/perl
30275            ! ext/DynaLoader/hints/aix.pl
30276 ____________________________________________________________________________
30277 [  9305] By: nick                                  on 2001/03/23  11:00:42
30278         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
30279      Branch: perlio
30280            ! ext/Encode/Encode.xs perlio.c perlio.h
30281 ____________________________________________________________________________
30282 [  9304] By: nick                                  on 2001/03/23  10:20:46
30283         Log: Render -Duseperlio functional again.
30284              - this is "quick fix" which calls PerlIO_apply_layers after opening,
30285              which is what old scheme did. New scheme needs to change that
30286              to make open(...,\$scalar) etc. work but this will do for now.
30287      Branch: perlio
30288            ! perlio.c
30289 ____________________________________________________________________________
30290 [  9303] By: nick                                  on 2001/03/23  09:53:20
30291         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
30292              -Uuseperlio now works again.
30293              -Duseperlio is still poorly. Don't merge yet...
30294      Branch: perlio
30295            ! doio.c perlio.h
30296 ____________________________________________________________________________
30297 [  9302] By: nick                                  on 2001/03/22  22:26:51
30298         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
30299              type code.
30300              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
30301              is its main caller. In particular now has access to "extra" args, and
30302              can tell when an open handle is "reopened" (or duped?).
30303              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
30304              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
30305              PerlIO_open() et. al. (i.e. other way round).
30306              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
30307              with args close to PerlIO_openn().
30308      Branch: perlio
30309            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
30310 ____________________________________________________________________________
30311 [  9301] By: jhi                                   on 2001/03/22  20:58:04
30312         Log: Integrate perlio.
30313      Branch: perl
30314           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
30315           !> t/io/open.t util.c
30316 ____________________________________________________________________________
30317 [  9300] By: nick                                  on 2001/03/22  17:36:32
30318         Log: Don't include $@ in not ok message.
30319      Branch: perlio
30320            ! t/io/open.t
30321 ____________________________________________________________________________
30322 [  9299] By: gsar                                  on 2001/03/22  16:53:45
30323         Log: back out changes#7532,7521 for now (appears to have problems
30324              on IRIX)
30325      Branch: maint-5.6/perl
30326            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
30327            ! ext/POSIX/typemap pod/perlvar.pod
30328 ____________________________________________________________________________
30329 [  9298] By: nick                                  on 2001/03/22  14:35:46
30330         Log: Give a meaning to '&' in n-arg open case:
30331              open($fh,"<&",$scalar);
30332              $scalar can be:
30333              - an integer which does "fdopen"
30334              open($fh,"<&",2); # like open($fh,"<&2")
30335              - something that will yield a file handle via sv_2io()
30336              useful for dup'ing anonymous handles.
30337              e.g.:
30338              open(my $fh,"<&",\*STDIN);
30339              open(my $dup,"<&",$fh);
30340      Branch: perlio
30341            ! doio.c t/io/open.t
30342 ____________________________________________________________________________
30343 [  9297] By: nick                                  on 2001/03/22  13:34:35
30344         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
30345      Branch: perlio
30346            ! util.c
30347 ____________________________________________________________________________
30348 [  9296] By: nick                                  on 2001/03/22  12:51:20
30349         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
30350      Branch: perlio
30351            ! perl.c
30352 ____________________________________________________________________________
30353 [  9295] By: nick                                  on 2001/03/22  11:59:44
30354         Log: If stdin, stdout or stderr get opened in unexpected read/write state
30355              then warn at time of open not at time of use.
30356      Branch: perlio
30357            ! doio.c pp_hot.c pp_sys.c
30358 ____________________________________________________________________________
30359 [  9294] By: nick                                  on 2001/03/22  10:54:35
30360         Log: Die on n-arg open(...,"",xxx,yyy,...)
30361              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
30362              - die on read/write cases so we can decide what it means later.
30363      Branch: perlio
30364            ! doio.c embed.pl iperlsys.h util.c
30365 ____________________________________________________________________________
30366 [  9293] By: nick                                  on 2001/03/22  09:02:45
30367         Log: perlio tweaks (reported by Nick Clark)
30368              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
30369              error check in Pendinf_read().
30370      Branch: perlio
30371            ! perlio.c
30372 ____________________________________________________________________________
30373 [  9292] By: gsar                                  on 2001/03/22  07:12:00
30374         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
30375              fixes)
30376      Branch: maint-5.6/perl
30377           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
30378 ____________________________________________________________________________
30379 [  9291] By: jhi                                   on 2001/03/22  06:06:44
30380         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
30381      Branch: perl
30382            ! t/op/re_tests
30383 ____________________________________________________________________________
30384 [  9290] By: jhi                                   on 2001/03/22  05:57:01
30385         Log: Move MacOS Classic higher in the list of supported platforms.
30386      Branch: maint-5.6/perl
30387            ! pod/perlport.pod
30388 ____________________________________________________________________________
30389 [  9289] By: gsar                                  on 2001/03/22  05:35:04
30390         Log: revert part of change#6438 for compatibility (av_reify()
30391              appears to be needed to implement av_splice()ish things
30392              in XS)
30393      Branch: maint-5.6/perl
30394            ! embed.pl global.sym objXSUB.h perlapi.c
30395 ____________________________________________________________________________
30396 [  9288] By: gsar                                  on 2001/03/22  03:09:19
30397         Log: update copyright year
30398      Branch: maint-5.6/perl
30399            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
30400            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
30401            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
30402            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
30403            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
30404            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
30405            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
30406            ! x2p/walk.c
30407 ____________________________________________________________________________
30408 [  9287] By: jhi                                   on 2001/03/21  20:30:54
30409         Log: Integrate perlio.
30410      Branch: perl
30411           !> ext/Data/Dumper/Dumper.xs
30412 ____________________________________________________________________________
30413 [  9286] By: gsar                                  on 2001/03/21  19:49:54
30414         Log: makefile.mk tweak
30415      Branch: maint-5.6/perl
30416            ! win32/Makefile win32/makefile.mk
30417 ____________________________________________________________________________
30418 [  9285] By: nick                                  on 2001/03/21  19:07:13
30419         Log: Multiplicity fix for Dumper.
30420      Branch: perlio
30421            ! ext/Data/Dumper/Dumper.xs
30422 ____________________________________________________________________________
30423 [  9284] By: nick                                  on 2001/03/21  19:01:07
30424         Log: Integrate mainline - (does not build xTHX issue in Dumper).
30425      Branch: perlio
30426           !> (integrate 27 files)
30427 ____________________________________________________________________________
30428 [  9283] By: jhi                                   on 2001/03/21  17:17:35
30429         Log: Integrate change #9282 from mainline into maintperl,
30430              4-arg UTF-8 substr().
30431      Branch: maint-5.6/perl
30432           !> pp.c
30433 ____________________________________________________________________________
30434 [  9282] By: jhi                                   on 2001/03/21  17:15:43
30435         Log: The #9270 would have leaked a scalar if pp_substr()
30436              returned early.
30437      Branch: perl
30438            ! pp.c
30439 ____________________________________________________________________________
30440 [  9281] By: gsar                                  on 2001/03/21  17:03:14
30441         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
30442      Branch: maint-5.6/perl
30443            ! win32/makefile.mk
30444 ____________________________________________________________________________
30445 [  9280] By: gsar                                  on 2001/03/21  17:01:20
30446         Log: some tweaks to change#9278 (fork() emulation should be enabled
30447              by setting BUILD_FLAVOR instead of changing the defaults)
30448      Branch: maint-5.6/perl
30449            ! win32/makefile.mk
30450 ____________________________________________________________________________
30451 [  9279] By: gsar                                  on 2001/03/21  16:47:19
30452         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
30453      Branch: maint-5.6/perl
30454            ! ext/File/Glob/Glob.pm
30455           !> lib/Cwd.pm
30456 ____________________________________________________________________________
30457 [  9278] By: jhi                                   on 2001/03/21  14:35:10
30458         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
30459              From: "Vadim Konovalov" <watman@inbox.ru>
30460              Date: Wed, 21 Mar 2001 01:53:51 +0300
30461              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
30462      Branch: maint-5.6/perl
30463            ! win32/makefile.mk win32/win32sck.c
30464 ____________________________________________________________________________
30465 [  9277] By: jhi                                   on 2001/03/21  13:58:28
30466         Log: Integrate change #9270 from mainline to maintperl:
30467              continued 4-arg UTF-8 substr() fixing.
30468      Branch: maint-5.6/perl
30469           !> pp.c t/op/substr.t
30470 ____________________________________________________________________________
30471 [  9276] By: jhi                                   on 2001/03/21  13:33:00
30472         Log: More pixie cleaning.
30473      Branch: perl
30474            ! Makefile.SH
30475 ____________________________________________________________________________
30476 [  9275] By: jhi                                   on 2001/03/21  03:54:17
30477         Log: Update Changes.
30478      Branch: perl
30479            ! Changes patchlevel.h
30480 ____________________________________________________________________________
30481 [  9274] By: jhi                                   on 2001/03/21  03:48:24
30482         Log: First stab at making Data::Dumper to grok Unicode.
30483              
30484              TODO: tests, EBCDICify.
30485      Branch: perl
30486            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
30487 ____________________________________________________________________________
30488 [  9273] By: jhi                                   on 2001/03/21  02:23:00
30489         Log: Fix for
30490              
30491              Subject: Memory leak in unquoted print   
30492              From: Benjamin Sugars <bsugars@canoe.ca> 
30493              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
30494              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
30495      Branch: perl
30496            ! perlio.c
30497 ____________________________________________________________________________
30498 [  9272] By: jhi                                   on 2001/03/21  01:33:17
30499         Log: Subject: Re: [PATCH] POSIX::getcwd()
30500              From: Benjamin Sugars <bsugars@canoe.ca> 
30501              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
30502              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
30503      Branch: perl
30504            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
30505 ____________________________________________________________________________
30506 [  9271] By: jhi                                   on 2001/03/21  01:22:52
30507         Log: Subject: [PATCH] Cwd.pm docs
30508              From: Benjamin Sugars <bsugars@canoe.ca>
30509              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
30510              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
30511      Branch: perl
30512            ! lib/Cwd.pm
30513 ____________________________________________________________________________
30514 [  9270] By: jhi                                   on 2001/03/21  01:16:29
30515         Log: Continue 4-arg substr() UTF-8 fixage.
30516      Branch: perl
30517            ! pp.c t/op/substr.t
30518 ____________________________________________________________________________
30519 [  9269] By: jhi                                   on 2001/03/21  00:46:14
30520         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
30521              
30522              revert the leak fix in change#9142 (problem needs a more experimental
30523              fix unsuitable for 5.6.1)
30524              
30525              do alphabetical sorting by default (for csh compatibility)
30526              
30527              cut-n-paste goof in change#9264
30528              
30529              VMS piping fixes (from Charles Lane)
30530      Branch: perl
30531           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
30532           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30533           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
30534 ____________________________________________________________________________
30535 [  9268] By: jhi                                   on 2001/03/21  00:37:04
30536         Log: Integrate perlio.
30537      Branch: perl
30538           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
30539           !> utf8.c utf8.h utfebcdic.h
30540 ____________________________________________________________________________
30541 [  9267] By: nick                                  on 2001/03/20  20:04:39
30542         Log: More EBCDIC stuff:
30543              - Loose the extra level of function on ASCII.
30544              - spotted a chr(0) issue in sv.c
30545              - re-work of UTF-X tr/// ranges to work in Unicode
30546              space. Still issues with the "0xff is illegal UTF-8" hack.
30547              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
30548              (why do it once when you can do it all over the place :-(
30549              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
30550              need utf8.pm for swashes.
30551              - Simplified and commented scan_const() in toke.c
30552              Still something wrong regexp and tr (swashes?).
30553      Branch: perlio
30554            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
30555            ! utf8.c utf8.h utfebcdic.h
30556 ____________________________________________________________________________
30557 [  9266] By: gsar                                  on 2001/03/20  19:16:43
30558         Log: VMS piping fixes (from Charles Lane)
30559      Branch: maint-5.6/perl
30560            ! vms/vms.c vms/vmspipe.com
30561 ____________________________________________________________________________
30562 [  9265] By: gsar                                  on 2001/03/20  17:53:52
30563         Log: cut-n-paste goof in change#9264
30564      Branch: maint-5.6/perl
30565            ! ext/File/Glob/Glob.xs
30566 ____________________________________________________________________________
30567 [  9264] By: gsar                                  on 2001/03/20  17:43:47
30568         Log: do alphabetical sorting by default (for csh compatibility);
30569              bsd_glob() does ASCII sort by default as usual, unless
30570              GLOB_ALPHASORT was specified
30571      Branch: maint-5.6/perl
30572            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
30573            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
30574            ! ext/File/Glob/bsd_glob.h
30575 ____________________________________________________________________________
30576 [  9263] By: gsar                                  on 2001/03/20  16:40:08
30577         Log: integrate change#9255 from mainline (unicode fix)
30578              
30579              substr($bytestr, i, n, $charstr)
30580      Branch: maint-5.6/perl
30581           !> Todo-5.6 pp.c t/op/substr.t
30582 ____________________________________________________________________________
30583 [  9262] By: gsar                                  on 2001/03/20  15:57:41
30584         Log: revert the leak fix in change#9142 (problem needs a more experimental
30585              fix unsuitable for 5.6.1)
30586      Branch: maint-5.6/perl
30587            ! scope.c
30588 ____________________________________________________________________________
30589 [  9261] By: jhi                                   on 2001/03/20  14:26:25
30590         Log: Integrate changes #9259,9260 from maintperl into mainline.
30591              
30592              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
30593              
30594              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
30595      Branch: perl
30596           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
30597 ____________________________________________________________________________
30598 [  9260] By: jhi                                   on 2001/03/20  14:05:46
30599         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
30600              From: Robin Barker <rmb1@cise.npl.co.uk>
30601              Date: Tue, 20 Mar 2001 10:12:04 GMT
30602              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
30603      Branch: maint-5.6/perl
30604            ! run.c
30605 ____________________________________________________________________________
30606 [  9259] By: jhi                                   on 2001/03/20  14:04:39
30607         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
30608              From: Chris Nandor <pudge@pobox.com>
30609              Date: Tue, 20 Mar 2001 00:40:56 -0500
30610              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
30611      Branch: maint-5.6/perl
30612            ! ext/POSIX/POSIX.xs lib/File/Path.pm
30613 ____________________________________________________________________________
30614 [  9258] By: jhi                                   on 2001/03/20  05:09:34
30615         Log: Update Changes.
30616      Branch: perl
30617            ! Changes patchlevel.h
30618 ____________________________________________________________________________
30619 [  9257] By: jhi                                   on 2001/03/20  05:04:25
30620         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
30621      Branch: perl
30622            ! t/op/tr.t
30623 ____________________________________________________________________________
30624 [  9256] By: jhi                                   on 2001/03/20  04:43:12
30625         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
30626              From: Peter Prymmer <pvhp@forte.com>
30627              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
30628              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
30629      Branch: maint-5.6/perl
30630            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
30631 ____________________________________________________________________________
30632 [  9255] By: jhi                                   on 2001/03/19  23:17:17
30633         Log: substr($bytestr, i, n, $charstr)
30634
30635              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
30636      Branch: perl
30637            ! Todo-5.6 pp.c t/op/substr.t
30638 ____________________________________________________________________________
30639 [  9254] By: jhi                                   on 2001/03/19  22:25:09
30640         Log: Rearrange the make test target prerequisites so that
30641              in a parallel make 'all' is finished before 'test'.
30642      Branch: perl
30643            ! Makefile.SH
30644 ____________________________________________________________________________
30645 [  9253] By: jhi                                   on 2001/03/19  21:48:07
30646         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
30647              From: Robin Houston <robin@kitsite.com>
30648              Date: Mon, 19 Mar 2001 15:48:41 +0000
30649              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
30650      Branch: perl
30651            ! pp_ctl.c
30652 ____________________________________________________________________________
30653 [  9252] By: jhi                                   on 2001/03/19  21:42:27
30654         Log: Integrate perlio.
30655      Branch: perl
30656           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
30657           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
30658           !> utfebcdic.h vms/perly_c.vms
30659 ____________________________________________________________________________
30660 [  9251] By: jhi                                   on 2001/03/19  21:31:28
30661         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
30662              
30663              Dynaloading in 64-bit AIX with vac.
30664      Branch: perl
30665           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30666           !> hints/aix.sh
30667 ____________________________________________________________________________
30668 [  9250] By: jhi                                   on 2001/03/19  21:18:00
30669         Log: A more robust solution for the 64bitall AIX dynaloading
30670              problem, from Jens-Uwe Mager.
30671      Branch: maint-5.6/perl
30672            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
30673 ____________________________________________________________________________
30674 [  9249] By: nick                                  on 2001/03/19  20:59:37
30675         Log: Integrate mainline.
30676      Branch: perlio
30677           !> (integrate 42 files)
30678 ____________________________________________________________________________
30679 [  9248] By: nick                                  on 2001/03/19  20:22:07
30680         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
30681              (Building on OS390 uses native YACC and YYDEBUG has other
30682              side effects.)
30683      Branch: perlio
30684            ! perly.c perly.y vms/perly_c.vms
30685 ____________________________________________________________________________
30686 [  9247] By: jhi                                   on 2001/03/19  19:59:53
30687         Log: 64-bit AIX dynaloading problem (see #9244) idea
30688              from Jens-Uwe Mager.
30689      Branch: maint-5.6/perl
30690            ! ext/DynaLoader/dl_aix.xs
30691 ____________________________________________________________________________
30692 [  9246] By: nick                                  on 2001/03/19  19:27:57
30693         Log: More EBCDIC fixes.
30694      Branch: perlio
30695            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
30696            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
30697 ____________________________________________________________________________
30698 [  9245] By: jhi                                   on 2001/03/19  19:05:19
30699         Log: Integrate change #9243 from mainline into maintperl.
30700              
30701              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
30702      Branch: maint-5.6/perl
30703           !> README.vmesa
30704 ____________________________________________________________________________
30705 [  9244] By: jhi                                   on 2001/03/19  19:03:15
30706         Log: Get 64bitall AIX building, but still does not test okay:
30707              dynaloading anything fails, for example for op/defins:
30708              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
30709              (update: fixed by #9247,9250)
30710      Branch: maint-5.6/perl
30711            ! hints/aix.sh
30712 ____________________________________________________________________________
30713 [  9243] By: jhi                                   on 2001/03/19  19:00:16
30714         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
30715              From: Robin Barker <rmb1@cise.npl.co.uk>
30716              Date: Mon, 19 Mar 2001 18:01:57 GMT
30717              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
30718      Branch: perl
30719            ! README.vmesa
30720 ____________________________________________________________________________
30721 [  9242] By: jhi                                   on 2001/03/19  18:58:43
30722         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
30723              
30724              TODO: tests.
30725      Branch: perl
30726            ! doop.c op.c
30727 ____________________________________________________________________________
30728 [  9241] By: gsar                                  on 2001/03/19  17:34:46
30729         Log: VMSify tests (from Charles Lane)
30730      Branch: maint-5.6/perl
30731            ! t/lib/filehand.t t/lib/texttabs.t
30732 ____________________________________________________________________________
30733 [  9240] By: jhi                                   on 2001/03/19  14:24:26
30734         Log: Integrate change #9233 from maintperl into mainline.
30735              
30736              some refcounts were incorrect in perl_clone()
30737      Branch: perl
30738           !> sv.c
30739 ____________________________________________________________________________
30740 [  9239] By: gsar                                  on 2001/03/19  09:23:17
30741         Log: this is 5.6.1-trial3
30742      Branch: maint-5.6/perl
30743            ! Changes
30744 ____________________________________________________________________________
30745 [  9238] By: gsar                                  on 2001/03/19  08:47:04
30746         Log: some new symbols are only available under ithreads
30747      Branch: maint-5.6/perl
30748            ! makedef.pl
30749 ____________________________________________________________________________
30750 [  9237] By: gsar                                  on 2001/03/19  08:42:28
30751         Log: update patchlevel.h, Changes, &c.
30752      Branch: maint-5.6/perl
30753            ! Changes patchlevel.h pod/perlhist.pod
30754           !> AUTHORS
30755 ____________________________________________________________________________
30756 [  9236] By: gsar                                  on 2001/03/19  08:17:49
30757         Log: integrate changes#8068,8717 from mainline
30758              
30759              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
30760              
30761              [PATCH CPAN 1.59_51] warning message (not!)
30762      Branch: maint-5.6/perl
30763           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
30764           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
30765           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
30766           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
30767           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
30768 ____________________________________________________________________________
30769 [  9235] By: gsar                                  on 2001/03/19  08:07:09
30770         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
30771              
30772              [PATCH] Add missing CV flags to dump.c
30773              
30774              Re: [patch] Re: PL_ptr_table
30775              
30776              Fixup non-ithread build after 8713
30777              
30778              Generated files form 8713 etc.
30779              
30780              Correct the correction :-(
30781              
30782              Documenting coderef @INC (Re: CPAN "make this script work" feature)
30783              
30784              Subject: Re: sync sync sync: have I missed any patches?
30785              Replace djSP with dSP.
30786      Branch: maint-5.6/perl
30787           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
30788           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
30789           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
30790           !> sv.c sv.h win32/perlhost.h
30791 ____________________________________________________________________________
30792 [  9234] By: gsar                                  on 2001/03/19  07:22:05
30793         Log: revert the change#9090 integrate for now (change looks somewhat
30794              incomplete in that [ha]v_exists() need something similar; lacks
30795              tests; &c.)
30796      Branch: maint-5.6/perl
30797            ! hv.c
30798 ____________________________________________________________________________
30799 [  9233] By: gsar                                  on 2001/03/19  07:10:01
30800         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
30801              destruction when there are unreferenced scalars (SvREFCNT==0)
30802      Branch: maint-5.6/perl
30803            ! sv.c
30804 ____________________________________________________________________________
30805 [  9232] By: jhi                                   on 2001/03/19  05:11:02
30806         Log: Regen api and toc.
30807      Branch: maint-5.6/perl
30808            ! pod/perlapi.pod pod/perltoc.pod
30809 ____________________________________________________________________________
30810 [  9231] By: jhi                                   on 2001/03/19  04:06:03
30811         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
30812              add a lost line in pp.c:pp_chop(), update to new op/chop.
30813              
30814              Clarify the description differentiating for and while; inspired by
30815              
30816              Subject: [ID 20010306.004] || != named unary operator
30817              
30818              The $Is_MacOS needs to be declared.
30819      Branch: maint-5.6/perl
30820            ! pp.c t/op/chop.t
30821           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
30822 ____________________________________________________________________________
30823 [  9230] By: jhi                                   on 2001/03/19  03:48:16
30824         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
30825              9079,9083,9089,9090,9091 from mainline to maintperl.
30826              
30827              Quieten some noise in Win32 builds
30828              
30829              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
30830              
30831              The perlretut was still talking about the old \p and \P
30832              definitions.
30833              
30834              More tweakage on the Unicode character class descriptions.
30835              
30836              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
30837              
30838              Subject: 'no *POSIX' Patch speeding up make on BS2000 
30839              
30840              Subject: [PATCH] perldata.pod here-doc docs
30841              
30842              Add /sbin and /usr/sbin to the list of directories scanned
30843              for setuid programs.  Takes care of bug id 20010309.003.
30844              
30845              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
30846              
30847              In op/stat #35 better to scan all the potential directories
30848              for setuids, not just the first one.
30849      Branch: maint-5.6/perl
30850            ! Makefile.SH
30851           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
30852           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
30853           !> t/op/stat.t toke.c win32/win32.h
30854 ____________________________________________________________________________
30855 [  9229] By: jhi                                   on 2001/03/19  02:31:50
30856         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
30857              From: Chris Nandor <pudge@pobox.com>
30858              Date: Sat, 10 Mar 2001 14:22:19 -0500
30859              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
30860      Branch: maint-5.6/perl
30861            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
30862            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
30863            ! t/lib/b.t t/lib/errno.t
30864 ____________________________________________________________________________
30865 [  9228] By: jhi                                   on 2001/03/19  02:29:59
30866         Log: Integrate changes #9113,9122 from mainline into maintperl.
30867              
30868              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?)
30869      Branch: maint-5.6/perl
30870           !> Configure README.os390 hints/os390.sh
30871 ____________________________________________________________________________
30872 [  9227] By: jhi                                   on 2001/03/19  02:22:35
30873         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
30874              into maintperl.
30875              
30876              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
30877              
30878              Forgot to check-in the larger part of #9120, duh.
30879              
30880              Subject: Another patch for integer.pm POD 
30881              
30882              h2ph strictness and cleanliness from Kurt Starsinic.
30883              
30884              Borland filename case problem.
30885              
30886              h2ph strictness and cleanliness from Kurt Starsinic.
30887              
30888              Subject: [PATCH] the uncontroversial doc patches
30889      Branch: maint-5.6/perl
30890           +> win32/sncfnmcs.pl
30891           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
30892           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
30893           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
30894           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
30895           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
30896           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
30897           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
30898 ____________________________________________________________________________
30899 [  9226] By: jhi                                   on 2001/03/19  02:10:21
30900         Log: Integrate changes #9207,9214 from mainline into maintperl.
30901              
30902              podchecker relaxations: =over has an *optional* number after it,
30903              and whitespace in L<> is okay.
30904      Branch: maint-5.6/perl
30905           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
30906           !> t/pod/poderrs.xr
30907 ____________________________________________________________________________
30908 [  9225] By: jhi                                   on 2001/03/19  02:07:38
30909         Log: Integrate change #9219 from maintperl into mainline.
30910              
30911              remove duplicated tests
30912      Branch: perl
30913           !> t/op/re_tests
30914 ____________________________________________________________________________
30915 [  9224] By: jhi                                   on 2001/03/19  02:06:11
30916         Log: Integrate change #9223 from mainline to maintperl.
30917              
30918              Document -Dmksymlinks.
30919      Branch: maint-5.6/perl
30920           !> INSTALL
30921 ____________________________________________________________________________
30922 [  9223] By: jhi                                   on 2001/03/19  02:01:25
30923         Log: Document -Dmksymlinks.
30924      Branch: perl
30925            ! INSTALL
30926 ____________________________________________________________________________
30927 [  9222] By: jhi                                   on 2001/03/19  01:15:35
30928         Log: The -Dmksymlinks wasn't working for maintperl.
30929      Branch: maint-5.6/perl
30930            ! Configure
30931 ____________________________________________________________________________
30932 [  9221] By: jhi                                   on 2001/03/19  00:49:43
30933         Log: Cleanup pixie residue.
30934      Branch: perl
30935            ! Makefile.SH
30936 ____________________________________________________________________________
30937 [  9220] By: jhi                                   on 2001/03/19  00:44:47
30938         Log: Document the use of pixie/prof; create make targets for it.
30939              
30940              TODO: make t/TEST pixie-aware.
30941      Branch: perl
30942            ! Makefile.SH pod/perlhack.pod
30943 ____________________________________________________________________________
30944 [  9219] By: gsar                                  on 2001/03/19  00:16:55
30945         Log: remove duplicated tests
30946      Branch: maint-5.6/perl
30947            ! t/op/re_tests
30948 ____________________________________________________________________________
30949 [  9218] By: jhi                                   on 2001/03/18  23:59:31
30950         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
30951      Branch: perl
30952            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
30953 ____________________________________________________________________________
30954 [  9217] By: jhi                                   on 2001/03/18  23:25:20
30955         Log: Rewrite the tests section of Makefile to be less redundant
30956              and to allow for more flexible test targets, many recursive
30957              make calls introduced.
30958      Branch: perl
30959            ! Makefile.SH
30960 ____________________________________________________________________________
30961 [  9216] By: jhi                                   on 2001/03/18  22:30:04
30962         Log: Document the use of Third Degree (sparsely).
30963      Branch: perl
30964            ! pod/perlhack.pod t/TEST
30965 ____________________________________________________________________________
30966 [  9215] By: jhi                                   on 2001/03/18  22:10:30
30967         Log: Make targets for testing with Third Degree.
30968      Branch: perl
30969            ! Makefile.SH
30970 ____________________________________________________________________________
30971 [  9214] By: jhi                                   on 2001/03/18  21:08:53
30972         Log: The podchecker relaxations need to mirrored also at the tests.
30973      Branch: perl
30974            ! t/pod/poderrs.xr
30975 ____________________________________________________________________________
30976 [  9213] By: jhi                                   on 2001/03/18  20:56:21
30977         Log: Update Changes.
30978      Branch: perl
30979            ! Changes patchlevel.h
30980 ____________________________________________________________________________
30981 [  9212] By: jhi                                   on 2001/03/18  20:36:59
30982         Log: Looking for config.sh in parent directories isn't
30983              very useful for the toplevel Makefile.
30984      Branch: perl
30985            ! Makefile.SH
30986 ____________________________________________________________________________
30987 [  9211] By: jhi                                   on 2001/03/18  20:33:37
30988         Log: On "make clean" take care of Third Degree droppings.
30989      Branch: perl
30990            ! Makefile.SH
30991 ____________________________________________________________________________
30992 [  9210] By: jhi                                   on 2001/03/18  20:21:34
30993         Log: Add a hook for running the tests under the Third Degree
30994              debugging tool (set $ENV{PERL_3LOG} to non-zero)
30995              
30996              TODO: Document the use of Third Degree.
30997      Branch: perl
30998            ! t/TEST
30999 ____________________________________________________________________________
31000 [  9209] By: jhi                                   on 2001/03/18  20:19:07
31001         Log: Regen toc and api pods.
31002      Branch: perl
31003            ! pod/perlapi.pod pod/perltoc.pod
31004 ____________________________________________________________________________
31005 [  9208] By: jhi                                   on 2001/03/18  20:12:12
31006         Log: Integrate changes #8128,9132 from mainline into maintperl,
31007              Tie::SubstrHash fixes.
31008      Branch: maint-5.6/perl
31009           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
31010 ____________________________________________________________________________
31011 [  9207] By: jhi                                   on 2001/03/18  20:07:43
31012         Log: podchecker relaxations from Michael Stevens.
31013      Branch: perl
31014            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
31015 ____________________________________________________________________________
31016 [  9206] By: jhi                                   on 2001/03/18  20:04:24
31017         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
31018      Branch: perl
31019            ! lib/Locale/Constants.pm lib/Locale/Country.pm
31020            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
31021            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
31022 ____________________________________________________________________________
31023 [  9205] By: jhi                                   on 2001/03/18  19:54:45
31024         Log: Integrate changes #9161,9162 from maintperl to mainline.
31025              
31026              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
31027              results
31028      Branch: perl
31029           !> t/op/magic.t
31030 ____________________________________________________________________________
31031 [  9204] By: jhi                                   on 2001/03/18  19:37:46
31032         Log: Make perl.third checks more understandable to the builder.
31033      Branch: perl
31034            ! Makefile.SH
31035 ____________________________________________________________________________
31036 [  9203] By: jhi                                   on 2001/03/18  19:20:54
31037         Log: Re-integrate #9138 from maintperl to mainline,
31038              the squelching of the unneeded "Scalars leaked" messages.
31039      Branch: perl
31040           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31041           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31042           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31043 ____________________________________________________________________________
31044 [  9202] By: jhi                                   on 2001/03/18  18:48:36
31045         Log: More robust and more paranoid perl.third target.
31046      Branch: perl
31047            ! Makefile.SH
31048 ____________________________________________________________________________
31049 [  9201] By: jhi                                   on 2001/03/18  18:39:21
31050         Log: Integrate change #9197 from maintperl to mainline.
31051              
31052              more thorough cleaning of arenas.
31053      Branch: perl
31054           !> embed.pl perl.c proto.h sv.c t/op/sort.t
31055 ____________________________________________________________________________
31056 [  9200] By: jhi                                   on 2001/03/18  18:25:17
31057         Log: Integrate perlio.
31058      Branch: perl
31059           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
31060           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
31061           !> t/lib/encode.t toke.c universal.c utf8.c
31062 ____________________________________________________________________________
31063 [  9199] By: nick                                  on 2001/03/18  15:23:51
31064         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
31065              is the sense of the test being done. Avoid some magical 127 and 128 values
31066              by using macros.
31067      Branch: perlio
31068            ! doop.c pp_ctl.c sv.c toke.c
31069 ____________________________________________________________________________
31070 [  9198] By: nick                                  on 2001/03/18  14:18:12
31071         Log: UTF-X encoding invariance for Encode:
31072              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
31073              - move the XS code for those to universal.c (so in miniperl)
31074              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
31075              - change ext/Encode/compile to use above.
31076              - Fix t/lib/encode.t for above
31077              - Teach t/lib/b.t to expect -uutf8
31078              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
31079              utf8.pm is needed.
31080      Branch: perlio
31081            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
31082            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
31083 ____________________________________________________________________________
31084 [  9197] By: gsar                                  on 2001/03/18  12:15:57
31085         Log: more thorough cleaning of arenas--keep going until no more
31086              SvREFCNT_dec()s occur (this fixes the problem that causes the
31087              pesky "Scalars leaked" warnings)
31088      Branch: maint-5.6/perl
31089            ! embed.pl perl.c proto.h sv.c t/op/sort.t
31090 ____________________________________________________________________________
31091 [  9196] By: nick                                  on 2001/03/18  10:57:29
31092         Log: Fix pragma/utf8.t # 15
31093              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
31094              are SvUTF8 as well.
31095      Branch: perlio
31096            ! toke.c
31097 ____________________________________________________________________________
31098 [  9195] By: nick                                  on 2001/03/18  09:27:06
31099         Log: Integrate mainline
31100      Branch: perlio
31101           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
31102           !> t/op/pat.t
31103 ____________________________________________________________________________
31104 [  9194] By: jhi                                   on 2001/03/18  05:29:59
31105         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
31106              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
31107      Branch: perl
31108            ! op.c op.h t/op/misc.t t/op/pat.t
31109 ____________________________________________________________________________
31110 [  9193] By: jhi                                   on 2001/03/18  05:15:06
31111         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
31112      Branch: perl
31113            ! mg.c t/op/pat.t
31114 ____________________________________________________________________________
31115 [  9192] By: jhi                                   on 2001/03/18  04:22:43
31116         Log: tr/// UTF-8 patches from Inaba Hiroto.
31117      Branch: perl
31118            ! doop.c op.c
31119 ____________________________________________________________________________
31120 [  9191] By: jhi                                   on 2001/03/18  04:21:17
31121         Log: Integrate perlio.
31122      Branch: perl
31123           !> utf8.c utfebcdic.h
31124 ____________________________________________________________________________
31125 [  9190] By: nick                                  on 2001/03/17  20:32:01
31126         Log: Correct #if EBCDIC side typos.
31127              Builds and passes many tests on OS390.
31128      Branch: perlio
31129            ! utf8.c utfebcdic.h
31130 ____________________________________________________________________________
31131 [  9189] By: jhi                                   on 2001/03/17  18:55:49
31132         Log: Add prerequisites for the perl.third target.
31133      Branch: perl
31134            ! Makefile.SH
31135 ____________________________________________________________________________
31136 [  9188] By: jhi                                   on 2001/03/17  18:46:00
31137         Log: Integrate perlio.
31138      Branch: perl
31139           +> utfebcdic.h
31140           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
31141 ____________________________________________________________________________
31142 [  9187] By: jhi                                   on 2001/03/17  18:38:47
31143         Log: Add a make rule for perl.third (the Third Degree memory debugging
31144              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
31145      Branch: perl
31146            ! Makefile.SH
31147 ____________________________________________________________________________
31148 [  9186] By: nick                                  on 2001/03/17  18:34:48
31149         Log: MANIFEST addition :-(
31150      Branch: perlio
31151            ! MANIFEST
31152 ____________________________________________________________________________
31153 [  9185] By: nick                                  on 2001/03/17  18:29:50
31154         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
31155              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
31156              a superset of ASCII are invariant under the encoding. This is EBCDIC
31157              friendly as an encoded string can be looked at as being EBCDIC by lexer
31158              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
31159              ASCII on ASCII machines.
31160              
31161              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
31162              seperate.
31163              - Add some more macros to comprehend different shift amounts and
31164              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
31165              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
31166              and conditionaly #include it.
31167              
31168              EBCDIC build as yet untested.  ASCII still fails the one test.
31169      Branch: perlio
31170            + utfebcdic.h
31171            ! utf8.c utf8.h
31172 ____________________________________________________________________________
31173 [  9184] By: nick                                  on 2001/03/17  17:44:16
31174         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
31175      Branch: perlio
31176            ! doop.c perl.h pp.c utf8.h
31177 ____________________________________________________________________________
31178 [  9183] By: jhi                                   on 2001/03/17  15:55:42
31179         Log: Integrate perlio.
31180      Branch: perl
31181            ! MANIFEST
31182           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
31183 ____________________________________________________________________________
31184 [  9182] By: nick                                  on 2001/03/17  09:16:06
31185         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
31186      Branch: perlio
31187            ! t/op/pat.t
31188 ____________________________________________________________________________
31189 [  9181] By: nick                                  on 2001/03/17  09:15:11
31190         Log: Integrate mainline.
31191      Branch: perlio
31192           +> lib/Locale/Constants.pm lib/Locale/Country.pm
31193           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
31194           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
31195           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
31196           !> (integrate 83 files)
31197 ____________________________________________________________________________
31198 [  9180] By: nick                                  on 2001/03/16  17:23:21
31199         Log: EBCDIC Fixes.
31200      Branch: perlio
31201            ! perl.h sv.c toke.c utf8.c utf8.h
31202 ____________________________________________________________________________
31203 [  9179] By: jhi                                   on 2001/03/16  14:10:12
31204         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
31205              a change needed to work around an AIX compiler bug.
31206      Branch: perl
31207            ! ext/Storable/Storable.xs
31208 ____________________________________________________________________________
31209 [  9178] By: jhi                                   on 2001/03/16  03:19:59
31210         Log: With Damian's approval synchronize damian's modules'
31211              licensing with Perl's standard module licensing.
31212      Branch: perl
31213            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
31214 ____________________________________________________________________________
31215 [  9177] By: jhi                                   on 2001/03/16  03:15:34
31216         Log: Make the Filter::Util:Call files have their own copies
31217              of the Perl standard module licensing, from Paul Marquess.
31218      Branch: perl
31219            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31220 ____________________________________________________________________________
31221 [  9176] By: jhi                                   on 2001/03/16  02:56:04
31222         Log: Subject: [PATCH] more pod patches
31223              From: Michael Stevens <michael@etla.org>
31224              Date: Thu, 15 Mar 2001 21:25:18 +0000
31225              Message-ID: <20010315212518.A18870@firedrake.org>
31226      Branch: perl
31227            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
31228            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
31229            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
31230            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
31231            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
31232            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
31233            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
31234            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
31235            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
31236            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
31237            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
31238            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
31239            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
31240            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
31241            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
31242            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
31243            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
31244            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
31245            ! lib/Locale/Country.pm lib/Locale/Language.pm
31246            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
31247            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
31248            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
31249            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
31250            ! os2/OS2/Process/Process.pm
31251 ____________________________________________________________________________
31252 [  9175] By: jhi                                   on 2001/03/16  02:53:32
31253         Log: Subject: [PATCH] the uncontroversial doc patches
31254              From: Michael Stevens <michael@etla.org>
31255              Date: Thu, 15 Mar 2001 20:01:12 +0000
31256              Message-ID: <20010315200112.A7636@firedrake.org>
31257      Branch: perl
31258            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
31259            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
31260            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
31261            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
31262            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
31263 ____________________________________________________________________________
31264 [  9174] By: jhi                                   on 2001/03/16  02:50:49
31265         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
31266              From: Paul Lindner <lindner@inuus.com>
31267              Date: Fri, 16 Mar 2001 11:28:03 -0800
31268              Message-ID: <20010316112803.A7577@inuus.com>
31269      Branch: perl
31270            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
31271 ____________________________________________________________________________
31272 [  9173] By: nick                                  on 2001/03/15  20:21:03
31273         Log: 1st day's EBCDIC fixes:
31274              - toke.c's parsing of strings needed attention
31275              needed to conditionally e2a if string was already UTF-8
31276              - e2a/a2e tables where wrong way round.
31277              - new macros in utf8.h
31278      Branch: perlio
31279            ! perl.h toke.c utf8.h
31280 ____________________________________________________________________________
31281 [  9172] By: jhi                                   on 2001/03/15  15:17:17
31282         Log: Update Changes.
31283      Branch: perl
31284            ! Changes patchlevel.h
31285 ____________________________________________________________________________
31286 [  9171] By: jhi                                   on 2001/03/15  15:09:32
31287         Log: Subject: Re: Another Borland C++ problem.
31288              From: "Vadim Konovalov" <watman@inbox.ru>
31289              Date: Sat, 10 Mar 2001 19:26:07 +0300
31290              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
31291              
31292              Borland filename case problem.
31293      Branch: perl
31294            + win32/sncfnmcs.pl
31295            ! MANIFEST README.win32
31296 ____________________________________________________________________________
31297 [  9170] By: jhi                                   on 2001/03/15  14:54:23
31298         Log: Add Locale::Codes 1.06, from Neil Bowers.
31299      Branch: perl
31300            + lib/Locale/Constants.pm lib/Locale/Country.pm
31301            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
31302            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
31303            + t/lib/lc-language.t t/lib/lc-uk.t
31304            ! MANIFEST
31305 ____________________________________________________________________________
31306 [  9169] By: jhi                                   on 2001/03/15  14:19:01
31307         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
31308      Branch: perl
31309            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
31310            ! ext/Storable/Storable.xs
31311 ____________________________________________________________________________
31312 [  9168] By: jhi                                   on 2001/03/15  14:13:22
31313         Log: Integrate changes #9120,9167 from mainline to maintperl.
31314              
31315              Subject: [PATCH 5.6.1] OS/2 docs
31316              
31317              Subject: [PATCH 5.6.1] perldoc
31318      Branch: maint-5.6/perl
31319           !> os2/Changes utils/perldoc.PL
31320 ____________________________________________________________________________
31321 [  9167] By: jhi                                   on 2001/03/15  14:07:42
31322         Log: Subject: [PATCH 5.6.1] perldoc
31323              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31324              Date: Wed, 14 Mar 2001 23:46:52 -0500
31325              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
31326      Branch: perl
31327            ! utils/perldoc.PL
31328 ____________________________________________________________________________
31329 [  9166] By: jhi                                   on 2001/03/15  13:53:15
31330         Log: sigaction test condition tweakage.
31331      Branch: perl
31332            ! t/lib/sigaction.t
31333 ____________________________________________________________________________
31334 [  9165] By: alanbur                               on 2001/03/15  03:49:17
31335         Log: Resynchronised with parent
31336      Branch: maint-5.6/pureperl
31337           +> os2/os2add.sym t/op/anonsub.t
31338           !> (integrate 72 files)
31339 ____________________________________________________________________________
31340 [  9164] By: jhi                                   on 2001/03/15  01:05:01
31341         Log: Avoid stomping off the beginning of an array in tr///.
31342      Branch: perl
31343            ! op.c
31344 ____________________________________________________________________________
31345 [  9163] By: jhi                                   on 2001/03/15  00:58:57
31346         Log: h2ph strictness and cleanliness from Kurt Starsinic.
31347      Branch: perl
31348            ! utils/h2ph.PL
31349 ____________________________________________________________________________
31350 [  9162] By: gsar                                  on 2001/03/15  00:56:53
31351         Log: avoid warnings
31352      Branch: maint-5.6/perl
31353            ! t/op/magic.t
31354 ____________________________________________________________________________
31355 [  9161] By: gsar                                  on 2001/03/15  00:52:09
31356         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
31357              results
31358      Branch: maint-5.6/perl
31359            ! t/op/magic.t
31360 ____________________________________________________________________________
31361 [  9160] By: jhi                                   on 2001/03/14  22:02:10
31362         Log: Do not use the Perl malloc in IRIX, suggested by
31363              Helmus Jarausch.
31364      Branch: perl
31365            ! hints/irix_6.sh
31366 ____________________________________________________________________________
31367 [  9159] By: nick                                  on 2001/03/14  21:45:59
31368         Log: Integrate mainline
31369      Branch: perlio
31370           +> t/op/loopctl.t
31371           !> (integrate 41 files)
31372 ____________________________________________________________________________
31373 [  9158] By: jhi                                   on 2001/03/14  21:10:09
31374         Log: The Day of the Retractions continues: the #9138
31375              (integrated in #9144) doesn't work well in mainline.
31376      Branch: perl
31377            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31378            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31379            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31380 ____________________________________________________________________________
31381 [  9157] By: jhi                                   on 2001/03/14  20:58:12
31382         Log: The #9145 CANNOT be enabled: the clear_pmop code still
31383              dumps core all over in Tru64.
31384      Branch: perl
31385            ! op.c op.h t/op/pat.t
31386 ____________________________________________________________________________
31387 [  9156] By: jhi                                   on 2001/03/14  20:48:06
31388         Log: Integrate change #9154 from maintperl to mainline.
31389              
31390              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
31391              (caused Storable 1.0.10 to break on windows)
31392      Branch: perl
31393           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
31394           !> perlapi.c proto.h
31395 ____________________________________________________________________________
31396 [  9155] By: jhi                                   on 2001/03/14  20:23:53
31397         Log: Retract #9136: breaks threading (and binary compatibility).
31398      Branch: perl
31399            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31400 ____________________________________________________________________________
31401 [  9154] By: gsar                                  on 2001/03/14  17:48:18
31402         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
31403              (caused Storable 1.0.10 to break on windows)
31404      Branch: maint-5.6/perl
31405            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
31406            ! perlapi.c proto.h
31407 ____________________________________________________________________________
31408 [  9153] By: jhi                                   on 2001/03/14  13:35:21
31409         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
31410      Branch: perl
31411            ! t/lib/sigaction.t
31412 ____________________________________________________________________________
31413 [  9152] By: gsar                                  on 2001/03/14  07:29:40
31414         Log: back out changes#9012,9010,9009 and parts of change#9016
31415              (causes ABRs under purify, and some prerequisites don't
31416              seem to be there in 5.6.x)
31417      Branch: maint-5.6/perl
31418            ! doop.c op.c t/op/tr.t toke.c
31419 ____________________________________________________________________________
31420 [  9151] By: gsar                                  on 2001/03/14  07:01:29
31421         Log: reenable change#9145 (the test was busted due to a missing
31422              C<print "ok 27\n">)
31423      Branch: perl
31424            ! op.c op.h t/op/pat.t
31425 ____________________________________________________________________________
31426 [  9150] By: jhi                                   on 2001/03/14  06:38:36
31427         Log: Retract #9145.
31428      Branch: perl
31429            ! op.c op.h t/op/pat.t
31430 ____________________________________________________________________________
31431 [  9149] By: jhi                                   on 2001/03/14  06:14:56
31432         Log: Retract #9143.
31433      Branch: perl
31434            ! op.c
31435 ____________________________________________________________________________
31436 [  9148] By: gsar                                  on 2001/03/14  06:13:02
31437         Log: Uninitialized Memory Read in regexec.c
31438      Branch: perl
31439            ! regexec.c
31440 ____________________________________________________________________________
31441 [  9147] By: jhi                                   on 2001/03/14  04:59:54
31442         Log: Subject: PATCH: make goto work in nested eval ""
31443              From: Robin Houston <robin@kitsite.com>
31444              Date: Wed, 14 Mar 2001 04:16:10 +0000
31445              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
31446      Branch: perl
31447            ! pp_ctl.c t/op/goto.t
31448 ____________________________________________________________________________
31449 [  9146] By: jhi                                   on 2001/03/14  04:42:54
31450         Log: Preserve the #ifdef PERL_CORE in perly.h.
31451      Branch: perl
31452            ! perly.fixer
31453 ____________________________________________________________________________
31454 [  9145] By: jhi                                   on 2001/03/14  03:57:41
31455         Log: (Retracted by #9150.)
31456      Branch: perl
31457            ! op.c op.h t/op/pat.t
31458 ____________________________________________________________________________
31459 [  9144] By: jhi                                   on 2001/03/14  03:50:38
31460         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
31461              
31462              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
31463              
31464              remove squelch controls for "Scalars leaked" messages in most places
31465              (these are now cured)
31466              
31467              fix another memory leak reported by purify (tie callbacks that
31468              croak can leak when wiping out magic)
31469      Branch: perl
31470           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
31471           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
31472           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
31473           !> t/pragma/warnings.t
31474 ____________________________________________________________________________
31475 [  9143] By: jhi                                   on 2001/03/14  03:37:53
31476         Log: (Retracted by #9149.)
31477      Branch: perl
31478            ! op.c
31479 ____________________________________________________________________________
31480 [  9142] By: gsar                                  on 2001/03/14  03:20:48
31481         Log: fix another memory leak reported by purify (tie callbacks that
31482              croak can leak when wiping out magic)
31483      Branch: maint-5.6/perl
31484            ! scope.c
31485 ____________________________________________________________________________
31486 [  9141] By: jhi                                   on 2001/03/14  02:55:00
31487         Log: Subject: PATCH for [ID 20010305.003]
31488              From: Robin Houston <robin@kitsite.com>
31489              Date: Wed, 14 Mar 2001 02:45:51 +0000
31490              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
31491      Branch: perl
31492            ! pp_ctl.c t/op/eval.t
31493 ____________________________________________________________________________
31494 [  9140] By: jhi                                   on 2001/03/14  02:41:54
31495         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31496              Date: Wed, 14 Mar 2001 01:52:51 +0000
31497              From: Robin Houston <robin@kitsite.com>
31498              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
31499              
31500              Fix for 2000313.004.
31501      Branch: perl
31502            ! pp_ctl.c t/op/goto.t
31503 ____________________________________________________________________________
31504 [  9139] By: jhi                                   on 2001/03/14  02:40:50
31505         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31506              From: Robin Houston <robin@kitsite.com>
31507              Date: Wed, 14 Mar 2001 00:43:45 +0000
31508              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
31509      Branch: perl
31510            + t/op/loopctl.t
31511            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
31512            ! vms/perly_c.vms
31513 ____________________________________________________________________________
31514 [  9138] By: gsar                                  on 2001/03/14  01:18:00
31515         Log: remove squelch controls for "Scalars leaked" messages in most places
31516              (these are now cured)
31517      Branch: maint-5.6/perl
31518            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
31519            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
31520            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
31521 ____________________________________________________________________________
31522 [  9137] By: gsar                                  on 2001/03/14  00:57:04
31523         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
31524      Branch: maint-5.6/perl
31525            ! regcomp.c
31526 ____________________________________________________________________________
31527 [  9136] By: jhi                                   on 2001/03/13  23:12:24
31528         Log: (Retracted by #9155)
31529              
31530              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
31531              From: Jens-Uwe Mager <jum@helios.de>
31532              Date: Wed, 21 Feb 2001 21:32:04 +0100
31533              Message-ID: <20010221213203.A18340@ans.helios.de>
31534      Branch: perl
31535            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
31536 ____________________________________________________________________________
31537 [  9135] By: jhi                                   on 2001/03/13  22:50:05
31538         Log: Integrate perlio.
31539      Branch: perl
31540           !> pp.c
31541 ____________________________________________________________________________
31542 [  9134] By: jhi                                   on 2001/03/13  22:49:05
31543         Log: Integrate change #9131 from maintperl into mainline.
31544              
31545              make the error text look more consistent in hints/hpux.sh
31546      Branch: perl
31547           !> hints/hpux.sh
31548 ____________________________________________________________________________
31549 [  9133] By: gsar                                  on 2001/03/13  22:46:20
31550         Log: integrate change#9067 from mainline
31551              
31552              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
31553      Branch: maint-5.6/perl
31554           !> lib/ExtUtils/MM_Unix.pm
31555 ____________________________________________________________________________
31556 [  9132] By: jhi                                   on 2001/03/13  22:41:21
31557         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
31558              From: "John P. Linderman" <jpl@research.att.com>
31559              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
31560              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
31561              
31562              A more correct prime finder.
31563      Branch: perl
31564            ! lib/Tie/SubstrHash.pm
31565 ____________________________________________________________________________
31566 [  9131] By: gsar                                  on 2001/03/13  22:30:42
31567         Log: make the error text look more consistent in hints/hpux.sh
31568      Branch: maint-5.6/perl
31569            ! hints/hpux.sh
31570 ____________________________________________________________________________
31571 [  9130] By: jhi                                   on 2001/03/13  22:23:44
31572         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
31573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31574              Date: Tue, 13 Mar 2001 18:41:26 +0100
31575              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
31576              
31577              If the test is run non-interactively the default handler
31578              is different.
31579      Branch: perl
31580            ! t/lib/sigaction.t
31581 ____________________________________________________________________________
31582 [  9129] By: jhi                                   on 2001/03/13  22:20:21
31583         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
31584              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31585              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
31586              Date:     Tue, 13 Mar 2001 16:44:32 EST
31587      Branch: perl
31588            ! t/lib/1_compile.t
31589 ____________________________________________________________________________
31590 [  9128] By: jhi                                   on 2001/03/13  22:18:34
31591         Log: Subject: Another patch for integer.pm POD 
31592              From: "John L. Allen" <allen@grumman.com>
31593              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
31594              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
31595      Branch: perl
31596            ! lib/integer.pm
31597 ____________________________________________________________________________
31598 [  9127] By: nick                                  on 2001/03/13  21:26:30
31599         Log: Integrate mainline.
31600      Branch: perlio
31601           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
31602           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
31603           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
31604           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
31605           !> Changes Configure MANIFEST README.os2 README.os390
31606           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
31607           !> os2/Changes patchlevel.h win32/perlhost.h
31608 ____________________________________________________________________________
31609 [  9126] By: nick                                  on 2001/03/13  20:39:51
31610         Log: #ifdef'ed out code to make packed side of pack/unpack
31611              octets. (i.e. pack('U') => encode_utf8).
31612      Branch: perlio
31613            ! pp.c
31614 ____________________________________________________________________________
31615 [  9125] By: jhi                                   on 2001/03/13  15:07:16
31616         Log: Update Changes.
31617      Branch: perl
31618            ! Changes patchlevel.h
31619 ____________________________________________________________________________
31620 [  9124] By: jhi                                   on 2001/03/13  14:22:45
31621         Log: Workaround for the buggy ("internal compiler error")
31622              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
31623              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
31624              of Andreas König.
31625      Branch: perl
31626            ! ext/re/Makefile.PL hints/aix.sh
31627 ____________________________________________________________________________
31628 [  9123] By: jhi                                   on 2001/03/13  03:24:34
31629         Log: Typo in #9114.
31630      Branch: metaconfig
31631            ! U/modified/myhostname.U
31632 ____________________________________________________________________________
31633 [  9122] By: jhi                                   on 2001/03/13  03:24:06
31634         Log: Typo in #9113.
31635      Branch: perl
31636            ! Configure
31637 ____________________________________________________________________________
31638 [  9121] By: jhi                                   on 2001/03/13  01:53:05
31639         Log: Forgot to check-in the larger part of #9120, duh.
31640      Branch: perl
31641            ! README.os2
31642 ____________________________________________________________________________
31643 [  9120] By: jhi                                   on 2001/03/13  01:51:31
31644         Log: Subject: [PATCH 5.6.1] OS/2 docs
31645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31646              Date: Mon, 12 Mar 2001 03:27:32 -0500
31647              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
31648      Branch: perl
31649            ! os2/Changes
31650 ____________________________________________________________________________
31651 [  9119] By: jhi                                   on 2001/03/13  01:49:41
31652         Log: Integrate change #9116 from maintperl into mainline.
31653              
31654              Win32::GetCwd() returns C: instead of C:\ in the root directory
31655              under ithreads
31656      Branch: perl
31657           !> win32/perlhost.h
31658 ____________________________________________________________________________
31659 [  9118] By: jhi                                   on 2001/03/13  01:13:39
31660         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
31661      Branch: perl
31662            + lib/Switch.pm t/lib/switch.t
31663            ! MANIFEST
31664 ____________________________________________________________________________
31665 [  9117] By: jhi                                   on 2001/03/13  01:03:17
31666         Log: Add Text::Balanced 1.83.
31667      Branch: perl
31668            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
31669            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
31670            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
31671            + t/lib/tb-xvari.t
31672            ! MANIFEST
31673 ____________________________________________________________________________
31674 [  9116] By: gsar                                  on 2001/03/13  00:55:53
31675         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
31676              under ithreads
31677      Branch: maint-5.6/perl
31678            ! win32/perlhost.h
31679 ____________________________________________________________________________
31680 [  9115] By: jhi                                   on 2001/03/13  00:54:09
31681         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
31682              From: "John L. Allen" <allen@grumman.com>
31683              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
31684              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
31685              
31686              use integer document clarification.
31687      Branch: perl
31688            ! lib/integer.pm
31689 ____________________________________________________________________________
31690 [  9114] By: jhi                                   on 2001/03/13  00:38:54
31691         Log: Metaconfig unit change for #9113.
31692      Branch: metaconfig
31693            ! U/modified/myhostname.U
31694 ____________________________________________________________________________
31695 [  9113] By: jhi                                   on 2001/03/13  00:38:35
31696         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?)
31697              From: Peter Prymmer <pvhp@forte.com>
31698              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
31699              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
31700      Branch: perl
31701            ! Configure README.os390 hints/os390.sh
31702 ____________________________________________________________________________
31703 [  9112] By: jhi                                   on 2001/03/13  00:29:00
31704         Log: Integrate perlio.
31705      Branch: perl
31706           !> sv.c utf8.h
31707 ____________________________________________________________________________
31708 [  9111] By: nick                                  on 2001/03/12  21:16:33
31709         Log: Integrate mainline.
31710      Branch: perlio
31711           +> t/op/anonsub.t
31712           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31713           !> proto.h sv.c
31714 ____________________________________________________________________________
31715 [  9110] By: nick                                  on 2001/03/12  21:00:13
31716         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
31717      Branch: perlio
31718            ! sv.c utf8.h
31719 ____________________________________________________________________________
31720 [  9109] By: jhi                                   on 2001/03/12  16:04:47
31721         Log: Integrate change #9108 from maintperl to mainline.
31722              
31723              fix memory leak in C<sub X { sub {} }> arising from a refcount
31724              loop between the outer sub and the inner prototype anonsub
31725              
31726              this also enables closures returned by subroutines that
31727              subsequently get redefined to work without generating coredumps :)
31728              
31729              completely removed the free_closures() hack--it shouldn't be
31730              needed anymore
31731      Branch: perl
31732           +> t/op/anonsub.t
31733           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31734           !> proto.h sv.c
31735 ____________________________________________________________________________
31736 [  9108] By: gsar                                  on 2001/03/12  10:21:31
31737         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
31738              loop between the outer sub and the inner prototype anonsub
31739              
31740              this also enables closures returned by subroutines that
31741              subsequently get redefined to work without generating coredumps :)
31742              
31743              completely removed the free_closures() hack--it shouldn't be
31744              needed anymore
31745      Branch: maint-5.6/perl
31746            + t/op/anonsub.t
31747            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
31748            ! proto.h sv.c
31749 ____________________________________________________________________________
31750 [  9107] By: jhi                                   on 2001/03/12  05:15:31
31751         Log: Integrate perlio.
31752      Branch: perl
31753           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
31754 ____________________________________________________________________________
31755 [  9106] By: nick                                  on 2001/03/11  20:10:12
31756         Log: regcomp.c is working in native space, not Unicode space (if different)
31757              as it is doing compare against 'W' in \W etc.
31758      Branch: perlio
31759            ! regcomp.c
31760 ____________________________________________________________________________
31761 [  9105] By: nick                                  on 2001/03/11  19:39:34
31762         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
31763              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
31764      Branch: perlio
31765            ! regcomp.c toke.c utf8.c
31766 ____________________________________________________________________________
31767 [  9104] By: nick                                  on 2001/03/11  18:15:44
31768         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
31769      Branch: perlio
31770            ! sv.c
31771 ____________________________________________________________________________
31772 [  9103] By: nick                                  on 2001/03/11  18:03:28
31773         Log: Integrate mainline (for regexp stuff).
31774      Branch: perlio
31775           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31776           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
31777           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
31778           !> t/lib/errno.t t/op/pat.t
31779 ____________________________________________________________________________
31780 [  9102] By: nick                                  on 2001/03/11  17:44:20
31781         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
31782              - exclude layer syms in makedef.pl for sfio
31783              - also inhibit Encode from trying to build ":encode()" layer.
31784      Branch: perlio
31785            ! ext/Encode/Encode.xs makedef.pl
31786 ____________________________________________________________________________
31787 [  9101] By: jhi                                   on 2001/03/10  22:38:13
31788         Log: The $Is_MacOS needs to be declared.
31789      Branch: perl
31790            ! lib/ExtUtils/Manifest.pm
31791 ____________________________________________________________________________
31792 [  9100] By: jhi                                   on 2001/03/10  22:14:29
31793         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
31794              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
31795              pollute the symbolspace if using sfio.
31796      Branch: perl
31797            ! ext/Encode/Encode.xs
31798 ____________________________________________________________________________
31799 [  9099] By: jhi                                   on 2001/03/10  21:58:48
31800         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
31801              Date: Sat, 10 Mar 2001 14:23:55 -0500
31802              From: Chris Nandor <pudge@pobox.com>
31803              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
31804      Branch: perl
31805            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
31806            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
31807            ! t/lib/errno.t
31808 ____________________________________________________________________________
31809 [  9098] By: jhi                                   on 2001/03/10  21:38:30
31810         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
31811      Branch: perl
31812            ! regcomp.c regexec.c t/op/pat.t
31813 ____________________________________________________________________________
31814 [  9097] By: jhi                                   on 2001/03/10  14:38:07
31815         Log: Integrate perlio.
31816      Branch: perl
31817           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31818           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31819           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31820 ____________________________________________________________________________
31821 [  9096] By: nick                                  on 2001/03/10  11:55:43
31822         Log: EBCDIC sanity - phase I
31823              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
31824              - use utf8n_xxxx (c.f. pvn) for forms which take length.
31825              - back out vN.N and $^V exceptions to e2a/a2e
31826              - make "locale" isxxx macros be uvchr (may be redundant?)
31827              
31828              Not clear yet that toUPPER_uni et. al. return being handled correctly.
31829              The tr// and rexexp stuff still needs an audit, assumption is they are working
31830              in Unicode space.
31831              
31832              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
31833      Branch: perlio
31834            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
31835            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
31836            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
31837 ____________________________________________________________________________
31838 [  9095] By: jhi                                   on 2001/03/09  22:10:01
31839         Log: Integrate perlio.
31840      Branch: perl
31841           !> dump.c
31842 ____________________________________________________________________________
31843 [  9094] By: nick                                  on 2001/03/09  17:36:38
31844         Log: Builds an passes all tests after integrate and this tweak.
31845      Branch: perlio
31846            ! dump.c
31847 ____________________________________________________________________________
31848 [  9093] By: nick                                  on 2001/03/09  17:16:03
31849         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
31850      Branch: perlio
31851           +> lib/unicode/Scripts.txt t/lib/sigaction.t
31852           !> (integrate 79 files)
31853 ____________________________________________________________________________
31854 [  9092] By: jhi                                   on 2001/03/09  15:28:26
31855         Log: Update Changes.
31856      Branch: perl
31857            ! Changes patchlevel.h
31858 ____________________________________________________________________________
31859 [  9091] By: jhi                                   on 2001/03/09  15:25:05
31860         Log: In op/stat #35 better to scan all the potential directories
31861              for setuids, not just the first one.
31862      Branch: perl
31863            ! t/op/stat.t
31864 ____________________________________________________________________________
31865 [  9090] By: jhi                                   on 2001/03/09  15:01:27
31866         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
31867              From: rspier@pobox.com (Robert Spier)
31868              Date: Fri, 9 Mar 2001 03:30:20 -0500
31869              Message-ID: <15016.38044.381174.160189@rls.cx>
31870              
31871              EXISTS() returning undef mistakenly triggered a FETCH().
31872      Branch: perl
31873            ! hv.c
31874 ____________________________________________________________________________
31875 [  9089] By: jhi                                   on 2001/03/09  14:59:02
31876         Log: Add /sbin and /usr/sbin to the list of directories scanned
31877              for setuid programs.  Takes care of bug id 20010309.003.
31878      Branch: perl
31879            ! t/op/stat.t
31880 ____________________________________________________________________________
31881 [  9088] By: jhi                                   on 2001/03/09  14:48:32
31882         Log: Regen perlapi, perltoc.
31883      Branch: perl
31884            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
31885 ____________________________________________________________________________
31886 [  9087] By: jhi                                   on 2001/03/09  14:38:56
31887         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31888              From: David Mitchell <davem@fdgroup.co.uk>
31889              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
31890              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
31891      Branch: perl
31892            ! dump.c perl.c perl.h pod/perlrun.pod
31893 ____________________________________________________________________________
31894 [  9086] By: jhi                                   on 2001/03/09  01:47:16
31895         Log: A modified version of
31896              
31897              Subject: [ID 20010307.005] POSIX::sigaction has various problems
31898              From: anders@broadcom.com
31899              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
31900              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
31901              
31902              Currently the sigaction.t test #6 fails (and is fudged to look
31903              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
31904              This may well be a genuine bug in Linux sigaction() (since at
31905              least Tru64, Solaris, and HP-UX disagree with Linux).
31906              Anyone with POSIX / SUSv2 tome handy?  The problem is that
31907              the flags of the oldaction don't match with the flags in
31908              the previously installed disposition.
31909      Branch: perl
31910            + t/lib/sigaction.t
31911            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
31912 ____________________________________________________________________________
31913 [  9085] By: jhi                                   on 2001/03/09  01:30:13
31914         Log: Subject: Re: mission impossible for the day
31915              From: Alex Gough <alex@rcon.org>
31916              Date: Thu, 08 Mar 2001 17:18:19 +0000
31917              Message-ID: <3AA7BEDB.8070409@rcon.org>
31918              
31919              If references (are overloaded) and can be directly stringified,
31920              show that instead of "stringified".
31921              
31922              (The problem, infinite mutual recursion caused by overloaded bool
31923              in Switch.pm, tracked by David Mitchell)
31924      Branch: perl
31925            ! lib/Carp/Heavy.pm
31926 ____________________________________________________________________________
31927 [  9084] By: jhi                                   on 2001/03/09  01:20:39
31928         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
31929              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
31930              From: David Mitchell <davem@fdgroup.co.uk>
31931              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
31932      Branch: perl
31933            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
31934            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
31935 ____________________________________________________________________________
31936 [  9083] By: jhi                                   on 2001/03/09  01:16:51
31937         Log: Subject: [PATCH] perldata.pod here-doc docs
31938              From: Jeff Pinyan <jeffp@crusoe.net>
31939              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
31940              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
31941      Branch: perl
31942            ! pod/perldata.pod
31943 ____________________________________________________________________________
31944 [  9082] By: jhi                                   on 2001/03/09  01:01:27
31945         Log: Subject: Re: Unicode/EBCDIC
31946              From: Peter Prymmer <pvhp@forte.com>
31947              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
31948              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
31949      Branch: perl
31950            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
31951 ____________________________________________________________________________
31952 [  9081] By: jhi                                   on 2001/03/08  13:41:30
31953         Log: Subject: Ooops, wrong 'no *POSIX' Patch
31954              From: Dorner Thomas <Thomas.Dorner@start.de>
31955              Date: Thu, 8 Mar 2001 08:43:28 +0100
31956              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
31957      Branch: perl
31958            ! hints/posix-bc.sh
31959 ____________________________________________________________________________
31960 [  9080] By: jhi                                   on 2001/03/08  13:11:42
31961         Log: It's Scripts.txt, not Script.txt.
31962      Branch: perl
31963            ! MANIFEST
31964 ____________________________________________________________________________
31965 [  9079] By: jhi                                   on 2001/03/08  12:59:05
31966         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
31967              From: Dorner Thomas <Thomas.Dorner@start.de>
31968              Date: Wed, 7 Mar 2001 14:13:31 +0100
31969              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
31970      Branch: perl
31971            ! makedepend.SH
31972 ____________________________________________________________________________
31973 [  9078] By: jhi                                   on 2001/03/08  12:57:43
31974         Log: Retract #9069, wrong patch.
31975      Branch: perl
31976            ! Makefile.SH
31977 ____________________________________________________________________________
31978 [  9077] By: jhi                                   on 2001/03/08  01:06:13
31979         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
31980      Branch: perl
31981            + lib/unicode/Scripts.txt
31982            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
31983            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
31984            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
31985            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
31986            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
31987            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
31988            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
31989            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
31990            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
31991            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
31992            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
31993            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
31994            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
31995            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
31996            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
31997            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
31998            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
31999            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
32000            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
32001            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
32002            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
32003            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
32004            ! lib/unicode/version
32005 ____________________________________________________________________________
32006 [  9076] By: jhi                                   on 2001/03/07  22:59:39
32007         Log: Integrate change #7784 from mainline into maintperl.
32008              
32009              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
32010      Branch: maint-5.6/perl
32011           !> pp_ctl.c t/op/pat.t
32012 ____________________________________________________________________________
32013 [  9075] By: jhi                                   on 2001/03/07  22:05:11
32014         Log: More UTF-8 test tweaks.
32015      Branch: perl
32016            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
32017 ____________________________________________________________________________
32018 [  9074] By: nick                                  on 2001/03/07  21:39:29
32019         Log: Integrate mainline.
32020      Branch: perlio
32021           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
32022           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
32023           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
32024           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
32025           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
32026 ____________________________________________________________________________
32027 [  9073] By: jhi                                   on 2001/03/07  16:37:09
32028         Log: Update Changes.
32029      Branch: perl
32030            ! Changes patchlevel.h
32031 ____________________________________________________________________________
32032 [  9072] By: jhi                                   on 2001/03/07  16:32:30
32033         Log: Subject: [ID 20010306.004] || != named unary operator
32034              From: abela@geneanet.org
32035              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
32036              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
32037      Branch: perl
32038            ! pod/perlop.pod
32039 ____________________________________________________________________________
32040 [  9071] By: jhi                                   on 2001/03/07  15:14:11
32041         Log: Subject: downgrading to bytes for common functions
32042              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
32043              Date: Wed, 7 Mar 2001 02:36:55 -0500
32044              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
32045      Branch: perl
32046            ! pp_sys.c
32047 ____________________________________________________________________________
32048 [  9070] By: jhi                                   on 2001/03/07  15:04:58
32049         Log: Clarify the description differentiating for and while; inspired by
32050              
32051              Subject: [ID 20010306.002] for/while difference in for definition
32052              From: abela@geneanet.org
32053              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
32054              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
32055      Branch: perl
32056            ! pod/perlsyn.pod
32057 ____________________________________________________________________________
32058 [  9069] By: jhi                                   on 2001/03/07  14:55:30
32059         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
32060              From: Dorner Thomas <Thomas.Dorner@start.de>
32061              Date: Wed, 7 Mar 2001 14:13:31 +0100
32062              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
32063      Branch: perl
32064            ! Makefile.SH
32065 ____________________________________________________________________________
32066 [  9068] By: jhi                                   on 2001/03/07  14:51:17
32067         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
32068              From: Radu Greab <radu@netsoft.ro>
32069              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
32070              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
32071      Branch: perl
32072            ! pp.c t/op/chop.t
32073 ____________________________________________________________________________
32074 [  9067] By: jhi                                   on 2001/03/07  14:48:57
32075         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
32076              From: Simon Cozens <simon@netthink.co.uk>
32077              Date: Wed, 7 Mar 2001 13:59:28 +0000
32078              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
32079              
32080              In order to allow MakeMaker to build correct Makefiles,
32081              you need to change the order of the arguments in MM_Unix.pm
32082              as well. (Unless you have C89_CCMODE set, but we're trying
32083              to be POSIXly correct)
32084              
32085              Thanks to Merijn Broeren for tracking this down.
32086      Branch: perl
32087            ! lib/ExtUtils/MM_Unix.pm
32088 ____________________________________________________________________________
32089 [  9066] By: jhi                                   on 2001/03/07  14:30:02
32090         Log: Floating point too messy.
32091      Branch: perl
32092            ! t/camel-III/vstring.t
32093 ____________________________________________________________________________
32094 [  9065] By: jhi                                   on 2001/03/07  14:17:44
32095         Log: Integrate change #9064 from maintperl into mainline.
32096              
32097              fix memory leak in pack("Bb",...)
32098      Branch: perl
32099           !> perl.c
32100 ____________________________________________________________________________
32101 [  9064] By: gsar                                  on 2001/03/07  06:29:24
32102         Log: fix memory leak in pack("Bb",...)
32103      Branch: maint-5.6/perl
32104            ! perl.c
32105 ____________________________________________________________________________
32106 [  9063] By: jhi                                   on 2001/03/07  00:55:04
32107         Log: Major utf8 test reorganisation and rewrite.
32108              Hopefully no tests were lost in the shuffle.
32109              (The beginning of pragma/utf8 was lost intentionally,
32110              the tests were rather bogus and incomplete.)
32111      Branch: perl
32112            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
32113            ! t/pragma/utf8.t
32114 ____________________________________________________________________________
32115 [  9062] By: jhi                                   on 2001/03/07  00:41:16
32116         Log: More tweakage on the Unicode character class descriptions.
32117      Branch: perl
32118            ! lib/unicode/mktables.PL pod/perlretut.pod
32119 ____________________________________________________________________________
32120 [  9061] By: jhi                                   on 2001/03/06  23:12:38
32121         Log: The perlretut was still talking about the old \p and \P
32122              definitions.
32123      Branch: perl
32124            ! pod/perlretut.pod
32125 ____________________________________________________________________________
32126 [  9060] By: nick                                  on 2001/03/06  20:52:37
32127         Log: Integrate mainline (make test works again now).
32128      Branch: perlio
32129           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
32130 ____________________________________________________________________________
32131 [  9059] By: jhi                                   on 2001/03/06  15:36:14
32132         Log: 0.999... does equal 1.0, doesn't it?
32133      Branch: perl
32134            ! t/camel-III/vstring.t
32135 ____________________________________________________________________________
32136 [  9058] By: jhi                                   on 2001/03/06  15:34:00
32137         Log: Make /x{abcd}/ to work without use utf8.
32138      Branch: perl
32139            ! regcomp.c
32140 ____________________________________________________________________________
32141 [  9057] By: jhi                                   on 2001/03/06  03:02:36
32142         Log: Easier to outcomment all the three reset() tests for now.
32143      Branch: perl
32144            ! t/op/pat.t
32145 ____________________________________________________________________________
32146 [  9056] By: jhi                                   on 2001/03/06  02:30:02
32147         Log: Comment out the deadly reset; until the 20010301.005
32148              is finally fixed.
32149      Branch: perl
32150            ! t/op/pat.t
32151 ____________________________________________________________________________
32152 [  9055] By: jhi                                   on 2001/03/06  02:21:26
32153         Log: Integrate the change #9054 from mainline:
32154              retract the PMOP cleanup patch pending further investigation.
32155      Branch: maint-5.6/perl
32156           !> op.c op.h
32157 ____________________________________________________________________________
32158 [  9054] By: jhi                                   on 2001/03/06  02:19:57
32159         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
32160              with oddly familiar stack traces.
32161      Branch: perl
32162            ! op.c op.h
32163 ____________________________________________________________________________
32164 [  9053] By: jhi                                   on 2001/03/05  23:20:28
32165         Log: Integrate perlio.
32166      Branch: perl
32167           +> ext/Encode/Encode/koi8-r.ucm
32168           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
32169           !> makedef.pl
32170 ____________________________________________________________________________
32171 [  9052] By: nick                                  on 2001/03/05  23:08:17
32172         Log: skipping USE_PERLIO symbols correction.
32173      Branch: perlio
32174            ! makedef.pl
32175 ____________________________________________________________________________
32176 [  9051] By: nick                                  on 2001/03/05  22:35:07
32177         Log: More Encode alias tidying.
32178      Branch: perlio
32179            + ext/Encode/Encode/koi8-r.ucm
32180            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
32181 ____________________________________________________________________________
32182 [  9050] By: jhi                                   on 2001/03/05  21:44:29
32183         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
32184              Sarathy's fix for ID 20010301.005.
32185      Branch: maint-5.6/perl
32186           !> op.c op.h
32187 ____________________________________________________________________________
32188 [  9049] By: nick                                  on 2001/03/05  19:54:04
32189         Log: Integrate Jarkko's Encode.pm tweak.
32190      Branch: perlio
32191           !> ext/Encode/Encode.pm
32192 ____________________________________________________________________________
32193 [  9048] By: nick                                  on 2001/03/05  19:47:57
32194         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
32195      Branch: perlio
32196           +> os2/os2add.sym
32197           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
32198           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
32199           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
32200           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
32201           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
32202 ____________________________________________________________________________
32203 [  9047] By: jhi                                   on 2001/03/05  19:25:26
32204         Log: Regen perlapi.
32205      Branch: perl
32206            ! pod/perlapi.pod
32207 ____________________________________________________________________________
32208 [  9046] By: jhi                                   on 2001/03/05  19:12:14
32209         Log: Integrate perlio.
32210      Branch: perl
32211           +> t/camel-III/vstring.t
32212           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
32213 ____________________________________________________________________________
32214 [  9045] By: jhi                                   on 2001/03/05  19:10:36
32215         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
32216      Branch: perl
32217            ! ext/Encode/Encode.pm
32218 ____________________________________________________________________________
32219 [  9044] By: jhi                                   on 2001/03/05  18:49:12
32220         Log: Forgot the other half of the PMOP patch (#9033).
32221      Branch: perl
32222            ! op.h
32223 ____________________________________________________________________________
32224 [  9043] By: nick                                  on 2001/03/05  18:14:47
32225         Log: Update MANIFEST for new test.
32226      Branch: perlio
32227            ! MANIFEST
32228 ____________________________________________________________________________
32229 [  9042] By: nick                                  on 2001/03/05  18:12:41
32230         Log: Some tests for Camel 3rd edition features.
32231              Make gethostbyaddr() test in above work.
32232      Branch: perlio
32233            + t/camel-III/vstring.t
32234            ! pp.h pp_sys.c t/TEST t/harness
32235 ____________________________________________________________________________
32236 [  9041] By: jhi                                   on 2001/03/05  17:41:48
32237         Log: Add more ISO 8859 encoding aliases.
32238      Branch: perl
32239            ! ext/Encode/Encode.pm
32240 ____________________________________________________________________________
32241 [  9040] By: jhi                                   on 2001/03/05  17:30:43
32242         Log: Integrate perlio.
32243      Branch: perl
32244           !> MANIFEST sv.c
32245 ____________________________________________________________________________
32246 [  9039] By: nick                                  on 2001/03/05  17:11:36
32247         Log: Missed added file.
32248      Branch: perlio
32249            ! MANIFEST
32250 ____________________________________________________________________________
32251 [  9038] By: jhi                                   on 2001/03/05  15:58:01
32252         Log: Add tr tests for EBCDIC, from Karsten Sperling.
32253      Branch: perl
32254            ! t/op/tr.t
32255 ____________________________________________________________________________
32256 [  9037] By: nick                                  on 2001/03/05  15:56:35
32257         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
32258              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
32259              
32260              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
32261              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
32262              - uses SvPV() rather than sv_2pv() in case it isn't a string.
32263      Branch: perlio
32264            ! sv.c
32265 ____________________________________________________________________________
32266 [  9036] By: jhi                                   on 2001/03/05  15:49:15
32267         Log: Add matching tests currently failing in EBCDIC,
32268              suggested by Karsten Sperling.
32269      Branch: perl
32270            ! t/op/pat.t
32271 ____________________________________________________________________________
32272 [  9035] By: jhi                                   on 2001/03/05  15:36:55
32273         Log: The #9034 needs a MANIFESTation.
32274      Branch: perl
32275            ! MANIFEST
32276 ____________________________________________________________________________
32277 [  9034] By: jhi                                   on 2001/03/05  15:35:14
32278         Log: Integrate perlio.
32279      Branch: perl
32280           +> ext/Encode/Encode/Tcl.pm
32281           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32282           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
32283           !> ext/Encode/Encode/iso8859-1.ucm
32284           !> ext/Encode/Encode/iso8859-10.ucm
32285           !> ext/Encode/Encode/iso8859-13.ucm
32286           !> ext/Encode/Encode/iso8859-14.ucm
32287           !> ext/Encode/Encode/iso8859-15.ucm
32288           !> ext/Encode/Encode/iso8859-16.ucm
32289           !> ext/Encode/Encode/iso8859-2.ucm
32290           !> ext/Encode/Encode/iso8859-3.ucm
32291           !> ext/Encode/Encode/iso8859-4.ucm
32292           !> ext/Encode/Encode/iso8859-5.ucm
32293           !> ext/Encode/Encode/iso8859-6.ucm
32294           !> ext/Encode/Encode/iso8859-7.ucm
32295           !> ext/Encode/Encode/iso8859-8.ucm
32296           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
32297           !> t/lib/encode.t
32298 ____________________________________________________________________________
32299 [  9033] By: jhi                                   on 2001/03/05  15:33:18
32300         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
32301              From: Gurusamy Sarathy <gsar@ActiveState.com>
32302              Date: Sun, 04 Mar 2001 22:33:15 -0800
32303              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
32304              
32305              PMOPs need to remember their own stash so that they can
32306              gracefully remove themselves from their linked list.
32307      Branch: perl
32308            ! op.c
32309 ____________________________________________________________________________
32310 [  9032] By: nick                                  on 2001/03/05  14:51:50
32311         Log: Encode implementation "completion"
32312              Implement and document define_encoding()
32313              Implement and document encoding aliases including define_alias()
32314              Make Encode::XS use define_encoding() rather than back-door.
32315              Move run-time *.enc to separate Encode::Tcl module.
32316              Make 'compile' honour <codeset_name>
32317              Change canonical names of to iso-8859-* and US-ascii.
32318      Branch: perlio
32319            + ext/Encode/Encode/Tcl.pm
32320            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32321            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
32322            ! ext/Encode/Encode/iso8859-1.ucm
32323            ! ext/Encode/Encode/iso8859-10.ucm
32324            ! ext/Encode/Encode/iso8859-13.ucm
32325            ! ext/Encode/Encode/iso8859-14.ucm
32326            ! ext/Encode/Encode/iso8859-15.ucm
32327            ! ext/Encode/Encode/iso8859-16.ucm
32328            ! ext/Encode/Encode/iso8859-2.ucm
32329            ! ext/Encode/Encode/iso8859-3.ucm
32330            ! ext/Encode/Encode/iso8859-4.ucm
32331            ! ext/Encode/Encode/iso8859-5.ucm
32332            ! ext/Encode/Encode/iso8859-6.ucm
32333            ! ext/Encode/Encode/iso8859-7.ucm
32334            ! ext/Encode/Encode/iso8859-8.ucm
32335            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
32336            ! t/lib/encode.t
32337 ____________________________________________________________________________
32338 [  9031] By: jhi                                   on 2001/03/05  13:51:17
32339         Log: Integrate change #9030 from maintperl into mainline.
32340              
32341              Subject: [PATCH 5.6.1] OS/2 cleanup
32342      Branch: perl
32343           +> os2/os2add.sym
32344           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32345           !> makedef.pl os2/Changes os2/Makefile.SHs
32346           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
32347           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
32348           !> os2/os2.sym os2/os2ish.h
32349 ____________________________________________________________________________
32350 [  9030] By: jhi                                   on 2001/03/05  13:46:49
32351         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
32352              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32353              Date: Mon, 5 Mar 2001 02:29:44 -0500
32354              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
32355      Branch: maint-5.6/perl
32356            + os2/os2add.sym
32357            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
32358            ! makedef.pl os2/Changes os2/Makefile.SHs
32359            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
32360            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
32361            ! os2/os2.sym os2/os2ish.h
32362 ____________________________________________________________________________
32363 [  9029] By: jhi                                   on 2001/03/05  13:40:35
32364         Log: Integrate change #9028 from maintperl into mainline.
32365              
32366              various nits in MM_Unix.pm found by disabling SelfLoader
32367      Branch: perl
32368           !> lib/ExtUtils/MM_Unix.pm
32369 ____________________________________________________________________________
32370 [  9028] By: gsar                                  on 2001/03/05  09:58:38
32371         Log: various nits in MM_Unix.pm found by disabling SelfLoader
32372      Branch: maint-5.6/perl
32373            ! lib/ExtUtils/MM_Unix.pm
32374 ____________________________________________________________________________
32375 [  9027] By: nick                                  on 2001/03/05  08:35:22
32376         Log: Integrate mainline
32377      Branch: perlio
32378           !> (integrate 28 files)
32379 ____________________________________________________________________________
32380 [  9026] By: jhi                                   on 2001/03/05  02:14:59
32381         Log: Integrate change #9025 from mainline to maintperl,
32382              retract \N{U+HHHH}.
32383      Branch: maint-5.6/perl
32384           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
32385           !> t/lib/charnames.t toke.c
32386 ____________________________________________________________________________
32387 [  9025] By: jhi                                   on 2001/03/05  02:13:09
32388         Log: Retracting \N{U+HHHH}.
32389      Branch: perl
32390            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
32391            ! t/lib/charnames.t toke.c
32392 ____________________________________________________________________________
32393 [  9024] By: jhi                                   on 2001/03/04  20:51:07
32394         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
32395              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32396              Date: Fri, 02 Mar 2001 18:25:26 +0100
32397              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
32398              
32399              Casting problem.
32400      Branch: perl
32401            ! ext/Storable/Storable.xs
32402 ____________________________________________________________________________
32403 [  9023] By: jhi                                   on 2001/03/04  19:46:45
32404         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
32405              From: nick@talking.bollo.cx
32406              Date: Sat, 03 Mar 2001 21:41:33 +0000
32407              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
32408              
32409              Revert the workaround.
32410      Branch: perl
32411            ! perlio.c
32412 ____________________________________________________________________________
32413 [  9022] By: jhi                                   on 2001/03/04  19:36:28
32414         Log: Update Changes.
32415      Branch: perl
32416            ! Changes patchlevel.h
32417 ____________________________________________________________________________
32418 [  9021] By: jhi                                   on 2001/03/04  18:41:00
32419         Log: makedef.pl updates suggested by Chris Nandor; double-checking
32420              the changes in AIX, OS/2 Win32 would be nice.
32421      Branch: perl
32422            ! makedef.pl
32423 ____________________________________________________________________________
32424 [  9020] By: jhi                                   on 2001/03/04  18:23:58
32425         Log: Integrate change #9012 from maintperl into mainline,
32426              quench a compiler warning.
32427      Branch: perl
32428           !> toke.c
32429 ____________________________________________________________________________
32430 [  9019] By: jhi                                   on 2001/03/04  18:18:43
32431         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
32432              
32433              \N{U+HHHH} fix.
32434              
32435              pattern in G_ARRAY context
32436      Branch: maint-5.6/perl
32437           !> pp_hot.c t/op/pat.t toke.c
32438 ____________________________________________________________________________
32439 [  9018] By: jhi                                   on 2001/03/04  18:07:48
32440         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
32441              From: Jeff Pinyan <jeffp@crusoe.net>
32442              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
32443              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
32444      Branch: perl
32445            ! pp_hot.c t/op/pat.t
32446 ____________________________________________________________________________
32447 [  9017] By: jhi                                   on 2001/03/04  18:06:21
32448         Log: I thought I tested the #9014.
32449      Branch: perl
32450            ! toke.c
32451 ____________________________________________________________________________
32452 [  9016] By: jhi                                   on 2001/03/04  17:41:22
32453         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
32454              
32455              Tweak the get*ent() OS/2 prototypes.
32456              
32457              Add the \N{U+HHHH} syntax.
32458              
32459              More tr/// UTF-8 fixes from Inaba Hiroto.
32460      Branch: maint-5.6/perl
32461           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
32462           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
32463 ____________________________________________________________________________
32464 [  9015] By: jhi                                   on 2001/03/04  17:36:04
32465         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
32466      Branch: perl
32467            ! doop.c t/op/tr.t
32468 ____________________________________________________________________________
32469 [  9014] By: jhi                                   on 2001/03/04  17:24:49
32470         Log: Add the \N{U+HHHH} syntax.
32471      Branch: perl
32472            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
32473            ! t/lib/charnames.t toke.c
32474 ____________________________________________________________________________
32475 [  9013] By: jhi                                   on 2001/03/04  17:20:45
32476         Log: Tweak the get*ent() OS/2 prototypes.
32477      Branch: perl
32478            ! os2/os2.c
32479 ____________________________________________________________________________
32480 [  9012] By: gsar                                  on 2001/03/04  06:26:14
32481         Log: avoid warning (nit in change#9009)
32482      Branch: maint-5.6/perl
32483            ! toke.c
32484 ____________________________________________________________________________
32485 [  9011] By: gsar                                  on 2001/03/04  06:15:24
32486         Log: lib/charnames.t fails in 5.6.x because of older Unicode
32487              data
32488              
32489              TODO: need to revisit this after updating lib/unicode/...
32490      Branch: maint-5.6/perl
32491            ! t/lib/charnames.t
32492 ____________________________________________________________________________
32493 [  9010] By: gsar                                  on 2001/03/04  06:08:36
32494         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
32495      Branch: maint-5.6/perl
32496            ! toke.c
32497 ____________________________________________________________________________
32498 [  9009] By: jhi                                   on 2001/03/03  19:27:20
32499         Log: Integrate change #9008 from mainline to maintperl,
32500              UTF-8 tr/// fixes from Inaba Hiroto.
32501      Branch: maint-5.6/perl
32502           !> doop.c op.c t/op/tr.t toke.c
32503 ____________________________________________________________________________
32504 [  9008] By: jhi                                   on 2001/03/03  19:19:42
32505         Log: UTF8 tr/// fixes from Inaba Hiroto.
32506      Branch: perl
32507            ! doop.c op.c t/op/tr.t toke.c
32508 ____________________________________________________________________________
32509 [  9007] By: jhi                                   on 2001/03/03  19:00:30
32510         Log: Integrate change #9006 from maintperl to mainline,
32511              more robust quest for the infinite.
32512      Branch: perl
32513           !> lib/Math/Complex.pm
32514 ____________________________________________________________________________
32515 [  9006] By: jhi                                   on 2001/03/03  18:58:06
32516         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
32517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32518              Date: Sat, 3 Mar 2001 12:51:50 -0500
32519              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
32520              
32521              Be more robust in our quest for the infinite.
32522      Branch: maint-5.6/perl
32523            ! lib/Math/Complex.pm
32524 ____________________________________________________________________________
32525 [  9005] By: jhi                                   on 2001/03/03  17:55:50
32526         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
32527      Branch: maint-5.6/perl
32528            ! doio.c
32529 ____________________________________________________________________________
32530 [  9004] By: jhi                                   on 2001/03/03  17:40:14
32531         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
32532              so that picky compilers like IRIX won't get huffy about
32533              "statements without effect" (like 1;).
32534      Branch: perl
32535            ! toke.c
32536 ____________________________________________________________________________
32537 [  9003] By: jhi                                   on 2001/03/03  17:15:52
32538         Log: Integrate change #9002 from mainline to maintperl.
32539              
32540              Subject: [perl-5.6.x, perl-current] accept for EPOC
32541      Branch: maint-5.6/perl
32542           !> pp_sys.c
32543 ____________________________________________________________________________
32544 [  9002] By: jhi                                   on 2001/03/03  17:14:30
32545         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
32546              From: Olaf Flebbe <O.Flebbe@science-computing.de>
32547              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
32548              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
32549      Branch: perl
32550            ! pp_sys.c
32551 ____________________________________________________________________________
32552 [  9001] By: jhi                                   on 2001/03/03  17:13:13
32553         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
32554              From: "Craig A. Berry" <craigberry@mac.com>
32555              Date: Fri, 02 Mar 2001 17:44:40 -0600
32556              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
32557      Branch: perl
32558            ! t/pod/find.t
32559 ____________________________________________________________________________
32560 [  9000] By: jhi                                   on 2001/03/03  17:11:55
32561         Log: Integrate changes #8997,8999 from maintperl.
32562              
32563              Subject: [PATCH 5.6.1] compiling on OS/2
32564              (Better error message from hints/os2.sh)
32565              
32566              Subject: [PATCH 5.6.1] syslog.t
32567      Branch: perl
32568           !> hints/os2.sh t/lib/syslog.t
32569 ____________________________________________________________________________
32570 [  8999] By: jhi                                   on 2001/03/03  17:09:28
32571         Log: Subject: [PATCH 5.6.1] syslog.t
32572              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32573              Date: Sat, 3 Mar 2001 02:11:17 -0500
32574              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
32575      Branch: maint-5.6/perl
32576            ! t/lib/syslog.t
32577 ____________________________________________________________________________
32578 [  8998] By: jhi                                   on 2001/03/03  17:07:50
32579         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
32580              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32581              Date: Sat, 3 Mar 2001 01:53:52 -0500
32582              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
32583      Branch: maint-5.6/perl
32584            ! opcode.pl os2/os2.c
32585 ____________________________________________________________________________
32586 [  8997] By: jhi                                   on 2001/03/03  17:03:30
32587         Log: Subject: [PATCH 5.6.1] compiling on OS/2
32588              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32589              Date: Sat, 3 Mar 2001 01:59:59 -0500
32590              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
32591      Branch: maint-5.6/perl
32592            ! hints/os2.sh
32593 ____________________________________________________________________________
32594 [  8996] By: jhi                                   on 2001/03/03  00:55:58
32595         Log: Regen files for mainline.
32596      Branch: perl
32597            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32598            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
32599 ____________________________________________________________________________
32600 [  8995] By: jhi                                   on 2001/03/03  00:35:22
32601         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
32602              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
32603              to maintperl.
32604              
32605              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32606              
32607              Add Configure option -Dmksymlinks which will create a symlink
32608              forest if the current/build differs from the source directory.
32609              (8218,8220,8221,8317,8318,8971)
32610              
32611              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
32612              (Document APPLLIB_EXP in INSTALL.)
32613              
32614              If running byacc write-enable also perly.h.
32615              
32616              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
32617              
32618              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
32619              
32620              Sanity check for conflicting thread flavours.
32621              
32622              Fix the sys/fcntl.h problem reported by Peter Prymmer.
32623              
32624              Add few CPUs/architectures to the Cppsym scan,
32625              add -perlio to archname if so selected (modified 8890)
32626              
32627              Be more helpful for devel builders, suggested by John L. Allen.
32628              (admittedly pointless change for maintperl, but the usedevel
32629              code is there already)
32630      Branch: maint-5.6/perl
32631           !> Configure INSTALL Makefile.SH Porting/Glossary
32632           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
32633           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
32634           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
32635           !> win32/config.bc win32/config.gc win32/config.vc
32636 ____________________________________________________________________________
32637 [  8994] By: jhi                                   on 2001/03/02  23:31:41
32638         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
32639      Branch: metaconfig/U/perl
32640            ! gccvers.U
32641 ____________________________________________________________________________
32642 [  8993] By: jhi                                   on 2001/03/02  23:22:12
32643         Log: Regenerate various files for maint.
32644      Branch: maint-5.6/perl
32645            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
32646            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
32647 ____________________________________________________________________________
32648 [  8992] By: alanbur                               on 2001/03/02  22:48:34
32649         Log: Resync wuth parent
32650      Branch: maint-5.6/pureperl
32651           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32652           !> (integrate 60 files)
32653 ____________________________________________________________________________
32654 [  8991] By: jhi                                   on 2001/03/02  21:00:08
32655         Log: Retract the #8742 part of #8986, backward compat.
32656      Branch: maint-5.6/perl
32657            ! embed.pl
32658 ____________________________________________________________________________
32659 [  8990] By: jhi                                   on 2001/03/02  20:40:07
32660         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
32661      Branch: maint-5.6/perl
32662            ! hv.c
32663 ____________________________________________________________________________
32664 [  8989] By: jhi                                   on 2001/03/02  19:59:56
32665         Log: Update Changes.
32666      Branch: perl
32667            ! Changes patchlevel.h
32668 ____________________________________________________________________________
32669 [  8988] By: jhi                                   on 2001/03/02  19:57:08
32670         Log: Integrate perlio.
32671      Branch: perl
32672           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32673           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32674           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32675           !> ext/Encode/Encode/iso8859-10.ucm
32676           !> ext/Encode/Encode/iso8859-13.ucm
32677           !> ext/Encode/Encode/iso8859-14.ucm
32678           !> ext/Encode/Encode/iso8859-15.ucm
32679           !> ext/Encode/Encode/iso8859-16.ucm
32680           !> ext/Encode/Encode/iso8859-2.ucm
32681           !> ext/Encode/Encode/iso8859-3.ucm
32682           !> ext/Encode/Encode/iso8859-4.ucm
32683           !> ext/Encode/Encode/iso8859-5.ucm
32684           !> ext/Encode/Encode/iso8859-6.ucm
32685           !> ext/Encode/Encode/iso8859-7.ucm
32686           !> ext/Encode/Encode/iso8859-8.ucm
32687           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32688           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
32689 ____________________________________________________________________________
32690 [  8987] By: jhi                                   on 2001/03/02  19:43:40
32691         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
32692              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
32693              8950,8952,8955 from mainline to maintperl.
32694              
32695              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
32696              
32697              Put to rest the 20010205.001, the email address checking (not) regex.
32698              
32699              fork() not everywhere, cleanup temp files.
32700              
32701              The #8843 wasn't quite right: %Config needs to imported.
32702              
32703              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
32704              (#8849: the glob-basic hunk needed massaging as it depended
32705              on Schwern's large-scale (unintegrated) patches)
32706              
32707              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
32708              
32709              Upgrade to CGI.pm 2.752, from Lincoln Stein.
32710              (Note: there were some conflicts due to EBCDIC and EPOC
32711              patches, in general I preferred the repository code.)
32712              (When 2.753 comes out, we need to synchronize.)
32713              
32714              Subject: [PATCH] fix for charnames above FFFF
32715              
32716              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
32717              
32718              If no sfio, no -lsfio.
32719              
32720              Run run/*.t also in minitest.
32721              
32722              Subject:  [PATCH perl 5.7.0] malloc message address offset
32723              
32724              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
32725              
32726              Subject: fix for parameter -Dm (for perl@8867)
32727              
32728              Subject: [PATCH: perl@8892] was Re: hashing order difference?
32729              (make the test more portable)
32730              
32731              Subject: Re: [PATCH] fix for charnames above FFFF
32732              
32733              Subject: Re: I'm losing the war...
32734              (hv_store() not working correctly in ENV_IS_CASELESS case.)
32735              
32736              Subject: Modified README.bs2000 
32737              
32738              Subject: [PATCH: perl@8935] -Dt padsv($var)
32739              
32740              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
32741              
32742              Subject: PATCH: extra tests to check on negative float to unsigned cast
32743              
32744              Subject: [PATCH] XPUSH[insp] was Re: progress
32745              
32746              Subject: Re: Compile with perlcc..
32747      Branch: maint-5.6/perl
32748           !> (integrate 36 files)
32749 ____________________________________________________________________________
32750 [  8986] By: jhi                                   on 2001/03/02  18:51:25
32751         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
32752              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
32753              to maintperl.
32754              
32755              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
32756              
32757              Subject: [DOC PATCH] overload.pm nits
32758              
32759              Add header for LIB$ prototypes (C. Berry)
32760              
32761              Convert fwrite()s to sockets to write()s, since some socket stacks
32762              don't take kindly to stdio.
32763              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
32764              (for often optional LNMs)
32765              Correct a few typos
32766              (C. Bailey)
32767              
32768              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
32769              
32770              De-cut-and-pasto.
32771              
32772              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
32773              
32774              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
32775              
32776              Upgrade to CPAN 1.59_54, from Andreas König.
32777              
32778              Bogus shebang.
32779              
32780              Subject: [PATCH] Document makepatch in Porting/patching
32781              
32782              UTF-8 documentation.
32783              
32784              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
32785              
32786              Sort the MANIFEST.
32787              
32788              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
32789              
32790              Subject: [PATCH @8807] toke.c cleanup: scan_str()
32791              
32792              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
32793              
32794              Add run/*.t to testables.
32795              
32796              TODO: integrate #8784.
32797      Branch: maint-5.6/perl
32798           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
32799           !> (integrate 28 files)
32800 ____________________________________________________________________________
32801 [  8985] By: nick                                  on 2001/03/02  18:15:45
32802         Log: Integrate mainline
32803      Branch: perlio
32804           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
32805           !> vms/vms.c
32806 ____________________________________________________________________________
32807 [  8984] By: jhi                                   on 2001/03/02  16:00:17
32808         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
32809              
32810              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
32811              5.004_05, and mention the suidperl August 2000 security problem.
32812              (#8978,#8981)
32813              
32814              Subject: [ID 20010301.004] Technically speaking in perldata
32815              
32816              Subject: [PATCH] File::Copy for bleadperl, maintperl
32817              
32818              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32819              
32820              (The #8982, fix for 20010221.005 and 20010221.008,
32821              would be nice too but it didn't integrate cleanly.)
32822      Branch: maint-5.6/perl
32823           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
32824 ____________________________________________________________________________
32825 [  8983] By: jhi                                   on 2001/03/02  15:51:16
32826         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
32827              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32828              Date:     Thu, 1 Mar 2001 15:54:09 EST
32829              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
32830      Branch: perl
32831            ! vms/vms.c
32832 ____________________________________________________________________________
32833 [  8982] By: jhi                                   on 2001/03/02  15:43:31
32834         Log: Subject: Re: sync sync sync: have I missed any patches?
32835              From: Radu Greab <radu@netsoft.ro> 
32836              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
32837              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
32838              
32839              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
32840              was checking argv[0] regardless of whether a different pathname
32841              will actually be executed."  Test case not supplied because 
32842              drafting that, ironically enough, revealed another bug
32843              (or a feature).
32844      Branch: perl
32845            ! doio.c
32846 ____________________________________________________________________________
32847 [  8981] By: jhi                                   on 2001/03/02  15:28:03
32848         Log: Misdate in #8978.
32849      Branch: perl
32850            ! pod/perlfaq1.pod
32851 ____________________________________________________________________________
32852 [  8980] By: jhi                                   on 2001/03/02  15:24:20
32853         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
32854              From: Chris Nandor <pudge@pobox.com>
32855              Date: Wed, 28 Feb 2001 22:10:15 -0500
32856              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
32857      Branch: perl
32858            ! lib/File/Copy.pm
32859 ____________________________________________________________________________
32860 [  8979] By: jhi                                   on 2001/03/02  15:17:16
32861         Log: Subject: [ID 20010301.004] Technically speaking in perldata
32862              From: abela@geneanet.org
32863              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
32864              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
32865      Branch: perl
32866            ! pod/perldata.pod
32867 ____________________________________________________________________________
32868 [  8978] By: jhi                                   on 2001/03/02  15:15:27
32869         Log: Subject: [ID 20010301.003] ref to 5.004
32870              From: abela@geneanet.org
32871              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
32872              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
32873              
32874              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
32875              and mention the suidperl August 2000 security problem.
32876      Branch: perl
32877            ! pod/perlfaq1.pod
32878 ____________________________________________________________________________
32879 [  8977] By: alanbur                               on 2001/03/02  14:17:45
32880         Log: Resynchronised with parent
32881      Branch: maint-5.6/pureperl
32882           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
32883           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
32884           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
32885           !> vms/descrip_mms.template win32/win32.c win32/win32.h
32886           !> win32/win32iop.h
32887 ____________________________________________________________________________
32888 [  8976] By: nick                                  on 2001/03/01  23:25:30
32889         Log: Integrate mainline.
32890      Branch: perlio
32891            - t/op/qu.t
32892           !> (integrate 55 files)
32893 ____________________________________________________________________________
32894 [  8975] By: jhi                                   on 2001/03/01  16:51:34
32895         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
32896      Branch: perl
32897           !> toke.c
32898 ____________________________________________________________________________
32899 [  8974] By: gsar                                  on 2001/03/01  16:28:21
32900         Log: fix for bugid 20010226.008
32901              
32902              the problem was that some of the pointers (PL_last_lop and
32903              PL_last_uni specifically) into the lex buffers weren't correctly
32904              being invalidated when the buffer changed; this would leave the
32905              pointers pointing at an arbitrary location in the buffer if
32906              the buffer didn't need to be reallocated, or point into freed
32907              memory if the buffer had to be realloced
32908              
32909              TODO item for bugdb maintainers: check other seemingly random
32910              parser-related bugs--they might be cured by this
32911      Branch: maint-5.6/perl
32912            ! toke.c
32913 ____________________________________________________________________________
32914 [  8973] By: jhi                                   on 2001/03/01  02:23:25
32915         Log: Retract #8970 because of a completely mysterious core dump:
32916              adding the tests 241..244 causes op/pat dump core at test #25.
32917              The test needs a lot of whittling down before the bug can be solved.
32918      Branch: perl
32919            ! t/op/pat.t
32920 ____________________________________________________________________________
32921 [  8972] By: jhi                                   on 2001/03/01  01:58:38
32922         Log: Regen perlapi.
32923      Branch: perl
32924            ! pod/perlapi.pod
32925 ____________________________________________________________________________
32926 [  8971] By: jhi                                   on 2001/03/01  01:34:09
32927         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))
32928              From: Nicholas Clark <nick@ccl4.org>
32929              Date: Wed, 28 Feb 2001 23:28:49 +0000
32930              Message-ID: <20010228232849.A55187@plum.flirble.org>
32931              
32932              Allow a completely write protected source code tree
32933              when using the Configure -Dmksymlinks.
32934      Branch: perl
32935            ! embed.pl warnings.pl
32936 ____________________________________________________________________________
32937 [  8970] By: jhi                                   on 2001/03/01  01:32:04
32938         Log: Add back the EBCDIC character range tests (for matching).
32939      Branch: perl
32940            ! t/op/pat.t
32941 ____________________________________________________________________________
32942 [  8969] By: nick                                  on 2001/02/28  18:18:01
32943         Log: Add charname comments to .ucm files writen by 'compile',
32944              also order charmaps in those files by source encoding.
32945              regenerate distrubuted .ucm files
32946      Branch: perlio
32947            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
32948            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
32949            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
32950            ! ext/Encode/Encode/iso8859-10.ucm
32951            ! ext/Encode/Encode/iso8859-13.ucm
32952            ! ext/Encode/Encode/iso8859-14.ucm
32953            ! ext/Encode/Encode/iso8859-15.ucm
32954            ! ext/Encode/Encode/iso8859-16.ucm
32955            ! ext/Encode/Encode/iso8859-2.ucm
32956            ! ext/Encode/Encode/iso8859-3.ucm
32957            ! ext/Encode/Encode/iso8859-4.ucm
32958            ! ext/Encode/Encode/iso8859-5.ucm
32959            ! ext/Encode/Encode/iso8859-6.ucm
32960            ! ext/Encode/Encode/iso8859-7.ucm
32961            ! ext/Encode/Encode/iso8859-8.ucm
32962            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
32963            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
32964 ____________________________________________________________________________
32965 [  8968] By: jhi                                   on 2001/02/28  16:26:37
32966         Log: Expand usemorebits early if d_casti32 needs to be undefined.
32967      Branch: perl
32968            ! hints/hpux.sh hints/irix_6.sh
32969 ____________________________________________________________________________
32970 [  8967] By: jhi                                   on 2001/02/28  16:22:26
32971         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
32972              retract toke.c/qu parts of #8583, retract #8485, retract
32973              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
32974              op/length.t, and MANIFEST, and delete t/op/qu.t.
32975      Branch: perl
32976            - t/op/qu.t
32977            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
32978            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
32979            ! t/op/length.t toke.c
32980 ____________________________________________________________________________
32981 [  8966] By: jhi                                   on 2001/02/28  15:00:27
32982         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
32983              by not changing from pre-Unicode days into being Unicode-aware.
32984              Sniff.
32985      Branch: perl
32986            ! pp.c t/op/pack.t t/op/qu.t
32987 ____________________________________________________________________________
32988 [  8965] By: jhi                                   on 2001/02/28  14:37:55
32989         Log: Subject: Re: Errors in core PODs
32990              From: Michael Stevens <michael@etla.org> 
32991              Date: Fri, 23 Feb 2001 15:47:56 +0000
32992              Message-ID: <20010223154756.A7723@firedrake.org> 
32993      Branch: perl
32994            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
32995            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
32996            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
32997            ! x2p/a2p.pod
32998 ____________________________________________________________________________
32999 [  8964] By: jhi                                   on 2001/02/28  14:35:35
33000         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
33001              (The #8961 was too bold.)
33002      Branch: perl
33003            ! hints/hpux.sh hints/irix_6.sh
33004 ____________________________________________________________________________
33005 [  8963] By: jhi                                   on 2001/02/28  14:33:39
33006         Log: Subject: Re: sync sync sync: have I missed any patches?
33007              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33008              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
33009              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
33010              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
33011              
33012              Replace djSP with dSP.
33013      Branch: perl
33014            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
33015            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
33016            ! win32/perlhost.h
33017 ____________________________________________________________________________
33018 [  8962] By: jhi                                   on 2001/02/27  23:21:14
33019         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
33020      Branch: perl
33021            ! lib/Filter/Simple.pm
33022 ____________________________________________________________________________
33023 [  8961] By: jhi                                   on 2001/02/27  22:55:26
33024         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
33025              and this would be it.
33026      Branch: perl
33027            ! hints/hpux.sh hints/irix_6.sh
33028 ____________________________________________________________________________
33029 [  8960] By: jhi                                   on 2001/02/27  22:51:33
33030         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
33031              From: "Craig A. Berry" <craigberry@mac.com>
33032              Date: Tue, 27 Feb 2001 16:11:44 -0600
33033              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
33034      Branch: maint-5.6/perl
33035            ! configure.com vms/descrip_mms.template
33036 ____________________________________________________________________________
33037 [  8959] By: jhi                                   on 2001/02/27  22:47:23
33038         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
33039              From: "Craig A. Berry" <craigberry@mac.com>
33040              Date: Tue, 27 Feb 2001 16:11:44 -0600
33041              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
33042      Branch: perl
33043            ! configure.com vms/descrip_mms.template
33044 ____________________________________________________________________________
33045 [  8958] By: jhi                                   on 2001/02/27  15:16:42
33046         Log: Update Changes.
33047      Branch: perl
33048            ! Changes patchlevel.h
33049 ____________________________________________________________________________
33050 [  8957] By: jhi                                   on 2001/02/27  06:15:07
33051         Log: Subject: [5.6.x] EPOC additions
33052              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33053              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
33054              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
33055      Branch: maint-5.6/perl
33056            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
33057 ____________________________________________________________________________
33058 [  8956] By: jhi                                   on 2001/02/27  06:12:11
33059         Log: Subject: [perl-current] EPOC 
33060              From: Olaf Flebbe <O.Flebbe@science-computing.de>
33061              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
33062              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
33063      Branch: perl
33064            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
33065            ! epoc/epocish.c epoc/epocish.h pp_sys.c
33066 ____________________________________________________________________________
33067 [  8955] By: jhi                                   on 2001/02/27  05:59:50
33068         Log: Subject: Re: Compile with perlcc..
33069              From: Edward Peschko <edwardp@excitehome.net>
33070              Date: Mon, 26 Feb 2001 18:51:58 -0800
33071              Message-ID: <20010226185158.A9871@excitehome.net>
33072              
33073              plus add a simple usage message if no arguments given.
33074      Branch: perl
33075            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
33076            ! utils/Makefile utils/perlcc.PL win32/pod.mak
33077 ____________________________________________________________________________
33078 [  8954] By: nick                                  on 2001/02/26  21:02:59
33079         Log: Integrate mainline
33080      Branch: perlio
33081           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
33082           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
33083           !> t/op/sprintf.t
33084 ____________________________________________________________________________
33085 [  8953] By: jhi                                   on 2001/02/26  14:43:54
33086         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
33087              From: Nicholas Clark <nick@ccl4.org>
33088              Date: Mon, 26 Feb 2001 00:42:07 +0000
33089              Message-ID: <20010226004207.F23333@plum.flirble.org>
33090      Branch: perl
33091            ! pp_ctl.c
33092 ____________________________________________________________________________
33093 [  8952] By: jhi                                   on 2001/02/26  14:42:13
33094         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
33095              From: Simon Cozens <simon@netthink.co.uk>
33096              Date: Mon, 26 Feb 2001 12:23:48 +0000
33097              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
33098      Branch: perl
33099            ! pod/perlguts.pod
33100 ____________________________________________________________________________
33101 [  8951] By: jhi                                   on 2001/02/26  14:39:15
33102         Log: Subject: [PATCH] perlio - unknown layer
33103              From: Nicholas Clark <nick@ccl4.org>
33104              Date: Mon, 26 Feb 2001 00:27:19 +0000
33105              Message-ID: <20010226002719.E23333@plum.flirble.org>
33106      Branch: perl
33107            ! perlio.c
33108 ____________________________________________________________________________
33109 [  8950] By: jhi                                   on 2001/02/26  14:38:04
33110         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
33111              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
33112              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
33113              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
33114      Branch: perl
33115            ! t/op/bop.t
33116 ____________________________________________________________________________
33117 [  8949] By: jhi                                   on 2001/02/26  14:37:07
33118         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
33119              From: Peter Prymmer <pvhp@forte.com>
33120              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
33121              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
33122      Branch: perl
33123            ! lib/Test.pm
33124 ____________________________________________________________________________
33125 [  8948] By: jhi                                   on 2001/02/26  14:35:53
33126         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
33127              From: Radu Greab <radu@netsoft.ro>
33128              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
33129              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
33130      Branch: perl
33131            ! pod/perlop.pod
33132 ____________________________________________________________________________
33133 [  8947] By: jhi                                   on 2001/02/26  14:34:46
33134         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
33135              From: David Mitchell <davem@fdgroup.co.uk>
33136              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
33137              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
33138      Branch: perl
33139            ! run.c
33140 ____________________________________________________________________________
33141 [  8946] By: jhi                                   on 2001/02/26  14:32:37
33142         Log: Subject: Modified README.bs2000 
33143              From: Dorner Thomas <Thomas.Dorner@start.de>
33144              Date: Mon, 26 Feb 2001 09:22:17 +0100
33145              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
33146      Branch: perl
33147            ! README.bs2000
33148 ____________________________________________________________________________
33149 [  8945] By: jhi                                   on 2001/02/26  14:19:53
33150         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
33151              to maintperl, listing the known failures on the tests 129 and 130.
33152      Branch: maint-5.6/perl
33153           !> t/op/sprintf.t
33154 ____________________________________________________________________________
33155 [  8944] By: jhi                                   on 2001/02/26  14:14:15
33156         Log: Add more known sprintf failures.
33157      Branch: perl
33158            ! t/op/sprintf.t
33159 ____________________________________________________________________________
33160 [  8943] By: jhi                                   on 2001/02/26  13:56:22
33161         Log: perlglob.exe needs to be found in Win32, patch from
33162              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
33163              which needs external glob at mini-perl time."
33164      Branch: perl
33165            ! ext/Encode/compile
33166 ____________________________________________________________________________
33167 [  8942] By: jhi                                   on 2001/02/26  13:52:19
33168         Log: A missing dTHX from Vadim Konovalov.
33169      Branch: perl
33170            ! perlio.c
33171 ____________________________________________________________________________
33172 [  8941] By: jhi                                   on 2001/02/26  13:37:05
33173         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
33174      Branch: perl
33175            ! op.c
33176 ____________________________________________________________________________
33177 [  8940] By: jhi                                   on 2001/02/26  13:35:40
33178         Log: Integrate perlio.
33179      Branch: perl
33180           !> ext/Encode/Encode.pm
33181 ____________________________________________________________________________
33182 [  8939] By: nick                                  on 2001/02/25  23:47:09
33183         Log: Integrate mainline.
33184      Branch: perlio
33185           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
33186           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
33187 ____________________________________________________________________________
33188 [  8938] By: nick                                  on 2001/02/25  19:36:28
33189         Log: Encode implementations docs.
33190      Branch: perlio
33191            ! ext/Encode/Encode.pm
33192 ____________________________________________________________________________
33193 [  8937] By: jhi                                   on 2001/02/25  19:26:16
33194         Log: Script wasn't aligned with reality.
33195      Branch: perl
33196            ! t/pod/find.t
33197 ____________________________________________________________________________
33198 [  8936] By: jhi                                   on 2001/02/25  18:54:55
33199         Log: Update Changes.
33200      Branch: perl
33201            ! Changes patchlevel.h
33202 ____________________________________________________________________________
33203 [  8935] By: jhi                                   on 2001/02/25  18:46:36
33204         Log: Retract #8929,8930,8932,8933 for now.
33205      Branch: perl
33206            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
33207 ____________________________________________________________________________
33208 [  8934] By: jhi                                   on 2001/02/25  17:34:35
33209         Log: Integrate perlio.
33210      Branch: perl
33211           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
33212           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
33213           !> t/lib/encode.t
33214 ____________________________________________________________________________
33215 [  8933] By: jhi                                   on 2001/02/25  17:33:12
33216         Log: (Retracted by #8395.)
33217              
33218              Slight tweaks in scan_const(), not fixes yet, it seems like
33219              lots of work remains to be done...
33220      Branch: perl
33221            ! toke.c
33222 ____________________________________________________________________________
33223 [  8932] By: jhi                                   on 2001/02/25  17:27:11
33224         Log: (Retracted by #8395.)
33225              
33226              Missing from #8930.
33227      Branch: perl
33228            ! perl.h
33229 ____________________________________________________________________________
33230 [  8931] By: jhi                                   on 2001/02/25  17:26:19
33231         Log: A comment tweak.
33232      Branch: perl
33233            ! utf8.c
33234 ____________________________________________________________________________
33235 [  8930] By: jhi                                   on 2001/02/25  17:25:47
33236         Log: (Retracted by #8395.)
33237              
33238              Attempt to fix the EBCDIC character range problwm with //.
33239      Branch: perl
33240            ! regcomp.c
33241 ____________________________________________________________________________
33242 [  8929] By: jhi                                   on 2001/02/25  17:23:45
33243         Log: (Retracted by #8395.)
33244              
33245              Expand the EBCDIC character range tests, and add few nasty
33246              tr tests from Karsten Sperling.
33247      Branch: perl
33248            ! t/op/pat.t t/op/tr.t
33249 ____________________________________________________________________________
33250 [  8928] By: jhi                                   on 2001/02/25  17:18:49
33251         Log: Missing check-in.
33252      Branch: perl
33253            ! lib/Pod/Find.pm
33254 ____________________________________________________________________________
33255 [  8927] By: nick                                  on 2001/02/25  11:30:22
33256         Log: Change method names in Encode implementation classes to something
33257              less confusing (preparing to "go public").
33258      Branch: perlio
33259            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
33260 ____________________________________________________________________________
33261 [  8926] By: nick                                  on 2001/02/25  10:53:24
33262         Log: GCC __atribute__ / printf fix
33263      Branch: perlio
33264            ! perl.h
33265 ____________________________________________________________________________
33266 [  8925] By: nick                                  on 2001/02/25  10:52:25
33267         Log: Checked in the wrong one ...
33268      Branch: perlio
33269            ! ext/Encode/Encode.pm
33270 ____________________________________________________________________________
33271 [  8924] By: nick                                  on 2001/02/24  18:46:51
33272         Log: Integrate mainline - to see what Jarkko has in ...
33273      Branch: perlio
33274           +> t/pod/testpods/lib/Pod/Stuff.pm
33275           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
33276 ____________________________________________________________________________
33277 [  8923] By: nick                                  on 2001/02/24  17:05:23
33278         Log: Encode API documentation nd tidy up.
33279              Minor additions to test.
33280              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
33281              Adds STRLEN to standard typemap.
33282      Branch: perlio
33283            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
33284            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
33285 ____________________________________________________________________________
33286 [  8922] By: jhi                                   on 2001/02/24  16:38:12
33287         Log: Add a test for the "character range should match in EBCDIC
33288              if specified using explicit numerics" bug found by Karsten
33289              Sperling.
33290      Branch: perl
33291            ! t/op/pat.t
33292 ____________________________________________________________________________
33293 [  8921] By: jhi                                   on 2001/02/24  16:30:16
33294         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
33295              From: schwern@pobox.com
33296              Date: Fri, 23 Feb 2001 03:21:37 -0500
33297              Message-ID: <20010223032137.A26022@magnonel.guild.net>
33298              
33299              plus Charles Lane's fixes, plus tweaks.
33300      Branch: perl
33301            + t/pod/testpods/lib/Pod/Stuff.pm
33302            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
33303 ____________________________________________________________________________
33304 [  8920] By: nick                                  on 2001/02/24  10:30:11
33305         Log: Integrate mainline
33306      Branch: perlio
33307           !> (integrate 33 files)
33308 ____________________________________________________________________________
33309 [  8919] By: jhi                                   on 2001/02/24  00:23:35
33310         Log: Subject: Re: I'm losing the war...
33311              From: "Vadim Konovalov" <watman@inbox.ru>
33312              Date: Sat, 24 Feb 2001 00:10:14 +0300
33313              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
33314              
33315              hv_store() not working correctly in ENV_IS_CASELESS case.
33316      Branch: perl
33317            ! hv.c
33318 ____________________________________________________________________________
33319 [  8918] By: jhi                                   on 2001/02/24  00:20:09
33320         Log: Subject: Re: [PATCH] fix for charnames above FFFF
33321              From: andreas.koenig@anima.de (Andreas J. Koenig)
33322              Date: 23 Feb 2001 02:39:03 +0100
33323              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
33324              
33325              A further efficiency tweak.
33326      Branch: perl
33327            ! lib/charnames.pm
33328 ____________________________________________________________________________
33329 [  8917] By: jhi                                   on 2001/02/23  20:27:51
33330         Log: Integrate change #8916 from mainline,
33331              do away with USE_WIN32_RTL_ENV.
33332      Branch: maint-5.6/perl
33333           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
33334 ____________________________________________________________________________
33335 [  8916] By: jhi                                   on 2001/02/23  20:02:25
33336         Log: Abolish USE_WIN32_RTL_ENV.
33337      Branch: perl
33338            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
33339 ____________________________________________________________________________
33340 [  8915] By: jhi                                   on 2001/02/23  19:36:00
33341         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
33342              later protected by some #define.
33343      Branch: perl
33344            ! gv.c
33345 ____________________________________________________________________________
33346 [  8914] By: jhi                                   on 2001/02/23  19:31:38
33347         Log: Retract #8902 for now, requested by Charles Lane, the correct
33348              fix will be something else.
33349      Branch: perl
33350            ! op.c
33351 ____________________________________________________________________________
33352 [  8913] By: jhi                                   on 2001/02/23  19:11:36
33353         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
33354              From: Peter Prymmer <pvhp@forte.com>
33355              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
33356              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
33357      Branch: perl
33358            ! t/op/lex_assign.t
33359 ____________________________________________________________________________
33360 [  8912] By: jhi                                   on 2001/02/23  18:38:20
33361         Log: Subject: [patch] perlio + useithreads
33362              From: Doug MacEachern <dougm@covalent.net>
33363              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
33364              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
33365              
33366              Gets things running but not complete.
33367      Branch: perl
33368            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
33369 ____________________________________________________________________________
33370 [  8911] By: jhi                                   on 2001/02/23  04:20:02
33371         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
33372              
33373              Duplicated environment freeing, File::Temp 0.12,
33374              op/append portability (EBCDIC) tweak.
33375      Branch: maint-5.6/perl
33376           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33377           !> t/op/append.t
33378 ____________________________________________________________________________
33379 [  8910] By: jhi                                   on 2001/02/23  02:07:33
33380         Log: Integrate change #8909 from mainline, a better Borland
33381              putenv() workaround.
33382      Branch: maint-5.6/perl
33383           !> perl.c
33384 ____________________________________________________________________________
33385 [  8909] By: jhi                                   on 2001/02/23  02:05:46
33386         Log: A better workaround for Borland putenv() brokenness from Sarathy.
33387      Branch: perl
33388            ! perl.c
33389 ____________________________________________________________________________
33390 [  8908] By: jhi                                   on 2001/02/23  02:04:14
33391         Log: Subject: fix for parameter -Dm (for perl@8867)
33392              From: "Vadim Konovalov" <watman@inbox.ru>
33393              Date: Thu, 22 Feb 2001 17:30:12 +0300
33394              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
33395      Branch: perl
33396            ! perl.h
33397 ____________________________________________________________________________
33398 [  8907] By: jhi                                   on 2001/02/23  01:58:20
33399         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
33400              From: Peter Prymmer <pvhp@forte.com>
33401              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
33402              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
33403      Branch: perl
33404            ! t/op/append.t
33405 ____________________________________________________________________________
33406 [  8906] By: jhi                                   on 2001/02/23  01:48:34
33407         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
33408      Branch: perl
33409            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
33410 ____________________________________________________________________________
33411 [  8905] By: jhi                                   on 2001/02/23  01:43:30
33412         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
33413              From: Peter Prymmer <pvhp@forte.com>
33414              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
33415              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
33416      Branch: perl
33417            ! t/lib/st-06compat.t
33418 ____________________________________________________________________________
33419 [  8904] By: jhi                                   on 2001/02/23  01:42:39
33420         Log: Metaconfig unit change for #8903.
33421      Branch: metaconfig/U/perl
33422            ! Devel.U
33423 ____________________________________________________________________________
33424 [  8903] By: jhi                                   on 2001/02/23  01:42:12
33425         Log: Be more helpful for devel builders, suggested by John L. Allen.
33426      Branch: perl
33427            ! Configure
33428 ____________________________________________________________________________
33429 [  8902] By: jhi                                   on 2001/02/23  01:37:41
33430         Log: (Retracted by #8914)
33431              (Wrongly, reinstated by #8941)             
33432
33433              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
33434              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33435              Date:     Thu, 22 Feb 2001 09:43:57 EST
33436              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
33437      Branch: perl
33438            ! op.c
33439 ____________________________________________________________________________
33440 [  8901] By: jhi                                   on 2001/02/23  01:20:32
33441         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
33442              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33443              Date:     Thu, 22 Feb 2001 08:01:35 EST
33444              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
33445      Branch: perl
33446            ! malloc.c
33447 ____________________________________________________________________________
33448 [  8900] By: jhi                                   on 2001/02/23  01:18:02
33449         Log: Integrate changes #8898,8899 from mainline, environ handling.
33450      Branch: maint-5.6/perl
33451           !> perl.c
33452 ____________________________________________________________________________
33453 [  8899] By: jhi                                   on 2001/02/23  01:16:25
33454         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
33455              putenv() is not to be relied on, they are either broken or leaky
33456              or both.)
33457      Branch: perl
33458            ! perl.c
33459 ____________________________________________________________________________
33460 [  8898] By: jhi                                   on 2001/02/22  23:36:59
33461         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
33462              and safesysfree() must be used.
33463      Branch: perl
33464            ! perl.c
33465 ____________________________________________________________________________
33466 [  8897] By: jhi                                   on 2001/02/22  23:25:45
33467         Log: With environ one must use safesysmalloc()/safesysfree().
33468      Branch: perl
33469            ! perl.c
33470 ____________________________________________________________________________
33471 [  8896] By: jhi                                   on 2001/02/22  22:13:18
33472         Log: If we have a duplicated environment free it
33473              if PERL_DESTRUCT_LEVEL.
33474      Branch: perl
33475            ! perl.c
33476 ____________________________________________________________________________
33477 [  8895] By: alanbur                               on 2001/02/22  19:31:57
33478         Log: Synchronised with parent
33479      Branch: maint-5.6/pureperl
33480           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
33481 ____________________________________________________________________________
33482 [  8894] By: gsar                                  on 2001/02/22  19:06:18
33483         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
33484              
33485              fix memory leak in method call optimization (change#3768);
33486              made C<eval "$x->foo()"> leak
33487              
33488              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
33489      Branch: maint-5.6/perl
33490           !> op.c
33491 ____________________________________________________________________________
33492 [  8893] By: jhi                                   on 2001/02/22  18:35:27
33493         Log: (Retracted by #8915.)
33494              
33495              Third Degree finding:
33496              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
33497      Branch: perl
33498            ! gv.c
33499 ____________________________________________________________________________
33500 [  8892] By: jhi                                   on 2001/02/22  14:28:32
33501         Log: Update Changes.
33502      Branch: perl
33503            ! Changes patchlevel.h
33504 ____________________________________________________________________________
33505 [  8891] By: jhi                                   on 2001/02/22  13:22:45
33506         Log: Metaconfig unit changes for #8890.
33507      Branch: metaconfig
33508            ! U/modified/Cppsym.U U/threads/archname.U
33509 ____________________________________________________________________________
33510 [  8890] By: jhi                                   on 2001/02/22  13:22:12
33511         Log: Add -stdio to the archname if no perlio selected,
33512              no -perlio added since that is now the default.
33513              
33514              Add few CPUs/architectures to the Cppsym scan.
33515      Branch: perl
33516            ! Configure config_h.SH
33517 ____________________________________________________________________________
33518 [  8889] By: jhi                                   on 2001/02/22  13:05:59
33519         Log: Metaconfig unit change for #8888.
33520      Branch: metaconfig/U/perl
33521            ! useperlio.U
33522 ____________________________________________________________________________
33523 [  8888] By: jhi                                   on 2001/02/22  13:05:28
33524         Log: *drum roll*  Make perlio the default.
33525      Branch: perl
33526            ! Configure config_h.SH
33527 ____________________________________________________________________________
33528 [  8887] By: jhi                                   on 2001/02/22  12:50:52
33529         Log: Integrate change #8665 from maintperl to mainline,
33530              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
33531      Branch: perl
33532           !> ext/POSIX/POSIX.xs
33533 ____________________________________________________________________________
33534 [  8886] By: jhi                                   on 2001/02/22  12:49:24
33535         Log: Integrate changes #8883,8884 from mainline to maintperl.
33536              
33537              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
33538              Subject: Re: File::Temp::_gettemp warning
33539      Branch: maint-5.6/perl
33540           !> embed.h embed.pl lib/File/Temp.pm
33541 ____________________________________________________________________________
33542 [  8885] By: jhi                                   on 2001/02/22  12:43:59
33543         Log: Based on
33544              
33545              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
33546              From: schwab@suse.de
33547              Date: Thu, 22 Feb 2001 13:08:09 +0100
33548              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
33549              
33550              but the fix done slightly differently because the other
33551              half was already done in #8664.
33552      Branch: maint-5.6/perl
33553            ! ext/POSIX/POSIX.xs
33554 ____________________________________________________________________________
33555 [  8884] By: jhi                                   on 2001/02/22  12:37:15
33556         Log: Subject: Re: File::Temp::_gettemp warning
33557              From: Tim Jenness <t.jenness@jach.hawaii.edu>
33558              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
33559              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
33560              
33561              This patch to File::Temp does two things:
33562              
33563              1. Fixes the problem with CGI::Carp when determining
33564              the Fcntl constants
33565              
33566              2. Removes most of the carps and consolidates them so that all the
33567              reasons are included in a single die that is caught by the test. This
33568              means that the correct skipping behaviour is displayed by the test.
33569      Branch: perl
33570            ! lib/File/Temp.pm
33571 ____________________________________________________________________________
33572 [  8883] By: jhi                                   on 2001/02/22  12:29:19
33573         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
33574              From: Peter Prymmer <pvhp@forte.com>
33575              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
33576              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
33577      Branch: perl
33578            ! embed.h embed.pl
33579 ____________________________________________________________________________
33580 [  8882] By: jhi                                   on 2001/02/21  19:41:33
33581         Log: Integrate change #8881 from mainlin to maintperl.
33582              
33583              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
33584      Branch: maint-5.6/perl
33585           !> op.c
33586 ____________________________________________________________________________
33587 [  8881] By: jhi                                   on 2001/02/21  19:38:57
33588         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
33589              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33590              Date:     Wed, 21 Feb 2001 13:08:03 EST
33591              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
33592      Branch: perl
33593            ! op.c
33594 ____________________________________________________________________________
33595 [  8880] By: jhi                                   on 2001/02/21  19:34:34
33596         Log: Retract #8875, cannot let go of the old semantics of unpack U
33597              without rethinking utf8decode.t.
33598      Branch: perl
33599            ! pp.c t/op/pack.t
33600 ____________________________________________________________________________
33601 [  8879] By: jhi                                   on 2001/02/21  19:08:02
33602         Log: Run run/*.t also in minitest.
33603      Branch: perl
33604            ! Makefile.SH
33605 ____________________________________________________________________________
33606 [  8878] By: nick                                  on 2001/02/21  18:55:37
33607         Log: Integrate mainline
33608      Branch: perlio
33609           !> (integrate 76 files)
33610 ____________________________________________________________________________
33611 [  8877] By: jhi                                   on 2001/02/21  15:09:33
33612         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
33613      Branch: metaconfig
33614            ! U/compline/nblock_io.U
33615      Branch: perl
33616            ! Configure config_h.SH
33617 ____________________________________________________________________________
33618 [  8876] By: jhi                                   on 2001/02/21  14:54:45
33619         Log: If no sfio, no -lsfio.
33620      Branch: metaconfig/U/perl
33621            ! d_sfio.U
33622      Branch: perl
33623            ! Configure config_h.SH
33624 ____________________________________________________________________________
33625 [  8875] By: jhi                                   on 2001/02/21  14:54:00
33626         Log: Make unpack C and unpack C truly equivalent.
33627      Branch: perl
33628            ! pp.c t/op/pack.t
33629 ____________________________________________________________________________
33630 [  8874] By: jhi                                   on 2001/02/21  14:26:02
33631         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
33632              From: Peter Prymmer <pvhp@forte.com>
33633              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
33634              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
33635      Branch: perl
33636            ! pod/perlport.pod
33637 ____________________________________________________________________________
33638 [  8873] By: jhi                                   on 2001/02/21  14:24:31
33639         Log: Subject: [PATCH] fix for charnames above FFFF
33640              From: andreas.koenig@anima.de (Andreas J. Koenig)
33641              Date: 21 Feb 2001 07:05:45 +0100
33642              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
33643      Branch: perl
33644            ! lib/charnames.pm t/lib/charnames.t
33645 ____________________________________________________________________________
33646 [  8872] By: jhi                                   on 2001/02/21  14:15:25
33647         Log: Integrate change #8868 from pureperl to mainline.
33648              
33649              Fixed reference count loop caused by sv_magic.
33650      Branch: perl
33651           !> sv.c
33652 ____________________________________________________________________________
33653 [  8871] By: jhi                                   on 2001/02/21  14:07:29
33654         Log: Integrate change #8868 from pureperl to maintperl.
33655              
33656              Fixed reference count loop caused by sv_magic.
33657      Branch: maint-5.6/perl
33658           !> sv.c
33659 ____________________________________________________________________________
33660 [  8870] By: jhi                                   on 2001/02/21  14:04:41
33661         Log: Put back the #8840, it was innocent.
33662      Branch: perl
33663            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33664            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33665 ____________________________________________________________________________
33666 [  8869] By: jhi                                   on 2001/02/21  14:00:03
33667         Log: unpack("C", ...) was left slightly unfinished by #8865.
33668      Branch: perl
33669            ! pp.c t/op/pack.t
33670 ____________________________________________________________________________
33671 [  8868] By: alanbur                               on 2001/02/21  01:33:45
33672         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
33673              from gv_fetchpv to create single-character magic variables (e.g. $!),
33674              and it is passed a sv and the gv that contains the sv as the mg_obj
33675              value.  When sv_magic stores the mg_obj pointer it increments the gv
33676              refcount, thus causing a sv-gv pair that can't be freed.  There is
33677              already a check for sv == obj which is used to prevent such reference
33678              loops.  This change extends the check to cover the case described above.
33679      Branch: maint-5.6/pureperl
33680            ! sv.c
33681 ____________________________________________________________________________
33682 [  8867] By: jhi                                   on 2001/02/21  00:52:39
33683         Log: Update Changes.
33684      Branch: perl
33685            ! Changes patchlevel.h
33686 ____________________________________________________________________________
33687 [  8866] By: jhi                                   on 2001/02/21  00:34:20
33688         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
33689              (Note: there were some conflicts due to EBCDIC and EPOC
33690              patches, in general I preferred the repository code.)
33691              (When 2.753 comes out, we need to synchronize.)
33692      Branch: perl
33693            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
33694            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
33695            ! t/lib/cgi-html.t
33696 ____________________________________________________________________________
33697 [  8865] By: jhi                                   on 2001/02/21  00:24:22
33698         Log: Make pack("C", 0x100) to create Unicode, unless under the
33699              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
33700              will understand Unicode, unless you under know what.
33701      Branch: perl
33702            ! pp.c t/op/pack.t t/op/qu.t
33703 ____________________________________________________________________________
33704 [  8864] By: alanbur                               on 2001/02/20  22:35:34
33705         Log: Resynchronised with parent
33706      Branch: maint-5.6/pureperl
33707           !> README.win32 ext/GDBM_File/GDBM_File.pm
33708           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
33709           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
33710           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
33711           !> t/lib/sdbm.t util.c
33712 ____________________________________________________________________________
33713 [  8863] By: jhi                                   on 2001/02/20  20:55:11
33714         Log: Integrate change #8860,8861 from mainline into maintperl.
33715              
33716              "pseudo-literal j"
33717              
33718              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
33719      Branch: maint-5.6/perl
33720           !> lib/Test.pm pod/perlop.pod
33721 ____________________________________________________________________________
33722 [  8862] By: jhi                                   on 2001/02/20  20:30:07
33723         Log: Don't do casting between pointers pointing to differently sized
33724              integers.
33725      Branch: perl
33726            ! hv.c sv.c
33727 ____________________________________________________________________________
33728 [  8861] By: jhi                                   on 2001/02/20  19:53:44
33729         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
33730              From: Peter Prymmer <pvhp@forte.com>
33731              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
33732              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
33733      Branch: perl
33734            ! lib/Test.pm
33735 ____________________________________________________________________________
33736 [  8860] By: jhi                                   on 2001/02/20  19:48:02
33737         Log: "pseudo-literal j", a documentation glitch reported to Debian.
33738              The text recovered from Perl 5.005_03, and pseudo-literal replaced
33739              by "backtick string".
33740      Branch: perl
33741            ! pod/perlop.pod
33742 ____________________________________________________________________________
33743 [  8859] By: jhi                                   on 2001/02/20  19:15:46
33744         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
33745              from Chris Nandor.
33746      Branch: perl
33747            ! makedef.pl
33748 ____________________________________________________________________________
33749 [  8858] By: jhi                                   on 2001/02/20  17:36:53
33750         Log: Integrate pureperl changes #8844,8845,8850 to mainline
33751              (via maintperl #8855).
33752              
33753              Fixed %^H scoping bug
33754              
33755              Removed GV <-> CV refcount loop
33756              
33757              Removed %ENV refcount loop
33758      Branch: perl
33759           !> gv.c op.c perl.c pp.c scope.c
33760 ____________________________________________________________________________
33761 [  8857] By: jhi                                   on 2001/02/20  17:34:32
33762         Log: Integrate changes #8853,8854 from maintperl to mainline.
33763              
33764              EBDIC fixes, README.win32 Borland update.
33765      Branch: perl
33766           !> README.win32 handy.h util.c
33767 ____________________________________________________________________________
33768 [  8856] By: jhi                                   on 2001/02/20  17:33:16
33769         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
33770      Branch: maint-5.6/perl
33771           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33772           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33773           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33774 ____________________________________________________________________________
33775 [  8855] By: jhi                                   on 2001/02/20  17:32:13
33776         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
33777              
33778              Fixed %^H scoping bug
33779              
33780              Removed GV <-> CV refcount loop
33781              
33782              Removed %ENV refcount loop
33783      Branch: maint-5.6/perl
33784           !> gv.c op.c perl.c pp.c scope.c
33785 ____________________________________________________________________________
33786 [  8854] By: jhi                                   on 2001/02/20  17:25:06
33787         Log: Subject: Addition to readme.win32 for Borland C++ compilers
33788              Date: Tue, 20 Feb 2001 02:15:25 +0300
33789              From: "Vadim Konovalov" <watman@inbox.ru>
33790              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
33791              
33792              Document Borland compiler misbehaviour.
33793      Branch: maint-5.6/perl
33794            ! README.win32
33795 ____________________________________________________________________________
33796 [  8853] By: jhi                                   on 2001/02/20  17:22:25
33797         Log: The assimilation of ebcdic.c didn't quite work at the first try,
33798              patches from Thomas Dorner.
33799      Branch: maint-5.6/perl
33800            ! handy.h util.c
33801 ____________________________________________________________________________
33802 [  8852] By: jhi                                   on 2001/02/20  17:20:15
33803         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
33804              From: Chris Nandor <pudge@pobox.com>
33805              Date: Tue, 20 Feb 2001 08:32:45 -0500
33806              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
33807      Branch: maint-5.6/perl
33808            ! makedef.pl mg.c
33809 ____________________________________________________________________________
33810 [  8851] By: jhi                                   on 2001/02/20  17:15:52
33811         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
33812      Branch: perl
33813            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
33814            ! t/lib/filter-util.t
33815 ____________________________________________________________________________
33816 [  8850] By: alanbur                               on 2001/02/20  17:12:40
33817         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
33818              and the magic pointer points back to the GV that contains the
33819              %ENV hash.  This creates a refcount loop that prevents members
33820              of %ENV from being freed correctly.  This change removes the
33821              refcount loop - the magic pointer was never used anyway, the
33822              only use of the magic was to check the type ('E') so that the
33823              appropriate environment manipulation code is called when %ENV
33824              is modified.
33825      Branch: maint-5.6/pureperl
33826            ! perl.c
33827 ____________________________________________________________________________
33828 [  8849] By: jhi                                   on 2001/02/20  17:12:20
33829         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
33830              From: "Craig A. Berry" <craigberry@mac.com>
33831              Date: Mon, 19 Feb 2001 23:36:12 -0600
33832              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
33833              
33834              Case-forgiving systems match TestInit.pm with TES*.
33835      Branch: perl
33836            ! t/lib/glob-basic.t
33837 ____________________________________________________________________________
33838 [  8848] By: jhi                                   on 2001/02/20  17:10:02
33839         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
33840      Branch: perl
33841            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
33842            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
33843            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
33844 ____________________________________________________________________________
33845 [  8847] By: jhi                                   on 2001/02/20  15:34:41
33846         Log: The #8843 wasn't quite right: %Config needs to imported.
33847      Branch: perl
33848            ! t/run/runenv.t
33849 ____________________________________________________________________________
33850 [  8846] By: jhi                                   on 2001/02/20  15:31:50
33851         Log: Retract the #8838 and #8840 for now because of
33852              the DB_File tie problem.
33853      Branch: perl
33854            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
33855            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
33856            ! proto.h sv.c
33857 ____________________________________________________________________________
33858 [  8845] By: alanbur                               on 2001/02/20  14:25:41
33859         Log: Removed GV <-> CV refcount loop
33860              CvGV(mycv) points to the parent GV of the CV, and was previously
33861              refcounted.  The pointer remains, but the refcounting has been removed
33862              as it causes a refcount loop between the CV and GV that means the CV
33863              can't ever be deleted.
33864      Branch: maint-5.6/pureperl
33865            ! gv.c op.c pp.c
33866 ____________________________________________________________________________
33867 [  8844] By: alanbur                               on 2001/02/20  14:23:13
33868         Log: Fixed %^H scoping bug
33869      Branch: maint-5.6/pureperl
33870            ! scope.c
33871 ____________________________________________________________________________
33872 [  8843] By: jhi                                   on 2001/02/19  13:38:08
33873         Log: fork() not everywhere, cleanup temp files.
33874      Branch: perl
33875            ! t/run/runenv.t
33876 ____________________________________________________________________________
33877 [  8842] By: alanbur                               on 2001/02/19  12:42:07
33878         Log: Resynchronised with parent
33879      Branch: maint-5.6/pureperl
33880           !> pod/perlfaq4.pod sv.c utf8.c
33881 ____________________________________________________________________________
33882 [  8841] By: jhi                                   on 2001/02/19  03:35:51
33883         Log: Update Changes.
33884      Branch: perl
33885            ! Changes patchlevel.h
33886 ____________________________________________________________________________
33887 [  8840] By: jhi                                   on 2001/02/19  00:23:41
33888         Log: Subject: [patch] add sv_setref_uv
33889              From: Doug MacEachern <dougm@covalent.net>
33890              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
33891              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
33892      Branch: perl
33893            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
33894            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
33895 ____________________________________________________________________________
33896 [  8839] By: jhi                                   on 2001/02/19  00:01:38
33897         Log: Put to rest the 20010205.001, the email address checking (not) regex.
33898      Branch: perl
33899            ! pod/perlfaq9.pod
33900 ____________________________________________________________________________
33901 [  8838] By: jhi                                   on 2001/02/18  22:17:54
33902         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
33903              From: Doug MacEachern <dougm@covalent.net>
33904              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
33905              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
33906      Branch: perl
33907            ! lib/ExtUtils/xsubpp
33908 ____________________________________________________________________________
33909 [  8837] By: jhi                                   on 2001/02/18  22:16:50
33910         Log: Subject: [patch] -Wall cleanup round 2
33911              From: Doug MacEachern <dougm@covalent.net>
33912              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
33913              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
33914      Branch: perl
33915            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
33916            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
33917            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
33918            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
33919            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
33920            ! ext/SDBM_File/SDBM_File.xs
33921 ____________________________________________________________________________
33922 [  8836] By: jhi                                   on 2001/02/18  22:11:20
33923         Log: Misapplied regex optimizations when \C is present.
33924              Fixes 20001230.002.
33925              
33926              What still remains broken is that the submatches that
33927              have \C in them get their UTF8 flag on because their
33928              parent SV has it on.  This will result in malformed
33929              UTF8 if a \C happened to match a non-ASCII byte.
33930      Branch: perl
33931            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
33932            ! t/pragma/utf8.t
33933 ____________________________________________________________________________
33934 [  8835] By: jhi                                   on 2001/02/18  20:12:02
33935         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
33936              
33937              The hash key got wrongly UTF8fied.
33938      Branch: perl
33939            ! pod/perlapi.pod toke.c utf8.c
33940 ____________________________________________________________________________
33941 [  8834] By: jhi                                   on 2001/02/18  19:44:25
33942         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
33943              don't warn on magical or overloaded things.
33944      Branch: perl
33945            ! pp_hot.c
33946 ____________________________________________________________________________
33947 [  8833] By: nick                                  on 2001/02/18  19:31:22
33948         Log: Integrate mainline
33949      Branch: perlio
33950           +> t/TestInit.pm t/run/runenv.t
33951            - t/UTEST
33952           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
33953           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
33954           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
33955           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
33956           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
33957           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
33958           !> utf8.c
33959 ____________________________________________________________________________
33960 [  8832] By: jhi                                   on 2001/02/18  19:21:18
33961         Log: Integrate perlio.
33962      Branch: perl
33963           !> perlio.c pod/perldiag.pod
33964 ____________________________________________________________________________
33965 [  8831] By: jhi                                   on 2001/02/18  19:14:20
33966         Log: Integrate change #8827 from mainline.
33967              
33968              UTF8 tweaks.
33969      Branch: maint-5.6/perl
33970           !> sv.c utf8.c
33971 ____________________________________________________________________________
33972 [  8830] By: nick                                  on 2001/02/18  19:10:34
33973         Log: Apply the spirit of patch from Nick Clark:
33974              Subject: [PATCH] Re: extensions that provide layers
33975              From: Nicholas Clark <nick@ccl4.org>
33976              Date: Mon, 12 Feb 2001 16:43:51 +0000
33977              Message-Id: <20010212164350.Q3652@plum.flirble.org>
33978      Branch: perlio
33979            ! perlio.c pod/perldiag.pod
33980 ____________________________________________________________________________
33981 [  8829] By: jhi                                   on 2001/02/18  19:03:25
33982         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
33983              From: schwern@pobox.com 
33984              Date: Sun, 18 Feb 2001 13:44:35 -0500
33985              Message-ID: <20010218134435.A17544@magnonel.guild.net>
33986              
33987              Applied, but as t/TestInit.pm.
33988      Branch: perl
33989            + t/TestInit.pm
33990            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
33991            ! t/op/subst_wamp.t
33992 ____________________________________________________________________________
33993 [  8828] By: jhi                                   on 2001/02/18  18:43:52
33994         Log: Integrate perlio.
33995      Branch: perl
33996           !> perlio.c
33997 ____________________________________________________________________________
33998 [  8827] By: jhi                                   on 2001/02/18  18:41:33
33999         Log: UTF-8 tweaks.
34000      Branch: perl
34001            ! sv.c utf8.c
34002 ____________________________________________________________________________
34003 [  8826] By: nick                                  on 2001/02/18  17:40:59
34004         Log: Fix [ID 20010217.002]
34005              open FOO, "<:raw:perlio", ...
34006              :raw now inserts default base layer below itself.
34007              Also
34008              open FOO, "<:unix", ...
34009              works as well - but leaves buffer layer on stack under the unix layer.
34010      Branch: perlio
34011            ! perlio.c
34012 ____________________________________________________________________________
34013 [  8825] By: jhi                                   on 2001/02/18  17:15:39
34014         Log: Integrate perlio.
34015      Branch: perl
34016           !> perlio.c perliol.h
34017 ____________________________________________________________________________
34018 [  8824] By: jhi                                   on 2001/02/18  17:10:53
34019         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
34020              From: schwern@pobox.com
34021              Date: Sun, 18 Feb 2001 01:48:50 -0500
34022              Message-ID: <20010218014850.C19957@magnonel.guild.net>
34023      Branch: perl
34024            ! lib/Test/Harness.pm t/TEST t/op/chop.t
34025 ____________________________________________________________________________
34026 [  8823] By: jhi                                   on 2001/02/18  17:01:06
34027         Log: Add run/*.t to testables.
34028      Branch: perl
34029            ! t/TEST
34030 ____________________________________________________________________________
34031 [  8822] By: jhi                                   on 2001/02/18  16:58:58
34032         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
34033              From: schwern@pobox.com
34034              Date: Sun, 18 Feb 2001 01:11:35 -0500
34035              Message-ID: <20010218011135.A19957@magnonel.guild.net>
34036              
34037              Revive mjd's and Simon's PERL5OPT fix.
34038      Branch: perl
34039            + t/run/runenv.t
34040            ! MANIFEST perl.c
34041 ____________________________________________________________________________
34042 [  8821] By: jhi                                   on 2001/02/18  16:53:46
34043         Log: Subject: Re: Why t/TEST and not Test::Harness?
34044              From: schwern@pobox.com
34045              Date: Sat, 17 Feb 2001 22:44:44 -0500
34046              Message-ID: <20010217224444.A6679@magnonel.guild.net>
34047              
34048              Replace UTEST with TEST -utf8.
34049      Branch: perl
34050            - t/UTEST
34051            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
34052            ! t/lib/glob-basic.t
34053 ____________________________________________________________________________
34054 [  8820] By: nick                                  on 2001/02/18  13:06:16
34055         Log: Clean up a few core dumps when layers are used in unexpected ways.
34056              (Still not "right"...)
34057      Branch: perlio
34058            ! perlio.c perliol.h
34059 ____________________________________________________________________________
34060 [  8819] By: jhi                                   on 2001/02/18  02:25:55
34061         Log: Integrate change #8818 from maintperl, a FAQ nit.
34062      Branch: perl
34063           !> pod/perlfaq4.pod
34064 ____________________________________________________________________________
34065 [  8818] By: jhi                                   on 2001/02/18  02:24:50
34066         Log: FAQ nit from Chris Fedde.
34067      Branch: maint-5.6/perl
34068            ! pod/perlfaq4.pod
34069 ____________________________________________________________________________
34070 [  8817] By: nick                                  on 2001/02/17  18:20:14
34071         Log: Integrate mainline
34072      Branch: perlio
34073           +> lib/unicode/UCD.html lib/unicode/Unicode.html
34074           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
34075           +> pod/perlclib.pod
34076            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
34077            - lib/unicode/Unicode.301
34078           !> (integrate 324 files)
34079 ____________________________________________________________________________
34080 [  8816] By: jhi                                   on 2001/02/17  16:56:58
34081         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
34082      Branch: perl
34083            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34084            ! ext/Storable/Storable.xs t/lib/st-06compat.t
34085            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
34086 ____________________________________________________________________________
34087 [  8815] By: jhi                                   on 2001/02/17  16:40:07
34088         Log: Subject: [patch] -Wall
34089              From: Doug MacEachern <dougm@covalent.net>
34090              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
34091              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
34092      Branch: perl
34093            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
34094            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
34095 ____________________________________________________________________________
34096 [  8814] By: jhi                                   on 2001/02/16  19:27:18
34097         Log: Document qu better.
34098      Branch: perl
34099            ! pod/perlop.pod
34100 ____________________________________________________________________________
34101 [  8813] By: jhi                                   on 2001/02/15  13:54:37
34102         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
34103              From: Hugo <hv@crypt.compulink.co.uk>
34104              Date: Thu, 15 Feb 2001 13:39:49 +0000
34105              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
34106      Branch: perl
34107            ! toke.c
34108 ____________________________________________________________________________
34109 [  8812] By: alanbur                               on 2001/02/15  13:52:16
34110         Log: Resynchronised with parent
34111      Branch: maint-5.6/pureperl
34112            - ebcdic.c
34113           !> (integrate 36 files)
34114 ____________________________________________________________________________
34115 [  8811] By: jhi                                   on 2001/02/15  13:51:16
34116         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
34117              
34118              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
34119              From: Jan Dubois <JanD@ActiveState.com>
34120              Date: Wed, 31 Jan 2001 21:17:03 -0800
34121              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
34122              
34123              tweak change#8659 to keep it simple
34124              
34125              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
34126              From: Russ Allbery <rra@stanford.edu>
34127              Date: 14 Feb 2001 10:15:41 -0800
34128              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
34129              
34130              (8809 empty)
34131
34132              Upgrade to podlators 1.08, from Russ Allbery.
34133      Branch: perl
34134           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
34135           !> utils/perldoc.PL
34136 ____________________________________________________________________________
34137 [  8810] By: jhi                                   on 2001/02/15  13:35:08
34138         Log: Upgrade to podlators 1.08, from Russ Allbery.
34139      Branch: maint-5.6/perl
34140            ! lib/Pod/Man.pm lib/Pod/Text.pm
34141 ____________________________________________________________________________
34142 [  8809] By: jhi                                   on 2001/02/15  13:26:38
34143         Log: (accidentally empty check-in)
34144      Branch: maint-5.6/perl
34145            ! lib/Test/Harness.pm
34146 ____________________________________________________________________________
34147 [  8808] By: jhi                                   on 2001/02/15  13:23:47
34148         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
34149              From: Russ Allbery <rra@stanford.edu>
34150              Date: 14 Feb 2001 10:15:41 -0800
34151              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
34152              
34153              perldoc was hardcoding $Config{installscript}, which breaks
34154              when install* isn't where Perl ends up (such as with AFS).
34155              
34156              Use $Config{scriptdir} instead.
34157      Branch: maint-5.6/perl
34158            ! utils/perldoc.PL
34159 ____________________________________________________________________________
34160 [  8807] By: jhi                                   on 2001/02/14  14:37:27
34161         Log: Update Changes.
34162      Branch: perl
34163            ! Changes patchlevel.h
34164 ____________________________________________________________________________
34165 [  8806] By: jhi                                   on 2001/02/14  14:25:31
34166         Log: Integrate changes #8803,8804,8805 from mainline.
34167              
34168              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
34169              
34170              Don't skip too much of the locale error message if no environ array,
34171              from Chris Nandor.
34172              
34173              More MacOS Classic fixes from Chris Nandor.
34174      Branch: maint-5.6/perl
34175           !> doop.c lib/Cwd.pm perl.c perl.h util.c
34176 ____________________________________________________________________________
34177 [  8805] By: jhi                                   on 2001/02/14  03:29:01
34178         Log: More MacOS Classic fixes from Chris Nandor.
34179      Branch: perl
34180            ! doop.c lib/Cwd.pm
34181 ____________________________________________________________________________
34182 [  8804] By: jhi                                   on 2001/02/14  03:18:35
34183         Log: Don't skip too much of the locale error message if no environ array,
34184              from Chris Nandor.
34185      Branch: perl
34186            ! util.c
34187 ____________________________________________________________________________
34188 [  8803] By: jhi                                   on 2001/02/14  03:14:14
34189         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
34190      Branch: perl
34191            ! perl.c perl.h
34192 ____________________________________________________________________________
34193 [  8802] By: jhi                                   on 2001/02/13  18:31:33
34194         Log: AUTHORS update.
34195      Branch: perl
34196            ! AUTHORS
34197 ____________________________________________________________________________
34198 [  8801] By: jhi                                   on 2001/02/13  17:55:19
34199         Log: Integrate change #8792 from mainline.
34200              
34201              Subject: buncha MacPerl patches for bleadperl
34202              From: Chris Nandor <pudge@pobox.com>
34203              Date: Tue, 13 Feb 2001 00:02:43 -0500
34204              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
34205      Branch: maint-5.6/perl
34206           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34207           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
34208           !> t/lib/basename.t toke.c util.h
34209 ____________________________________________________________________________
34210 [  8800] By: jhi                                   on 2001/02/13  17:46:43
34211         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
34212              to be forced to Off_t.
34213              
34214              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
34215              From: nick@ccl4.org
34216              Date: Thu, 1 Feb 2001 12:01:04 +0000
34217              Message-Id: <20010201120103.E11401@plum.flirble.org>
34218      Branch: maint-5.6/perl
34219            ! iperlsys.h perlio.c
34220 ____________________________________________________________________________
34221 [  8799] By: jhi                                   on 2001/02/13  16:52:51
34222         Log: Duplex duplex hunk hunk.
34223      Branch: maint-5.6/perl
34224            ! Makefile.SH
34225 ____________________________________________________________________________
34226 [  8797] By: jhi                                   on 2001/02/13  14:52:04
34227         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
34228              From: "Craig A. Berry" <craigberry@mac.com>
34229              Date: Mon, 12 Feb 2001 11:05:25 -0600
34230              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
34231      Branch: perl
34232            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
34233 ____________________________________________________________________________
34234 [  8796] By: jhi                                   on 2001/02/13  14:36:47
34235         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
34236              From: simon.cozens@pembroke.oxford.ac.uk 
34237              Date: Sat, 10 Feb 2001 17:57:02 +0000
34238              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
34239              
34240              Now it does include.
34241      Branch: perl
34242            ! pod/perldiag.pod
34243 ____________________________________________________________________________
34244 [  8795] By: jhi                                   on 2001/02/13  14:30:11
34245         Log: Sort the MANIFEST.
34246      Branch: perl
34247            ! MANIFEST
34248 ____________________________________________________________________________
34249 [  8794] By: jhi                                   on 2001/02/13  14:26:51
34250         Log: Integrate change #8793 from mainline, FAQ updates.
34251      Branch: maint-5.6/perl
34252           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
34253 ____________________________________________________________________________
34254 [  8793] By: jhi                                   on 2001/02/13  14:25:13
34255         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
34256      Branch: perl
34257            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
34258 ____________________________________________________________________________
34259 [  8792] By: jhi                                   on 2001/02/13  14:22:50
34260         Log: Subject: buncha MacPerl patches for bleadperl
34261              From: Chris Nandor <pudge@pobox.com>
34262              Date: Tue, 13 Feb 2001 00:02:43 -0500
34263              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
34264      Branch: perl
34265            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
34266            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
34267            ! t/lib/basename.t toke.c util.h
34268 ____________________________________________________________________________
34269 [  8791] By: jhi                                   on 2001/02/13  14:10:39
34270         Log: Integrate change #8790 from mainline.
34271              
34272              environ array wrongly assumed in Perl_init_i18nl10n(),
34273      Branch: maint-5.6/perl
34274           !> util.c
34275 ____________________________________________________________________________
34276 [  8790] By: jhi                                   on 2001/02/13  14:06:15
34277         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
34278              noticed by Chris Nandor in MacOS Classic.
34279      Branch: perl
34280            ! util.c
34281 ____________________________________________________________________________
34282 [  8789] By: jhi                                   on 2001/02/13  13:58:07
34283         Log: Integrate changes #8373,8487,8544,8783 from mainline.
34284              
34285              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
34286              hints files, the dynaloading, assimilate ebcdic into util.c.
34287      Branch: maint-5.6/perl
34288            - ebcdic.c
34289            ! MANIFEST hints/posix-bc.sh
34290           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
34291           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
34292           !> perlapi.c proto.h util.c
34293 ____________________________________________________________________________
34294 [  8788] By: alanbur                               on 2001/02/13  10:33:13
34295         Log: Integrated changes from maint-5.6
34296      Branch: maint-5.6/pureperl
34297           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
34298           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
34299           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34300           !> vos/config.ga.h vos/configure_perl.cm
34301 ____________________________________________________________________________
34302 [  8787] By: jhi                                   on 2001/02/13  05:56:36
34303         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
34304      Branch: perl
34305           !> Makefile.SH
34306 ____________________________________________________________________________
34307 [  8786] By: jhi                                   on 2001/02/13  05:54:34
34308         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
34309              From: Dorner Thomas <Thomas.Dorner@start.de>
34310              Date: Mon, 12 Feb 2001 15:06:26 +0100
34311              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
34312      Branch: maint-5.6/perl
34313            ! Makefile.SH
34314 ____________________________________________________________________________
34315 [  8785] By: jhi                                   on 2001/02/13  05:29:04
34316         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
34317      Branch: perl
34318           !> hints/openbsd.sh
34319 ____________________________________________________________________________
34320 [  8784] By: jhi                                   on 2001/02/13  02:25:24
34321         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
34322              From: Peter Prymmer <pvhp@forte.com>
34323              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
34324              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
34325      Branch: perl
34326            ! pod/perlclib.pod
34327 ____________________________________________________________________________
34328 [  8783] By: jhi                                   on 2001/02/13  02:22:36
34329         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
34330      Branch: perl
34331            - ebcdic.c
34332            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
34333            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
34334            ! util.c
34335 ____________________________________________________________________________
34336 [  8782] By: jhi                                   on 2001/02/13  02:00:07
34337         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
34338      Branch: maint-5.6/perl
34339            ! pod/perlport.pod
34340 ____________________________________________________________________________
34341 [  8781] By: jhi                                   on 2001/02/13  01:58:44
34342         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
34343      Branch: maint-5.6/perl
34344            ! hints/openbsd.sh
34345 ____________________________________________________________________________
34346 [  8780] By: jhi                                   on 2001/02/13  01:57:33
34347         Log: Synchronize the regexp tests between maintperl and mainline.
34348      Branch: maint-5.6/perl
34349           !> t/op/re_tests
34350 ____________________________________________________________________________
34351 [  8779] By: jhi                                   on 2001/02/13  01:49:35
34352         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
34353              From: Hugo <hv@crypt.compulink.co.uk>
34354              Date: Tue, 13 Feb 2001 00:11:11 +0000
34355              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
34356      Branch: perl
34357            ! regcomp.c t/op/re_tests
34358 ____________________________________________________________________________
34359 [  8778] By: jhi                                   on 2001/02/13  00:23:10
34360         Log: Comments do not nest.
34361      Branch: perl
34362            ! perl.h
34363 ____________________________________________________________________________
34364 [  8777] By: jhi                                   on 2001/02/13  00:17:54
34365         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
34366              From: Hugo <hv@crypt.compulink.co.uk>
34367              Date: Tue, 13 Feb 2001 00:11:11 +0000
34368              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
34369      Branch: maint-5.6/perl
34370            ! regcomp.c t/op/re_tests
34371 ____________________________________________________________________________
34372 [  8776] By: jhi                                   on 2001/02/12  23:25:52
34373         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
34374      Branch: maint-5.6/perl
34375            ! pod/perlport.pod
34376 ____________________________________________________________________________
34377 [  8775] By: jhi                                   on 2001/02/12  23:04:28
34378         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
34379      Branch: maint-5.6/perl
34380            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
34381            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34382            ! vos/configure_perl.cm
34383 ____________________________________________________________________________
34384 [  8774] By: jhi                                   on 2001/02/12  22:59:11
34385         Log: Subject: Re: [patch] context for 'U' magic functions
34386              From: Doug MacEachern <dougm@covalent.net>
34387              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
34388              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
34389              
34390              plus the suggestion by Nick Ing-Simmons to name the macro
34391              as PERL_MG_UFUNC to avoid namespace pollution, plus add
34392              the advice by Doug for XS writers to perl.h
34393      Branch: perl
34394            ! mg.c perl.h
34395 ____________________________________________________________________________
34396 [  8773] By: jhi                                   on 2001/02/11  20:14:12
34397         Log: Update Changes.
34398      Branch: perl
34399            ! Changes patchlevel.h
34400 ____________________________________________________________________________
34401 [  8772] By: jhi                                   on 2001/02/11  18:47:52
34402         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
34403              From: Simon Cozens <simon@cozens.net>
34404              Date: Wed, 31 Jan 2001 16:31:43 +0000
34405              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
34406      Branch: perl
34407            + pod/perlclib.pod
34408            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
34409            ! pod/perltoc.pod
34410 ____________________________________________________________________________
34411 [  8771] By: jhi                                   on 2001/02/11  18:36:48
34412         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
34413              
34414              Blocks-4d3.beta.txt
34415              CaseFolding-3d4.beta.txt
34416              CompositionExclusions-3d6.beta.txt
34417              EastAsianWidth-4d4.beta.txt
34418              LineBreak-6d3.beta.txt
34419              NamesList-3.1.0d1.beta.txt
34420              PropList-3.1.0d4.beta.txt
34421              SpecialCasing-4d1.beta.txt
34422              UnicodeData-3.1.0d6.beta.txt
34423      Branch: perl
34424            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
34425           +> lib/unicode/UCD.html lib/unicode/Unicode.html
34426            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
34427            - lib/unicode/Unicode.301
34428            ! (edit 257 files)
34429 ____________________________________________________________________________
34430 [  8770] By: jhi                                   on 2001/02/11  17:26:22
34431         Log: UTF-8 documentation.
34432      Branch: perl
34433            ! utf8.h
34434 ____________________________________________________________________________
34435 [  8769] By: jhi                                   on 2001/02/11  17:12:49
34436         Log: Retract #8762.
34437      Branch: perl
34438            ! regexec.c
34439 ____________________________________________________________________________
34440 [  8768] By: jhi                                   on 2001/02/11  16:54:45
34441         Log: Subject: [PATCH] Test::Harness
34442              From: andreas.koenig@anima.de (Andreas J. Koenig)
34443              Date: 11 Feb 2001 14:37:00 +0100
34444              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
34445      Branch: perl
34446            ! lib/Test/Harness.pm
34447 ____________________________________________________________________________
34448 [  8767] By: jhi                                   on 2001/02/11  16:53:52
34449         Log: Subject: [PATCH] Document makepatch in Porting/patching
34450              From: andreas.koenig@anima.de (Andreas J. Koenig)
34451              Date: 11 Feb 2001 16:46:28 +0100
34452              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
34453      Branch: perl
34454            ! Porting/patching.pod
34455 ____________________________________________________________________________
34456 [  8766] By: jhi                                   on 2001/02/11  06:30:23
34457         Log: Subject: Re: [patch] GvSHARED
34458              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
34459              From: Doug MacEachern <dougm@covalent.net>
34460              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
34461              
34462              Subject: Re: [patch] GvSHARED
34463              From: Doug MacEachern <dougm@covalent.net>
34464              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
34465              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
34466              
34467              Subject: [patch] attributes.pm support for `shared'
34468              From: Doug MacEachern <dougm@covalent.net>
34469              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
34470              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
34471              
34472              our() attributes were ignored, our :shared pieces missing,
34473              allow attributes.pm to turn on shared.
34474      Branch: perl
34475            ! op.c t/op/attrs.t toke.c xsutils.c
34476 ____________________________________________________________________________
34477 [  8765] By: alanbur                               on 2001/02/10  23:11:19
34478         Log: Resync with parent (hopefully sucessfully this time)
34479      Branch: maint-5.6/pureperl
34480           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
34481           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
34482           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34483           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34484           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34485           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34486           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
34487 ____________________________________________________________________________
34488 [  8764] By: jhi                                   on 2001/02/10  22:54:38
34489         Log: Make TEST and UTEST more verbose in case something goes
34490              wrong in running/compiling a script, suggested by Doug
34491              MacEachern.
34492      Branch: perl
34493            ! t/TEST t/UTEST
34494 ____________________________________________________________________________
34495 [  8763] By: jhi                                   on 2001/02/10  22:11:34
34496         Log: Bogus shebang.
34497      Branch: perl
34498            ! t/lib/texttabs.t
34499 ____________________________________________________________________________
34500 [  8762] By: jhi                                   on 2001/02/10  21:56:02
34501         Log: (Retracted by #8769)
34502      Branch: perl
34503            ! regexec.c
34504 ____________________________________________________________________________
34505 [  8761] By: jhi                                   on 2001/02/10  21:26:15
34506         Log: Subject: Re: [patch] GvSHARED 
34507              From: Doug MacEachern <dougm@covalent.net>
34508              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
34509              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
34510              
34511              our @EXPORT : shared = (...);
34512      Branch: perl
34513            ! toke.c
34514 ____________________________________________________________________________
34515 [  8760] By: jhi                                   on 2001/02/10  21:25:07
34516         Log: Subject: [patch] GvSHARED
34517              From: Doug MacEachern <dougm@covalent.net>
34518              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
34519              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
34520      Branch: perl
34521            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
34522 ____________________________________________________________________________
34523 [  8759] By: alanbur                               on 2001/02/10  21:24:27
34524         Log: Backed out mismerge.
34525      Branch: maint-5.6/pureperl
34526            ! MANIFEST README.hpux README.vmesa gv.c installhtml
34527            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
34528            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34529            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34530            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34531            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34532            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
34533 ____________________________________________________________________________
34534 [  8758] By: jhi                                   on 2001/02/10  18:01:17
34535         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
34536              
34537              Fixed UMRs and leak in Perl_pmtrans()
34538              
34539              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34540              associated UTFied tr/// code.  Also fixed scoping leak of
34541              PL_reg_start_tmp.
34542              
34543              newATTRSUB leaks when an attempt to redefine the active sort sub is
34544              made.
34545      Branch: maint-5.6/perl
34546           !> op.c regcomp.c
34547 ____________________________________________________________________________
34548 [  8757] By: alanbur                               on 2001/02/10  17:56:46
34549         Log: Resynchronised with parent
34550      Branch: maint-5.6/pureperl
34551           +> README.bs2000
34552            - README.posix-bc
34553            ! gv.c perl.c sv.c
34554           !> MANIFEST README.hpux README.vmesa installhtml
34555           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
34556           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34557           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
34558           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
34559           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
34560           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
34561 ____________________________________________________________________________
34562 [  8756] By: alanbur                               on 2001/02/10  17:51:15
34563         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
34564              made.
34565      Branch: maint-5.6/pureperl
34566            ! op.c
34567 ____________________________________________________________________________
34568 [  8755] By: jhi                                   on 2001/02/09  22:41:35
34569         Log: Upgrade to CPAN 1.59_54, from Andreas König.
34570      Branch: perl
34571            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
34572 ____________________________________________________________________________
34573 [  8754] By: jhi                                   on 2001/02/09  22:29:20
34574         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
34575              
34576              Didn't upgrade the fill.t since it has a dependency to File::Slurp
34577              purely for debugging purposes, the actual test hasn't changed.
34578      Branch: perl
34579            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
34580            ! t/lib/textwrap.t
34581 ____________________________________________________________________________
34582 [  8753] By: jhi                                   on 2001/02/09  20:17:50
34583         Log: Integrate change #8682 from maintperl.
34584              
34585              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
34586              to work correctly.
34587      Branch: perl
34588           !> hints/irix_6.sh
34589 ____________________________________________________________________________
34590 [  8752] By: jhi                                   on 2001/02/09  20:00:46
34591         Log: Update Changes.
34592      Branch: perl
34593            ! Changes patchlevel.h
34594 ____________________________________________________________________________
34595 [  8751] By: nick                                  on 2001/02/09  19:48:37
34596         Log: Integrate mainline
34597      Branch: perlio
34598           +> README.bs2000 t/lib/cgi-esc.t
34599            - README.posix-bc
34600           !> (integrate 53 files)
34601 ____________________________________________________________________________
34602 [  8750] By: nick                                  on 2001/02/09  19:25:16
34603         Log: Subject: RE: Biannual Competition to Improve Hashing Function
34604              From: Fisher Mark <fisherm@tce.com>
34605              Date: Thu, 8 Feb 2001 10:44:00 -0500
34606              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
34607              Date: Thu, 8 Feb 2001 15:02:47 -0500
34608              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
34609      Branch: perl
34610            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
34611 ____________________________________________________________________________
34612 [  8749] By: jhi                                   on 2001/02/09  19:02:35
34613         Log: Forgotten fragment.
34614      Branch: perl
34615            ! pod/perlapi.pod
34616 ____________________________________________________________________________
34617 [  8748] By: jhi                                   on 2001/02/09  18:31:34
34618         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
34619              plus manual tweakage.
34620              
34621              Sync the perlfaq2 between mainline and maintperl.
34622      Branch: maint-5.6/perl
34623            ! pod/perlfaq2.pod
34624      Branch: perl
34625           !> pod/perlfaq2.pod
34626 ____________________________________________________________________________
34627 [  8747] By: jhi                                   on 2001/02/09  18:12:04
34628         Log: Subject: versiononly and installperl
34629              From: abigail@foad.org
34630              Date: Wed, 7 Feb 2001 22:43:12 +0100
34631              Message-ID: <20010207214312.7045.qmail@foad.org>    
34632              
34633              Add +v flag to force a normal install of the perl binary
34634              and the utilities.
34635              
34636              Subject: [PATCH] installperl
34637              From: Nicholas Clark <nick@ccl4.org>
34638              Date: Fri, 9 Feb 2001 16:28:57 +0000
34639              Message-ID: <20010209162857.B10931@plum.flirble.org>
34640              
34641              Add -A flag which also hardlinks the binary with
34642              the full architecture name.
34643      Branch: perl
34644            ! installperl
34645 ____________________________________________________________________________
34646 [  8746] By: jhi                                   on 2001/02/09  18:03:43
34647         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
34648              
34649              Subject: perlfaq2, re: perlmongers
34650              
34651              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34652              
34653              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34654              
34655              Subject: [ID 20010205.001] typo in perlfaq9
34656              
34657              Subject: [ID 20010208.002] unordered explanation in perlcall
34658      Branch: maint-5.6/perl
34659           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
34660           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
34661           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
34662 ____________________________________________________________________________
34663 [  8745] By: jhi                                   on 2001/02/09  17:59:09
34664         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
34665              From: abela@geneanet.org
34666              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
34667              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
34668      Branch: perl
34669            ! pod/perlcall.pod
34670 ____________________________________________________________________________
34671 [  8744] By: jhi                                   on 2001/02/09  17:48:16
34672         Log: Subject: [ID 20010205.001] typo in perlfaq9
34673              From: eserte@vran.herceg.de
34674              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
34675              Message-Id: <200102042244.XAA21926@vran.herceg.de>
34676      Branch: perl
34677            ! pod/perlfaq9.pod
34678 ____________________________________________________________________________
34679 [  8743] By: jhi                                   on 2001/02/09  17:25:12
34680         Log: Integrate change #8695 from maintperl.
34681              
34682              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
34683      Branch: perl
34684           !> thread.h
34685 ____________________________________________________________________________
34686 [  8742] By: jhi                                   on 2001/02/09  17:21:22
34687         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
34688              From: Andy Dougherty <doughera@lafayette.edu>
34689              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
34690              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
34691      Branch: perl
34692            ! embed.pl
34693 ____________________________________________________________________________
34694 [  8741] By: jhi                                   on 2001/02/09  17:05:19
34695         Log: Integrate changes #8738,8739,8740 from maintperl.
34696              
34697              Html files will be installed in a more logical and easier to
34698              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
34699              
34700              Html files will be generated with a header to make them look
34701              a little less bare.
34702              
34703              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
34704      Branch: perl
34705           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
34706 ____________________________________________________________________________
34707 [  8740] By: jhi                                   on 2001/02/09  17:03:46
34708         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
34709              From: "Brendan O'Dea" <bod@compusol.com.au>
34710              Date: Sun, 4 Feb 2001 11:17:56 +1100
34711              Message-ID: <20010204111756.A16301@compusol.com.au>
34712      Branch: maint-5.6/perl
34713            ! pod/perlfaq3.pod
34714 ____________________________________________________________________________
34715 [  8739] By: jhi                                   on 2001/02/09  17:01:59
34716         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
34717              From: "Indy Singh" <indy@nusphere.com>
34718              Date: Fri, 2 Feb 2001 15:09:59 -0500
34719              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
34720              
34721              Html files will be generated with a header to make them look
34722              a little less bare.
34723      Branch: maint-5.6/perl
34724            ! installhtml
34725 ____________________________________________________________________________
34726 [  8738] By: jhi                                   on 2001/02/09  16:58:48
34727         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
34728              From: "Indy Singh" <indy@nusphere.com>
34729              Date: Fri, 2 Feb 2001 15:08:23 -0500
34730              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
34731              
34732              Html files will be installed in a more logical and easier to
34733              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
34734      Branch: maint-5.6/perl
34735            ! win32/Makefile win32/makefile.mk
34736 ____________________________________________________________________________
34737 [  8737] By: jhi                                   on 2001/02/09  16:46:54
34738         Log: Integrate changes #8687,8736 from maintperl.
34739              
34740              HP-UX thread patches from Merijn H. Brand.
34741              
34742              Latin nit from Philip Newton.
34743      Branch: perl
34744           !> README.hpux hints/hpux.sh
34745 ____________________________________________________________________________
34746 [  8736] By: jhi                                   on 2001/02/09  16:42:31
34747         Log: Latin nit from Philip Newton.
34748      Branch: maint-5.6/perl
34749            ! README.hpux
34750 ____________________________________________________________________________
34751 [  8735] By: jhi                                   on 2001/02/09  16:24:03
34752         Log: Integrate changes #8704,8710 from pureperl.
34753              
34754              Fixed UMRs and leak in Perl_pmtrans()
34755              
34756              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34757              associated UTFied tr/// code.  Also fixed scoping leak of
34758              PL_reg_start_tmp.
34759      Branch: perl
34760           !> op.c regcomp.c
34761 ____________________________________________________________________________
34762 [  8734] By: jhi                                   on 2001/02/09  15:40:21
34763         Log: Integrate change #8733 from maintperl.
34764              
34765              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
34766      Branch: perl
34767           !> pod/perlre.pod
34768 ____________________________________________________________________________
34769 [  8733] By: jhi                                   on 2001/02/09  15:35:47
34770         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
34771              From: Prymmer/Kahn <pvhp@best.com>
34772              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
34773              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
34774      Branch: maint-5.6/perl
34775            ! pod/perlre.pod
34776 ____________________________________________________________________________
34777 [  8732] By: jhi                                   on 2001/02/09  15:26:17
34778         Log: Rename README.posix-bc to README.bs2000 (to avoid the
34779              confusion of a "perlposix-bc.pod"), add a few missing
34780              arch pods, regen toc.
34781      Branch: maint-5.6/perl
34782           +> README.bs2000
34783            - README.posix-bc
34784            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34785            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34786 ____________________________________________________________________________
34787 [  8731] By: jhi                                   on 2001/02/09  15:23:39
34788         Log: De-cut-and-pasto.
34789      Branch: perl
34790            ! pod/perl.pod
34791 ____________________________________________________________________________
34792 [  8730] By: jhi                                   on 2001/02/09  15:11:13
34793         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
34794              when people think that perlposix-bc.pod tells anything about
34795              Perl and POSIX.  Regen toc.
34796      Branch: perl
34797           +> README.bs2000
34798            - README.posix-bc
34799            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
34800            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
34801 ____________________________________________________________________________
34802 [  8729] By: jhi                                   on 2001/02/09  14:52:28
34803         Log: The README.vmesa part of #8712 from maintperl.
34804      Branch: perl
34805            ! README.vmesa
34806 ____________________________________________________________________________
34807 [  8728] By: jhi                                   on 2001/02/09  14:46:06
34808         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
34809              From: Peter Prymmer <pvhp@forte.com>
34810              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
34811              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
34812      Branch: maint-5.6/perl
34813            ! README.vmesa win32/Makefile win32/makefile.mk
34814 ____________________________________________________________________________
34815 [  8727] By: jhi                                   on 2001/02/09  14:33:25
34816         Log: Integrate change #8712 from mainline.
34817              
34818              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
34819      Branch: maint-5.6/perl
34820           !> lib/Pod/Find.pm
34821 ____________________________________________________________________________
34822 [  8726] By: jhi                                   on 2001/02/09  14:30:28
34823         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
34824              From: Peter Prymmer <pvhp@forte.com>
34825              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
34826              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
34827      Branch: perl
34828            + t/lib/cgi-esc.t
34829            ! MANIFEST lib/CGI/Util.pm
34830 ____________________________________________________________________________
34831 [  8725] By: jhi                                   on 2001/02/09  04:56:47
34832         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
34833      Branch: maint-5.6/perl
34834            ! pod/perlport.pod
34835 ____________________________________________________________________________
34836 [  8724] By: jhi                                   on 2001/02/09  04:40:59
34837         Log: Integrate changes 7819,7820 from vmsperl into mainline.
34838              
34839              Add header for LIB$ prototypes (C. Berry)
34840              
34841              Convert fwrite()s to sockets to write()s, since some socket stacks
34842              don't take kindly to stdio.
34843              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34844              (for often optional LNMs)
34845              Correct a few typos
34846              (C. Bailey)
34847      Branch: perl
34848           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
34849 ____________________________________________________________________________
34850 [  8723] By: jhi                                   on 2001/02/09  03:29:29
34851         Log: Integrate change #8722 from mainline.
34852              
34853              The Im() function wasn't returning zero for non-Math::Complex
34854              arguments.  The bug reported by John Gamble.
34855      Branch: maint-5.6/perl
34856           !> lib/Math/Complex.pm
34857 ____________________________________________________________________________
34858 [  8722] By: jhi                                   on 2001/02/09  03:28:33
34859         Log: The Im() function wasn't returning zero for non-Math::Complex
34860              arguments.  The bug reported by John Gamble.
34861      Branch: perl
34862            ! lib/Math/Complex.pm
34863 ____________________________________________________________________________
34864 [  8721] By: nick                                  on 2001/02/08  22:11:35
34865         Log: Correct the correction :-(
34866      Branch: perl
34867            ! perl.c
34868 ____________________________________________________________________________
34869 [  8720] By: bailey                                on 2001/02/08  20:59:22
34870         Log: Convert frwite()s to sockets to write()s, since some socket stacks
34871              don't take kindly to stdio.
34872              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
34873              (for often optional LNMs)
34874              Correct a few typos
34875              (C. Bailey)
34876      Branch: vmsperl
34877            ! vms/vms.c vms/vmsish.h
34878 ____________________________________________________________________________
34879 [  8719] By: bailey                                on 2001/02/08  20:51:02
34880         Log: Add header for LIB$ prototypes (C. Berry)
34881      Branch: vmsperl
34882            ! ext/Devel/DProf/DProf.xs
34883 ____________________________________________________________________________
34884 [  8718] By: bailey                                on 2001/02/08  20:49:00
34885         Log: SYN SYN
34886      Branch: vmsperl
34887           +> pod/perliol.pod t/lib/sample-tests/bailout
34888           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
34889           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
34890           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
34891           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
34892           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
34893           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
34894            - lib/unicode/Is/DCinital.pl
34895           !> (integrate 101 files)
34896 ____________________________________________________________________________
34897 [  8717] By: nick                                  on 2001/02/08  19:38:48
34898         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
34899              From: Robin Barker <rmb1@cise.npl.co.uk>
34900              Date: Thu, 8 Feb 2001 14:38:07 GMT
34901              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
34902      Branch: perl
34903            ! lib/CPAN.pm
34904 ____________________________________________________________________________
34905 [  8716] By: nick                                  on 2001/02/08  19:29:07
34906         Log: Generated files form 8713 etc.
34907      Branch: perl
34908            ! embed.h global.sym objXSUB.h perlapi.c proto.h
34909 ____________________________________________________________________________
34910 [  8715] By: nick                                  on 2001/02/08  19:26:08
34911         Log: Fixup non-ithread build after 8713
34912      Branch: perl
34913            ! perl.c
34914 ____________________________________________________________________________
34915 [  8714] By: nick                                  on 2001/02/08  19:17:45
34916         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
34917              From: nick@ccl4.org
34918              Date: Wed, 7 Feb 2001 00:27:47 +0000
34919              Message-Id: <20010207002747.B63724@plum.flirble.org>
34920      Branch: perl
34921            ! sv.c toke.c
34922 ____________________________________________________________________________
34923 [  8713] By: nick                                  on 2001/02/08  19:15:58
34924         Log: Subject: Re: [patch] Re: PL_ptr_table
34925              From: Doug Maceachern <dougm@covalent.net>
34926              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
34927              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
34928      Branch: perl
34929            ! embed.pl perl.c sv.c sv.h
34930 ____________________________________________________________________________
34931 [  8712] By: nick                                  on 2001/02/08  19:12:47
34932         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
34933              From: Peter Prymmer <pvhp@forte.com>
34934              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
34935              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
34936      Branch: perl
34937            ! lib/Pod/Find.pm
34938 ____________________________________________________________________________
34939 [  8711] By: nick                                  on 2001/02/07  21:06:11
34940         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
34941              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
34942              From: Alan Burlison <Alan.Burlison@uk.sun.com>
34943              Date: Tue, 06 Feb 2001 23:37:01 +0000
34944              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
34945      Branch: perl
34946            ! regcomp.c
34947 ____________________________________________________________________________
34948 [  8710] By: alanbur                               on 2001/02/07  00:22:04
34949         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
34950              associated UTFied tr/// code.  Also fixed scoping leak of
34951              PL_reg_start_tmp.
34952      Branch: maint-5.6/pureperl
34953            ! op.c regcomp.c
34954 ____________________________________________________________________________
34955 [  8709] By: nick                                  on 2001/02/06  21:16:49
34956         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
34957              From: Michael G Schwern <schwern@pobox.com>
34958              Date: Sun, 4 Feb 2001 19:47:14 -0500
34959              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
34960      Branch: perl
34961            ! pod/perlapi.pod pod/perlmodlib.PL
34962 ____________________________________________________________________________
34963 [  8708] By: nick                                  on 2001/02/06  20:41:20
34964         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
34965              From: Michael G Schwern <schwern@pobox.com>
34966              Date: Sun, 4 Feb 2001 21:17:49 -0500
34967              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
34968      Branch: perl
34969            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
34970            ! pod/perltootc.pod
34971 ____________________________________________________________________________
34972 [  8707] By: nick                                  on 2001/02/06  20:29:11
34973         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
34974              From: Michael G Schwern <schwern@pobox.com>
34975              Date: Tue, 6 Feb 2001 05:54:30 -0500
34976              Message-Id: <20010206055430.A951@blackrider.aocn.com>
34977      Branch: perl
34978            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
34979 ____________________________________________________________________________
34980 [  8706] By: nick                                  on 2001/02/06  20:21:40
34981         Log: Subject: RE: some win32 fixes
34982              Date: Tue, 6 Feb 2001 09:23:20 +0300
34983              From: Vadim Konovalov <vkonovalov@lucent.com>
34984              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
34985      Branch: perl
34986            ! toke.c win32/Makefile win32/config.bc win32/config.gc
34987            ! win32/config.vc win32/config_H.bc win32/makefile.mk
34988 ____________________________________________________________________________
34989 [  8705] By: alanbur                               on 2001/02/06  15:00:03
34990         Log: Synchronised with parent
34991      Branch: maint-5.6/pureperl
34992            ! regexec.c
34993           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
34994           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
34995 ____________________________________________________________________________
34996 [  8704] By: alanbur                               on 2001/02/06  14:55:24
34997         Log: Fixed UMRs and leak in Perl_pmtrans()
34998      Branch: maint-5.6/pureperl
34999            ! op.c
35000 ____________________________________________________________________________
35001 [  8703] By: gsar                                  on 2001/02/06  02:29:37
35002         Log: $(MAKE) distclean doesn't clean up properly on windows
35003      Branch: maint-5.6/perl
35004            ! win32/Makefile win32/makefile.mk
35005 ____________________________________________________________________________
35006 [  8702] By: gsar                                  on 2001/02/06  01:00:46
35007         Log: tweak change#8659 to keep it simple
35008      Branch: maint-5.6/perl
35009            ! utils/perldoc.PL
35010 ____________________________________________________________________________
35011 [  8701] By: gsar                                  on 2001/02/05  22:45:41
35012         Log: change#8693 was missing testsuite changes
35013      Branch: maint-5.6/perl
35014           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
35015 ____________________________________________________________________________
35016 [  8700] By: nick                                  on 2001/02/05  20:32:52
35017         Log: Integrate mainline
35018      Branch: perlio
35019           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
35020           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
35021           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
35022           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
35023           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
35024           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
35025           +> t/lib/test-harness.t
35026           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
35027           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
35028           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
35029           !> pod/perlutil.pod t/TEST utils/h2xs.PL
35030 ____________________________________________________________________________
35031 [  8699] By: nick                                  on 2001/02/05  19:41:07
35032         Log: Subject: perlfaq2, re: perlmongers
35033              From: David H. Adler <dha@panix.com>
35034              Date: Sun, 4 Feb 2001 23:48:23 -0500
35035              Message-Id: <20010204234823.A13429@panix.com>
35036      Branch: perl
35037            ! pod/perlfaq2.pod
35038 ____________________________________________________________________________
35039 [  8698] By: nick                                  on 2001/02/05  19:39:31
35040         Log: Missed file f#rom the testharness mess.
35041      Branch: perl
35042            + t/lib/test-harness.t
35043 ____________________________________________________________________________
35044 [  8697] By: nick                                  on 2001/02/05  19:37:21
35045         Log: Subject: [DOC PATCH] overload.pm nits
35046              From: John Tobey <jtobey@john-edwin-tobey.org>
35047              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
35048              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
35049      Branch: perl
35050            ! lib/overload.pm
35051 ____________________________________________________________________________
35052 [  8696] By: alanbur                               on 2001/02/05  11:56:00
35053         Log: Sync with parent
35054      Branch: maint-5.6/pureperl
35055           !> thread.h
35056 ____________________________________________________________________________
35057 [  8695] By: gsar                                  on 2001/02/05  03:27:34
35058         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
35059      Branch: maint-5.6/perl
35060            ! thread.h
35061 ____________________________________________________________________________
35062 [  8694] By: alanbur                               on 2001/02/05  00:07:47
35063         Log: Initial branch creation from //depot/maint-5.6/perl
35064      Branch: maint-5.6/pureperl
35065           +> (branch 1719 files)
35066 ____________________________________________________________________________
35067 [  8693] By: gsar                                  on 2001/02/04  22:38:49
35068         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
35069              changes)
35070      Branch: maint-5.6/perl
35071           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
35072           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
35073           !> ext/DB_File/version.c
35074 ____________________________________________________________________________
35075 [  8692] By: nick                                  on 2001/02/04  18:15:57
35076         Log: The missed t/TEST part of the grand testharness upgrade.
35077      Branch: perl
35078            ! t/TEST
35079 ____________________________________________________________________________
35080 [  8691] By: nick                                  on 2001/02/04  18:05:17
35081         Log: New improved test harness
35082              Subject: Re: [PATCH Test::Harness] Third time's a charm?
35083              From: Michael G Schwern <schwern@pobox.com>
35084              Date: Sun, 4 Feb 2001 08:01:20 -0500
35085              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
35086      Branch: perl
35087            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
35088            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
35089            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
35090            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
35091            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
35092            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
35093            ! MANIFEST lib/Test/Harness.pm
35094 ____________________________________________________________________________
35095 [  8690] By: nick                                  on 2001/02/04  17:57:51
35096         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
35097              From: Jonathan Stowe <gellyfish@gellyfish.com>
35098              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
35099              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
35100      Branch: perl
35101            ! utils/h2xs.PL
35102 ____________________________________________________________________________
35103 [  8689] By: nick                                  on 2001/02/04  17:55:24
35104         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
35105              From: Michael G Schwern <schwern@pobox.com>
35106              Date: Sat, 3 Feb 2001 22:46:38 -0500
35107              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
35108      Branch: perl
35109            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
35110            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
35111 ____________________________________________________________________________
35112 [  8688] By: nick                                  on 2001/02/04  17:43:55
35113         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
35114              length byfailing to spot lack of closing )
35115              From: nick@talking.bollo.cx
35116              Date: Sat, 03 Feb 2001 23:53:16 +0000
35117              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
35118      Branch: perl
35119            ! perlio.c pod/perldiag.pod
35120 ____________________________________________________________________________
35121 [  8687] By: jhi                                   on 2001/02/03  17:11:42
35122         Log: HP-UX thread patches from Merijn H. Brand.
35123      Branch: maint-5.6/perl
35124            ! README.hpux hints/hpux.sh
35125 ____________________________________________________________________________
35126 [  8686] By: jhi                                   on 2001/02/03  16:40:12
35127         Log: Metaconfig changes for #8685.
35128      Branch: metaconfig
35129            ! U/installdirs/instubperl.U
35130      Branch: metaconfig/U/perl
35131            ! Devel.U versiononly.U
35132 ____________________________________________________________________________
35133 [  8685] By: jhi                                   on 2001/02/03  16:39:49
35134         Log: For -Dusedevel builds turn off installusrbinperl and turn on
35135              versiononly, a combined idea of Richard Soderberg and Merijn
35136              H. Brand.  You can still override both of these from the command
35137              line if you need to, -Dinstallusrbinperl and -Uversiononly.
35138      Branch: perl
35139            ! Configure
35140 ____________________________________________________________________________
35141 [  8684] By: jhi                                   on 2001/02/03  16:16:34
35142         Log: Metaconfig unit fix for #8683.
35143      Branch: metaconfig
35144            ! U/compline/nblock_io.U
35145 ____________________________________________________________________________
35146 [  8683] By: jhi                                   on 2001/02/03  16:16:12
35147         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
35148              reported by Peter Prymmer for 5.6-TRIAL1.
35149      Branch: perl
35150            ! Configure
35151 ____________________________________________________________________________
35152 [  8682] By: jhi                                   on 2001/02/03  05:52:11
35153         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
35154              to work correctly.
35155      Branch: maint-5.6/perl
35156            ! hints/irix_6.sh
35157 ____________________________________________________________________________
35158 [  8681] By: jhi                                   on 2001/02/03  05:47:33
35159         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
35160      Branch: maint-5.6/perl
35161            ! pod/perlport.pod
35162 ____________________________________________________________________________
35163 [  8680] By: jhi                                   on 2001/02/02  21:39:49
35164         Log: perlport update from Peter Prymmer.
35165      Branch: maint-5.6/perl
35166            ! pod/perlport.pod
35167 ____________________________________________________________________________
35168 [  8679] By: nick                                  on 2001/02/02  20:50:48
35169         Log: Integrate mainline
35170      Branch: perlio
35171           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
35172           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
35173           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
35174 ____________________________________________________________________________
35175 [  8678] By: gsar                                  on 2001/02/02  16:02:12
35176         Log: note about bincompat, slightly modified (from Lupe Christoph)
35177      Branch: maint-5.6/perl
35178            ! README.solaris
35179 ____________________________________________________________________________
35180 [  8677] By: jhi                                   on 2001/02/02  15:46:20
35181         Log: Supported platforms updates.
35182      Branch: maint-5.6/perl
35183            ! pod/perlport.pod
35184 ____________________________________________________________________________
35185 [  8676] By: jhi                                   on 2001/02/02  03:41:26
35186         Log: A couple more perlfaq2 tweaks.
35187      Branch: maint-5.6/perl
35188            ! pod/perlfaq2.pod
35189 ____________________________________________________________________________
35190 [  8675] By: jhi                                   on 2001/02/02  03:17:44
35191         Log: Misedit in #8661.
35192      Branch: maint-5.6/perl
35193            ! Configure
35194 ____________________________________________________________________________
35195 [  8674] By: jhi                                   on 2001/02/02  03:14:38
35196         Log: Damien again.
35197      Branch: maint-5.6/perl
35198            ! pod/perlfaq2.pod
35199 ____________________________________________________________________________
35200 [  8673] By: jhi                                   on 2001/02/02  03:12:40
35201         Log: perlfaq update from Elaine Ashton.
35202      Branch: maint-5.6/perl
35203            ! pod/perlfaq2.pod
35204 ____________________________________________________________________________
35205 [  8672] By: jhi                                   on 2001/02/02  03:07:08
35206         Log: UTF-8 s/// patch from Inaba Hiroto.
35207      Branch: maint-5.6/perl
35208            ! pp_ctl.c pp_hot.c
35209 ____________________________________________________________________________
35210 [  8671] By: jhi                                   on 2001/02/01  22:34:31
35211         Log: Update Changes.
35212      Branch: perl
35213            ! Changes patchlevel.h
35214 ____________________________________________________________________________
35215 [  8670] By: jhi                                   on 2001/02/01  22:15:29
35216         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
35217              from maintperl.
35218              
35219              Upgrade to Getopt::Long 2.25, from Johan Vromans.
35220              
35221              more files need to be writable in the source distribution
35222              
35223              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
35224              
35225              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
35226              
35227              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35228              
35229              Allow the float to be fuzzier.
35230              
35231              need to use INT2PTR instead of a straight cast or ia64 fails
35232              
35233              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
35234              
35235              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
35236      Branch: perl
35237           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
35238           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
35239           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
35240 ____________________________________________________________________________
35241 [  8669] By: jhi                                   on 2001/02/01  21:57:02
35242         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35243              From: Robin Barker <rmb1@cise.npl.co.uk>
35244              Date: Thu, 1 Feb 2001 16:59:05 GMT
35245              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
35246      Branch: maint-5.6/perl
35247            ! pod/perlmodlib.PL
35248 ____________________________________________________________________________
35249 [  8668] By: nick                                  on 2001/02/01  19:41:40
35250         Log: Integrate mainline
35251      Branch: perlio
35252           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
35253           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
35254           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
35255 ____________________________________________________________________________
35256 [  8667] By: gsar                                  on 2001/02/01  16:59:11
35257         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
35258      Branch: maint-5.6/perl
35259            ! embed.pl embedvar.h
35260 ____________________________________________________________________________
35261 [  8666] By: gsar                                  on 2001/02/01  16:34:51
35262         Log: add missing entries to win32/config.?c
35263      Branch: maint-5.6/perl
35264            ! win32/config.bc win32/config.gc win32/config.vc
35265            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35266 ____________________________________________________________________________
35267 [  8665] By: jhi                                   on 2001/02/01  14:58:51
35268         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
35269              From: "Stephen P. Potter" <spp@spotter.yi.org>
35270              Date: Thu, 01 Feb 2001 10:45:46 -0500
35271              Message-Id: <200102011545.KAA31479@spotter.yi.org>
35272      Branch: maint-5.6/perl
35273            ! pod/perlfunc.pod
35274 ____________________________________________________________________________
35275 [  8664] By: gsar                                  on 2001/02/01  14:52:37
35276         Log: need to use INT2PTR instead of a straight cast or ia64 fails
35277              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
35278      Branch: maint-5.6/perl
35279            ! ext/POSIX/POSIX.xs
35280 ____________________________________________________________________________
35281 [  8663] By: jhi                                   on 2001/02/01  14:09:13
35282         Log: Allow the float to be fuzzier.
35283      Branch: maint-5.6/perl
35284            ! t/lib/peek.t
35285 ____________________________________________________________________________
35286 [  8662] By: jhi                                   on 2001/02/01  13:59:00
35287         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
35288              From: Robin Barker <rmb1@cise.npl.co.uk>
35289              Date: Thu, 1 Feb 2001 13:05:39 GMT
35290              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
35291      Branch: maint-5.6/perl
35292            ! pod/perlmodlib.pod
35293 ____________________________________________________________________________
35294 [  8661] By: jhi                                   on 2001/02/01  13:57:38
35295         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
35296              Date: Thu, 01 Feb 2001 14:15:41 +0100
35297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35298              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
35299              
35300              Have the $ccflags in the gcc version test (strange, this change
35301              is claimed to be have been integrated already)
35302      Branch: maint-5.6/perl
35303            ! Configure
35304 ____________________________________________________________________________
35305 [  8660] By: jhi                                   on 2001/02/01  13:44:10
35306         Log: Integrate changes #7950,7964,7962 from mainline.
35307              
35308              Find the stdchar signedness using cpp, should fix some of
35309              the Solaris compiler warnings reported by Alan Burlison.
35310      Branch: maint-5.6/perl
35311           !> Configure config_h.SH
35312 ____________________________________________________________________________
35313 [  8659] By: jhi                                   on 2001/02/01  05:35:32
35314         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
35315              From: Jan Dubois <JanD@ActiveState.com>
35316              Date: Wed, 31 Jan 2001 21:17:03 -0800
35317              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
35318      Branch: maint-5.6/perl
35319            ! utils/perldoc.PL
35320 ____________________________________________________________________________
35321 [  8658] By: jhi                                   on 2001/02/01  04:33:17
35322         Log: Integrate the README.os390 and README.posix-bc parts of mainline
35323              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
35324              installperl parts were taken care of by #8657.)
35325      Branch: maint-5.6/perl
35326           !> README.os390 README.posix-bc
35327 ____________________________________________________________________________
35328 [  8657] By: jhi                                   on 2001/02/01  04:29:21
35329         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
35330              From: Peter Prymmer <pvhp@forte.com>
35331              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
35332              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
35333      Branch: maint-5.6/perl
35334            + ext/DynaLoader/dl_dllload.xs
35335            ! MANIFEST Makefile.SH hints/os390.sh installperl
35336 ____________________________________________________________________________
35337 [  8656] By: jhi                                   on 2001/02/01  04:25:45
35338         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
35339              From: Peter Prymmer <pvhp@forte.com>
35340              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
35341              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
35342      Branch: maint-5.6/perl
35343            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
35344 ____________________________________________________________________________
35345 [  8655] By: jhi                                   on 2001/02/01  04:14:47
35346         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
35347              From: troc@netrus.net
35348              Date: Wed, 31 Jan 2001 22:31:26 -0500
35349              Message-Id: <200102010331.WAA117.85@rocco.homenet>
35350      Branch: maint-5.6/perl
35351            ! os2/os2.c
35352 ____________________________________________________________________________
35353 [  8654] By: jhi                                   on 2001/02/01  04:12:52
35354         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
35355              as reported by Alan Burlison.
35356      Branch: maint-5.6/perl
35357            ! pp.h
35358 ____________________________________________________________________________
35359 [  8653] By: jhi                                   on 2001/02/01  04:05:12
35360         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
35361              From: dsugalski@northernlight.com
35362              Date: Wed, 31 Jan 2001 18:54:11 -0500
35363              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
35364      Branch: maint-5.6/perl
35365            ! configure.com
35366 ____________________________________________________________________________
35367 [  8652] By: jhi                                   on 2001/02/01  04:03:11
35368         Log: Misplaced #endif.
35369              
35370              Subject: [perl-5-6-1-trial2] patches for EPOC
35371              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35372              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
35373              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
35374      Branch: maint-5.6/perl
35375            ! epoc/epocish.c
35376 ____________________________________________________________________________
35377 [  8651] By: jhi                                   on 2001/02/01  04:00:25
35378         Log: Integrate changes #8647,8648,8650 from mainline.
35379              
35380              Macrofy a magic UTF-8 test.
35381              
35382              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
35383              
35384              Watch out for cross compiling for EPOC (usually done on linux).
35385      Branch: maint-5.6/perl
35386           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
35387 ____________________________________________________________________________
35388 [  8650] By: jhi                                   on 2001/02/01  03:56:20
35389         Log: Watch out for cross compiling for EPOC (usually done on linux)
35390              
35391              Subject: [perl-5-6-1-trial2] patches for EPOC
35392              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35393              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
35394              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
35395      Branch: perl
35396            ! ext/Errno/Errno_pm.PL
35397 ____________________________________________________________________________
35398 [  8649] By: gsar                                  on 2001/02/01  00:46:00
35399         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
35400      Branch: maint-5.6/perl
35401            ! sv.c
35402 ____________________________________________________________________________
35403 [  8648] By: jhi                                   on 2001/01/31  23:35:36
35404         Log: All the uses of PL_numeric_radix must be protected by
35405              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
35406              
35407              Subject: [perl-5-6-1-trial2] patches for EPOC
35408              From: Olaf Flebbe <O.Flebbe@science-computing.de>
35409              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
35410              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
35411      Branch: perl
35412            ! sv.c
35413 ____________________________________________________________________________
35414 [  8647] By: jhi                                   on 2001/01/31  22:56:16
35415         Log: Macrofy a magic UTF-8 test.
35416      Branch: perl
35417            ! utf8.c utf8.h
35418 ____________________________________________________________________________
35419 [  8646] By: gsar                                  on 2001/01/31  15:55:12
35420         Log: update Changes
35421      Branch: maint-5.6/perl
35422            ! Changes
35423 ____________________________________________________________________________
35424 [  8645] By: gsar                                  on 2001/01/31  15:10:14
35425         Log: Configure tweak suggested by Peter Prymmer
35426      Branch: maint-5.6/perl
35427            ! Configure
35428 ____________________________________________________________________________
35429 [  8644] By: gsar                                  on 2001/01/31  15:06:32
35430         Log: more files need to be writable in the source distribution
35431      Branch: maint-5.6/perl
35432            ! Porting/makerel
35433 ____________________________________________________________________________
35434 [  8643] By: jhi                                   on 2001/01/31  14:59:46
35435         Log: Integrate changes #8258,8278,8279 from mainline.
35436              
35437              Make the large file tests more robust/talkative.
35438      Branch: maint-5.6/perl
35439           !> t/lib/syslfs.t t/op/lfs.t
35440 ____________________________________________________________________________
35441 [  8642] By: gsar                                  on 2001/01/31  14:53:48
35442         Log: integrate changes#8311,8334 from mainline
35443              
35444              Add a new MakeMaker variable PM_FILTER that defines a Unix
35445              filter to be run on each .pm during the pm_to_blib() phase,
35446              a fixed version of
35447              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
35448              
35449              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
35450              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
35451              accurate reading of the "atime".  
35452      Branch: maint-5.6/perl
35453           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
35454           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
35455           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
35456 ____________________________________________________________________________
35457 [  8641] By: jhi                                   on 2001/01/31  14:46:37
35458         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
35459      Branch: maint-5.6/perl
35460            ! lib/Getopt/Long.pm
35461 ____________________________________________________________________________
35462 [  8640] By: gsar                                  on 2001/01/31  14:40:24
35463         Log: make regen_all
35464      Branch: maint-5.6/perl
35465            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
35466 ____________________________________________________________________________
35467 [  8639] By: gsar                                  on 2001/01/31  14:37:25
35468         Log: refresh windows config files
35469      Branch: maint-5.6/perl
35470            ! win32/Makefile win32/config_H.bc win32/config_H.gc
35471            ! win32/config_H.vc win32/makefile.mk
35472 ____________________________________________________________________________
35473 [  8638] By: gsar                                  on 2001/01/31  14:28:10
35474         Log: makefile tweaks for windows: introduce a bulk-switch to enable
35475              same options as ActivePerl; sync changes with makefile.mk
35476      Branch: maint-5.6/perl
35477            ! win32/Makefile win32/makefile.mk
35478 ____________________________________________________________________________
35479 [  8637] By: jhi                                   on 2001/01/31  04:41:30
35480         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
35481              From: Nicholas Clark <nick@ccl4.org>
35482              Date: Tue, 30 Jan 2001 19:51:05 +0000
35483              Message-ID: <20010130195105.R76607@plum.flirble.org> 
35484              
35485              op/inc cure.
35486      Branch: perl
35487            ! pp.c pp.h pp_hot.c t/op/arith.t
35488 ____________________________________________________________________________
35489 [  8636] By: jhi                                   on 2001/01/31  02:38:32
35490         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
35491              no perlio],8257,8380,8479,8515 from mainline.
35492              
35493              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
35494              
35495              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
35496              Subject: [PATCH perl@8133] fix-up for VMS extensions
35497              
35498              In VMS embedded perls couldn't access the statically built Socket.
35499              
35500              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
35501              
35502              Further VMS piping fixes from Charles Lane.
35503              
35504              Subject:  [PATCH] make t/op/misc.t work on VMS
35505              
35506              Add tracing for debugging extensions builds in VMS.
35507              
35508              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
35509      Branch: maint-5.6/perl
35510           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
35511           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
35512           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
35513 ____________________________________________________________________________
35514 [  8635] By: jhi                                   on 2001/01/31  01:46:41
35515         Log: Integrate change #7732 from mainline.
35516              
35517              Sparc 64-bit pack() fix from Jens Hamisch.
35518      Branch: maint-5.6/perl
35519           !> pp.c
35520 ____________________________________________________________________________
35521 [  8634] By: jhi                                   on 2001/01/31  01:41:16
35522         Log: One spot missing from #8626.
35523      Branch: maint-5.6/perl
35524            ! sv.c
35525 ____________________________________________________________________________
35526 [  8633] By: jhi                                   on 2001/01/31  00:49:17
35527         Log: Integrate change #7495 from mainline.
35528              
35529              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
35530      Branch: maint-5.6/perl
35531           !> MANIFEST ext/re/Makefile.PL
35532 ____________________________________________________________________________
35533 [  8632] By: jhi                                   on 2001/01/30  23:38:49
35534         Log: Integrate change #8396 from mainline.
35535              
35536              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
35537              better multicast support (resend)
35538      Branch: maint-5.6/perl
35539           !> ext/Socket/Socket.pm
35540 ____________________________________________________________________________
35541 [  8631] By: jhi                                   on 2001/01/30  23:28:03
35542         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
35543              
35544              More AIX lore. (7514, ext/re/hints/aix.pl)
35545              
35546              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35547              
35548              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)
35549              
35550              Subject: [ID 20001214.002] Net::Ping patch
35551              
35552              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
35553              
35554              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
35555              
35556              Add ReuseAddr as a (preferred) alias for Reuse as we now
35557              also have ReusePort.
35558              
35559              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
35560      Branch: maint-5.6/perl
35561           +> ext/re/hints/aix.pl
35562           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
35563           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
35564 ____________________________________________________________________________
35565 [  8630] By: jhi                                   on 2001/01/30  23:03:59
35566         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
35567              
35568              read() documentation tweak for 20001121.004.
35569              
35570              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
35571      Branch: maint-5.6/perl
35572           !> pod/perlfunc.pod pod/perlre.pod
35573 ____________________________________________________________________________
35574 [  8629] By: jhi                                   on 2001/01/30  22:41:57
35575         Log: Integrate change #8098 from mainline.
35576              
35577              fastgetcwd is defined using a glob alias on a $^O dependent basis
35578              and there was no default assignment or perl subroutine.
35579      Branch: maint-5.6/perl
35580           !> lib/Cwd.pm
35581 ____________________________________________________________________________
35582 [  8628] By: jhi                                   on 2001/01/30  21:58:52
35583         Log: Integrate change #7866 from mainline.
35584              
35585              File::Temp 0.11.
35586      Branch: maint-5.6/perl
35587           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
35588 ____________________________________________________________________________
35589 [  8627] By: jhi                                   on 2001/01/30  21:39:44
35590         Log: Integrate changes #8075,8086,8228 from mainline.  
35591              
35592              Darwin is not Windows. (8075,8086)
35593              
35594              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
35595      Branch: maint-5.6/perl
35596           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
35597           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
35598           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
35599           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
35600 ____________________________________________________________________________
35601 [  8626] By: jhi                                   on 2001/01/30  21:22:11
35602         Log: Integrate with tweakery the change #8625 from mainline,
35603              the multibyte decimal separator fix ("fa_IR locale failure").
35604      Branch: maint-5.6/perl
35605            ! embedvar.h perlapi.h
35606           !> intrpvar.h perl.c perl.h sv.c util.c
35607 ____________________________________________________________________________
35608 [  8625] By: jhi                                   on 2001/01/30  20:26:33
35609         Log: Fix for the fa_IR locale failure.  The reason for the failure
35610              was that Perl was assuming the decimal separator aka the radix
35611              separator is one character.  The Farsi-Iranian locale crushed
35612              that bad assumption since there the separator is 'Momayyez',
35613              glyphwise looking somewhat like a slash, and in Unicode UTF-8
35614              encoded in two bytes, 0xd9 0xab.
35615      Branch: perl
35616            ! intrpvar.h perl.c perl.h sv.c util.c
35617 ____________________________________________________________________________
35618 [  8624] By: gsar                                  on 2001/01/30  20:17:03
35619         Log: regen_headers
35620      Branch: maint-5.6/perl
35621            ! Makefile.SH pod/perlintern.pod
35622 ____________________________________________________________________________
35623 [  8623] By: gsar                                  on 2001/01/30  19:42:34
35624         Log: backout change#7431 and its dependents (causes spurious rebuilds
35625              of autogenerated files)
35626              
35627              fix benign b.t failure
35628      Branch: maint-5.6/perl
35629            ! Makefile.SH t/lib/b.t
35630 ____________________________________________________________________________
35631 [  8622] By: jhi                                   on 2001/01/30  19:41:41
35632         Log: Microperl sync.
35633      Branch: perl
35634            ! mg.c perl.h
35635 ____________________________________________________________________________
35636 [  8621] By: gsar                                  on 2001/01/30  19:24:47
35637         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
35638              from mainline
35639              
35640              Subject: podlators 1.06 released
35641              
35642              Subject: [PATCH @8436] Eliminate op_children
35643              
35644              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
35645              
35646              (Replaced by #8448)  More op_children traces (cleanup of #8442).
35647              
35648              Subject: [PATCH #3 @8436] Re: Eliminate op_children
35649              Replace #8444 and #8445.
35650              
35651              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
35652              at the setting of the ofs_sv in new_struct_thread() as the
35653              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
35654              uninitialized fields are, uh, initialized with),
35655              SvREFCNT_inc()ing that invited a core dump.
35656              
35657              podlators 1.07, from Russ Allbery.
35658              
35659              Subject: [PATCH] regcomp.c old feature removal
35660              From: mjd@plover.com
35661              Date: 16 Jan 2001 14:43:18 -0000 
35662              Message-ID: <20010116144318.7140.qmail@plover.com> 
35663      Branch: maint-5.6/perl
35664           +> lib/Pod/Text/Overstrike.pm
35665           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
35666           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
35667           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
35668           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
35669           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
35670           !> util.c
35671 ____________________________________________________________________________
35672 [  8620] By: gsar                                  on 2001/01/30  18:48:32
35673         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
35674              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
35675              now fails one test)
35676              
35677              Subject: [PATCH] lvalue AUTOLOAD. No, really.
35678              
35679              Subject: [PATCH] Interesting syntax idea
35680              Make opens + bareword assigns do typeglob assigns.
35681              
35682              Tests for #8254.
35683              
35684              Subject: [PATCH @8269] Continue blocks and B::Deparse
35685              Make the peephole optimizer to bypass more null ops and
35686              and rewrite the deparse handling of continue blocks.
35687              
35688              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
35689              Doc tweak on #8313.
35690              
35691              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
35692              
35693              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
35694              
35695              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
35696              
35697              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
35698              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
35699              according to the platform.
35700              
35701              Subject: [PATCH @8404] Consolidated lvalue sub changes
35702              
35703              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
35704              
35705              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
35706              
35707              Subject: B::Concise -- an improved replacement for B::Terse 
35708              
35709              The B::Terse drop-in replacement wasn't quite drop-in.
35710              
35711              The LVRET macro needed an aTHX.
35712              
35713              Use the /^Perl_/-less form of is_lvalue_sub().
35714              
35715              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
35716      Branch: maint-5.6/perl
35717           +> ext/B/B/Concise.pm
35718           !> (integrate 27 files)
35719 ____________________________________________________________________________
35720 [  8619] By: nick                                  on 2001/01/30  18:40:28
35721         Log: Integrate mainline
35722      Branch: perlio
35723           !> (integrate 40 files)
35724 ____________________________________________________________________________
35725 [  8618] By: jhi                                   on 2001/01/30  18:37:18
35726         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
35727              Date: Mon, 29 Jan 2001 22:51:29 -0600
35728              From: "Craig A. Berry" <craigberry@mac.com>
35729              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
35730      Branch: perl
35731            ! vms/test.com
35732 ____________________________________________________________________________
35733 [  8617] By: jhi                                   on 2001/01/30  18:34:53
35734         Log: Subject: [PATCH] Add missing CV flags to dump.c
35735              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35736              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
35737              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
35738      Branch: perl
35739            ! dump.c
35740 ____________________________________________________________________________
35741 [  8616] By: jhi                                   on 2001/01/30  18:20:58
35742         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
35743              part isn't applicable to maintperl.
35744              
35745              UTF-8 nit from Inaba Hiroto.
35746      Branch: maint-5.6/perl
35747           !> pod/perlapi.pod utf8.c
35748 ____________________________________________________________________________
35749 [  8615] By: jhi                                   on 2001/01/30  18:18:51
35750         Log: UTF-8 nit from Inaba Hiroto.
35751      Branch: perl
35752            ! pod/perlapi.pod t/op/each.t utf8.c
35753 ____________________________________________________________________________
35754 [  8614] By: jhi                                   on 2001/01/30  18:13:38
35755         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
35756              
35757              perl's internal variables are not for public consumption,
35758              move their docs from perlapi.pod to perlintern.pod
35759              
35760              support for -Dusethreads build under HP-UX 10.20 and DCE threads
35761              library (11.0 and later have pthreads but 10.x don't)
35762              
35763              avoid uninitialized value warnings
35764              
35765              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
35766              gets weird results)
35767              
35768              perldoc nit on windows
35769              
35770              make it possible to run the tests outside the source tree
35771              (there's still a dependency on ../lib being the library
35772              location)
35773      Branch: perl
35774           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
35775           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
35776           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
35777           !> win32/bin/search.pl win32/vdir.h
35778 ____________________________________________________________________________
35779 [  8613] By: gsar                                  on 2001/01/30  16:39:59
35780         Log: make it possible to run the tests outside the source tree
35781              (there's still a dependency on ../lib being the library
35782              location)
35783      Branch: maint-5.6/perl
35784            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
35785 ____________________________________________________________________________
35786 [  8612] By: gsar                                  on 2001/01/30  16:31:12
35787         Log: perldoc nit on windows
35788      Branch: maint-5.6/perl
35789            ! utils/perldoc.PL
35790 ____________________________________________________________________________
35791 [  8611] By: gsar                                  on 2001/01/30  16:22:54
35792         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
35793              gets weird results)
35794      Branch: maint-5.6/perl
35795            ! win32/vdir.h
35796 ____________________________________________________________________________
35797 [  8610] By: gsar                                  on 2001/01/30  16:12:45
35798         Log: avoid uninitialized value warnings
35799      Branch: maint-5.6/perl
35800            ! win32/bin/search.pl
35801 ____________________________________________________________________________
35802 [  8609] By: gsar                                  on 2001/01/30  16:08:01
35803         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
35804              library (11.0 and later have pthreads but 10.x don't)
35805      Branch: maint-5.6/perl
35806            ! hints/hpux.sh thread.h
35807 ____________________________________________________________________________
35808 [  8608] By: gsar                                  on 2001/01/30  15:48:55
35809         Log: perl's internal variables are not for public consumption,
35810              move their docs from perlapi.pod to perlintern.pod
35811      Branch: maint-5.6/perl
35812            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
35813            ! thrdvar.h
35814 ____________________________________________________________________________
35815 [  8607] By: gsar                                  on 2001/01/30  15:44:27
35816         Log: mistakenly branched perl56delta.pod, revert
35817      Branch: maint-5.6/perl
35818            - pod/perl56delta.pod
35819           !> pod/perldelta.pod
35820 ____________________________________________________________________________
35821 [  8606] By: gsar                                  on 2001/01/30  14:20:24
35822         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
35823              dTHR which has been a noop for a while now, except for the
35824              compatibility definition in thread.h)
35825      Branch: maint-5.6/perl
35826           !> (integrate 45 files)
35827 ____________________________________________________________________________
35828 [  8605] By: jhi                                   on 2001/01/30  05:43:58
35829         Log: Mark the UTF-8 APIs as experimental.
35830      Branch: maint-5.6/perl
35831            ! embed.pl pod/perlapi.pod
35832 ____________________________________________________________________________
35833 [  8604] By: jhi                                   on 2001/01/30  05:38:40
35834         Log: Nits from earlier integrates.
35835      Branch: maint-5.6/perl
35836            ! lib/Carp/Heavy.pm
35837           !> sv.c
35838 ____________________________________________________________________________
35839 [  8603] By: jhi                                   on 2001/01/30  05:27:26
35840         Log: Regenerate Porting files.
35841      Branch: maint-5.6/perl
35842            ! Porting/Glossary Porting/config.sh Porting/config_H
35843 ____________________________________________________________________________
35844 [  8602] By: jhi                                   on 2001/01/30  05:14:59
35845         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
35846              8310,8339,8447,8492,8493,8505,8525: documentation changes.
35847              
35848              Subject: Re: perlfaq style changes
35849              
35850              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
35851              
35852              Subject: [PATCH] docs on NaN
35853              
35854              Subject: [patch] perlfaq7
35855              
35856              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
35857              
35858              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
35859              
35860              Subject: [PATCH] open() example in perlfunc.pod
35861              
35862              Podify README.mpeix (a new version from the web)
35863              
35864              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
35865              
35866              Subject: [PATCH] format and rewording in perlfaq.pod
35867              
35868              Subject: [PATCH] API Variable documentation   
35869              
35870              Memory management calls documentation.
35871              
35872              Subject: [PATCH: perl@8482] README.vms URL updates
35873              
35874              Subject: Minor typos in perlfaq2.pod
35875              
35876              Subject: [PATCH] pod/perlvar.pod
35877      Branch: maint-5.6/perl
35878           +> pod/perl56delta.pod
35879            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
35880           !> README.amiga README.epoc README.mpeix README.vms
35881           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
35882           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
35883           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
35884           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
35885           !> pod/perlvar.pod thrdvar.h
35886 ____________________________________________________________________________
35887 [  8601] By: jhi                                   on 2001/01/30  04:38:35
35888         Log: Integrate changes #8036,8096,8253 from mainline:
35889              hints changes.
35890              
35891              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
35892              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
35893              
35894              Output the (apparent) version of gcc in Tru64.
35895      Branch: maint-5.6/perl
35896           +> ext/POSIX/hints/svr4.pl
35897           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
35898           !> hints/svr4.sh t/lib/bigfltpm.t
35899 ____________________________________________________________________________
35900 [  8600] By: jhi                                   on 2001/01/30  04:04:01
35901         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
35902              locale fixes.
35903              
35904              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
35905              
35906              Debian allows /usr/bin/locale to exist without any locales. (7868)
35907              
35908              Allow the locale test needing POSIX and the taint test
35909              needing IPC::SysV to run under 'minitest' (basically,
35910              bail out if loading the extension fails). (8384)
35911              
35912              Cleanup the locale.t output  (8480)
35913      Branch: maint-5.6/perl
35914           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
35915           !> t/pragma/locale.t
35916 ____________________________________________________________________________
35917 [  8599] By: jhi                                   on 2001/01/30  03:51:04
35918         Log: Missing generated files from #8598.
35919      Branch: maint-5.6/perl
35920            ! embed.h global.sym objXSUB.h perlapi.c proto.h
35921 ____________________________________________________________________________
35922 [  8598] By: jhi                                   on 2001/01/30  03:41:54
35923         Log: Integrate change #8555 from mainline, manually integrate parts
35924              of changes 8452 and 8583.
35925              
35926              Subject: [PATCH] utf8.c documentation (8452)
35927              
35928              No point in checking the length if the pointer is bogus. (8555)
35929              
35930              Introduce bytes_from_utf8() and implement sv_eq() using it,
35931              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
35932              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
35933              was malformed. (8583)
35934      Branch: maint-5.6/perl
35935            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
35936           !> pod/perlapi.pod sv.c utf8.c
35937 ____________________________________________________________________________
35938 [  8597] By: gsar                                  on 2001/01/30  02:37:26
35939         Log: get PERL_OBJECT build going again on windows
35940      Branch: maint-5.6/perl
35941            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
35942            ! pod/perlapi.pod proto.h sv.c
35943 ____________________________________________________________________________
35944 [  8596] By: jhi                                   on 2001/01/30  02:16:17
35945         Log: Signedness nit.
35946      Branch: perl
35947            ! sv.c
35948 ____________________________________________________________________________
35949 [  8595] By: jhi                                   on 2001/01/30  02:11:07
35950         Log: EBCDIC patch for Storable, from Peter Prymmer.
35951      Branch: perl
35952            ! t/lib/st-06compat.t
35953 ____________________________________________________________________________
35954 [  8594] By: jhi                                   on 2001/01/30  01:04:48
35955         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
35956              From: Peter Prymmer <pvhp@forte.com>
35957              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
35958              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
35959      Branch: perl
35960            ! t/lib/b.t
35961 ____________________________________________________________________________
35962 [  8593] By: jhi                                   on 2001/01/30  00:56:47
35963         Log: Subject: [PATCH: perl@8585] pod problems in io
35964              From: Peter Prymmer <pvhp@forte.com>
35965              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
35966              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
35967      Branch: perl
35968            ! pod/perlapio.pod pod/perliol.pod
35969 ____________________________________________________________________________
35970 [  8592] By: jhi                                   on 2001/01/30  00:48:20
35971         Log: Integrate perlio.
35972      Branch: perl
35973           !> pod/perlapio.pod pod/perliol.pod
35974 ____________________________________________________________________________
35975 [  8591] By: nick                                  on 2001/01/29  22:02:28
35976         Log: GNU 'merge' Simon's copy of perliol.pod with version
35977              patched by Craig's patch.
35978      Branch: perlio
35979            ! pod/perliol.pod
35980 ____________________________________________________________________________
35981 [  8590] By: nick                                  on 2001/01/29  21:55:10
35982         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
35983      Branch: perlio
35984            ! pod/perlapio.pod pod/perliol.pod
35985 ____________________________________________________________________________
35986 [  8589] By: jhi                                   on 2001/01/29  15:35:33
35987         Log: Integrate change #8586 from maint-5.6/perl.
35988              
35989              make the BOM detection code not call tell() until it has to
35990              (meant to fix esoteric compatibility issues where PL_rsfp
35991              is overridden)
35992      Branch: perl
35993           !> toke.c
35994 ____________________________________________________________________________
35995 [  8588] By: jhi                                   on 2001/01/29  15:29:11
35996         Log: Subject: MAking Solaris malloc() the default
35997              From: Lupe Christoph <lupe@lupe-christoph.de>
35998              Date: Mon, 29 Jan 2001 12:59:36 +0100
35999              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
36000              
36001              The README.solaris part slightly tweaked.
36002      Branch: perl
36003            ! README.solaris hints/solaris_2.sh
36004 ____________________________________________________________________________
36005 [  8587] By: jhi                                   on 2001/01/29  15:17:34
36006         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
36007              From: root@ak-75.mind.de
36008              Date: Sun, 28 Jan 2001 20:32:29 +0100
36009              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
36010      Branch: perl
36011            ! pod/perlre.pod
36012 ____________________________________________________________________________
36013 [  8586] By: gsar                                  on 2001/01/29  13:43:44
36014         Log: make the BOM detection code not call tell() until it has to
36015              (meant to fix esoteric compatibility issues where PL_rsfp
36016              is overridden)
36017      Branch: maint-5.6/perl
36018            ! toke.c
36019 ____________________________________________________________________________
36020 [  8585] By: jhi                                   on 2001/01/28  20:05:45
36021         Log: Update Changes.
36022      Branch: perl
36023            ! Changes patchlevel.h
36024 ____________________________________________________________________________
36025 [  8584] By: jhi                                   on 2001/01/28  19:30:02
36026         Log: Integrate perlio.
36027      Branch: perl
36028           +> pod/perliol.pod
36029           !> MANIFEST pod/perlapio.pod
36030 ____________________________________________________________________________
36031 [  8583] By: jhi                                   on 2001/01/28  19:28:40
36032         Log: Patch from Inaba Hiroto:
36033              - canonical UTF-8 hash keys: if a key string for a hash is
36034              UTF8-on, try downgrade the string and use it if
36035              unicode::distinct is not in effect.
36036              For the task, I added a function bytes_from_utf8() to utf8.c.
36037              It might resemble utf8_to_bytes() but it is not convenient
36038              to the task.
36039              Made a test for it and added to t/op/each.t
36040              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
36041              the mortal copy of the argument SV.
36042              And changed t/io/utf8.t test 18 which expects print() to
36043              upgrade its argument.
36044              - re-implement sv_eq with bytes_from_utf8()
36045              - some bug fixes
36046              - tr/// does not handle UTF8 range (\x{}-\x{})
36047              - \ before raw UTF8 character produced
36048              "Malformed UTF-8 character" warning.
36049              - "\x{100}\N{CENT SIGN}" is Malformed.
36050              Added tests for these 3.
36051              - and one silly bug (by me) with qu operator.
36052      Branch: perl
36053            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
36054            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
36055            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
36056 ____________________________________________________________________________
36057 [  8582] By: nick                                  on 2001/01/28  19:25:04
36058         Log: Add pod/perliol.pod to MANIFEST :-(
36059      Branch: perlio
36060            ! MANIFEST
36061 ____________________________________________________________________________
36062 [  8581] By: nick                                  on 2001/01/28  19:22:40
36063         Log: PerlIO documentation. Proofing and sub-editing requested.
36064      Branch: perlio
36065            + pod/perliol.pod
36066            ! pod/perlapio.pod
36067 ____________________________________________________________________________
36068 [  8580] By: jhi                                   on 2001/01/28  05:16:25
36069         Log: Revert the change to sv_2pv() done by #8054: Someone who
36070              did SvNV_set() on a scalar that also happened to be POK,
36071              followed by sv_2pv() won't get the right coercion anymore.
36072              [Sarathy]
36073      Branch: maint-5.6/perl
36074            ! sv.c
36075 ____________________________________________________________________________
36076 [  8579] By: jhi                                   on 2001/01/28  05:15:04
36077         Log: Remove the #8084 effect: do not allow -Q to be interpreted
36078              as -&Q(), this is too much wiggle room.
36079      Branch: maint-5.6/perl
36080            ! toke.c
36081 ____________________________________________________________________________
36082 [  8578] By: jhi                                   on 2001/01/28  05:12:45
36083         Log: Needed bits of #8439 (should have been in #8576),
36084              mainly for lval substr().
36085      Branch: maint-5.6/perl
36086            ! mg.c pp.c pp_hot.c
36087 ____________________________________________________________________________
36088 [  8577] By: jhi                                   on 2001/01/28  05:02:46
36089         Log: A missing check-in.
36090      Branch: maint-5.6/perl
36091            ! utf8.c
36092 ____________________________________________________________________________
36093 [  8576] By: jhi                                   on 2001/01/28  04:26:18
36094         Log: Integrate changes #8425,8436,8439,8517 from mainline.
36095              The 8439 was not truly integrated because it had too many
36096              dependencies on the development branch and because it introduced
36097              concepts too bold for a maintenance branch (such as the qu operator).
36098              
36099              Subject: [PATCH perl@8342] -Wformat
36100              
36101              Tighten some of the UTF-8 tests a bit.
36102              
36103              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
36104              - The substr lval was still not okay.
36105              - Now pp_stringify and sv_setsv copies source's UTF8 flag
36106              even if IN_BYTE.  pp_stringify is called from fold_constants
36107              at optimization phase and "\x{100}" was made SvUTF8_off under
36108              use bytes (the bytes pragma is for "byte semantics" and not
36109              for "do not produce UTF8 data")
36110      Branch: maint-5.6/perl
36111            ! t/lib/charnames.t t/op/substr.t toke.c
36112           !> sv.c t/pragma/utf8.t
36113 ____________________________________________________________________________
36114 [  8575] By: jhi                                   on 2001/01/28  04:01:51
36115         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
36116              
36117              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
36118              
36119              Subject: [ID 20001230.003] UTF-8 tr still hurts
36120              
36121              Test cases for #8385 (from Simon's "torture.pl")
36122              
36123              Start fixing UTF-8 lval substr() (8405)
36124      Branch: maint-5.6/perl
36125           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
36126           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
36127 ____________________________________________________________________________
36128 [  8574] By: jhi                                   on 2001/01/28  03:09:06
36129         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
36130              from mainline.
36131              
36132              UTF-8 cleanup.
36133              
36134              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
36135              
36136              "\x{FF}\xFF" was broken.
36137              
36138              Tests for #8329 and #8330.
36139              
36140              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
36141              
36142              IRIX compiler noticed that the bof initialization might be
36143              bypassed by control flow.
36144              
36145              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
36146      Branch: maint-5.6/perl
36147           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
36148           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
36149 ____________________________________________________________________________
36150 [  8573] By: jhi                                   on 2001/01/28  02:06:12
36151         Log: Retract #8552.
36152      Branch: perl
36153            ! lib/Text/Wrap.pm t/lib/textwrap.t
36154 ____________________________________________________________________________
36155 [  8572] By: jhi                                   on 2001/01/28  02:04:49
36156         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
36157              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
36158              not really integrated but instead salvaged by hand
36159              (they had too many dependencies on the development release
36160              to be cleanly integratable).
36161              
36162              Subject: more UTF8 test suites and an UTF8 patch
36163              
36164              Tweak for MULTIPLICITY/USE_PERLIO
36165              
36166              Signedness nit.
36167              
36168              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
36169              
36170              Use the UTF8_XXX macros in is_utf8_char().
36171              
36172              Rewrite pp_concat() in terms of sv_catsv().  The . operator
36173              should now be UTF-8-proof.
36174              
36175              Subject: [PATCH perl@8269] scanning two hex-constants
36176              fails on EBCDIC environment (script length.t)
36177              
36178              Add some Unicode chop() tests.
36179      Branch: maint-5.6/perl
36180            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
36181           !> sv.c t/op/chop.t utf8.h
36182 ____________________________________________________________________________
36183 [  8571] By: jhi                                   on 2001/01/28  00:35:59
36184         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
36185              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
36186              
36187              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
36188              
36189              The maxiters upper limit sanity check (guarding against
36190              non-progress) assumed bytes instead of characters in s///
36191              and split().
36192              
36193              Signedness nit.
36194              
36195              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
36196              join() should now be UTF-8-proof.
36197              
36198              More split // UTF-8 tests. (8250)
36199      Branch: maint-5.6/perl
36200           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
36201           !> util.c
36202 ____________________________________________________________________________
36203 [  8570] By: jhi                                   on 2001/01/27  22:15:46
36204         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
36205              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
36206              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
36207              8084,8204,8244,8333 from mainline.
36208              
36209              For -Q where Q might be a one-letter sub name one does no more
36210              get a warning about an unknown filetest (7941,7943,7944,8084).
36211              
36212              Subject: Re: [ID 20001130.011] expression parsing bug ?
36213              
36214              Make uv_to_utf8() to zero-terminate its output buffer.
36215              
36216              Split off t/op/length.t (7995)
36217              
36218              Split off t/op/utf8decode.t (7996)
36219              
36220              Remove an unnecessary 'use utf8' from the utf8.t (7998)
36221              
36222              Split off t/op/concat.t (8004)
36223              
36224              Split off t/op/ver.t (8005)
36225              
36226              Document utf8_length(), utf8_distance(), and utf8_hop().
36227              
36228              Document utf8_to_uv() better.
36229              
36230              Introduce macros for UTF8 decoding (8028,8033).
36231              
36232              Add test for reverse() (8030,8031).
36233              
36234              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
36235              
36236              Do not return the Unicode replacement character    on UTF-8
36237              decoding failure.
36238              
36239              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
36240              not this_utf8 i.e. the output string has one, but don't mess
36241              with source assumption. (8052,8053)
36242              
36243              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
36244              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
36245              was not expecting to be called with something that was already
36246              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
36247              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
36248              (8054)
36249              
36250              Recode the naughty binary bytes in utf8decode.t using the \xHH.
36251              
36252              Make some panic messages a bit more logical.
36253      Branch: maint-5.6/perl
36254           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
36255           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
36256           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
36257           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
36258           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
36259           !> utf8.c utf8.h
36260 ____________________________________________________________________________
36261 [  8569] By: jhi                                   on 2001/01/27  19:16:43
36262         Log: Integrate changes #7750 from perlio and #8566 from mainline.
36263      Branch: maint-5.6/perl
36264           !> regexec.c sv.c
36265 ____________________________________________________________________________
36266 [  8568] By: jhi                                   on 2001/01/27  18:06:51
36267         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
36268              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
36269              7935[-perlio.c],7936,7959,7965 from mainline.
36270              
36271              Change the "big byte" error message to "Wide character".
36272              (7355, the croak-if-wide-chars-in-print part ignored)
36273              
36274              Use UINT64_C().
36275              
36276              Introduce Perl_utf8_length().
36277              
36278              diff -se shows these as different (7753, forgotten check-ins)
36279              
36280              Subject: [PATCH] doop.c - UTF8 tr///
36281              
36282              If we use (aTHX_ ...) then put Perl_ on the front.
36283              
36284              Make utf8_length() and utf8_distance() to be less forgiving
36285              about bad UTF-8.
36286              
36287              Test line numbers are different with utf8.
36288              
36289              No need to scan till infinity, 13 is enough. (7872,7911)
36290              
36291              Subject: [PATCH] Tokeniser debugging
36292              
36293              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
36294              
36295              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
36296              
36297              Be more careful in Perl_sv_utf8_downgrade().
36298              
36299              Use DO_UTF8().
36300              
36301              Raw zero bytes in text files confuse at least GNU patch 2.1.
36302      Branch: maint-5.6/perl
36303           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
36304           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
36305           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
36306           !> t/pragma/utf8.t toke.c utf8.c utf8.h
36307 ____________________________________________________________________________
36308 [  8567] By: nick                                  on 2001/01/27  11:10:38
36309         Log: Integrate mainline
36310      Branch: perlio
36311           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
36312           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
36313           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
36314           !> toke.c
36315 ____________________________________________________________________________
36316 [  8566] By: jhi                                   on 2001/01/27  06:22:48
36317         Log: More documentation for the regexp context stack.
36318      Branch: perl
36319            ! regexec.c
36320 ____________________________________________________________________________
36321 [  8565] By: jhi                                   on 2001/01/27  05:21:57
36322         Log: Update Changes.
36323      Branch: perl
36324            ! Changes patchlevel.h
36325 ____________________________________________________________________________
36326 [  8564] By: jhi                                   on 2001/01/27  04:44:04
36327         Log: Threadedness patch for #8562 from Doug MacEachern.
36328      Branch: perl
36329            ! toke.c
36330 ____________________________________________________________________________
36331 [  8563] By: jhi                                   on 2001/01/27  04:26:24
36332         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
36333              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
36334              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
36335              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
36336      Branch: perl
36337            ! op.c
36338 ____________________________________________________________________________
36339 [  8562] By: jhi                                   on 2001/01/27  04:20:30
36340         Log: Subject: Re: Announce : Tokener reporting patch
36341              From: Simon Cozens <simon@cozens.net>
36342              Date: Mon, 22 Jan 2001 02:17:22 +0000
36343              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
36344      Branch: perl
36345            ! embed.h embed.pl proto.h toke.c
36346 ____________________________________________________________________________
36347 [  8561] By: jhi                                   on 2001/01/27  04:17:24
36348         Log: Forgot from #8545.  Oops.
36349      Branch: perl
36350            ! pp.c t/pragma/overload.t
36351 ____________________________________________________________________________
36352 [  8560] By: jhi                                   on 2001/01/27  03:01:47
36353         Log: A better module compilation test, use MANIFEST as suggested
36354              by Spider.
36355      Branch: perl
36356            ! t/lib/1_compile.t
36357 ____________________________________________________________________________
36358 [  8559] By: jhi                                   on 2001/01/27  02:50:48
36359         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
36360              From: Peter Prymmer <pvhp@forte.com>
36361              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
36362              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
36363      Branch: perl
36364            ! t/lib/b.t
36365 ____________________________________________________________________________
36366 [  8558] By: jhi                                   on 2001/01/27  02:27:05
36367         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
36368              From: Peter Prymmer <pvhp@forte.com>
36369              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
36370              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
36371      Branch: perl
36372            ! t/pragma/sub_lval.t
36373 ____________________________________________________________________________
36374 [  8557] By: jhi                                   on 2001/01/27  02:26:03
36375         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
36376              From: Peter Prymmer <pvhp@forte.com>
36377              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
36378              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
36379      Branch: perl
36380            ! t/lib/st-06compat.t
36381 ____________________________________________________________________________
36382 [  8556] By: jhi                                   on 2001/01/27  02:24:33
36383         Log: Subject: [PATCH: perl@8531] minor update to README.os390
36384              From: Peter Prymmer <pvhp@forte.com>
36385              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
36386              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
36387      Branch: perl
36388            ! README.os390
36389 ____________________________________________________________________________
36390 [  8555] By: jhi                                   on 2001/01/27  00:35:47
36391         Log: No point in checking the length before we know whether the pointer
36392              is bogus or not, fixes Abigail's odbm failures in Linux.
36393      Branch: perl
36394            ! sv.c
36395 ____________________________________________________________________________
36396 [  8554] By: nick                                  on 2001/01/26  19:01:31
36397         Log: Integrate mainline
36398      Branch: perlio
36399           !> lib/Text/Wrap.pm t/lib/textwrap.t
36400 ____________________________________________________________________________
36401 [  8553] By: jhi                                   on 2001/01/26  15:19:39
36402         Log: Integrate change #7792 from perlio (multiplicity fix),
36403              fix the AV leak in regex DEBUGGING (tiny part of the
36404              polymorphic regexp patch #8143).
36405      Branch: maint-5.6/perl
36406            ! regcomp.c
36407           !> scope.h
36408 ____________________________________________________________________________
36409 [  8552] By: jhi                                   on 2001/01/26  15:03:23
36410         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
36411              From: Michael G Schwern <schwern@pobox.com>
36412              Date: Fri, 26 Jan 2001 09:28:31 -0500
36413              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
36414      Branch: perl
36415            ! lib/Text/Wrap.pm t/lib/textwrap.t
36416 ____________________________________________________________________________
36417 [  8551] By: jhi                                   on 2001/01/26  02:33:19
36418         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
36419              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
36420              
36421              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
36422              
36423              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
36424              
36425              Message nit.
36426              
36427              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
36428              
36429              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
36430              
36431              (the cleanup of unused submatches in regtry() and regcppop())
36432              
36433              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
36434              stored and restored, and thusly was trounced by the utf8 swash
36435              routines.
36436              
36437              use utf8 not required to use \x{}.
36438              
36439              Removed two more tests that make no sense in UTF-8 since the test
36440              data is not in UTF-8.
36441              
36442              Get the three different space character classes right under utf8.
36443              
36444              Implement ANYOFUTF8 regprop() dumping.
36445              
36446              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
36447              
36448              Document the regex context pushing/popping a bit better.
36449      Branch: maint-5.6/perl
36450           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
36451           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
36452           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
36453           !> t/op/regmesg.t utf8.c
36454 ____________________________________________________________________________
36455 [  8550] By: nick                                  on 2001/01/25  19:42:30
36456         Log: Integrate mainline
36457      Branch: perlio
36458           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
36459           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
36460           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
36461           !> t/lib/bigint.t t/lib/bigintpm.t
36462 ____________________________________________________________________________
36463 [  8549] By: jhi                                   on 2001/01/25  15:22:28
36464         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
36465      Branch: maint-5.6/perl
36466            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
36467 ____________________________________________________________________________
36468 [  8548] By: jhi                                   on 2001/01/25  15:02:55
36469         Log: Integrate changes #7997,8063,8492,8547 from mainline.
36470              
36471              Subject: Re: STRLEN - what?
36472              
36473              Subject: [PATCH] perlguts.pod
36474              
36475              Memory management calls documentation.
36476              
36477              Layout using tabulator is not a good idea in a pod.
36478      Branch: maint-5.6/perl
36479           !> pod/perlguts.pod
36480 ____________________________________________________________________________
36481 [  8547] By: jhi                                   on 2001/01/25  14:49:05
36482         Log: Layout using tabulator is not a good idea in a pod.
36483      Branch: perl
36484            ! pod/perlguts.pod
36485 ____________________________________________________________________________
36486 [  8546] By: jhi                                   on 2001/01/25  14:31:12
36487         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
36488              from mainline.
36489              
36490              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
36491              
36492              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
36493              
36494              More Win32 editor/IDE/shell hints.
36495              
36496              More Win32 Perling.
36497              
36498              Yet another editor edit.
36499              
36500              Edit edit edit.
36501              
36502              IDE/editor section tweaking.
36503              
36504              Few more IDE/editor nits from p5p.
36505      Branch: maint-5.6/perl
36506           !> pod/perlfaq3.pod
36507 ____________________________________________________________________________
36508 [  8545] By: jhi                                   on 2001/01/25  04:16:32
36509         Log: Subject: [PATCH 5.7.0] overload int()
36510              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36511              Date: Wed, 24 Jan 2001 19:06:57 -0500
36512              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
36513      Branch: perl
36514            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
36515            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
36516            ! t/lib/bigintpm.t
36517 ____________________________________________________________________________
36518 [  8544] By: jhi                                   on 2001/01/25  04:15:11
36519         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
36520              From: Peter Prymmer <pvhp@forte.com>
36521              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
36522              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
36523      Branch: perl
36524            ! Makefile.SH README.os390 hints/os390.sh installperl
36525 ____________________________________________________________________________
36526 [  8543] By: jhi                                   on 2001/01/25  03:52:08
36527         Log: Integrate change #8462,8469 from mainline.
36528              
36529              In VMS Perl subversion (perl -V) is undef.
36530      Branch: maint-5.6/perl
36531           !> configure.com
36532 ____________________________________________________________________________
36533 [  8542] By: jhi                                   on 2001/01/25  03:44:55
36534         Log: Integrate changes #7835,7850,8315,8316 from mainline.
36535              
36536              Solaris hints.
36537      Branch: maint-5.6/perl
36538           !> hints/solaris_2.sh
36539 ____________________________________________________________________________
36540 [  8541] By: jhi                                   on 2001/01/25  03:39:28
36541         Log: Integrate #8336 from mainline.
36542      Branch: maint-5.6/perl
36543           !> hv.c
36544 ____________________________________________________________________________
36545 [  8540] By: jhi                                   on 2001/01/25  03:23:50
36546         Log: Retract #8539.
36547      Branch: maint-5.6/perl
36548            ! pod/perlfaq3.pod
36549 ____________________________________________________________________________
36550 [  8539] By: jhi                                   on 2001/01/25  03:21:55
36551         Log: (Retracted by #5940.)
36552      Branch: maint-5.6/perl
36553            ! pod/perlfaq3.pod
36554 ____________________________________________________________________________
36555 [  8538] By: jhi                                   on 2001/01/25  03:14:07
36556         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
36557              From: Peter Prymmer <pvhp@forte.com>
36558              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
36559              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
36560              
36561              The VMS bits.
36562      Branch: maint-5.6/perl
36563            ! configure.com vms/descrip_mms.template
36564 ____________________________________________________________________________
36565 [  8537] By: jhi                                   on 2001/01/25  03:06:09
36566         Log: Integrate #7710,7824,7973 from mainline.
36567      Branch: maint-5.6/perl
36568           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36569           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
36570           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
36571           !> vos/config.ga.def vos/config.ga.h win32/config.bc
36572           !> win32/config.gc win32/config.vc
36573 ____________________________________________________________________________
36574 [  8536] By: jhi                                   on 2001/01/24  13:50:20
36575         Log: Revert the edits made by me so far to the 5.6 branch since
36576              the TRIAL1 since I did edits when I should have been using
36577              integrates.  Bad programmer.   (Will integrate them properly later.)
36578              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
36579              The #8353 will not be reapplied at least for now since
36580              the UTF-8 hash keys need more thinking.
36581              (The patches #8347, #8354, #8454, #8473 were okay since they
36582              were original edits made specifically for the 5.6.1-TRIAL1.)
36583      Branch: maint-5.6/perl
36584            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36585            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
36586            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
36587            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
36588            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
36589            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36590            ! win32/config.bc win32/config.gc win32/config.vc
36591 ____________________________________________________________________________
36592 [  8535] By: bailey                                on 2001/01/24  06:37:02
36593         Log: SYN SYN
36594      Branch: vmsperl
36595           +> (branch 26 files)
36596           !> (integrate 130 files)
36597 ____________________________________________________________________________
36598 [  8534] By: nick                                  on 2001/01/23  19:30:57
36599         Log: Integrate mainline.
36600      Branch: perlio
36601           !> Changes Configure Porting/Glossary Porting/config.sh
36602           !> Porting/config_H embed.h embed.pl ext/Encode/compile
36603           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
36604           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
36605           !> pod/perlvar.pod proto.h t/lib/1_compile.t
36606 ____________________________________________________________________________
36607 [  8533] By: jhi                                   on 2001/01/23  16:15:46
36608         Log: Forgotten from #8501.
36609      Branch: perl
36610            ! Porting/Glossary Porting/config.sh Porting/config_H
36611 ____________________________________________________________________________
36612 [  8532] By: jhi                                   on 2001/01/23  16:13:27
36613         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
36614              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
36615              Date: Mon, 22 Jan 2001 17:51:58 +0100
36616              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
36617      Branch: perl
36618            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
36619 ____________________________________________________________________________
36620 [  8531] By: jhi                                   on 2001/01/23  15:46:01
36621         Log: Update Changes.
36622      Branch: perl
36623            ! Changes patchlevel.h
36624 ____________________________________________________________________________
36625 [  8530] By: jhi                                   on 2001/01/23  15:38:39
36626         Log: De-cut-and-pasto.
36627      Branch: perl
36628            ! t/lib/1_compile.t
36629 ____________________________________________________________________________
36630 [  8529] By: jhi                                   on 2001/01/23  15:11:04
36631         Log: Document the mkdir trailing slashes case.
36632      Branch: perl
36633            ! pod/perlfunc.pod
36634 ____________________________________________________________________________
36635 [  8528] By: jhi                                   on 2001/01/23  15:08:28
36636         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
36637              get installed:
36638              
36639              Subject: lib/lib.pm
36640              From: <abigail@foad.org>
36641              Date: Mon, 28 Aug 2000 20:35:08 -0400
36642              Message-ID: <20000829003508.21281.qmail@foad.org>
36643      Branch: perl
36644            ! installperl
36645 ____________________________________________________________________________
36646 [  8527] By: jhi                                   on 2001/01/23  14:44:04
36647         Log: Metaconfig unit change for #8526.
36648      Branch: metaconfig
36649            ! U/threads/archname.U
36650 ____________________________________________________________________________
36651 [  8526] By: jhi                                   on 2001/01/23  14:43:19
36652         Log: Attach -perlio to the archname if so selected.
36653      Branch: perl
36654            ! Configure
36655 ____________________________________________________________________________
36656 [  8525] By: jhi                                   on 2001/01/23  14:24:01
36657         Log: Subject: [PATCH] pod/perlvar.pod
36658              From: abigail@foad.org
36659              Date: Tue, 23 Jan 2001 01:41:10 +0100
36660              Message-ID: <20010123004110.22259.qmail@foad.org>
36661      Branch: perl
36662            ! pod/perlvar.pod
36663 ____________________________________________________________________________
36664 [  8524] By: jhi                                   on 2001/01/23  14:22:32
36665         Log: A bug introduced in #8217 (the undefined variable in the
36666              lib/safe1_t #3) fixed, by Charles Lane:
36667              
36668              The earlier patch made it so that stuff running in Safe
36669              compartments could do a "caller" and see "main".  That
36670              little change in name is done right before the code in
36671              the compartment is run, and apparantly the parser
36672              was picking up the stash name before it got changed.
36673              
36674              (why it was threaded vs. unthreaded Perl that was sensitive to this
36675              I still don't know...and it probably doesn't matter).
36676              
36677              I tryed removing the stash name-change and saw that threaded Perl
36678              did indeed pass the lib/safe1.t tests.
36679              
36680              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
36681              do the name change (and to connect _ in the compartment to the global
36682              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
36683              to call _safe_pkg_prep when creating a new compartment.
36684              
36685              Passes all tests with threaded perl on linux; passes all tests
36686              with unthreaded perl on VMS.
36687              
36688              At some point I'll probably want to revisit Safe and Opcode to
36689              provide more sensible handling of global variables...and to get
36690              formats working in Safe compartments, which they don't do currently.
36691      Branch: perl
36692            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
36693 ____________________________________________________________________________
36694 [  8523] By: jhi                                   on 2001/01/23  14:11:58
36695         Log: Also the lib/Thread.pm itself needs to be ignored if
36696              the Thread extension hasn't been built.
36697      Branch: perl
36698            ! t/lib/1_compile.t
36699 ____________________________________________________________________________
36700 [  8522] By: jhi                                   on 2001/01/23  13:51:28
36701         Log: print() instead of warn() so that stderr doesn't get
36702              unncessarily polluted.
36703      Branch: perl
36704            ! ext/Encode/compile
36705 ____________________________________________________________________________
36706 [  8521] By: jhi                                   on 2001/01/23  13:49:48
36707         Log: Integrate perlio.
36708      Branch: perl
36709           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
36710           !> ext/Encode/encode.h
36711 ____________________________________________________________________________
36712 [  8520] By: nick                                  on 2001/01/22  21:44:00
36713         Log: More messing with Encode:
36714              Extra fields in header to allow multiple names and to record
36715              other things "compile" knows.
36716              Re-organise compile to factor out common output routines.
36717      Branch: perlio
36718            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
36719 ____________________________________________________________________________
36720 [  8519] By: nick                                  on 2001/01/22  20:33:50
36721         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
36722      Branch: perlio
36723            ! ext/Encode/Makefile.PL ext/Encode/compile
36724 ____________________________________________________________________________
36725 [  8518] By: nick                                  on 2001/01/22  20:28:13
36726         Log: Integrate mainline
36727      Branch: perlio
36728           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
36729           !> vos/config.alpha.def vos/config.alpha.h
36730 ____________________________________________________________________________
36731 [  8517] By: jhi                                   on 2001/01/22  15:37:17
36732         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
36733              by Inaba Hiroto.
36734      Branch: perl
36735            ! sv.c
36736 ____________________________________________________________________________
36737 [  8516] By: jhi                                   on 2001/01/22  14:55:15
36738         Log: More SIG_SIZE fixes.
36739      Branch: perl
36740            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
36741 ____________________________________________________________________________
36742 [  8515] By: jhi                                   on 2001/01/22  14:50:27
36743         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
36744              From: "Craig A. Berry" <craigberry@mac.com>
36745              Date: Mon, 22 Jan 2001 00:42:24 -0600
36746              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
36747      Branch: perl
36748            ! configure.com
36749 ____________________________________________________________________________
36750 [  8514] By: jhi                                   on 2001/01/22  14:31:17
36751         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
36752              From: "Craig A. Berry" <craigberry@mac.com>
36753              Date: Sun, 21 Jan 2001 23:03:25 -0600
36754              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
36755      Branch: perl
36756            ! configure.com
36757 ____________________________________________________________________________
36758 [  8513] By: jhi                                   on 2001/01/22  14:14:00
36759         Log: Add the .ucm encoding tables to the MANIFEST.
36760      Branch: perl
36761            ! MANIFEST
36762 ____________________________________________________________________________
36763 [  8512] By: jhi                                   on 2001/01/22  13:43:33
36764         Log: Integrate perlio.
36765      Branch: perl
36766           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36767           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36768           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36769           +> ext/Encode/Encode/iso8859-10.ucm
36770           +> ext/Encode/Encode/iso8859-13.ucm
36771           +> ext/Encode/Encode/iso8859-14.ucm
36772           +> ext/Encode/Encode/iso8859-15.ucm
36773           +> ext/Encode/Encode/iso8859-16.ucm
36774           +> ext/Encode/Encode/iso8859-2.ucm
36775           +> ext/Encode/Encode/iso8859-3.ucm
36776           +> ext/Encode/Encode/iso8859-4.ucm
36777           +> ext/Encode/Encode/iso8859-5.ucm
36778           +> ext/Encode/Encode/iso8859-6.ucm
36779           +> ext/Encode/Encode/iso8859-7.ucm
36780           +> ext/Encode/Encode/iso8859-8.ucm
36781           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36782           +> ext/Encode/Encode/symbol.ucm
36783           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
36784           !> perliol.h
36785 ____________________________________________________________________________
36786 [  8511] By: nick                                  on 2001/01/21  23:44:47
36787         Log: Make "real" layers of ":utf8" and ":raw".
36788              So now PERLIO=utf8 perl ...
36789              does what Andreas wanted.
36790              Fix arg passing in open.pm (still have a Carp issue).
36791      Branch: perlio
36792            ! lib/open.pm perlio.c perliol.h
36793 ____________________________________________________________________________
36794 [  8510] By: jhi                                   on 2001/01/21  22:56:53
36795         Log: Document the regex context pushing/popping a bit better.
36796      Branch: perl
36797            ! regexec.c
36798 ____________________________________________________________________________
36799 [  8509] By: jhi                                   on 2001/01/21  22:55:44
36800         Log: Tweak the mkdir trailing slash code some more.
36801              
36802              TO DO: the same handling should probably be done for
36803              all the other filesystem functions that can have directories
36804              as their arguments.
36805      Branch: perl
36806            ! pp_sys.c
36807 ____________________________________________________________________________
36808 [  8508] By: nick                                  on 2001/01/21  21:37:43
36809         Log: Switch "compiled in" encodings to .ucm format.
36810              (Leave others as .enc till we can run-time load .ucm,
36811              or find some other way to load them.)
36812      Branch: perlio
36813            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
36814            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
36815            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
36816            + ext/Encode/Encode/iso8859-10.ucm
36817            + ext/Encode/Encode/iso8859-13.ucm
36818            + ext/Encode/Encode/iso8859-14.ucm
36819            + ext/Encode/Encode/iso8859-15.ucm
36820            + ext/Encode/Encode/iso8859-16.ucm
36821            + ext/Encode/Encode/iso8859-2.ucm
36822            + ext/Encode/Encode/iso8859-3.ucm
36823            + ext/Encode/Encode/iso8859-4.ucm
36824            + ext/Encode/Encode/iso8859-5.ucm
36825            + ext/Encode/Encode/iso8859-6.ucm
36826            + ext/Encode/Encode/iso8859-7.ucm
36827            + ext/Encode/Encode/iso8859-8.ucm
36828            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
36829            + ext/Encode/Encode/symbol.ucm
36830            ! ext/Encode/Makefile.PL ext/Encode/compile
36831 ____________________________________________________________________________
36832 [  8507] By: nick                                  on 2001/01/21  21:02:03
36833         Log: Integrate (partial) mainline.
36834      Branch: perlio
36835           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
36836           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
36837           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
36838 ____________________________________________________________________________
36839 [  8506] By: jhi                                   on 2001/01/21  20:09:30
36840         Log: Update Changes.
36841      Branch: perl
36842            ! Changes patchlevel.h
36843 ____________________________________________________________________________
36844 [  8505] By: jhi                                   on 2001/01/21  19:39:59
36845         Log: Subject: Minor typos in perlfaq2.pod
36846              From: "Stephen P. Potter" <spp@spotter.yi.org>
36847              Message-Id: <200101192101.QAA11911@spotter.yi.org>
36848              Date: Fri, 19 Jan 2001 16:01:13 -0500
36849              
36850              with a nit from Philip Netwon.
36851      Branch: perl
36852            ! pod/perlfaq2.pod
36853 ____________________________________________________________________________
36854 [  8504] By: jhi                                   on 2001/01/21  19:33:05
36855         Log: Metaconfig change for #8503.
36856      Branch: metaconfig
36857            ! U/threads/usethreads.U
36858 ____________________________________________________________________________
36859 [  8503] By: jhi                                   on 2001/01/21  19:32:21
36860         Log: Sanity check for conflicting thread flavours.
36861      Branch: perl
36862            ! Configure config_h.SH
36863 ____________________________________________________________________________
36864 [  8502] By: jhi                                   on 2001/01/21  19:23:00
36865         Log: Metaconfig change for #8501.
36866      Branch: metaconfig
36867            ! U/modified/sig_name.U
36868 ____________________________________________________________________________
36869 [  8501] By: jhi                                   on 2001/01/21  19:22:26
36870         Log: The SIG_SIZE is the number of the elements *excluding*
36871              the terminating NULL.
36872      Branch: perl
36873            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
36874            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
36875            ! win32/config_H.vc
36876 ____________________________________________________________________________
36877 [  8500] By: jhi                                   on 2001/01/21  18:31:31
36878         Log: Integrate perlio.
36879      Branch: perl
36880           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
36881           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
36882           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
36883           !> pp_sys.c proto.h sv.c
36884 ____________________________________________________________________________
36885 [  8499] By: jhi                                   on 2001/01/21  17:43:57
36886         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
36887              From: Hugo <hv@crypt.compulink.co.uk>
36888              Date: Sun, 21 Jan 2001 13:34:05 +0000
36889              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
36890              
36891              In sprintf UTF8ize only if necessary.
36892      Branch: perl
36893            ! sv.c
36894 ____________________________________________________________________________
36895 [  8498] By: nick                                  on 2001/01/21  16:25:32
36896         Log: Encode cleanup.
36897              Add command line control over "compile" so that Makefile.PL
36898              needs can be combined with other uses.
36899              Use command line options in Makefile.PL.
36900              Fix multi-byte parsing in .ucm files.
36901      Branch: perlio
36902            ! ext/Encode/Makefile.PL ext/Encode/compile
36903 ____________________________________________________________________________
36904 [  8497] By: nick                                  on 2001/01/21  12:56:27
36905         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
36906      Branch: perlio
36907            ! ext/Encode/Encode.xs
36908 ____________________________________________________________________________
36909 [  8496] By: nick                                  on 2001/01/21  12:18:45
36910         Log: Fixup after integrate:
36911              missed the .sym files that are changed by regen_headers
36912              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
36913      Branch: perlio
36914            ! global.sym pp.sym sv.c
36915 ____________________________________________________________________________
36916 [  8495] By: nick                                  on 2001/01/21  11:51:07
36917         Log: Integrate mainline.
36918      Branch: perlio
36919           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
36920           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
36921           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
36922           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
36923           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
36924           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
36925           !> win32/Makefile win32/makefile.mk
36926 ____________________________________________________________________________
36927 [  8494] By: jhi                                   on 2001/01/20  23:12:11
36928         Log: Forgot the expect_number() prototype.
36929      Branch: perl
36930            ! embed.h embed.pl proto.h
36931 ____________________________________________________________________________
36932 [  8493] By: jhi                                   on 2001/01/20  22:56:39
36933         Log: Subject: [PATCH: perl@8482] README.vms URL updates
36934              From: Peter Prymmer <pvhp@forte.com>
36935              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
36936              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
36937              
36938              Plus Craig A. Berry's suggestion to use compaq.com instead
36939              of digital.com.
36940      Branch: perl
36941            ! README.vms
36942 ____________________________________________________________________________
36943 [  8492] By: jhi                                   on 2001/01/20  22:50:05
36944         Log: Memory management calls documentation.
36945      Branch: perl
36946            ! pod/perlguts.pod
36947 ____________________________________________________________________________
36948 [  8491] By: jhi                                   on 2001/01/20  22:38:33
36949         Log: Signedness nit plus few memcpy/Copy nits.
36950      Branch: perl
36951            ! sv.c
36952 ____________________________________________________________________________
36953 [  8490] By: jhi                                   on 2001/01/20  22:25:53
36954         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
36955              From: Peter Prymmer <pvhp@forte.com>
36956              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
36957              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
36958      Branch: perl
36959            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
36960 ____________________________________________________________________________
36961 [  8489] By: jhi                                   on 2001/01/20  22:24:41
36962         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
36963              From: Peter Prymmer <pvhp@forte.com>
36964              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
36965              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
36966      Branch: perl
36967            ! win32/Makefile win32/makefile.mk
36968 ____________________________________________________________________________
36969 [  8488] By: jhi                                   on 2001/01/20  22:22:27
36970         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
36971              From: Peter Prymmer <pvhp@forte.com>
36972              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
36973              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
36974      Branch: perl
36975            ! Makefile.SH
36976 ____________________________________________________________________________
36977 [  8487] By: jhi                                   on 2001/01/20  22:21:18
36978         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
36979              From: Peter Prymmer <pvhp@forte.com>
36980              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
36981              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
36982      Branch: perl
36983            + ext/DynaLoader/dl_dllload.xs
36984            ! MANIFEST Makefile.SH hints/os390.sh
36985 ____________________________________________________________________________
36986 [  8486] By: jhi                                   on 2001/01/20  22:17:53
36987         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
36988              From: Peter Prymmer <pvhp@forte.com>
36989              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
36990              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
36991      Branch: perl
36992            ! README.os390 README.posix-bc
36993 ____________________________________________________________________________
36994 [  8485] By: jhi                                   on 2001/01/20  20:15:30
36995         Log: Document and test the new qu operator.
36996      Branch: perl
36997            + t/op/qu.t
36998            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
36999            ! pod/perlretut.pod pod/perlunicode.pod
37000 ____________________________________________________________________________
37001 [  8484] By: nick                                  on 2001/01/20  19:42:30
37002         Log: Infrastructure to allow:
37003              open($fh,"|-",@array);
37004              to be implemented
37005              i.e. mark pp_open as needing a stack mark, and make pp_open
37006              process its args in that style (and pass them _all_ to tied handles OPEN).
37007              Invent do_openn() which takes SV ** at allow it to see multiple args.
37008              Note this does not _do_ anything yet.
37009      Branch: perlio
37010            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
37011            ! perlapi.c pp_proto.h pp_sys.c proto.h
37012 ____________________________________________________________________________
37013 [  8483] By: nick                                  on 2001/01/20  17:23:14
37014         Log: Integrate mainline.
37015      Branch: perlio
37016           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
37017           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
37018 ____________________________________________________________________________
37019 [  8482] By: jhi                                   on 2001/01/19  15:37:49
37020         Log: Update Changes.
37021      Branch: perl
37022            ! Changes patchlevel.h
37023 ____________________________________________________________________________
37024 [  8481] By: jhi                                   on 2001/01/19  14:41:24
37025         Log: Subject: Re: new feature: s?printf parameter reordering 
37026              From: Hugo <hv@crypt.compulink.co.uk>
37027              Date: Thu, 11 Jan 2001 17:09:03 +0000
37028              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
37029              
37030              - support reordering for all parameters: %, *v, *, .*
37031              - lay down that the reordering specification must immediately
37032              follow that parameter: %3$, *v3$, *3$, .*3$
37033              - fix vectorisation of a zero-length string
37034              - factor out the code choosing the argument to format
37035              
37036              Possibly unwanted side-effects:
37037              - the special format specifiers ' +-0' must now precede any
37038              vectorisation specifier. Tests in op/sprintf and op/ver
37039              have been changed to reflect this.
37040              - sprintf.t test #214 changed its expectations because in many
37041              cases, the next parameter has already been consumed when an
37042              invalid type letter is detected.
37043              
37044              Probably wanted side-effects:
37045              - attempts to format a non-existent parameter will warn as if C<undef>
37046              - attempt to write to non-existent parameter with '%n' will complain
37047              of "attempt to modify read-only value" instead of being silent
37048      Branch: perl
37049            ! sv.c t/op/sprintf.t t/op/ver.t
37050 ____________________________________________________________________________
37051 [  8480] By: jhi                                   on 2001/01/19  14:08:37
37052         Log: Subject: PATCH pragma/locale.t
37053              From: andreas.koenig@anima.de (Andreas J. Koenig)
37054              Date: 18 Jan 2001 09:45:37 +0100
37055              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
37056      Branch: perl
37057            ! t/pragma/locale.t
37058 ____________________________________________________________________________
37059 [  8479] By: jhi                                   on 2001/01/19  13:19:58
37060         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
37061      Branch: perl
37062            ! configure.com
37063 ____________________________________________________________________________
37064 [  8478] By: jhi                                   on 2001/01/19  02:12:35
37065         Log: Automate 1_compile.t.
37066      Branch: perl
37067            ! t/lib/1_compile.t
37068 ____________________________________________________________________________
37069 [  8477] By: jhi                                   on 2001/01/19  01:49:56
37070         Log: Integrate perlio.
37071      Branch: perl
37072           !> sv.c win32/config.bc win32/config.gc win32/config.vc
37073           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
37074 ____________________________________________________________________________
37075 [  8476] By: nick                                  on 2001/01/18  21:51:52
37076         Log: Integrate mainline
37077      Branch: perlio
37078           +> t/lib/1_compile.t t/lib/compmod.pl
37079           !> MANIFEST configure.com lib/unicode/distinct.pm
37080 ____________________________________________________________________________
37081 [  8475] By: nick                                  on 2001/01/18  21:48:02
37082         Log: Win32 "safe signals" co-existance fix.
37083              Fix SIG_SIZE value.
37084              Clear PL_sig_pending when cloning (fork).
37085      Branch: perlio
37086            ! sv.c win32/config.bc win32/config.gc win32/config.vc
37087            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37088 ____________________________________________________________________________
37089 [  8474] By: jhi                                   on 2001/01/18  14:40:57
37090         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
37091      Branch: perl
37092            ! t/lib/1_compile.t
37093 ____________________________________________________________________________
37094 [  8473] By: gsar                                  on 2001/01/18  11:42:31
37095         Log: unsubmitted trial1 change
37096      Branch: maint-5.6/perl
37097            ! Changes
37098 ____________________________________________________________________________
37099 [  8472] By: jhi                                   on 2001/01/18  04:30:24
37100         Log: The first bug found by 1_compile.t.
37101      Branch: perl
37102            ! lib/unicode/distinct.pm
37103 ____________________________________________________________________________
37104 [  8471] By: jhi                                   on 2001/01/18  04:29:42
37105         Log: Add Schwern's 1_compile test.  The compile_module script renamed
37106              to be a bit shorter for the 8.3 people.
37107      Branch: perl
37108            + t/lib/1_compile.t t/lib/compmod.pl
37109            ! MANIFEST
37110 ____________________________________________________________________________
37111 [  8470] By: jhi                                   on 2001/01/18  04:16:00
37112         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)
37113              From: Peter Prymmer <pvhp@forte.com>
37114              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
37115              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
37116              Replace #8463.
37117      Branch: maint-5.6/perl
37118            ! configure.com
37119 ____________________________________________________________________________
37120 [  8469] By: jhi                                   on 2001/01/18  04:13:02
37121         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)
37122              From: Peter Prymmer <pvhp@forte.com>
37123              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
37124              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
37125              Replace #8462.
37126      Branch: perl
37127            ! configure.com
37128 ____________________________________________________________________________
37129 [  8468] By: jhi                                   on 2001/01/18  03:42:08
37130         Log: Integrate perlio.
37131      Branch: perl
37132           !> gv.c mg.c perlio.c util.c
37133 ____________________________________________________________________________
37134 [  8467] By: nick                                  on 2001/01/17  22:41:10
37135         Log: "Safe" signals - trial implementation.
37136              gv.c tweaked to zero PL_sig_pend array
37137              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
37138              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
37139              Odd thing is that it "works" with PERLIO=stdio as well (linux).
37140      Branch: perlio
37141            ! gv.c mg.c perlio.c util.c
37142 ____________________________________________________________________________
37143 [  8466] By: nick                                  on 2001/01/17  20:40:20
37144         Log: Integrate mainline.
37145      Branch: perlio
37146           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
37147           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
37148           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
37149           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37150           !> vos/config.ga.h win32/config.bc win32/config.gc
37151           !> win32/config.vc
37152 ____________________________________________________________________________
37153 [  8465] By: jhi                                   on 2001/01/17  18:37:13
37154         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
37155              From: Nicholas Clark <nick@ccl4.org>
37156              Date: Wed, 17 Jan 2001 17:31:33 +0000
37157              Message-ID: <20010117173133.I2633@plum.flirble.org>
37158      Branch: perl
37159            ! t/op/int.t
37160 ____________________________________________________________________________
37161 [  8464] By: jhi                                   on 2001/01/17  14:43:17
37162         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
37163              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37164              Date: Wed, 17 Jan 2001 15:16:43 +0100
37165              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
37166              
37167              pp_int() was dropping an NV to the floor,
37168              int(279964589018079/59) either returned not an integer
37169              4745162525730.15, or one got "Attempt to free unreferenced scalar."
37170      Branch: perl
37171            ! pp.c
37172 ____________________________________________________________________________
37173 [  8463] By: jhi                                   on 2001/01/17  06:12:42
37174         Log: (Replaced by #8470)
37175              
37176              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)
37177              From: "Craig A. Berry" <craigberry@mac.com>
37178              Date: Tue, 16 Jan 2001 23:38:46 -0600
37179              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
37180      Branch: maint-5.6/perl
37181            ! configure.com
37182 ____________________________________________________________________________
37183 [  8462] By: jhi                                   on 2001/01/17  06:11:31
37184         Log: (Replaced by #8469)
37185              
37186              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)
37187              From: "Craig A. Berry" <craigberry@mac.com>
37188              Date: Tue, 16 Jan 2001 23:38:46 -0600
37189              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
37190      Branch: perl
37191            ! configure.com
37192 ____________________________________________________________________________
37193 [  8461] By: jhi                                   on 2001/01/17  05:56:12
37194         Log: Allow for one trailing slash in the directory of mkdir().
37195      Branch: perl
37196            ! pp_sys.c
37197 ____________________________________________________________________________
37198 [  8460] By: jhi                                   on 2001/01/17  03:26:01
37199         Log: Metaconfig unit changes for #8459.
37200      Branch: metaconfig
37201            ! U/modified/Loc.U U/modified/sig_name.U
37202 ____________________________________________________________________________
37203 [  8459] By: jhi                                   on 2001/01/17  03:24:48
37204         Log: Define SIG_SIZE, the number of elements in the sig_name and
37205              sig_num arrays, including the final NULL entry.
37206      Branch: perl
37207            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37208            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
37209            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
37210            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37211            ! win32/config.bc win32/config.gc win32/config.vc
37212 ____________________________________________________________________________
37213 [  8458] By: jhi                                   on 2001/01/17  01:41:33
37214         Log: Integrate perlio.
37215      Branch: perl
37216           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
37217           !> perlapi.h proto.h sv.c
37218 ____________________________________________________________________________
37219 [  8457] By: nick                                  on 2001/01/16  22:07:26
37220         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
37221              Provides all the "cost" but no benefit yet - it is to allow cost
37222              to be measured, and implementation experiments (just in mg.c?).
37223      Branch: perlio
37224            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
37225            ! perlapi.h proto.h sv.c
37226 ____________________________________________________________________________
37227 [  8456] By: nick                                  on 2001/01/16  21:07:07
37228         Log: Integrate mainline.
37229      Branch: perlio
37230           !> (integrate 51 files)
37231 ____________________________________________________________________________
37232 [  8455] By: jhi                                   on 2001/01/16  18:13:43
37233         Log: Subject: [PATCH] regcomp.c old feature removal
37234              From: mjd@plover.com
37235              Date: 16 Jan 2001 14:43:18 -0000 
37236              Message-ID: <20010116144318.7140.qmail@plover.com> 
37237      Branch: perl
37238            ! regcomp.c
37239 ____________________________________________________________________________
37240 [  8454] By: jhi                                   on 2001/01/16  16:12:39
37241         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
37242              From: "Indy Singh" <indy@nusphere.com>
37243              Date: Wed, 10 Jan 2001 20:17:49 -0500
37244              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
37245      Branch: maint-5.6/perl
37246            ! win32/Makefile
37247 ____________________________________________________________________________
37248 [  8453] By: jhi                                   on 2001/01/16  16:09:33
37249         Log: Update Changes.
37250      Branch: perl
37251            ! Changes patchlevel.h
37252 ____________________________________________________________________________
37253 [  8452] By: jhi                                   on 2001/01/16  15:42:04
37254         Log: Subject: Re: API Cleanup
37255              To: perl5-porters@perl.org
37256              Date: Tue, 16 Jan 2001 13:42:30 +0000
37257              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
37258              
37259              Subject: [PATCH] utf8.c documentation
37260              From: Simon Cozens <simon@cozens.net>
37261              Date: Tue, 16 Jan 2001 13:52:48 +0000
37262              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
37263              
37264              Subject: Re: API Cleanup
37265              From: Simon Cozens <simon@cozens.net>
37266              Date: Tue, 16 Jan 2001 14:58:55 +0000
37267              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
37268              
37269              UTF-8 doc patches.
37270      Branch: perl
37271            ! embed.pl pod/perlapi.pod utf8.c
37272 ____________________________________________________________________________
37273 [  8451] By: jhi                                   on 2001/01/16  14:41:39
37274         Log: podlators 1.07, from Russ Allbery.
37275      Branch: perl
37276            ! lib/Pod/Man.pm
37277 ____________________________________________________________________________
37278 [  8450] By: jhi                                   on 2001/01/16  14:24:19
37279         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
37280              From: "Indy Singh" <indy@nusphere.com>
37281              Date: Mon, 15 Jan 2001 20:59:40 -0500
37282              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
37283      Branch: perl
37284            ! win32/Makefile
37285 ____________________________________________________________________________
37286 [  8449] By: jhi                                   on 2001/01/16  03:42:55
37287         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
37288              at the setting of the ofs_sv in new_struct_thread() as the
37289              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
37290              that invited a core dump.
37291      Branch: perl
37292            ! util.c
37293 ____________________________________________________________________________
37294 [  8448] By: jhi                                   on 2001/01/16  01:49:07
37295         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
37296              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37297              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
37298              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
37299              
37300              Replace #8444 and #8445.
37301      Branch: perl
37302            ! ext/B/B.xs ext/B/B/Debug.pm
37303 ____________________________________________________________________________
37304 [  8447] By: jhi                                   on 2001/01/15  21:05:35
37305         Log: Subject: [PATCH] API Variable documentation   
37306              From: Simon Cozens <simon@cozens.net>
37307              Date: Mon, 15 Jan 2001 19:35:54 +0000
37308              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
37309      Branch: perl
37310            ! pod/perlapi.pod thrdvar.h
37311 ____________________________________________________________________________
37312 [  8446] By: jhi                                   on 2001/01/15  20:49:20
37313         Log: Signedness nit.
37314      Branch: perl
37315            ! pp_ctl.c
37316 ____________________________________________________________________________
37317 [  8445] By: jhi                                   on 2001/01/15  20:28:48
37318         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
37319      Branch: perl
37320            ! ext/B/B/Debug.pm
37321 ____________________________________________________________________________
37322 [  8444] By: jhi                                   on 2001/01/15  13:09:10
37323         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
37324      Branch: perl
37325            ! ext/B/B.xs
37326 ____________________________________________________________________________
37327 [  8443] By: jhi                                   on 2001/01/15  13:06:26
37328         Log: Missing from #8439.
37329      Branch: perl
37330            ! keywords.h mg.c
37331 ____________________________________________________________________________
37332 [  8442] By: jhi                                   on 2001/01/15  13:02:38
37333         Log: Subject: [PATCH @8436] Eliminate op_children
37334              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37335              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
37336              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
37337              
37338              Subject: [PATCH @8436] Re: Eliminate op_children
37339              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37340              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
37341              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
37342      Branch: perl
37343            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
37344            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
37345            ! op.c op.h
37346 ____________________________________________________________________________
37347 [  8441] By: jhi                                   on 2001/01/15  12:57:08
37348         Log: Use the /^Perl_/-less form of is_lvalue_sub().
37349      Branch: perl
37350            ! pp.h
37351 ____________________________________________________________________________
37352 [  8440] By: jhi                                   on 2001/01/15  05:13:09
37353         Log: Revert #8437 and #8438, the Linux large files story is more complex.
37354      Branch: metaconfig/U/perl
37355            ! d_fpos64_t.U d_off64_t.U
37356      Branch: perl
37357            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37358            ! config_h.SH configure.com epoc/config.sh perl.h
37359            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37360            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37361            ! win32/config.bc win32/config.gc win32/config.vc
37362 ____________________________________________________________________________
37363 [  8439] By: jhi                                   on 2001/01/15  05:02:24
37364         Log: More UTF-8 patches from Inaba Hiroto.
37365              - The substr lval was still not okay.
37366              - Now pp_stringify and sv_setsv copies source's UTF8 flag
37367              even if IN_BYTE.  pp_stringify is called from fold_constants
37368              at optimization phase and "\x{100}" was made SvUTF8_off under
37369              use bytes (the bytes pragma is for "byte semantics" and not
37370              for "do not produce UTF8 data")
37371              - New `qu' operator to generate UTF8 string explicitly.
37372              Though I agree with the policy "0x00-0xff always produce bytes",
37373              sometimes want to such a string to be coded in UTF8.
37374              I can use pack"U0a*" but it requires more typing and has
37375              runtime overhead.
37376              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
37377              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
37378              string is not UTF8_on and has char 0x80-0xff.
37379              
37380              TODO: document and test qu.
37381      Branch: perl
37382            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
37383            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
37384            ! toke.c
37385 ____________________________________________________________________________
37386 [  8438] By: jhi                                   on 2001/01/14  05:10:23
37387         Log: Metaconfig unit changes for #8437.
37388      Branch: metaconfig/U/perl
37389            ! d_fpos64_t.U d_off64_t.U
37390 ____________________________________________________________________________
37391 [  8437] By: jhi                                   on 2001/01/14  04:55:34
37392         Log: Add <features.h> probing, seems to be needed for (some?)
37393              Linux largefileness.
37394      Branch: perl
37395            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37396            ! config_h.SH configure.com epoc/config.sh perl.h
37397            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
37398            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37399            ! win32/config.bc win32/config.gc win32/config.vc
37400 ____________________________________________________________________________
37401 [  8436] By: jhi                                   on 2001/01/13  17:47:21
37402         Log: Tighten some of the tests a bit.
37403      Branch: perl
37404            ! t/pragma/utf8.t
37405 ____________________________________________________________________________
37406 [  8435] By: jhi                                   on 2001/01/13  17:31:54
37407         Log: Integrate perlio.
37408      Branch: perl
37409           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
37410           !> win32/config_H.gc win32/config_H.vc
37411 ____________________________________________________________________________
37412 [  8434] By: nick                                  on 2001/01/13  11:36:53
37413         Log: Run dmake regen_config_h for Win32
37414      Branch: perlio
37415            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
37416 ____________________________________________________________________________
37417 [  8433] By: nick                                  on 2001/01/13  11:31:55
37418         Log: VMS friendly patch to Encode compile process
37419      Branch: perlio
37420            ! ext/Encode/Makefile.PL ext/Encode/compile
37421 ____________________________________________________________________________
37422 [  8432] By: nick                                  on 2001/01/13  11:06:44
37423         Log: Integrate mainline
37424      Branch: perlio
37425           +> ext/B/B/Concise.pm
37426           !> (integrate 52 files)
37427 ____________________________________________________________________________
37428 [  8431] By: jhi                                   on 2001/01/13  05:55:55
37429         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
37430              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37431              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
37432              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
37433      Branch: perl
37434            ! ext/B/B/Concise.pm
37435 ____________________________________________________________________________
37436 [  8430] By: jhi                                   on 2001/01/13  04:24:18
37437         Log: The LVRET macro needed an aTHX.
37438      Branch: perl
37439            ! pp.h
37440 ____________________________________________________________________________
37441 [  8429] By: jhi                                   on 2001/01/13  02:12:42
37442         Log: Update Changes.
37443      Branch: perl
37444            ! Changes patchlevel.h
37445 ____________________________________________________________________________
37446 [  8428] By: jhi                                   on 2001/01/13  02:08:50
37447         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
37448              From: Peter Prymmer <pvhp@forte.com>
37449              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
37450              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
37451              
37452              Add a BEGIN guard for sloppy floating point division.
37453      Branch: perl
37454            ! lib/Math/BigInt.pm lib/bigint.pl
37455 ____________________________________________________________________________
37456 [  8427] By: jhi                                   on 2001/01/13  01:47:16
37457         Log: The B::Terse drop-in replacement wasn't quite drop-in.
37458      Branch: perl
37459            ! ext/B/B/Terse.pm
37460 ____________________________________________________________________________
37461 [  8426] By: jhi                                   on 2001/01/12  21:20:43
37462         Log: Use UVXf.
37463      Branch: perl
37464            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37465            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
37466            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
37467            ! vos/config.ga.def vos/config.ga.h win32/config.bc
37468            ! win32/config.gc win32/config.vc
37469 ____________________________________________________________________________
37470 [  8425] By: jhi                                   on 2001/01/12  20:20:14
37471         Log: Subject: [PATCH perl@8342] -Wformat
37472              From: Robin Barker <rmb1@cise.npl.co.uk>
37473              Date: Fri, 12 Jan 2001 20:03:14 GMT
37474              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
37475      Branch: perl
37476            ! ext/Encode/Encode.xs mg.c sv.c toke.c
37477 ____________________________________________________________________________
37478 [  8424] By: jhi                                   on 2001/01/12  20:01:48
37479         Log: Subject: B::Concise -- an improved replacement for B::Terse 
37480              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37481              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
37482              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
37483      Branch: perl
37484            + ext/B/B/Concise.pm
37485            ! MANIFEST ext/B/B/Terse.pm
37486 ____________________________________________________________________________
37487 [  8423] By: jhi                                   on 2001/01/12  19:24:02
37488         Log: The new metaconfig unit from the #8421.
37489      Branch: metaconfig/U/perl
37490            + d_sigprocmask.U
37491 ____________________________________________________________________________
37492 [  8422] By: jhi                                   on 2001/01/12  19:23:43
37493         Log: Forgot the microperl config from the #8421.
37494      Branch: perl
37495            ! uconfig.h uconfig.sh
37496 ____________________________________________________________________________
37497 [  8421] By: jhi                                   on 2001/01/12  19:05:27
37498         Log: Add sigprocmask() probe, regen Configure, regen toc.
37499      Branch: perl
37500            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37501            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
37502            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37503            ! vos/config.ga.h win32/config.bc win32/config.gc
37504            ! win32/config.vc
37505 ____________________________________________________________________________
37506 [  8420] By: jhi                                   on 2001/01/12  18:34:31
37507         Log: Add sockatmark() to the todo list.
37508      Branch: perl
37509            ! Todo-5.6
37510 ____________________________________________________________________________
37511 [  8419] By: jhi                                   on 2001/01/12  18:09:46
37512         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
37513      Branch: perl
37514            ! op.c
37515 ____________________________________________________________________________
37516 [  8418] By: jhi                                   on 2001/01/12  18:05:30
37517         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
37518              From: Radu Greab <radu@netsoft.ro>
37519              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
37520              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
37521      Branch: perl
37522            ! op.c t/pragma/sub_lval.t
37523 ____________________________________________________________________________
37524 [  8417] By: jhi                                   on 2001/01/12  16:09:09
37525         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
37526              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
37527              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
37528              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
37529      Branch: perl
37530            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
37531            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
37532            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
37533            ! t/pragma/sub_lval.t toke.c
37534 ____________________________________________________________________________
37535 [  8416] By: jhi                                   on 2001/01/12  15:42:06
37536         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
37537              From: "Richard Soderberg" <rs@crystalflame.net>
37538              Date: Fri, 12 Jan 2001 04:49:35 -0800
37539              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
37540              
37541              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
37542              according to the platform.
37543      Branch: perl
37544            ! op.c
37545 ____________________________________________________________________________
37546 [  8415] By: jhi                                   on 2001/01/12  15:33:41
37547         Log: One more UTF-8 fix from Inaba Hiroto.
37548      Branch: perl
37549            ! pp.c regexec.c t/pragma/utf8.t
37550 ____________________________________________________________________________
37551 [  8414] By: jhi                                   on 2001/01/12  15:30:18
37552         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
37553      Branch: perl
37554            ! regexec.c
37555 ____________________________________________________________________________
37556 [  8413] By: jhi                                   on 2001/01/12  15:22:10
37557         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
37558              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37559              Date: Thu, 11 Jan 2001 12:53:36 +0100
37560              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
37561      Branch: perl
37562            ! toke.c
37563 ____________________________________________________________________________
37564 [  8412] By: jhi                                   on 2001/01/12  15:20:25
37565         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
37566              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37567              Date: Fri, 12 Jan 2001 14:37:55 +0100
37568              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
37569      Branch: perl
37570            ! hints/posix-bc.sh
37571 ____________________________________________________________________________
37572 [  8411] By: jhi                                   on 2001/01/12  15:14:14
37573         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
37574              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
37575              Date: Fri, 12 Jan 2001 10:42:21 +0100
37576              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
37577      Branch: perl
37578            ! t/op/regmesg.t
37579 ____________________________________________________________________________
37580 [  8410] By: jhi                                   on 2001/01/12  05:48:55
37581         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
37582              From: Nicholas Clark <nick@ccl4.org> 
37583              Date: Sun, 7 Jan 2001 19:47:14 +0000
37584              Message-ID: <20010107194714.B1048@plum.flirble.org>
37585      Branch: perl
37586            ! t/op/numconvert.t
37587 ____________________________________________________________________________
37588 [  8409] By: jhi                                   on 2001/01/12  05:41:28
37589         Log: Integrate perlio.
37590      Branch: perl
37591           !> mg.c scope.h
37592 ____________________________________________________________________________
37593 [  8408] By: nick                                  on 2001/01/11  22:43:28
37594         Log: Remove variables that were used in experiments.
37595      Branch: perlio
37596            ! mg.c
37597 ____________________________________________________________________________
37598 [  8407] By: nick                                  on 2001/01/11  20:57:44
37599         Log: Catch die in %SIG handler and unblock the signal before re-dying.
37600              This make Linux work _without_ sigsetjmp().
37601              Turn off sigsetjmp() to see what else it does.
37602              May need Configure probe for sigprocmask() if anything has sigaction()
37603              but not sigprocmask().
37604      Branch: perlio
37605            ! mg.c scope.h
37606 ____________________________________________________________________________
37607 [  8406] By: nick                                  on 2001/01/11  19:32:07
37608         Log: Integrate mainline
37609      Branch: perlio
37610           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
37611           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
37612           !> t/op/substr.t
37613 ____________________________________________________________________________
37614 [  8405] By: jhi                                   on 2001/01/11  17:11:01
37615         Log: Fix UTF-8 lval substr().
37616      Branch: perl
37617            ! mg.c t/op/substr.t
37618 ____________________________________________________________________________
37619 [  8404] By: jhi                                   on 2001/01/11  05:13:58
37620         Log: Update Changes.
37621      Branch: perl
37622            ! Changes patchlevel.h
37623 ____________________________________________________________________________
37624 [  8403] By: jhi                                   on 2001/01/11  04:38:24
37625         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
37626              From: Hugo <hv@crypt.compulink.co.uk>
37627              Date: Mon, 30 Oct 2000 01:33:26 +0000
37628              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
37629      Branch: perl
37630            ! regexec.c t/op/re_tests
37631 ____________________________________________________________________________
37632 [  8402] By: jhi                                   on 2001/01/11  04:26:12
37633         Log: Integrate perlio.
37634      Branch: perl
37635           !> scope.h util.c
37636 ____________________________________________________________________________
37637 [  8401] By: nick                                  on 2001/01/10  22:52:55
37638         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
37639              (So Alan and Ilya can try setting via hints.)
37640              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
37641              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
37642              doing the save everywhere seems to restart read() correctly, but just
37643              doing it once "round" the handler does not.
37644      Branch: perlio
37645            ! scope.h
37646 ____________________________________________________________________________
37647 [  8400] By: jhi                                   on 2001/01/10  21:57:54
37648         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
37649              of IRIX, HP-UX is unaffected.
37650      Branch: perl
37651            ! perl.h
37652 ____________________________________________________________________________
37653 [  8399] By: nick                                  on 2001/01/10  21:29:19
37654         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
37655      Branch: perlio
37656            ! util.c
37657 ____________________________________________________________________________
37658 [  8398] By: jhi                                   on 2001/01/10  20:55:31
37659         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
37660              also have ReusePort.
37661      Branch: perl
37662            ! ext/IO/lib/IO/Socket/INET.pm
37663 ____________________________________________________________________________
37664 [  8397] By: jhi                                   on 2001/01/10  20:50:57
37665         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
37666              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
37667              Date: Wed, 10 Jan 2001 01:38:13 -0800
37668              Message-ID: <20010110013813.B41744@yahoo-inc.com>
37669      Branch: perl
37670            ! ext/IO/lib/IO/Socket/INET.pm
37671 ____________________________________________________________________________
37672 [  8396] By: jhi                                   on 2001/01/10  20:49:30
37673         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
37674              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
37675              Date: Wed, 10 Jan 2001 01:37:32 -0800
37676              Message-ID: <20010110013732.A41744@yahoo-inc.com>
37677      Branch: perl
37678            ! ext/Socket/Socket.pm
37679 ____________________________________________________________________________
37680 [  8395] By: jhi                                   on 2001/01/10  20:41:37
37681         Log: Test for bug id 20010105.016 (fixed by #8378).
37682      Branch: perl
37683            ! t/op/split.t
37684 ____________________________________________________________________________
37685 [  8394] By: jhi                                   on 2001/01/10  20:26:32
37686         Log: Integrate perlio.
37687      Branch: perl
37688            ! util.c
37689 ____________________________________________________________________________
37690 [  8393] By: nick                                  on 2001/01/10  19:34:30
37691         Log: Back out Simon's pid hackery for now.
37692      Branch: perlio
37693            ! util.c
37694 ____________________________________________________________________________
37695 [  8392] By: nick                                  on 2001/01/10  19:23:13
37696         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
37697      Branch: perlio
37698           !> (integrate 29 files)
37699 ____________________________________________________________________________
37700 [  8391] By: jhi                                   on 2001/01/10  18:43:15
37701         Log: Subject: [PATCH] Fix my_pclose segfault
37702              From: Simon Cozens <simon@cozens.net>
37703              Date: Wed, 10 Jan 2001 18:39:35 +0000
37704              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
37705      Branch: perl
37706            ! util.c
37707 ____________________________________________________________________________
37708 [  8390] By: jhi                                   on 2001/01/10  18:42:08
37709         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
37710              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37711              Date:     Wed, 10 Jan 2001 13:23:02 EST
37712              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
37713      Branch: perl
37714            ! ext/Opcode/Opcode.xs
37715 ____________________________________________________________________________
37716 [  8389] By: jhi                                   on 2001/01/10  15:16:07
37717         Log: Turn off the integer preservation for now.
37718      Branch: perl
37719            ! perl.h
37720 ____________________________________________________________________________
37721 [  8388] By: jhi                                   on 2001/01/10  15:01:25
37722         Log: Few more IDE/editor nits from p5p.
37723      Branch: perl
37724            ! pod/perlfaq3.pod
37725 ____________________________________________________________________________
37726 [  8387] By: jhi                                   on 2001/01/10  06:53:16
37727         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
37728              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
37729              Date: Tue, 9 Jan 2001 23:16:02 +0000
37730              Message-ID: <20010109231602.A81101@plum.flirble.org>
37731      Branch: perl
37732            ! sv.c
37733 ____________________________________________________________________________
37734 [  8386] By: jhi                                   on 2001/01/10  03:17:54
37735         Log: Test cases for #8385 (from Simon's "torture.pl")
37736      Branch: perl
37737            ! t/op/tr.t
37738 ____________________________________________________________________________
37739 [  8385] By: jhi                                   on 2001/01/10  03:17:11
37740         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
37741              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
37742              Date: Wed, 10 Jan 2001 11:39:39 +0900
37743              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
37744              
37745              Some more UTF-8 tr cases fixed.
37746      Branch: perl
37747            ! doop.c
37748 ____________________________________________________________________________
37749 [  8384] By: jhi                                   on 2001/01/09  22:45:40
37750         Log: Allow the locale test needing POSIX and the taint test
37751              needing IPC::SysV to run under 'minitest' (basically,
37752              bail out if loading the extension fails)
37753      Branch: perl
37754            ! t/op/misc.t t/op/taint.t
37755 ____________________________________________________________________________
37756 [  8383] By: jhi                                   on 2001/01/09  21:36:04
37757         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
37758              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37759              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
37760              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
37761      Branch: perl
37762            ! t/io/openpid.t
37763 ____________________________________________________________________________
37764 [  8382] By: jhi                                   on 2001/01/09  21:06:08
37765         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
37766              Should finish up the bug id 20001205.022.
37767      Branch: perl
37768            ! pp.c pp_hot.c scope.c
37769 ____________________________________________________________________________
37770 [  8381] By: jhi                                   on 2001/01/09  18:27:43
37771         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
37772              From: Andy Dougherty <doughera@lafayette.edu>
37773              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
37774              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
37775              
37776              More robust yacc/bison error detection.
37777      Branch: perl
37778            ! t/comp/proto.t
37779 ____________________________________________________________________________
37780 [  8380] By: jhi                                   on 2001/01/09  15:21:38
37781         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
37782              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37783              Date:     Tue, 9 Jan 2001 07:53:55 EST
37784              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
37785      Branch: perl
37786            ! t/op/misc.t vms/test.com
37787 ____________________________________________________________________________
37788 [  8379] By: jhi                                   on 2001/01/09  15:20:38
37789         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
37790              From: jhi@cc.hut.fi
37791              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
37792              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
37793              
37794              The #8378 fixed this.
37795      Branch: perl
37796            ! t/op/tr.t
37797 ____________________________________________________________________________
37798 [  8378] By: jhi                                   on 2001/01/09  15:05:32
37799         Log: Subject: One more patch for UTF8 
37800              From: Inaba Hiroto <inaba@st.rim.or.jp>
37801              Date: Tue, 09 Jan 2001 01:04:32 +0900
37802              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
37803              
37804              UTF-8 fixes for 'x' and tr///.
37805      Branch: perl
37806            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
37807            ! regcomp.c regexec.c toke.c utf8.c
37808 ____________________________________________________________________________
37809 [  8377] By: jhi                                   on 2001/01/09  14:32:17
37810         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
37811      Branch: perl
37812            ! t/op/length.t
37813 ____________________________________________________________________________
37814 [  8376] By: jhi                                   on 2001/01/09  04:32:32
37815         Log: integrate changes #7775, #8316, #8316 from mainline
37816      Branch: maint-5.6/perl
37817            ! hints/solaris_2.sh
37818 ____________________________________________________________________________
37819 [  8375] By: jhi                                   on 2001/01/09  04:26:43
37820         Log: Update Changes.
37821      Branch: perl
37822            ! Changes patchlevel.h
37823 ____________________________________________________________________________
37824 [  8374] By: jhi                                   on 2001/01/09  04:14:32
37825         Log: IDE/editor section tweaking.
37826      Branch: perl
37827            ! pod/perlfaq3.pod
37828 ____________________________________________________________________________
37829 [  8373] By: jhi                                   on 2001/01/09  02:38:26
37830         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
37831              From: Peter Prymmer <pvhp@forte.com>
37832              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
37833              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
37834              
37835              In preparation os OS/390 dynamic loading.
37836      Branch: perl
37837            ! README.os390 hints/os390.sh
37838 ____________________________________________________________________________
37839 [  8372] By: jhi                                   on 2001/01/09  00:24:30
37840         Log: Integrate with perlio.
37841      Branch: perl
37842           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37843 ____________________________________________________________________________
37844 [  8371] By: nick                                  on 2001/01/08  23:54:33
37845         Log: Fix "scalars leaked" bugs caused by overload magic
37846              (Highlighted by Ilya's DESTROY optimization.)
37847      Branch: perlio
37848            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
37849 ____________________________________________________________________________
37850 [  8370] By: nick                                  on 2001/01/08  20:19:41
37851         Log: Integrate mainline
37852      Branch: perlio
37853           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
37854           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
37855           !> t/op/64bitint.t
37856 ____________________________________________________________________________
37857 [  8369] By: jhi                                   on 2001/01/08  17:30:52
37858         Log: save_delete() Safefree() doesn't (anymore?) work with shared
37859              strings, one test failure in op/misc and almost all of lib/b.
37860              (Outcomments #8369.)
37861      Branch: perl
37862            ! scope.c
37863 ____________________________________________________________________________
37864 [  8368] By: jhi                                   on 2001/01/08  14:47:10
37865         Log: (Outcommented by #8369.)
37866              
37867              Subject: Re: Perl BugID 20001205.022 ---- save_delete
37868              From: Simon Cozens <simon@cozens.net>
37869              Date: Sat, 6 Jan 2001 11:48:40 +0000
37870              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
37871              
37872              The save_delete() does need the Safefree.
37873      Branch: perl
37874            ! scope.c
37875 ____________________________________________________________________________
37876 [  8367] By: bailey                                on 2001/01/08  08:53:52
37877         Log: Once again syncing after too long an absence
37878      Branch: vmsperl
37879           +> (branch 55 files)
37880            - MAINTAIN fix_pl vos/config.def vos/config.h
37881            - vos/config_h.SH_orig
37882           !> (integrate 498 files)
37883 ____________________________________________________________________________
37884 [  8366] By: jhi                                   on 2001/01/08  02:42:59
37885         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
37886              From: nick@ccl4.org
37887              Date: Sun, 7 Jan 2001 21:07:18 +0000
37888              Message-Id: <20010107210717.D1048@plum.flirble.org>
37889      Branch: perl
37890            ! sv.c t/op/64bitint.t
37891 ____________________________________________________________________________
37892 [  8365] By: jhi                                   on 2001/01/08  02:35:16
37893         Log: Subject: [PATCH] environ nit
37894              From: Simon Cozens <simon@cozens.net>
37895              Date: Sun, 7 Jan 2001 17:57:07 +0000
37896              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
37897              
37898              Use environ only if we have it.
37899      Branch: perl
37900            ! mg.c
37901 ____________________________________________________________________________
37902 [  8364] By: jhi                                   on 2001/01/08  02:24:51
37903         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
37904      Branch: perl
37905            ! ext/GDBM_File/GDBM_File.xs
37906 ____________________________________________________________________________
37907 [  8363] By: jhi                                   on 2001/01/08  02:19:24
37908         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
37909              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
37910              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
37911              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
37912      Branch: perl
37913            ! dump.c op.c
37914 ____________________________________________________________________________
37915 [  8362] By: jhi                                   on 2001/01/08  02:17:43
37916         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
37917              From: Doug MacEachern <dougm@covalent.net>
37918              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
37919              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
37920              
37921              Allow AUTOLOAD to be an xsub and allow such xsubs
37922              to avoid use of $AUTOLOAD.
37923      Branch: perl
37924            ! gv.c
37925 ____________________________________________________________________________
37926 [  8361] By: jhi                                   on 2001/01/08  02:16:07
37927         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
37928              From: Radu Greab <radu@netsoft.ro>
37929              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
37930              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
37931              
37932              No need for the potentially unportable $SIG{CHLD}.
37933      Branch: perl
37934            ! t/io/pipe.t
37935 ____________________________________________________________________________
37936 [  8360] By: jhi                                   on 2001/01/08  01:58:23
37937         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
37938      Branch: perl
37939            ! lib/Getopt/Long.pm
37940 ____________________________________________________________________________
37941 [  8359] By: jhi                                   on 2001/01/08  01:55:44
37942         Log: Integrate perlio.
37943      Branch: perl
37944           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
37945           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
37946           !> utf8.c win32/Makefile
37947 ____________________________________________________________________________
37948 [  8358] By: jhi                                   on 2001/01/07  21:16:50
37949         Log: Update the EPOC cross SDK URL.
37950      Branch: perl
37951            ! README.epoc
37952 ____________________________________________________________________________
37953 [  8357] By: jhi                                   on 2001/01/07  21:16:09
37954         Log: Update the EPOC cross SDK URL.
37955      Branch: maint-5.6/perl
37956            ! README.epoc
37957 ____________________________________________________________________________
37958 [  8356] By: nick                                  on 2001/01/06  21:47:52
37959         Log: FILE * in XS code for PerlIO world:
37960              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
37961              - Add FILE * T_STDIO typemap.
37962              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
37963      Branch: perlio
37964            ! lib/ExtUtils/typemap perlio.c perlio.h
37965 ____________________________________________________________________________
37966 [  8355] By: jhi                                   on 2001/01/06  20:27:15
37967         Log: integrate change #8336 from mainline
37968              
37969              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
37970      Branch: maint-5.6/perl
37971            ! hv.c
37972 ____________________________________________________________________________
37973 [  8354] By: jhi                                   on 2001/01/06  20:24:29
37974         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37975              From: Robin Barker <rmb1@cise.npl.co.uk>
37976              Date: Fri, 22 Dec 2000 12:17:38 GMT
37977              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
37978              
37979              The patch reformats some long =item lines so they give
37980              correct output via pod2man | nroff -man
37981              
37982              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
37983              From: Robin Barker <rmb1@cise.npl.co.uk>
37984              Date: Tue, 2 Jan 2001 15:35:03 GMT
37985              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
37986              
37987              Here is a _further_ patch which corrects a few more errors:
37988              * an empty C<=item> in CPAN.pm
37989              * patching the wrong file (pod/perlamiga.pod not README.amiga)
37990              * leaving empty C<=item>s which formatted incorrectly
37991              * over long C<=item>s revealed by latest patch to Pod::Man
37992      Branch: maint-5.6/perl
37993            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
37994            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
37995            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
37996            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
37997            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
37998            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
37999 ____________________________________________________________________________
38000 [  8353] By: jhi                                   on 2001/01/06  20:21:10
38001         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
38002              
38003              UTF-8 hash keys.
38004      Branch: maint-5.6/perl
38005            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
38006 ____________________________________________________________________________
38007 [  8352] By: jhi                                   on 2001/01/06  20:18:44
38008         Log: Forgotten from #8438.
38009      Branch: maint-5.6/perl
38010            ! epoc/epocish.h
38011 ____________________________________________________________________________
38012 [  8351] By: jhi                                   on 2001/01/06  20:18:12
38013         Log: Forgotten from #8347.
38014      Branch: maint-5.6/perl
38015            ! config_h.SH
38016 ____________________________________________________________________________
38017 [  8350] By: jhi                                   on 2001/01/06  20:00:19
38018         Log: Thinko in #8347.
38019      Branch: maint-5.6/perl
38020            ! regcomp.c
38021 ____________________________________________________________________________
38022 [  8349] By: jhi                                   on 2001/01/06  18:05:30
38023         Log: Copy the FAQ3 IDE section from the development branch,
38024              changes originally by Peter Prymmer.
38025      Branch: maint-5.6/perl
38026            ! pod/perlfaq3.pod
38027 ____________________________________________________________________________
38028 [  8348] By: jhi                                   on 2001/01/06  18:03:02
38029         Log: EPOC updates for TRIAL1.
38030              
38031              Subject: [5.6.1 trial1] EPOC update
38032              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38033              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
38034              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
38035              
38036              Subject: epoc patch2 for perl-5.6.1-trial1
38037              From: Olaf Flebbe <O.Flebbe@science-computing.de>
38038              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
38039              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
38040      Branch: maint-5.6/perl
38041            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
38042            ! epoc/epocish.c
38043 ____________________________________________________________________________
38044 [  8347] By: jhi                                   on 2001/01/06  17:29:10
38045         Log: integrate changes #7710,7824,7973 from mainline,
38046              plus VMS nits from Peter Prymmer and Dan Sugalski.
38047              
38048              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
38049              library (getprotobyname and getprotobynumber are outversioned by
38050              the same calls in libc, at least for xlc version 3.
38051              
38052              Add HAS_SBRK_PROTO.
38053              
38054              Fixes for signedness warnings noticed by VMSperlers.
38055      Branch: maint-5.6/perl
38056            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38057            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
38058            ! sv.c vms/descrip_mms.template vos/config.alpha.def
38059            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
38060            ! win32/config.bc win32/config.gc win32/config.vc
38061 ____________________________________________________________________________
38062 [  8346] By: nick                                  on 2001/01/06  14:36:01
38063         Log: Fixup accumulated integrate muddles (perlio == devperl again)
38064      Branch: perlio
38065            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
38066 ____________________________________________________________________________
38067 [  8345] By: nick                                  on 2001/01/06  14:24:58
38068         Log: Integrate mainline
38069      Branch: perlio
38070           !> (integrate 55 files)
38071 ____________________________________________________________________________
38072 [  8344] By: jhi                                   on 2001/01/06  02:24:02
38073         Log: Subject: [patch] PerlIO_cleanup() prototype
38074              From: Doug MacEachern <dougm@covalent.net>
38075              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
38076              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
38077      Branch: perl
38078            ! perlio.h
38079 ____________________________________________________________________________
38080 [  8343] By: jhi                                   on 2001/01/06  01:04:09
38081         Log: IRIX compiler noticed that the bof initialization might be
38082              bypassed by control flow.
38083      Branch: perl
38084            ! toke.c
38085 ____________________________________________________________________________
38086 [  8342] By: jhi                                   on 2001/01/06  00:10:48
38087         Log: Update Changes.
38088      Branch: perl
38089            ! Changes patchlevel.h
38090 ____________________________________________________________________________
38091 [  8341] By: jhi                                   on 2001/01/05  23:52:33
38092         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
38093      Branch: perl
38094            ! toke.c
38095 ____________________________________________________________________________
38096 [  8340] By: jhi                                   on 2001/01/05  22:44:08
38097         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
38098              From: Radu Greab <radu@netsoft.ro>
38099              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
38100              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
38101      Branch: perl
38102            ! t/io/pipe.t util.c
38103 ____________________________________________________________________________
38104 [  8339] By: jhi                                   on 2001/01/05  22:35:17
38105         Log: Subject: [PATCH] format and rewording in perlfaq.pod
38106              From: Robin Barker <rmb1@cise.npl.co.uk>
38107              Date: Fri, 5 Jan 2001 18:51:20 GMT
38108              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
38109      Branch: perl
38110            ! pod/perlfaq.pod
38111 ____________________________________________________________________________
38112 [  8338] By: jhi                                   on 2001/01/05  22:31:17
38113         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
38114              From: Peter Prymmer <pvhp@forte.com>
38115              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
38116              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
38117      Branch: perl
38118            ! utils/perlbug.PL
38119 ____________________________________________________________________________
38120 [  8337] By: jhi                                   on 2001/01/05  18:15:11
38121         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
38122              From: Robin Barker <rmb1@cise.npl.co.uk>
38123              Date: Tue, 2 Jan 2001 15:24:07 GMT
38124              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
38125              
38126              If you call configure as C<./Configure> or C<sh ./Configure>,
38127              $src is set to the absolute path name, not '.'.
38128              
38129              This, in turn, means -Dmksymlink tries to do its stuff because
38130              it does not think it is in the src directory.
38131              
38132              (plus a metaconfig nitfix)
38133      Branch: metaconfig
38134            ! U/compline/ccflags.U U/modified/src.U
38135      Branch: perl
38136            ! Configure config_h.SH
38137 ____________________________________________________________________________
38138 [  8336] By: jhi                                   on 2001/01/05  17:48:32
38139         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
38140              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38141              Message-ID: <3A5606C4.473D2226@uk.sun.com>
38142              Date: Fri, 05 Jan 2001 17:39:16 +0000
38143      Branch: perl
38144            ! hv.c
38145 ____________________________________________________________________________
38146 [  8335] By: jhi                                   on 2001/01/05  16:05:44
38147         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
38148      Branch: perl
38149            ! lib/Getopt/Long.pm
38150 ____________________________________________________________________________
38151 [  8334] By: jhi                                   on 2001/01/05  16:00:51
38152         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
38153              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38154              Date: Fri, 05 Jan 2001 13:46:51 +0100
38155              Message-ID: <13693.978698811@nice.ram.loc>
38156              
38157              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
38158              accurate reading of the "atime".  
38159      Branch: perl
38160            ! t/io/fs.t
38161 ____________________________________________________________________________
38162 [  8333] By: jhi                                   on 2001/01/05  15:57:37
38163         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
38164              From: Simon Cozens <simon@cozens.net>
38165              Date: Fri, 8 Dec 2000 13:33:31 +0000
38166              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
38167              
38168              A lost patch fragment.
38169      Branch: perl
38170            ! doop.c
38171 ____________________________________________________________________________
38172 [  8332] By: jhi                                   on 2001/01/05  15:40:42
38173         Log: Do away with strncpy() and a fixed length buffer.
38174      Branch: perl
38175            ! utf8.c
38176 ____________________________________________________________________________
38177 [  8331] By: jhi                                   on 2001/01/05  15:03:07
38178         Log: Tests for #8329 and #8330.
38179      Branch: perl
38180            ! t/op/bop.t
38181 ____________________________________________________________________________
38182 [  8330] By: jhi                                   on 2001/01/05  15:02:38
38183         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
38184              raw 8-bit form to the UTF-8 string.
38185      Branch: perl
38186            ! toke.c
38187 ____________________________________________________________________________
38188 [  8329] By: jhi                                   on 2001/01/05  14:55:13
38189         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
38190              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38191              Date: Fri, 5 Jan 2001 12:28:52 +0100
38192              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
38193              
38194              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
38195              no effect.  (changed the strncpy() to Copy())
38196      Branch: perl
38197            ! toke.c
38198 ____________________________________________________________________________
38199 [  8328] By: jhi                                   on 2001/01/05  06:44:27
38200         Log: UTF-8 cleanup.
38201      Branch: perl
38202            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
38203            ! regexec.c sv.c toke.c
38204 ____________________________________________________________________________
38205 [  8327] By: jhi                                   on 2001/01/05  01:11:29
38206         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')
38207              From: Radu Greab <radu@netsoft.ro>
38208              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
38209              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
38210              
38211              Cleans up Harness to not use FileHandle, which uses IO.
38212      Branch: perl
38213            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
38214 ____________________________________________________________________________
38215 [  8326] By: jhi                                   on 2001/01/05  00:56:37
38216         Log: Update Changes.
38217      Branch: perl
38218            ! Changes patchlevel.h
38219 ____________________________________________________________________________
38220 [  8325] By: jhi                                   on 2001/01/05  00:53:18
38221         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
38222              From: Peter Prymmer <pvhp@forte.com>
38223              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
38224              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
38225              
38226              plus a couple more tailing whitespace removals.
38227      Branch: perl
38228            ! win32/Makefile
38229 ____________________________________________________________________________
38230 [  8324] By: jhi                                   on 2001/01/05  00:47:39
38231         Log: Add some Unicode chop() tests.
38232      Branch: perl
38233            ! t/op/chop.t
38234 ____________________________________________________________________________
38235 [  8323] By: jhi                                   on 2001/01/05  00:47:23
38236         Log: Unify UTF-8 malformedness handling.
38237      Branch: perl
38238            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
38239 ____________________________________________________________________________
38240 [  8322] By: jhi                                   on 2001/01/04  22:21:54
38241         Log: The new $issymlink was unknown to Mksymlinks.
38242      Branch: metaconfig/U/perl
38243            ! Mksymlinks.U issymlink.U
38244      Branch: perl
38245            ! Configure config_h.SH
38246 ____________________________________________________________________________
38247 [  8321] By: jhi                                   on 2001/01/04  21:51:05
38248         Log: The test didn't work under the core test framework.
38249      Branch: perl
38250            ! t/lib/st-lock.t
38251 ____________________________________________________________________________
38252 [  8320] By: jhi                                   on 2001/01/04  21:14:22
38253         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
38254      Branch: perl
38255            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
38256 ____________________________________________________________________________
38257 [  8319] By: jhi                                   on 2001/01/04  20:46:17
38258         Log: Typo in #8312 when manually appying a problematic patch fragment.
38259      Branch: perl
38260            ! ext/Storable/Storable.xs
38261 ____________________________________________________________________________
38262 [  8318] By: jhi                                   on 2001/01/04  20:43:01
38263         Log: The $sh_c didn't fly.
38264      Branch: metaconfig
38265            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
38266            ! U/modified/Loc.U U/modified/myhostname.U
38267            ! U/modified/spitshell.U
38268      Branch: metaconfig/U/perl
38269            ! issymlink.U
38270      Branch: perl
38271            ! Configure config_h.SH
38272 ____________________________________________________________________________
38273 [  8317] By: jhi                                   on 2001/01/04  19:58:01
38274         Log: AIX builtin test -h is broken, changes based on
38275              
38276              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
38277              Date: Tue, 02 Jan 2001 11:24:39 +0100
38278              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38279              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
38280      Branch: metaconfig
38281            + U/modified/spitshell.U
38282            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
38283            ! U/modified/Loc.U U/modified/myhostname.U
38284      Branch: metaconfig/U/perl
38285            ! Mksymlinks.U issymlink.U
38286      Branch: perl
38287            ! Configure
38288 ____________________________________________________________________________
38289 [  8316] By: jhi                                   on 2001/01/04  19:02:22
38290         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
38291              From: Andy Dougherty <doughera@lafayette.edu>
38292              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
38293              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
38294              
38295              Beware of GNU ld.
38296      Branch: perl
38297            ! hints/solaris_2.sh
38298 ____________________________________________________________________________
38299 [  8315] By: jhi                                   on 2001/01/04  18:56:48
38300         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
38301              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
38302              Date: Wed, 3 Jan 2001 07:58:51 +0100
38303              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
38304      Branch: perl
38305            ! hints/solaris_2.sh
38306 ____________________________________________________________________________
38307 [  8314] By: jhi                                   on 2001/01/04  18:54:07
38308         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
38309              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38310              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
38311              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
38312              
38313              Doc tweak on #8313.
38314      Branch: perl
38315            ! ext/B/B/Deparse.pm
38316 ____________________________________________________________________________
38317 [  8313] By: jhi                                   on 2001/01/04  18:52:27
38318         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
38319              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
38320              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
38321              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
38322              
38323              Make the peephole optimizer to bypass more null ops and
38324              and rewrite the deparse handling of continue blocks.
38325      Branch: perl
38326            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
38327 ____________________________________________________________________________
38328 [  8312] By: jhi                                   on 2001/01/04  18:47:39
38329         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
38330      Branch: perl
38331            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
38332            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
38333            ! t/lib/st-lock.t
38334 ____________________________________________________________________________
38335 [  8311] By: jhi                                   on 2001/01/04  18:36:08
38336         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
38337              filter to be run on each .pm during the pm_to_blib() phase,
38338              a fixed version of
38339              
38340              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
38341              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
38342              Date: Wed, 03 Jan 2001 22:01:30 +0100
38343              Message-ID: <5296.978555690@nice.ram.loc>
38344      Branch: perl
38345            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
38346            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
38347            ! lib/ExtUtils/MakeMaker.pm
38348 ____________________________________________________________________________
38349 [  8310] By: jhi                                   on 2001/01/04  18:32:54
38350         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
38351              From: Robin Barker <rmb1@cise.npl.co.uk>
38352              Date: Tue, 2 Jan 2001 15:35:03 GMT
38353              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
38354      Branch: perl
38355            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
38356            ! pod/perlrequick.pod
38357 ____________________________________________________________________________
38358 [  8309] By: jhi                                   on 2001/01/04  18:29:07
38359         Log: Subject: Re: [patch] static-ize XS()
38360              From: Doug MacEachern <dougm@covalent.net>
38361              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
38362              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
38363              
38364              Provide prototypes for the XS functions.
38365      Branch: perl
38366            ! lib/ExtUtils/xsubpp
38367 ____________________________________________________________________________
38368 [  8308] By: jhi                                   on 2001/01/04  18:27:44
38369         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
38370              From: Doug MacEachern <dougm@covalent.net>
38371              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
38372              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
38373      Branch: perl
38374            ! lib/ExtUtils/typemap
38375 ____________________________________________________________________________
38376 [  8307] By: jhi                                   on 2001/01/04  18:25:25
38377         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
38378              From: Doug MacEachern <dougm@covalent.net>
38379              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
38380              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
38381              
38382              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
38383      Branch: perl
38384            ! lib/ExtUtils/MM_Unix.pm
38385 ____________________________________________________________________________
38386 [  8306] By: jhi                                   on 2001/01/04  18:23:00
38387         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
38388              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38389              Date: Thu, 4 Jan 2001 12:47:10 +0100 
38390              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
38391              
38392              The toke.c part only, patching embed.h and proto.h is futile.
38393      Branch: perl
38394            ! toke.c
38395 ____________________________________________________________________________
38396 [  8305] By: jhi                                   on 2001/01/04  18:05:51
38397         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
38398              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38399              Date: Thu, 4 Jan 2001 17:50:12 +0100 
38400              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
38401      Branch: perl
38402            ! toke.c
38403 ____________________________________________________________________________
38404 [  8304] By: jhi                                   on 2001/01/04  18:03:26
38405         Log: Subject: [PATCH perl@8269]
38406              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
38407              Date: Thu, 4 Jan 2001 12:53:39 +0100 
38408              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
38409              
38410              If running byacc write-enable also perly.h.
38411      Branch: perl
38412            ! Makefile.SH
38413 ____________________________________________________________________________
38414 [  8303] By: jhi                                   on 2001/01/04  15:40:49
38415         Log: Rewrite pp_concat() in terms of sv_catsv().
38416      Branch: perl
38417            ! pp_hot.c
38418 ____________________________________________________________________________
38419 [  8302] By: nick                                  on 2001/01/03  22:43:22
38420         Log: Integrate mainline.
38421      Branch: perlio
38422           !> ext/Encode/Encode.xs sv.c utf8.c
38423 ____________________________________________________________________________
38424 [  8301] By: jhi                                   on 2001/01/02  23:40:26
38425         Log: Variable naming tweak.
38426      Branch: perl
38427            ! sv.c
38428 ____________________________________________________________________________
38429 [  8300] By: jhi                                   on 2001/01/02  23:40:02
38430         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
38431              in is_utf8_string().
38432      Branch: perl
38433            ! utf8.c
38434 ____________________________________________________________________________
38435 [  8299] By: jhi                                   on 2001/01/02  22:14:40
38436         Log: Integrate perlio.
38437      Branch: perl
38438           !> pp.c pp_hot.c win32/Makefile
38439 ____________________________________________________________________________
38440 [  8298] By: nick                                  on 2001/01/02  22:03:06
38441         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
38442      Branch: perlio
38443            ! pp.c pp_hot.c
38444 ____________________________________________________________________________
38445 [  8297] By: jhi                                   on 2001/01/02  04:26:28
38446         Log: Signedness nit.
38447      Branch: perl
38448            ! ext/Encode/Encode.xs
38449 ____________________________________________________________________________
38450 [  8296] By: nick                                  on 2001/01/01  23:49:36
38451         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
38452      Branch: perlio
38453            ! win32/Makefile
38454 ____________________________________________________________________________
38455 [  8295] By: jhi                                   on 2001/01/01  23:05:48
38456         Log: Integrate perlio.
38457      Branch: perl
38458           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
38459           !> t/lib/encode.t
38460 ____________________________________________________________________________
38461 [  8294] By: nick                                  on 2001/01/01  22:48:34
38462         Log: Integrate mainline
38463      Branch: perlio
38464            ! pp_hot.c t/lib/encode.t
38465           !> (integrate 65 files)
38466 ____________________________________________________________________________
38467 [  8293] By: nick                                  on 2001/01/01  21:58:50
38468         Log: More rigor in UTF-8-ness of Encode's toUnicode
38469              XS export some of the utf8 internal functions.
38470              Test some of the functions.
38471              Fix pp_concat() bug shown by said tests.
38472      Branch: perlio
38473            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
38474            ! t/lib/encode.t
38475 ____________________________________________________________________________
38476 [  8292] By: jhi                                   on 2001/01/01  18:11:44
38477         Log: Integrate perlio.
38478      Branch: perl
38479           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38480           !> ext/Encode/encengine.c ext/Encode/encode.h
38481 ____________________________________________________________________________
38482 [  8291] By: jhi                                   on 2001/01/01  18:10:58
38483         Log: Podify README.mpeix (a new version from the web),
38484              add a dummy NAME to Carp::Heavy, regen toc.
38485      Branch: perl
38486            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
38487            ! pod/perltoc.pod
38488 ____________________________________________________________________________
38489 [  8290] By: nick                                  on 2001/01/01  17:43:47
38490         Log: Loose the "Loading..." warning.
38491              Another bug in fallback support
38492      Branch: perlio
38493            ! ext/Encode/Encode.pm ext/Encode/encengine.c
38494 ____________________________________________________________________________
38495 [  8289] By: jhi                                   on 2001/01/01  00:01:57
38496         Log: Bump up Larry's copyright.
38497      Branch: perl
38498            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
38499            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
38500            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
38501            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
38502            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
38503            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
38504            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
38505            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
38506 ____________________________________________________________________________
38507 [  8288] By: nick                                  on 2000/12/31  21:27:53
38508         Log: Fix .ucm reading - forgot a chr()
38509              Start of .ucm write (for .enc to .ucm)
38510      Branch: perlio
38511            ! ext/Encode/compile
38512 ____________________________________________________________________________
38513 [  8287] By: jhi                                   on 2000/12/31  18:15:56
38514         Log: Comment away a diagnostic message as noted by Craig A. Berry
38515              (the unexpected message was confusing testing)
38516      Branch: perl
38517            ! ext/Encode/Encode.pm
38518 ____________________________________________________________________________
38519 [  8286] By: jhi                                   on 2000/12/31  18:14:51
38520         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
38521              Date: Sun, 31 Dec 2000 11:17:37 -0600
38522              From: "Craig A. Berry" <craigberry@mac.com>
38523              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
38524      Branch: perl
38525            ! ext/Encode/Makefile.PL
38526 ____________________________________________________________________________
38527 [  8285] By: nick                                  on 2000/12/31  18:11:54
38528         Log: Start of support of ICU-style .ucm files:
38529              - teach compile how to read a .ucm file
38530              - first guess at how to represent fallbacks in "tries".
38531              - use fallbacks if check == 0
38532              - new return code to indicate we used one.
38533      Branch: perlio
38534            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
38535            ! ext/Encode/encengine.c ext/Encode/encode.h
38536 ____________________________________________________________________________
38537 [  8284] By: jhi                                   on 2000/12/31  18:04:41
38538         Log: Pacify picky VMS compiler.
38539              
38540              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
38541              From: "Craig A. Berry" <craig.berry@psinetcs.com>
38542              Date: Sat, 30 Dec 2000 18:10:02 -0600
38543              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
38544      Branch: perl
38545            ! sv.c
38546 ____________________________________________________________________________
38547 [  8283] By: jhi                                   on 2000/12/31  16:11:47
38548         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
38549      Branch: perl
38550            ! t/lib/glob-basic.t
38551 ____________________________________________________________________________
38552 [  8282] By: jhi                                   on 2000/12/31  15:26:11
38553         Log: Integrate perlio.
38554      Branch: perl
38555           !> makedef.pl opcode.pl os2/os2.c perlio.c
38556 ____________________________________________________________________________
38557 [  8281] By: nick                                  on 2000/12/31  10:06:15
38558         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
38559              is available to be exported
38560      Branch: perlio
38561            ! makedef.pl perlio.c
38562 ____________________________________________________________________________
38563 [  8280] By: nick                                  on 2000/12/31  09:41:26
38564         Log: Ilya's OS2 patch (testing for damage on Win32)
38565      Branch: perlio
38566            ! makedef.pl opcode.pl os2/os2.c
38567 ____________________________________________________________________________
38568 [  8279] By: jhi                                   on 2000/12/30  21:52:07
38569         Log: Test nits.
38570      Branch: perl
38571            ! t/lib/syslfs.t t/op/lfs.t
38572 ____________________________________________________________________________
38573 [  8278] By: jhi                                   on 2000/12/30  21:47:49
38574         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
38575              From: andreas.koenig@anima.de (Andreas J. Koenig)
38576              Date: 30 Dec 2000 22:35:37 +0100
38577              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
38578              
38579              The 32-bit wraparound test wasn't quite right.
38580      Branch: perl
38581            ! t/lib/syslfs.t t/op/lfs.t
38582 ____________________________________________________________________________
38583 [  8277] By: jhi                                   on 2000/12/30  21:33:44
38584         Log: Subject: [PATCH] open() example in perlfunc.pod 
38585              From: Karsten Sperling <s_sperli@ira.uka.de>
38586              Date: Sat, 30 Dec 2000 22:27:09 +0100
38587              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
38588      Branch: perl
38589            ! pod/perlfunc.pod
38590 ____________________________________________________________________________
38591 [  8276] By: jhi                                   on 2000/12/30  20:32:40
38592         Log: Not quite that many tests yet.
38593      Branch: perl
38594            ! t/op/pat.t
38595 ____________________________________________________________________________
38596 [  8275] By: jhi                                   on 2000/12/30  20:26:58
38597         Log: Integrate perlio.
38598      Branch: perl
38599           !> toke.c
38600 ____________________________________________________________________________
38601 [  8274] By: jhi                                   on 2000/12/30  20:24:56
38602         Log: Signedness nit.
38603      Branch: perl
38604            ! utf8.c
38605 ____________________________________________________________________________
38606 [  8273] By: jhi                                   on 2000/12/30  20:15:46
38607         Log: Add a test case for 20000731.001 which was fixed by the #8267.
38608      Branch: perl
38609            ! t/op/pat.t
38610 ____________________________________________________________________________
38611 [  8272] By: nick                                  on 2000/12/30  19:47:51
38612         Log: Tweak for MULTIPLICITY/USE_PERLIO
38613      Branch: perlio
38614            ! toke.c
38615 ____________________________________________________________________________
38616 [  8271] By: nick                                  on 2000/12/30  19:46:45
38617         Log: Integrate mainline
38618      Branch: perlio
38619           +> lib/unicode/distinct.pm
38620           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
38621           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
38622           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
38623 ____________________________________________________________________________
38624 [  8270] By: jhi                                   on 2000/12/30  19:39:50
38625         Log: Subject: RE: perl@8269
38626              From: "Richard Soderberg" <rs@crystalflame.net>
38627              Date: Sat, 30 Dec 2000 11:36:27 -0800
38628              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
38629              
38630              A missing aTHX_.
38631      Branch: perl
38632            ! toke.c
38633 ____________________________________________________________________________
38634 [  8269] By: jhi                                   on 2000/12/30  18:55:48
38635         Log: Update Changes.
38636      Branch: perl
38637            ! Changes patchlevel.h
38638 ____________________________________________________________________________
38639 [  8268] By: jhi                                   on 2000/12/30  17:18:40
38640         Log: Add a test for Unicode split //.  The #8267 was the cure.
38641      Branch: perl
38642            ! t/op/split.t
38643 ____________________________________________________________________________
38644 [  8267] By: jhi                                   on 2000/12/30  17:14:19
38645         Log: Subject: more UTF8 test suites and an UTF8 patch
38646              From: Inaba Hiroto <inaba@st.rim.or.jp>
38647              Date: Sat, 30 Dec 2000 14:27:10 +0900
38648              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
38649              
38650              Just the patch part for now, and the pragma renamed
38651              as unicode::distinct.
38652      Branch: perl
38653            + lib/unicode/distinct.pm
38654            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
38655            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
38656            ! regcomp.h regexec.c sv.c toke.c utf8.c
38657 ____________________________________________________________________________
38658 [  8266] By: nick                                  on 2000/12/30  16:40:49
38659         Log: Integrate mainline
38660      Branch: perlio
38661           +> lib/Pod/Text/Overstrike.pm
38662           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
38663           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
38664           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
38665           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
38666           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
38667 ____________________________________________________________________________
38668 [  8265] By: jhi                                   on 2000/12/30  07:28:55
38669         Log: The sv_catsv() fix, take two.
38670      Branch: perl
38671            ! sv.c t/op/join.t
38672 ____________________________________________________________________________
38673 [  8264] By: jhi                                   on 2000/12/30  06:19:18
38674         Log: Undo all the join-related changes since #8248: relevant
38675              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
38676              The new sv_catsv() doesn't fly so it must go back to
38677              the drawing board.
38678      Branch: perl
38679            ! sv.c t/op/join.t t/pragma/utf8.t
38680 ____________________________________________________________________________
38681 [  8263] By: jhi                                   on 2000/12/30  01:08:32
38682         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
38683      Branch: perl
38684            ! sv.c
38685 ____________________________________________________________________________
38686 [  8262] By: jhi                                   on 2000/12/30  00:45:14
38687         Log: Retract #8261.
38688      Branch: perl
38689            ! hv.c util.c
38690 ____________________________________________________________________________
38691 [  8261] By: jhi                                   on 2000/12/30  00:38:32
38692         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
38693      Branch: perl
38694            ! hv.c util.c
38695 ____________________________________________________________________________
38696 [  8260] By: jhi                                   on 2000/12/29  22:51:33
38697         Log: (Retracted by #8264)  More fixing for #8251.
38698      Branch: perl
38699            ! sv.c
38700 ____________________________________________________________________________
38701 [  8259] By: jhi                                   on 2000/12/29  18:27:30
38702         Log: Subject: podlators 1.06 released
38703              From: Russ Allbery <rra@stanford.edu>
38704              Date: 25 Dec 2000 05:09:30 -0800
38705              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
38706      Branch: perl
38707            + lib/Pod/Text/Overstrike.pm
38708            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
38709            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
38710 ____________________________________________________________________________
38711 [  8258] By: jhi                                   on 2000/12/29  18:20:45
38712         Log: Make the large file tests more robust/talkative as suggested by
38713              
38714              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
38715              From: andreas.koenig@anima.de (Andreas J. Koenig)
38716              Date: 29 Dec 2000 14:23:01 +0100
38717              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
38718      Branch: perl
38719            ! t/lib/syslfs.t t/op/lfs.t
38720 ____________________________________________________________________________
38721 [  8257] By: jhi                                   on 2000/12/29  17:48:04
38722         Log: Further VMS piping fixes from Charles Lane:
38723              
38724              In summary, error messages produced when a subprocess terminated
38725              abnormally were being sent not just to the parent process, but to
38726              grandparents, because of default values for error output that were
38727              not completely overridden when the subprocess was started.
38728              
38729              This patch fixes this behavior by defining user-mode (i.e., temporary
38730              for the duration of the program) logical names for SYS$OUTPUT and
38731              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
38732              changes to make it so that the user-mode logicals are the ones that
38733              control where Perl's error messages go if it terminates abnormally.
38734              
38735              I also added some gratuitous fixes to the indentation of braces in
38736              the piping code.  It just looked ugly, before.
38737      Branch: perl
38738            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
38739 ____________________________________________________________________________
38740 [  8256] By: jhi                                   on 2000/12/29  17:45:12
38741         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
38742              From: "Casey R. Tweten" <crt@kiski.net>
38743              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
38744              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
38745              
38746              Tests for for #8240.
38747      Branch: perl
38748            ! t/pragma/constant.t
38749 ____________________________________________________________________________
38750 [  8255] By: jhi                                   on 2000/12/29  17:43:07
38751         Log: Subject: Re: [PATCH] Interesting syntax idea
38752              From: Simon Cozens <simon@cozens.net>
38753              Date: Fri, 29 Dec 2000 14:34:04 +0000
38754              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
38755              
38756              Tests for #8254.
38757      Branch: perl
38758            ! t/pragma/sub_lval.t
38759 ____________________________________________________________________________
38760 [  8254] By: jhi                                   on 2000/12/29  17:42:11
38761         Log: Subject: [PATCH] Interesting syntax idea
38762              From: Simon Cozens <simon@cozens.net>
38763              Date: Wed, 27 Dec 2000 05:08:57 +0000
38764              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
38765              
38766              Make opens + bareword assigns do typeglob assigns.
38767      Branch: perl
38768            ! op.c
38769 ____________________________________________________________________________
38770 [  8253] By: jhi                                   on 2000/12/29  17:36:45
38771         Log: Output the (apparent) version of gcc, as suggested by
38772              
38773              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
38774              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
38775              Date: 26 Dec 2000 04:29:17 -0500
38776              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
38777              
38778              (The patch as such didn't any more apply as the misparsing had
38779              already been addressed in #6474.)  Also change the wording about
38780              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
38781      Branch: perl
38782            ! hints/dec_osf.sh
38783 ____________________________________________________________________________
38784 [  8252] By: nick                                  on 2000/12/29  12:14:31
38785         Log: Integrate mainline
38786      Branch: perlio
38787           !> (integrate 27 files)
38788 ____________________________________________________________________________
38789 [  8251] By: jhi                                   on 2000/12/29  08:45:46
38790         Log: (Retracted by #8264)
38791              
38792              (Fixed by #8260.)
38793              
38794              sv_catsv() needs one more byte space than seems reasonable.
38795              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
38796              Curiouser and curiouser.
38797      Branch: perl
38798            ! sv.c
38799 ____________________________________________________________________________
38800 [  8250] By: jhi                                   on 2000/12/29  07:57:52
38801         Log: More split // UTF-8 tests.
38802      Branch: perl
38803            ! t/pragma/utf8.t
38804 ____________________________________________________________________________
38805 [  8249] By: jhi                                   on 2000/12/29  07:54:51
38806         Log: (Retracted by #8264)  More join() testing which was good because
38807              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
38808      Branch: perl
38809            ! pp.c t/op/join.t utf8.c utf8.h
38810 ____________________________________________________________________________
38811 [  8248] By: jhi                                   on 2000/12/29  07:08:32
38812         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
38813              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
38814              that the only cases to care about are byte+byte and byte+character.
38815              
38816              TODO: See how well pp_concat() could be implemented in terms
38817              of sv_catsv().
38818      Branch: perl
38819            ! doop.c sv.c t/op/join.t utf8.h
38820 ____________________________________________________________________________
38821 [  8247] By: jhi                                   on 2000/12/29  06:35:23
38822         Log: Signedness nit.
38823      Branch: perl
38824            ! pp_hot.c
38825 ____________________________________________________________________________
38826 [  8246] By: jhi                                   on 2000/12/29  01:23:31
38827         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
38828              From: Lupe Christoph <lupe@lupe-christoph.de>
38829              Date: Thu, 28 Dec 2000 23:00:00 +0100
38830              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
38831              
38832              Suggest rsync --delete --dry-run.
38833      Branch: perl
38834            ! pod/perlhack.pod
38835 ____________________________________________________________________________
38836 [  8245] By: jhi                                   on 2000/12/28  23:57:05
38837         Log: The maxiters upper limit sanity check (guarding against
38838              non-progress) assumed bytes instead of characters in s///
38839              and split().
38840      Branch: perl
38841            ! pp.c pp_hot.c
38842 ____________________________________________________________________________
38843 [  8244] By: jhi                                   on 2000/12/28  23:34:08
38844         Log: Make some panic messages a bit more logical.
38845      Branch: perl
38846            ! doop.c pod/perldiag.pod pp.c pp_hot.c
38847 ____________________________________________________________________________
38848 [  8243] By: jhi                                   on 2000/12/28  22:59:16
38849         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
38850              From: Simon Cozens <simon@cozens.net>
38851              Date: Wed, 27 Dec 2000 02:30:03 +0000
38852              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
38853      Branch: perl
38854            ! pp.c t/pragma/sub_lval.t
38855 ____________________________________________________________________________
38856 [  8242] By: jhi                                   on 2000/12/28  22:56:53
38857         Log: Subject: [PATCH blead] Fix B::Terse indentation
38858              From: Daniel Chetlin <daniel@chetlin.com>
38859              Date: Wed, 27 Dec 2000 06:43:30 -0800
38860              Message-ID: <20001227064329.B9573@darkstar>
38861      Branch: perl
38862            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
38863 ____________________________________________________________________________
38864 [  8241] By: jhi                                   on 2000/12/28  22:48:59
38865         Log: The latter patch from the
38866              
38867              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
38868              From: Peter Prymmer <pvhp@forte.com> 
38869              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
38870              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
38871              
38872              (the former patch from the above should have been
38873              taken care of by Nick I-S)
38874      Branch: perl
38875            ! win32/Makefile
38876 ____________________________________________________________________________
38877 [  8240] By: jhi                                   on 2000/12/28  22:45:22
38878         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
38879              From: "Casey R. Tweten" <crt@kiski.net>
38880              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
38881              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
38882      Branch: perl
38883            ! lib/constant.pm
38884 ____________________________________________________________________________
38885 [  8239] By: jhi                                   on 2000/12/28  22:37:45
38886         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
38887              From: Simon Cozens <simon@cozens.net>
38888              Date: Wed, 27 Dec 2000 14:12:44 +0000
38889              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
38890      Branch: perl
38891            ! t/op/method.t t/op/sort.t toke.c
38892 ____________________________________________________________________________
38893 [  8238] By: jhi                                   on 2000/12/28  22:30:32
38894         Log: Subject: [PATCH perl@8229] Call.pm
38895              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
38896              Date: Mon, 25 Dec 2000 10:47:15 -0000
38897              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
38898      Branch: perl
38899            ! ext/Filter/Util/Call/Call.pm
38900 ____________________________________________________________________________
38901 [  8237] By: jhi                                   on 2000/12/28  22:19:21
38902         Log: Subject: [PATCH blead] Fix problem with `&' prototype
38903              From: Daniel Chetlin <daniel@chetlin.com>
38904              Date: Wed, 27 Dec 2000 15:55:32 -0800
38905              Message-ID: <20001227155532.D9573@darkstar>
38906      Branch: perl
38907            ! op.c t/comp/proto.t
38908 ____________________________________________________________________________
38909 [  8236] By: jhi                                   on 2000/12/28  22:09:25
38910         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
38911              From: Daniel Chetlin <daniel@chetlin.com>
38912              Date: Sun, 24 Dec 2000 04:09:49 -0800
38913              Message-ID: <20001224040949.B3090@darkstar>
38914      Branch: perl
38915            ! gv.c mg.c t/op/attrs.t
38916 ____________________________________________________________________________
38917 [  8235] By: jhi                                   on 2000/12/28  22:07:11
38918         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
38919              From: Jan Dubois <jand@ActiveState.com>
38920              Date: Tue, 26 Dec 2000 20:57:31 -0800
38921              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
38922      Branch: perl
38923            ! win32/win32.c
38924 ____________________________________________________________________________
38925 [  8234] By: jhi                                   on 2000/12/28  21:52:42
38926         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
38927              From: Simon Cozens <simon@cozens.net>
38928              Date: Thu, 28 Dec 2000 20:33:13 +0000
38929              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
38930      Branch: perl
38931            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
38932 ____________________________________________________________________________
38933 [  8233] By: jhi                                   on 2000/12/28  19:40:49
38934         Log: Integrate perlio.
38935      Branch: perl
38936           !> ext/Encode/Makefile.PL ext/Encode/compile
38937 ____________________________________________________________________________
38938 [  8232] By: nick                                  on 2000/12/23  16:06:00
38939         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
38940              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
38941      Branch: perlio
38942            ! ext/Encode/Makefile.PL
38943 ____________________________________________________________________________
38944 [  8231] By: nick                                  on 2000/12/23  14:30:34
38945         Log: "Compiled" encode build cleanup
38946              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
38947              - .c files do not export sub-tables
38948      Branch: perlio
38949            ! ext/Encode/Makefile.PL ext/Encode/compile
38950 ____________________________________________________________________________
38951 [  8230] By: nick                                  on 2000/12/23  12:50:37
38952         Log: Integrate mainline
38953      Branch: perlio
38954           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38955           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38956           !> pod/perl5004delta.pod pod/perl5005delta.pod
38957           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38958           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38959           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38960           !> pod/perlsub.pod
38961 ____________________________________________________________________________
38962 [  8229] By: jhi                                   on 2000/12/22  15:32:12
38963         Log: Integrate perlio.
38964      Branch: perl
38965           +> win32/distclean.bat
38966           !> MANIFEST t/io/utf8.t
38967 ____________________________________________________________________________
38968 [  8228] By: jhi                                   on 2000/12/22  15:29:40
38969         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
38970              From: Robin Barker <rmb1@cise.npl.co.uk>
38971              Date: Fri, 22 Dec 2000 12:17:38 GMT
38972              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
38973      Branch: perl
38974            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
38975            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
38976            ! pod/perl5004delta.pod pod/perl5005delta.pod
38977            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
38978            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
38979            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
38980            ! pod/perlsub.pod
38981 ____________________________________________________________________________
38982 [  8227] By: jhi                                   on 2000/12/22  15:24:28
38983         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
38984              From: "John L. Allen" <allen@grumman.com>
38985              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
38986              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
38987              
38988              Document APPLLIB_EXP.
38989      Branch: perl
38990            ! INSTALL
38991 ____________________________________________________________________________
38992 [  8226] By: nick                                  on 2000/12/21  22:11:50
38993         Log: Handy script for when one forgets to "dmake clean" 
38994      Branch: perlio
38995            + win32/distclean.bat
38996            ! MANIFEST
38997 ____________________________________________________________________________
38998 [  8225] By: nick                                  on 2000/12/21  21:54:04
38999         Log: CRLF platform issue with io/utf8 fix.
39000      Branch: perlio
39001            ! t/io/utf8.t
39002 ____________________________________________________________________________
39003 [  8224] By: nick                                  on 2000/12/21  21:02:20
39004         Log: Integrate mainline
39005      Branch: perlio
39006           !> Changes Configure Makefile.SH Porting/Glossary
39007           !> Porting/config.sh Porting/config_H configure.com
39008           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
39009           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
39010           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
39011           !> win32/config.bc win32/config.gc win32/config.vc
39012 ____________________________________________________________________________
39013 [  8223] By: jhi                                   on 2000/12/21  17:09:16
39014         Log: Update Changes.
39015      Branch: perl
39016            ! Changes patchlevel.h
39017 ____________________________________________________________________________
39018 [  8222] By: jhi                                   on 2000/12/21  16:24:01
39019         Log: Metaconfig unit changes for #8221.
39020      Branch: metaconfig/U/perl
39021           +> issymlink.U
39022            - testsyml.U
39023            ! Mksymlinks.U
39024 ____________________________________________________________________________
39025 [  8221] By: jhi                                   on 2000/12/21  16:23:48
39026         Log: Rename testsyml to issymlink.
39027      Branch: perl
39028            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39029            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
39030            ! win32/config.vc
39031 ____________________________________________________________________________
39032 [  8220] By: jhi                                   on 2000/12/21  15:47:26
39033         Log: Robustness support for #8218 (symlink forest) since the GNU
39034              tools seem to be overly picky about symlinkage depths.
39035      Branch: perl
39036            ! Makefile.SH t/io/fs.t
39037 ____________________________________________________________________________
39038 [  8219] By: jhi                                   on 2000/12/21  15:38:27
39039         Log: Metaconfig changes for #8218.
39040      Branch: metaconfig
39041            ! U/modified/Oldconfig.U
39042      Branch: metaconfig/U/perl
39043            + Mksymlinks.U
39044            ! testsyml.U
39045 ____________________________________________________________________________
39046 [  8218] By: jhi                                   on 2000/12/21  15:37:57
39047         Log: Add Configure option -Dmksymlinks which will create a symlink
39048              forest if the current/build differs from the source directory.
39049              TODO: mkdir -p is not portable.
39050      Branch: perl
39051            ! Configure
39052 ____________________________________________________________________________
39053 [  8217] By: jhi                                   on 2000/12/21  14:39:12
39054         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
39055              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
39056              Date: Thu, 21 Dec 2000 09:38:18 GMT
39057              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
39058              
39059              The ofs became an SV.
39060      Branch: perl
39061            ! ext/Thread/Thread.xs
39062 ____________________________________________________________________________
39063 [  8216] By: jhi                                   on 2000/12/21  05:40:21
39064         Log: The polymorphism seems to have fixed 20000517.001.
39065      Branch: perl
39066            ! t/pragma/utf8.t
39067 ____________________________________________________________________________
39068 [  8215] By: jhi                                   on 2000/12/21  04:44:52
39069         Log: read() documentation tweak for 20001121.004.
39070      Branch: perl
39071            ! pod/perlfunc.pod
39072 ____________________________________________________________________________
39073 [  8214] By: jhi                                   on 2000/12/21  03:54:11
39074         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
39075      Branch: perl
39076            ! pp_sys.c t/op/misc.t
39077 ____________________________________________________________________________
39078 [  8213] By: jhi                                   on 2000/12/21  00:28:10
39079         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
39080              From: Peter Prymmer <pvhp@forte.com>
39081              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
39082              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
39083      Branch: perl
39084            ! configure.com
39085 ____________________________________________________________________________
39086 [  8212] By: jhi                                   on 2000/12/21  00:26:21
39087         Log: Edit edit edit.
39088      Branch: perl
39089            ! pod/perlfaq3.pod
39090 ____________________________________________________________________________
39091 [  8211] By: jhi                                   on 2000/12/20  18:52:46
39092         Log: Update Changes.
39093      Branch: perl
39094            ! Changes patchlevel.h
39095 ____________________________________________________________________________
39096 [  8210] By: jhi                                   on 2000/12/20  18:34:47
39097         Log: Yet another editor edit.
39098      Branch: perl
39099            ! pod/perlfaq3.pod
39100 ____________________________________________________________________________
39101 [  8209] By: jhi                                   on 2000/12/20  15:33:28
39102         Log: More Win32 Perling.
39103      Branch: perl
39104            ! pod/perlfaq3.pod
39105 ____________________________________________________________________________
39106 [  8208] By: jhi                                   on 2000/12/20  15:07:46
39107         Log: More Win32 editor/IDE/shell hints.
39108      Branch: perl
39109            ! pod/perlfaq3.pod
39110 ____________________________________________________________________________
39111 [  8207] By: jhi                                   on 2000/12/20  03:54:08
39112         Log: Subject: [PATCH] obscure timing knowledge
39113              From: Nicholas Clark <nick@ccl4.org>
39114              Date: Tue, 19 Dec 2000 19:22:31 +0000
39115              Message-ID: <20001219192231.F2827@plum.flirble.org>
39116      Branch: perl
39117            ! sv.c
39118 ____________________________________________________________________________
39119 [  8206] By: jhi                                   on 2000/12/20  03:45:57
39120         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
39121              From: Spider Boardman <spider@leggy.zk3.dec.com>
39122              Date: Tue, 19 Dec 2000 21:30:16 -0500
39123              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
39124      Branch: perl
39125            ! sv.c
39126 ____________________________________________________________________________
39127 [  8205] By: jhi                                   on 2000/12/19  23:02:01
39128         Log: Update Changes.
39129      Branch: perl
39130            ! Changes patchlevel.h
39131 ____________________________________________________________________________
39132 [  8204] By: jhi                                   on 2000/12/19  22:58:18
39133         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
39134              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
39135              on editors and diffing/patching.
39136      Branch: perl
39137            ! t/op/utf8decode.t
39138 ____________________________________________________________________________
39139 [  8203] By: nick                                  on 2000/12/19  21:36:16
39140         Log: Integrate mainline (forgot my own change...)
39141      Branch: perlio
39142           !> ext/Encode/compile
39143 ____________________________________________________________________________
39144 [  8202] By: nick                                  on 2000/12/19  21:34:42
39145         Log: Integrate mainline.
39146      Branch: perlio
39147           !> (integrate 61 files)
39148 ____________________________________________________________________________
39149 [  8201] By: nick                                  on 2000/12/19  21:34:06
39150         Log: Avoid looking for File::Glob when we don't need it.
39151      Branch: perl
39152            ! ext/Encode/compile
39153 ____________________________________________________________________________
39154 [  8200] By: jhi                                   on 2000/12/19  18:35:49
39155         Log: Update Changes.
39156      Branch: perl
39157            ! Changes patchlevel.h
39158 ____________________________________________________________________________
39159 [  8199] By: jhi                                   on 2000/12/19  18:35:07
39160         Log: Microperl tweaks.
39161      Branch: perl
39162            ! sv.c uconfig.h uconfig.sh
39163 ____________________________________________________________________________
39164 [  8198] By: jhi                                   on 2000/12/19  18:29:59
39165         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
39166      Branch: perl
39167            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39168            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
39169 ____________________________________________________________________________
39170 [  8197] By: jhi                                   on 2000/12/19  17:55:29
39171         Log: In VMS embedded perls couldn't access the statically built Socket,
39172              from Charles Lane.
39173      Branch: perl
39174            ! configure.com
39175 ____________________________________________________________________________
39176 [  8196] By: jhi                                   on 2000/12/19  17:49:50
39177         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
39178              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
39179              Date: Sun, 17 Dec 2000 19:11:44 -0000
39180              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
39181      Branch: perl
39182            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
39183            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
39184 ____________________________________________________________________________
39185 [  8195] By: jhi                                   on 2000/12/19  17:47:53
39186         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
39187              From: Jonathan Stowe <gellyfish@gellyfish.com>
39188              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
39189              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
39190      Branch: perl
39191            ! utils/h2xs.PL
39192 ____________________________________________________________________________
39193 [  8194] By: jhi                                   on 2000/12/19  17:46:28
39194         Log: Subject: Re: useless use of void context work-around
39195              From: andreas.koenig@anima.de (Andreas J. Koenig)
39196              Date: 16 Dec 2000 15:13:36 +0100
39197              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
39198              
39199              Document (comment) the q(di ds ig) trick in the code.
39200      Branch: perl
39201            ! op.c
39202 ____________________________________________________________________________
39203 [  8193] By: jhi                                   on 2000/12/19  17:10:57
39204         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
39205              From: "Mark J. Reed" <mreed@strange.turner.com>
39206              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
39207              Message-Id: <200012160222.VAA13986@strange.turner.com>
39208      Branch: perl
39209            ! ext/Sys/Syslog/Syslog.pm
39210 ____________________________________________________________________________
39211 [  8192] By: jhi                                   on 2000/12/19  17:07:45
39212         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
39213              From: Nicholas Clark <nick@ccl4.org>
39214              Date: Sat, 16 Dec 2000 19:03:13 +0000
39215              Message-ID: <20001216190313.D68304@plum.flirble.org>
39216      Branch: perl
39217            ! t/op/64bitint.t
39218 ____________________________________________________________________________
39219 [  8191] By: jhi                                   on 2000/12/19  17:06:13
39220         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
39221              From: Dominic Dunlop <domo@computer.org>
39222              Date: Mon, 18 Dec 2000 12:00:15 +0100
39223              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
39224              
39225              This patchlet is needed in order that perl can be statically linked.  
39226      Branch: perl
39227            ! regexec.c
39228 ____________________________________________________________________________
39229 [  8190] By: jhi                                   on 2000/12/19  17:03:08
39230         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
39231              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39232              Date: Sun, 17 Dec 2000 00:18:35 -0600
39233              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
39234      Branch: perl
39235            ! perlio.h vms/gen_shrfls.pl
39236 ____________________________________________________________________________
39237 [  8189] By: jhi                                   on 2000/12/19  16:20:28
39238         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
39239              From: Prymmer/Kahn <pvhp@best.com>
39240              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
39241              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
39242              
39243              A better version of #8188.
39244      Branch: perl
39245            ! pod/perlfaq3.pod
39246 ____________________________________________________________________________
39247 [  8188] By: jhi                                   on 2000/12/19  15:57:06
39248         Log: (Replaced by #8189)
39249              
39250              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39251              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
39252              From: Prymmer/Kahn <pvhp@best.com>
39253              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
39254              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
39255              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
39256              Date: Mon, 18 Dec 2000 11:10:45 -0500
39257              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
39258      Branch: perl
39259            ! pod/perlfaq3.pod
39260 ____________________________________________________________________________
39261 [  8187] By: jhi                                   on 2000/12/19  15:54:19
39262         Log: Email address fix for Anton Berezin.
39263      Branch: perl
39264            ! AUTHORS
39265 ____________________________________________________________________________
39266 [  8186] By: jhi                                   on 2000/12/19  15:38:54
39267         Log: Subject: [PATCH perl@8102] cygwin port
39268              From: "Eric Fifer" <efifer@dircon.co.uk> 
39269              Date: Thu, 14 Dec 2000 13:41:29 -0000
39270              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
39271              
39272              When compiling modules the data item that is being imported
39273              from libperl.dll needs to be tagged as imported/shared data:
39274              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
39275      Branch: perl
39276            ! perliol.h
39277 ____________________________________________________________________________
39278 [  8185] By: jhi                                   on 2000/12/19  14:53:24
39279         Log: Regen uconfig.h and uconfig.sh.
39280      Branch: perl
39281            ! uconfig.h uconfig.sh
39282 ____________________________________________________________________________
39283 [  8184] By: jhi                                   on 2000/12/18  20:43:49
39284         Log: Comments work so much better when they are closed.
39285      Branch: perl
39286            ! regcomp.c
39287 ____________________________________________________________________________
39288 [  8183] By: jhi                                   on 2000/12/18  18:04:02
39289         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
39290              Fixes the bug 20001218.016.
39291      Branch: perl
39292            ! regcomp.c
39293 ____________________________________________________________________________
39294 [  8182] By: gsar                                  on 2000/12/18  09:53:47
39295         Log: delete spurious files
39296      Branch: maint-5.6/perl
39297            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
39298            - vos/config.h vos/config_h.SH_orig
39299 ____________________________________________________________________________
39300 [  8181] By: gsar                                  on 2000/12/18  09:46:08
39301         Log: regen perltoc
39302      Branch: maint-5.6/perl
39303            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
39304 ____________________________________________________________________________
39305 [  8180] By: gsar                                  on 2000/12/18  09:20:27
39306         Log: integrate changes#7924..7926,7946,7952 from mainline
39307      Branch: maint-5.6/perl
39308           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
39309           !> lib/File/stat.pm t/lib/class-struct.t
39310 ____________________________________________________________________________
39311 [  8179] By: gsar                                  on 2000/12/18  08:55:54
39312         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
39313              7918,7919,7988,8907 from mainline (various)
39314      Branch: maint-5.6/perl
39315           +> t/lib/class-struct.t
39316           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
39317           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
39318           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
39319 ____________________________________________________________________________
39320 [  8178] By: gsar                                  on 2000/12/18  08:16:30
39321         Log: avoid redefinition warnings on windows due to sys/socket.h getting
39322              #included before win32.h
39323      Branch: maint-5.6/perl
39324            ! win32/include/sys/socket.h
39325 ____________________________________________________________________________
39326 [  8177] By: gsar                                  on 2000/12/18  05:24:04
39327         Log: make regen_headers; fix POSIX.xs problems; remove outdated
39328              code from sys/socket.h that makes build fail now
39329      Branch: maint-5.6/perl
39330            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
39331            ! pod/perlapi.pod
39332           !> win32/include/sys/socket.h
39333 ____________________________________________________________________________
39334 [  8176] By: gsar                                  on 2000/12/18  05:20:17
39335         Log: update Changes
39336      Branch: maint-5.6/perl
39337            ! Changes patchlevel.h
39338 ____________________________________________________________________________
39339 [  8175] By: gsar                                  on 2000/12/18  04:57:48
39340         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
39341              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
39342              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
39343              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
39344              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
39345              7823,7825,7838
39346      Branch: maint-5.6/perl
39347           +> lib/File/Spec/Epoc.pm
39348           !> (integrate 88 files)
39349 ____________________________________________________________________________
39350 [  8174] By: gsar                                  on 2000/12/18  03:53:09
39351         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
39352              7625..7629,7631..7634,7637,7639,7642 from mainline
39353      Branch: maint-5.6/perl
39354           +> README.solaris
39355           !> (integrate 26 files)
39356 ____________________________________________________________________________
39357 [  8173] By: gsar                                  on 2000/12/18  03:37:02
39358         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
39359              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
39360              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
39361              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
39362      Branch: maint-5.6/perl
39363           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
39364            - MAINTAIN
39365           !> (integrate 111 files)
39366 ____________________________________________________________________________
39367 [  8172] By: jhi                                   on 2000/12/18  02:49:27
39368         Log: Regen pods.
39369      Branch: perl
39370            ! pod/perlmodlib.pod pod/perltoc.pod
39371 ____________________________________________________________________________
39372 [  8171] By: gsar                                  on 2000/12/18  02:49:24
39373         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
39374              7465..7471 from mainline
39375              
39376              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
39377              in platforms that strictly require all the symbols being present
39378              at link time.
39379              
39380              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
39381              
39382              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
39383              
39384              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
39385              
39386              Subject: [PATCH] todo
39387              
39388              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
39389              
39390              Use $sort, $uniq (and $tr) consistently as wondered
39391              by Nicholas Clark.
39392              
39393              Too enthusiastic editing in #7460.
39394              
39395              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
39396              
39397              Upgrade to CPAN 1.58_55.
39398              Subject: CPAN.pm status
39399              
39400              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
39401              
39402              Make target reordering to avoid pointless re-makes.
39403              Subject: Re: Total re-make of 'make okfile' after 7451 ?
39404              
39405              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
39406              
39407              Subject: DOC PATCH 5.6.0
39408              
39409              Add the repository doc by Malcolm, Sarathy, and by Simon,
39410              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
39411      Branch: maint-5.6/perl
39412           +> Porting/repository.pod
39413           !> Configure MANIFEST Makefile.SH README.dos README.os2
39414           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
39415           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
39416           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
39417 ____________________________________________________________________________
39418 [  8169] By: gsar                                  on 2000/12/18  02:33:34
39419         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
39420              7435..7441,7445 from mainline
39421              
39422              Make the UTF-8 decoding stricter and more verbose when
39423              malformation happens.  This involved adding an argument
39424              to utf8_to_uv_chk(), which involved changing its prototype,
39425              and prefer STRLEN over I32 for the UTF-8 length, which as
39426              a domino effect necessitated changing the prototypes of
39427              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
39428              The stricter UTF-8 decoding checking uses Markus Kuhn's
39429              UTF-8 Decode Stress Tester from
39430              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
39431              
39432              Run vms/vms_yfix.pl, should have done that after changing
39433              perly.c in #7382.
39434              
39435              Subject: [PATCH 5.7.0] static linking with uninstalled perl
39436              
39437              (Replaced by #7440.)
39438              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39439              
39440              Fix the bug ID 20001024.005, the bug introduced by #7416.
39441              
39442              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
39443              
39444              Fix the bug reported in
39445              From: andreas.koenig@anima.de (Andreas J. Koenig)
39446              Also make is_utf8_char() stricter.
39447              
39448              Missed the header file changes from #7425.
39449              
39450              Check if stdio supports tweaking lval and cnt simultaneously.
39451              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
39452              
39453              Stratus VOS updates from Paul Green.
39454              
39455              Podify README.epoc and README.vos.
39456              
39457              Add targets to Makefile.SH, most importantly
39458              'regen_all' which also remembers to update vms/perly*.
39459              
39460              Subject: Minor update to find2perl, for portability
39461              
39462              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
39463              
39464              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
39465              
39466              Rename UTF8LEN() to be UNISKIP(), too confusing to have
39467              UTF8LEN() and UTF8SKIP(). 
39468              
39469              Allow poking holes at the UTF-8 decoding strictness.
39470              
39471              Continue the internal UTF-8 API tweaking.
39472              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
39473              used much more than the simpler API, now called utf8_to_uv_simple().
39474              Still not quite happy with API, too much partial duplication
39475              of functionality.
39476              
39477              A new version of making the syslog test more robust.
39478              (Replaces #7421.)
39479              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39480              
39481              buildtoc target tweaks.
39482              
39483              Integrate with vmsperl #7430 by Charles Bailey:
39484              
39485              Cleanup from prior patch (Charles Lane?):
39486              - improve handling of MFDs in Basename and Path
39487              - default to no xsubpp line # munging when building debug images
39488      Branch: maint-5.6/perl
39489           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39490           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
39491           !> (integrate 67 files)
39492 ____________________________________________________________________________
39493 [  8168] By: gsar                                  on 2000/12/18  02:05:49
39494         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
39495              
39496              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
39497              From: Martin Husemann <martin@duskware.de>
39498              
39499              Subject: [PATCH 5.7.0] restore match data on backtracing
39500              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39501      Branch: maint-5.6/perl
39502           !> regcomp.c regexec.c t/op/re_tests
39503 ____________________________________________________________________________
39504 [  8167] By: gsar                                  on 2000/12/18  01:55:22
39505         Log: integrate changes#7858,7986 from mainline
39506              
39507              C<foreach my $x ...> in pseudo-fork()ed process may diddle
39508              parent's memory; fix it by keeping track of the actual pad
39509              offset rather than a raw pointer (this change is probably also
39510              relevant to non-ithreads case to avoid fallout from reallocs of
39511              the pad array, but is currently only enabled for the ithreads
39512              case in the interests of minimal disruption to existing "well
39513              tested" code)
39514              
39515              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
39516              due to the notorious GetFileType() bug in Windows 9x, which fstat()
39517              tickles)
39518      Branch: maint-5.6/perl
39519           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
39520           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
39521           !> win32/win32.c win32/win32.h win32/win32sck.c
39522 ____________________________________________________________________________
39523 [  8166] By: gsar                                  on 2000/12/18  01:52:59
39524         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
39525              from mainline (xsubpp and ExtUtils::LibList fixups, various
39526              other small items)
39527      Branch: maint-5.6/perl
39528           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
39529           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
39530           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
39531           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
39532           !> win32/bin/search.pl
39533 ____________________________________________________________________________
39534 [  8165] By: gsar                                  on 2000/12/18  01:28:45
39535         Log: integrate changes#7533,7563,7611,7623 from mainline (various
39536              malloc.c embellishments)
39537      Branch: maint-5.6/perl
39538           !> malloc.c pod/perldiag.pod
39539 ____________________________________________________________________________
39540 [  8164] By: gsar                                  on 2000/12/18  01:23:33
39541         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
39542              fixups)
39543      Branch: maint-5.6/perl
39544           !> utils/h2xs.PL
39545 ____________________________________________________________________________
39546 [  8163] By: gsar                                  on 2000/12/18  01:17:50
39547         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
39548              fixups)
39549      Branch: maint-5.6/perl
39550           !> Makefile.SH utils/perlbug.PL
39551 ____________________________________________________________________________
39552 [  8162] By: gsar                                  on 2000/12/18  00:25:43
39553         Log: always export Perl_deb() (it is required by re.xs whether
39554              Perl is built with or without -DDEBUGGING)
39555      Branch: maint-5.6/perl
39556            ! makedef.pl
39557 ____________________________________________________________________________
39558 [  8161] By: gsar                                  on 2000/12/18  00:23:38
39559         Log: integrate change#7414 from mainline
39560              
39561              Undo the basename() part of #7412 since the lib/basename
39562              tests would need upgrading too.
39563              
39564              squelch two tests in tr.t that rely on tr/// paranoia change
39565              that's not in 5.6.x
39566      Branch: maint-5.6/perl
39567            ! t/op/tr.t
39568           !> lib/File/Basename.pm
39569 ____________________________________________________________________________
39570 [  8160] By: gsar                                  on 2000/12/18  00:05:30
39571         Log: missing change in previous integrate
39572      Branch: maint-5.6/perl
39573           !> README.aix
39574 ____________________________________________________________________________
39575 [  8159] By: gsar                                  on 2000/12/18  00:03:38
39576         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
39577              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
39578              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
39579              7410..7413 from mainline
39580      Branch: maint-5.6/perl
39581           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
39582           +> t/lib/tie-splice.t
39583            - lib/unicode/Is/DCinital.pl
39584           !> (integrate 112 files)
39585 ____________________________________________________________________________
39586 [  8158] By: jhi                                   on 2000/12/17  23:04:24
39587         Log: Subject: [PATCHES] RE: perl@8150 
39588              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
39589              Date: Sun, 17 Dec 2000 21:46:39 +0100
39590              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
39591              
39592              Neither cygwin has a getpwuid() one can trust on.
39593      Branch: perl
39594            ! t/lib/glob-basic.t
39595 ____________________________________________________________________________
39596 [  8157] By: jhi                                   on 2000/12/17  23:01:54
39597         Log: More MAN.PODS => {} fixes.
39598      Branch: perl
39599            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
39600            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
39601            ! os2/OS2/REXX/Makefile.PL
39602 ____________________________________________________________________________
39603 [  8156] By: gsar                                  on 2000/12/17  22:49:13
39604         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
39605              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
39606              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
39607              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
39608              7201,7204 from mainline
39609      Branch: maint-5.6/perl
39610           !> (integrate 121 files)
39611 ____________________________________________________________________________
39612 [  8155] By: jhi                                   on 2000/12/17  22:30:58
39613         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
39614              From: "Craig A. Berry" <craigberry@mac.com>
39615              Date: Sun, 17 Dec 2000 13:09:28 -0600
39616              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
39617              
39618              MAN.PODS => ' ' is naughty.
39619      Branch: perl
39620            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
39621 ____________________________________________________________________________
39622 [  8154] By: nick                                  on 2000/12/17  22:07:13
39623         Log: MULTIPLICITY nit.
39624      Branch: perl
39625            ! mg.c
39626 ____________________________________________________________________________
39627 [  8153] By: gsar                                  on 2000/12/17  21:23:05
39628         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
39629              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
39630              from mainline
39631              
39632              Document the SvIOK_.*UV().
39633              
39634              Update Unicode todo list.
39635              
39636              Guard against bad string->int conversion for quads.
39637              
39638              Subject: small apidoc fix
39639              
39640              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39641              
39642              Subject: [PATCH] Tied filehandle documentation
39643              
39644              Subject: [PATCH] Modernize Opcode.pm documentation
39645              
39646              Make Data::Dumper (non-XS) to work with changed semantics of ref().
39647              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39648              [applied even though said semantics didn't change in 5.6.x]
39649              
39650              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39651              
39652              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39653              
39654              Fix the URL, but the server is still missing in action.
39655              Subject: [ID 20000905.002] perlfaq1.pod URL error
39656              
39657              Subject: [ID 20000903.001] \w in utf8-strings
39658              
39659              Fix the ccversion detection for 5.1 and beyond.
39660              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39661              
39662              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
39663              
39664              Subject: [ID 20000904.008] Tiny fix for perldiag
39665              
39666              Subject: Re: [ID 20000906.004] segfault with bad perl statement
39667              
39668              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
39669              
39670              Subject: [ID 20000908.002] perlipc documentation bug.
39671              
39672              Subject: [PATCH lib/Benchmark.pm]
39673              
39674              Re-allow vec() for characters > 255.
39675              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
39676              
39677              Do away with memory models cruft.  Sorry, PDP users.
39678              
39679              Continue #7041.
39680              
39681              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
39682              
39683              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
39684              
39685              Upgrade to CPAN 1.57_65, from Andreas König.
39686              
39687              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
39688              by Russ Allbery.
39689              
39690              Silence t/pod/*.t about alternate quote-mappings now implemented
39691              by Pod::Text, from Brad Appleton.
39692              
39693              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
39694              Subject: borland C++ win32.c tweak
39695              
39696              C<@a = @b = split(...)> optimization coredumps under ithreads
39697              (missed a spot when fixing up op_pmreplroot hack for ithreads)
39698              
39699              Document the SvUTF8*().
39700              
39701              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
39702              
39703              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
39704              
39705              Do in VMS as the #7054 does.
39706              
39707              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
39708              
39709              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
39710              
39711              Subject: [patch: perl@7045] vms updates
39712              
39713              Test for the #7049.
39714              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
39715              
39716              Break up the myconfig lines a bit.
39717              Subject: perlbug/perl -V output format
39718              
39719              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
39720              
39721              The #7054 truncated Configure badly.
39722              
39723              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
39724              initialization in all the threads on Windows
39725              
39726              Allow for whitespace between "#" and "line" in cpp output.
39727              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
39728              
39729              Remove vestiges of tr//CU.
39730              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
39731              
39732              The return value of setlocale must be copied away.
39733              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
39734              
39735              Allow chop() and chomp() to be overridden.
39736              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
39737              
39738              Hints optimization.
39739              Subject: Minor nit
39740              
39741              Subject: [PATCH] de-wall t/README
39742              
39743              Subject: Re: Two advertising clauses need to be removed
39744      Branch: maint-5.6/perl
39745           !> (integrate 75 files)
39746 ____________________________________________________________________________
39747 [  8152] By: gsar                                  on 2000/12/17  20:30:11
39748         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
39749              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
39750              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
39751              
39752              Don't attach -ld to the archname if pointless.
39753              
39754              Document UNTIE in a very minimalistic way.
39755              
39756              POSIX doesn't report long double values under -Duselongdouble
39757              when the long doubles are "real" (bigger than doubles).
39758              
39759              More author updates.
39760              
39761              Try to deduce NV_MAX.  Really should be Configure fodder.
39762              
39763              :: not allowed in pathnames, change to .
39764              Subject: [PATCH perl@6938] cygwin port
39765              
39766              Forget about NV_MAX (#6951).  Various floating point tweaks,
39767              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39768              
39769              Move the Solaris 7 scan to use64bitall, make the
39770              failure to find 64-bot sparc libc to mention the
39771              possibility of being in an intel, from Lupe and Alan.
39772              
39773              Regen perltoc.
39774              
39775              AUTHORS tweaks, from Peter Prymmer.
39776              
39777              More address tweaking.
39778              
39779              Small tweaks all over.
39780              
39781              File::Temp patches from Andreas König,
39782              
39783              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39784              
39785              Subject: CPAN.pm beta 1.57_57 for the core
39786              
39787              Part of the solution.
39788              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39789              
39790              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39791              
39792              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39793              
39794              Add the overload warnings to perldiag.
39795              
39796              Drop unused argument.
39797              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
39798              
39799              Subject: Nit in Configure (bleadperl@6961)
39800              
39801              Update to PodParser 1.18, from Brad Appleton.
39802              
39803              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
39804              
39805              Subject: [PATCH: 6948] add SCNfldbl to configure.com
39806              
39807              Document UNTIE. Also tweak implementation to suppress the 'inner references'
39808              warning when UNTIE exists and instead pass the cound of extra references to
39809              the UNTIE method.
39810              
39811              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39812              so that case-ignoring systems like DCL can tell them from
39813              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
39814              
39815              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39816              
39817              Feature ordering tweak.
39818              
39819              Regen perltoc.
39820              
39821              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39822              
39823              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39824              
39825              Subject: http:// in L<>
39826              
39827              Detypo.
39828              
39829              change#6791 accidentally clobbered change#6710, put it back
39830              
39831              Only the first line, thank you very much.
39832              
39833              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39834              plus rework the http: spots as suggested by Tom Christiansen,
39835              plus regen perltoc.
39836              
39837              Undo part of change 6489 which looks like a bulk edit which
39838              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39839              The supressing of main:: on return from select() is undesirable.
39840              
39841              Apparently avoiding the swapping is too costly.
39842              
39843              Various Configure nits by Philip Newton,
39844              plus the ebcdic one by me.
39845              
39846              Make certain cc is set before trying to run it.
39847              
39848              If overloaded %{} etc. return the object do not loop.
39849              Thus  sub deref { $_[0] } functions if object is wanted type.
39850              
39851              Update perlhist.
39852              
39853              More %{} and other deref special casing - do not pass to 'nomethod'.
39854      Branch: maint-5.6/perl
39855           !> (integrate 59 files)
39856 ____________________________________________________________________________
39857 [  8151] By: gsar                                  on 2000/12/17  19:14:38
39858         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
39859              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
39860              
39861              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39862              
39863              Make the epsilon to be relative, not absolute.
39864              
39865              Put back the flags dump as reasoned in
39866              Subject: Re: [PATCH] Glob dumping
39867              
39868              Introduce ccname to keep track of what compiler kind of we have.
39869              
39870              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
39871              
39872              Put back the slice accidentally removed by #6907.
39873              
39874              Reset archname and archname64 always, forcing them be
39875              recomputed at each Configure run, make Configure and
39876              the hints files agree on the naming of largefiles variables.
39877              
39878              Don't say "Perl 5.0 source kit".
39879              
39880              Subject: [PATCH] fix misc cast warnings
39881              
39882              Subject: typos in pods
39883              
39884              NVs not necessarily doubles, as pointed out by Yitzchak.
39885              
39886              Subject: [PATCH 6889] add a few ldbl formats to configure.com
39887              
39888              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39889              
39890              Better options for rsync.
39891              
39892              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39893              
39894              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39895              
39896              Subject: [PATCH] Re: UNTIE method 
39897              
39898              A better fix for the Socket building problem from Craig Berry.
39899              
39900              Retract the dummy test, skip the security tests (instead of failing),
39901              explain what the warnings mean.
39902              
39903              Heap decorruption.
39904              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39905              
39906              Update to Unicode 3.0.1.
39907              
39908              Missed one Unicode file.
39909              
39910              Subject: Re: typos in pods
39911              
39912              The #6929 was too skimpy.
39913              
39914              sscanf() may be the only way to read long doubles from strings.
39915              
39916              Reveal Borland's isnan.
39917              Subject: build with BC++ tweak
39918              
39919              Issue useful diagnostic on unknown pod commands.
39920              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39921              
39922              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39923              
39924              Clarify the third case of ftmp-security warnings.
39925              
39926              Make -Dusemorebits find long doubles in Solaris.
39927              
39928              Wrap the test in eval.
39929      Branch: maint-5.6/perl
39930           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39931           +> lib/unicode/PropList.txt lib/unicode/README.perl
39932           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
39933           +> lib/unicode/Unicode.301 vms/vmspipe.com
39934            - lib/unicode/Props.txt lib/unicode/UCD300.html
39935            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39936           !> (integrate 305 files)
39937 ____________________________________________________________________________
39938 [  8150] By: jhi                                   on 2000/12/17  18:47:57
39939         Log: Uncheckedin generated files.
39940      Branch: perl
39941            ! global.sym perlapi.c pod/perlapi.pod
39942 ____________________________________________________________________________
39943 [  8149] By: jhi                                   on 2000/12/17  18:41:22
39944         Log: Update Changes.
39945      Branch: perl
39946            ! Changes patchlevel.h
39947 ____________________________________________________________________________
39948 [  8148] By: jhi                                   on 2000/12/17  18:39:16
39949         Log: Subject: [PATCH] Fcntl constants speedup
39950              From: Nicholas Clark <nick@ccl4.org>
39951              Date: Sun, 17 Dec 2000 16:29:24 +0000
39952              Message-ID: <20001217162924.E97668@plum.flirble.org>
39953              
39954              Use IVs for the Fcntl constants instead of NVs.
39955      Branch: perl
39956            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
39957 ____________________________________________________________________________
39958 [  8147] By: jhi                                   on 2000/12/17  18:33:41
39959         Log: Add test for #8145 (binmode() warning), add warning for
39960              ioctl() and sockpair(), document them. (fileno() cannot
39961              be tripwired with the same kind of warning because
39962              'defined fileno($foo)' seems to be an idiom.)
39963      Branch: perl
39964            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
39965 ____________________________________________________________________________
39966 [  8146] By: gsar                                  on 2000/12/17  18:09:08
39967         Log: update Changes
39968      Branch: maint-5.6/perl
39969            ! Changes
39970 ____________________________________________________________________________
39971 [  8145] By: jhi                                   on 2000/12/17  17:39:35
39972         Log: Subject: [PATCH] Re: The long awaited feature ...
39973              From: Simon Cozens <simon@cozens.net>
39974              Date: Sun, 17 Dec 2000 12:31:56 +0000
39975              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
39976              
39977              Add a warning to binmode() about using bad filehandles
39978              (can happen e.g. if someone forgets the filehandle argument)
39979      Branch: perl
39980            ! pp_sys.c
39981 ____________________________________________________________________________
39982 [  8144] By: jhi                                   on 2000/12/17  17:33:48
39983         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
39984              From: Jonathan Stowe <gellyfish@gellyfish.com>
39985              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
39986              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
39987      Branch: perl
39988            ! lib/Net/Ping.pm
39989 ____________________________________________________________________________
39990 [  8143] By: jhi                                   on 2000/12/17  05:31:37
39991         Log: Polymorphic regexps.
39992              
39993              Fixes at least the bugs 20001028.003 (both of them...) and
39994              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
39995              also to be fixed by now, probably already before this patch.
39996      Branch: perl
39997            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
39998            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
39999            ! t/op/utf8decode.t t/pragma/utf8.t
40000 ____________________________________________________________________________
40001 [  8142] By: jhi                                   on 2000/12/16  17:16:05
40002         Log: Subject: [patch perl@8102] dos/djgpp update
40003              From: Laszlo Molnar <ml1050@freemail.hu>
40004              Date: Sat, 16 Dec 2000 01:40:52 +0100
40005              Message-ID: <20001216014052.A335@freemail.hu>
40006      Branch: perl
40007            ! djgpp/config.over t/base/commonsense.t
40008 ____________________________________________________________________________
40009 [  8141] By: jhi                                   on 2000/12/16  17:09:27
40010         Log: Few uncheckedin files.
40011      Branch: perl
40012            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
40013 ____________________________________________________________________________
40014 [  8140] By: nick                                  on 2000/12/15  22:14:31
40015         Log: Integrate mainline
40016      Branch: perlio
40017           !> (integrate 53 files)
40018 ____________________________________________________________________________
40019 [  8139] By: jhi                                   on 2000/12/15  19:49:49
40020         Log: One more IVUV tweak from Nicholas Clark.
40021      Branch: perl
40022            ! sv.c
40023 ____________________________________________________________________________
40024 [  8138] By: jhi                                   on 2000/12/15  19:17:06
40025         Log: Return of the IVUV-preservation, now seems to be happy even
40026              in Digital UNIX (the broken strtoul brokenness detection
40027              seems to have been the fly in the ointment).
40028      Branch: perl
40029            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40030            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
40031            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
40032            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
40033            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
40034            ! vos/config.ga.h win32/config.bc win32/config.gc
40035            ! win32/config.vc
40036 ____________________________________________________________________________
40037 [  8137] By: jhi                                   on 2000/12/15  18:12:14
40038         Log: Metaconfig unit change for #8136.
40039      Branch: metaconfig
40040            ! U/modified/d_strtoul.U
40041      Branch: metaconfig/U/perl
40042            ! d_strtoull.U d_strtouq.U
40043 ____________________________________________________________________________
40044 [  8136] By: jhi                                   on 2000/12/15  18:11:35
40045         Log: I don't think it's sensible or portable to test the strtou*
40046              on /^-/ strings.
40047      Branch: perl
40048            ! Configure
40049 ____________________________________________________________________________
40050 [  8135] By: jhi                                   on 2000/12/15  17:18:49
40051         Log: Metaconfig unit change for #8134.
40052      Branch: metaconfig
40053            ! U/modified/d_strtoul.U
40054 ____________________________________________________________________________
40055 [  8134] By: jhi                                   on 2000/12/15  17:14:13
40056         Log: If longsize is 8 we don't need a LL suffix for integer constants.
40057      Branch: perl
40058            ! Configure config_h.SH
40059 ____________________________________________________________________________
40060 [  8133] By: jhi                                   on 2000/12/15  16:00:23
40061         Log: Update Changes.
40062      Branch: perl
40063            ! Changes patchlevel.h
40064 ____________________________________________________________________________
40065 [  8132] By: jhi                                   on 2000/12/15  15:44:16
40066         Log: Some compilers get huffy if you do not cast a const pointer
40067              to a non-const when assigning.
40068      Branch: perl
40069            ! gv.c
40070 ____________________________________________________________________________
40071 [  8131] By: jhi                                   on 2000/12/15  15:38:30
40072         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
40073              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40074              Date: Fri, 15 Dec 2000 05:26:57 -0500
40075              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
40076      Branch: perl
40077            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
40078            ! t/pragma/overload.t
40079 ____________________________________________________________________________
40080 [  8130] By: jhi                                   on 2000/12/15  15:36:08
40081         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
40082              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
40083              Date: Thu, 14 Dec 2000 22:02:43 -0500
40084              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
40085      Branch: perl
40086            ! gv.c perl.h
40087 ____________________________________________________________________________
40088 [  8129] By: jhi                                   on 2000/12/15  15:34:16
40089         Log: Subject: PATCH: h2xs nit
40090              From: Tim Jenness <t.jenness@jach.hawaii.edu>
40091              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
40092              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
40093              
40094              Add a template README.
40095      Branch: perl
40096            ! utils/h2xs.PL
40097 ____________________________________________________________________________
40098 [  8128] By: jhi                                   on 2000/12/15  15:32:22
40099         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
40100      Branch: perl
40101            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
40102 ____________________________________________________________________________
40103 [  8127] By: jhi                                   on 2000/12/15  15:19:34
40104         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
40105              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
40106              Date:     Thu, 14 Dec 2000 20:04:42 EST
40107              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
40108      Branch: perl
40109            ! ext/Opcode/Opcode.xs
40110 ____________________________________________________________________________
40111 [  8126] By: jhi                                   on 2000/12/15  15:17:49
40112         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
40113              From: Peter Prymmer <pvhp@forte.com>
40114              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
40115              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
40116      Branch: perl
40117            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
40118            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
40119            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
40120 ____________________________________________________________________________
40121 [  8125] By: jhi                                   on 2000/12/15  15:11:05
40122         Log: This seems to be a stage sane and stable enough to checkin.
40123              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
40124      Branch: perl
40125            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
40126            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
40127            ! t/op/cmp.t t/op/numconvert.t
40128 ____________________________________________________________________________
40129 [  8124] By: jhi                                   on 2000/12/15  04:20:26
40130         Log: Something is really wonky.
40131      Branch: perl
40132            ! sv.c
40133 ____________________________________________________________________________
40134 [  8123] By: jhi                                   on 2000/12/15  04:00:50
40135         Log: Fixes for the IV UV patches to compile in Digital UNIX.
40136      Branch: perl
40137            ! sv.c
40138 ____________________________________________________________________________
40139 [  8122] By: jhi                                   on 2000/12/15  02:53:40
40140         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
40141              From: "Craig A. Berry" <craigberry@mac.com>
40142              Date: Thu, 14 Dec 2000 19:10:49 -0600
40143              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
40144      Branch: perl
40145            ! vms/vms.c
40146 ____________________________________________________________________________
40147 [  8121] By: jhi                                   on 2000/12/15  02:50:00
40148         Log: Metaconfig changes for #8120.
40149      Branch: metaconfig
40150            + U/modified/d_strtoul.U
40151      Branch: metaconfig/U/perl
40152            ! d_strtoull.U d_strtouq.U
40153 ____________________________________________________________________________
40154 [  8120] By: jhi                                   on 2000/12/15  02:49:42
40155         Log: From: Nicholas Clark <nick@ccl4.org> 
40156              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
40157              Date: Thu, 14 Dec 2000 18:38:57 +0000
40158              Message-ID: <20001214183857.B97909@plum.flirble.org>
40159      Branch: perl
40160            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
40161            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
40162            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
40163            ! vos/config.ga.def vos/config.ga.h win32/config.bc
40164            ! win32/config.gc win32/config.vc
40165 ____________________________________________________________________________
40166 [  8119] By: jhi                                   on 2000/12/14  23:40:58
40167         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
40168              From: Nicholas Clark <nick@ccl4.org>
40169              Date: Wed, 13 Dec 2000 20:08:50 +0000
40170              Message-ID: <20001213200849.B71166@plum.flirble.org>
40171      Branch: perl
40172            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
40173            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
40174 ____________________________________________________________________________
40175 [  8118] By: jhi                                   on 2000/12/14  22:46:26
40176         Log: Integrate perlio.
40177      Branch: perl
40178           !> MANIFEST ext/Encode/compile makedef.pl
40179 ____________________________________________________________________________
40180 [  8117] By: nick                                  on 2000/12/14  22:38:53
40181         Log: Win32 tweaks to get Encode to build
40182              - temp hack to makedef.pl till PerlIO is properly "exported".
40183              - MSVC dislikes  
40184              static encpage_t foo[];
40185              so make 'em extern for now.
40186      Branch: perlio
40187            ! ext/Encode/compile makedef.pl
40188 ____________________________________________________________________________
40189 [  8116] By: nick                                  on 2000/12/14  22:00:53
40190         Log: Document the new files
40191      Branch: perlio
40192            ! MANIFEST
40193 ____________________________________________________________________________
40194 [  8115] By: jhi                                   on 2000/12/14  21:58:01
40195         Log: MANIFEST new files of #8114.
40196      Branch: perl
40197            ! MANIFEST
40198 ____________________________________________________________________________
40199 [  8114] By: jhi                                   on 2000/12/14  21:50:49
40200         Log: Integrate perlio.
40201      Branch: perl
40202           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
40203           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
40204           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
40205           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
40206           !> ext/Encode/Makefile.PL
40207 ____________________________________________________________________________
40208 [  8113] By: jhi                                   on 2000/12/14  21:48:49
40209         Log: The documentation part of the
40210              
40211              Subject: [ID 20001214.002] Net::Ping patch
40212              From: Jonathan Stowe <gellyfish@gellyfish.com>
40213              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
40214              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
40215              since the #7529 had already addressed the same problem.
40216      Branch: perl
40217            ! lib/Net/Ping.pm
40218 ____________________________________________________________________________
40219 [  8112] By: jhi                                   on 2000/12/14  21:42:57
40220         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
40221              From: Dominic Dunlop <domo@computer.org>
40222              Date: Tue, 12 Dec 2000 10:47:10 +0100
40223              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
40224              
40225              Document how elusive subroutines can be.
40226      Branch: perl
40227            ! pod/perlfunc.pod
40228 ____________________________________________________________________________
40229 [  8111] By: jhi                                   on 2000/12/14  21:38:05
40230         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
40231              From: Dominic Dunlop <domo@computer.org>
40232              Date: Thu, 14 Dec 2000 10:13:51 +0100
40233              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
40234      Branch: perl
40235            ! ext/POSIX/POSIX.pod
40236 ____________________________________________________________________________
40237 [  8110] By: jhi                                   on 2000/12/14  21:36:32
40238         Log: Subject: [patch] perlfaq7
40239              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
40240              Date: Thu, 14 Dec 2000 15:31:07 +0100
40241              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
40242      Branch: perl
40243            ! pod/perlfaq7.pod
40244 ____________________________________________________________________________
40245 [  8109] By: jhi                                   on 2000/12/14  21:29:20
40246         Log: Subject: [8104] Encode
40247              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40248              Date: Thu, 14 Dec 2000 14:49:34 +0100
40249              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
40250              
40251              Type casting for nervous compilers.
40252      Branch: perl
40253            ! ext/Encode/Encode.xs
40254 ____________________________________________________________________________
40255 [  8108] By: jhi                                   on 2000/12/14  21:26:17
40256         Log: Subject: [8104] DB_File
40257              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
40258              Date: Thu, 14 Dec 2000 14:49:35 +0100
40259              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
40260              
40261              Type definition incorrect for DB 2.7.7.  Not known when it
40262              changed, so only changed it for a known revision.
40263      Branch: perl
40264            ! ext/DB_File/DB_File.xs
40265 ____________________________________________________________________________
40266 [  8107] By: jhi                                   on 2000/12/14  21:23:41
40267         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
40268              From: Peter Prymmer <pvhp@forte.com>
40269              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
40270              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
40271              
40272              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
40273      Branch: perl
40274            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
40275            ! ext/Encode/Encode/posix-bc.enc
40276 ____________________________________________________________________________
40277 [  8106] By: nick                                  on 2000/12/14  20:36:13
40278         Log: "Cold" build correction to Encode's Makefile.PL
40279      Branch: perlio
40280            ! ext/Encode/Makefile.PL
40281 ____________________________________________________________________________
40282 [  8105] By: nick                                  on 2000/12/14  20:09:37
40283         Log: "Compiled" encodings.
40284              Correct replacement character in EBCDIC .enc files
40285              Add 0x7F to ASCII repertoire.
40286      Branch: perlio
40287            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
40288            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
40289            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
40290            ! ext/Encode/Makefile.PL ext/Encode/compile
40291            ! ext/Encode/encengine.c ext/Encode/encode.h
40292 ____________________________________________________________________________
40293 [  8104] By: nick                                  on 2000/12/14  00:38:20
40294         Log: Integrate mainline
40295      Branch: perlio
40296           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
40297           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
40298           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
40299           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
40300           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
40301           !> t/lib/db-hash.t t/lib/db-recno.t
40302 ____________________________________________________________________________
40303 [  8103] By: nick                                  on 2000/12/13  23:16:13
40304         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
40305              so far and so it does not get lost.
40306      Branch: perlio
40307            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
40308 ____________________________________________________________________________
40309 [  8102] By: jhi                                   on 2000/12/13  17:14:22
40310         Log: Update Changes.
40311      Branch: perl
40312            ! Changes patchlevel.h
40313 ____________________________________________________________________________
40314 [  8101] By: jhi                                   on 2000/12/13  16:53:41
40315         Log: Move the proto of start_glob() to a better place; regen api files.
40316      Branch: perl
40317            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
40318 ____________________________________________________________________________
40319 [  8100] By: jhi                                   on 2000/12/13  16:47:11
40320         Log: Metaconfig change for #8099.
40321      Branch: metaconfig
40322            ! U/modified/Head.U
40323 ____________________________________________________________________________
40324 [  8099] By: jhi                                   on 2000/12/13  16:46:48
40325         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
40326              From: Andy Dougherty <doughera@lafayette.edu>
40327              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
40328              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
40329      Branch: perl
40330            ! Configure
40331 ____________________________________________________________________________
40332 [  8098] By: jhi                                   on 2000/12/13  16:39:02
40333         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
40334              From: rspier@pobox.com (Robert Spier)
40335              Date: Tue, 12 Dec 2000 21:12:39 -0500
40336              Message-ID: <14902.56087.678086.725773@rls.cx>
40337              
40338              fastgetcwd is defined using a glob alias on a $^O dependent basis -
40339              and there was no default assignment or perl subroutine.
40340      Branch: perl
40341            ! lib/Cwd.pm
40342 ____________________________________________________________________________
40343 [  8097] By: jhi                                   on 2000/12/13  16:16:01
40344         Log: Subject: [PATCH] move startglob out of pp_hot.c
40345              From: Nicholas Clark <nick@ccl4.org>
40346              Date: Mon, 11 Dec 2000 23:16:39 +0000
40347              Message-ID: <20001211231638.A55550@plum.flirble.org>
40348      Branch: perl
40349            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
40350 ____________________________________________________________________________
40351 [  8096] By: jhi                                   on 2000/12/13  15:26:23
40352         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
40353              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
40354              Date: Wed, 13 Dec 2000 14:01:37 +0100
40355              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
40356              
40357              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
40358              in turn requires libpthread in libswanted.
40359      Branch: perl
40360            ! hints/hpux.sh
40361 ____________________________________________________________________________
40362 [  8095] By: jhi                                   on 2000/12/12  19:51:05
40363         Log: The integration wars continue.
40364      Branch: perl
40365           !> sv.c
40366 ____________________________________________________________________________
40367 [  8094] By: jhi                                   on 2000/12/12  19:48:26
40368         Log: Subject: [PATCH perl@8070] DB_File-1.74  
40369              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
40370              Date: Mon, 11 Dec 2000 23:07:17 -0000
40371              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
40372      Branch: perl
40373            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
40374            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
40375            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
40376            ! t/lib/db-recno.t
40377 ____________________________________________________________________________
40378 [  8093] By: nick                                  on 2000/12/12  19:42:13
40379         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
40380      Branch: perlio
40381            ! sv.c
40382           !> lib/File/DosGlob.pm
40383 ____________________________________________________________________________
40384 [  8092] By: jhi                                   on 2000/12/12  19:28:11
40385         Log: Integrate perlio.
40386      Branch: perl
40387           !> sv.c
40388 ____________________________________________________________________________
40389 [  8091] By: nick                                  on 2000/12/12  18:49:45
40390         Log: Fix for Tk, and upgrading shared SVs.
40391      Branch: perlio
40392            ! sv.c
40393 ____________________________________________________________________________
40394 [  8090] By: jhi                                   on 2000/12/12  16:48:59
40395         Log: Subject: [PATCH] Re: Breadperl & Tk
40396              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40397              Date: Tue, 12 Dec 2000 14:48:27 GMT
40398              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
40399      Branch: perl
40400            ! sv.c
40401 ____________________________________________________________________________
40402 [  8089] By: jhi                                   on 2000/12/12  03:37:19
40403         Log: Subject: DosGlob.pm diff for bash style brace expansion.
40404              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
40405              Date: Fri, 8 Dec 2000 10:45:30 -0600
40406              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
40407      Branch: perl
40408            ! lib/File/DosGlob.pm
40409 ____________________________________________________________________________
40410 [  8088] By: nick                                  on 2000/12/11  23:59:59
40411         Log: Integrate mainline
40412      Branch: perlio
40413           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
40414           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40415           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
40416           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
40417           !> t/op/local.t t/pragma/warn/toke toke.c
40418 ____________________________________________________________________________
40419 [  8087] By: jhi                                   on 2000/12/11  23:20:23
40420         Log: Integrate perlio.
40421      Branch: perl
40422           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40423 ____________________________________________________________________________
40424 [  8086] By: jhi                                   on 2000/12/11  22:50:59
40425         Log: Tune further the OS detection of CGI.
40426      Branch: perl
40427            ! lib/CGI.pm
40428 ____________________________________________________________________________
40429 [  8085] By: nick                                  on 2000/12/11  22:50:46
40430         Log: Finish 1st pass of "encoding" layer e.g. :
40431              open($fh,"<encoding(iso8859-7)",$greek) || die;
40432      Branch: perlio
40433            ! ext/Encode/Encode.xs perlio.c perliol.h
40434 ____________________________________________________________________________
40435 [  8084] By: jhi                                   on 2000/12/11  22:32:06
40436         Log: Revert the -f ambiguousity patch, seems to cause
40437              too much hassle (the interpret -Q as a function
40438              where Q is not a known filetest part is left in).
40439      Branch: perl
40440            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
40441            ! toke.c
40442 ____________________________________________________________________________
40443 [  8083] By: jhi                                   on 2000/12/11  22:27:23
40444         Log: (accidentally empty check-in)
40445      Branch: perl
40446            ! lib/File/DosGlob.pm
40447 ____________________________________________________________________________
40448 [  8082] By: nick                                  on 2000/12/11  19:09:51
40449         Log: Restore mmap function (broken by tweaks to shared buffer
40450              layer for encode(xxxx)).
40451      Branch: perlio
40452            ! perlio.c
40453 ____________________________________________________________________________
40454 [  8081] By: jhi                                   on 2000/12/11  18:29:13
40455         Log: Subject: Re: The long awaited feature ...
40456              From: Simon Cozens <simon@cozens.net>
40457              Date: Mon, 11 Dec 2000 15:54:24 +0000
40458              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
40459              
40460              More io/utf8 tests.
40461      Branch: perl
40462            ! t/io/utf8.t
40463 ____________________________________________________________________________
40464 [  8080] By: jhi                                   on 2000/12/11  18:19:36
40465         Log: Subject: PATCH MakeMaker manpage clarification
40466              From: andreas.koenig@anima.de (Andreas J. Koenig)
40467              Date: 10 Dec 2000 20:46:13 +0100
40468              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
40469      Branch: perl
40470            ! lib/ExtUtils/MakeMaker.pm
40471 ____________________________________________________________________________
40472 [  8079] By: jhi                                   on 2000/12/11  15:35:07
40473         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
40474              From: Simon Cozens <simon@cozens.net>
40475              Date: Sun, 10 Dec 2000 19:06:19 +0000
40476              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
40477      Branch: perl
40478            ! ext/B/B/Deparse.pm t/lib/b.t
40479 ____________________________________________________________________________
40480 [  8078] By: jhi                                   on 2000/12/11  15:09:11
40481         Log: Subject: [PATCH] docs on NaN
40482              From: Nicholas Clark <nick@ccl4.org>
40483              Date: Mon, 11 Dec 2000 01:48:38 +0000
40484              Message-ID: <20001211014838.B99205@plum.flirble.org>
40485      Branch: perl
40486            ! pod/perlop.pod
40487 ____________________________________________________________________________
40488 [  8077] By: jhi                                   on 2000/12/11  15:02:21
40489         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
40490              From: Simon Cozens <simon@cozens.net>
40491              Date: Mon, 11 Dec 2000 01:21:45 +0000
40492              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
40493      Branch: perl
40494            ! pp.c pp_hot.c scope.c t/op/local.t
40495 ____________________________________________________________________________
40496 [  8076] By: nick                                  on 2000/12/10  20:43:32
40497         Log: Not merge worthy...
40498              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
40499              syntax is modelled on attributes.
40500              Untested fix for io/utf8 on Win32 etc.
40501              Very clumsy start to the encode layer.
40502      Branch: perlio
40503            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
40504 ____________________________________________________________________________
40505 [  8075] By: jhi                                   on 2000/12/10  18:39:33
40506         Log: Darwin is not Windows.
40507      Branch: perl
40508            ! lib/CGI.pm
40509 ____________________________________________________________________________
40510 [  8074] By: jhi                                   on 2000/12/10  18:31:27
40511         Log: Subject: Ambiguous -%c() resolved as a file test
40512              From: "Paul Marquess" <Paul.Marquess@openwave.com>
40513              Date: Sun, 10 Dec 2000 15:35:07 -0000
40514              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
40515      Branch: perl
40516            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
40517 ____________________________________________________________________________
40518 [  8073] By: jhi                                   on 2000/12/10  18:16:29
40519         Log: Subject: PATCH installperl misinformed 
40520              From: andreas.koenig@anima.de (Andreas J. Koenig)
40521              Date: 10 Dec 2000 13:01:32 +0100 
40522              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
40523      Branch: perl
40524            ! installperl
40525 ____________________________________________________________________________
40526 [  8072] By: jhi                                   on 2000/12/10  18:07:55
40527         Log: The walkoptree confusion rages; walkoptree() seems to be coming
40528              from B.xs, while walkoptree_slow() comes from B.pm.
40529      Branch: perl
40530            ! ext/B/B.pm
40531 ____________________________________________________________________________
40532 [  8071] By: nick                                  on 2000/12/10  11:45:47
40533         Log: Integrate mainline
40534      Branch: perlio
40535           +> t/base/commonsense.t
40536           !> (integrate 37 files)
40537 ____________________________________________________________________________
40538 [  8070] By: jhi                                   on 2000/12/10  04:46:21
40539         Log: Update Changes.
40540      Branch: perl
40541            ! Changes patchlevel.h
40542 ____________________________________________________________________________
40543 [  8069] By: jhi                                   on 2000/12/10  04:39:19
40544         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
40545              From: andreas.koenig@anima.de (Andreas J. Koenig)
40546              Date: 09 Dec 2000 17:14:25 +0100
40547              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
40548      Branch: perl
40549            + t/base/commonsense.t
40550            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
40551 ____________________________________________________________________________
40552 [  8068] By: jhi                                   on 2000/12/10  04:17:36
40553         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
40554              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40555              Date: Sat, 9 Dec 2000 16:47:22 -0000
40556              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
40557      Branch: perl
40558            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
40559            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
40560            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
40561            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
40562            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
40563            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
40564            ! t/lib/sdbm.t
40565 ____________________________________________________________________________
40566 [  8067] By: jhi                                   on 2000/12/10  03:52:02
40567         Log: Test case for #8066.
40568      Branch: perl
40569            ! t/op/misc.t
40570 ____________________________________________________________________________
40571 [  8066] By: jhi                                   on 2000/12/10  03:50:30
40572         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
40573              From: Simon Cozens <simon@cozens.net>
40574              Date: Sun, 10 Dec 2000 00:55:37 +0000
40575              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
40576      Branch: perl
40577            ! pp_sys.c
40578 ____________________________________________________________________________
40579 [  8065] By: jhi                                   on 2000/12/10  03:44:52
40580         Log: Test case for #8064.
40581      Branch: perl
40582            ! t/comp/proto.t
40583 ____________________________________________________________________________
40584 [  8064] By: jhi                                   on 2000/12/10  03:42:32
40585         Log: Subject: Re: prototype of substr
40586              From: Simon Cozens <simon@cozens.net>
40587              Date: Sun, 10 Dec 2000 00:13:33 +0000
40588              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
40589              
40590              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
40591      Branch: perl
40592            ! pp.c
40593 ____________________________________________________________________________
40594 [  8063] By: jhi                                   on 2000/12/10  03:39:42
40595         Log: Subject: [PATCH] perlguts.pod
40596              From: Simon Cozens <simon@cozens.net>
40597              Date: Sun, 10 Dec 2000 00:06:47 +0000
40598              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
40599              
40600              Documentation of the different types of ops,
40601              plus the functions in dump.c
40602      Branch: perl
40603            ! pod/perlguts.pod
40604 ____________________________________________________________________________
40605 [  8062] By: jhi                                   on 2000/12/10  03:30:04
40606         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
40607              From: Nicholas Clark <nick@talking.bollo.cx>
40608              Date: Sat, 09 Dec 2000 18:57:25 +0000
40609              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
40610              
40611              Be more robust in weird hostname setups.
40612      Branch: perl
40613            ! t/lib/net-hostent.t
40614 ____________________________________________________________________________
40615 [  8061] By: jhi                                   on 2000/12/10  03:28:21
40616         Log: Pacify fussy compiler. 
40617      Branch: perl
40618            ! pp_sys.c
40619 ____________________________________________________________________________
40620 [  8060] By: jhi                                   on 2000/12/10  02:52:46
40621         Log: Integrate perlio.
40622      Branch: perl
40623           !> pp_sys.c t/io/utf8.t
40624 ____________________________________________________________________________
40625 [  8059] By: nick                                  on 2000/12/09  23:40:14
40626         Log: read/sysread/recv should now be utf8 aware.
40627              Basic test for utf8 read.
40628      Branch: perlio
40629            ! pp_sys.c t/io/utf8.t
40630 ____________________________________________________________________________
40631 [  8058] By: jhi                                   on 2000/12/09  21:56:02
40632         Log: Integrate perlio.
40633      Branch: perl
40634           +> t/io/utf8.t
40635           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
40636 ____________________________________________________________________________
40637 [  8057] By: jhi                                   on 2000/12/09  21:53:35
40638         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
40639              From: Inaba Hiroto <inaba@st.rim.or.jp>
40640              Date: Sun, 10 Dec 2000 05:53:21 +0900
40641              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
40642              
40643              Tests for #8056.
40644      Branch: perl
40645            ! t/op/each.t
40646 ____________________________________________________________________________
40647 [  8056] By: jhi                                   on 2000/12/09  21:51:16
40648         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
40649              From: Inaba Hiroto <inaba@st.rim.or.jp>
40650              Date: Sat, 09 Dec 2000 18:02:00 +0900
40651              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
40652              
40653              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
40654      Branch: perl
40655            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
40656 ____________________________________________________________________________
40657 [  8055] By: nick                                  on 2000/12/09  20:11:48
40658         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
40659              than raw PerlIO_write() - does not seem to break any tests.
40660      Branch: perlio
40661            ! pp_sys.c
40662 ____________________________________________________________________________
40663 [  8054] By: nick                                  on 2000/12/09  19:47:30
40664         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
40665              (sysread, recv and write i.e. formats still to do...)
40666              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
40667              open($fh,">:utf8","name")
40668              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
40669              so no extra overhead is involved.
40670              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
40671              to a non-utf8 stream.
40672              Add initial io/utf8.t
40673              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
40674              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
40675              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
40676      Branch: perlio
40677            + t/io/utf8.t
40678            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
40679 ____________________________________________________________________________
40680 [  8053] By: nick                                  on 2000/12/09  19:26:37
40681         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
40682              was only testing this_utf8.
40683      Branch: perlio
40684            ! toke.c
40685 ____________________________________________________________________________
40686 [  8052] By: nick                                  on 2000/12/09  19:09:41
40687         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
40688              i.e. the output string has one, but don't mess with source assumption.
40689      Branch: perlio
40690            ! toke.c
40691 ____________________________________________________________________________
40692 [  8051] By: jhi                                   on 2000/12/09  16:55:17
40693         Log: Integrate perlio.
40694      Branch: perl
40695           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
40696           !> sv.c thrdvar.h util.c
40697 ____________________________________________________________________________
40698 [  8050] By: jhi                                   on 2000/12/09  16:48:07
40699         Log: Nits noticed by Peter Prymmer.
40700      Branch: perl
40701            ! lib/ExtUtils/MM_VMS.pm
40702 ____________________________________________________________________________
40703 [  8049] By: nick                                  on 2000/12/09  13:49:40
40704         Log: UTF8 output prework.
40705              - Store $\ and $, as SVs so they can have SvUTF8 flag
40706              - use do_print() rather than raw PerlIO_write() to print them.
40707      Branch: perlio
40708            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
40709            ! thrdvar.h util.c
40710 ____________________________________________________________________________
40711 [  8048] By: nick                                  on 2000/12/09  12:30:43
40712         Log: Integrate mainline.
40713      Branch: perlio
40714           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
40715           +> t/op/reverse.t
40716           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
40717           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
40718           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
40719           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
40720           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
40721           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40722 ____________________________________________________________________________
40723 [  8047] By: jhi                                   on 2000/12/09  00:23:27
40724         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
40725              From: Michael G Schwern <schwern@pobox.com>
40726              Date: Fri, 8 Dec 2000 14:43:04 -0600
40727      Branch: perl
40728            ! lib/ExtUtils/MM_VMS.pm
40729 ____________________________________________________________________________
40730 [  8046] By: jhi                                   on 2000/12/08  23:10:27
40731         Log: A missed check-in.
40732      Branch: perl
40733            ! lib/ExtUtils/Manifest.pm
40734 ____________________________________________________________________________
40735 [  8045] By: jhi                                   on 2000/12/08  21:57:12
40736         Log: (null check-in)
40737      Branch: perl
40738            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
40739 ____________________________________________________________________________
40740 [  8044] By: jhi                                   on 2000/12/08  21:11:06
40741         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
40742              at the final draft stage.
40743      Branch: perl
40744            + ext/Encode/Encode/iso8859-16.enc
40745            ! MANIFEST
40746 ____________________________________________________________________________
40747 [  8043] By: jhi                                   on 2000/12/08  16:39:04
40748         Log: Update Changes.
40749      Branch: perl
40750            ! Changes patchlevel.h
40751 ____________________________________________________________________________
40752 [  8042] By: jhi                                   on 2000/12/08  16:33:39
40753         Log: Do not return the Unicode replacement character if UTF-8
40754              decoding goes awry, it should be up to the caller to decide.
40755      Branch: perl
40756            ! pod/perlapi.pod utf8.c
40757 ____________________________________________________________________________
40758 [  8041] By: jhi                                   on 2000/12/08  16:22:28
40759         Log: metaconfig maintenance.
40760      Branch: metaconfig
40761            ! U/modified/stdchar.U
40762      Branch: metaconfig/U/perl
40763            + testsyml.U
40764 ____________________________________________________________________________
40765 [  8040] By: jhi                                   on 2000/12/08  16:03:08
40766         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
40767              From: sthoenna@efn.org
40768              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
40769              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
40770      Branch: perl
40771            ! Changes lib/ExtUtils/MM_OS2.pm
40772 ____________________________________________________________________________
40773 [  8039] By: jhi                                   on 2000/12/08  15:57:11
40774         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
40775              From: Simon Cozens <simon@cozens.net>
40776              Date: Fri, 8 Dec 2000 13:33:31 +0000
40777              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
40778              
40779              (The pp_hot part needed a rewrite.)
40780      Branch: perl
40781            ! doop.c pp_hot.c utf8.c
40782 ____________________________________________________________________________
40783 [  8038] By: jhi                                   on 2000/12/08  15:25:08
40784         Log: Subject: djSP
40785              From: Michael Stevens <michael@etla.org>
40786              Date: Wed, 6 Dec 2000 23:24:01 +0000
40787              Message-ID: <20001206232400.A21381@firedrake.org>
40788              
40789              Plus a note from Nick Ing-Simmons.
40790      Branch: perl
40791            ! pp.h
40792 ____________________________________________________________________________
40793 [  8037] By: jhi                                   on 2000/12/08  15:18:35
40794         Log: Filetype is text.
40795      Branch: perl
40796            ! t/op/utf8decode.t
40797 ____________________________________________________________________________
40798 [  8036] By: jhi                                   on 2000/12/08  03:31:27
40799         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40800              From: Andy Dougherty <doughera@lafayette.edu>
40801              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
40802              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
40803              
40804              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
40805              From: Andy Dougherty <doughera@lafayette.edu>
40806              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
40807              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
40808      Branch: perl
40809            + ext/POSIX/hints/svr4.pl
40810            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
40811 ____________________________________________________________________________
40812 [  8035] By: jhi                                   on 2000/12/08  03:26:01
40813         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
40814              From: Andy Dougherty <doughera@lafayette.edu>
40815              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
40816              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
40817      Branch: perl
40818            ! t/README t/base/term.t
40819 ____________________________________________________________________________
40820 [  8034] By: jhi                                   on 2000/12/08  03:21:59
40821         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
40822              From: mjd@plover.com  
40823              Date: 7 Dec 2000 21:04:20 -0000
40824              Message-ID: <20001207210420.22282.qmail@plover.com>
40825              
40826              Plus -z doc.
40827      Branch: perl
40828            ! pod/perlfunc.pod
40829 ____________________________________________________________________________
40830 [  8033] By: jhi                                   on 2000/12/08  03:19:03
40831         Log: Use the UTF8 macros a bit.  They can't be used with abandon
40832              everywhere because we do generate illegal UTF-8 in some situations.
40833              This is of course naughty.
40834      Branch: perl
40835            ! pod/perlapi.pod utf8.c utf8.h
40836 ____________________________________________________________________________
40837 [  8032] By: jhi                                   on 2000/12/08  03:00:09
40838         Log: Out of sync?
40839      Branch: perl
40840            ! t/pragma/warn/utf8
40841 ____________________________________________________________________________
40842 [  8031] By: jhi                                   on 2000/12/08  02:22:39
40843         Log: Cnt spl.
40844      Branch: perl
40845            ! MANIFEST
40846 ____________________________________________________________________________
40847 [  8030] By: jhi                                   on 2000/12/08  01:23:54
40848         Log: Add test for reverse().
40849      Branch: perl
40850            + t/op/reverse.t
40851            ! MANIFEST
40852 ____________________________________________________________________________
40853 [  8029] By: jhi                                   on 2000/12/08  01:21:47
40854         Log: Integrate perlio.
40855      Branch: perl
40856           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
40857           !> perlio.c perlio.h perlsdio.h warnings.pl
40858 ____________________________________________________________________________
40859 [  8028] By: jhi                                   on 2000/12/08  01:19:08
40860         Log: Introduce macros for UTF8 decoding.
40861      Branch: perl
40862            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
40863 ____________________________________________________________________________
40864 [  8027] By: nick                                  on 2000/12/07  22:18:19
40865         Log: Integrate mainline
40866      Branch: perlio
40867           !> embed.pl pod/perlapi.pod utf8.c
40868 ____________________________________________________________________________
40869 [  8026] By: nick                                  on 2000/12/07  21:45:08
40870         Log: Various oddities p4 diff -se showed up
40871              Remove 'our' from warnings.pl
40872      Branch: perlio
40873            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
40874 ____________________________________________________________________________
40875 [  8025] By: nick                                  on 2000/12/07  21:43:32
40876         Log: Change PerlIO_(get|set)pos to take SV *
40877              Should fix, OS/2, VMS, (sfio??)
40878      Branch: perlio
40879            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
40880 ____________________________________________________________________________
40881 [  8024] By: jhi                                   on 2000/12/07  19:05:32
40882         Log: Document utf8_to_uv() better.
40883      Branch: perl
40884            ! pod/perlapi.pod utf8.c
40885 ____________________________________________________________________________
40886 [  8023] By: jhi                                   on 2000/12/07  18:23:47
40887         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
40888      Branch: perl
40889            ! embed.pl pod/perlapi.pod utf8.c
40890 ____________________________________________________________________________
40891 [  8022] By: jhi                                   on 2000/12/07  04:13:51
40892         Log: Integrate perlio.
40893      Branch: perl
40894           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
40895           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
40896           !> win32/makefile.mk
40897 ____________________________________________________________________________
40898 [  8021] By: nick                                  on 2000/12/07  00:28:14
40899         Log: Various attempts at MSVC debug - not sure what has
40900              changed but works now. 
40901              Seems atexit() _may_ work for DLLs built with MSVC so don't
40902              call cleanup that way.
40903      Branch: perlio
40904            ! perlio.c win32/makefile.mk
40905 ____________________________________________________________________________
40906 [  8020] By: nick                                  on 2000/12/06  19:57:20
40907         Log: Integrate mainline
40908      Branch: perlio
40909           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
40910           !> (integrate 75 files)
40911 ____________________________________________________________________________
40912 [  8019] By: nick                                  on 2000/12/06  19:28:21
40913         Log: Add useperlio to config.vc
40914              Turn off binmode in config_H.PL
40915              Regen all the config_H.xx
40916              Attempt to get debugging build with MSVC.
40917      Branch: perlio
40918            ! win32/config.vc win32/config_H.bc win32/config_H.gc
40919            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
40920 ____________________________________________________________________________
40921 [  8018] By: nick                                  on 2000/12/06  19:21:57
40922         Log: Test various dup/external program options on all platforms.
40923      Branch: perlio
40924            ! t/io/dup.t
40925 ____________________________________________________________________________
40926 [  8017] By: nick                                  on 2000/12/06  19:20:47
40927         Log: Fix harness to be less picky
40928      Branch: perlio
40929            ! lib/Test/Harness.pm
40930 ____________________________________________________________________________
40931 [  8016] By: jhi                                   on 2000/12/06  16:45:12
40932         Log: Update Changes.
40933      Branch: perl
40934            ! Changes patchlevel.h
40935 ____________________________________________________________________________
40936 [  8015] By: jhi                                   on 2000/12/06  16:41:03
40937         Log: Test \x{...} with ord().
40938      Branch: perl
40939            ! t/op/ord.t
40940 ____________________________________________________________________________
40941 [  8014] By: jhi                                   on 2000/12/06  16:20:33
40942         Log: Test tweak because of #8013.
40943      Branch: perl
40944            ! t/lib/b.t
40945 ____________________________________________________________________________
40946 [  8013] By: jhi                                   on 2000/12/06  16:09:09
40947         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
40948              From: Michael G Schwern <schwern@pobox.com>
40949              Date: Tue, 5 Dec 2000 21:23:28 -0500
40950              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
40951              
40952              Carp::Heavy parts not very applicable because of recent changes.
40953      Branch: perl
40954            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
40955            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
40956            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
40957            ! lib/Exporter.pm lib/Exporter/Heavy.pm
40958            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
40959            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
40960            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
40961            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
40962            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
40963            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
40964            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
40965            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
40966            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
40967            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
40968            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
40969            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
40970            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
40971            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
40972            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
40973            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
40974            ! warnings.pl
40975 ____________________________________________________________________________
40976 [  8012] By: jhi                                   on 2000/12/06  15:22:38
40977         Log: Subject: [PATCH] Re: New harness is failing things
40978              From: Nick Ing-Simmons <nik@tiuk.ti.com>
40979              Date: Wed, 6 Dec 2000 13:00:30 GMT
40980              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
40981      Branch: perl
40982            ! lib/Test/Harness.pm
40983 ____________________________________________________________________________
40984 [  8011] By: jhi                                   on 2000/12/06  15:12:08
40985         Log: Subject: installhtml changes
40986              From: Michael Stevens <michael@etla.org>
40987              Date: Wed, 6 Dec 2000 13:15:53 +0000
40988              Message-ID: <20001206131553.A27317@firedrake.org>
40989      Branch: perl
40990            ! installhtml
40991 ____________________________________________________________________________
40992 [  8010] By: jhi                                   on 2000/12/06  15:06:05
40993         Log: Subject: the dTHR hits
40994              From: Michael Stevens <michael@etla.org>
40995              Date: Wed, 6 Dec 2000 12:06:03 +0000
40996              Message-ID: <20001206120603.A24581@firedrake.org>
40997              
40998              More, errrm, less dTHRs.
40999      Branch: perl
41000            ! bytecode.pl ext/B/B/C.pm
41001 ____________________________________________________________________________
41002 [  8009] By: jhi                                   on 2000/12/06  15:04:25
41003         Log: Subject: MakeMaker mailing list gone?
41004              From: Michael G Schwern <schwern@pobox.com>
41005              Date: Tue, 5 Dec 2000 19:29:59 -0500
41006              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
41007              
41008              The MakeMaker mailing list is dead, perlbug is the right
41009              address to report bugs.
41010      Branch: perl
41011            ! lib/ExtUtils/MakeMaker.pm
41012 ____________________________________________________________________________
41013 [  8008] By: jhi                                   on 2000/12/06  15:00:32
41014         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
41015              From: Michael G Schwern <schwern@pobox.com>
41016              Date: Tue, 5 Dec 2000 19:21:21 -0500
41017              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
41018              
41019              Add a default MANIFEST skip that ignores things like
41020              version control files, editor temporary files, and the Makefile.
41021      Branch: perl
41022            + lib/ExtUtils/MANIFEST.SKIP
41023            ! MANIFEST lib/ExtUtils/Manifest.pm
41024 ____________________________________________________________________________
41025 [  8007] By: jhi                                   on 2000/12/06  14:57:20
41026         Log: In Amiga more manual hackery of the scripts seems to be needed,
41027              from Jan-Erik Karlsson.  Why Configure does not get this right
41028              is unknown, may be shell-induced.
41029      Branch: perl
41030            ! README.amiga
41031 ____________________________________________________________________________
41032 [  8006] By: jhi                                   on 2000/12/05  23:53:12
41033         Log: Add TOPm1s to peek at the second topmost stack item.
41034      Branch: perl
41035            ! pp.h
41036 ____________________________________________________________________________
41037 [  8005] By: jhi                                   on 2000/12/05  23:13:55
41038         Log: Avaunt, you foul UTF-8 tests.
41039      Branch: perl
41040            ! t/op/ver.t t/pragma/utf8.t
41041 ____________________________________________________________________________
41042 [  8004] By: jhi                                   on 2000/12/05  23:09:54
41043         Log: Continue utf8 dispersal. 
41044      Branch: perl
41045            + t/op/concat.t
41046            ! MANIFEST t/pragma/utf8.t
41047 ____________________________________________________________________________
41048 [  8003] By: nick                                  on 2000/12/05  23:02:39
41049         Log: Integrate mainline.
41050      Branch: perlio
41051           +> t/op/length.t t/op/utf8decode.t
41052           !> (integrate 69 files)
41053 ____________________________________________________________________________
41054 [  8002] By: jhi                                   on 2000/12/05  22:59:28
41055         Log: Integrate perlio.
41056      Branch: perl
41057           !> iperlsys.h perl.c perlio.c win32/perllib.c
41058 ____________________________________________________________________________
41059 [  8001] By: nick                                  on 2000/12/05  22:07:52
41060         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
41061              - calloc/free suffer from damage on TerminateThread()
41062              - use PerlMemShared (as originally planned) now fixed
41063              - avoid doing anything important on DLL "detach".
41064      Branch: perlio
41065            ! perl.c perlio.c win32/perllib.c
41066 ____________________________________________________________________________
41067 [  8000] By: nick                                  on 2000/12/05  21:05:09
41068         Log: Fix gross PerlMemShared issue.
41069      Branch: perlio
41070            ! iperlsys.h
41071 ____________________________________________________________________________
41072 [  7999] By: jhi                                   on 2000/12/05  20:46:58
41073         Log: Test for Unicode (UTF-8) hash keys.
41074      Branch: perl
41075            ! t/op/each.t
41076 ____________________________________________________________________________
41077 [  7998] By: jhi                                   on 2000/12/05  20:30:35
41078         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
41079              is now always UTF-8), empty line cosmetics.
41080      Branch: perl
41081            ! t/pragma/utf8.t
41082 ____________________________________________________________________________
41083 [  7997] By: jhi                                   on 2000/12/05  20:15:40
41084         Log: Subject: Re: STRLEN - what?
41085              From: Andy Dougherty <doughera@lafayette.edu>
41086              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
41087              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
41088              
41089              Explain STRLEN.
41090      Branch: perl
41091            ! pod/perlguts.pod
41092 ____________________________________________________________________________
41093 [  7996] By: jhi                                   on 2000/12/05  20:13:34
41094         Log: Split off the UTF-8 decoder tests, make them to check also
41095              the error message.
41096      Branch: perl
41097            + t/op/utf8decode.t
41098            ! MANIFEST t/pragma/utf8.t utf8.c
41099 ____________________________________________________________________________
41100 [  7995] By: jhi                                   on 2000/12/05  16:39:47
41101         Log: Start migrating bits of pragma/utf8 to elsewhere
41102              (since the long term plan is to obsolete 'use utf8').
41103      Branch: perl
41104            + t/op/length.t
41105            ! MANIFEST t/pragma/utf8.t
41106 ____________________________________________________________________________
41107 [  7994] By: jhi                                   on 2000/12/05  16:30:21
41108         Log: Fix a manual edit typo from #7993, fix the message formatting
41109              for Unicode, add few our declarations.
41110      Branch: perl
41111            ! lib/Carp/Heavy.pm
41112 ____________________________________________________________________________
41113 [  7993] By: jhi                                   on 2000/12/05  16:09:15
41114         Log: Subject: Need help with warnings :-(
41115              From: "Ben Tilly" <ben_tilly@hotmail.com>
41116              Date: Tue, 05 Dec 2000 01:35:54 -0500
41117              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
41118              
41119              Subject: UPDATE: Carp/Heavy now passes all tests
41120              From: "Ben Tilly" <ben_tilly@hotmail.com>
41121              Date: Tue, 05 Dec 2000 07:59:41 -0500
41122              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
41123              
41124              The Brave New Carp.
41125      Branch: perl
41126            ! lib/Carp.pm lib/Carp/Heavy.pm
41127 ____________________________________________________________________________
41128 [  7992] By: jhi                                   on 2000/12/05  15:55:08
41129         Log: Subject: [PATCH perl@7979] cygwin port
41130              From: "Eric Fifer" <efifer@dircon.co.uk>
41131              Date: Tue, 5 Dec 2000 14:04:09 -0000
41132              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
41133      Branch: perl
41134            ! t/lib/net-hostent.t
41135 ____________________________________________________________________________
41136 [  7991] By: jhi                                   on 2000/12/05  15:52:34
41137         Log: Subject: Re: [PATCH] The largest hoax of all times?
41138              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41139              Date: Tue, 5 Dec 2000 00:40:25 -0500
41140              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
41141              
41142              Subject: Re: [PATCH] The largest hoax of all times?
41143              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41144              Date: Mon, 4 Dec 2000 23:55:53 -0500
41145              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
41146              
41147              Subject: Re: [PATCH] The largest hoax of all times?
41148              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41149              Date: Tue, 5 Dec 2000 01:28:45 -0500
41150              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
41151              
41152              Fix the unpredictable order of DESTROYs.
41153      Branch: perl
41154            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
41155            ! sv.c sv.h t/op/ref.t
41156 ____________________________________________________________________________
41157 [  7990] By: jhi                                   on 2000/12/05  14:38:53
41158         Log: Subject: [PATCH] shrink pp_hot fractionally
41159              From: Nicholas Clark <nick@ccl4.org>
41160              Date: Tue, 5 Dec 2000 12:44:31 +0000
41161              Message-ID: <20001205124431.E74518@plum.flirble.org>
41162              
41163              Use report_evil_fh().
41164      Branch: perl
41165            ! opcode.pl opnames.h pp_hot.c util.c
41166 ____________________________________________________________________________
41167 [  7989] By: jhi                                   on 2000/12/05  14:21:27
41168         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
41169              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41170              Date: Mon, 04 Dec 2000 22:21:59 -0800
41171              Message-ID: <HmIL6gzkgepS092yn@efn.org>
41172              
41173              Harness shouldn't ignore responses like "ok 3\r\r\n".
41174      Branch: perl
41175            ! lib/Test/Harness.pm
41176 ____________________________________________________________________________
41177 [  7988] By: jhi                                   on 2000/12/05  13:51:28
41178         Log: Integrate the "skip" messages to explain().
41179      Branch: perl
41180            ! t/lib/syslfs.t t/op/lfs.t
41181 ____________________________________________________________________________
41182 [  7987] By: jhi                                   on 2000/12/05  12:34:54
41183         Log: The one that got away in #7984.
41184              
41185              Subject: Re: dTHR - what and why?
41186              From: Michael Stevens <michael@etla.org> 
41187              Date: Tue, 5 Dec 2000 11:15:52 +0000
41188              Message-ID: <20001205111552.A4647@firedrake.org>
41189      Branch: perl
41190            ! sv.h
41191 ____________________________________________________________________________
41192 [  7986] By: gsar                                  on 2000/12/05  09:14:44
41193         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
41194              due to the notorious GetFileType() bug in Windows 9x, which fstat()
41195              tickles)
41196      Branch: perl
41197            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
41198 ____________________________________________________________________________
41199 [  7985] By: jhi                                   on 2000/12/05  05:49:03
41200         Log: Integrate perlio.
41201      Branch: perl
41202           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
41203           !> win32/perlhost.h win32/perllib.c
41204 ____________________________________________________________________________
41205 [  7984] By: jhi                                   on 2000/12/05  05:48:16
41206         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
41207      Branch: perl
41208            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
41209            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
41210            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
41211            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
41212            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
41213            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
41214            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
41215            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
41216            ! win32/win32.c
41217 ____________________________________________________________________________
41218 [  7983] By: nick                                  on 2000/12/04  23:27:43
41219         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
41220      Branch: perlio
41221            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
41222            ! win32/perlhost.h win32/perllib.c
41223 ____________________________________________________________________________
41224 [  7982] By: jhi                                   on 2000/12/04  19:44:09
41225         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
41226              uncovered by #7980.
41227      Branch: perl
41228            ! op.c
41229 ____________________________________________________________________________
41230 [  7981] By: jhi                                   on 2000/12/04  19:42:07
41231         Log: Subject: [PATCH] Trivial dump.c feature
41232              From: Simon Cozens <simon@cozens.net>
41233              Date: Mon, 4 Dec 2000 18:08:38 +0000
41234              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
41235              
41236              Show whether a constant is UTF-8.
41237      Branch: perl
41238            ! dump.c
41239 ____________________________________________________________________________
41240 [  7980] By: jhi                                   on 2000/12/04  19:36:51
41241         Log: UTF-8 hash keys, patch from Inaba Hiroto.
41242      Branch: perl
41243            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
41244 ____________________________________________________________________________
41245 [  7979] By: jhi                                   on 2000/12/04  17:36:28
41246         Log: Update Changes.
41247      Branch: perl
41248            ! Changes patchlevel.h
41249 ____________________________________________________________________________
41250 [  7978] By: jhi                                   on 2000/12/04  16:42:17
41251         Log: Retract #7977, still too volatile (the euphemism of the day
41252              for unfinished and buggy :-)
41253      Branch: perl
41254            ! doop.c hv.c pp.c sv.h
41255 ____________________________________________________________________________
41256 [  7977] By: jhi                                   on 2000/12/04  16:25:15
41257         Log: (Retracted by #7978, too shaky yet.)
41258              
41259              Subject: Re: utf8 in hash keys, implementor missing
41260              From: Simon Cozens <simon@cozens.net>
41261              Date: Sat, 2 Dec 2000 19:49:35 +0000
41262              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
41263              
41264              The first step at UTF-8 hash keys.
41265      Branch: perl
41266            ! doop.c hv.c pp.c sv.h
41267 ____________________________________________________________________________
41268 [  7976] By: jhi                                   on 2000/12/04  16:13:53
41269         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
41270              From: sthoenna@efn.org
41271              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
41272              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
41273      Branch: perl
41274            ! os2/os2.c perlio.c
41275 ____________________________________________________________________________
41276 [  7975] By: jhi                                   on 2000/12/04  16:05:25
41277         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
41278              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41279              Date: Thu, 30 Nov 2000 20:50:37 -0800
41280              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
41281      Branch: perl
41282            ! os2/os2.c
41283 ____________________________________________________________________________
41284 [  7974] By: jhi                                   on 2000/12/04  16:03:57
41285         Log: Subject: [PATCH] ++ 20% faster
41286              From: Nicholas Clark <nick@ccl4.org>
41287              Date: Mon, 4 Dec 2000 12:17:27 +0000
41288              Message-ID: <20001204121726.B52976@plum.flirble.org>
41289              
41290              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
41291      Branch: perl
41292            ! sv.c
41293 ____________________________________________________________________________
41294 [  7973] By: jhi                                   on 2000/12/04  16:00:48
41295         Log: 
41296              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
41297              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41298              Date: Mon, 04 Dec 2000 12:30:45 +0100
41299              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
41300              
41301              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
41302              library (getprotobyname and getprotobynumber are outversioned by
41303              the same calls in libc, at least for xlc version 3.
41304      Branch: perl
41305            ! hints/aix.sh
41306 ____________________________________________________________________________
41307 [  7972] By: jhi                                   on 2000/12/04  02:58:31
41308         Log: Integrate perlio.
41309      Branch: perl
41310           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
41311           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
41312           !> win32/win32.h win32/win32iop.h win32/win32thread.h
41313 ____________________________________________________________________________
41314 [  7971] By: nick                                  on 2000/12/04  00:24:33
41315         Log: Quieten some noise in Win32 builds:
41316              - win32.h is included after <sys/socket.h>, so need to 
41317              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
41318              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
41319      Branch: perlio
41320            ! doio.c perl.h toke.c win32/win32.h
41321 ____________________________________________________________________________
41322 [  7970] By: nick                                  on 2000/12/03  22:57:46
41323         Log: PERL_IMPLICIT_SYS compiles but does not work.
41324      Branch: perlio
41325            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
41326            ! win32/perlhost.h win32/perllib.c win32/win32.h
41327            ! win32/win32iop.h win32/win32thread.h
41328 ____________________________________________________________________________
41329 [  7969] By: jhi                                   on 2000/12/03  22:12:58
41330         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
41331              used to swash_init(), makes regprop() dumps more informative
41332              (+utf8::IsAlpha, -utf8::IsDigit, for example).
41333      Branch: perl
41334            ! regcomp.c regexec.c
41335 ____________________________________________________________________________
41336 [  7968] By: jhi                                   on 2000/12/03  21:39:56
41337         Log: Implement ANYOFUTF8 regprop() dumping.
41338      Branch: perl
41339            ! regcomp.c
41340 ____________________________________________________________________________
41341 [  7967] By: jhi                                   on 2000/12/03  20:57:19
41342         Log: Make uv_to_utf8() to zero-terminate its output buffer,
41343              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
41344      Branch: perl
41345            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
41346 ____________________________________________________________________________
41347 [  7966] By: nick                                  on 2000/12/03  18:41:21
41348         Log: Integrate mainline (STDCHAR)
41349      Branch: perlio
41350           !> Configure t/pragma/utf8.t
41351 ____________________________________________________________________________
41352 [  7965] By: jhi                                   on 2000/12/03  17:58:20
41353         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
41354      Branch: perl
41355            ! t/pragma/utf8.t
41356 ____________________________________________________________________________
41357 [  7964] By: jhi                                   on 2000/12/03  17:35:56
41358         Log: Integrate perlio.
41359      Branch: perl
41360           !> iperlsys.h perlio.c
41361 ____________________________________________________________________________
41362 [  7963] By: jhi                                   on 2000/12/03  17:33:55
41363         Log: Metaconfig unit change for #7962.
41364      Branch: metaconfig
41365            ! U/modified/stdchar.U
41366 ____________________________________________________________________________
41367 [  7962] By: jhi                                   on 2000/12/03  17:33:27
41368         Log: Untangle the <stdio.h> #include nest for the stdchar test,
41369              from Andy Dougherty.
41370      Branch: perl
41371            ! Configure
41372 ____________________________________________________________________________
41373 [  7961] By: nick                                  on 2000/12/03  16:53:00
41374         Log: Make iperlsys.h vector stdio not PerlIO.
41375      Branch: perlio
41376            ! iperlsys.h perlio.c
41377 ____________________________________________________________________________
41378 [  7960] By: nick                                  on 2000/12/03  14:43:01
41379         Log: Integrate mainline
41380      Branch: perlio
41381           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
41382           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
41383 ____________________________________________________________________________
41384 [  7959] By: jhi                                   on 2000/12/03  08:16:36
41385         Log: Use DO_UTF8().
41386      Branch: perl
41387            ! op.c
41388 ____________________________________________________________________________
41389 [  7958] By: jhi                                   on 2000/12/02  18:33:05
41390         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
41391              From: Mike Guy <mjtg@cam.ac.uk>         
41392              Date: Sat, 02 Dec 2000 17:27:13 +0000
41393              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
41394              
41395              An extraneous argument.
41396      Branch: perl
41397            ! toke.c
41398 ____________________________________________________________________________
41399 [  7957] By: jhi                                   on 2000/12/02  18:22:32
41400         Log: A missing hunk.
41401      Branch: perl
41402            ! t/lib/net-hostent.t
41403 ____________________________________________________________________________
41404 [  7956] By: jhi                                   on 2000/12/02  18:06:20
41405         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
41406              From: Nicholas Clark <nick@ccl4.org>
41407              Date: Sat, 2 Dec 2000 14:28:27 +0000
41408              Message-ID: <20001202142827.A12308@plum.flirble.org>
41409              
41410              Test robustness.
41411      Branch: perl
41412            ! t/lib/net-hostent.t
41413 ____________________________________________________________________________
41414 [  7955] By: jhi                                   on 2000/12/02  17:58:06
41415         Log: Metaconfig unit change for #7954.
41416      Branch: metaconfig
41417            ! U/modified/stdchar.U
41418 ____________________________________________________________________________
41419 [  7954] By: jhi                                   on 2000/12/02  17:54:32
41420         Log: An inconvenient hang would happen if the stdio _ptr wasn't
41421              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
41422              would be grepping stdin for all eternity for the _ptr.)
41423      Branch: perl
41424            ! Configure
41425 ____________________________________________________________________________
41426 [  7953] By: jhi                                   on 2000/12/02  00:07:15
41427         Log: Update Changes.
41428      Branch: perl
41429            ! Changes patchlevel.h
41430 ____________________________________________________________________________
41431 [  7952] By: jhi                                   on 2000/12/01  23:54:47
41432         Log: Subject: Re: long shell lines
41433              From: Andy Dougherty <doughera@lafayette.edu>
41434              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
41435              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
41436              
41437              Split overly long shell command lines.
41438      Branch: perl
41439            ! lib/ExtUtils/MM_Unix.pm
41440 ____________________________________________________________________________
41441 [  7951] By: jhi                                   on 2000/12/01  23:48:02
41442         Log: The metaconfig unit change for #7950.
41443      Branch: metaconfig
41444            + U/modified/stdchar.U
41445 ____________________________________________________________________________
41446 [  7950] By: jhi                                   on 2000/12/01  23:47:39
41447         Log: Try to find stdchar also from <stdio_impl.h>.
41448      Branch: perl
41449            ! Configure config_h.SH
41450 ____________________________________________________________________________
41451 [  7949] By: jhi                                   on 2000/12/01  23:46:45
41452         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
41453              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
41454              Date: Fri, 1 Dec 2000 16:26:08 -0500
41455              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
41456              
41457              Reword the diagnostic message.
41458      Branch: perl
41459            ! pod/perldiag.pod
41460 ____________________________________________________________________________
41461 [  7948] By: nick                                  on 2000/12/01  22:49:43
41462         Log: Integrate mainline (for s/y/m as sub names stuff).
41463      Branch: perlio
41464           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
41465           !> t/pragma/warn/toke toke.c
41466 ____________________________________________________________________________
41467 [  7947] By: jhi                                   on 2000/12/01  20:55:41
41468         Log: Integrate perlio.
41469      Branch: perl
41470           !> perlio.c perliol.h t/io/pipe.t
41471 ____________________________________________________________________________
41472 [  7946] By: jhi                                   on 2000/12/01  20:36:51
41473         Log: Upgrade to CPAN 1.59_51, from Andreas König.
41474      Branch: perl
41475            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41476 ____________________________________________________________________________
41477 [  7945] By: nick                                  on 2000/12/01  20:31:32
41478         Log: Integrate mainline
41479      Branch: perlio
41480           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
41481           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
41482           +> t/lib/net-hostent.t
41483           !> (integrate 35 files)
41484 ____________________________________________________________________________
41485 [  7944] By: jhi                                   on 2000/12/01  20:23:29
41486         Log: Some help for 20001130.011.  Now one gets warnings like
41487              "Ambiguous -f() resolved as a file test ..."
41488      Branch: perl
41489            ! pod/perldiag.pod t/pragma/warn/toke toke.c
41490 ____________________________________________________________________________
41491 [  7943] By: jhi                                   on 2000/12/01  19:44:44
41492         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
41493              that also breaks using them as methods. 
41494      Branch: perl
41495            ! pod/perldiag.pod t/op/misc.t toke.c
41496 ____________________________________________________________________________
41497 [  7942] By: nick                                  on 2000/12/01  17:56:46
41498         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
41499              Make 'unix' pass most tests
41500              - do unread by temporary push of layer ("pending") holding unread chars
41501              - fast_gets is now based on per-handle flag
41502              - relax one of io/pipe.t tests to allow print to fail and close to
41503              succeed so that it passes on unbuffered "unix" layer.
41504              Remaining fail is sporadic and a genuine race condition between
41505              parent/child in fork test.
41506      Branch: perlio
41507            ! perlio.c perliol.h t/io/pipe.t
41508 ____________________________________________________________________________
41509 [  7941] By: jhi                                   on 2000/12/01  15:28:58
41510         Log: (Retracted by #7943.)
41511              
41512              Reserve the short named string operator names.
41513      Branch: perl
41514            ! pod/perldiag.pod t/op/misc.t toke.c
41515 ____________________________________________________________________________
41516 [  7940] By: jhi                                   on 2000/12/01  06:45:53
41517         Log: Get the three different space character classes right under utf8.
41518      Branch: perl
41519            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
41520            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
41521            ! regexec.c t/op/pat.t utf8.c
41522 ____________________________________________________________________________
41523 [  7939] By: jhi                                   on 2000/12/01  03:26:26
41524         Log: Two more tests that make no sense in UTF-8 since the test
41525              data is not in UTF-8.
41526      Branch: perl
41527            ! t/op/regexp.t
41528 ____________________________________________________________________________
41529 [  7938] By: jhi                                   on 2000/12/01  03:20:39
41530         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
41531              should it be required inside regexen?
41532      Branch: perl
41533            ! regcomp.c t/op/regmesg.t
41534 ____________________________________________________________________________
41535 [  7937] By: jhi                                   on 2000/12/01  02:58:53
41536         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
41537              stored and restored, and thusly was trounced by the utf8 swash
41538              routines.
41539      Branch: perl
41540            ! regcomp.c
41541 ____________________________________________________________________________
41542 [  7936] By: jhi                                   on 2000/11/30  20:41:39
41543         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
41544              Why the different platforms behave so differently (core dump vs
41545              no core dump) on this bug is a but of a mystery, but if I had to
41546              guess I would mumble something like 'alignment'.
41547      Branch: perl
41548            ! sv.c
41549 ____________________________________________________________________________
41550 [  7935] By: jhi                                   on 2000/11/30  16:17:02
41551         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
41552              From: Robin Barker <rmb1@cise.npl.co.uk>
41553              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
41554              Date: Thu, 30 Nov 2000 14:27:12 GMT
41555      Branch: perl
41556            ! perlio.c toke.c
41557 ____________________________________________________________________________
41558 [  7934] By: jhi                                   on 2000/11/30  16:04:49
41559         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
41560      Branch: perl
41561            ! t/lib/net-hostent.t
41562 ____________________________________________________________________________
41563 [  7933] By: jhi                                   on 2000/11/30  06:07:26
41564         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
41565              From: Peter Prymmer <pvhp@forte.com>
41566              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
41567              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
41568              
41569              In VMS the localhost may be LOCALHOST.
41570      Branch: perl
41571            ! t/lib/net-hostent.t
41572 ____________________________________________________________________________
41573 [  7932] By: jhi                                   on 2000/11/30  01:11:11
41574         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
41575              From: Peter Prymmer <pvhp@forte.com>
41576              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
41577              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
41578              
41579              plus regen perlapi.pod.
41580      Branch: perl
41581            ! pod/perlapi.pod utf8.c
41582 ____________________________________________________________________________
41583 [  7931] By: jhi                                   on 2000/11/30  01:06:19
41584         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
41585              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41586              Date:     Wed, 29 Nov 2000 17:15:11 EST
41587              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
41588      Branch: perl
41589            ! t/lib/filter-util.pl t/lib/filter-util.t
41590 ____________________________________________________________________________
41591 [  7930] By: jhi                                   on 2000/11/29  18:51:55
41592         Log: Update Changes.
41593      Branch: perl
41594            ! Changes patchlevel.h
41595 ____________________________________________________________________________
41596 [  7929] By: jhi                                   on 2000/11/29  18:50:55
41597         Log: Update the va_copy() metaconfig unit.
41598      Branch: metaconfig/U/perl
41599            ! need_va_copy.U
41600 ____________________________________________________________________________
41601 [  7928] By: jhi                                   on 2000/11/29  17:50:43
41602         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
41603              From: Dominic Dunlop <domo@computer.org>
41604              Date: Tue, 28 Nov 2000 16:41:57 +0100
41605              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
41606              
41607              Patch to catch a core dump in the Configure va_copy test.
41608      Branch: perl
41609            ! Configure config_h.SH
41610 ____________________________________________________________________________
41611 [  7927] By: jhi                                   on 2000/11/29  17:31:59
41612         Log: Retract #7921, the patch shouldn't be needed.
41613      Branch: perl
41614            ! sv.c
41615 ____________________________________________________________________________
41616 [  7926] By: jhi                                   on 2000/11/29  17:01:41
41617         Log: Make the Class::Struct import() wiser.
41618      Branch: perl
41619            ! lib/Class/Struct.pm t/lib/class-struct.t
41620 ____________________________________________________________________________
41621 [  7925] By: jhi                                   on 2000/11/29  16:36:33
41622         Log: All the core library users of Class::Struct seem to be
41623              using "use Class::Struct 'struct';" instead of the bare
41624              "use Class::Struct;", which isn't documented in Class::Struct.
41625              This can't be right.
41626      Branch: perl
41627            ! lib/File/stat.pm
41628 ____________________________________________________________________________
41629 [  7924] By: jhi                                   on 2000/11/29  16:32:15
41630         Log: A test works better if it has the right 1..$n output.
41631      Branch: perl
41632            ! t/lib/class-struct.t
41633 ____________________________________________________________________________
41634 [  7923] By: jhi                                   on 2000/11/29  16:29:11
41635         Log: Forgot to MANIFEST the new Net::hostent test.
41636      Branch: perl
41637            ! MANIFEST
41638 ____________________________________________________________________________
41639 [  7922] By: jhi                                   on 2000/11/29  16:27:49
41640         Log: Integrate perlio.
41641      Branch: perl
41642           !> iperlsys.h perlio.c
41643 ____________________________________________________________________________
41644 [  7921] By: jhi                                   on 2000/11/29  16:27:10
41645         Log: (Retracted by #7927.)
41646              
41647              Subject: [PATCH] Is infinity a number?
41648              From: Simon Cozens <simon@cozens.net>
41649              Date: Wed, 29 Nov 2000 14:48:20 +0000
41650              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
41651      Branch: perl
41652            ! sv.c
41653 ____________________________________________________________________________
41654 [  7920] By: jhi                                   on 2000/11/29  16:23:02
41655         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
41656              From: rspier@pobox.com (Robert Spier)
41657              Date: Wed, 29 Nov 2000 02:17:49 -0500
41658              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
41659              
41660              Add a test for Net::hostent.
41661      Branch: perl
41662            + t/lib/net-hostent.t
41663 ____________________________________________________________________________
41664 [  7919] By: jhi                                   on 2000/11/29  16:21:31
41665         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
41666              add a test for Class::Struct.
41667      Branch: perl
41668            + t/lib/class-struct.t
41669            ! MANIFEST lib/Class/Struct.pm
41670 ____________________________________________________________________________
41671 [  7918] By: jhi                                   on 2000/11/29  15:48:40
41672         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
41673              From: rspier@pobox.com (Robert Spier)
41674              Date: Wed, 29 Nov 2000 02:25:39 -0500
41675              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
41676              
41677              More checking in case someone has broken their services or
41678              protocol databases.
41679      Branch: perl
41680            ! ext/Sys/Syslog/Syslog.pm
41681 ____________________________________________________________________________
41682 [  7917] By: jhi                                   on 2000/11/29  15:46:25
41683         Log: Subject: [PATCH] $^O  win32 -> MSWin32
41684              From: rspier@pobox.com (Robert Spier)
41685              Date: Wed, 29 Nov 2000 02:17:38 -0500
41686              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
41687              
41688              plus similar nits for vms, err, VMS, and UNICOS.
41689      Branch: perl
41690            ! t/lib/syslfs.t t/op/lfs.t
41691 ____________________________________________________________________________
41692 [  7916] By: jhi                                   on 2000/11/29  15:42:51
41693         Log: Subject: [PATCH] Tokeniser debugging
41694              From: Simon Cozens <simon@cozens.net>
41695              Date: Wed, 29 Nov 2000 14:15:45 +0000
41696              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
41697      Branch: perl
41698            ! perl.c perl.h pod/perlrun.pod toke.c
41699 ____________________________________________________________________________
41700 [  7915] By: jhi                                   on 2000/11/29  15:41:36
41701         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41703              Date: Wed, 29 Nov 2000 02:13:14 -0500
41704              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
41705              
41706              OUT keyword nits.
41707              
41708              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
41709              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41710              Date: Wed, 29 Nov 2000 03:09:04 -0500
41711              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
41712              
41713              OUT and IN_OUT documentation.
41714      Branch: perl
41715            ! lib/ExtUtils/xsubpp pod/perlxs.pod
41716 ____________________________________________________________________________
41717 [  7914] By: jhi                                   on 2000/11/29  03:35:01
41718         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
41719              From: John Tobey <jtobey@john-edwin-tobey.org>
41720              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
41721              Message-Id: <m140e1N-000FOoC@feynman.localnet>
41722              
41723              plus a performance speedup noticed by Sarathy.
41724      Branch: perl
41725            ! op.c
41726 ____________________________________________________________________________
41727 [  7913] By: jhi                                   on 2000/11/29  03:16:59
41728         Log: Use "1 while unlink" so that VMS gets clean, too.
41729      Branch: perl
41730            ! t/lib/filter-util.t
41731 ____________________________________________________________________________
41732 [  7912] By: jhi                                   on 2000/11/29  03:09:08
41733         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
41734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41735              Date: Tue, 28 Nov 2000 03:27:09 -0500
41736              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
41737      Branch: perl
41738            ! lib/ExtUtils/xsubpp
41739 ____________________________________________________________________________
41740 [  7911] By: jhi                                   on 2000/11/29  03:06:30
41741         Log: This should have been part of #7872: no need to scan UTF-8
41742              until eternity.
41743      Branch: perl
41744            ! utf8.c
41745 ____________________________________________________________________________
41746 [  7910] By: jhi                                   on 2000/11/29  02:50:04
41747         Log: One more perltie.pod nit from Casey R. Tweten.
41748      Branch: perl
41749            ! pod/perltie.pod
41750 ____________________________________________________________________________
41751 [  7909] By: jhi                                   on 2000/11/29  02:44:23
41752         Log: Document the known sprintf test failures, exact standard
41753              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
41754      Branch: perl
41755            ! pod/perldelta.pod t/op/sprintf.t
41756 ____________________________________________________________________________
41757 [  7908] By: jhi                                   on 2000/11/29  02:36:23
41758         Log: Add the Encoding table format documentation.
41759      Branch: perl
41760            + ext/Encode/Encode/EncodeFormat.pod
41761            ! MANIFEST
41762 ____________________________________________________________________________
41763 [  7907] By: jhi                                   on 2000/11/29  02:07:24
41764         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
41765              From: "Casey R. Tweten" <crt@kiski.net>
41766              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
41767              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
41768              
41769              Subject: Re: [PATCH] Updating perltie.pod for arrays
41770              From: "Casey R. Tweten" <crt@kiski.net>
41771              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
41772              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
41773      Branch: perl
41774            ! pod/perltie.pod
41775 ____________________________________________________________________________
41776 [  7906] By: nick                                  on 2000/11/28  22:40:59
41777         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
41778      Branch: perlio
41779            ! iperlsys.h perlio.c
41780 ____________________________________________________________________________
41781 [  7905] By: nick                                  on 2000/11/28  22:04:34
41782         Log: Integrate mainline
41783      Branch: perlio
41784           !> (integrate 39 files)
41785 ____________________________________________________________________________
41786 [  7904] By: jhi                                   on 2000/11/28  16:44:43
41787         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
41788              From: Nicholas Clark <nick@babyhippo.co.uk>
41789              Date: Tue, 28 Nov 2000 11:16:57 +0000
41790              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
41791      Branch: perl
41792            ! pod/perlipc.pod
41793 ____________________________________________________________________________
41794 [  7903] By: jhi                                   on 2000/11/28  16:40:31
41795         Log: Subject: [PATCH] Updating perltie.pod for arrays
41796              From: "Casey R. Tweten" <crt@kiski.net>
41797              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
41798              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
41799      Branch: perl
41800            ! pod/perltie.pod
41801 ____________________________________________________________________________
41802 [  7902] By: jhi                                   on 2000/11/28  16:39:37
41803         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
41804              From: Robin Barker <rmb1@cise.npl.co.uk>
41805              Date: Mon, 27 Nov 2000 17:56:44 GMT
41806              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
41807      Branch: perl
41808            ! pod/perlfunc.pod t/op/split.t
41809 ____________________________________________________________________________
41810 [  7901] By: jhi                                   on 2000/11/28  16:28:04
41811         Log: setmode() is a DOSish-only thing.
41812      Branch: perl
41813            ! perlio.c
41814 ____________________________________________________________________________
41815 [  7900] By: jhi                                   on 2000/11/28  16:21:46
41816         Log: Subject: [PATCH] perlcc.PL cleanups
41817              From: Simon Cozens <simon@cozens.net>
41818              Date: Tue, 28 Nov 2000 12:44:35 +0000
41819              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
41820      Branch: perl
41821            ! utils/perlcc.PL
41822 ____________________________________________________________________________
41823 [  7899] By: gsar                                  on 2000/11/28  06:32:55
41824         Log: reintegrate files missed by change#7895
41825      Branch: maint-5.6/perl
41826           +> ext/ByteLoader/bytecode.h utils/Makefile
41827            - utils/perlbc.PL
41828 ____________________________________________________________________________
41829 [  7897] By: gsar                                  on 2000/11/27  18:22:47
41830         Log: can't integrate these two files, for some reason
41831      Branch: maint-5.6/perl
41832            - ext/ByteLoader/bytecode.h utils/Makefile
41833 ____________________________________________________________________________
41834 [  7895] By: gsar                                  on 2000/11/27  18:11:21
41835         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
41836              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
41837              6757..6890,6892..6901 from mainline
41838              
41839              Bytecompiler patches from Benjamin Stuhl.
41840              
41841              More bytecompiler.
41842              
41843              Subject: [PATCH blead] B:: missing dependency
41844              
41845              Subject: [PATCH: 6757] configure.com updates and syslog build
41846              
41847              Long double Gconvert fixes from Yitzchak Scott-Thoennes
41848              and Spider Boardman.
41849              
41850              Subject: [PATCH blead] nextchar() abuse misses an optimisation
41851              
41852              Long double fixes from Spider Boardman.
41853              
41854              Make the selection of NVff et al stricter.
41855              
41856              cSVOPo_*v things index into the current PL_curpad
41857              under ithreads, which is different from the curpad
41858              used by the XSUB.  (In other words, the code as-is
41859              before this patch wouldn't work under ithreads.)
41860              
41861              Be portable.
41862              
41863              VMS MMS (make) wants null action.
41864              
41865              Mac and other portability updates from Chris Nandor.
41866              
41867              Storable support, v-version fixes.
41868              Subject: CPAN.pm beta for testing available
41869              
41870              Portability fix from Hugo van der Sanden.
41871              
41872              Bad makefile.
41873              
41874              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
41875              
41876              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
41877              
41878              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41879              
41880              Replace #6705 with a minimal doc patch.
41881              Subject: [PATCH 5.6.0] replace change #6705
41882              
41883              Drop the separate perlbc, perlcc -b should be enough.
41884              
41885              installperl couldn't tell whether it had run tests or not.
41886              Subject: [PATCH] Re: installperl and t/TEST
41887              
41888              Add silencer flags to installperl.
41889              Subject: [PATCH] Making installperl silent.
41890              
41891              Make "make install" by default silent.  A new "install-verbose"
41892              target is verbose.
41893              
41894              More liberal parsing of version numbers.
41895              Subject: Re: CPAN.pm beta for testing available
41896              
41897              Create directories in silence.
41898              Subject: [PATCH] Another silencer for MakeMaker
41899              
41900              DOS patches and portability/porting notes, from Tim Jenness.
41901              
41902              Make installman to recognize the silence flag -S.
41903              
41904              Actually do something with the silencer option.
41905              
41906              Continue silencing.
41907              
41908              Show the doc file, not the temp file.
41909              
41910              Regen perltoc.
41911              
41912              Subject: [PATCH] More silencing of installman.
41913              
41914              Better wording for the vec lvalue diagnostic.
41915              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
41916              
41917              Subject: [PATCH: 6805] several more tweaks to configure.com
41918              
41919              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
41920              
41921              Missing parts of 
41922              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
41923              
41924              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
41925              (applied slightly modified)
41926              
41927              installperl --verbose and --silent.
41928              Subject: Re: [PATCH] More silencing of installman.
41929              
41930              Add install-silent target.
41931              
41932              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
41933              the problem reported in
41934              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
41935              
41936              Tweak the sfio/useperlio logic, hopefully as wished in
41937              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
41938              
41939              One forgotten file from #6816.
41940              
41941              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
41942              
41943              Remove duplicately applied patch shards.
41944              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
41945              
41946              Support preserving extremely big/small angles.
41947              
41948              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
41949              
41950              Subject: [PATCH] installation not quite silent yet.
41951              
41952              Update the test count.
41953              
41954              Use UVxf, PTR2UV, NVff.
41955              
41956              Document PTR2XX and INT2PTR.
41957              
41958              no-install target a la make -n.
41959              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
41960              
41961              grep -e isn't portable.
41962              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
41963              
41964              Can't get the test to reliably work thanks to the
41965              inaccurateness of floating point.  "Resolves" bug ids
41966              20000826.003, 20000826.009, 20000826.010,
41967              
41968              Subject: installman buglet
41969              
41970              DJGPP update from Laszlo Molnar.
41971              
41972              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41973              
41974              Passing -R in ldflags makes now it to appear in the default
41975              for lddlflags, just like with -L.
41976              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
41977              
41978              Test nit.
41979              
41980              Use the actual thread type, not the pointer-to-struct.
41981              
41982              Provice virtual $Config{ccflags_nolargefiles} etc. 
41983              
41984              display_format used as a class method without arguments was broken,
41985              reported in
41986              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
41987              
41988              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
41989              
41990              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
41991              
41992              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
41993              
41994              opmini.o may be left around if a build is interrupted.
41995              
41996              Typo in #6858.
41997              
41998              Fix for ID 20000828.001, long doubles were not formatted
41999              correctly (showed up in $], which stopped installing perl).
42000              
42001              An attempt to fix the problem reported in
42002              Subject: Building perl@6856 using gcc/AIX 4.3.3 
42003              I can't test this properly since the gcc installation I have
42004              access to seems to be botched (gcc is calling the AIX cpp,
42005              a losing proposition...)
42006              
42007              Add -ld to archname on long tr...double platforms.
42008              
42009              Subject: hv.h Doc Patch
42010              
42011              Potential cruft.
42012              
42013              Subject: [PATCH bleedperl@6856] warnings fixes
42014              
42015              -S is the silent flag, -s is the strip flag.
42016              Subject: [PATCH] Re: [PATCH] make no-install          
42017              
42018              Take out the SUIDMAIL thing, that will not be
42019              a problem in 5.7.*.
42020              
42021              Subject: [PATCH bleedperl@6866] spellings
42022              
42023              Subject: [PATCH] Re: files not cleaned even by veryclean
42024              
42025              Use minimal @INC in tests, most of the time just '../lib',
42026              so that we simply can't pick up stuff from other Perls than
42027              the one we are testing.  Pointed out by
42028              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
42029              
42030              Update to Getopt::Long 2.24, from Johan Vromans.
42031              
42032              Fix for thinko in #6848.
42033              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
42034              
42035              Patches all over for people and the files they (hopefully) care about.
42036              
42037              Subject: Net::protoent does not export 'getproto'
42038              
42039              Missed a change in #6869.
42040              
42041              Subject: [PATCH] Warnings in B::Deparse
42042              
42043              Subject: [PATCH] Glob dumping
42044              
42045              Disable one of the tests for now.
42046              
42047              Disabling the one test is a bit tricky.
42048              
42049              Don't forget to tidy up.
42050              
42051              The #6881 removed one dump line.
42052              
42053              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
42054              
42055              Under usethreads the dumped variable is IN_PAD.
42056              Subject: Re: [PATCH] Glob dumping
42057              
42058              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
42059              
42060              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
42061              
42062              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
42063              
42064              Regen Configure for #6894.
42065              
42066              Subject: [PATCH: 6889] updates to perlebcdic.pod
42067              
42068              Undo namespace pollution of #6878.
42069              Subject: Re: Net::protoent does not export 'getproto'
42070              
42071              Admit that we are leaking scalars.
42072              
42073              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
42074      Branch: maint-5.6/perl
42075           !> (integrate 271 files)
42076 ____________________________________________________________________________
42077 [  7894] By: gsar                                  on 2000/11/27  16:00:34
42078         Log: a couple of nits
42079      Branch: maint-5.6/perl
42080            ! MANIFEST pp_sys.c
42081 ____________________________________________________________________________
42082 [  7893] By: gsar                                  on 2000/11/27  15:10:56
42083         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
42084              6740..6745,6747..6757,6760
42085              
42086              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
42087              
42088              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
42089              
42090              Doc nits spotted by Richard Soderberg.
42091              
42092              move WNOHANG definition to where other such things are
42093              
42094              Make $Config{byteorder} more magical so that it is
42095              dynamically computed: nice for 'fat binaries'.
42096              Subject: [PATCH]: default byteorder
42097              
42098              Subject: [PATCH] Cwd.pm now uses strict
42099              
42100              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
42101              
42102              Get -DLEAKTEST to compile (not necessarily to work, mind)
42103              Subject: [ID 20000724.006] -DLEAKTEST problem
42104              
42105              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
42106              
42107              Add perlebcdic from Peter Prymmer, regen toc.
42108              
42109              Don't propose using modules built for 5.005 if no binary
42110              compatibility with 5.005 is attempted.
42111              
42112              Do not use prototyping here.
42113              Subject: [ID 20000817.016] [PATCH] Peek.xs
42114              
42115              Document what the backtick returns if the command fails.
42116              
42117              Add byteorder to the myconfig output.
42118              
42119              Introduce NVef, NVff, and NVgf, use the middle one.
42120              (helps for lib/peek + Linux + long doubles)  Reported in
42121              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42122              Use NVs in POSIX math, not doubles.
42123              Subject: [ID 20000817.014] POSIX & modfl
42124              
42125              Subject: [PATCH 5.6.0+] newSVrv() memory leak
42126              
42127              The byteorder code in #6671 was wrong.
42128              
42129              Fix the lib/complex failure of
42130              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
42131              Linux long double accuracy issue: something that
42132              when printed with %g looks like "2" but int() of it is 1.
42133              
42134              Propagate new Configure vars.
42135              
42136              Unbuffer the output.
42137              
42138              Subject: [PATCH] perltrap.pod spring cleaning
42139              
42140              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
42141              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
42142              
42143              Tiny Getopt::Long patch from Johan Vromans.
42144              
42145              Document code point which makes if (defined %stash::) to work
42146              (noted by Spider Boardman).
42147              
42148              Subject: [PATCH perl@6698] cygwin port
42149              
42150              Document the NDBM_File and ODBM_File as SDBM_File
42151              was documented in #6417.
42152              
42153              The new tests were missing from #6415.
42154              
42155              Add [[:blank:]] as suggested in
42156              Subject: [ID 20000716.024] [=cc=] / [:blank:]
42157              (the [=cc=] has already been taken care of by #6439
42158              so the whole bug report can be closed)
42159              and make [[:space:]] to be equivalent to isspace(3)
42160              (as opposed to \s, which is isSPACE()).  The difference
42161              is that now [[:space:]] matches the mythical vertical tab,
42162              while \s doesn't.
42163              
42164              Don't eat leading os from index entries.
42165              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
42166              
42167              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
42168              
42169              Typo in pp_complement().
42170              Subject: [PATCH perl-current] Deparse
42171              
42172              Add warnif(), check warnings further up the stack,
42173              all the warnings functions now can take an optional object reference.
42174              Subject: [PATCH bleedperl@6691] warnings pragma update
42175              
42176              Fix a core dump in lib/selfloader under -DDEBUGGING.
42177              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
42178              
42179              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
42180              
42181              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
42182              
42183              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
42184              Put back the long double avoidance code to POSIX.xs
42185              because VMS seems to need it still.
42186              
42187              Introduce a 'veryclean' target that is like 'distclean'
42188              but also removes *~ and *.orig.
42189              
42190              Subject: [ID 20000817.023] endianness description in perlfunc.pod
42191              
42192              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
42193              
42194              Let's try #6717 again.
42195              
42196              UTF8 concat fixes.
42197              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
42198              
42199              pp_open() could pass an uninitialized filename down to do_open9().
42200              
42201              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
42202              
42203              Update to CGI 2.72, from Lincoln Stein.
42204              
42205              Subject: [PATCH] Silence MakeMaker (Was: installman)
42206              
42207              Use temporary directory instead of current directory.
42208              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
42209              
42210              Document odd vs even subreleases and -Dusedevel.
42211              
42212              The veryclean target needs to clobber.
42213              
42214              Use File::Spec->tmpdir().
42215              
42216              Document the number of exponent digits.
42217              
42218              Mention perlebcdic and perlposix-bc.
42219              
42220              s/this one/the 5.6.0 release/
42221              
42222              The #6724 is here.
42223              
42224              The correct cleaning order is an art.
42225              
42226              small tweaks for change#6705: avoid C++ style comments in C code;
42227              use Perl's malloc API rather than the low level system one
42228              
42229              Array context keeps slithering in.
42230              
42231              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
42232              
42233              Subject: [PATCH] os2.c fix for use64bitint
42234              
42235              Update to Pod::LaTeX 0.53.
42236              Subject: [PATCH] lib/Pod/LaTeX.pm updates
42237              
42238              Document the endianness of Alpha more precisely.
42239              
42240              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
42241              
42242              Rename the macro argument because some preprocessors
42243              can't tell the difference and expand arguments also inside
42244              double quoted strings.
42245              
42246              free TLS slot properly on Windows
42247              
42248              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
42249              
42250              Unicos/mk requires elaborate paranoia.
42251              
42252              Tweak the floating point output routine preferences.
42253              
42254              Also under djgpp the timestamps are funky.
42255              
42256              Apply some PodParser 1.18 patches; the Pod/Find.pm
42257              patches cannot be applied since #6712 conflicts.
42258              
42259              Use PodParser 1.18 new test.
42260              
42261              A pod nit.
42262              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
42263              
42264              Be verydeepclean.
42265      Branch: maint-5.6/perl
42266           +> pod/perlebcdic.pod
42267           !> (integrate 106 files)
42268 ____________________________________________________________________________
42269 [  7892] By: jhi                                   on 2000/11/27  15:02:32
42270         Log: Update Changes.
42271      Branch: perl
42272            ! Changes patchlevel.h
42273 ____________________________________________________________________________
42274 [  7891] By: jhi                                   on 2000/11/27  14:57:23
42275         Log: Subject: Re: perlfaq style changes
42276              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42277              Date: Sat, 25 Nov 2000 23:32:26 -0800
42278              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
42279              
42280              plus a note from Ronald Kimball.
42281      Branch: perl
42282            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
42283 ____________________________________________________________________________
42284 [  7890] By: jhi                                   on 2000/11/27  14:53:14
42285         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
42286              From: Benjamin Holzman <bah@ecnvantage.com>
42287              Date: Sun, 26 Nov 2000 16:27:33 -0500
42288              Message-ID: <20001126162733.J25040@ecnvantage.com>
42289      Branch: perl
42290            ! gv.c
42291 ____________________________________________________________________________
42292 [  7889] By: jhi                                   on 2000/11/27  14:43:11
42293         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
42294              From: lvirden@cas.org
42295              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
42296              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
42297      Branch: perl
42298            ! README.amiga
42299 ____________________________________________________________________________
42300 [  7888] By: jhi                                   on 2000/11/27  14:32:34
42301         Log: Restore also the locale test to no-sprintf-taint state.
42302              Fixes the bug 20001127.003.
42303      Branch: perl
42304            ! sv.c t/pragma/locale.t
42305 ____________________________________________________________________________
42306 [  7887] By: gsar                                  on 2000/11/27  14:13:05
42307         Log: integrate changes#6613..6616,6620..6665 from mainline
42308              
42309              VMS configure.com update continues.
42310              
42311              Subject: Test fails / warnings with perl-current #6612
42312              
42313              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
42314              
42315              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42316              
42317              For now remove the mail code.
42318              
42319              Subject: Re: [PATCH] @+, @- readonly
42320              
42321              Subject: warning: storage class after type is obsolescent
42322              
42323              Subject: sfio2000
42324              
42325              Subject: Re: File::Temp problems on VMS in bleedperl
42326              
42327              README.os2 update.
42328              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
42329              
42330              Make the user to give up his firstborn, err, to knowingly
42331              verify installing an unstable developer release.  Also bump
42332              the release to 5.7.0, but leave a patch tag in the local
42333              patches saying that this is not yet the real thing.
42334              
42335              Update (kinda) to Test 1.14, from Joshua Pritikin.
42336              
42337              make ok etc also for win32.
42338              
42339              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
42340              
42341              Don't blow limited stacks, a lower number is enough to
42342              tickle the lookbehind limit.
42343              
42344              Use -Dusedevel; regen Configure and the respective Porting stuff.
42345              
42346              Subject: [PATCH] debugger exit code should reflect user exit code
42347              
42348              Subject: [PATCH perl@6620] cygwin port
42349              
42350              Missed a file from #6638.
42351              
42352              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)
42353              
42354              magic callbacks all need to have same type signature
42355              
42356              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
42357              
42358              Fix a dependency problem.
42359              Subject: [PATCH: 6640] VMS Makefile.SH update
42360              
42361              The numeric locale was reset to "C" by s?printf and never restored.
42362              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42363              No test since adding the failing example to locale.t
42364              does not fail -- probably because the locale settings are so
42365              thoroughly tweaked by that time.  Running the example standalone
42366              does fail, though.  UPDATE: test case added at change #7540.
42367              
42368              Subject: [ID 20000324.040] minor fix to perlhpux.pod
42369              
42370              Update to CPAN 1.57.
42371              
42372              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
42373              
42374              Change the perlbug address to perl.org since it's more forgiving.
42375              
42376              Change the regx compilation error markers to use = instead of <
42377              since pod makes using the latter quite messy.  Reported in
42378              ID 20000814.006 by Abigail and in
42379              Subject: Unknown escape E<> ?
42380              
42381              Update to perldebtut 1.9, from Richard Foley.
42382              
42383              check that the number pseudo children doesn't exceed
42384              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
42385              the WaitForMultipleObjects() limit that would cause wait()
42386              to crash)
42387              wait() and waitpid() could potentially be rewritten to use
42388              more than one thread to do the waiting to eliminate this
42389              limitation
42390              
42391              change#6328 could make close(SOCKET) return false on windows
42392              when it shouldn't
42393              
42394              pod nit seen in passing
42395              
42396              on windows, the return values from wait() and waitpid() don't
42397              match those of pseudo-pids
42398              
42399              waitpid() now handles externally spawned pids correctly;
42400              fixes for backtick/wait/waitpid failures on Windows 9x
42401              these changes make the pid returned by process functions on
42402              Windows 9x always positive by clearing the high bit (which
42403              is always set on Win9x); pseudo-process PIDs are likewise
42404              always negative now on Win9x (just as on NT/2000)
42405              
42406              trailing new %ENV entries weren't being pushed into the real
42407              environment of subprocesses on Windows
42408              
42409              Tweak the regex compilation errors once more.
42410              
42411              avoid warnings from dense compiler
42412              
42413              add "ok" targets from change#6632 in makefile.mk
42414      Branch: maint-5.6/perl
42415            - lib/Pod/PlainText.pm vms/configure.com
42416           !> (integrate 66 files)
42417 ____________________________________________________________________________
42418 [  7886] By: jhi                                   on 2000/11/27  13:54:18
42419         Log: __FUNCTION__ isn't portable and trying to emulate it leads
42420              into practically spelling out the name of the function.
42421              Takes care of the bug 20001127.001.
42422      Branch: perl
42423            ! perlio.c
42424 ____________________________________________________________________________
42425 [  7885] By: gsar                                  on 2000/11/27  13:53:18
42426         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
42427              6610..6611 from mainline
42428              
42429              Make regular expression parse error messages easier to understand.
42430              Subject: Re: enhanced(?) regex error messages
42431              
42432              Tiny tidying on report_evil_fh().
42433              
42434              Subject: Re: enhanced(?) regex error messages 
42435              plus Capitalize the error messages, plus perldiag them.
42436              
42437              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
42438              
42439              Document here-doc better.
42440              
42441              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42442              
42443              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
42444              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
42445              (either perlbug or p5p ate the original), plus regen
42446              perlapi and perltoc. 
42447              
42448              Regen global.sym.
42449              
42450              Double check that we have a dirhandle.
42451              
42452              Subject: Re: enhanced(?) regex error messages
42453              (plus two small patches sent privately)
42454              (this still seems to leave few test failures)
42455              
42456              warn is a macro, avoid using at a variable to avoid warnings
42457              in some configurations; readdir.t is too conservative in
42458              estimating number of *.t's
42459              
42460              Get back into sync with Jeffrey on the enhanced regex warnings.
42461              
42462              Subject: [PATCH 5.6.0] cygwin port
42463              
42464              Zero entries were skipped, fix from Adrian Goalby
42465              <argoalby@yahoo.co.uk>
42466              
42467              Subject: Remove dead entry in perldiag
42468              
42469              Amend the description of Perl6.
42470              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
42471              
42472              detypo
42473              
42474              It's the 2ndO'ROSSC.
42475              
42476              Revert the sv.c part of #6559, a better fix is needed.
42477              
42478              Iterating perl6 description.
42479              
42480              Update to Term::ANSIColor 1.03, from Russ Allbery.
42481              
42482              Update to Getopt::Long 2.23_05, from Johan Vromans.
42483              
42484              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
42485              
42486              Update to Pod::Parser 1.17, from Brad Appleton.
42487              
42488              Update to CPAN 1.56, from Andreas König.
42489              
42490              Update to CGI 2.70, from Lincoln Stein.
42491              
42492              Put back the std @INC thing.
42493              
42494              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42495              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42496              
42497              Document the IO::Select timeout.
42498              
42499              sleep(1) does not necessarily return 1.
42500              Subject: [PATCH bleadperl] op/lex_assign.t  
42501              
42502              Subject: debugger "d" command doesnt check line number
42503              
42504              B::Deparse didn't do sub attributes.
42505              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42506              
42507              Preprocessing and postprocessing for File::Find.
42508              Subject: Patch to Find::File.pm to allow alphabetical results
42509              
42510              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
42511              
42512              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42513              
42514              Subject: Re: [ID 20000730.003] utf8::length() bad
42515              
42516              Subject: Getting perlio and threads to compile
42517              (the Solaris version changes in Configure skipped)
42518              
42519              Tests for #6589.
42520              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42521              
42522              Add Perl debugging tutorial, regen toc. 
42523              Subject: perldebtut.pod
42524              
42525              Add a few missing files, update MANIFEST.
42526              
42527              Rewrite of vms/subconfigure.com as configure.com,
42528              from Peter Prymmer and the vmsperl crew.
42529              
42530              Should have deleted this in #6603.
42531              
42532              Fix the test for 5005threads.
42533              
42534              Fix-n-skip the tests under 5005threads.
42535              
42536              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42537              
42538              Upgrade to CGI 2.71, from Lincoln Stein.
42539      Branch: maint-5.6/perl
42540           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42541           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
42542           +> t/op/regmesg.t t/pod/find.t vms/configure.com
42543            - vms/subconfigure.com
42544            ! lib/lib.pm
42545           !> (integrate 115 files)
42546 ____________________________________________________________________________
42547 [  7884] By: jhi                                   on 2000/11/27  13:44:33
42548         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
42549              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42550              Date:     Mon, 27 Nov 2000 08:23:54 EST
42551              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
42552      Branch: perl
42553            ! vms/descrip_mms.template vms/test.com
42554 ____________________________________________________________________________
42555 [  7883] By: gsar                                  on 2000/11/27  11:50:46
42556         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
42557              6511..6513,6515..6523,6525..6536
42558              
42559              The swallow_bom() saga continues.  The #23 of require.t
42560              (UTF16-LE) still fails (silently, no output) but the #22
42561              (UTF16-BE) seems to be working now.  The root of the
42562              failure may be in sv_gets(): is it UTF-16LE-aware,
42563              especially when it comes to line endings? 
42564              
42565              Document the problem with -P in HP-UX and its workaround.
42566              
42567              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
42568              (aka ID 20000730.002)
42569              
42570              Subject: fix and question re: waitpid() under win32
42571              
42572              Make the safety catch for buggy gccs work with triple version
42573              numbers like 2.95.2.  Reported in
42574              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
42575              
42576              In Digital UNIX warn if gcc explicitly chosen because even
42577              2.95.2 is known to cause problems.
42578              
42579              Make chr() for values >127 to create utf8 when under utf8.
42580              
42581              various syntax errors and such (not fixed: comp/require.t#22 coredump
42582              on Windows)
42583              
42584              Stash away the largefiles flags and libswanted.
42585              
42586              BOM patching from Simon Cozens.
42587              
42588              If gccosandvers is equal to osname, clear gccosandvers.
42589              
42590              Make p4desc to skip non-mainperl branches by default.
42591              
42592              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
42593              
42594              The test from this
42595              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
42596              
42597              In new BSDs changes to argv[] do not show up in ps(1) output,
42598              instead one must use setproctitle().  This was already addressed
42599              by change #6457, but the below has a new variant for FreeBSD 4.0
42600              or later, and the matter is also documented more.
42601              
42602              FreeBSD 3.* updates from
42603              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
42604              
42605              regen_headers, regen perltoc.
42606              
42607              Document in one place the memory abstractions used in Perl core.
42608              
42609              memcpy has n o in it, as pinted ut by Sarathy.
42610              
42611              Remove the extraneous "main::" prefix from all the
42612              "opened only for", "on closed", and "never opened" warnings.
42613              
42614              The name of a filehandle does not have <these>.
42615              
42616              The tr utf8 patching continues.
42617              
42618              The new setproctitle() feature is available only in 
42619              bleeding edge FreeBSD.  From Paul Saab.
42620              
42621              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
42622              
42623              Dump UVs as UVs in Data::Dumper.
42624              
42625              detypo #6494
42626              
42627              Document the IVdf UVuf UVof UVxf.
42628              
42629              require.t needs binmode() to work on windows
42630              
42631              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42632              that are hopefully soon put into use.
42633              
42634              Allow "no Module;" even if there is no 'unimport'.
42635              
42636              Better skip message for the test; one of the two problems in
42637              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42638              
42639              The subtest 4 may fail also on VOBS, as pointed out
42640              by Nick Ing-Simmons in November 1999, bug id 19991124.003
42641              (but the failure in that bug report isn't the subtest 4).
42642              
42643              Be more informative on what is skipped and why,
42644              also repeat the list at the end.
42645              
42646              Add a URL for FSF.
42647              
42648              Subject: [PATCH] sv.h documentation - SvLEN
42649              
42650              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
42651              
42652              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
42653              
42654              Subject: [PATCH] bad cppsymbols on os2 + Configure question
42655              
42656              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
42657              
42658              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
42659              mention the idea of @( and @)
42660              
42661              This is 6512.  Really.
42662              
42663              Subject: [ID 19990721.004] Documentation bug in perlfunc
42664              
42665              Subject: Minor tweak to perlvar.pod
42666              
42667              In the warnings call filehandles consistently so;
42668              add "unopened" warning for stat().
42669              
42670              After the #6519 a warning about stat() is just that,
42671              not about a filetest, which now have their own warning.
42672              
42673              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
42674              
42675              Subject: Re: Array vs. List context
42676              
42677              Subject: New perlcc, take 2
42678              
42679              Weed buglets pointed out by
42680              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42681              
42682              gcc versions might have (parentheses) in them.
42683              
42684              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42685              
42686              Essential prototype changes were missing from #6527.
42687              Also make report_evil_fh() more bomb-proof.
42688              
42689              Zap lib/Sys directory when cleaning up.
42690              
42691              Change the Policy policy: now -Dprefix= with an existing
42692              Policy.sh and prefix == siteprefix == vendorprefix, then all
42693              of them follow along the new prefix.
42694              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42695              
42696              Continue fixing the io warnings.  This also
42697              sort of fixes bug ID 20000802.003: the core dump
42698              is no more.  Whether the current behaviour is correct
42699              (giving a warning: "Not a format reference"), is another matter.
42700              
42701              Have symbols for the IoTYPEs.
42702              
42703              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42704              
42705              Document a bit that UDP is not what you might think.
42706              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42707              tr memory corruption fix from Simon Cozens.
42708              
42709              Plug the security hole described in the Aug 05 2000 bugtraq message
42710              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42711              The security hole exists only in suidperls, which isn't
42712              installed or even built by default.
42713      Branch: maint-5.6/perl
42714           !> (integrate 71 files)
42715 ____________________________________________________________________________
42716 [  7882] By: gsar                                  on 2000/11/27  10:25:36
42717         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
42718              from mainline
42719              
42720              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
42721              to be fatal errors (instead of by default ignoring them, and
42722              ignoring with a bug: even though -w gave an error, the opening [
42723              was left in)  Reported in:
42724              
42725              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
42726              
42727              Subject: [PATCH] split /^/
42728              
42729              MacOS nits from Matthias Neeracher.
42730              
42731              More split() doc and test patches from Mike Guy.
42732              
42733              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
42734              from Graham Barr in the module list.
42735              
42736              docfix from Peter Scott <Peter@PSDT.com>.
42737              
42738              File::Temp patches for VMS and OS/2 from Tim Jenness.
42739              
42740              open() wariness in perlbug.
42741              
42742              Subject: [PATCH] minor doc change - perlguts
42743              
42744              Subject: Minor doc patch: handy.h
42745              
42746              Be wary of close()s, too.
42747              
42748              Further File::Temp patches from Yitzchak Scott-Thoennes
42749              and Craig A. Berry.
42750              
42751              Subject: [PATCH] fixes bug 20000508.004
42752              
42753              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
42754              
42755              Allow "no AutoLoader;", based on change #6444,
42756              suggested by Graham Barr.
42757              
42758              Use setproctitle() if available to modify $0.
42759              
42760              Warn if the version of the operating system used to compile gcc
42761              differs from the current version of the operating system.
42762              Also display the gcc compilation os and version in myconfig.
42763              Inspiration from
42764              
42765              Tiny fixes for #6460.
42766              
42767              The problem described in this
42768              Subject: [ID 20000322.018] named chars aren't magical enough
42769              has been fixed in perl 5.6.0 but just in case added a test
42770              to keep it away.  (The report from Joseph Hall.)
42771              
42772              Tune the comments and hopefully stop a memory leak.
42773              
42774              Subject: UTF8 concat
42775              (with a memory leak fixed, plus a few casts added)
42776              This also seems to help for
42777              Subject: [ID 20000716.015] join UTF8 weirdness
42778              
42779              Do not upgrade SVs into utf8 just because they participate
42780              in eq or cmp.  Reported and fix suggested in
42781              Subject: [ID 20000720.009] sv_eq UTF8 bug
42782              
42783              Fix the HALF_UPGRADE() macro introduced in #6263.
42784              
42785              Find green threads before native threads.
42786              Subject: Re: Patch to jpl/JNI/Makefile.PL
42787      Branch: maint-5.6/perl
42788           !> (integrate 30 files)
42789 ____________________________________________________________________________
42790 [  7881] By: jhi                                   on 2000/11/27  05:48:41
42791         Log: It seems that *both* the unused submatch loop cleanup
42792              codes are needed.
42793      Branch: perl
42794            ! regexec.c
42795 ____________________________________________________________________________
42796 [  7880] By: jhi                                   on 2000/11/27  04:50:07
42797         Log: Clean .exists deeper.
42798      Branch: perl
42799            ! Makefile.SH
42800 ____________________________________________________________________________
42801 [  7879] By: jhi                                   on 2000/11/27  02:31:35
42802         Log: The code in regcppop() (see #7878) contains the correct lower
42803              limit for the unused submatch 'cleanup' loop so that under
42804              "use utf8" the following code wouldn't dump core:
42805              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
42806              the cleanup loop in regtry() stomped beyond allocated area
42807              in the startp[] array.  Therefore, copied the correct lower
42808              loop limit (*PL_reglastparen) to regtry().  Note: something
42809              may still not be quite right: why was the _higher_ loop limit
42810              (prog->nparens) different in the utf8 case?
42811              
42812              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
42813              without core dumps, there were about 17 of them before
42814              the patch (with us since Perl 5.7.0).  Two failures, still:
42815              496 and 505 (though these may not be severe).
42816              
42817              Patch #7881 is also needed since both the cleanup loops
42818              seem to be needed.
42819              
42820              Also, the t/op/pat#44 seems to core dump under utf8.
42821              Plus a couple of failures.  UGH-8.
42822      Branch: perl
42823            ! regexec.c
42824 ____________________________________________________________________________
42825 [  7878] By: jhi                                   on 2000/11/27  02:21:17
42826         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
42827              the code in regcppop() seems to be redundant for the test suite --
42828              but it contains a germ of truth, and it needed for the build
42829              process itself: see #7879 and #7881.
42830      Branch: perl
42831            ! regexec.c
42832 ____________________________________________________________________________
42833 [  7877] By: jhi                                   on 2000/11/27  01:53:09
42834         Log: Comment on comment.
42835      Branch: perl
42836            ! regexec.c
42837 ____________________________________________________________________________
42838 [  7876] By: jhi                                   on 2000/11/27  00:49:59
42839         Log: Adjust the docs to agree with #7875.
42840      Branch: perl
42841            ! pod/perllocale.pod
42842 ____________________________________________________________________________
42843 [  7875] By: jhi                                   on 2000/11/27  00:49:27
42844         Log: Retract #7863.  It makes more sense not to taint formatted output,
42845              not even by sprintf().
42846      Branch: perl
42847            ! sv.c
42848 ____________________________________________________________________________
42849 [  7874] By: jhi                                   on 2000/11/26  23:36:02
42850         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
42851              Not really fixed (should really dump the UTF-8 charclass),
42852              but stopped displaying the garbage.
42853              
42854              Also add a note on the (missing) Unicode PSXSPC and BLANK.
42855      Branch: perl
42856            ! regcomp.c
42857 ____________________________________________________________________________
42858 [  7873] By: jhi                                   on 2000/11/26  21:31:13
42859         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
42860      Branch: perl
42861            ! regexec.c
42862 ____________________________________________________________________________
42863 [  7872] By: jhi                                   on 2000/11/26  21:06:04
42864         Log: No need to scan till infinity, 13 is enough.
42865      Branch: perl
42866            ! handy.h utf8.c
42867 ____________________________________________________________________________
42868 [  7871] By: jhi                                   on 2000/11/26  20:20:32
42869         Log: Test line numbers are different with utf8.
42870      Branch: perl
42871            ! t/op/re_tests
42872 ____________________________________________________________________________
42873 [  7870] By: jhi                                   on 2000/11/26  20:10:12
42874         Log: Message nit.
42875      Branch: perl
42876            ! regcomp.c
42877 ____________________________________________________________________________
42878 [  7869] By: jhi                                   on 2000/11/26  19:01:05
42879         Log: Make utf8_length() and utf8_distance() (the latter of which
42880              is unused at the moment) to be less forgiving about bad UTF-8.
42881      Branch: perl
42882            ! embed.h embed.pl objXSUB.h proto.h utf8.c
42883 ____________________________________________________________________________
42884 [  7868] By: jhi                                   on 2000/11/26  18:45:56
42885         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
42886              From: Benjamin Holzman <bah@ecnvantage.com>
42887              Date: Sat, 25 Nov 2000 20:40:20 -0500       
42888              Message-ID: <20001125204020.A25040@ecnvantage.com>              
42889              
42890              Debian allows installing /usr/bin/locale without installing
42891              any locales, an error message will ensue.
42892      Branch: perl
42893            ! t/pragma/locale.t
42894 ____________________________________________________________________________
42895 [  7867] By: jhi                                   on 2000/11/26  18:31:12
42896         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
42897              From: Benjamin Holzman <bah@ecnvantage.com>
42898              Date: Sun, 26 Nov 2000 02:42:34 -0500
42899              Message-ID: <20001126024234.G25040@ecnvantage.com>
42900              
42901              Patch for the bug 20000212.002.
42902      Branch: perl
42903            ! sv.c t/op/array.t
42904 ____________________________________________________________________________
42905 [  7866] By: jhi                                   on 2000/11/26  18:28:09
42906         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
42907              From: Tim Jenness <t.jenness@jach.hawaii.edu>
42908              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
42909              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
42910              
42911              File::Temp 0.11.
42912      Branch: perl
42913            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
42914 ____________________________________________________________________________
42915 [  7865] By: jhi                                   on 2000/11/26  18:24:22
42916         Log: The metaconfig unit change for #7864.
42917      Branch: metaconfig/U/perl
42918            ! need_va_copy.U
42919 ____________________________________________________________________________
42920 [  7864] By: jhi                                   on 2000/11/26  18:23:41
42921         Log: Make the va_copy() test not to be so talkative.
42922      Branch: perl
42923            ! Configure config_h.SH
42924 ____________________________________________________________________________
42925 [  7863] By: jhi                                   on 2000/11/26  18:11:02
42926         Log: Fix locale inconsistencies unearthed by Hugo's work.
42927              Now the floating point sprintf really does taint the result
42928              string as perllocale promises (has promised for a long time)
42929              if "use locale" is in the lexical scope.
42930      Branch: perl
42931            ! sv.c t/pragma/locale.t
42932 ____________________________________________________________________________
42933 [  7862] By: jhi                                   on 2000/11/26  00:35:15
42934         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
42935              From: Nicholas Clark <nick@ccl4.org>
42936              Date: Sun, 26 Nov 2000 00:07:50 +0000
42937              Message-ID: <20001126000750.A22446@plum.flirble.org>
42938              
42939              Infinit.
42940      Branch: perl
42941            ! sv.c
42942 ____________________________________________________________________________
42943 [  7861] By: jhi                                   on 2000/11/26  00:01:26
42944         Log: Integrate perlio.
42945      Branch: perl
42946           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
42947 ____________________________________________________________________________
42948 [  7860] By: nick                                  on 2000/11/25  22:04:17
42949         Log: Correct relative path from new ext\Filter\Util\Call location
42950              back to miniperl.
42951      Branch: perlio
42952            ! win32/makefile.mk
42953 ____________________________________________________________________________
42954 [  7859] By: nick                                  on 2000/11/25  21:26:54
42955         Log: Integrate mainline.
42956      Branch: perlio
42957           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
42958           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
42959           +> t/lib/filter-util.t
42960            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
42961            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
42962            - t/lib/filt-util.t
42963           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
42964           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
42965           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
42966           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
42967           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
42968           !> win32/makefile.mk
42969 ____________________________________________________________________________
42970 [  7858] By: gsar                                  on 2000/11/25  20:52:17
42971         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
42972              parent's memory; fix it by keeping track of the actual pad
42973              offset rather than a raw pointer (this change is probably also
42974              relevant to non-ithreads case to avoid fallout from reallocs of
42975              the pad array, but is currently only enabled for the ithreads
42976              case in the interests of minimal disruption to existing "well
42977              tested" code)
42978      Branch: perl
42979            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
42980            ! proto.h scope.c scope.h sv.c t/op/fork.t
42981 ____________________________________________________________________________
42982 [  7857] By: nick                                  on 2000/11/25  20:01:28
42983         Log: All tests pass on Win32/gcc/USE_PERLIO.
42984              - when crlf layer is pushed make unix-level binary.
42985              - remove :crlf injection in pp_backtick in pp_sys.c
42986              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
42987      Branch: perlio
42988            ! doio.c perlio.c pp_sys.c win32/makefile.mk
42989 ____________________________________________________________________________
42990 [  7856] By: jhi                                   on 2000/11/25  18:38:30
42991         Log: Update the metaconfig units for #7855.
42992      Branch: metaconfig/U/perl
42993            ! useperlio.U usesocks.U
42994 ____________________________________________________________________________
42995 [  7855] By: jhi                                   on 2000/11/25  18:37:54
42996         Log: Undo the SOCKS workarounds, instead start using PerlIO
42997              if SOCKS is selected.
42998              
42999              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
43000              From: Jens Hamisch <jens@Strawberry.COM>
43001              Date: Fri, 24 Nov 2000 18:31:30 +0100
43002              Message-ID: <20001124183130.E28337@Strawberry.COM>
43003              
43004              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
43005              From: Jens Hamisch <jens@Strawberry.COM>
43006              Date: Fri, 24 Nov 2000 19:11:51 +0100
43007              Message-ID: <20001124191151.A28753@Strawberry.COM>
43008      Branch: perl
43009            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
43010            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
43011 ____________________________________________________________________________
43012 [  7854] By: jhi                                   on 2000/11/25  17:39:08
43013         Log: Undo #7848.  Some of the code seems to use walkoptree(),
43014              some walkoptree_slow().  An unfinished renaming?
43015              Now the sub is walkoptree() (which is @EXPORT_OK),
43016              the walkoptree_slow() is a typeglob alias to walkoptree.
43017              This makes the tests to pass, at least.
43018      Branch: perl
43019            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
43020 ____________________________________________________________________________
43021 [  7853] By: nick                                  on 2000/11/24  22:24:33
43022         Log: Re-arrange crlf vs binary for platforms that care.
43023              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
43024              Lip-service to making stdio layer work on such platfroms (untested).
43025              Now fails 3 tests rather than one, checkin to see if I can debug 
43026              the issue under linux. (Do not merge.)
43027      Branch: perlio
43028            ! doio.c perlio.c perliol.h
43029 ____________________________________________________________________________
43030 [  7852] By: jhi                                   on 2000/11/24  18:57:39
43031         Log: AUTHORS edits.
43032      Branch: perl
43033            ! AUTHORS
43034 ____________________________________________________________________________
43035 [  7851] By: jhi                                   on 2000/11/24  17:34:56
43036         Log: Add Jan-Erik Karlsson.
43037      Branch: perl
43038            ! AUTHORS
43039 ____________________________________________________________________________
43040 [  7850] By: jhi                                   on 2000/11/24  17:27:56
43041         Log: Configure should find stdchar on its own.
43042      Branch: perl
43043            ! hints/solaris_2.sh
43044 ____________________________________________________________________________
43045 [  7849] By: jhi                                   on 2000/11/24  17:24:55
43046         Log: Subject: PATCH over 7848: Filter test flawed
43047              From: andreas.koenig@anima.de (Andreas J. Koenig)
43048              Date: 24 Nov 2000 10:28:29 +0100
43049              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
43050      Branch: perl
43051            ! t/lib/filter-util.t
43052 ____________________________________________________________________________
43053 [  7848] By: jhi                                   on 2000/11/24  17:22:15
43054         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
43055              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
43056              Date: Fri, 24 Nov 2000 16:12:58 +0000
43057              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
43058      Branch: perl
43059            ! ext/B/B.pm
43060 ____________________________________________________________________________
43061 [  7847] By: jhi                                   on 2000/11/24  03:07:01
43062         Log: Integrate perlio.
43063      Branch: perl
43064           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
43065           !> win32/makefile.mk
43066 ____________________________________________________________________________
43067 [  7846] By: gsar                                  on 2000/11/24  00:55:57
43068         Log: integrate changes#6415..6418,6420..6438 from mainline
43069              
43070              Fix the bitvector ops for utf8 (tricky since past 7 bits
43071              the utf8 'characters' can be more than one octet).
43072              
43073              MPE/ix updates for perl 5.6.0 from Mark Bixby.
43074              
43075              Subject: SDBM_File documentation
43076              
43077              Detypo.
43078              
43079              Decutandpasto.
43080              
43081              Send all installperl messages to STDERR and be -w clean.
43082              
43083              Out-of-date note removed.
43084              
43085              Protect against "wild next"s, that is, callbacks doing "next"
43086              instead of "return".
43087              
43088              Use STDOUT consistently.
43089              
43090              The output might have been produced in the wrong order.
43091              
43092              A missing 'break' after the [[:space:]] switch case.
43093              
43094              Add tests for
43095              [ID 19991110.003] another matching finding by pcre author
43096              which has already been fixed by some patch, as verified in
43097              
43098              Documentation to explain the behaviour of map().
43099              
43100              Add an optimization for map-maps-a-list-element-to-more-list-elements
43101              case, but add also notes explaining the relationship of this
43102              patch and the earlier notes by Sarathy.
43103              
43104              Subject: [ID 20000716.023] syslog test fails without sockets
43105              
43106              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43107              Test cases for #6431.
43108              
43109              File::Spec::VMS fixup for tmpdir from Craig Berry.
43110              
43111              Make the "uninit variable" warning to say "concat or string"
43112              or "join or string" when in concat or join .
43113              
43114              Get UTF16 BOMs working.  Patch from
43115              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43116              
43117              Subject: [PATCH] Make large file tests deal with SIGXFSZ
43118              
43119              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
43120              
43121              Subject: [PATCH] av.c apidoc
43122      Branch: maint-5.6/perl
43123           !> (integrate 43 files)
43124 ____________________________________________________________________________
43125 [  7845] By: gsar                                  on 2000/11/24  00:20:45
43126         Log: integrate changes#6406..6414 from mainline
43127              
43128              Merge perlhacktut into perlhack, update perlguts.
43129              
43130              Fix AutoSplit to use File::Spec the right way in VMS,
43131              from Peter Prymmer.
43132              
43133              The bug report
43134              [ID 19991110.002] minimal matching discrepancy found by pcre author
43135              seems to have been fixed (though differently from what was suggested
43136              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
43137              
43138              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
43139              not in pod, from Peter Prymmer
43140              
43141              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
43142              From: Hugo <hv@crypt.compulink.co.uk>
43143              Date: Fri, 14 Jul 2000 23:05:20 +0100
43144              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
43145              
43146              Didn't anymore apply, but that point still could use another fix.
43147              
43148              lib/b test fixes from Peter Prymmer.
43149              
43150              More docs for sv functions.
43151              
43152              perlvms.pod whitespace cleanup to keep pod utils happy.
43153              
43154              another VMS build tweak from Peter Prymmer
43155      Branch: maint-5.6/perl
43156           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
43157           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
43158           !> vms/descrip_mms.template vms/perlvms.pod
43159 ____________________________________________________________________________
43160 [  7844] By: nick                                  on 2000/11/23  23:42:45
43161         Log: Win32/perlio Now just fails one io/argv.t test - lack 
43162              of default :crlf on standard streams.
43163      Branch: perlio
43164            ! doio.c perlio.c
43165 ____________________________________________________________________________
43166 [  7843] By: nick                                  on 2000/11/23  23:04:05
43167         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
43168              peek fail is showing a real problem (multiple crlf layers
43169              are getting pushed.)
43170      Branch: perlio
43171            ! doio.c perlio.c win32/makefile.mk
43172 ____________________________________________________________________________
43173 [  7842] By: nick                                  on 2000/11/23  19:46:23
43174         Log: Implement PerlIO_binmode()
43175              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
43176              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
43177              make binmode in t/lib/io_tell.t unconditional so that works.
43178              Checkin just so Win32 machine can see these changes.
43179      Branch: perlio
43180            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
43181 ____________________________________________________________________________
43182 [  7841] By: jhi                                   on 2000/11/23  19:30:00
43183         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
43184      Branch: perl
43185            ! README.amiga
43186 ____________________________________________________________________________
43187 [  7840] By: jhi                                   on 2000/11/23  17:18:02
43188         Log: SOCKS wrestling continues, patches from Jens Hamisch.
43189      Branch: perl
43190            ! doio.c embed.h embed.pl perlsdio.h proto.h
43191 ____________________________________________________________________________
43192 [  7839] By: jhi                                   on 2000/11/23  16:54:14
43193         Log: Push Filter::Util::Call one level deeper.
43194      Branch: perl
43195            + t/lib/filter-util.t
43196           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
43197           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
43198            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
43199            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
43200            - t/lib/filt-util.t
43201            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
43202            ! win32/Makefile win32/makefile.mk
43203 ____________________________________________________________________________
43204 [  7838] By: jhi                                   on 2000/11/23  16:52:40
43205         Log: Reach back one higher up when searching for PERL_SRC.
43206      Branch: perl
43207            ! lib/ExtUtils/MM_Unix.pm
43208 ____________________________________________________________________________
43209 [  7837] By: jhi                                   on 2000/11/23  16:05:41
43210         Log: Subject: Re: perl@7826
43211              Date: Thu, 23 Nov 2000 02:20:25 -0600
43212              From: "Craig A. Berry" <craigberry@mac.com>
43213              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
43214              
43215              Make VMS to like Filter::Util::Call. 
43216      Branch: perl
43217            ! configure.com ext/Filter/Util/Makefile.PL
43218 ____________________________________________________________________________
43219 [  7836] By: nick                                  on 2000/11/23  16:04:08
43220         Log: Implement crlf layer - not ready for merge.
43221      Branch: perlio
43222            ! perlio.c win32/makefile.mk
43223 ____________________________________________________________________________
43224 [  7835] By: jhi                                   on 2000/11/23  15:56:52
43225         Log: STDCHAR is different in Sparc v9 vs x86.
43226      Branch: perl
43227            ! hints/solaris_2.sh
43228 ____________________________________________________________________________
43229 [  7834] By: jhi                                   on 2000/11/23  15:50:47
43230         Log: The type needs to be visible to protos.
43231      Branch: perl
43232            ! perl.h
43233 ____________________________________________________________________________
43234 [  7833] By: jhi                                   on 2000/11/23  15:40:46
43235         Log: Finish unfinished SOCKS workaround changes.
43236      Branch: perl
43237            ! doio.c
43238 ____________________________________________________________________________
43239 [  7832] By: jhi                                   on 2000/11/23  15:33:30
43240         Log: Integrate perlio.
43241      Branch: perl
43242           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
43243           !> win32/makefile.mk
43244 ____________________________________________________________________________
43245 [  7831] By: nick                                  on 2000/11/23  10:31:07
43246         Log: Correct makefile.mk dependancies for ext/Filter/Util
43247              Build ext/Encode
43248              Run dmake regen_config_h
43249      Branch: perlio
43250            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
43251            ! win32/makefile.mk
43252 ____________________________________________________________________________
43253 [  7830] By: nick                                  on 2000/11/23  08:05:07
43254         Log: Integrate mainline
43255      Branch: perlio
43256           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
43257           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
43258           +> t/lib/filt-util.pl t/lib/filt-util.t
43259           !> (integrate 41 files)
43260 ____________________________________________________________________________
43261 [  7829] By: gsar                                  on 2000/11/23  03:07:11
43262         Log: build the Filter extension on windows
43263      Branch: perl
43264            ! win32/Makefile win32/makefile.mk
43265 ____________________________________________________________________________
43266 [  7828] By: gsar                                  on 2000/11/23  02:46:35
43267         Log: regenerate win32/config* and fix some inconsistencies in the
43268              makefiles; always export Perl_deb() because it is needed
43269              by ext/re/* (whether perl itself is built with -DDEBUGGING
43270              or not)
43271      Branch: perl
43272            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
43273            ! win32/config_H.vc win32/makefile.mk
43274 ____________________________________________________________________________
43275 [  7827] By: gsar                                  on 2000/11/23  02:18:38
43276         Log: get sources building on windows+MSVC again (untested with other
43277              compilers)
43278      Branch: perl
43279            ! win32/include/sys/socket.h win32/perllib.c
43280 ____________________________________________________________________________
43281 [  7826] By: jhi                                   on 2000/11/23  01:18:26
43282         Log: Update Changes.
43283      Branch: perl
43284            ! Changes patchlevel.h
43285 ____________________________________________________________________________
43286 [  7825] By: jhi                                   on 2000/11/23  00:20:41
43287         Log: Subject: Re: av.c patch (having slight problems)
43288              From: "Ben Tilly" <ben_tilly@hotmail.com>
43289              Date: Tue, 21 Nov 2000 23:29:31 -0500
43290              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
43291              
43292              unshift() speedup.
43293      Branch: perl
43294            ! av.c
43295 ____________________________________________________________________________
43296 [  7824] By: jhi                                   on 2000/11/22  23:59:15
43297         Log: Fixes for signedness warnings noticed by VMSperlers.
43298      Branch: perl
43299            ! ext/Storable/Storable.xs regcomp.c sv.c
43300 ____________________________________________________________________________
43301 [  7823] By: jhi                                   on 2000/11/22  23:19:31
43302         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
43303              From: Peter Prymmer <pvhp@forte.com>
43304              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
43305              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
43306      Branch: perl
43307            ! t/pragma/warn/pp_hot
43308 ____________________________________________________________________________
43309 [  7822] By: jhi                                   on 2000/11/22  22:52:20
43310         Log: Be clean.
43311      Branch: perl
43312            ! Makefile.SH
43313 ____________________________________________________________________________
43314 [  7821] By: jhi                                   on 2000/11/22  22:46:39
43315         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
43316              by Damian Conway, as suggested by Paul Marquess.
43317      Branch: perl
43318            + lib/Filter/Simple.pm
43319 ____________________________________________________________________________
43320 [  7820] By: jhi                                   on 2000/11/22  22:45:51
43321         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
43322      Branch: perl
43323            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
43324            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
43325            + t/lib/filt-util.t
43326            ! MANIFEST
43327 ____________________________________________________________________________
43328 [  7819] By: jhi                                   on 2000/11/22  22:03:27
43329         Log: Integrate perlio.
43330      Branch: perl
43331           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
43332           !> win32/makefile.mk
43333 ____________________________________________________________________________
43334 [  7818] By: jhi                                   on 2000/11/22  21:56:02
43335         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
43336      Branch: perl
43337            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
43338            ! t/lib/io_sock.t
43339 ____________________________________________________________________________
43340 [  7817] By: jhi                                   on 2000/11/22  21:39:49
43341         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
43342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43343              Date: Wed, 22 Nov 2000 16:08:12 -0500
43344              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
43345      Branch: perl
43346            ! lib/ExtUtils/Liblist.pm
43347 ____________________________________________________________________________
43348 [  7816] By: jhi                                   on 2000/11/22  21:38:25
43349         Log: Go ahead and #include <unistd.h> in perl.h.
43350      Branch: perl
43351            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
43352            ! util.c
43353 ____________________________________________________________________________
43354 [  7815] By: jhi                                   on 2000/11/22  21:22:52
43355         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
43356              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43357              Date: Mon, 20 Nov 2000 18:30:52 -0500
43358              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
43359      Branch: perl
43360            ! pod/perlre.pod regcomp.c t/op/re_tests
43361 ____________________________________________________________________________
43362 [  7814] By: jhi                                   on 2000/11/22  21:21:46
43363         Log: Subject: [PATCH 5.7.0] Liblist finally works
43364              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
43365              Date: Tue, 21 Nov 2000 22:02:17 -0500
43366              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
43367      Branch: perl
43368            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
43369            ! lib/ExtUtils/MakeMaker.pm
43370 ____________________________________________________________________________
43371 [  7813] By: jhi                                   on 2000/11/22  21:20:23
43372         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
43373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43374              Date: Wed, 22 Nov 2000 17:53:15 +0100
43375              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
43376              
43377              AIX dynaloader and perlio patch.
43378      Branch: perl
43379            ! ext/DynaLoader/dl_aix.xs
43380 ____________________________________________________________________________
43381 [  7812] By: jhi                                   on 2000/11/22  21:17:52
43382         Log: (Accidentally empty patch.)
43383      Branch: perl
43384            ! av.c
43385 ____________________________________________________________________________
43386 [  7811] By: jhi                                   on 2000/11/22  21:16:31
43387         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
43388              From: Peter Prymmer <pvhp@forte.com>
43389              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
43390              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
43391      Branch: perl
43392            ! vms/test.com
43393 ____________________________________________________________________________
43394 [  7810] By: jhi                                   on 2000/11/22  21:15:36
43395         Log: Subject: Re: perl@7777 
43396              From: "John P. Linderman" <jpl@research.att.com>
43397              Date: Wed, 22 Nov 2000 13:11:11 -0500
43398              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
43399              
43400              Detypoing.
43401      Branch: perl
43402            ! lib/CPAN.pm
43403 ____________________________________________________________________________
43404 [  7809] By: jhi                                   on 2000/11/22  21:14:19
43405         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
43406              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
43407              Date:     Wed, 22 Nov 2000 13:51:37 EST
43408              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
43409      Branch: perl
43410            ! perlsdio.h
43411 ____________________________________________________________________________
43412 [  7808] By: jhi                                   on 2000/11/22  21:13:27
43413         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
43414              From: Casey Tweten <crt@kiski.net>
43415              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
43416              Message-Id: <200011201653.LAA10194@home.kiski.net>
43417      Branch: perl
43418            ! t/lib/io_udp.t
43419 ____________________________________________________________________________
43420 [  7807] By: jhi                                   on 2000/11/22  21:12:35
43421         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
43422              From: Casey Tweten <crt@kiski.net>
43423              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
43424              Message-Id: <200011201636.LAA07227@home.kiski.net>
43425      Branch: perl
43426            ! t/lib/io_sock.t
43427 ____________________________________________________________________________
43428 [  7806] By: jhi                                   on 2000/11/22  21:10:59
43429         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
43430              From: "Casey R. Tweten" <crt@kiski.net>
43431              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
43432              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
43433      Branch: perl
43434            ! utils/h2xs.PL
43435 ____________________________________________________________________________
43436 [  7805] By: nick                                  on 2000/11/22  21:05:06
43437         Log: Integrate mainline
43438      Branch: perlio
43439           !> Changes Porting/genlog ext/DB_File/DB_File.xs
43440           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
43441           !> utils/perlbug.PL
43442 ____________________________________________________________________________
43443 [  7804] By: jhi                                   on 2000/11/22  21:01:12
43444         Log: Subject: [PATCH] Test.pm POD peculiarity
43445              From: "Casey R. Tweten" <crt@kiski.net>
43446              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
43447              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
43448      Branch: perl
43449            ! lib/Test.pm
43450 ____________________________________________________________________________
43451 [  7803] By: jhi                                   on 2000/11/22  20:59:59
43452         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
43453              From: "Philip Newton" <pnewton@gmx.de>
43454              Date: Wed, 22 Nov 2000 14:25:53 +0100
43455              Message-Id: <3A1BD771.25462.1939FAD@localhost>
43456              
43457              Be case-understanding also on 's', and use the -oi of sendmail
43458              not to terminate the transmission on a lone '.'.
43459      Branch: perl
43460            ! utils/perlbug.PL
43461 ____________________________________________________________________________
43462 [  7802] By: nick                                  on 2000/11/22  20:51:42
43463         Log: Win32 PerlIO intermediate state now working as expected.
43464              - In current state we are still using C runtime in text/binary
43465              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
43466              - PERLIO=stdio and PERLIO=unix pass all expected tests.
43467              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
43468              and PerlIO_seek() and the dummy crlf layer is not making adjustments
43469              for CRLF translation happening in C runtime. All other tests pass.
43470              
43471              Added note to README.win32 to point out the snags of doing a perl build
43472              with Norton AntiVirus turned on.
43473              
43474              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
43475              which file a fail comes from.
43476              
43477              Updated "canned" config.h to match the one generated.
43478      Branch: perlio
43479            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
43480            ! win32/makefile.mk
43481 ____________________________________________________________________________
43482 [  7801] By: jhi                                   on 2000/11/22  06:50:20
43483         Log: Nickety nits.
43484      Branch: perl
43485            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
43486 ____________________________________________________________________________
43487 [  7800] By: jhi                                   on 2000/11/22  01:29:55
43488         Log: Changes had accidentally gone too silent on non-main branches.
43489      Branch: perl
43490            ! Changes Porting/genlog patchlevel.h
43491 ____________________________________________________________________________
43492 [  7799] By: gsar                                  on 2000/11/22  01:02:56
43493         Log: some lib_pm.PL changes snuck in via change#7772
43494      Branch: maint-5.6/perl
43495            ! Makefile.SH
43496 ____________________________________________________________________________
43497 [  7798] By: nick                                  on 2000/11/21  21:59:40
43498         Log: Integrate mainline
43499      Branch: perlio
43500           !> (integrate 28 files)
43501 ____________________________________________________________________________
43502 [  7797] By: jhi                                   on 2000/11/21  21:01:45
43503         Log: Integrate perlio.
43504      Branch: perl
43505           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
43506 ____________________________________________________________________________
43507 [  7796] By: nick                                  on 2000/11/21  20:36:22
43508         Log: Win32 builds and runs (mostly) with USE_PERLIO.
43509              PERLIO=perlio passes all tests. 
43510              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
43511      Branch: perlio
43512            ! perlio.c win32/perllib.c win32/win32.c
43513 ____________________________________________________________________________
43514 [  7795] By: jhi                                   on 2000/11/21  19:03:44
43515         Log: Update Changes.
43516      Branch: perl
43517            ! Changes patchlevel.h
43518 ____________________________________________________________________________
43519 [  7794] By: jhi                                   on 2000/11/21  18:56:34
43520         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
43521              From: "Craig A. Berry" <craigberry@mac.com>
43522              Date: Mon, 20 Nov 2000 20:27:06 -0600
43523              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
43524              
43525              A cut-and-pasto.
43526      Branch: perl
43527            ! perlio.h
43528 ____________________________________________________________________________
43529 [  7793] By: jhi                                   on 2000/11/21  18:54:41
43530         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
43531              From: Dominic Dunlop <domo@computer.org> 
43532              Date: Mon, 20 Nov 2000 18:55:29 +0100
43533              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
43534              
43535              va_copy() and the need of it.
43536              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
43537      Branch: metaconfig/U/perl
43538            + need_va_copy.U
43539      Branch: perl
43540            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43541            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
43542            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
43543            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
43544            ! win32/config.bc win32/config.gc win32/config.vc
43545 ____________________________________________________________________________
43546 [  7792] By: jhi                                   on 2000/11/21  17:04:10
43547         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
43548      Branch: perl
43549           !> scope.h
43550 ____________________________________________________________________________
43551 [  7791] By: jhi                                   on 2000/11/21  17:01:16
43552         Log: Export the SOCKS workaround symbols only if necessary.
43553      Branch: perl
43554            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
43555 ____________________________________________________________________________
43556 [  7790] By: nick                                  on 2000/11/20  23:57:11
43557         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
43558      Branch: perlio
43559            ! scope.h
43560 ____________________________________________________________________________
43561 [  7789] By: nick                                  on 2000/11/20  23:38:33
43562         Log: Integrate mainline
43563      Branch: perlio
43564           +> lib/File/Spec/Epoc.pm
43565           !> (integrate 34 files)
43566 ____________________________________________________________________________
43567 [  7788] By: nick                                  on 2000/11/20  23:20:18
43568         Log: Make extra buffer layer work (dummy crlf layer)
43569      Branch: perlio
43570            ! doio.c perlio.c perlio.h
43571 ____________________________________________________________________________
43572 [  7787] By: jhi                                   on 2000/11/20  22:44:04
43573         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
43574              From: Peter Prymmer <pvhp@forte.com>
43575              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
43576              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
43577      Branch: perl
43578            ! t/pragma/locale.t
43579 ____________________________________________________________________________
43580 [  7786] By: jhi                                   on 2000/11/20  22:29:10
43581         Log: Subject: DOC PATCH 5.6.0 perlreftut
43582              From: mjd@plover.com
43583              Date: 20 Nov 2000 19:45:06 -0000
43584              Message-ID: <20001120194506.9505.qmail@plover.com>
43585      Branch: perl
43586            ! pod/perlreftut.pod
43587 ____________________________________________________________________________
43588 [  7785] By: jhi                                   on 2000/11/20  22:27:44
43589         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
43590              From: David Dyck <dcd@tc.fluke.com>
43591              Date: Mon, 20 Nov 2000 11:43:40 -0800
43592              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
43593      Branch: perl
43594            ! lib/Cwd.pm
43595 ____________________________________________________________________________
43596 [  7784] By: jhi                                   on 2000/11/20  22:23:21
43597         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
43598              Date: Mon, 20 Nov 2000 17:06:10 -0500
43599              To: Mailing list Perl5 <perl5-porters@perl.org>
43600              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
43601      Branch: perl
43602            ! pp_ctl.c t/op/pat.t
43603 ____________________________________________________________________________
43604 [  7783] By: jhi                                   on 2000/11/20  22:11:18
43605         Log: Subject: [PATCH] doop.c - UTF8 tr///               
43606              From: Simon Cozens <simon@cozens.net>
43607              Date: Sat, 18 Nov 2000 18:49:30 +0000
43608              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
43609              
43610              Subject: Re: [PATCH] doop.c - UTF8 tr///           
43611              From: Simon Cozens <simon@cozens.net>
43612              Date: Mon, 20 Nov 2000 20:45:22 +0000
43613              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
43614              
43615              Make tr on UTF-8 better but still not correct.
43616      Branch: perl
43617            ! doop.c
43618 ____________________________________________________________________________
43619 [  7782] By: jhi                                   on 2000/11/20  22:02:16
43620         Log: Remove the shared object before attempting to create
43621              (by linking) a new one.  E.g. in AIX not removing
43622              becomes quite painful if one tries to do more than one
43623              build in the same tree (an interrupted build, for example),
43624              since the AIX' shared dynaloader seemingly keeps the shared
43625              objects open and therefore 'busy' for quite a while, even when
43626              nobody is using the objects, leading into link failures.
43627      Branch: perl
43628            ! lib/ExtUtils/MM_Unix.pm
43629 ____________________________________________________________________________
43630 [  7781] By: gsar                                  on 2000/11/20  19:02:55
43631         Log: type mismatch due to faulty integration
43632      Branch: maint-5.6/perl
43633            ! toke.c win32/Makefile
43634 ____________________________________________________________________________
43635 [  7780] By: gsar                                  on 2000/11/20  17:31:55
43636         Log: integrate changes#6392,6394..6399,6401..6404
43637              
43638              The {multiplier} of a fixed substring was overlooked which
43639              caused a wrong initial search offset for that substring.
43640              
43641              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43642              From: Hugo <hv@crypt.compulink.co.uk>
43643              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43644              Date: Thu, 13 Jul 2000 19:27:13 +0100
43645              
43646              Fix the BOM bug: not a byteorder bug, a signedness bug.
43647              
43648              Replace change #6337 with a better one.
43649              
43650              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43651              From: Hugo <hv@crypt.compulink.co.uk>
43652              Date: Fri, 14 Jul 2000 04:16:20 +0100
43653              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43654              
43655              MakeMaker should not remove editor backups (*~) on `make clean`
43656              by default (completes change#6383)
43657              
43658              move new variables to the end of the interpreter structure (for
43659              bincompat in code that doesn't #include XSUB.h)
43660              
43661              rename totally bletcherous SvLOCK() thingy (doesn't do what the
43662              name suggests anyway)
43663              
43664              various cleanups (typos, misformatted code, and small bugs)
43665              
43666              typecasts needed for change#6394
43667              
43668              typos in change#6399, regen headers
43669              
43670              inconsistent types needs casts
43671              
43672              PERL_OBJECT build tweaks
43673      Branch: maint-5.6/perl
43674           !> MANIFEST doop.c embed.h embed.pl embedvar.h
43675           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
43676           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
43677           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
43678           !> toke.c util.c
43679 ____________________________________________________________________________
43680 [  7779] By: gsar                                  on 2000/11/20  17:06:29
43681         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
43682              
43683              Cosmetics and perldelta.
43684              
43685              Fix nits noticed by Boston.pm.
43686              
43687              Do the cc sanity check both before the hints and
43688              after the cc selction.
43689              
43690              get sprintf.t to adjust properly for 3-digit exponents
43691              
43692              don't clobber *.orig files on *clean targets
43693              
43694              fix bugs in processing %v-*d and similar format specs (from
43695              Avi Finkel <avi@finkel.org>)
43696              
43697              sprintf test tweaks (from Dominic Dunlop)
43698              
43699              new selfloader.t in change#6183 doesn't close DATA handles,
43700              and thus fails to clean up tmp files on dosish platforms
43701              
43702              typos (spotted by Peter Prymmer)
43703              
43704              typo fix from Craig Berry
43705      Branch: maint-5.6/perl
43706           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
43707           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
43708           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
43709           !> x2p/Makefile.SH
43710 ____________________________________________________________________________
43711 [  7778] By: gsar                                  on 2000/11/20  16:46:51
43712         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
43713              
43714              Subject: Re: format bug report  [Patch]
43715              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43716              Date: Wed, 05 Jul 2000 13:12:52 +0200
43717              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
43718              
43719              Subject: Re: format bug report  [Patch]
43720              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43721              Date: Wed, 05 Jul 2000 14:10:01 +0200
43722              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
43723              
43724              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
43725              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43726              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
43727              Date: Fri, 07 Jul 2000 17:57:16 +0100
43728              
43729              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
43730              To: perl5-porters@perl.org
43731              From: Karsten Sperling <spiff@phreax.net>
43732              Date: Mon, 10 Jul 2000 15:12:52 +0200
43733              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
43734              
43735              README.posix-bc podified from Thomas Dorner.
43736              
43737              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
43738              From: Dominic Dunlop <domo@computer.org>
43739              Date: Tue, 11 Jul 2000 12:27:33 +0200
43740              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
43741              
43742              Typo in #6341.
43743              
43744              Fix for
43745              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
43746              From: Roderick Schertler <roderick@argon.org>
43747              Date: Tue, 11 Jul 2000 13:55:05 -0400
43748              Message-Id: <200007111755.NAA05077@jones.argon.org>
43749              
43750              Minor cleanups on the booklist.
43751              
43752              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
43753              regen perltoc.
43754              
43755              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43756      Branch: maint-5.6/perl
43757           +> pod/perlbook.pod
43758           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
43759           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
43760           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
43761 ____________________________________________________________________________
43762 [  7777] By: jhi                                   on 2000/11/20  16:08:49
43763         Log: Update Changes.
43764      Branch: perl
43765            ! Changes patchlevel.h
43766 ____________________________________________________________________________
43767 [  7776] By: jhi                                   on 2000/11/20  15:27:56
43768         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
43769              This may be overly harsh but until proven otherwise, we think this
43770              way, or until we have a simple test for Configure (having to start
43771              up servers is does not count as simple) to check for the problems.
43772      Branch: perl
43773            ! perl.h
43774 ____________________________________________________________________________
43775 [  7775] By: jhi                                   on 2000/11/20  15:22:17
43776         Log: Solaris hints tweaks.
43777      Branch: perl
43778            ! hints/solaris_2.sh
43779 ____________________________________________________________________________
43780 [  7774] By: jhi                                   on 2000/11/20  15:01:20
43781         Log: Add a workaround to SOCKS 64-bit problems.
43782      Branch: perl
43783            ! doio.c embed.h embed.pl perlsdio.h proto.h
43784 ____________________________________________________________________________
43785 [  7773] By: jhi                                   on 2000/11/20  14:51:47
43786         Log: sysseek() instead of seek().
43787      Branch: perl
43788            ! t/lib/syslfs.t
43789 ____________________________________________________________________________
43790 [  7772] By: gsar                                  on 2000/11/20  13:06:23
43791         Log: integrate changes#6315..6319,6321..6331,6333..6338
43792              
43793              Integrate with Sarathy, preliminary fix for unicos
43794              alignment problems in [ID 20000612.002] Perl problem on Cray system.
43795              
43796              some debugger output does not go to the socket when RemotePort is set
43797              
43798              winsock cleanup never done on Windows (leads to handle leaks)
43799              
43800              fix UNC path handling on Windows under ithreads, and chdir()
43801              return value when given a non-existent directory
43802              
43803              Autogenerate pod/Makefile and pod/buildtoc.
43804              buildtoc also checks whether the existin pods are
43805              mentioned in MANIFEST and perl.pod, and vice versa.
43806              (None of the thusly found discrepancies fixed yet.)
43807              roffitall also needs to be autogenerated similarly but it
43808              seems so badly out of date that I didn't touch it yet.
43809              
43810              Config is being used.
43811              
43812              Add =head1 NAMEs so that buildtoc is happy.
43813              (The CGI::Util nit reported to Lincoln.)
43814              
43815              Fix complaints of buildtoc.
43816              
43817              Fix the alignment problem in Crays ([ID 20000612.002]).
43818              
43819              Remove perlbook, update perlfaq book listing,
43820              rearrange perl.pod, regenerate perltoc.
43821              
43822              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
43823              was cast to an unsigned (32-bit) integer with wild abandon.
43824              
43825              winsock options weren't being set in all threads under ithreads
43826              (caused send()s from second and subsequent threads to fail)
43827              
43828              accept() leaks memory on windows due to incorrect ordering of
43829              closesocket() and fclose() calls
43830              
43831              Reorder perl.pod once more.
43832              
43833              More POSIX.pod tweaks.
43834              
43835              Sprinkle ldlibpath.
43836              
43837              Precedence goof, fix based on
43838              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
43839              From: Hugo <hv@crypt.compulink.co.uk>
43840              Date: Tue, 11 Jul 2000 12:52:38 +0100
43841              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
43842              
43843              Subject: PATCH perlguts.pod: Document D and d magic types
43844              From: mjd@plover.com
43845              Date: 5 Jul 2000 18:01:51 -0000
43846              Message-ID: <20000705180151.29413.qmail@plover.com>
43847              
43848              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
43849              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
43850              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
43851              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
43852              
43853              Subject: [PATCH cfgperl] $& segfaults if you trick it
43854              From: simon@brecon.co.uk (Simon Cozens)
43855              Date: 7 Jul 2000 11:26:09 GMT
43856              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
43857              
43858              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
43859              From: Hugo <hv@crypt.compulink.co.uk>
43860              Date: Tue, 11 Jul 2000 12:44:50 +0100
43861              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
43862              
43863              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
43864              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43865              Date: Tue, 11 Jul 2000 13:50:51 +0100
43866              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
43867      Branch: maint-5.6/perl
43868           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
43869           +> pod/buildtoc.PL
43870            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
43871           !> (integrate 26 files)
43872 ____________________________________________________________________________
43873 [  7771] By: gsar                                  on 2000/11/20  12:31:42
43874         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
43875              6310,6311,6314
43876              
43877              Subject: [PATCH bleedperl] File::Spec 0.82 beta
43878              From: Barrie Slaymaker <barries@jester.slaysys.com>
43879              Date: Wed, 28 Jun 2000 11:35:29 -0400
43880              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
43881              
43882              tweak perlembed for multiplicity/usethreads sanity; correct notes
43883              about Windows
43884              
43885              localize %INC in a Safe compartment so that use/require work
43886              (many other magic globals probably need similar treatment)
43887              
43888              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
43889              when @_ is modified, causing coredumps
43890              
43891              slurp mode fix in change#4736 still not quite right
43892              
43893              Point to perlipc for more SysV IPC examples.
43894              
43895              Elaborate POSIX.pod.  Still needs work.
43896              
43897              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
43898              
43899              fix large memory leak that has been around for ever, masked by
43900              -DPURIFY (most of the arenas were never freed!)
43901              
43902              fix memory leak on Windows (PL_sys_intern contents were never
43903              freed)
43904              
43905              PERL_OBJECT build tweak
43906              
43907              adjust change#6299
43908              
43909              remove rel2abs prototypes (from Barrie Slaymaker)
43910              
43911              missing perldiag entry for unpack("w",...) diagnostic (from
43912              Andreas Koenig)
43913              
43914              better diagnostic on Frob->stuff() when Frob:: doesn't exist
43915              (from Richard Soderberg <rs@oregonnet.com>)
43916              
43917              Win32 patches for cfgperl from Sarathy.
43918              
43919              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
43920              
43921              More POSIX.pod embellishment.
43922              
43923              tyop in change#6306
43924      Branch: maint-5.6/perl
43925           !> (integrate 44 files)
43926 ____________________________________________________________________________
43927 [  7770] By: gsar                                  on 2000/11/20  11:51:00
43928         Log: integrate changes#6268..6282 from cfgperl branch
43929              
43930              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
43931              From: Dominic Dunlop <domo@computer.org>
43932              Date: Thu, 29 Jun 2000 12:32:39 +0200
43933              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
43934              
43935              Regen headers for #6261 (and update embed.pl for this) and #6267,
43936              silence few compiler warnings.
43937              
43938              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
43939              From: Nicholas Clark <nick@talking.bollo.cx>
43940              Date: Fri, 23 Jun 2000 16:21:15 +0100
43941              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
43942              
43943              Subject: PATCH pod/perltie.pod
43944              From: Ian Phillipps <Ian.Phillipps@iname.com>
43945              Date: Fri, 16 Jun 2000 00:17:19 +0100
43946              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
43947              (only the first hunk, the second hunk had already been done
43948              by some other patch)
43949              
43950              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
43951              From: Tom Phoenix <rootbeer@redcat.com>
43952              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
43953              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
43954              
43955              Subject: [PATCH] xsub attributes
43956              From: Doug MacEachern <dougm@covalent.net>
43957              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
43958              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
43959              
43960              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
43961              From: Andy Dougherty <doughera@lafayette.edu>
43962              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
43963              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
43964              
43965              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
43966              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43967              Date: Tue, 13 Jun 2000 02:43:48 -0500
43968              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
43969              
43970              Subject: [PATCH] Re: eval documentation: context
43971              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43972              Date: Mon, 12 Jun 2000 15:07:29 +0100
43973              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
43974              
43975              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
43976              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43977              Date: Mon, 12 Jun 2000 14:55:59 +0100
43978              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
43979              
43980              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
43981              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
43982              Date: Fri, 09 Jun 2000 12:39:27 -0400
43983              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
43984              (plus update the version "number" of Text::Wrap)
43985              
43986              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
43987              From: Tim Ayers <tayers@bridge.com>
43988              Date: Thu, 08 Jun 2000 08:11:06 +0200
43989              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
43990              [resent by Richard Foley, Message-Id probably wrong]
43991              
43992              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
43993              From: rspier@pobox.com (Robert Spier)
43994              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
43995              Message-ID: <14654.31913.845602.610277@rls.cx>
43996              
43997              Subject: [PATCH 5.6.0] utils/h2xs.PL
43998              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
43999              Date: Wed, 7 Jun 2000 04:02:04 -0500
44000              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
44001              
44002              Subject: [PATCH 5.6.0]ITHREADs for VMS
44003              From: Dan Sugalski <dan@sidhe.org>
44004              Date: Tue, 06 Jun 2000 11:59:50 -0400
44005              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
44006      Branch: maint-5.6/perl
44007           !> (integrate 31 files)
44008 ____________________________________________________________________________
44009 [  7769] By: gsar                                  on 2000/11/20  11:29:06
44010         Log: integrate changes#6261..6266 from cfgperl
44011              
44012              Subject: Re: [PATCH cfgperl] BOMs away!
44013              From: simon@brecon.co.uk (Simon Cozens)
44014              Date: 17 Jun 2000 11:49:57 GMT
44015              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
44016              
44017              Subject: 5.6.0 Patch for EPOC
44018              From: Olaf Flebbe <o.flebbe@gmx.de>
44019              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
44020              Message-ID: <23449.960929969@www11.gmx.net>
44021              
44022              tr fixes from Simon Cozens
44023              
44024              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
44025              From: Marty Lucich <marty@netcom.com>
44026              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
44027              Message-Id: <200006282116.OAA11148@netcom.com>
44028              ccdlflags update (the BSD/OS 4.1 part had already been taken
44029              care of by #6141).
44030              
44031              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
44032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44033              Date: Wed, 28 Jun 2000 17:50:12 -0700
44034              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
44035              
44036              Subject: [PATCH 5.6.0] cygwin port
44037              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
44038              From: "Fifer, Eric" <EFifer@sanwaint.com>
44039              Date: Thu, 29 Jun 2000 12:58:29 +0100
44040      Branch: maint-5.6/perl
44041           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
44042           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
44043           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44044           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
44045 ____________________________________________________________________________
44046 [  7768] By: gsar                                  on 2000/11/20  11:13:44
44047         Log: integrate changes#6252..6256,6259..6260
44048              
44049              Paranoia tweak on #6249.
44050              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
44051              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44052              Date: Sun, 25 Jun 2000 23:43:12 -0400
44053              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
44054              
44055              Subject: tr///, help wanted.
44056              From: simon@brecon.co.uk (Simon Cozens)
44057              Date: 28 Jun 2000 11:29:04 GMT
44058              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
44059              
44060              small thinko tweaks
44061              
44062              tweaks from Simon Conzes to further fix tr/// under utf8
44063              
44064              perlnewmod was missing from MANIFEST.
44065              
44066              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
44067              From: simon@brecon.co.uk (Simon Cozens)
44068              Date: 17 Jun 2000 11:56:44 GMT
44069              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
44070              pack U0, pack C0
44071      Branch: maint-5.6/perl
44072           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
44073           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
44074           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
44075           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
44076 ____________________________________________________________________________
44077 [  7767] By: gsar                                  on 2000/11/20  10:51:38
44078         Log: integrate change#6250 from cfgperl
44079              
44080              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
44081              From: Doug MacEachern <dougm@covalent.net>
44082              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
44083              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
44084      Branch: maint-5.6/perl
44085           +> t/op/my_stash.t
44086           !> MANIFEST embed.pl global.sym proto.h toke.c
44087 ____________________________________________________________________________
44088 [  7766] By: gsar                                  on 2000/11/20  10:48:34
44089         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
44090              
44091              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
44092              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44093              Date: Mon, 26 Jun 2000 18:40:14 +0100
44094              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
44095              
44096              Subject: [PATCH] bytes<->utf8 fixes
44097              From: simon@brecon.co.uk (Simon Cozens)
44098              Date: 26 Jun 2000 04:55:45 GMT
44099              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
44100              
44101              Subject: [PATCH] is_utf8_string
44102              From: simon@brecon.co.uk (Simon Cozens)
44103              Date: 26 Jun 2000 02:25:59 GMT
44104              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
44105              
44106              Subject: [PATCH] avoid mg_ptr in '*' magic
44107              From: Doug MacEachern <dougm@covalent.net>
44108              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
44109              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
44110              
44111              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
44112              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44113              Date: Sat, 24 Jun 2000 13:06:20 +0100
44114              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
44115              
44116              Allow for standalone testing.
44117              
44118              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
44119              From: Mark-Jason Dominus <mjd@plover.com>
44120              Date: Tue, 27 Jun 2000 22:36:42 -0400
44121              Message-ID: <20000628023642.12166.qmail@plover.com>
44122              
44123              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
44124              From: Frank Tobin <ftobin@uiuc.edu>
44125              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
44126              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
44127      Branch: maint-5.6/perl
44128           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
44129           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
44130           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
44131           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
44132           !> utf8.c utils/h2xs.PL
44133 ____________________________________________________________________________
44134 [  7765] By: gsar                                  on 2000/11/20  10:29:13
44135         Log: integrate change#6239 from cfgperl
44136              
44137              Configure maintenance.  Sever some dependency cycles,
44138              separate gccversion from the cc unit,
44139              address [ID 20000623.006] Configure script patch for using gcc on AIX
44140              (but solve it a little bit differently),
44141              unduplex some accidentally duplicated units,
44142              suggest using gcc if no cc available
44143              (p5p thread: "Solaris configure: counterproposal", 1999-09)
44144      Branch: maint-5.6/perl
44145           !> Configure Todo-5.6 config_h.SH
44146 ____________________________________________________________________________
44147 [  7764] By: gsar                                  on 2000/11/20  10:25:55
44148         Log: integrate changes#6233..6238 from cfgperl
44149              
44150              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
44151              From: Mark-Jason Dominus <mjd@plover.com>
44152              Date: Fri, 16 Jun 2000 20:53:04 -0400
44153              Message-ID: <20000617005304.8008.qmail@plover.com>
44154              
44155              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
44156              because when run as services (Win32ese for daemons)
44157              no environment variables are set and tmpdir ends up as /tmp,
44158              which is ambiguous.
44159              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
44160              From: matt@sergeant.org
44161              Date: 16 Jun 2000 16:30:43 -0000
44162              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
44163              
44164              The thread begun by
44165              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
44166              From: Kevin.Ruscoe@ubsw.com
44167              Date: Fri, 16 Jun 2000 16:38:51 +0100
44168              Message-Id: <H000019b03c300d6@MHS>
44169              
44170              Tweak embed.pl, regen headers.
44171              
44172              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
44173              From: Dan Sugalski <dan@sidhe.org>
44174              Date: Fri, 23 Jun 2000 17:00:00 -0400
44175              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
44176      Branch: maint-5.6/perl
44177           !> (integrate 27 files)
44178 ____________________________________________________________________________
44179 [  7763] By: gsar                                  on 2000/11/20  10:08:08
44180         Log: s/perl56delta/perldelta/g
44181      Branch: maint-5.6/perl
44182            ! pod/Makefile
44183 ____________________________________________________________________________
44184 [  7762] By: gsar                                  on 2000/11/20  10:04:00
44185         Log: integrate changes#6225,6229,6231,6232 from cfgperl
44186              
44187              Add source code filenames to apidoc.
44188              From: simon@brecon.co.uk (Simon Cozens)
44189              Subject: [PATCH embed.pl] Source X-ref
44190              Date: 22 Jun 2000 02:18:49 GMT
44191              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
44192              
44193              Subject: README.hpux version 0.6.1
44194              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
44195              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
44196              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
44197              
44198              Subject: [PATCH 5.6.0] cygwin port
44199              From: "Fifer, Eric" <EFifer@sanwaint.com>
44200              Date: Tue, 20 Jun 2000 14:30:58 +0100
44201              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
44202              
44203              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
44204              From: simon@brecon.co.uk (Simon Cozens)
44205              Date: 19 Jun 2000 15:18:27 GMT
44206              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
44207              
44208              plus update pod/Makefile and regenerate perltoc
44209      Branch: maint-5.6/perl
44210           +> pod/perlutil.pod
44211           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
44212           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
44213 ____________________________________________________________________________
44214 [  7761] By: jhi                                   on 2000/11/20  04:09:55
44215         Log: Miraculous typo.
44216      Branch: perl
44217            ! t/op/pat.t
44218 ____________________________________________________________________________
44219 [  7760] By: jhi                                   on 2000/11/20  04:06:08
44220         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
44221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44222              Date: Sun, 19 Nov 2000 22:30:26 -0500
44223              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
44224      Branch: perl
44225            ! regexec.c scope.h t/op/pat.t
44226 ____________________________________________________________________________
44227 [  7759] By: jhi                                   on 2000/11/20  02:05:22
44228         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
44229      Branch: perl
44230            ! perl.h
44231 ____________________________________________________________________________
44232 [  7758] By: jhi                                   on 2000/11/20  01:58:11
44233         Log: Subject: [perl 7711: EPOC] updates
44234              From: Olaf Flebbe <o.flebbe@gmx.de>
44235              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
44236              Message-ID: <25575.974658810@www23.gmx.net>               
44237      Branch: perl
44238            + lib/File/Spec/Epoc.pm
44239            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
44240            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
44241            ! lib/File/Spec.pm perl.c sv.c
44242 ____________________________________________________________________________
44243 [  7757] By: jhi                                   on 2000/11/20  01:53:11
44244         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
44245      Branch: perl
44246            ! MANIFEST
44247 ____________________________________________________________________________
44248 [  7756] By: jhi                                   on 2000/11/20  01:47:22
44249         Log: Integrate perlio.
44250      Branch: perl
44251            - ext/re/hints/MSWin32.pl
44252           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
44253           !> win32/config.gc win32/config_H.gc win32/win32sck.c
44254 ____________________________________________________________________________
44255 [  7755] By: nick                                  on 2000/11/19  20:57:17
44256         Log: Add dummy crlf layer (just as buffer)
44257              Correct 1st bug - one layer of indirection.
44258      Branch: perlio
44259            ! perlio.c perlio.h perliol.h
44260 ____________________________________________________________________________
44261 [  7754] By: nick                                  on 2000/11/19  20:56:12
44262         Log: Work-round to Perl_deb_nocontext is no longer required
44263      Branch: perlio
44264            - ext/re/hints/MSWin32.pl
44265 ____________________________________________________________________________
44266 [  7753] By: nick                                  on 2000/11/19  20:01:16
44267         Log: diff -se shows these as different
44268      Branch: perlio
44269            ! global.sym pod/perlapi.pod
44270 ____________________________________________________________________________
44271 [  7752] By: nick                                  on 2000/11/19  18:57:30
44272         Log: Configure GCC/Win32 build -Duseperlio
44273              Fix a couple of gross issues
44274              - double-include of ../deb.o in re.dll
44275              - win32sck.c needs PerlIO and FILE 
44276      Branch: perlio
44277            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
44278            ! win32/win32sck.c
44279 ____________________________________________________________________________
44280 [  7751] By: nick                                  on 2000/11/19  17:05:36
44281         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
44282      Branch: perlio
44283            ! perlio.c
44284 ____________________________________________________________________________
44285 [  7750] By: nick                                  on 2000/11/19  16:57:14
44286         Log: Missing aTHX_
44287      Branch: perlio
44288            ! sv.c
44289 ____________________________________________________________________________
44290 [  7749] By: jhi                                   on 2000/11/19  16:28:40
44291         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
44292              From: "Peter J. Farley III" <pjfarley@banet.net>
44293              Date: Sun, 19 Nov 2000 01:42:58 -0500
44294              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
44295      Branch: perl
44296            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
44297 ____________________________________________________________________________
44298 [  7748] By: jhi                                   on 2000/11/19  16:08:10
44299         Log: Subject: podlators 1.05 available        
44300              From: Russ Allbery <rra@stanford.edu>   
44301              Date: 18 Nov 2000 22:04:28 -0800
44302              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
44303      Branch: perl
44304            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
44305 ____________________________________________________________________________
44306 [  7747] By: nick                                  on 2000/11/19  11:19:39
44307         Log: Integrate mainline
44308      Branch: perlio
44309           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
44310           !> util.c
44311 ____________________________________________________________________________
44312 [  7746] By: jhi                                   on 2000/11/19  06:42:22
44313         Log: Make hex scanning warn on "\x{x}" and "\xx".
44314              "\x" and and hex("x") are still valid.
44315      Branch: perl
44316            ! util.c
44317 ____________________________________________________________________________
44318 [  7745] By: nick                                  on 2000/11/18  22:52:28
44319         Log: Integrate mainline
44320      Branch: perlio
44321           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
44322           !> perl.h perlio.c proto.h regcomp.c regcomp.h
44323 ____________________________________________________________________________
44324 [  7744] By: jhi                                   on 2000/11/18  22:50:28
44325         Log: Introduce Perl_utf8_length().  Use it.
44326      Branch: perl
44327            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
44328 ____________________________________________________________________________
44329 [  7743] By: jhi                                   on 2000/11/18  22:38:51
44330         Log: Compiler denit.
44331      Branch: perl
44332            ! perlio.c
44333 ____________________________________________________________________________
44334 [  7742] By: jhi                                   on 2000/11/18  20:33:05
44335         Log: Integrate perlio.
44336      Branch: perl
44337           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
44338           !> perlio.h pp_ctl.c pp_sys.c sv.c
44339 ____________________________________________________________________________
44340 [  7741] By: jhi                                   on 2000/11/18  20:31:27
44341         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
44342              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44343              Date: Fri, 17 Nov 2000 20:35:11 -0500
44344              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
44345              
44346              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
44347              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44348              Date: Fri, 17 Nov 2000 21:03:47 -0500
44349              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
44350              
44351              Plus a little bit of tweaking in pregcomp().
44352      Branch: perl
44353            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
44354 ____________________________________________________________________________
44355 [  7740] By: nick                                  on 2000/11/18  20:17:22
44356         Log: Lexical use open ... support:
44357              add ->cop_io to COP structure in cop.h.
44358              Make mg.c and gv.c associate it with ${^OPEN}.
44359              Make lib/open.pm set it.
44360              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
44361              manner similar to ->cop_warnings.
44362              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
44363              call new PerlIO_apply_layers().
44364              Declare latter in perlio.h and define in perlio.c
44365      Branch: perlio
44366            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
44367            ! perlio.h pp_ctl.c pp_sys.c sv.c
44368 ____________________________________________________________________________
44369 [  7739] By: jhi                                   on 2000/11/18  19:54:00
44370         Log: Integrate perlio.
44371      Branch: perl
44372           !> doio.c perlio.c pp.c
44373 ____________________________________________________________________________
44374 [  7738] By: jhi                                   on 2000/11/18  17:16:13
44375         Log: Subject: [PATCH 5.7.0] etags broken again
44376              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44377              Date: Sat, 18 Nov 2000 02:41:36 -0500
44378              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
44379      Branch: perl
44380            ! emacs/ptags
44381 ____________________________________________________________________________
44382 [  7737] By: jhi                                   on 2000/11/18  17:12:18
44383         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
44384      Branch: perl
44385            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44386 ____________________________________________________________________________
44387 [  7736] By: nick                                  on 2000/11/18  14:06:20
44388         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
44389              part to be isolated.
44390      Branch: perlio
44391            ! doio.c perlio.c
44392 ____________________________________________________________________________
44393 [  7735] By: nick                                  on 2000/11/18  11:03:32
44394         Log: Integrate mainline
44395      Branch: perlio
44396           !> Changes README.amiga README.win32 patchlevel.h
44397           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
44398 ____________________________________________________________________________
44399 [  7734] By: jhi                                   on 2000/11/18  01:18:56
44400         Log: Update Changes.
44401      Branch: perl
44402            ! Changes patchlevel.h
44403 ____________________________________________________________________________
44404 [  7733] By: jhi                                   on 2000/11/18  00:32:54
44405         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
44406              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
44407              Date: Fri, 17 Nov 2000 17:28:02 -0500
44408              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
44409      Branch: perl
44410            ! regcomp.c regexec.c t/op/re_tests
44411 ____________________________________________________________________________
44412 [  7732] By: jhi                                   on 2000/11/18  00:28:56
44413         Log: Sparc 64-bit pack() fix from Jens Hamisch.
44414      Branch: perl
44415            ! pp.c
44416 ____________________________________________________________________________
44417 [  7731] By: jhi                                   on 2000/11/18  00:18:39
44418         Log: Explain in more detail the {} syntax ambiguousity.
44419              
44420              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
44421              From: Nicholas Clark <nick@ccl4.org>
44422              Date: Fri, 17 Nov 2000 22:10:28 +0000
44423              Message-ID: <20001117221028.A88930@plum.flirble.org>
44424      Branch: perl
44425            ! pod/perlfunc.pod
44426 ____________________________________________________________________________
44427 [  7730] By: jhi                                   on 2000/11/18  00:12:18
44428         Log: Subject: Fix for README.amiga (20000323.033)
44429              From: "Stephen P. Potter" <spp@spotter.yi.org>
44430              Date: Fri, 17 Nov 2000 12:25:51 -0500
44431              Message-Id: <200011171725.MAA05768@spotter.yi.org>
44432      Branch: perl
44433            ! README.amiga
44434 ____________________________________________________________________________
44435 [  7729] By: jhi                                   on 2000/11/18  00:08:34
44436         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
44437              From: "A. C. Yardley" <yardley@tanet.net>
44438              Date: Mon, 3 Apr 2000 11:35:33 -0700
44439              Message-ID: <3483.000403@tanet.net>
44440      Branch: perl
44441            ! README.win32
44442 ____________________________________________________________________________
44443 [  7728] By: nick                                  on 2000/11/17  21:59:47
44444         Log: Integrate mainline
44445      Branch: perlio
44446           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
44447           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
44448           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
44449           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
44450 ____________________________________________________________________________
44451 [  7727] By: nick                                  on 2000/11/17  21:56:31
44452         Log: Experiment on use of attributes.pm interface.
44453              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
44454              SVt_PVRV if not already something better (else vivify of say magic gets
44455              core dump).
44456      Branch: perlio
44457            ! perlio.c pp.c
44458 ____________________________________________________________________________
44459 [  7726] By: jhi                                   on 2000/11/17  14:15:49
44460         Log: Subject: Fix for 20000815.006
44461              From: "Stephen P. Potter" <spp@spotter.yi.org>
44462              Date: Fri, 17 Nov 2000 08:57:45 -0500
44463              Message-Id: <200011171357.IAA05122@spotter.yi.org>
44464              
44465              It's really 20000518.006.
44466      Branch: perl
44467            ! pod/perlmodlib.PL
44468 ____________________________________________________________________________
44469 [  7725] By: jhi                                   on 2000/11/17  14:12:31
44470         Log: Subject: Fix for 20000409.001
44471              From: "Stephen P. Potter" <spp@spotter.yi.org>
44472              Date: Fri, 17 Nov 2000 08:55:45 -0500
44473              Message-Id: <200011171355.IAA05104@spotter.yi.org>
44474      Branch: perl
44475            ! pod/perlfaq9.pod
44476 ____________________________________________________________________________
44477 [  7724] By: jhi                                   on 2000/11/17  14:08:58
44478         Log: Undo #7627 now that we have =head3.
44479      Branch: perl
44480            ! pod/perlhack.pod
44481 ____________________________________________________________________________
44482 [  7723] By: jhi                                   on 2000/11/17  14:04:09
44483         Log: As surmised the #7719 wasn't a good move.
44484      Branch: perl
44485            ! hints/solaris_2.sh
44486 ____________________________________________________________________________
44487 [  7722] By: jhi                                   on 2000/11/17  13:59:04
44488         Log: Also the 64bitall hints can be either here or there.
44489      Branch: perl
44490            ! hints/solaris_2.sh
44491 ____________________________________________________________________________
44492 [  7721] By: jhi                                   on 2000/11/17  02:26:23
44493         Log: Test tweak for the open pragma.
44494      Branch: perl
44495            ! t/lib/b.t
44496 ____________________________________________________________________________
44497 [  7720] By: jhi                                   on 2000/11/17  00:23:22
44498         Log: The long double hints can be here or there.
44499      Branch: perl
44500            ! hints/solaris_2.sh
44501 ____________________________________________________________________________
44502 [  7719] By: jhi                                   on 2000/11/17  00:14:06
44503         Log: For Solaris use64bitall the stdchar needs a little bit of help.
44504      Branch: perl
44505            ! hints/solaris_2.sh
44506 ____________________________________________________________________________
44507 [  7718] By: jhi                                   on 2000/11/16  23:27:34
44508         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
44509              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
44510              Date: Wed, 15 Nov 2000 08:56:32 +0100
44511              Message-ID: <3A1241B0.64477E00@alcatel.at>
44512      Branch: perl
44513            ! lib/Carp/Heavy.pm
44514 ____________________________________________________________________________
44515 [  7717] By: jhi                                   on 2000/11/16  23:23:29
44516         Log: Subject: [PATCH] Re: 20001101.003 PDL
44517              From: Nicholas Clark <nick@ccl4.org>
44518              Date: Thu, 16 Nov 2000 16:48:25 +0000
44519              Message-ID: <20001116164825.B93487@plum.flirble.org>
44520      Branch: perl
44521            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
44522 ____________________________________________________________________________
44523 [  7716] By: jhi                                   on 2000/11/16  23:21:31
44524         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
44525              From: "Casey R. Tweten" <crt@kiski.net>
44526              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
44527              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
44528      Branch: perl
44529            ! lib/Pod/Checker.pm pod/perlpod.pod
44530 ____________________________________________________________________________
44531 [  7715] By: jhi                                   on 2000/11/16  23:19:40
44532         Log: Avoid an infinite loop in VMS when utils scripts are run
44533              with no arguments, from Charles Lane.
44534      Branch: perl
44535            ! configure.com
44536 ____________________________________________________________________________
44537 [  7714] By: jhi                                   on 2000/11/16  23:17:08
44538         Log: Subject: perllocale.pod changes
44539              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44540              Date: Mon, 13 Nov 2000 10:09:22 +0300
44541              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
44542      Branch: perl
44543            ! pod/perllocale.pod
44544 ____________________________________________________________________________
44545 [  7713] By: jhi                                   on 2000/11/16  23:14:06
44546         Log: Integrate perlio.
44547      Branch: perl
44548           !> doio.c perlio.c perlio.h util.c
44549 ____________________________________________________________________________
44550 [  7712] By: nick                                  on 2000/11/16  21:10:58
44551         Log: Integrate mainline
44552      Branch: perlio
44553           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
44554           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
44555           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
44556           !> vos/config.ga.def vos/config.ga.h win32/config.bc
44557           !> win32/config.gc win32/config.vc
44558 ____________________________________________________________________________
44559 [  7711] By: nick                                  on 2000/11/16  19:56:41
44560         Log: Minor tweaks:
44561              consistent way of getting 'rb', 'wb' etc. for binary opens
44562              move *perlio::layers to *open::layers
44563              a #define to show layers available
44564              DOSISH popen/PerlIO had export/import sense inverted.
44565      Branch: perlio
44566            ! doio.c perlio.c perlio.h util.c
44567 ____________________________________________________________________________
44568 [  7710] By: jhi                                   on 2000/11/16  15:46:05
44569         Log: Add HAS_SBRK_PROTO.
44570      Branch: metaconfig/U/perl
44571            + d_sbrkproto.U
44572      Branch: perl
44573            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44574            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
44575            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
44576            ! vos/config.ga.def vos/config.ga.h win32/config.bc
44577            ! win32/config.gc win32/config.vc
44578 ____________________________________________________________________________
44579 [  7709] By: nick                                  on 2000/11/16  07:31:49
44580         Log: Integrate mainline
44581      Branch: perlio
44582           !> (integrate 35 files)
44583 ____________________________________________________________________________
44584 [  7708] By: jhi                                   on 2000/11/16  05:33:03
44585         Log: These files are text, not binary.
44586      Branch: perl
44587            ! ext/Encode/Encode/iso8859-10.enc
44588            ! ext/Encode/Encode/iso8859-13.enc
44589            ! ext/Encode/Encode/iso8859-14.enc
44590            ! ext/Encode/Encode/iso8859-15.enc
44591 ____________________________________________________________________________
44592 [  7707] By: jhi                                   on 2000/11/16  01:53:37
44593         Log: Update Changes.
44594      Branch: perl
44595            ! Changes patchlevel.h
44596 ____________________________________________________________________________
44597 [  7706] By: jhi                                   on 2000/11/16  01:35:59
44598         Log: More #undefing of stdio.
44599      Branch: perl
44600            ! fakesdio.h nostdio.h
44601 ____________________________________________________________________________
44602 [  7705] By: jhi                                   on 2000/11/16  01:34:18
44603         Log: Add fwalk() probe to the configuration files and regen perltoc.
44604      Branch: perl
44605            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44606            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
44607            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
44608            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
44609            ! win32/config.bc win32/config.gc win32/config.vc
44610 ____________________________________________________________________________
44611 [  7704] By: jhi                                   on 2000/11/16  01:33:07
44612         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
44613              an optional third argument to Inlibc?)
44614      Branch: metaconfig/U/perl
44615            + d__fwalk.U
44616 ____________________________________________________________________________
44617 [  7703] By: jhi                                   on 2000/11/16  01:09:22
44618         Log: The type of the hash_cb() size argument is tricky.
44619      Branch: perl
44620            ! ext/DB_File/DB_File.xs
44621 ____________________________________________________________________________
44622 [  7702] By: jhi                                   on 2000/11/15  23:01:16
44623         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
44624      Branch: perl
44625            ! nostdio.h
44626 ____________________________________________________________________________
44627 [  7701] By: jhi                                   on 2000/11/15  22:52:32
44628         Log: Detypo.
44629      Branch: perl
44630            ! t/lib/bigfltpm.t
44631 ____________________________________________________________________________
44632 [  7700] By: jhi                                   on 2000/11/15  22:51:56
44633         Log: UINT64_C() work continues.
44634      Branch: perl
44635            ! handy.h perl.h utf8.h
44636 ____________________________________________________________________________
44637 [  7699] By: jhi                                   on 2000/11/15  14:13:04
44638         Log: SOCKS has its own USE_THREADS, based on
44639              
44640              Subject: [ID 20001114.002] et. al. bugfix followup
44641              From: Jens Hamisch <jens@Strawberry.COM> 
44642              Date: Wed, 15 Nov 2000 14:23:11 +0100
44643              Message-ID: <20001115142311.A21164@Strawberry.COM>
44644      Branch: perl
44645            ! perl.h
44646 ____________________________________________________________________________
44647 [  7698] By: jhi                                   on 2000/11/15  03:50:56
44648         Log: Add few missing #undefs and sort them.
44649      Branch: perl
44650            ! fakesdio.h
44651 ____________________________________________________________________________
44652 [  7697] By: jhi                                   on 2000/11/15  03:39:14
44653         Log: Linenumber fix.
44654      Branch: perl
44655            ! t/pragma/warn/utf8
44656 ____________________________________________________________________________
44657 [  7696] By: jhi                                   on 2000/11/15  02:55:26
44658         Log: EBCDIC tweaks.
44659              
44660              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
44661              From: Peter Prymmer <pvhp@forte.com>
44662              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
44663              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
44664      Branch: perl
44665            ! t/op/regmesg.t t/pragma/warn/utf8
44666 ____________________________________________________________________________
44667 [  7695] By: jhi                                   on 2000/11/15  02:53:58
44668         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
44669              From: Peter Prymmer <pvhp@forte.com>
44670              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
44671              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
44672      Branch: perl
44673            ! utf8.c
44674 ____________________________________________________________________________
44675 [  7694] By: jhi                                   on 2000/11/15  02:50:55
44676         Log: Subject: [PATCH: perl@7674] updates to README.os390
44677              From: Prymmer/Kahn <pvhp@best.com>
44678              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
44679              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
44680      Branch: perl
44681            ! README.os390
44682 ____________________________________________________________________________
44683 [  7693] By: jhi                                   on 2000/11/15  02:48:37
44684         Log: Quit utf8_to_uv() instantly if curlen == 0.
44685      Branch: perl
44686            ! utf8.c
44687 ____________________________________________________________________________
44688 [  7692] By: jhi                                   on 2000/11/15  02:24:29
44689         Log: Use u_int32_t for the size of hash_cb(), not size_t.
44690              
44691              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
44692              From: Jens Hamisch <jens@Strawberry.COM>     
44693              Date: Tue, 14 Nov 2000 19:03:55 +0100
44694              Message-Id: <20001114190355.A20559@Strawberry.COM>
44695      Branch: perl
44696            ! ext/DB_File/DB_File.xs
44697 ____________________________________________________________________________
44698 [  7691] By: jhi                                   on 2000/11/15  02:20:12
44699         Log: Use UINT64_C().
44700              
44701              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
44702              From: Jens Hamisch <jens@Strawberry.COM>
44703              Date: Tue, 14 Nov 2000 19:16:23 +0100
44704              Message-Id: <20001114191623.G20559@Strawberry.COM>
44705      Branch: perl
44706            ! utf8.c utf8.h
44707 ____________________________________________________________________________
44708 [  7690] By: jhi                                   on 2000/11/15  02:17:06
44709         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
44710              (a macro to define signed and unsigned integer constants).
44711      Branch: perl
44712            ! handy.h
44713 ____________________________________________________________________________
44714 [  7689] By: jhi                                   on 2000/11/15  01:56:51
44715         Log: Regen Configure.
44716      Branch: perl
44717            ! Configure
44718 ____________________________________________________________________________
44719 [  7688] By: jhi                                   on 2000/11/15  01:56:32
44720         Log: Make the unit know about SOCKS.
44721      Branch: metaconfig
44722            ! U/protos/socksizetype.U
44723 ____________________________________________________________________________
44724 [  7687] By: jhi                                   on 2000/11/15  01:54:47
44725         Log: Remove unused dependencies.
44726      Branch: metaconfig
44727            ! U/compline/d_getpagsz.U
44728 ____________________________________________________________________________
44729 [  7686] By: nick                                  on 2000/11/14  21:25:13
44730         Log: Integrate mainline.
44731      Branch: perlio
44732           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
44733           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
44734           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
44735           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
44736           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
44737           !> win32/config.bc win32/config.gc win32/config.vc
44738           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
44739 ____________________________________________________________________________
44740 [  7685] By: jhi                                   on 2000/11/14  17:54:56
44741         Log: Integrate perlio.
44742      Branch: perl
44743           +> fakesdio.h perliol.h
44744           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
44745           !> perlsdio.h perlsfio.h pod/perlfunc.pod
44746 ____________________________________________________________________________
44747 [  7684] By: nick                                  on 2000/11/14  17:43:04
44748         Log: PerlIO #include and #ifdef re-work.
44749      Branch: perlio
44750            + fakesdio.h perliol.h
44751            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
44752            ! perlsdio.h perlsfio.h
44753 ____________________________________________________________________________
44754 [  7683] By: jhi                                   on 2000/11/14  15:42:40
44755         Log: Hoist the duplicated socket/netdb include logic to perl.h;
44756              undef SETERRNO in case SOCKS has defined it.  Based on:
44757              
44758              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
44759              From: Jens Hamisch <jens@Strawberry.COM> 
44760              Date: Tue, 14 Nov 2000 11:34:40 +0100
44761              Message-Id: <20001114113440.A20005@Strawberry.COM>
44762      Branch: perl
44763            ! doio.c perl.h pp_sys.c
44764 ____________________________________________________________________________
44765 [  7682] By: jhi                                   on 2000/11/14  14:07:28
44766         Log: Subject: some additions for makefiles for win32 (for perl@7674)
44767              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44768              Date: Tue, 14 Nov 2000 09:31:13 +0300
44769              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
44770      Branch: perl
44771            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
44772            ! win32/makefile.mk
44773 ____________________________________________________________________________
44774 [  7681] By: jhi                                   on 2000/11/14  14:01:41
44775         Log: Subject: tiny typo in perl5db.pl
44776              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
44777              Date: Tue, 14 Nov 2000 09:29:28 +0300
44778              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
44779      Branch: perl
44780            ! lib/perl5db.pl
44781 ____________________________________________________________________________
44782 [  7680] By: jhi                                   on 2000/11/14  04:13:50
44783         Log: Redo #7679 with LFs instead of CRLFs.
44784      Branch: perl
44785            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
44786            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
44787            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44788 ____________________________________________________________________________
44789 [  7679] By: jhi                                   on 2000/11/14  01:21:09
44790         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
44791              From: Benjamin Stuhl <tiriath@yahoo.com> 
44792              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44793              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44794      Branch: perl
44795            + win32/bin/mdelete.bat
44796            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
44797            ! makedef.pl perlio.c win32/Makefile win32/config.gc
44798            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
44799 ____________________________________________________________________________
44800 [  7678] By: jhi                                   on 2000/11/14  01:19:20
44801         Log: Fix the re extension building for Win32.
44802              
44803              Subject: [PATCH perl@7638] Get PerlIO building on Win32
44804              From: Benjamin Stuhl <tiriath@yahoo.com> 
44805              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
44806              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
44807      Branch: perl
44808            + ext/re/hints/MSWin32.pl
44809            ! MANIFEST
44810 ____________________________________________________________________________
44811 [  7677] By: jhi                                   on 2000/11/14  01:13:54
44812         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
44813              From: sthoenna@efn.org
44814              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
44815              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
44816      Branch: perl
44817            ! doop.c pp.c toke.c utf8.c utf8.h
44818 ____________________________________________________________________________
44819 [  7676] By: jhi                                   on 2000/11/13  20:23:15
44820         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44821              From: Nicholas Clark <nick@ccl4.org>
44822              Date: Mon, 13 Nov 2000 18:55:04 +0000
44823              Message-ID: <20001113185504.J29183@plum.flirble.org>
44824      Branch: perl
44825            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
44826 ____________________________________________________________________________
44827 [  7675] By: nick                                  on 2000/11/13  20:21:57
44828         Log: Integrate mainline ...
44829      Branch: perlio
44830           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
44831           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
44832           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
44833           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
44834 ____________________________________________________________________________
44835 [  7674] By: jhi                                   on 2000/11/13  15:07:56
44836         Log: Update Changes.
44837      Branch: perl
44838            ! Changes patchlevel.h
44839 ____________________________________________________________________________
44840 [  7673] By: jhi                                   on 2000/11/13  14:42:42
44841         Log: Remove the new two tests of lib/io_xs for now, they seem to
44842              fail under perlio on some platforms.
44843      Branch: perl
44844            ! t/lib/io_xs.t
44845 ____________________________________________________________________________
44846 [  7672] By: jhi                                   on 2000/11/13  13:57:53
44847         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
44848      Branch: perl
44849            ! perlio.c
44850 ____________________________________________________________________________
44851 [  7671] By: jhi                                   on 2000/11/13  05:30:48
44852         Log: Placate nervous compilers that see longer than ints switch()ing.
44853      Branch: perl
44854            ! utf8.c
44855 ____________________________________________________________________________
44856 [  7670] By: jhi                                   on 2000/11/13  05:14:21
44857         Log: fputs() does return EOF on error but here we don't care.
44858      Branch: perl
44859            ! perlio.c
44860 ____________________________________________________________________________
44861 [  7669] By: jhi                                   on 2000/11/13  05:02:45
44862         Log: Declare reg_data like reg_substr_data.
44863      Branch: perl
44864            ! regexp.h
44865 ____________________________________________________________________________
44866 [  7668] By: jhi                                   on 2000/11/13  04:54:34
44867         Log: Typos in #7667.
44868      Branch: perl
44869            ! perl.h
44870 ____________________________________________________________________________
44871 [  7667] By: jhi                                   on 2000/11/13  04:49:49
44872         Log: Cleanup messy #ifdef.
44873      Branch: perl
44874            ! perl.h
44875 ____________________________________________________________________________
44876 [  7666] By: jhi                                   on 2000/11/13  04:17:34
44877         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
44878              From: Nicholas Clark <nick@talking.bollo.cx>
44879              Date: Sun, 12 Nov 2000 21:14:11 +0000
44880              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
44881              
44882              Note: only one breakage of the two reported is fixed by this patch.
44883      Branch: perl
44884            ! perlio.c
44885 ____________________________________________________________________________
44886 [  7665] By: jhi                                   on 2000/11/13  04:05:07
44887         Log: Tweak the definition of the bit complement on UTF-8 data:
44888              if none of the characters in the string are > 0xff,
44889              the result is a complemented byte string, not a (UTF-8)
44890              char string.  Based on the summary in
44891              
44892              Subject: Re: [ID 20000918.005] ~ on wide chars
44893              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
44894              Date: Fri, 10 Nov 2000 09:47:15 -0800
44895              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
44896              
44897              This should give us the maximum backward (pre-char string)
44898              compatibility and utf8 compatibility.  The other alternative
44899              would be to limit the bit complement to be always byte only,
44900              taking the least significant byte of the chars.
44901      Branch: perl
44902            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
44903 ____________________________________________________________________________
44904 [  7664] By: jhi                                   on 2000/11/13  00:23:44
44905         Log: Couple of tests from #7660 salvaged.
44906      Branch: perl
44907            - t/op/tell.t
44908            ! MANIFEST t/io/tell.t
44909 ____________________________________________________________________________
44910 [  7663] By: jhi                                   on 2000/11/13  00:02:48
44911         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
44912              From: Nicholas Clark <nick@talking.bollo.cx>
44913              Date: Sun, 12 Nov 2000 21:23:43 +0000
44914              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
44915      Branch: perl
44916            ! perlsfio.h
44917 ____________________________________________________________________________
44918 [  7662] By: jhi                                   on 2000/11/13  00:01:39
44919         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
44920              From: Nicholas Clark <nick@talking.bollo.cx>
44921              Date: Sun, 12 Nov 2000 21:30:04 +0000
44922              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
44923      Branch: perl
44924            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
44925 ____________________________________________________________________________
44926 [  7661] By: jhi                                   on 2000/11/12  23:57:29
44927         Log: Document tell() on special streams.
44928      Branch: perl
44929            ! pod/perlfunc.pod
44930 ____________________________________________________________________________
44931 [  7660] By: jhi                                   on 2000/11/12  23:54:22
44932         Log: (Subsumed by #7664)
44933      Branch: perl
44934            + t/op/tell.t
44935            ! MANIFEST
44936 ____________________________________________________________________________
44937 [  7659] By: jhi                                   on 2000/11/12  22:55:25
44938         Log: Many subdocumented return values of the IO extension now documented.
44939              ungetc and write still left subdocumented.
44940              
44941              Subject: [PATCH] (was Re: IO::Handle::ungetc)
44942              From: Nicholas Clark <nick@talking.bollo.cx>
44943              Date: Sun, 12 Nov 2000 21:35:53 +0000
44944              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
44945      Branch: perl
44946            ! ext/IO/lib/IO/Handle.pm
44947 ____________________________________________________________________________
44948 [  7658] By: jhi                                   on 2000/11/12  21:37:06
44949         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
44950              From: Nicholas Clark <nick@talking.bollo.cx>
44951              Date: Sun, 12 Nov 2000 20:03:22 +0000
44952              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
44953      Branch: perl
44954            ! pod/perlfunc.pod
44955 ____________________________________________________________________________
44956 [  7657] By: jhi                                   on 2000/11/12  20:34:55
44957         Log: Integrate perlio.
44958      Branch: perl
44959           !> perlio.c
44960 ____________________________________________________________________________
44961 [  7656] By: nick                                  on 2000/11/12  19:25:06
44962         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
44963      Branch: perlio
44964            ! perlio.c
44965 ____________________________________________________________________________
44966 [  7655] By: nick                                  on 2000/11/12  19:09:41
44967         Log: Integrate mainline
44968      Branch: perlio
44969           +> README.solaris ext/Encode/Encode/cp1006.enc
44970           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
44971           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
44972           +> ext/Encode/Encode/iso8859-13.enc
44973           +> ext/Encode/Encode/iso8859-14.enc
44974           +> ext/Encode/Encode/iso8859-15.enc
44975           !> (integrate 34 files)
44976 ____________________________________________________________________________
44977 [  7654] By: jhi                                   on 2000/11/12  19:00:22
44978         Log: Add a metaconfig unit for fsync.
44979      Branch: metaconfig/U/perl
44980            + d_fsync.U
44981 ____________________________________________________________________________
44982 [  7653] By: jhi                                   on 2000/11/12  19:00:01
44983         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
44984      Branch: perl
44985            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
44986            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
44987            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
44988            ! vos/config.ga.h win32/config.bc win32/config.gc
44989            ! win32/config.vc
44990 ____________________________________________________________________________
44991 [  7652] By: jhi                                   on 2000/11/11  21:12:01
44992         Log: Copy the s// information of README.hpux also to the perlrun.
44993      Branch: perl
44994            ! README.hpux pod/perlrun.pod
44995 ____________________________________________________________________________
44996 [  7651] By: jhi                                   on 2000/11/11  21:03:13
44997         Log: More README.solaris updates from Andy Dougherty.
44998      Branch: perl
44999            ! README.solaris
45000 ____________________________________________________________________________
45001 [  7650] By: jhi                                   on 2000/11/11  18:38:57
45002         Log: More descriptive error for unknown perlio layers.
45003              
45004              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
45005              From: Dominic Dunlop <domo@computer.org> 
45006              Date: Sat, 11 Nov 2000 18:20:32 +0100             
45007              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
45008      Branch: perl
45009            ! perlio.c pod/perldiag.pod
45010 ____________________________________________________________________________
45011 [  7649] By: jhi                                   on 2000/11/11  18:37:52
45012         Log: MachTen doesn't really do mmap() and munmap().
45013              
45014              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
45015              From: Dominic Dunlop <domo@computer.org> 
45016              Date: Sat, 11 Nov 2000 18:20:32 +0100             
45017              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
45018      Branch: perl
45019            ! hints/machten.sh
45020 ____________________________________________________________________________
45021 [  7648] By: jhi                                   on 2000/11/11  18:36:46
45022         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
45023              From: rspier@pobox.com (Robert Spier)
45024              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
45025              Message-ID: <14861.32839.491271.985797@rls.cx>
45026      Branch: perl
45027            ! Porting/Contract pod/perltoot.pod
45028 ____________________________________________________________________________
45029 [  7647] By: jhi                                   on 2000/11/11  18:35:30
45030         Log: Simplify the getpagesize() unit by dropping the
45031              pagesize probe since it's nowadays slightly more
45032              complicated because of sysconf(). (Note: if some
45033              platform really needs the -lPW for getpagesize,
45034              I just broke it.)
45035              
45036              TODO: a new pagesize unit.
45037      Branch: metaconfig
45038            ! U/compline/d_getpagsz.U
45039 ____________________________________________________________________________
45040 [  7646] By: jhi                                   on 2000/11/11  18:33:23
45041         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
45042      Branch: perl
45043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45044            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
45045            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45046            ! vos/config.ga.h win32/config.bc win32/config.gc
45047            ! win32/config.vc
45048 ____________________________________________________________________________
45049 [  7645] By: jhi                                   on 2000/11/11  16:45:15
45050         Log: Use sysconf() or getpagesize() to find out the pagesize.
45051      Branch: perl
45052            ! perlio.c
45053 ____________________________________________________________________________
45054 [  7644] By: jhi                                   on 2000/11/11  15:46:08
45055         Log: Integrate perlio.
45056      Branch: perl
45057           !> perlio.c
45058 ____________________________________________________________________________
45059 [  7643] By: jhi                                   on 2000/11/11  15:33:36
45060         Log: Subject: Re: [PATCH] README.solaris
45061              From: Lupe Christoph <lupe@lupe-christoph.de>
45062              Date: Sat, 11 Nov 2000 14:08:10 +0100
45063              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
45064      Branch: perl
45065            ! README.solaris
45066 ____________________________________________________________________________
45067 [  7642] By: jhi                                   on 2000/11/11  15:22:12
45068         Log: Subject: [PATCH perl@7638] cygwin port
45069              From: "Eric Fifer" <egf7@columbia.edu>            
45070              Date: Fri, 10 Nov 2000 19:30:30 -0000
45071              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
45072      Branch: perl
45073            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
45074 ____________________________________________________________________________
45075 [  7641] By: nick                                  on 2000/11/11  14:50:36
45076         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
45077              Also call "Buf" layer directly when unread'ing non-read chars.
45078      Branch: perlio
45079            ! perlio.c
45080 ____________________________________________________________________________
45081 [  7640] By: jhi                                   on 2000/11/11  02:05:02
45082         Log: Add more encoding tables.
45083      Branch: perl
45084            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
45085            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
45086            + ext/Encode/Encode/iso8859-10.enc
45087            + ext/Encode/Encode/iso8859-13.enc
45088            + ext/Encode/Encode/iso8859-14.enc
45089            + ext/Encode/Encode/iso8859-15.enc
45090            ! MANIFEST
45091 ____________________________________________________________________________
45092 [  7639] By: jhi                                   on 2000/11/10  18:49:25
45093         Log: Subject: [PATCH] README.solaris
45094              From: Andy Dougherty <doughera@lafayette.edu>
45095              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
45096              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
45097      Branch: perl
45098            + README.solaris
45099            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
45100            ! pod/perl.pod pod/perltoc.pod
45101 ____________________________________________________________________________
45102 [  7638] By: jhi                                   on 2000/11/10  15:04:15
45103         Log: Update Changes.
45104      Branch: perl
45105            ! Changes patchlevel.h
45106 ____________________________________________________________________________
45107 [  7637] By: jhi                                   on 2000/11/10  14:14:28
45108         Log: Explain better why certain regex tests are skipped.
45109              
45110              Subject: Re: tests skipped: unknown reason
45111              From: Lupe Christoph <lupe@lupe-christoph.de>
45112              Date: Fri, 10 Nov 2000 09:08:56 +0100
45113              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
45114      Branch: perl
45115            ! t/op/regexp.t
45116 ____________________________________________________________________________
45117 [  7636] By: nick                                  on 2000/11/10  13:40:00
45118         Log: Integrate mainline.
45119      Branch: perlio
45120           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
45121           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
45122           !> win32/bin/search.pl
45123 ____________________________________________________________________________
45124 [  7635] By: nick                                  on 2000/11/10  13:25:52
45125         Log: Re-instate stdio large file support via perlio.
45126      Branch: perl
45127            ! perlio.c
45128 ____________________________________________________________________________
45129 [  7634] By: jhi                                   on 2000/11/10  04:49:55
45130         Log: Amdahl UTS hints updates.
45131              
45132              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
45133              From: hom00@utsglobal.com (Harold O Morris)
45134              Date: Thu, 9 Nov 2000 20:02 PST
45135              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
45136      Branch: perl
45137            ! hints/uts.sh
45138 ____________________________________________________________________________
45139 [  7633] By: jhi                                   on 2000/11/09  23:33:28
45140         Log: Subject: [PATCH] IO::Seekable pod
45141              From: Nicholas Clark <nick@talking.bollo.cx>
45142              Date: Thu, 9 Nov 2000 20:29:45 +0000
45143              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
45144      Branch: perl
45145            ! ext/IO/lib/IO/Handle.pm
45146 ____________________________________________________________________________
45147 [  7632] By: jhi                                   on 2000/11/09  21:55:41
45148         Log: Various doc oddball characters.
45149              
45150              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
45151              From: Michael Somos <somos@grail.cba.csuohio.edu>
45152              Date: Mon, 6 Nov 2000 17:44:20 -0500
45153              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
45154      Branch: perl
45155            ! emacs/cperl-mode.el lib/unicode/syllables.txt
45156            ! win32/bin/search.pl
45157 ____________________________________________________________________________
45158 [  7631] By: jhi                                   on 2000/11/09  21:12:29
45159         Log: Subject: Re: bash -c exit and linux hints 
45160              From: "John P. Linderman" <jpl@research.att.com>
45161              Date: Thu, 02 Nov 2000 09:37:25 -0500
45162              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
45163      Branch: perl
45164            ! hints/linux.sh
45165 ____________________________________________________________________________
45166 [  7630] By: nick                                  on 2000/11/09  20:34:11
45167         Log: Integrate mainline.
45168      Branch: perlio
45169           !> (integrate 91 files)
45170 ____________________________________________________________________________
45171 [  7629] By: jhi                                   on 2000/11/09  19:46:31
45172         Log: Missing dTHXs.
45173              
45174              Subject: RE: perl@7595 builds not on cygwin
45175              From: "Eric Fifer" <egf7@columbia.edu>
45176              Date: Thu, 9 Nov 2000 19:26:50 -0000
45177              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
45178      Branch: perl
45179            ! ext/Devel/Peek/Peek.xs
45180 ____________________________________________________________________________
45181 [  7628] By: jhi                                   on 2000/11/09  14:48:27
45182         Log: Disable only the tests 99 and 166 for UTF-8 locales.
45183      Branch: perl
45184            ! t/pragma/locale.t
45185 ____________________________________________________________________________
45186 [  7627] By: jhi                                   on 2000/11/09  14:40:27
45187         Log: There's no =head3.
45188      Branch: perl
45189            ! pod/perlhack.pod
45190 ____________________________________________________________________________
45191 [  7626] By: jhi                                   on 2000/11/09  13:54:26
45192         Log: The generated boot_* headers are wrong.  Pickier compiler,
45193              such as KAI C++ will refuse to compile the resulting perlmain.
45194              
45195              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
45196              From: Harri Pasanen <harri.pasanen@trema.com>
45197              Date: Thu, 09 Nov 2000 14:23:28 +0100
45198              Message-Id: <3A0AA550.26D548A3@trema.com>
45199      Branch: perl
45200            ! minimod.pl
45201 ____________________________________________________________________________
45202 [  7625] By: jhi                                   on 2000/11/09  13:50:44
45203         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
45204              From: Prymmer/Kahn <pvhp@best.com>
45205              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
45206              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
45207              
45208              All except the "cow orker" change.
45209      Branch: perl
45210            ! Porting/pumpkin.pod
45211 ____________________________________________________________________________
45212 [  7624] By: jhi                                   on 2000/11/09  13:45:33
45213         Log: Fix for
45214              
45215              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
45216              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
45217              Date: Thu, 09 Nov 2000 11:05:52 +0100
45218              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
45219      Branch: perl
45220            ! pod/perldiag.pod t/pragma/warn/pp_sys
45221 ____________________________________________________________________________
45222 [  7623] By: jhi                                   on 2000/11/09  13:37:16
45223         Log: Typo in an ifndef.
45224              
45225              Subject: Re: [PATCH 5.7.0] better messages from malloc()
45226              From: Joe Smith <jms@inwap.com>         
45227              Date: Thu, 09 Nov 2000 01:33:14 -0800
45228              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
45229      Branch: perl
45230            ! malloc.c
45231 ____________________________________________________________________________
45232 [  7622] By: jhi                                   on 2000/11/09  13:31:18
45233         Log: Remove unused extra arguments.
45234      Branch: metaconfig/U/perl
45235            ! perlxv.U
45236      Branch: perl
45237            ! Configure config_h.SH
45238 ____________________________________________________________________________
45239 [  7621] By: jhi                                   on 2000/11/09  13:16:36
45240         Log: More VMS moves on environment handling, from Charles Lane.
45241      Branch: perl
45242            ! t/pragma/locale.t
45243 ____________________________________________________________________________
45244 [  7620] By: jhi                                   on 2000/11/09  04:42:38
45245         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
45246              From: David Dyck <dcd@tc.fluke.com>
45247              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
45248              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
45249      Branch: perl
45250            ! pp_sys.c
45251 ____________________________________________________________________________
45252 [  7619] By: jhi                                   on 2000/11/09  04:36:21
45253         Log: Forgot from #7618.
45254      Branch: perl
45255            ! lib/File/stat.pm
45256 ____________________________________________________________________________
45257 [  7618] By: jhi                                   on 2000/11/09  04:28:44
45258         Log: Make deleting for %ENV work for (newer versions of) VMS,
45259              from Craig A. Berry.
45260      Branch: perl
45261            ! vms/vms.c
45262 ____________________________________________________________________________
45263 [  7617] By: jhi                                   on 2000/11/09  04:25:05
45264         Log: Subject: [PATCH] Class::Struct at compile time
45265              From: "Casey R. Tweten" <crt@kiski.net>
45266              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
45267              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
45268      Branch: perl
45269            ! lib/Class/Struct.pm
45270 ____________________________________________________________________________
45271 [  7616] By: jhi                                   on 2000/11/09  04:15:17
45272         Log: Subject: [ID 20001108.013] spelling
45273              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
45274              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
45275              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
45276      Branch: perl
45277            ! lib/ftp.pl
45278 ____________________________________________________________________________
45279 [  7615] By: jhi                                   on 2000/11/09  04:12:42
45280         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
45281              From: Peter Prymmer <pvhp@forte.com>
45282              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
45283              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
45284      Branch: perl
45285            ! configure.com
45286 ____________________________________________________________________________
45287 [  7614] By: jhi                                   on 2000/11/08  22:42:55
45288         Log: A missing aTHX_.
45289      Branch: perl
45290            ! ext/IPC/SysV/SysV.xs
45291 ____________________________________________________________________________
45292 [  7613] By: jhi                                   on 2000/11/08  19:30:21
45293         Log: Update Changes.
45294      Branch: perl
45295            ! Changes patchlevel.h
45296 ____________________________________________________________________________
45297 [  7612] By: jhi                                   on 2000/11/08  18:35:25
45298         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
45299              From: David Dyck <dcd@tc.fluke.com>
45300              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
45301              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
45302      Branch: perl
45303            ! pp_sys.c
45304 ____________________________________________________________________________
45305 [  7611] By: jhi                                   on 2000/11/08  18:30:26
45306         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
45307              From: Dominic Dunlop <domo@computer.org>
45308              Date: Tue, 7 Nov 2000 12:05:25 +0100
45309              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
45310      Branch: perl
45311            ! malloc.c
45312 ____________________________________________________________________________
45313 [  7610] By: jhi                                   on 2000/11/08  18:25:14
45314         Log: Do not test UTF-8 locales since that the tests would require
45315              polymorphic regexen.
45316      Branch: perl
45317            ! t/pragma/locale.t
45318 ____________________________________________________________________________
45319 [  7609] By: jhi                                   on 2000/11/08  17:12:51
45320         Log: Locale buglets.
45321              
45322              Subject: RE: Locales support (setlocale) fixes
45323              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45324              Date: Wed, 8 Nov 2000 20:01:39 +0300
45325              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
45326      Branch: perl
45327            ! t/pragma/locale.t util.c
45328 ____________________________________________________________________________
45329 [  7608] By: jhi                                   on 2000/11/08  17:00:16
45330         Log: Deleting $ENV{PATH} in VMS is not recommendable.
45331      Branch: perl
45332            ! t/pragma/locale.t
45333 ____________________________________________________________________________
45334 [  7607] By: jhi                                   on 2000/11/08  16:58:26
45335         Log: Subject: PATCH std stdio for (Free)BSD
45336              From: Nicholas Clark <nick@ccl4.org>
45337              Date: Wed, 8 Nov 2000 15:36:29 +0000
45338              Message-ID: <20001108153629.D98736@plum.flirble.org>
45339      Branch: metaconfig
45340            ! U/compline/d_stdstdio.U
45341      Branch: perl
45342            ! Configure config_h.SH
45343 ____________________________________________________________________________
45344 [  7606] By: jhi                                   on 2000/11/08  16:43:31
45345         Log: Forgot to bump the line numbers in #7601.
45346      Branch: perl
45347            ! t/pragma/warn/pp_sys
45348 ____________________________________________________________________________
45349 [  7605] By: jhi                                   on 2000/11/08  16:39:12
45350         Log: More careful detection of how well NVs and UVs mix.
45351              
45352              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))
45353              From: Nicholas Clark <nick@ccl4.org>
45354              Date: Wed, 8 Nov 2000 15:14:12 +0000
45355              Message-ID: <20001108151412.B98736@plum.flirble.org>
45356              
45357              Added some SIGFPE paranoia.
45358      Branch: metaconfig/U/perl
45359            ! perlxv.U
45360      Branch: perl
45361            ! Configure config_h.SH
45362 ____________________________________________________________________________
45363 [  7604] By: jhi                                   on 2000/11/08  14:39:10
45364         Log: Subject: [patch perl@7595] VMS configure.com tweak
45365              From: "Craig A. Berry" <craigberry@mac.com>
45366              Date: Wed, 8 Nov 2000 00:24:12 -0600
45367              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
45368      Branch: perl
45369            ! configure.com
45370 ____________________________________________________________________________
45371 [  7603] By: jhi                                   on 2000/11/08  14:27:11
45372         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
45373              From: Robin Barker <rmb1@cise.npl.co.uk>
45374              Date: Wed, 8 Nov 2000 11:11:39 GMT
45375              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
45376      Branch: perl
45377            ! perlio.c
45378 ____________________________________________________________________________
45379 [  7602] By: jhi                                   on 2000/11/08  14:25:03
45380         Log: Fix for the tie-refhash string table leaks.
45381              
45382              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
45383              Date: Wed, 8 Nov 2000 13:03:04 GMT
45384              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
45385      Branch: perl
45386            ! t/lib/tie-refhash.t
45387 ____________________________________________________________________________
45388 [  7601] By: jhi                                   on 2000/11/08  14:21:08
45389         Log: Try to avoid flockless and emulationless places.
45390      Branch: perl
45391            ! t/pragma/warn/pp_sys
45392 ____________________________________________________________________________
45393 [  7600] By: jhi                                   on 2000/11/08  02:28:54
45394         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
45395              
45396              Subject: [PATCH] prototyped functions that should be overrideable
45397              From: "Casey R. Tweten" <crt@kiski.net>
45398              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
45399              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
45400      Branch: perl
45401            ! toke.c
45402 ____________________________________________________________________________
45403 [  7599] By: jhi                                   on 2000/11/08  01:12:05
45404         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
45405              
45406              Subject: [PATCH] perlbug.PL
45407              From: "Kurt D. Starsinic" <kstar@chapin.edu>
45408              Date: Mon, 6 Nov 2000 21:39:01 -0500
45409              Message-ID: <20001106213901.B20955@O2.chapin.edu>
45410      Branch: perl
45411            ! utils/perlbug.PL
45412 ____________________________________________________________________________
45413 [  7598] By: jhi                                   on 2000/11/07  23:42:00
45414         Log: Bad thinko in #7581 (I used the test program with the expanded
45415              values as-is).
45416      Branch: metaconfig
45417            ! U/compline/d_stdstdio.U
45418      Branch: perl
45419            ! Configure
45420 ____________________________________________________________________________
45421 [  7597] By: jhi                                   on 2000/11/07  21:43:29
45422         Log: Subject: [PATCH perl@7573] cygwin port
45423              From: "Fifer, Eric" <EFifer@sanwaint.com>
45424              Date: Tue, 7 Nov 2000 18:08:51 -0000 
45425              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
45426              
45427              Synchronize with Cygwin 1.1.5.
45428      Branch: perl
45429            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
45430            ! pod/perlport.pod unixish.h util.c
45431 ____________________________________________________________________________
45432 [  7596] By: jhi                                   on 2000/11/07  21:39:25
45433         Log: perlhack updates from H.Merijn Brand.
45434      Branch: perl
45435            ! pod/perlhack.pod
45436 ____________________________________________________________________________
45437 [  7595] By: jhi                                   on 2000/11/07  20:21:41
45438         Log: Update Changes.
45439      Branch: perl
45440            ! Changes patchlevel.h
45441 ____________________________________________________________________________
45442 [  7594] By: jhi                                   on 2000/11/07  19:18:58
45443         Log: Be more robust in Dynaloader.pm.
45444      Branch: perl
45445            ! ext/DynaLoader/DynaLoader_pm.PL
45446 ____________________________________________________________________________
45447 [  7593] By: jhi                                   on 2000/11/07  16:49:31
45448         Log: AUTHORS update.
45449      Branch: perl
45450            ! AUTHORS
45451 ____________________________________________________________________________
45452 [  7592] By: gsar                                  on 2000/11/07  16:39:51
45453         Log: normalize relative paths in virtualized current directory on windows,
45454              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
45455              returns)
45456      Branch: perl
45457            ! win32/vdir.h
45458 ____________________________________________________________________________
45459 [  7591] By: jhi                                   on 2000/11/07  16:04:26
45460         Log: Too profiler-happy: with optimization the #7590 actually makes
45461              the test to run 0.5% _slower_.  Requires much more instrumentation.
45462              Retract #7590.
45463      Branch: perl
45464            ! regcomp.c regcomp.h
45465 ____________________________________________________________________________
45466 [  7590] By: jhi                                   on 2000/11/07  15:51:13
45467         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
45468              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
45469              by using memset() and testing bytewise (as opposed to bitwise).
45470      Branch: perl
45471            ! regcomp.c regcomp.h
45472 ____________________________________________________________________________
45473 [  7589] By: jhi                                   on 2000/11/07  12:56:39
45474         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
45475              From: "Craig A. Berry" <craig.berry@psinetcs.com>
45476              Date: Mon, 06 Nov 2000 23:45:30 -0500
45477              Message-Id: <0011079735.AA973576259@univpress.com>
45478      Branch: perl
45479            ! configure.com t/lib/st-lock.t
45480 ____________________________________________________________________________
45481 [  7588] By: jhi                                   on 2000/11/07  01:03:28
45482         Log: Tweak #7587.
45483      Branch: perl
45484            ! pod/perldiag.pod
45485 ____________________________________________________________________________
45486 [  7587] By: jhi                                   on 2000/11/07  01:00:27
45487         Log: A doc addition for bug id 20001105.019, beware \p.
45488      Branch: perl
45489            ! pod/perldiag.pod
45490 ____________________________________________________________________________
45491 [  7586] By: jhi                                   on 2000/11/07  00:32:22
45492         Log: Fake support of holey files in win/dosish platforms.
45493              
45494              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
45495              From: kipp@shonanblue.ne.jp
45496              Date: Mon, 6 Nov 2000 13:30:55 -0800
45497              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
45498      Branch: perl
45499            ! ext/SDBM_File/sdbm/sdbm.c
45500 ____________________________________________________________________________
45501 [  7585] By: jhi                                   on 2000/11/07  00:12:54
45502         Log: Subject: Pod updates
45503              From: "Stephen P. Potter" <spp@spotter.yi.org>
45504              Date: Mon, 06 Nov 2000 18:56:43 -0500
45505              Message-Id: <200011062357.SAA18173@spotter.yi.org>
45506      Branch: perl
45507            ! README.dos README.os2 README.win32 pod/buildtoc.PL
45508            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
45509            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
45510            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
45511            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
45512            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
45513            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
45514            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
45515            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
45516            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
45517            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
45518            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
45519            ! pod/perltootc.pod pod/perlunicode.pod
45520 ____________________________________________________________________________
45521 [  7584] By: jhi                                   on 2000/11/07  00:04:17
45522         Log: Varargs don't always work too well if one puts an unsigned
45523              char on the stack and pop an unsigned quad off the stack.
45524              
45525              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
45526              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
45527              Date: Mon, 06 Nov 2000 15:19:05 -0800
45528              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
45529      Branch: perl
45530            ! utf8.c
45531 ____________________________________________________________________________
45532 [  7583] By: jhi                                   on 2000/11/06  23:58:48
45533         Log: %ENV note tweaks from Dan Sugalski.
45534      Branch: perl
45535            ! pod/perlport.pod vms/perlvms.pod
45536 ____________________________________________________________________________
45537 [  7582] By: jhi                                   on 2000/11/06  23:05:49
45538         Log: glibc5 detection by __GNU_LIBRARY__.
45539      Branch: perl
45540            ! toke.c
45541 ____________________________________________________________________________
45542 [  7581] By: jhi                                   on 2000/11/06  22:51:29
45543         Log: Make the stdio test program of 7427 less noisy while being 
45544              compiled so that Digital UNIX wouldn't get both
45545              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
45546              undefined.  This makes perlio happy.
45547      Branch: metaconfig
45548            ! U/compline/d_stdstdio.U
45549      Branch: perl
45550            ! Configure config_h.SH
45551 ____________________________________________________________________________
45552 [  7580] By: jhi                                   on 2000/11/06  22:41:41
45553         Log: Document %ENV = () portability issues.
45554      Branch: perl
45555            ! pod/perlport.pod vms/perlvms.pod
45556 ____________________________________________________________________________
45557 [  7579] By: jhi                                   on 2000/11/06  21:29:24
45558         Log: VOS updates from Paul Green.
45559      Branch: perl
45560            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
45561 ____________________________________________________________________________
45562 [  7578] By: jhi                                   on 2000/11/06  21:00:40
45563         Log: Sanitize the environment further.
45564      Branch: perl
45565            ! t/pragma/locale.t
45566 ____________________________________________________________________________
45567 [  7577] By: jhi                                   on 2000/11/06  20:53:51
45568         Log: Re-introduce 7552 lost in integration.
45569      Branch: perl
45570            ! perlio.c
45571 ____________________________________________________________________________
45572 [  7576] By: jhi                                   on 2000/11/06  20:33:46
45573         Log: Admit that the test leaks scalars.
45574      Branch: perl
45575            ! t/comp/proto.t
45576 ____________________________________________________________________________
45577 [  7575] By: jhi                                   on 2000/11/06  20:17:08
45578         Log: Integrate perlio.
45579      Branch: perl
45580           !> perlio.c
45581 ____________________________________________________________________________
45582 [  7574] By: nick                                  on 2000/11/06  20:07:28
45583         Log: Remove debug. Try (Mmap_t) on madvise() call.
45584      Branch: perlio
45585            ! perlio.c
45586 ____________________________________________________________________________
45587 [  7573] By: jhi                                   on 2000/11/06  13:56:05
45588         Log: Update Changes.
45589      Branch: perl
45590            ! Changes patchlevel.h
45591 ____________________________________________________________________________
45592 [  7572] By: jhi                                   on 2000/11/06  13:48:41
45593         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
45594              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45595              Date: Mon, 06 Nov 2000 10:11:42 +0100
45596              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
45597      Branch: perl
45598            ! pod/perlhack.pod
45599 ____________________________________________________________________________
45600 [  7571] By: jhi                                   on 2000/11/06  01:45:51
45601         Log: AUTHORS updates.
45602      Branch: perl
45603            ! AUTHORS
45604 ____________________________________________________________________________
45605 [  7570] By: jhi                                   on 2000/11/06  00:18:00
45606         Log: Fix for
45607              
45608              Subject: [ID 20000728.005] perl -P broken
45609              From: David Dyck <dcd@tc.fluke.com>
45610              Date: Fri, 28 Jul 2000 17:19:16 -0700
45611              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
45612              
45613              (hopefully).  The fix is also not complete, it seems to break
45614              BOM swallowing for libc5 systems, but until someone figures
45615              out a way to do this without ftell(), this will do.
45616      Branch: perl
45617            ! toke.c
45618 ____________________________________________________________________________
45619 [  7569] By: jhi                                   on 2000/11/06  00:05:30
45620         Log: Document that the evaled syntax errors cause scalar leaks.
45621      Branch: perl
45622            ! t/comp/proto.t
45623 ____________________________________________________________________________
45624 [  7568] By: jhi                                   on 2000/11/05  23:14:47
45625         Log: opmini.o can linger from Configures past.
45626      Branch: perl
45627            ! Makefile.SH
45628 ____________________________________________________________________________
45629 [  7567] By: jhi                                   on 2000/11/05  21:28:39
45630         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
45631              first argument correctly.
45632      Branch: perl
45633            ! perlio.c
45634 ____________________________________________________________________________
45635 [  7566] By: jhi                                   on 2000/11/05  21:15:56
45636         Log: Integrate perlio.
45637      Branch: perl
45638           !> perlio.c
45639 ____________________________________________________________________________
45640 [  7565] By: jhi                                   on 2000/11/05  21:15:13
45641         Log: Use -dM for gcc (the suggested patch did it only for Linux,
45642              but I think it can be generalized).
45643              
45644              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
45645              From: Pixel <pixel@mandrakesoft.com>
45646              Date: 05 Nov 2000 21:49:34 +0100 
45647              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
45648      Branch: perl
45649            ! ext/Errno/Errno_pm.PL
45650 ____________________________________________________________________________
45651 [  7564] By: nick                                  on 2000/11/05  21:09:18
45652         Log: Added a mmap layer as a "subclass" of perlio.
45653              PERLIO=mmap ./perl harness passes
45654      Branch: perlio
45655            ! perlio.c
45656 ____________________________________________________________________________
45657 [  7563] By: jhi                                   on 2000/11/05  19:48:55
45658         Log: Add a note for future generations about bug id 20000229.006.
45659      Branch: perl
45660            ! malloc.c
45661 ____________________________________________________________________________
45662 [  7562] By: jhi                                   on 2000/11/05  19:38:24
45663         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
45664      Branch: perl
45665            ! pp_ctl.c t/op/pos.t
45666 ____________________________________________________________________________
45667 [  7561] By: jhi                                   on 2000/11/05  18:21:46
45668         Log: Add =pod to be tidy.
45669      Branch: perl
45670            ! lib/Math/Complex.pm
45671 ____________________________________________________________________________
45672 [  7560] By: jhi                                   on 2000/11/05  17:38:46
45673         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
45674      Branch: perl
45675            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
45676            ! ext/Storable/Storable.xs t/lib/st-recurse.t
45677 ____________________________________________________________________________
45678 [  7559] By: jhi                                   on 2000/11/05  17:32:59
45679         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
45680              From: "Peter J. Farley III" <pjfarley@banet.net>
45681              Date: Sun, 05 Nov 2000 11:55:59 -0500
45682              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
45683      Branch: perl
45684            ! t/lib/syslog.t
45685 ____________________________________________________________________________
45686 [  7558] By: jhi                                   on 2000/11/05  17:29:19
45687         Log: Integrate perlio.
45688      Branch: perl
45689           !> perlio.c
45690 ____________________________________________________________________________
45691 [  7557] By: jhi                                   on 2000/11/05  17:22:01
45692         Log: A fix of sorts for 20000329.026, a better error message
45693              for a missing "use charnames" when using the \N{...}. 
45694      Branch: perl
45695            ! pod/perldiag.pod toke.c
45696 ____________________________________________________________________________
45697 [  7556] By: jhi                                   on 2000/11/05  16:33:50
45698         Log: Test tweak: show also the failed locales.
45699              
45700              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
45701              From: Lupe Christoph <lupe@lupe-christoph.de>         
45702              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
45703              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
45704      Branch: perl
45705            ! t/pragma/locale.t
45706 ____________________________________________________________________________
45707 [  7555] By: nick                                  on 2000/11/05  11:09:34
45708         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
45709              open RDWR so does not fail. (pragma/warnings 303 again...)
45710      Branch: perlio
45711            ! perlio.c
45712 ____________________________________________________________________________
45713 [  7554] By: nick                                  on 2000/11/05  10:10:13
45714         Log: Fix case where ungetc(f,EOF) was allowed.
45715              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
45716              so we can see similarities.
45717              Use types more carefully and a STDCHAR array in hope that this will
45718              fix Jarrko's 64bit machine.
45719      Branch: perlio
45720            ! perlio.c
45721 ____________________________________________________________________________
45722 [  7553] By: jhi                                   on 2000/11/05  01:12:16
45723         Log: Fix for
45724              
45725              Subject: [ID 20001004.007] taint propogation is inconsistent
45726              From: pimlott@idiomtech.com (Andrew Pimlott) 
45727              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
45728              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
45729              
45730              The culprit was sv_setsv() which was rather blindly
45731              propagating taint, which lead to behaviour where if
45732              a tainted anon hash value was seen all the hash values
45733              from then on at that level became tainted, or at any
45734              upper levels in the case of nested anon hashes.
45735      Branch: perl
45736            ! sv.c t/op/taint.t
45737 ____________________________________________________________________________
45738 [  7552] By: jhi                                   on 2000/11/04  23:44:18
45739         Log: Some cpps don't like splitting conditionals across several lines.
45740      Branch: perl
45741            ! perlio.c
45742 ____________________________________________________________________________
45743 [  7551] By: nick                                  on 2000/11/04  23:40:44
45744         Log: Integrate mainline
45745      Branch: perlio
45746           !> pp_hot.c t/op/taint.t
45747 ____________________________________________________________________________
45748 [  7550] By: nick                                  on 2000/11/04  23:39:05
45749         Log: Integrate mainline again
45750      Branch: perlio
45751           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
45752           !> t/lib/b.t t/op/misc.t util.c
45753 ____________________________________________________________________________
45754 [  7549] By: jhi                                   on 2000/11/04  23:14:01
45755         Log: Fix for
45756              
45757              Subject: [ID 20001004.006] undef is never tainted
45758              From: pimlott@idiomtech.com (Andrew Pimlott)
45759              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
45760              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
45761              
45762              An undef read from a slurped file was not tainted.
45763      Branch: perl
45764            ! pp_hot.c t/op/taint.t
45765 ____________________________________________________________________________
45766 [  7548] By: jhi                                   on 2000/11/04  22:56:21
45767         Log: Test tweak ($Config{useperlio} is by default undef) .
45768      Branch: perl
45769            ! t/lib/b.t
45770 ____________________________________________________________________________
45771 [  7547] By: jhi                                   on 2000/11/04  22:43:56
45772         Log: Integrate perlio.
45773      Branch: perl
45774           +> lib/perlio.pm
45775           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
45776           !> pod/perlapi.pod t/lib/b.t
45777 ____________________________________________________________________________
45778 [  7546] By: jhi                                   on 2000/11/04  22:40:59
45779         Log: Configure would use a bad $myuname from an old config.sh.
45780              
45781              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
45782              From: Andy Dougherty <doughera@lafayette.edu>
45783              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
45784              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
45785      Branch: metaconfig
45786            ! U/modified/Oldconfig.U
45787      Branch: perl
45788            ! Configure config_h.SH
45789 ____________________________________________________________________________
45790 [  7545] By: jhi                                   on 2000/11/04  22:36:54
45791         Log: Subject: Locales support (setlocale) fixes
45792              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
45793              Date: Sat, 4 Nov 2000 10:15:48 +0300 
45794              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
45795              
45796              Modified quite a bit to be more portable.
45797      Branch: perl
45798            ! embed.h embed.pl perl.h proto.h util.c
45799 ____________________________________________________________________________
45800 [  7544] By: jhi                                   on 2000/11/04  22:32:47
45801         Log: Dying is too strict here, better just skip.
45802      Branch: perl
45803            ! t/op/misc.t
45804 ____________________________________________________________________________
45805 [  7543] By: nick                                  on 2000/11/04  21:55:13
45806         Log: Merge mainline
45807      Branch: perlio
45808           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
45809           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
45810           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
45811           !> (integrate 64 files)
45812 ____________________________________________________________________________
45813 [  7542] By: jhi                                   on 2000/11/04  21:09:28
45814         Log: More Changes tweakery.
45815      Branch: perl
45816            ! Changes Porting/genlog
45817 ____________________________________________________________________________
45818 [  7541] By: jhi                                   on 2000/11/04  20:58:18
45819         Log: Changes fixups.
45820      Branch: perl
45821            ! Changes
45822 ____________________________________________________________________________
45823 [  7540] By: jhi                                   on 2000/11/04  20:42:38
45824         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
45825              create a "fast path" for locale name probing using "locale -a"
45826              if available, squash finally hopefully the s?printf resetting
45827              the numeric locale (since, IIUC perllocale, it never shouldn't). 
45828      Branch: perl
45829            ! sv.c t/op/misc.t t/pragma/locale.t
45830 ____________________________________________________________________________
45831 [  7539] By: nick                                  on 2000/11/04  19:56:10
45832         Log: PerlIO infrastructure complete.
45833      Branch: perlio
45834            + lib/perlio.pm
45835            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
45836 ____________________________________________________________________________
45837 [  7538] By: nick                                  on 2000/11/04  14:31:32
45838         Log: Type tweaks + less contorted allocation scheme
45839      Branch: perlio
45840            ! perlio.c
45841 ____________________________________________________________________________
45842 [  7537] By: nick                                  on 2000/11/04  12:40:42
45843         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
45844              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
45845              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
45846              sensible) which lead to some interesting fails.
45847      Branch: perlio
45848            ! perlio.c
45849 ____________________________________________________________________________
45850 [  7536] By: jhi                                   on 2000/11/04  00:20:02
45851         Log: Add FCNTL_CAN_LOCK.
45852              
45853              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45854              From: Andy Dougherty <doughera@lafayette.edu>
45855              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
45856              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
45857              
45858              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
45859              From: Andy Dougherty <doughera@lafayette.edu>
45860              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
45861              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
45862      Branch: metaconfig/U/perl
45863            + d_fcntl_can_lock.U
45864            ! startperl.U
45865      Branch: perl
45866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45867            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
45868            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
45869            ! vos/config.ga.h win32/config.bc win32/config.gc
45870            ! win32/config.vc
45871 ____________________________________________________________________________
45872 [  7535] By: nick                                  on 2000/11/03  22:19:10
45873         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
45874              - Works on Linux with
45875              perlio + unix
45876              stdio
45877              - Works on Solaris with
45878              perlio + unix
45879              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
45880              - Fails (hangs in openpid) if you try and stack
45881              perlio + stdio - Linux stdio's read() logic is hanging.
45882      Branch: perlio
45883            ! iperlsys.h perlio.c
45884 ____________________________________________________________________________
45885 [  7534] By: jhi                                   on 2000/11/03  15:16:02
45886         Log: Subject: Re: README.aix
45887              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45888              Date: Fri, 03 Nov 2000 16:03:15 +0100
45889              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
45890      Branch: perl
45891            ! README.aix
45892 ____________________________________________________________________________
45893 [  7533] By: jhi                                   on 2000/11/03  03:59:02
45894         Log: Subject: [PATCH 5.7.0] better messages from malloc()
45895              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45896              Date: Wed, 1 Nov 2000 23:39:56 -0500
45897              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
45898      Branch: perl
45899            ! malloc.c pod/perldiag.pod
45900 ____________________________________________________________________________
45901 [  7532] By: jhi                                   on 2000/11/03  00:11:56
45902         Log: The #7521 touched things it shouldn't have.
45903      Branch: perl
45904            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45905 ____________________________________________________________________________
45906 [  7531] By: jhi                                   on 2000/11/02  22:32:33
45907         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
45908              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
45909              Date:     Thu, 2 Nov 2000 16:58:36 EST
45910              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
45911      Branch: perl
45912            ! vms/gen_shrfls.pl
45913 ____________________________________________________________________________
45914 [  7530] By: jhi                                   on 2000/11/02  22:08:49
45915         Log: Fix the problem discussed in
45916              
45917              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
45918              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
45919              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
45920              
45921              originally from Linc Madison.  Also Andreas König's comments
45922              taken into account.  Some other problems with Tie::SubstrHash
45923              fixed: didn't croak when the table exceeded the requested number
45924              of entries (as documented) but instead when the number of entries
45925              exceeded the size of the table, a croak() had an unnecessary \n,
45926              didn't have a CLEAR method, documented that there is no exists().
45927              Didn't fix to be strict-proof because the module uses &foo; and
45928              dynamic scope.  Added a test script exercizing both first tamely 
45929              the basic functionality, and then the failure cases reported by
45930              Linc Madison.
45931      Branch: perl
45932            + t/lib/tie-substrhash.t
45933            ! MANIFEST lib/Tie/SubstrHash.pm
45934 ____________________________________________________________________________
45935 [  7529] By: jhi                                   on 2000/11/02  17:58:08
45936         Log: recv() can fail and return undef.
45937              
45938              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
45939              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
45940              Date: Thu, 2 Nov 2000 20:12:20 +0300
45941              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
45942      Branch: perl
45943            ! lib/Net/Ping.pm
45944 ____________________________________________________________________________
45945 [  7528] By: jhi                                   on 2000/11/02  17:49:09
45946         Log: Detpyo.
45947      Branch: perl
45948            ! pod/perlop.pod
45949 ____________________________________________________________________________
45950 [  7527] By: jhi                                   on 2000/11/02  15:48:37
45951         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
45952              fix a autovivification bug in Tie::RefHash, add tests for both.
45953              
45954              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
45955              From: Edward Avis <epa98@doc.ic.ac.uk>
45956              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
45957              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
45958      Branch: perl
45959            + t/lib/tie-refhash.t
45960            ! MANIFEST lib/Tie/RefHash.pm
45961 ____________________________________________________________________________
45962 [  7526] By: jhi                                   on 2000/11/02  13:56:26
45963         Log: Test::Harness revealed buglets in the new DynaLoader.
45964              
45965              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
45966              From: andreas.koenig@anima.de (Andreas J. Koenig)
45967              Date: 02 Nov 2000 11:26:48 +0100 
45968              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
45969      Branch: perl
45970            ! ext/DynaLoader/DynaLoader_pm.PL
45971 ____________________________________________________________________________
45972 [  7525] By: jhi                                   on 2000/11/01  23:52:08
45973         Log: The entry for #7503 was missing.
45974      Branch: perl
45975            ! Changes
45976 ____________________________________________________________________________
45977 [  7524] By: jhi                                   on 2000/11/01  23:40:52
45978         Log: Update Changes.
45979      Branch: perl
45980            ! Changes patchlevel.h
45981 ____________________________________________________________________________
45982 [  7523] By: jhi                                   on 2000/11/01  22:57:09
45983         Log: More tweaking on the #7522 theme.
45984      Branch: perl
45985            ! ext/DynaLoader/DynaLoader_pm.PL
45986 ____________________________________________________________________________
45987 [  7522] By: jhi                                   on 2000/11/01  22:06:15
45988         Log: Expand %Config variables and %ENV variables only if
45989              so requested during build time using the
45990              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
45991              Not expanding makes relocating distributions easier.
45992      Branch: perl
45993            ! ext/DynaLoader/DynaLoader_pm.PL
45994 ____________________________________________________________________________
45995 [  7521] By: jhi                                   on 2000/11/01  20:56:34
45996         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
45997              and setgid() because they were just changing $< and $( which means
45998              only changing the real uid/gid, as opposed to changing both
45999              real and effective ids.  (The alternative way could have been
46000              in POSIX.pm to change $> and $), too, but making a direct call
46001              to the C API feels cleaner.)  Fixes the bug
46002              
46003              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
46004              From: "Garry T. Williams" <garry@zvolve.com>
46005              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
46006              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
46007      Branch: perl
46008            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
46009            ! ext/POSIX/typemap pod/perlvar.pod
46010 ____________________________________________________________________________
46011 [  7520] By: jhi                                   on 2000/11/01  20:08:33
46012         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
46013              From: "Garry T. Williams" <garry@zvolve.com>
46014              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
46015              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
46016      Branch: perl
46017            ! pod/perlsec.pod
46018 ____________________________________________________________________________
46019 [  7519] By: jhi                                   on 2000/11/01  20:01:22
46020         Log: Locale warning explanation tweak.
46021      Branch: perl
46022            ! pod/perldiag.pod
46023 ____________________________________________________________________________
46024 [  7518] By: jhi                                   on 2000/11/01  18:57:13
46025         Log: C.pm part of
46026              
46027              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
46028              From: Jarkko Hietaniemi <jhi@iki.fi>
46029              Date: Tue, 10 Oct 2000 08:22:28 -0500
46030              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
46031      Branch: perl
46032            ! ext/B/B/C.pm
46033 ____________________________________________________________________________
46034 [  7517] By: jhi                                   on 2000/11/01  18:41:59
46035         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
46036              From: Martien Verbruggen <mgjv@comdyn.com.au>
46037              Date: Fri, 6 Oct 2000 14:09:10 +1100
46038              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
46039      Branch: perl
46040            ! pod/perlop.pod
46041 ____________________________________________________________________________
46042 [  7516] By: jhi                                   on 2000/11/01  18:34:55
46043         Log: Generalize the Camel wording.
46044              
46045              Subject: Re: perlfaq style changes
46046              From: John Borwick <jhborwic@unity.ncsu.edu>
46047              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
46048              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
46049      Branch: perl
46050            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
46051 ____________________________________________________________________________
46052 [  7515] By: jhi                                   on 2000/11/01  16:52:31
46053         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
46054              From: pimlott@idiomtech.com (Andrew Pimlott)
46055              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
46056              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
46057      Branch: perl
46058            ! pod/perlsec.pod
46059 ____________________________________________________________________________
46060 [  7514] By: jhi                                   on 2000/11/01  15:03:40
46061         Log: More AIX lore.
46062      Branch: perl
46063            ! ext/re/hints/aix.pl
46064 ____________________________________________________________________________
46065 [  7513] By: jhi                                   on 2000/11/01  14:48:30
46066         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
46067              From: root <root@chronos.fi.muni.cz>
46068              Date: Wed, 1 Nov 2000 12:31:32 +0100
46069              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
46070      Branch: perl
46071            ! lib/Net/Ping.pm
46072 ____________________________________________________________________________
46073 [  7512] By: jhi                                   on 2000/11/01  14:46:47
46074         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
46075              From: Martin Husemann <martin@duskware.de>
46076              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
46077              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
46078      Branch: perl
46079            ! regcomp.c
46080 ____________________________________________________________________________
46081 [  7511] By: jhi                                   on 2000/11/01  14:39:50
46082         Log: AUTHORS updates.
46083      Branch: perl
46084            ! AUTHORS
46085 ____________________________________________________________________________
46086 [  7510] By: jhi                                   on 2000/11/01  14:29:50
46087         Log: Subject: [PATCH] startperl to respect versiononly
46088              From: Robin Barker <rmb1@cise.npl.co.uk> 
46089              Date: Tue, 31 Oct 2000 16:29:36 GMT
46090              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
46091      Branch: metaconfig/U/perl
46092            ! startperl.U
46093      Branch: perl
46094            ! Configure config_h.SH
46095 ____________________________________________________________________________
46096 [  7509] By: jhi                                   on 2000/11/01  14:19:53
46097         Log: printf UVs the correct way, noticed by Robin Barker.
46098      Branch: perl
46099            ! utf8.c
46100 ____________________________________________________________________________
46101 [  7508] By: jhi                                   on 2000/11/01  14:10:03
46102         Log: Do not cleanup *% because the % has special meanings in some
46103              shell environments.
46104      Branch: perl
46105            ! ext/Storable/Makefile.PL
46106 ____________________________________________________________________________
46107 [  7507] By: jhi                                   on 2000/11/01  14:06:00
46108         Log: The NonStop-UX libraries have a novel way to say NaN.
46109      Branch: perl
46110            ! t/lib/bigfltpm.t
46111 ____________________________________________________________________________
46112 [  7506] By: jhi                                   on 2000/11/01  14:03:35
46113         Log: The osname has been lowercased by now, from Tom Bates.
46114      Branch: metaconfig
46115            ! U/modified/Oldconfig.U
46116      Branch: perl
46117            ! Configure config_h.SH
46118 ____________________________________________________________________________
46119 [  7505] By: jhi                                   on 2000/10/31  19:18:39
46120         Log: The compiler is either gcc or cc, from Tom Bates.
46121      Branch: perl
46122            ! hints/nonstopux.sh
46123 ____________________________________________________________________________
46124 [  7504] By: jhi                                   on 2000/10/31  14:53:42
46125         Log: Update Changes.
46126      Branch: perl
46127            ! Changes patchlevel.h
46128 ____________________________________________________________________________
46129 [  7503] By: jhi                                   on 2000/10/31  14:30:50
46130         Log: Whitespace style tweak.  Was originally going to see to
46131              
46132              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46133              From: Joe Smith <jms@inwap.com>
46134              Date: Mon, 30 Oct 2000 18:47:57 -0800
46135              Message-Id: <39FE32DD.24AAC4D@inwap.com>
46136              
46137              but that had already been taken care of.
46138      Branch: metaconfig
46139            ! U/compline/d_stdstdio.U
46140      Branch: perl
46141            ! Configure config_h.SH
46142 ____________________________________________________________________________
46143 [  7502] By: jhi                                   on 2000/10/31  14:25:02
46144         Log: AUTHORS tweaks.
46145      Branch: perl
46146            ! AUTHORS
46147 ____________________________________________________________________________
46148 [  7501] By: jhi                                   on 2000/10/31  14:23:59
46149         Log: Subject: perlfaq style changes
46150              From: John Borwick <jhborwic@unity.ncsu.edu>
46151              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
46152              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
46153      Branch: perl
46154            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
46155            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
46156            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
46157            ! pod/perlfaq9.pod
46158 ____________________________________________________________________________
46159 [  7500] By: jhi                                   on 2000/10/31  14:22:15
46160         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
46161              
46162              Subject: Re: [ID 20000918.005] ~ on wide chars
46163              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46164              Date: Mon, 30 Oct 2000 21:09:55 -0800
46165              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
46166              
46167              (The ord() part of the patch skipped.)
46168      Branch: perl
46169            ! doop.c
46170 ____________________________________________________________________________
46171 [  7499] By: jhi                                   on 2000/10/31  14:20:08
46172         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
46173              From: Jens Hamisch <jens@Strawberry.COM>
46174              Date: Mon, 30 Oct 2000 15:17:07 +0100
46175              Message-Id: <20001030151707.A9597@Strawberry.COM>
46176      Branch: perl
46177            ! av.c
46178 ____________________________________________________________________________
46179 [  7498] By: jhi                                   on 2000/10/31  14:16:29
46180         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
46181              From: Peter Prymmer <pvhp@forte.com>
46182              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
46183              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
46184      Branch: perl
46185            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
46186            + ext/Encode/Encode/posix-bc.enc
46187            ! MANIFEST t/lib/encode.t
46188 ____________________________________________________________________________
46189 [  7497] By: jhi                                   on 2000/10/31  14:13:22
46190         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
46191              From: Peter Prymmer <pvhp@forte.com>
46192              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
46193              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
46194      Branch: perl
46195            ! t/lib/cgi-html.t
46196 ____________________________________________________________________________
46197 [  7496] By: jhi                                   on 2000/10/31  14:12:05
46198         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
46199              From: Peter Prymmer <pvhp@forte.com>
46200              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
46201              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
46202      Branch: perl
46203            ! t/lib/cgi-function.t
46204 ____________________________________________________________________________
46205 [  7495] By: jhi                                   on 2000/10/31  14:11:08
46206         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
46207              From: Peter Prymmer <pvhp@forte.com>
46208              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
46209              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
46210      Branch: perl
46211            + ext/re/hints/aix.pl
46212            ! MANIFEST ext/re/Makefile.PL
46213 ____________________________________________________________________________
46214 [  7494] By: jhi                                   on 2000/10/31  14:08:32
46215         Log: Use Errno magic.
46216              
46217              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
46218              From: Casey Tweten <perl@ctweten.amsite.com>
46219              Date: Mon, 30 Oct 2000 15:51:17 -0500
46220              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
46221      Branch: perl
46222            ! lib/File/Temp.pm
46223 ____________________________________________________________________________
46224 [  7493] By: jhi                                   on 2000/10/31  14:05:07
46225         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
46226              
46227              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
46228              From: Nicholas Clark <nick@ccl4.org>
46229              Date: Mon, 30 Oct 2000 17:38:45 +0000
46230              Message-ID: <20001030173845.O60355@plum.flirble.org>
46231      Branch: perl
46232            ! Makefile.SH utils/perlbug.PL
46233 ____________________________________________________________________________
46234 [  7492] By: nick                                  on 2000/10/30  19:37:23
46235         Log: Change files which are mysteriously different to mainline to be
46236              copies of mainline.
46237      Branch: perlio
46238            ! objXSUB.h perlapi.c pod/perlapi.pod
46239 ____________________________________________________________________________
46240 [  7491] By: nick                                  on 2000/10/30  18:05:54
46241         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
46242              - typo in endian code in putc.
46243              - Don't allow read of write-only files and vice-versa
46244              - and off-by-one in flush-all loop.
46245              Remove debug calls as they were using GCC specific features.
46246      Branch: perlio
46247            ! perlio.c
46248 ____________________________________________________________________________
46249 [  7490] By: nick                                  on 2000/10/29  21:45:45
46250         Log: Integrate mainline to perlio
46251      Branch: perlio
46252           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
46253           !> toke.c
46254 ____________________________________________________________________________
46255 [  7489] By: jhi                                   on 2000/10/29  21:11:08
46256         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
46257              From: andreas.koenig@anima.de (Andreas J. Koenig)
46258              Date: 29 Oct 2000 22:05:59 +0100
46259              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
46260      Branch: perl
46261            ! lib/ExtUtils/Manifest.pm
46262 ____________________________________________________________________________
46263 [  7488] By: jhi                                   on 2000/10/29  21:07:47
46264         Log: Tests for #7487.
46265              
46266              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
46267              From: andreas.koenig@anima.de (Andreas J. Koenig)
46268              Date: 29 Oct 2000 19:37:09 +0100
46269              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
46270      Branch: perl
46271            ! t/comp/proto.t
46272 ____________________________________________________________________________
46273 [  7487] By: jhi                                   on 2000/10/29  21:06:27
46274         Log: constsub spillage.
46275              
46276              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
46277              From: John Tobey <jtobey@john-edwin-tobey.org>
46278              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
46279              Message-Id: <m13pvSr-000FObC@feynman.localnet>
46280      Branch: perl
46281            ! op.c
46282 ____________________________________________________________________________
46283 [  7486] By: nick                                  on 2000/10/29  21:05:04
46284         Log: Integrate mainline to perlio branch
46285      Branch: perlio
46286           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
46287           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
46288           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
46289           +> vos/install_perl.cm
46290            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
46291            - vos/config.h vos/config_h.SH_orig
46292           !> (integrate 141 files)
46293 ____________________________________________________________________________
46294 [  7485] By: jhi                                   on 2000/10/29  21:00:47
46295         Log: Make \x{...} consistently produce UTF-8.
46296              
46297              Subject: Re: \x{...} is confused 
46298              From: Simon Cozens <simon@cozens.net>
46299              Date: Sun, 29 Oct 2000 19:36:48 +0000
46300              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
46301      Branch: perl
46302            ! t/pragma/utf8.t toke.c
46303 ____________________________________________________________________________
46304 [  7484] By: nick                                  on 2000/10/29  20:05:29
46305         Log: PerlIO passes all tests.
46306      Branch: perlio
46307            ! perlio.c
46308 ____________________________________________________________________________
46309 [  7483] By: jhi                                   on 2000/10/29  18:06:55
46310         Log: Update Changes.
46311      Branch: perl
46312            ! Changes patchlevel.h
46313 ____________________________________________________________________________
46314 [  7482] By: nick                                  on 2000/10/29  17:43:28
46315         Log: Include <unistd.h> to get correct lseek() prototype etc.
46316              (I thought perl.h did that) - down to two fails
46317              - comp/require.t (last test)
46318              - lib/io_xs.t - possibly import/export of FILE * ?
46319      Branch: perlio
46320            ! perlio.c
46321 ____________________________________________________________________________
46322 [  7481] By: jhi                                   on 2000/10/29  17:02:37
46323         Log: UTF-8 decoder tweak.
46324      Branch: perl
46325            ! utf8.c
46326 ____________________________________________________________________________
46327 [  7480] By: nick                                  on 2000/10/29  16:26:11
46328         Log: Fixed two bugs:
46329              - error code not being set on close (of broken pipe)
46330              - append mode was truncating.
46331              At least one seek/tell bug remains.
46332      Branch: perlio
46333            ! perlio.c
46334 ____________________________________________________________________________
46335 [  7479] By: nick                                  on 2000/10/29  11:18:16
46336         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
46337              in case of accidents. Still several worrying fails, no line disciplines yet.
46338      Branch: perlio
46339            ! iperlsys.h perlio.c
46340 ____________________________________________________________________________
46341 [  7478] By: jhi                                   on 2000/10/29  02:04:01
46342         Log: Add also emailless people.
46343      Branch: perl
46344            ! AUTHORS
46345 ____________________________________________________________________________
46346 [  7477] By: jhi                                   on 2000/10/29  01:36:00
46347         Log: The #7476 needs a MANIFEST change, too.
46348      Branch: perl
46349            ! MANIFEST
46350 ____________________________________________________________________________
46351 [  7476] By: jhi                                   on 2000/10/29  01:35:21
46352         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
46353      Branch: perl
46354            - MAINTAIN
46355            ! AUTHORS Changes
46356 ____________________________________________________________________________
46357 [  7475] By: jhi                                   on 2000/10/28  23:57:25
46358         Log: De-quoted-unreadable to ISO Latin 1.
46359              (There's one ISO-2022-JP name in Changes5.004.)
46360      Branch: perl
46361            ! Changes Changes5.6
46362 ____________________________________________________________________________
46363 [  7474] By: jhi                                   on 2000/10/28  19:13:06
46364         Log: Subject: [ID 20001027.007] uniq array in perlfaq
46365              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
46366              Date: Fri, 27 Oct 2000 19:28:30 +0200
46367              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
46368      Branch: perl
46369            ! pod/perlfaq4.pod
46370 ____________________________________________________________________________
46371 [  7473] By: jhi                                   on 2000/10/28  18:02:05
46372         Log: Locking null mutexes is not recommendable.
46373              
46374              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
46375              From: Hugo <hv@crypt.compulink.co.uk>
46376              Date: Sat, 28 Oct 2000 18:41:12 +0100
46377              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
46378      Branch: perl
46379            ! op.c
46380 ____________________________________________________________________________
46381 [  7472] By: jhi                                   on 2000/10/28  17:52:58
46382         Log: Better create a true mailing list for the repository keepers.
46383      Branch: perl
46384            ! Porting/repository.pod
46385 ____________________________________________________________________________
46386 [  7471] By: jhi                                   on 2000/10/28  17:28:24
46387         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
46388              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
46389      Branch: perl
46390            + Porting/repository.pod
46391            ! MANIFEST
46392 ____________________________________________________________________________
46393 [  7470] By: jhi                                   on 2000/10/28  17:20:54
46394         Log: Subject: DOC PATCH 5.6.0
46395              From: mjd@plover.com
46396              Date: 27 Oct 2000 17:32:44 -0000
46397              Message-ID: <20001027173244.23754.qmail@plover.com>
46398      Branch: perl
46399            ! pod/perlfunc.pod
46400 ____________________________________________________________________________
46401 [  7469] By: jhi                                   on 2000/10/28  17:16:45
46402         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
46403              From: "Peter J. Farley III" <pjfarley@banet.net>
46404              Date: Fri, 27 Oct 2000 20:32:56 -0400
46405              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
46406      Branch: perl
46407            ! README.dos
46408 ____________________________________________________________________________
46409 [  7468] By: jhi                                   on 2000/10/28  17:07:18
46410         Log: Make target reordering to avoid pointless re-makes.
46411              
46412              Subject: Re: Total re-make of 'make okfile' after 7451 ?
46413              From: Nicholas Clark <nick@ccl4.org>
46414              Date: Sat, 28 Oct 2000 00:31:02 +0100
46415              Message-ID: <20001028003101.A54517@plum.flirble.org>
46416      Branch: perl
46417            ! Makefile.SH
46418 ____________________________________________________________________________
46419 [  7467] By: jhi                                   on 2000/10/28  17:05:31
46420         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
46421              From: lvirden@cas.org
46422              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
46423              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
46424      Branch: perl
46425            ! README.os2
46426 ____________________________________________________________________________
46427 [  7466] By: jhi                                   on 2000/10/28  16:09:16
46428         Log: Upgrade to CPAN 1.58_55.
46429              
46430              Subject: CPAN.pm status
46431              From: andreas.koenig@anima.de (Andreas J. Koenig) 
46432              Date: 28 Oct 2000 08:18:00 +0200 
46433              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
46434      Branch: perl
46435            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46436 ____________________________________________________________________________
46437 [  7465] By: jhi                                   on 2000/10/28  16:02:47
46438         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
46439      Branch: perl
46440            ! embed.h embed.pl perl.h proto.h toke.c
46441 ____________________________________________________________________________
46442 [  7464] By: nick                                  on 2000/10/28  10:43:44
46443         Log: Fix for sv_2iv() on "shared" value from keys %hash.
46444      Branch: perl
46445            ! sv.c
46446 ____________________________________________________________________________
46447 [  7463] By: jhi                                   on 2000/10/27  16:18:29
46448         Log: Update Changes.
46449      Branch: perl
46450            ! Changes patchlevel.h
46451 ____________________________________________________________________________
46452 [  7462] By: jhi                                   on 2000/10/27  16:17:44
46453         Log: Too enthusiastic editing in #7460.
46454      Branch: metaconfig
46455            ! U/modified/Oldsym.U
46456      Branch: perl
46457            ! Configure config_h.SH
46458 ____________________________________________________________________________
46459 [  7461] By: jhi                                   on 2000/10/27  15:37:38
46460         Log: Retract #7459, the script needs more work.
46461      Branch: perl
46462            - mkreef
46463            ! MANIFEST
46464 ____________________________________________________________________________
46465 [  7460] By: jhi                                   on 2000/10/27  15:23:14
46466         Log: Use $sort, $uniq (and $tr) consistently as wondered
46467              by Nicholas Clark.
46468      Branch: metaconfig
46469            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
46470            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
46471            ! U/modified/libc.U
46472      Branch: perl
46473            ! Configure config_h.SH
46474 ____________________________________________________________________________
46475 [  7459] By: jhi                                   on 2000/10/27  15:02:07
46476         Log: (Retracted by #7461)
46477              
46478              Add a shell script for creating/removing symbolic link farms,
46479              useful for keeping the source code read-only and doing the
46480              builds somewhere else.
46481      Branch: perl
46482            + mkreef
46483            ! MANIFEST
46484 ____________________________________________________________________________
46485 [  7458] By: jhi                                   on 2000/10/27  14:42:20
46486         Log: Do away with the fix_pl.
46487      Branch: perl
46488            - fix_pl
46489            ! MANIFEST Makefile.SH
46490 ____________________________________________________________________________
46491 [  7457] By: jhi                                   on 2000/10/27  12:43:13
46492         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
46493              From: Jens Hamisch <jens@Strawberry.COM>
46494              Date: Fri, 27 Oct 2000 14:38:21 +0200
46495              Message-Id: <20001027143821.B3366@Strawberry.COM>
46496      Branch: perl
46497            ! perl.h
46498 ____________________________________________________________________________
46499 [  7456] By: jhi                                   on 2000/10/27  12:33:42
46500         Log: Subject: [PATCH] todo
46501              From: Nicholas Clark <nick@ccl4.org>
46502              Date: Thu, 26 Oct 2000 22:32:29 +0100
46503              Message-ID: <20001026223229.A44540@plum.flirble.org>
46504      Branch: perl
46505            ! pod/perltodo.pod
46506 ____________________________________________________________________________
46507 [  7455] By: jhi                                   on 2000/10/27  12:02:21
46508         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
46509              From: John Tobey <jtobey@john-edwin-tobey.org>
46510              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
46511              Message-Id: <m13ozHF-000FObC@feynman.localnet>
46512      Branch: perl
46513            ! op.c t/pragma/sub_lval.t
46514 ____________________________________________________________________________
46515 [  7454] By: jhi                                   on 2000/10/27  11:59:42
46516         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
46517              From: sthoenna@efn.org
46518              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
46519              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
46520      Branch: perl
46521            ! pp.c t/op/assignwarn.t
46522 ____________________________________________________________________________
46523 [  7453] By: jhi                                   on 2000/10/27  00:15:08
46524         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
46525      Branch: perl
46526            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
46527            ! ext/Storable/Storable.xs t/lib/st-lock.t
46528 ____________________________________________________________________________
46529 [  7452] By: jhi                                   on 2000/10/26  13:05:52
46530         Log: Undo #7451, this seems to be a deficiency in Perforce,
46531              there is no per-file line-terminator type, only per-client.
46532      Branch: perl
46533            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
46534            ! win32/makefile.mk
46535 ____________________________________________________________________________
46536 [  7451] By: jhi                                   on 2000/10/26  04:56:03
46537         Log: Experimenting in DOS arcana.
46538      Branch: perl
46539            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
46540            ! win32/makefile.mk
46541 ____________________________________________________________________________
46542 [  7450] By: jhi                                   on 2000/10/26  04:50:52
46543         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
46544              From: "Peter J. Farley III" <pjfarley@banet.net>            
46545              Date: Wed, 25 Oct 2000 23:10:18 -0400
46546              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
46547      Branch: perl
46548            ! t/io/open.t
46549 ____________________________________________________________________________
46550 [  7449] By: jhi                                   on 2000/10/26  04:49:16
46551         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
46552              From: Hugo <hv@crypt.compulink.co.uk>
46553              Date: Thu, 26 Oct 2000 01:55:17 +0100
46554              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
46555              
46556              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
46557      Branch: perl
46558            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
46559 ____________________________________________________________________________
46560 [  7448] By: jhi                                   on 2000/10/26  04:38:36
46561         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
46562              From: Peter Prymmer <pvhp@forte.com>
46563              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
46564              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
46565      Branch: perl
46566            ! configure.com
46567 ____________________________________________________________________________
46568 [  7447] By: jhi                                   on 2000/10/25  23:20:02
46569         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
46570              in platforms that strictly require all the symbols being present
46571              at link time.
46572      Branch: perl
46573            ! handy.h
46574 ____________________________________________________________________________
46575 [  7446] By: jhi                                   on 2000/10/25  21:55:57
46576         Log: Update Changes.
46577      Branch: perl
46578            ! Changes patchlevel.h
46579 ____________________________________________________________________________
46580 [  7445] By: jhi                                   on 2000/10/25  21:27:08
46581         Log: Integrate with vmsperl #7430 by Charles Bailey:
46582              
46583              Cleanup from prior patch (Charles Lane?):
46584              - improve handling of MFDs in Basename and Path
46585              - default to no xsubpp line # munging when building debug images
46586      Branch: perl
46587           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
46588 ____________________________________________________________________________
46589 [  7444] By: jhi                                   on 2000/10/25  21:03:50
46590         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
46591              From: John Peacock <JPeacock@UnivPress.com>
46592              Date: Thu, 18 May 2000 11:55:27 -0400
46593              Message-ID: <3924126F.A58BE57A@UnivPress.com>
46594      Branch: perl
46595            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
46596            ! t/op/write.t
46597 ____________________________________________________________________________
46598 [  7443] By: jhi                                   on 2000/10/25  20:43:10
46599         Log: Temporary stopgap for the self-tying issue: for now only
46600              array and hash self-ties are verboten.  The real fix, of
46601              course, would be to comprehensively test (and implement?)
46602              and debug (and document) self-ties.
46603      Branch: perl
46604            ! pod/perldiag.pod pp_sys.c t/op/tie.t
46605 ____________________________________________________________________________
46606 [  7442] By: jhi                                   on 2000/10/25  20:14:30
46607         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
46608              From: Dan Sugalski <dan@sidhe.org>
46609              Date: Wed, 25 Oct 2000 13:36:35 -0400
46610              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
46611              
46612              plus regen global.sym.
46613      Branch: perl
46614            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
46615            ! thrdvar.h util.c
46616 ____________________________________________________________________________
46617 [  7441] By: jhi                                   on 2000/10/25  20:12:20
46618         Log: buildtoc target tweaks.
46619      Branch: perl
46620            ! pod/Makefile.SH
46621 ____________________________________________________________________________
46622 [  7440] By: jhi                                   on 2000/10/25  20:03:53
46623         Log: A new version of making the syslog test more robust.
46624              (Replaces #7421.)
46625              
46626              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46627              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46628              Date: Wed, 25 Oct 2000 12:13:54 -0400
46629              Message-ID: <20001025121354.B2264@O2.chapin.edu>
46630      Branch: perl
46631            ! t/lib/syslog.t
46632 ____________________________________________________________________________
46633 [  7439] By: jhi                                   on 2000/10/25  20:00:48
46634         Log: Continue the internal UTF-8 API tweaking.
46635              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
46636              used much more than the simpler API, now called utf8_to_uv_simple().
46637              Still not quite happy with API, too much partial duplication
46638              of functionality.
46639      Branch: perl
46640            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
46641            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
46642            ! regcomp.c regexec.c sv.c toke.c utf8.c
46643 ____________________________________________________________________________
46644 [  7438] By: jhi                                   on 2000/10/25  18:52:30
46645         Log: Allow poking holes at the UTF-8 decoding strictness.
46646      Branch: perl
46647            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
46648            ! utf8.h
46649 ____________________________________________________________________________
46650 [  7437] By: jhi                                   on 2000/10/25  13:53:05
46651         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
46652              UTF8LEN() and UTF8SKIP(). 
46653      Branch: perl
46654            ! pp.c utf8.c utf8.h
46655 ____________________________________________________________________________
46656 [  7436] By: jhi                                   on 2000/10/25  13:51:37
46657         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
46658              From: Nicholas Clark <nick@ccl4.org>
46659              Date: Wed, 25 Oct 2000 14:44:05 +0100
46660              Message-ID: <20001025144404.D27253@plum.flirble.org>
46661      Branch: perl
46662            ! pod/perlrun.pod
46663 ____________________________________________________________________________
46664 [  7435] By: jhi                                   on 2000/10/25  13:49:32
46665         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
46666              From: Mike Guy <mjtg@cam.ac.uk>
46667              Date: Tue, 24 Oct 2000 14:59:40 +0100
46668              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
46669      Branch: perl
46670            ! scope.c
46671 ____________________________________________________________________________
46672 [  7434] By: jhi                                   on 2000/10/25  13:48:41
46673         Log: AIX is picky about its symbol exports.  Solution for now
46674              is to include the deb.o explicitly to the re extension build.
46675              
46676              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
46677              From: Peter Prymmer <pvhp@forte.com>
46678              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
46679              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
46680      Branch: perl
46681            ! ext/re/Makefile.PL hints/aix.sh
46682 ____________________________________________________________________________
46683 [  7433] By: jhi                                   on 2000/10/25  13:46:49
46684         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
46685              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
46686              Date: Wed, 25 Oct 2000 12:02:20 +0200
46687              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
46688      Branch: perl
46689            ! perlsdio.h
46690 ____________________________________________________________________________
46691 [  7432] By: jhi                                   on 2000/10/25  13:44:28
46692         Log: Subject: Minor update to find2perl, for portability
46693              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
46694              Date: Wed, 25 Oct 2000 12:05:47 +0100
46695              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
46696      Branch: perl
46697            ! x2p/find2perl.PL
46698 ____________________________________________________________________________
46699 [  7431] By: jhi                                   on 2000/10/25  13:40:39
46700         Log: Add targets to Makefile.SH, most importantly
46701              'regen_all' which also remembers to update vms/perly*.
46702      Branch: perl
46703            ! Makefile.SH
46704 ____________________________________________________________________________
46705 [  7430] By: bailey                                on 2000/10/25  03:13:53
46706         Log: Cleanup from prior patch (Charles Lane?):
46707              - improve handling of MFDs in Basename and Path
46708              - default to no xsubpp line # munging when building debug images
46709      Branch: vmsperl
46710            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
46711 ____________________________________________________________________________
46712 [  7429] By: jhi                                   on 2000/10/24  20:03:40
46713         Log: Podify README.epoc and README.vos.
46714      Branch: perl
46715            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
46716            ! pod/perlport.pod pod/perltoc.pod
46717 ____________________________________________________________________________
46718 [  7428] By: jhi                                   on 2000/10/24  19:10:33
46719         Log: Stratus VOS updates from Paul Green.
46720      Branch: perl
46721            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
46722            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
46723            - vos/config.def vos/config.h vos/config_h.SH_orig
46724            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
46725            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
46726 ____________________________________________________________________________
46727 [  7427] By: jhi                                   on 2000/10/24  18:59:48
46728         Log: Check if stdio supports tweaking lval and cnt simultaneously.
46729              
46730              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
46731              From: Nicholas Clark <nick@ccl4.org>
46732              Date: Mon, 23 Oct 2000 15:39:32 +0100
46733              Message-ID: <20001023153932.A10786@plum.flirble.org>
46734      Branch: metaconfig
46735            ! U/compline/d_stdstdio.U
46736      Branch: perl
46737            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46738            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
46739            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
46740            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
46741            ! vos/config.h vos/config_h.SH_orig win32/config.bc
46742            ! win32/config.gc win32/config.vc
46743 ____________________________________________________________________________
46744 [  7426] By: jhi                                   on 2000/10/24  17:57:44
46745         Log: Missed the header file changes from #7425.
46746      Branch: perl
46747            ! embed.h embed.pl objXSUB.h proto.h
46748 ____________________________________________________________________________
46749 [  7425] By: jhi                                   on 2000/10/24  17:55:17
46750         Log: Fix the bug reported in
46751              
46752              From: andreas.koenig@anima.de (Andreas J. Koenig)
46753              Subject: Encode bug?
46754              Date: 24 Oct 2000 14:01:26 +0200 
46755              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
46756              
46757              Also make is_utf8_char() stricter.
46758      Branch: perl
46759            ! ext/Encode/Encode.xs utf8.c
46760 ____________________________________________________________________________
46761 [  7424] By: jhi                                   on 2000/10/24  15:15:39
46762         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
46763              From: Peter Scott <Peter@PSDT.com>
46764              Date: Mon, 23 Oct 2000 19:46:01 -0700
46765              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
46766      Branch: perl
46767            ! pod/perlfaq5.pod
46768 ____________________________________________________________________________
46769 [  7423] By: jhi                                   on 2000/10/24  14:25:30
46770         Log: Test tweak to avoid pulling in the whole Config.
46771      Branch: perl
46772            ! t/lib/st-lock.t
46773 ____________________________________________________________________________
46774 [  7422] By: jhi                                   on 2000/10/24  14:03:16
46775         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
46776      Branch: perl
46777            ! pp.c
46778 ____________________________________________________________________________
46779 [  7421] By: jhi                                   on 2000/10/24  13:32:09
46780         Log: (Replaced by #7440.)
46781              
46782              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
46783              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46784              Date: Mon, 23 Oct 2000 16:40:54 -0400
46785              Message-ID: <20001023164054.B14491@O2.chapin.edu>
46786      Branch: perl
46787            ! t/lib/syslog.t
46788 ____________________________________________________________________________
46789 [  7420] By: jhi                                   on 2000/10/24  13:30:53
46790         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
46791              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46792              Date: Mon, 23 Oct 2000 17:29:03 -0400
46793              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
46794      Branch: perl
46795            ! lib/ExtUtils/MM_Unix.pm
46796 ____________________________________________________________________________
46797 [  7419] By: jhi                                   on 2000/10/24  13:29:57
46798         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
46799              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
46800              Date: Mon, 23 Oct 2000 19:01:32 -0400
46801              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
46802      Branch: perl
46803            ! utils/h2xs.PL
46804 ____________________________________________________________________________
46805 [  7418] By: jhi                                   on 2000/10/24  13:26:04
46806         Log: Replace #7409 with
46807              
46808              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
46809              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
46810              Date: Mon, 23 Oct 2000 20:08:56 +0200
46811              Message-ID: <20001023200855.A14850@nice.ram.loc>
46812      Branch: perl
46813            ! ext/Storable/Storable.pm t/lib/st-lock.t
46814 ____________________________________________________________________________
46815 [  7417] By: jhi                                   on 2000/10/24  13:17:52
46816         Log: Run vms/vms_yfix.pl, should have done that after changing
46817              perly.c in #7382.
46818      Branch: perl
46819            ! vms/perly_c.vms vms/perly_h.vms
46820 ____________________________________________________________________________
46821 [  7416] By: jhi                                   on 2000/10/24  02:55:33
46822         Log: Make the UTF-8 decoding stricter and more verbose when
46823              malformation happens.  This involved adding an argument
46824              to utf8_to_uv_chk(), which involved changing its prototype,
46825              and prefer STRLEN over I32 for the UTF-8 length, which as
46826              a domino effect necessitated changing the prototypes of
46827              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
46828              The stricter UTF-8 decoding checking uses Markus Kuhn's
46829              UTF-8 Decode Stress Tester from
46830              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
46831      Branch: perl
46832            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
46833            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
46834            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
46835            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
46836 ____________________________________________________________________________
46837 [  7415] By: jhi                                   on 2000/10/23  14:06:06
46838         Log: Update Changes.
46839      Branch: perl
46840            ! Changes patchlevel.h
46841 ____________________________________________________________________________
46842 [  7414] By: jhi                                   on 2000/10/23  12:39:52
46843         Log: Undo the basename() part of #7412 since the lib/basename
46844              tests would need upgrading too.
46845      Branch: perl
46846            ! lib/File/Basename.pm
46847 ____________________________________________________________________________
46848 [  7413] By: jhi                                   on 2000/10/23  12:19:27
46849         Log: Document PERL_INSTALL_ROOT of #7210.
46850      Branch: perl
46851            ! lib/ExtUtils/Install.pm
46852 ____________________________________________________________________________
46853 [  7412] By: jhi                                   on 2000/10/23  12:16:47
46854         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
46855      Branch: perl
46856            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
46857            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
46858 ____________________________________________________________________________
46859 [  7411] By: jhi                                   on 2000/10/23  12:07:41
46860         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
46861              From: Prymmer/Kahn <pvhp@best.com>
46862              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
46863              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
46864      Branch: perl
46865            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
46866 ____________________________________________________________________________
46867 [  7410] By: jhi                                   on 2000/10/23  04:10:11
46868         Log: The change #7187 was not so good on VMS.
46869              
46870              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
46871              From: "Craig A. Berry" <craig.berry@psinetcs.com>
46872              Date: Sun, 22 Oct 2000 23:03:08 -0500
46873              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
46874      Branch: perl
46875            ! utils/perldoc.PL
46876 ____________________________________________________________________________
46877 [  7409] By: jhi                                   on 2000/10/23  03:57:36
46878         Log: Avoid Storable locking on DJGPP for now.
46879              
46880              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
46881              From: "Peter J. Farley III" <pjfarley@banet.net>
46882              Date: Sun, 22 Oct 2000 20:00:00 -0400
46883              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
46884      Branch: perl
46885            ! ext/Storable/Storable.pm t/lib/st-lock.t
46886 ____________________________________________________________________________
46887 [  7408] By: jhi                                   on 2000/10/23  03:50:24
46888         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
46889              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
46890              Date: Sun, 22 Oct 2000 21:12:22 -0400
46891              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
46892      Branch: perl
46893            ! lib/vars.pm
46894 ____________________________________________________________________________
46895 [  7407] By: jhi                                   on 2000/10/23  03:43:12
46896         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
46897              From: Hugo <hv@crypt.compulink.co.uk>
46898              Date: Mon, 23 Oct 2000 00:47:22 +0100
46899              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
46900      Branch: perl
46901            ! regexec.c t/op/pat.t
46902 ____________________________________________________________________________
46903 [  7406] By: jhi                                   on 2000/10/23  03:40:29
46904         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
46905      Branch: perl
46906            ! lib/ExtUtils/MakeMaker.pm
46907 ____________________________________________________________________________
46908 [  7405] By: jhi                                   on 2000/10/22  21:32:00
46909         Log: Doc patch.
46910              
46911              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
46912              From: rspier@pobox.com (Robert Spier)
46913              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
46914              Message-ID: <14835.16112.13457.447971@rls.cx>
46915      Branch: perl
46916            ! lib/strict.pm
46917 ____________________________________________________________________________
46918 [  7404] By: jhi                                   on 2000/10/22  21:30:51
46919         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
46920              From: rspier@pobox.com (Robert Spier)
46921              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
46922              Message-ID: <14835.17223.72448.705566@rls.cx>
46923      Branch: perl
46924            ! lib/ExtUtils/MakeMaker.pm
46925 ____________________________________________________________________________
46926 [  7403] By: jhi                                   on 2000/10/22  21:24:11
46927         Log: Subject: [PATCH bleadperl] ripples from constsub patch
46928              From: John Tobey <jtobey@john-edwin-tobey.org>
46929              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
46930              Message-Id: <m13nSOB-000FObC@feynman.localnet>
46931      Branch: perl
46932            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
46933 ____________________________________________________________________________
46934 [  7402] By: jhi                                   on 2000/10/22  20:59:35
46935         Log: Support s?printf parameter reordering.
46936      Branch: perl
46937            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
46938 ____________________________________________________________________________
46939 [  7401] By: jhi                                   on 2000/10/22  19:19:14
46940         Log: Expand %Config variables only if explicitly so requested
46941              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
46942              
46943              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46944              From: Gurusamy Sarathy <gsar@ActiveState.com>
46945              Date: Sun, 22 Oct 2000 11:47:32 -0700
46946              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
46947      Branch: perl
46948            ! Makefile.SH lib/lib_pm.PL
46949 ____________________________________________________________________________
46950 [  7400] By: jhi                                   on 2000/10/22  18:24:10
46951         Log: Move the #7390 test from warn/op to comp/redef.
46952              
46953              Subject: Re: Creating const subs for constants.
46954              From: John Tobey <jtobey@john-edwin-tobey.org>
46955              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
46956              Message-Id: <m13nG72-000FObC@feynman.localnet>               
46957      Branch: perl
46958            ! t/comp/redef.t t/pragma/warn/op
46959 ____________________________________________________________________________
46960 [  7399] By: jhi                                   on 2000/10/22  17:49:59
46961         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
46962              From: Nicholas Clark <nick@ccl4.org>
46963              Date: Sat, 21 Oct 2000 22:23:19 +0100
46964              Message-ID: <20001021222319.B45586@plum.flirble.org>
46965      Branch: perl
46966            ! ext/DynaLoader/DynaLoader_pm.PL
46967 ____________________________________________________________________________
46968 [  7398] By: jhi                                   on 2000/10/22  17:47:35
46969         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
46970              From: Hugo <hv@crypt.compulink.co.uk>
46971              Date: Sat, 21 Oct 2000 18:19:59 +0100
46972              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
46973      Branch: perl
46974            ! ext/B/B.pm ext/B/B/C.pm
46975 ____________________________________________________________________________
46976 [  7397] By: jhi                                   on 2000/10/22  17:35:18
46977         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
46978              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
46979              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
46980              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
46981      Branch: perl
46982            ! hints/openbsd.sh
46983 ____________________________________________________________________________
46984 [  7396] By: jhi                                   on 2000/10/22  17:19:46
46985         Log: Subject: installman go-faster stripes
46986              From: Nicholas Clark <nick@talking.bollo.cx>
46987              Date: Sat, 21 Oct 2000 17:24:53 +0100
46988              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
46989              
46990              Subject: Re: installman go-faster stripes
46991              From: Russ Allbery <rra@stanford.edu>
46992              Date: 21 Oct 2000 11:04:13 -0700
46993              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
46994      Branch: perl
46995            ! installman pod/pod2man.PL
46996 ____________________________________________________________________________
46997 [  7395] By: jhi                                   on 2000/10/22  17:17:35
46998         Log: Hints tweak from Anton Berezin.
46999      Branch: perl
47000            ! hints/freebsd.sh
47001 ____________________________________________________________________________
47002 [  7394] By: jhi                                   on 2000/10/22  04:50:04
47003         Log: Tweak the Is* definitions of Unicode character classes
47004              to better match the official categorizations; embrace
47005              the official categorizations; add the combining marks
47006              as alpha (and -numeric); fix DCinital (a typo and edito)
47007              to be DCmedial.
47008      Branch: perl
47009            + lib/unicode/Is/DCmedial.pl
47010            - lib/unicode/Is/DCinital.pl
47011            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
47012            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
47013            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
47014            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
47015 ____________________________________________________________________________
47016 [  7393] By: jhi                                   on 2000/10/21  18:06:05
47017         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
47018              From: Daniel Chetlin <daniel@chetlin.com>
47019              Date: Sat, 21 Oct 2000 02:57:03 -0700
47020              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
47021      Branch: perl
47022            + t/lib/tie-splice.t
47023            ! MANIFEST lib/Tie/Array.pm
47024 ____________________________________________________________________________
47025 [  7392] By: gsar                                  on 2000/10/21  18:05:15
47026         Log: resync utfperl branch with mainline
47027      Branch: utfperl
47028           !> (integrate 1760 files)
47029 ____________________________________________________________________________
47030 [  7391] By: jhi                                   on 2000/10/21  14:37:49
47031         Log: Testcases for a #7383,#7385 related bug.
47032              
47033              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
47034              From: Nicholas Clark <nick@ccl4.org>
47035              Date: Sat, 21 Oct 2000 15:04:51 +0100
47036              Message-ID: <20001021150451.A51566@plum.flirble.org>
47037      Branch: perl
47038            ! t/pragma/utf8.t
47039 ____________________________________________________________________________
47040 [  7390] By: jhi                                   on 2000/10/21  14:35:57
47041         Log: Add a testcase for #7389.
47042      Branch: perl
47043            ! t/pragma/warn/op
47044 ____________________________________________________________________________
47045 [  7389] By: jhi                                   on 2000/10/21  14:26:45
47046         Log: Subject: Re: Creating const subs for constants.
47047              From: John Tobey <jtobey@john-edwin-tobey.org>
47048              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
47049              Message-Id: <m13mo0N-000FObC@feynman.localnet>
47050      Branch: perl
47051            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
47052            ! proto.h sv.c
47053 ____________________________________________________________________________
47054 [  7388] By: nick                                  on 2000/10/21  11:44:23
47055         Log: Populate perlio branch
47056      Branch: perlio
47057           +> (branch 1760 files)
47058 ____________________________________________________________________________
47059 [  7387] By: nick                                  on 2000/10/21  10:52:05
47060         Log: Get branch back as replica of mainline via :
47061              p4 integrate -b utfperl
47062              p4 resolve -at ./...
47063      Branch: utfperl
47064           +> (branch 269 files)
47065            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
47066            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
47067            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
47068            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
47069            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
47070            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
47071            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
47072            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
47073            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
47074            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
47075            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
47076            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
47077            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
47078            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
47079            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
47080            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
47081            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
47082            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
47083            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
47084            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
47085            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
47086            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
47087            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
47088            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
47089            - lib/unicode/UCD300.html lib/unicode/Unicode.300
47090            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
47091            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
47092            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
47093            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
47094           !> (integrate 965 files)
47095 ____________________________________________________________________________
47096 [  7386] By: jhi                                   on 2000/10/21  01:31:12
47097         Log: Update Changes.
47098      Branch: perl
47099            ! Changes patchlevel.h
47100 ____________________________________________________________________________
47101 [  7385] By: jhi                                   on 2000/10/21  01:28:42
47102         Log: The #7383 was right only in the context of the original bug report,
47103              not in more general case.
47104      Branch: perl
47105            ! pp_hot.c
47106 ____________________________________________________________________________
47107 [  7384] By: jhi                                   on 2000/10/21  01:08:23
47108         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
47109      Branch: perl
47110            ! ext/IO/lib/IO/Select.pm
47111 ____________________________________________________________________________
47112 [  7383] By: jhi                                   on 2000/10/21  00:44:18
47113         Log: Fix for ID 20001020.006, concatenating an unset submatch
47114              with utf8 resulted in "Modification of a read-only value".
47115      Branch: perl
47116            ! pp_hot.c t/pragma/utf8.t
47117 ____________________________________________________________________________
47118 [  7382] By: jhi                                   on 2000/10/20  20:44:31
47119         Log: Make scan_num() reëntrant, as suggested in
47120              
47121              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47122              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47123              Date: Fri, 20 Oct 2000 14:17:27 +0100
47124              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
47125      Branch: perl
47126            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
47127            ! toke.c
47128 ____________________________________________________________________________
47129 [  7381] By: jhi                                   on 2000/10/20  20:07:29
47130         Log: Reëntrancy fix.
47131              
47132              Subject: [PATCH perl@7229] Rentrant parser and yylex()
47133              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
47134              Date: Fri, 20 Oct 2000 14:17:27 +0100
47135              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
47136      Branch: perl
47137            ! embed.h embed.pl perl.h proto.h toke.c
47138 ____________________________________________________________________________
47139 [  7380] By: jhi                                   on 2000/10/20  19:15:54
47140         Log: Don't write double values through long double pointers,
47141              based on a part of
47142              
47143              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47144              From: Jens Hamisch <jens@Strawberry.COM>
47145              Date: Tue, 17 Oct 2000 08:39:36 +0200
47146              Message-Id: <20001017083936.A11104@Strawberry.COM>
47147      Branch: perl
47148            ! perl.h pp.c
47149 ____________________________________________________________________________
47150 [  7379] By: jhi                                   on 2000/10/20  18:43:37
47151         Log: Portability tweak on #7377.
47152              
47153              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
47154              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47155              Date:     Fri, 20 Oct 2000 13:13:41 EDT
47156              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
47157      Branch: perl
47158            ! t/lib/dprof.t
47159 ____________________________________________________________________________
47160 [  7378] By: jhi                                   on 2000/10/20  12:57:19
47161         Log: SOCKS function redefinitions need prototypes, too, otherwise
47162              for example 32 bit versus 64 bit differences cause a lot of
47163              problems.  Part of
47164              
47165              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
47166              From: Jens Hamisch <jens@Strawberry.COM>
47167              Date: Tue, 17 Oct 2000 08:39:36 +0200
47168              Message-Id: <20001017083936.A11104@Strawberry.COM>
47169      Branch: perl
47170            ! doio.c pp_sys.c
47171 ____________________________________________________________________________
47172 [  7377] By: jhi                                   on 2000/10/20  12:37:12
47173         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
47174              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47175              Date:     Fri, 20 Oct 2000 08:26:04 EDT
47176              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
47177      Branch: perl
47178            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
47179 ____________________________________________________________________________
47180 [  7376] By: jhi                                   on 2000/10/20  12:35:31
47181         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
47182              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
47183              Date:     Fri, 20 Oct 2000 07:48:15 EDT
47184              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
47185      Branch: perl
47186            ! configure.com vms/gen_shrfls.pl
47187 ____________________________________________________________________________
47188 [  7375] By: bailey                                on 2000/10/20  04:44:37
47189         Log: SYN SYN
47190      Branch: vmsperl
47191           +> (branch 134 files)
47192            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
47193            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
47194            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
47195            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
47196            - eg/cgi/frameset.cgi eg/cgi/index.html
47197            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
47198            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
47199            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
47200            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
47201            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
47202            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
47203            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
47204            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
47205            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
47206            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
47207            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
47208            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
47209            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
47210            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
47211            - lib/unicode/Props.txt lib/unicode/UCD300.html
47212            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
47213            - utils/perlbc.PL vms/subconfigure.com
47214           !> (integrate 785 files)
47215 ____________________________________________________________________________
47216 [  7374] By: jhi                                   on 2000/10/20  00:59:48
47217         Log: In the latest compiler builds cccdlflags must not become -fpic,
47218              from Wilfredo Sánchez.
47219      Branch: perl
47220            ! hints/darwin.sh
47221 ____________________________________________________________________________
47222 [  7373] By: jhi                                   on 2000/10/20  00:56:35
47223         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
47224              From: Tony Cook <tony@develop-help.com>
47225              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
47226              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
47227      Branch: perl
47228            ! pod/perlop.pod
47229 ____________________________________________________________________________
47230 [  7372] By: jhi                                   on 2000/10/19  19:34:40
47231         Log: Typo noted by Mark Lutz.
47232      Branch: perl
47233            ! t/op/64bitint.t
47234 ____________________________________________________________________________
47235 [  7371] By: jhi                                   on 2000/10/19  19:33:13
47236         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
47237      Branch: metaconfig
47238            ! U/modified/Cppsym.U U/modified/Oldconfig.U
47239      Branch: metaconfig/U/perl
47240            ! End.U dlsrc.U libperl.U
47241      Branch: perl
47242            + hints/nonstopux.sh
47243            ! Configure MANIFEST config_h.SH
47244 ____________________________________________________________________________
47245 [  7370] By: jhi                                   on 2000/10/19  17:18:08
47246         Log: Subject: PATCH do_print has 2 PerlIO_error()s
47247              From: nick@ccl4.org
47248              Date: Thu, 19 Oct 2000 18:09:20 +0100
47249              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
47250      Branch: perl
47251            ! doio.c
47252 ____________________________________________________________________________
47253 [  7369] By: jhi                                   on 2000/10/19  14:01:49
47254         Log: Update Changes.
47255      Branch: perl
47256            ! Changes patchlevel.h
47257 ____________________________________________________________________________
47258 [  7368] By: jhi                                   on 2000/10/19  13:04:29
47259         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
47260              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47261              Date: Wed, 18 Oct 2000 13:12:01 +0200
47262              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
47263      Branch: perl
47264            ! hints/aix.sh
47265 ____________________________________________________________________________
47266 [  7367] By: jhi                                   on 2000/10/19  02:22:40
47267         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
47268              of a 'pmshort' anywhere in the B, so the offending line was simply
47269              removed.
47270      Branch: perl
47271            ! ext/B/B/Debug.pm
47272 ____________________________________________________________________________
47273 [  7366] By: jhi                                   on 2000/10/19  02:12:37
47274         Log: Add the test case for the bug id 20000730.004 which seems
47275              to have been fixed by now.
47276      Branch: perl
47277            ! t/pragma/utf8.t
47278 ____________________________________________________________________________
47279 [  7365] By: jhi                                   on 2000/10/18  23:36:24
47280         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
47281              From: Hugo <hv@crypt.compulink.co.uk>
47282              Date: Wed, 18 Oct 2000 23:25:58 +0100
47283              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
47284      Branch: perl
47285            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
47286 ____________________________________________________________________________
47287 [  7364] By: jhi                                   on 2000/10/18  21:12:53
47288         Log: (retracted)
47289      Branch: perl
47290            ! pp.c
47291 ____________________________________________________________________________
47292 [  7363] By: jhi                                   on 2000/10/18  20:55:38
47293         Log: Missing change from #7362.
47294      Branch: perl
47295            ! win32/perlhost.h
47296 ____________________________________________________________________________
47297 [  7362] By: jhi                                   on 2000/10/18  20:52:01
47298         Log: Borland C fstat() never saw the fd as writable.
47299              
47300              Subject: fix for Borland's weak "stat" (perl@7211)
47301              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
47302              Date: Mon, 16 Oct 2000 09:55:03 +0400
47303              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
47304      Branch: perl
47305            ! win32/win32.c
47306 ____________________________________________________________________________
47307 [  7361] By: jhi                                   on 2000/10/18  17:43:50
47308         Log: Regen toc.
47309      Branch: perl
47310            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
47311 ____________________________________________________________________________
47312 [  7360] By: jhi                                   on 2000/10/18  17:07:44
47313         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47314              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
47315              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
47316              Date: Mon, 16 Oct 2000 15:19:49 +0200
47317      Branch: perl
47318            + README.aix
47319            ! MANIFEST
47320 ____________________________________________________________________________
47321 [  7359] By: jhi                                   on 2000/10/18  17:04:49
47322         Log: Subject: Pod patch for Devel::Peek
47323              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47324              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
47325              Date: Mon, 16 Oct 2000 12:26:34 +0200
47326      Branch: perl
47327            ! ext/Devel/Peek/Peek.pm
47328 ____________________________________________________________________________
47329 [  7358] By: jhi                                   on 2000/10/18  17:03:15
47330         Log: Make Cwd more bulletproof in chrooted environments.
47331              
47332              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
47333              From: "Eric E. Coe" <Eric.Coe@oracle.com>
47334              Date: Wed, 18 Oct 2000 04:03:54 -0400
47335              Message-Id: <39ED596A.70E599FE@oracle.com>
47336      Branch: perl
47337            ! lib/Cwd.pm
47338 ____________________________________________________________________________
47339 [  7357] By: jhi                                   on 2000/10/18  16:37:26
47340         Log: Disable the UTF8 downgrade croakage for now to avoid
47341              too many not okay messages.
47342      Branch: perl
47343            ! doio.c
47344 ____________________________________________________________________________
47345 [  7356] By: jhi                                   on 2000/10/17  23:29:41
47346         Log: Show the failed remote port, instead of the failing line number.
47347              
47348              Subject: [PATCH 5.6.1 Debugger] More diagnostics
47349              From: David Sparks <daves@ActiveState.com>
47350              Date: Tue, 17 Oct 2000 15:00:24 -0700
47351              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
47352      Branch: perl
47353            ! lib/perl5db.pl
47354 ____________________________________________________________________________
47355 [  7355] By: jhi                                   on 2000/10/17  14:11:31
47356         Log: On output try to downgrade to bytes, croak if impossible,
47357              from Simon Cozens.  This means that outputting >255 UTF8
47358              is impossible.  Consider this as a strong incentive to get
47359              the I/O disciplines implemented.
47360      Branch: perl
47361            ! doio.c pod/perldiag.pod sv.c
47362 ____________________________________________________________________________
47363 [  7354] By: jhi                                   on 2000/10/17  13:42:23
47364         Log: Clarify documentation on 'use bytes'.
47365              
47366              Subject: Re: What does 'use bytes' "mean" ?
47367              From: Simon Cozens <simon@cozens.net>
47368              Date: Mon, 18 Sep 2000 18:24:25 +0100
47369              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
47370      Branch: perl
47371            ! lib/bytes.pm
47372 ____________________________________________________________________________
47373 [  7353] By: jhi                                   on 2000/10/17  13:28:12
47374         Log: Workaround for a sfio bug where the stream error indicator
47375              is not cleared as documented.
47376              
47377              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47378              From: Nicholas Clark <nick@ccl4.org>
47379              Date: Mon, 16 Oct 2000 18:28:23 +0100
47380              Message-ID: <20001016182823.J19700@plum.flirble.org>
47381      Branch: perl
47382            ! doio.c
47383 ____________________________________________________________________________
47384 [  7352] By: jhi                                   on 2000/10/17  13:06:19
47385         Log: More IoTYPE sprinkling.
47386      Branch: perl
47387            ! doio.c pp_hot.c
47388 ____________________________________________________________________________
47389 [  7351] By: jhi                                   on 2000/10/16  22:47:07
47390         Log: Detect early whether the std streams have gone bad.
47391              
47392              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
47393              Date: Mon, 16 Oct 2000 23:28:42 +0100
47394              From: Nicholas Clark <nick@ccl4.org>
47395              Message-ID: <20001016232842.A37942@plum.flirble.org>
47396      Branch: perl
47397            ! t/op/misc.t
47398 ____________________________________________________________________________
47399 [  7350] By: jhi                                   on 2000/10/16  22:45:16
47400         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
47401              From: "Peter J. Farley III" <pjfarley@banet.net>
47402              Date: Mon, 16 Oct 2000 18:15:59 -0400
47403              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
47404      Branch: perl
47405            ! djgpp/djgpp.c dosish.h t/io/open.t
47406 ____________________________________________________________________________
47407 [  7349] By: jhi                                   on 2000/10/16  22:36:45
47408         Log: perldelta tweak.
47409      Branch: perl
47410            ! pod/perldelta.pod
47411 ____________________________________________________________________________
47412 [  7348] By: jhi                                   on 2000/10/16  15:17:53
47413         Log: Update Changes.
47414      Branch: perl
47415            ! Changes patchlevel.h
47416 ____________________________________________________________________________
47417 [  7347] By: jhi                                   on 2000/10/16  13:55:27
47418         Log: Add the capability to include/exclude branches.
47419      Branch: perl
47420            ! Porting/genlog
47421 ____________________________________________________________________________
47422 [  7346] By: jhi                                   on 2000/10/16  13:18:04
47423         Log: Add Charles Lane.
47424      Branch: perl
47425            ! AUTHORS Changes
47426 ____________________________________________________________________________
47427 [  7345] By: jhi                                   on 2000/10/16  13:13:21
47428         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
47429      Branch: perl
47430            ! pod/perldelta.pod
47431 ____________________________________________________________________________
47432 [  7344] By: gsar                                  on 2000/10/16  09:30:21
47433         Log: integrate change#6220 from cfgperl
47434              
47435              Win32 patches from Benjamin Stuhl.
47436      Branch: maint-5.6/perl
47437           !> makedef.pl win32/win32.h
47438 ____________________________________________________________________________
47439 [  7343] By: gsar                                  on 2000/10/16  08:32:19
47440         Log: integrate changes#6221,6222 from cfgperl
47441              
47442              Remove tr///CU (the feature is to be obsoleted by better interfaces).
47443              From: simon@brecon.co.uk (Simon Cozens)
47444              Subject: [PATCH] Eliminate tr///[CU][CU]
47445              Date: 23 Jun 2000 11:05:40 GMT
47446              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
47447              
47448              doc typo fix
47449              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
47450              From: Ian Phillipps <Ian.Phillipps@iname.com>
47451              Date: Fri, 23 Jun 2000 10:40:58 +0100
47452              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
47453      Branch: maint-5.6/perl
47454           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
47455 ____________________________________________________________________________
47456 [  7342] By: gsar                                  on 2000/10/16  08:28:08
47457         Log: integrate change#6217 from cfgperl (in part)
47458              
47459              Rename the fdpid locking and integrate with Sarathy.
47460      Branch: maint-5.6/perl
47461           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
47462           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
47463           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
47464           !> win32/win32.c
47465 ____________________________________________________________________________
47466 [  7341] By: gsar                                  on 2000/10/16  08:23:39
47467         Log: integrate changes#6214..6216 from mainline
47468              
47469              @_ can't have junk in it even in the non-USE_ITHREADS case because
47470              caller() wants to populate @DB::args with it (causes a coredump
47471              in Carp::confess())
47472              
47473              tweak comment about @DB::args
47474              
47475              be more optimal about clearing @_
47476      Branch: maint-5.6/perl
47477           !> av.h cop.h pp_ctl.c t/op/runlevel.t
47478 ____________________________________________________________________________
47479 [  7340] By: gsar                                  on 2000/10/16  08:20:37
47480         Log: integrate changes#6207..6210 from cfgperl
47481              
47482              Subject: [PATCH 5.6.0] Threadsafe patches
47483              From: Dan Sugalski <dan@sidhe.org>
47484              To: perl5-porters@perl.org
47485              Date: Mon, 08 May 2000 18:08:13 -0400
47486              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
47487              
47488              Regen headers for #6207.
47489              
47490              Lock PL_fdpid against race conditions, based on:
47491              Subject: [PATCH 5.6.0]subprocess fixup for threads
47492              From: Dan Sugalski <dan@sidhe.org>
47493              To: perl5-porters@perl.org
47494              Date: Tue, 11 Apr 2000 17:02:32 -0400
47495              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
47496              
47497              Mopup for #6207 and #6209.
47498      Branch: maint-5.6/perl
47499           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
47500           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
47501           !> win32/win32.c
47502 ____________________________________________________________________________
47503 [  7339] By: gsar                                  on 2000/10/16  08:14:34
47504         Log: integrate change#6203 from cfgperl
47505              
47506              perldiag should refer to perlos2.pod not README.os2
47507      Branch: maint-5.6/perl
47508           !> pod/perldiag.pod
47509 ____________________________________________________________________________
47510 [  7338] By: gsar                                  on 2000/10/16  08:11:42
47511         Log: integrate change#6201 from mainline
47512              
47513              Perl_eval_pv() leaks 4 bytes every time it is called because it
47514              does a PUSHMARK that's never ever POPMARKed; in general, only
47515              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
47516              Perl_eval_[sp]v() don't because they don't take any incoming
47517              arguments (this leak has been around since the original version
47518              of perl_eval_pv() in 5.003_97e)
47519      Branch: maint-5.6/perl
47520           !> perl.c
47521 ____________________________________________________________________________
47522 [  7337] By: gsar                                  on 2000/10/16  08:08:47
47523         Log: integrate changes#6197..6200 from cfgperl
47524              
47525              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
47526              From: John Borwick <jhborwic@unity.ncsu.edu>
47527              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
47528              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
47529              
47530              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
47531              From: Dan Sugalski <dan@sidhe.org>
47532              To: vmsperl@perl.org, perl5-porters@perl.org
47533              Date: Fri, 02 Jun 2000 16:00:41 -0400
47534              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
47535              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
47536              
47537              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
47538              From: Dan Sugalski <dan@sidhe.org>
47539              To: perl5-porters@perl.org, vmsperl@perl.org
47540              Date: Fri, 02 Jun 2000 17:30:51 -0400
47541              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
47542              
47543              Update to cperl-mode.el 4.31 from
47544              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
47545              Subject: A couple of notes
47546              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
47547              To: Mailing list Perl5 <perl5-porters@perl.org>
47548              Date: Sat, 3 Jun 2000 23:33:32 -0400
47549              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
47550      Branch: maint-5.6/perl
47551           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
47552           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
47553           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
47554           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
47555           !> vms/vmsish.h
47556 ____________________________________________________________________________
47557 [  7336] By: gsar                                  on 2000/10/16  08:03:46
47558         Log: integrate changes#6194,6195 from mainline
47559              
47560              fix small eval"" memory leaks under USE_ITHREADS
47561              
47562              fix yet another eval"" leak under USE_ITHREADS
47563      Branch: maint-5.6/perl
47564           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
47565           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
47566           !> vms/perly_c.vms
47567 ____________________________________________________________________________
47568 [  7335] By: gsar                                  on 2000/10/16  08:02:15
47569         Log: integrate changes#6190,6191 from mainline
47570              
47571              submit missing embed.pl change
47572              
47573              vec() loses numericalness (modified version of patch suggested
47574              by Robin Barker)
47575      Branch: maint-5.6/perl
47576           !> doop.c embed.pl t/op/vec.t
47577 ____________________________________________________________________________
47578 [  7334] By: gsar                                  on 2000/10/16  08:01:03
47579         Log: integrate change#6189 from mainline
47580              
47581              counting tr/// corrupts later operation (from M.J.T Guy)
47582      Branch: maint-5.6/perl
47583           !> doop.c t/op/tr.t
47584 ____________________________________________________________________________
47585 [  7333] By: gsar                                  on 2000/10/16  07:59:07
47586         Log: integrate changes#6183..6188 from mainline
47587              
47588              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
47589              <nick@ccl4.org>)
47590              
47591              tweak for change#6127
47592              
47593              remove incorrect documentation about implicit split to @_ in
47594              list context, which never really worked in perl 5 (from
47595              M.J.T. Guy)
47596              
47597              further qualify references to "alphanumeric" (from Wolfgang Laun
47598              <wolfgang.laun@alcatel.at>)
47599              
47600              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
47601              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
47602              
47603              h2xs tweaks
47604      Branch: maint-5.6/perl
47605           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
47606           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
47607           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
47608           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
47609           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
47610           !> pod/pod2latex.PL utils/h2xs.PL
47611 ____________________________________________________________________________
47612 [  7332] By: gsar                                  on 2000/10/16  07:53:52
47613         Log: integrate change#6179 from mainline
47614              
47615              buggy modulus on UVs introduced by change#3378 (resulted in
47616              4063328477 % 65535 amounting to 27406, instead of 27407)
47617      Branch: maint-5.6/perl
47618           !> pp.c t/op/arith.t
47619 ____________________________________________________________________________
47620 [  7331] By: gsar                                  on 2000/10/16  07:52:49
47621         Log: integrate changes#6176,6177,6178,6182 from cfgperl
47622              
47623              Single-quoted utf8 patch from Simon Cozens.
47624              
47625              Substitution utf8 patch from Simon Cozens.
47626              
47627              Be cleaner.
47628              
47629              Be Cleaner Part Deux.
47630      Branch: maint-5.6/perl
47631           !> Makefile.SH pp_hot.c toke.c
47632 ____________________________________________________________________________
47633 [  7330] By: gsar                                  on 2000/10/16  07:41:36
47634         Log: integrate change#6172 from mainline
47635              
47636              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
47637              (from Ilya Zakharevich)
47638      Branch: maint-5.6/perl
47639           !> regexec.c t/op/re_tests
47640 ____________________________________________________________________________
47641 [  7329] By: gsar                                  on 2000/10/16  07:40:25
47642         Log: integrate change#6171 from mainline
47643              
47644              scalar() doesn't force scalar context when used in void context
47645              (from Simon Cozens)
47646      Branch: maint-5.6/perl
47647           !> op.c t/op/wantarray.t
47648 ____________________________________________________________________________
47649 [  7328] By: gsar                                  on 2000/10/16  07:39:33
47650         Log: integrate change#6170 from mainline
47651              
47652              change#6142 needs tweaks to tests to work where there's no
47653              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47654      Branch: maint-5.6/perl
47655           !> t/lib/filefind.t
47656 ____________________________________________________________________________
47657 [  7327] By: gsar                                  on 2000/10/16  07:35:34
47658         Log: integrate changes#6166..6168 from cfgperl
47659              
47660              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
47661              in case somebody wants to write an extension for more
47662              shadow database interfaces.
47663              
47664              tweak todo
47665              
47666              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
47667      Branch: maint-5.6/perl
47668           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47669           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
47670           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
47671           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47672           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47673           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47674 ____________________________________________________________________________
47675 [  7326] By: gsar                                  on 2000/10/16  07:29:05
47676         Log: integrate changes#6157,6159..6161,6164 from cfgperl
47677              
47678              Regen Configure to jive with #6149.
47679              
47680              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
47681              
47682              Changes for the File::Temp 0.08 (change #6159) test suite
47683              to fit better into the Perl distribution test framework.
47684              
47685              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
47686              both from Simon Cozens.
47687              
47688              detypo
47689      Branch: maint-5.6/perl
47690           +> pod/perlmodlib.PL pod/perlnewmod.pod
47691           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
47692           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
47693           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
47694           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
47695 ____________________________________________________________________________
47696 [  7325] By: gsar                                  on 2000/10/16  07:25:13
47697         Log: integrate change#6158 from vmsperl
47698              
47699              Add fallback to tmpfile for use in cases where user's relying on
47700              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
47701              Lane's patch)
47702      Branch: maint-5.6/perl
47703           !> vms/vms.c vms/vmsish.h
47704 ____________________________________________________________________________
47705 [  7324] By: gsar                                  on 2000/10/16  07:20:50
47706         Log: integrate changes#6153..6155 from mainline
47707              
47708              prettier Test::Harness output on failed tests (from Nicholas Clark
47709              <nick@Bagpuss.uk.boo.com>)
47710              
47711              avoid type mismatch warning
47712              
47713              small bug in change#6144; remove random \xA0 character that snuck
47714              in via change#6145
47715      Branch: maint-5.6/perl
47716           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
47717           !> perl.c
47718 ____________________________________________________________________________
47719 [  7323] By: gsar                                  on 2000/10/16  07:18:47
47720         Log: integrate changes#6151,6152 from mainline
47721              
47722              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
47723              
47724              cosmetic fixups of RE debug output (from Ilya Zakharevich)
47725      Branch: maint-5.6/perl
47726           !> regexec.c
47727 ____________________________________________________________________________
47728 [  7322] By: gsar                                  on 2000/10/16  07:17:25
47729         Log: integrate changes#6146..6150 from mainline
47730              
47731              doc typo
47732              
47733              add a make entry to Config.pm so "perl -V:make" works on VMS
47734              (from Peter Prymmer)
47735              
47736              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
47737              
47738              OS/2 tweaks for usethreads build (from Rocco Caputo
47739              <troc@netrus.net>)
47740              
47741              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
47742      Branch: maint-5.6/perl
47743           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
47744           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
47745           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
47746           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
47747           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
47748           !> warnings.pl x2p/a2p.h
47749 ____________________________________________________________________________
47750 [  7321] By: gsar                                  on 2000/10/16  07:14:02
47751         Log: integrate changes#6143..6145 from mainline
47752              
47753              MacOS support, part 1 (from Matthias Neeracher
47754              <neeri@iis.ee.ethz.ch>)
47755              
47756              MacOS support, part 2: make AutoSplit use File::Spec instead
47757              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
47758              <neeri@iis.ee.ethz.ch>)
47759              
47760              make xsubpp skip embedded pod (from Matthias Neeracher
47761              <neeri@iis.ee.ethz.ch>)
47762      Branch: maint-5.6/perl
47763           +> ext/DynaLoader/dl_mac.xs
47764           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
47765           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
47766           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
47767           !> pp_ctl.c proto.h toke.c util.c util.h
47768 ____________________________________________________________________________
47769 [  7320] By: gsar                                  on 2000/10/16  07:12:13
47770         Log: integrate changes#6141,6142 from mainline
47771              
47772              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
47773              forwarded by Peter Seebach from the bsdi-users mailing list.
47774              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
47775              
47776              File::Find fails to chdir when chasing symlinks (from
47777              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
47778      Branch: maint-5.6/perl
47779           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
47780 ____________________________________________________________________________
47781 [  7319] By: gsar                                  on 2000/10/16  07:04:30
47782         Log: integrate change#6139 from mainline
47783              
47784              revise mktables.PL for bugs and newness in Unicode 3.0
47785              (from James Bence <jbence@amgen.com>)
47786      Branch: maint-5.6/perl
47787           +> (branch 30 files)
47788           !> (integrate 49 files)
47789 ____________________________________________________________________________
47790 [  7318] By: gsar                                  on 2000/10/16  07:01:01
47791         Log: integrate changes#6137,6138 from mainline
47792              
47793              fix bogus redeclaration warning for "our" variables in different
47794              scopes
47795              
47796              add note about the handling of negative indices to tied arrays
47797              (from Michael G Schwern <schwern@pobox.com>)
47798      Branch: maint-5.6/perl
47799           !> op.c pod/perltie.pod t/pragma/strict-vars
47800 ____________________________________________________________________________
47801 [  7317] By: gsar                                  on 2000/10/16  06:58:46
47802         Log: integrate changes#6127..6136 from mainline
47803              
47804              call_method(...,G_EVAL) can longjmp() out if the method probing
47805              failed (from Gisle Aas)
47806              
47807              new perlxstut example for passing/returning refs to arrays
47808              (from David Lowe <dlowe@pootpoot.com>)
47809              
47810              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
47811              
47812              fix places that mean C<"word" character> but say C<alphanumeric
47813              character>
47814              
47815              avoid warnings in POSIX.pm (from Barrie Slaymaker)
47816              
47817              warnings::enabled() doesn't fall back to looking at $^W if
47818              caller isn't using lexical warnings (from Paul Marquess)
47819              
47820              elide bogus test in change#6132
47821              
47822              make Test::Harness use wait.h/WCOREDUMP if available
47823              (from Ben Tilly <ben_tilly@hotmail.com>)
47824              
47825              enable Test::Harness to dynamically determine column width etc.
47826              (from Rob Napier <rnapier@employees.org>)
47827              
47828              random pod typos (from Peter Scott <Peter@PSDT.com>)
47829      Branch: maint-5.6/perl
47830           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
47831           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
47832           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
47833           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
47834 ____________________________________________________________________________
47835 [  7316] By: gsar                                  on 2000/10/16  06:53:23
47836         Log: integrate change#6126 from mainline
47837              
47838              change#2879 broke rvalue autovivification of magicals such as
47839              ${$num} (reworked variant of patch suggested by Simon Cozens)
47840      Branch: maint-5.6/perl
47841           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
47842           !> pp_hot.c proto.h t/op/gv.t
47843 ____________________________________________________________________________
47844 [  7315] By: gsar                                  on 2000/10/16  06:51:38
47845         Log: integrate changes#6123,6125 from mainline
47846              
47847              clarify gotcha with #line directives (from Rocco Caputo
47848              <troc@netrus.net>)
47849              
47850              enable propagating exception objects via Perl_croak() in XS code
47851              (from Gisle Aas)
47852      Branch: maint-5.6/perl
47853           !> pod/perldebug.pod pod/perlsyn.pod util.c
47854 ____________________________________________________________________________
47855 [  7314] By: gsar                                  on 2000/10/16  06:49:28
47856         Log: integrate change#6122 from mainline
47857              
47858              downgrade fatal error on C<"foo@nosucharray.com"> to optional
47859              warning (from Mark-Jason Dominus)
47860      Branch: maint-5.6/perl
47861           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
47862           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
47863           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
47864           !> toke.c
47865 ____________________________________________________________________________
47866 [  7313] By: gsar                                  on 2000/10/16  06:46:54
47867         Log: integrate changes#6112..6121 from vmsperl
47868              
47869              Check for existence of file before trying to delete
47870              
47871              Ugly workaround for version-specific RTL error
47872              
47873              Urk -- undo previous removal of vmsish 'exit' change
47874              
47875              Add bounds checking for several strings (Charles Lane)
47876              
47877              Miscellaneous cosmetic fixes (Charles Lane)
47878              
47879              Treat sockets as special in sys(read|write) (Charles Lane et al.)
47880              
47881              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
47882              Flatten case labels in switch statements uniformly (Charles Bailey)
47883              
47884              Quiet error messages in vmsish.t (Charles Lane)
47885              
47886              Add missing escape (Charles Lane)
47887              
47888              Allow eliminate_macros() and fixpath() to handle space-delimited
47889              lists (based on fixes by Craig Berry)
47890      Branch: maint-5.6/perl
47891           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
47892           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
47893           !> vms/vmsish.h
47894 ____________________________________________________________________________
47895 [  7312] By: gsar                                  on 2000/10/16  06:41:18
47896         Log: integrate changes#6107,6110 from cfgperl
47897              
47898              Tweak the todo list.
47899              
47900              todo tweak
47901      Branch: maint-5.6/perl
47902           !> Todo-5.6
47903 ____________________________________________________________________________
47904 [  7311] By: gsar                                  on 2000/10/16  06:38:38
47905         Log: integrate changes#6104,6108 from mainline
47906              
47907              PL_sys_intern was being initialized too late on windows
47908              
47909              reenable fake signal handling on Windows, bugs and all
47910      Branch: maint-5.6/perl
47911           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
47912           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
47913           !> win32/win32.c
47914 ____________________________________________________________________________
47915 [  7310] By: gsar                                  on 2000/10/16  06:36:03
47916         Log: integrate changes#6095,6097..6103 from cfgperl
47917              
47918              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
47919              might be useful in future.
47920              
47921              Add a note about possible compilation problems from Allen Smith.
47922              
47923              Add a note about other, yet unsupported, shadow password APIs.
47924              
47925              Tweaks for the cc bugs from Allen Smith.
47926              
47927              More compilation tweakery from Allen Smith.
47928              
47929              Hints and test tweaks for Unicos.
47930              
47931              The test suite tweak in #6101 wasn't quite right.
47932              
47933              Test tweaking for Unicos continues.
47934      Branch: maint-5.6/perl
47935           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47936           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
47937           !> t/lib/complex.t t/op/64bitint.t
47938 ____________________________________________________________________________
47939 [  7309] By: gsar                                  on 2000/10/16  06:29:41
47940         Log: integrate changes#6093,6094 from mainline
47941              
47942              fork() failure to create pseudo process sets errno=EAGAIN and returns
47943              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
47944              
47945              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
47946      Branch: maint-5.6/perl
47947           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
47948           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
47949 ____________________________________________________________________________
47950 [  7308] By: gsar                                  on 2000/10/16  06:27:29
47951         Log: integrate change#6092 from cfgperl
47952              
47953              Regen perltoc with the fixed buildtoc.
47954      Branch: maint-5.6/perl
47955           !> pod/perltoc.pod
47956 ____________________________________________________________________________
47957 [  7307] By: gsar                                  on 2000/10/16  06:26:40
47958         Log: integrate changes#6089,6090 from mainline
47959              
47960              buildtoc tweak to fix newline lossage
47961              
47962              concat doesn't preserve utf8-ness, and doesn't invalidate
47963              [NI]OK; added tests for both
47964      Branch: maint-5.6/perl
47965           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
47966 ____________________________________________________________________________
47967 [  7306] By: gsar                                  on 2000/10/16  06:24:05
47968         Log: integrate change#6088 from cfgperl
47969              
47970              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
47971              because we do not use those.  The HAS_GETSPNAM remains,
47972              though, because we still do use that.
47973      Branch: maint-5.6/perl
47974           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
47975           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
47976           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
47977           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
47978           !> win32/config.vc win32/config_H.bc win32/config_H.gc
47979           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
47980 ____________________________________________________________________________
47981 [  7305] By: gsar                                  on 2000/10/16  06:15:52
47982         Log: integrate changes#6084,6085,6087 from mainline
47983              
47984              substr() does not preserve utf8-ness (from Stefan Eissing
47985              <Eissing@medicaldataservice.de>); added tests
47986              
47987              repeat operator (x) doesn't preserve utf8-ness
47988              
47989              reverse() and quotemeta() weren't preserving utf8-ness; add tests
47990      Branch: maint-5.6/perl
47991           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
47992 ____________________________________________________________________________
47993 [  7304] By: gsar                                  on 2000/10/16  06:13:10
47994         Log: integrate changes#6077..6083 from mainline
47995              
47996              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
47997              and Tom Phoenix)
47998              
47999              workaround for CRT bug in chdir() (from Charles Lane, via
48000              Peter Prymmer)
48001              
48002              remove outdated kludge in Carp (NULLs are permitted in diagnostics
48003              now)
48004              
48005              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
48006              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
48007              
48008              better default perlbug categories for ok reports (from Richard Foley)
48009              
48010              peek.t non-portable to ithreads
48011              
48012              note about undocumented caller() return value (from M.J.T. Guy);
48013              yet another peek.t tweak
48014      Branch: maint-5.6/perl
48015           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
48016           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
48017           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
48018           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
48019           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
48020           !> vms/vmsish.h
48021 ____________________________________________________________________________
48022 [  7303] By: gsar                                  on 2000/10/16  06:03:18
48023         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
48024              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
48025              
48026              &HUGE_VAL is not defined, it exists.
48027              
48028              Do not warn that an infinity does not look like a number.
48029              
48030              Rewrite the pwent/spent logic to be a little bit more clearer.
48031              
48032              Continue on the pwent/spent case.
48033              
48034              Correct Freudian slip.
48035              
48036              Use HUGE_VALL if applicable.
48037              
48038              pwent/spent #ifdef imbalance.
48039              
48040              Infinite problems.
48041              
48042              Call getspnam() only iff needd.
48043              
48044              Test both the scalar and list contexts.
48045              
48046              Use setxxent()/endxxent().
48047              
48048              Complex tweakery.
48049              
48050              Unicos hint tweak.
48051              
48052              Be more forgiving in POSIX about HUGE_VALL.
48053              
48054              Detypo.
48055              
48056              The search of infinity continues, this time simplified.
48057              
48058              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
48059              in natively 64-bit platforms where a long is a quad (no need
48060              for long longs).  Also added bias for IVs.
48061              
48062              Complex tweaks.
48063              
48064              Introduce t/lib/peek.t.
48065              
48066              Make the test more portable.
48067      Branch: maint-5.6/perl
48068           +> t/lib/peek.t
48069            ! pp_sys.c
48070           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
48071           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
48072           !> t/op/pwent.t toke.c util.c
48073 ____________________________________________________________________________
48074 [  7302] By: gsar                                  on 2000/10/16  05:03:37
48075         Log: integrate changes#6066..6071 from mainline
48076              
48077              s/END/CHECK/
48078              
48079              replace direct call to sighandler() with (*PL_sighandlerp)()
48080              
48081              note about values()
48082              
48083              File::Spec compatibility update (from Barrie Slaymaker
48084              <barries@slaysys.com>)
48085              
48086              remove misleading comment (from M.J.T. Guy)
48087              
48088              misformatted perllocal.pod (from Tim Jenness
48089              <t.jenness@jach.hawaii.edu>)
48090      Branch: maint-5.6/perl
48091           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
48092           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48093           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
48094           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
48095 ____________________________________________________________________________
48096 [  7301] By: gsar                                  on 2000/10/16  05:00:08
48097         Log: integrate changes#6061..6063 from mainline
48098              
48099              change#5921 neglected to make eq honor "use bytes"
48100              
48101              additional tests for utf8.t
48102              
48103              tokeq() could read unallocated field in argument
48104      Branch: maint-5.6/perl
48105           !> sv.c t/pragma/utf8.t toke.c
48106 ____________________________________________________________________________
48107 [  7300] By: gsar                                  on 2000/10/16  04:56:54
48108         Log: integrate changes#6046,6048,6057,6058 from mainline
48109              
48110              libscheck has insufficient checks for n32 libs (from
48111              Albert Chin-A-Young <china@thewrittenword.com>)
48112              
48113              add note about how $( doesn't interpolate in REs (from
48114              Philip Newton <newton@ficus.frogspace.net>)
48115              
48116              fix broken parsing of /\x{ab}/
48117              
48118              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
48119              (spotted by Donald Kinzer <dkinzer@premia.com>)
48120      Branch: maint-5.6/perl
48121           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
48122           !> t/pragma/utf8.t
48123 ____________________________________________________________________________
48124 [  7299] By: gsar                                  on 2000/10/16  04:52:50
48125         Log: integrate change#6044 from mainline
48126              
48127              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
48128              such that underscores are only ignored in literal numbers,
48129              "\x{...}", and hex/oct argument
48130      Branch: maint-5.6/perl
48131           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
48132 ____________________________________________________________________________
48133 [  7298] By: gsar                                  on 2000/10/16  04:50:53
48134         Log: integrate changes#6027..6043 from mainline
48135              
48136              podlators-1.02 update (from Russ Allbery)
48137              
48138              Pod::Man generates groff-incompatible macro definition (from
48139              Tom Christiansen)
48140              
48141              add CGI.pm v2.66 (from Lincoln Stein)
48142              
48143              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
48144              for @- and @+ (from Johan Vromans)
48145              
48146              small nits in diagnostics.pm (from Robin Barker)
48147              
48148              whitespace adjustments
48149              
48150              missing files in MANIFEST
48151              
48152              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
48153              to compensate
48154              
48155              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
48156              
48157              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
48158      Branch: maint-5.6/perl
48159           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
48160           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
48161           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
48162           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
48163           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
48164           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
48165           !> t/lib/cgi-html.t t/lib/cgi-request.t
48166 ____________________________________________________________________________
48167 [  7297] By: gsar                                  on 2000/10/16  04:44:30
48168         Log: integrate change#6025 from mainline
48169              
48170              Is{Alnum,Alpha,Word} don't match titlecase
48171              TODO: IsSpace is defined recursively!
48172              (both spotted by Larry)
48173      Branch: maint-5.6/perl
48174           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
48175           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
48176 ____________________________________________________________________________
48177 [  7296] By: gsar                                  on 2000/10/16  04:39:30
48178         Log: integrate change#6023 from mainline
48179              
48180              debugger stomps on $. (from M.J.T. Guy)
48181      Branch: maint-5.6/perl
48182           !> lib/perl5db.pl
48183 ____________________________________________________________________________
48184 [  7295] By: gsar                                  on 2000/10/16  04:38:02
48185         Log: integrate change#6022 from mainline
48186              
48187              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
48188      Branch: maint-5.6/perl
48189           !> sv.c
48190 ____________________________________________________________________________
48191 [  7294] By: gsar                                  on 2000/10/16  04:37:05
48192         Log: integrate changes#6018..6021 from mainline
48193              
48194              make lib/syslog.t portable to systems that don't have _PATH_LOG,
48195              make _PATH_LOG() return "" if unavailable
48196              
48197              windows portability tweaks
48198              
48199              test tweak
48200              
48201              remove Win2K issue in pod (fixed by change#6020)
48202      Branch: maint-5.6/perl
48203           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
48204           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
48205           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
48206 ____________________________________________________________________________
48207 [  7293] By: gsar                                  on 2000/10/16  04:20:00
48208         Log: integrate changes#6013..6015 from mainline
48209              
48210              tweak change#5945 to display correct switch name in diagnostic
48211              
48212              glob() loading File::Glob behind the scenes may cause syntax errors
48213              
48214              tweak test for portability
48215      Branch: maint-5.6/perl
48216           !> op.c perl.c pod/perldiag.pod t/lib/b.t
48217 ____________________________________________________________________________
48218 [  7292] By: gsar                                  on 2000/10/16  04:18:11
48219         Log: integrate changes#6005..6010 from mainline, cfgperl
48220              
48221              perldoc might fail via "use blib" (from Hugo van der Sanden)
48222              
48223              Regen Configure.
48224              
48225              note about compile failures and END blocks (from M.J.T. Guy)
48226              
48227              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
48228              
48229              (change#6009 integrated earlier in change#7255)
48230              
48231              clarify note about shadow password support (from
48232              gellyfish@gellyfish.com)
48233      Branch: maint-5.6/perl
48234           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
48235           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
48236           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
48237 ____________________________________________________________________________
48238 [  7291] By: gsar                                  on 2000/10/16  04:12:03
48239         Log: integrate changes#6002,6003 from mainline
48240              
48241              destructive sv_setsv() can lose UV-ness from source, causing
48242              numeric promotions/comparisons to fail to do the right thing
48243              
48244              allow REG_EXPAND_SZ keys in Windows registry (from
48245              John Clayton <John.Clayton@barclayscapital.com>)
48246      Branch: maint-5.6/perl
48247           !> sv.c win32/win32.c
48248 ____________________________________________________________________________
48249 [  7290] By: gsar                                  on 2000/10/16  04:10:19
48250         Log: integrate change#6001 from mainline
48251              
48252              support additional library locations via $Config{otherlibdirs}
48253              (from Andy Dougherty)
48254      Branch: maint-5.6/perl
48255           !> Configure INSTALL Porting/Glossary Porting/config.sh
48256           !> Porting/config_H config_h.SH epoc/config.sh perl.c
48257           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
48258           !> win32/config.bc win32/config.gc win32/config.vc
48259 ____________________________________________________________________________
48260 [  7289] By: gsar                                  on 2000/10/16  04:08:28
48261         Log: integrate change#5999 from mainline
48262              
48263              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
48264      Branch: maint-5.6/perl
48265           !> t/pragma/warn/toke toke.c
48266 ____________________________________________________________________________
48267 [  7288] By: gsar                                  on 2000/10/16  04:07:01
48268         Log: integrate changes#5997,5998 from cfgperl
48269              
48270              Preserve $!.
48271              
48272              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
48273      Branch: maint-5.6/perl
48274           !> lib/Math/Complex.pm
48275 ____________________________________________________________________________
48276 [  7287] By: gsar                                  on 2000/10/16  04:04:37
48277         Log: integrate change#5995 from mainline
48278              
48279              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
48280      Branch: maint-5.6/perl
48281           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
48282 ____________________________________________________________________________
48283 [  7286] By: gsar                                  on 2000/10/16  04:03:21
48284         Log: integrate change#5994 from mainline
48285              
48286              fix for missed accounting for null byte in pack("Z",...) (from
48287              M.J.T. Guy)
48288      Branch: maint-5.6/perl
48289           !> pp.c t/op/pack.t
48290 ____________________________________________________________________________
48291 [  7285] By: gsar                                  on 2000/10/16  04:02:11
48292         Log: integrate changes#5989..5993 from mainline
48293              
48294              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
48295              itself and no other (from Tom Hughes)
48296              
48297              use $ENV{LIB} to search for libs under Visual C compiler
48298              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
48299              
48300              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
48301              
48302              pod nit (from Simon Cozens)
48303              
48304              various minor tweaks seen on p5p
48305      Branch: maint-5.6/perl
48306           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
48307           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
48308           !> t/op/array.t toke.c
48309 ____________________________________________________________________________
48310 [  7284] By: gsar                                  on 2000/10/16  03:59:00
48311         Log: integrate changes#5978..5988 from mainline
48312              
48313              sync version numbers in File::Spec with the ones on CPAN
48314              (from Barrie Slaymaker)
48315              
48316              under useithreads, constant pad entries could inadvertantly be
48317              shared across threads (from Eric Blood <eblood@xmission.com>);
48318              added Eric's test case to testsuite
48319              
48320              allow Configure -S to run non-interactively (spotted by Greg Hudson
48321              <ghudson@mit.edu>)
48322              
48323              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
48324              prototype mismatch with CORE::glob(); update pod and tests to
48325              suit (File::Glob::glob() is still available for backward
48326              compatibility, but should be considered deprecated)
48327              
48328              avoid error in IO::Socket::INET when given an unknown service name
48329              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
48330              
48331              numeric conversion of non-number in change#3378 tramples on
48332              OOK offset, causing segfaults
48333              
48334              attributes::reftype() doesn't work on tied argument
48335              
48336              forked child may not exit correctly if it failed to open
48337              /dev/console (from Graham Barr)
48338              
48339              add regular expressions tutorial and quick-start guide (from
48340              Mark Kvale <kvale@phy.ucsf.edu>)
48341              
48342              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
48343              
48344              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
48345              <paul@miraclefish.com>)
48346      Branch: maint-5.6/perl
48347           +> pod/perlrequick.pod pod/perlretut.pod
48348           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
48349           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
48350           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
48351           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
48352           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48353           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48354           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
48355           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
48356 ____________________________________________________________________________
48357 [  7283] By: gsar                                  on 2000/10/16  03:52:14
48358         Log: integrate change#5977 from mainline
48359              
48360              autoquote barewords followed by newline and arrow properly
48361              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
48362      Branch: maint-5.6/perl
48363           !> t/pragma/warn/toke toke.c
48364 ____________________________________________________________________________
48365 [  7282] By: gsar                                  on 2000/10/16  03:50:48
48366         Log: integrate change#5976 from mainline
48367              
48368              DB_File v1.73 update (from Paul Marquess)
48369      Branch: maint-5.6/perl
48370           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
48371           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
48372 ____________________________________________________________________________
48373 [  7281] By: gsar                                  on 2000/10/16  03:49:14
48374         Log: integrate change#5975 from mainline
48375              
48376              allow sort() reentrancy (variant of patch suggested by
48377              Hugo van der Sanden)
48378      Branch: maint-5.6/perl
48379           !> pp_ctl.c t/op/sort.t
48380 ____________________________________________________________________________
48381 [  7280] By: gsar                                  on 2000/10/16  03:48:22
48382         Log: integrate change#5974 from mainline
48383              
48384              change#4197 somehow missed initializing PL_errors, meaning
48385              syntax error queueing wasn't working outside eval"" at all;
48386              also fixed eval"" to localize PL_error_count, so that compile-time
48387              eval's don't clobber the error state of the outer context
48388      Branch: maint-5.6/perl
48389           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
48390           !> t/pragma/warn/toke
48391 ____________________________________________________________________________
48392 [  7279] By: gsar                                  on 2000/10/16  03:46:21
48393         Log: integrate change#5973 from mainline
48394              
48395              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
48396      Branch: maint-5.6/perl
48397           !> regcomp.c regexec.c t/op/re_tests
48398 ____________________________________________________________________________
48399 [  7278] By: gsar                                  on 2000/10/16  03:44:54
48400         Log: integrate change#5971 from cfgperl
48401              
48402              Unicos tweaks from Mark P. Lutz.
48403      Branch: maint-5.6/perl
48404           !> hints/unicos.sh lib/Math/Complex.pm
48405 ____________________________________________________________________________
48406 [  7277] By: gsar                                  on 2000/10/16  03:42:59
48407         Log: integrate changes#5966..5970 from mainline
48408              
48409              add testsuite for B backends, fix bug in B::Deparse (from
48410              Simon Cozens <simon@brecon.co.uk>)
48411              
48412              improved docs on the warn_uninit diagnostic (from David Glasser
48413              and Simon Cozens)
48414              
48415              tolerate spaces in group names in test on solaris (from David Boyce
48416              <dsb@boyski.com>)
48417              
48418              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
48419              
48420              Data::Dumper fumbles negative numbers on 32-bit platforms where
48421              IV is >32bits
48422      Branch: maint-5.6/perl
48423           +> t/lib/b.t t/lib/syslog.t
48424           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
48425           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
48426           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
48427 ____________________________________________________________________________
48428 [  7276] By: gsar                                  on 2000/10/16  03:39:30
48429         Log: integrate change#5965 from mainline
48430              
48431              avoid "will not stay shared" warnings for our variables (from
48432              Robin Barker)
48433      Branch: maint-5.6/perl
48434           !> op.c t/pragma/warn/op
48435 ____________________________________________________________________________
48436 [  7275] By: gsar                                  on 2000/10/16  03:38:18
48437         Log: integrate change#5964 from mainline
48438              
48439              reformat to 72 columns (again)
48440      Branch: maint-5.6/perl
48441           !> pod/perldiag.pod
48442 ____________________________________________________________________________
48443 [  7274] By: gsar                                  on 2000/10/16  03:36:58
48444         Log: integrate change#5963 from mainline
48445              
48446              patch from Larry to make (\&) prototype work; added tests for
48447              the same
48448      Branch: maint-5.6/perl
48449           !> op.c t/comp/proto.t
48450 ____________________________________________________________________________
48451 [  7273] By: gsar                                  on 2000/10/16  03:35:51
48452         Log: integrate changes#5956..5962 from mainline
48453              
48454              better diagnostics on failed tests (from Ilya Zakharevich)
48455              
48456              pod nits (from A. C. Yardley <yardley@tanet.net>)
48457              
48458              change#3569 deleted some essential code, revert; avoid use of
48459              atexit() to make DynaLoader work properly on AIX under mod_perl
48460              (from Jens-Uwe Mager <jum@helios.de>)
48461              
48462              doubled words in pods (from Simon Cozens
48463              <simon.p.cozens@jp.pwcglobal.com>)
48464              
48465              better INSTALL notes on Solaris issues (from Dominic Dunlop)
48466              
48467              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
48468              
48469              updated README.hpux (from Jeff Okamoto)
48470      Branch: maint-5.6/perl
48471           !> INSTALL README.hpux emacs/cperl-mode.el
48472           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
48473           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
48474           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
48475           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
48476           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
48477           !> t/op/lex_assign.t
48478 ____________________________________________________________________________
48479 [  7272] By: gsar                                  on 2000/10/16  03:31:22
48480         Log: integrate change#5955 from mainline
48481              
48482              longstanding bug exposed by change#3307: sort arguments weren't
48483              compiled with the right wantarray context (ensuing runtime lookup
48484              via block_gimme() was getting the incidental context of the
48485              sort() itself)
48486      Branch: maint-5.6/perl
48487           !> op.c t/op/sort.t
48488 ____________________________________________________________________________
48489 [  7271] By: gsar                                  on 2000/10/16  03:29:11
48490         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
48491              branch
48492              
48493              Flatten the cpp jungle doing the nosuid checking.
48494              
48495              Do not assume sign propagation. (from M.J.T. Guy)
48496              
48497              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
48498              
48499              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
48500              Now pp_ncmp() returns undef is either operand is a NaN.
48501              
48502              On second thoughts frexp() does have two arguments.
48503              
48504              Document that tr() is not tr(1).
48505              
48506              Be more robust on "extreme" (large absolute value)
48507              arguments.  Originally reported by Daniel Connelly
48508              as a problem with asinh() on large negative arguments,
48509              asinh() used to bail out because an argument to log()
48510              ended up being zero.  Ilya Zakharevich proposed using
48511              Taylor's series in such cases, which for such large
48512              arguments is a very good approximation.
48513              
48514              Undo "use integer" addition from 64bitint as it seems
48515              to break most of the subtests in Digital UNIX;
48516              Unicos needs to find another way.
48517      Branch: maint-5.6/perl
48518           !> (integrate 29 files)
48519 ____________________________________________________________________________
48520 [  7270] By: gsar                                  on 2000/10/16  03:09:44
48521         Log: integrate changes#5948,5949,5950 from mainline
48522              
48523              typo in vars.pm that leads to cryptic message (from Piotr
48524              Piatkowski <kompas@kompas.usr.onet.pl>)
48525              
48526              make perldoc use the pod2man from the same version (from
48527              M.J.T. Guy)
48528              
48529              reformat perldiag to avoid long lines
48530      Branch: maint-5.6/perl
48531           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
48532 ____________________________________________________________________________
48533 [  7269] By: gsar                                  on 2000/10/16  03:05:54
48534         Log: integrate change#5947 from mainline
48535              
48536              use &dl_error rather than &dl_load_file as the guard for calling
48537              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
48538              statically built perl)
48539      Branch: maint-5.6/perl
48540           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
48541 ____________________________________________________________________________
48542 [  7268] By: gsar                                  on 2000/10/16  03:04:48
48543         Log: integrate change#5945 from mainline
48544              
48545              make module name mandatory after -M switch; reorder perldiag
48546              alphabetically (from Mark-Jason Dominus)
48547      Branch: maint-5.6/perl
48548           !> perl.c pod/perldiag.pod
48549 ____________________________________________________________________________
48550 [  7267] By: gsar                                  on 2000/10/16  03:03:01
48551         Log: integrate change#5939 from mainline
48552              
48553              more pod nits (from Larry Virden)
48554      Branch: maint-5.6/perl
48555           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
48556           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
48557           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
48558 ____________________________________________________________________________
48559 [  7266] By: gsar                                  on 2000/10/16  03:01:39
48560         Log: integrate change#5938 from mainline
48561              
48562              Consolidated B::Deparse fixes (from Stephen McCamant)
48563      Branch: maint-5.6/perl
48564           !> ext/B/B/Deparse.pm
48565 ____________________________________________________________________________
48566 [  7265] By: gsar                                  on 2000/10/16  03:00:43
48567         Log: integrate change#5936 from mainline
48568              
48569              additional tests for change#7263 (from Paul Marquess)
48570      Branch: maint-5.6/perl
48571           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
48572           !> t/pragma/warn/5nolint t/pragma/warn/6default
48573 ____________________________________________________________________________
48574 [  7264] By: gsar                                  on 2000/10/16  02:58:34
48575         Log: integrate change#5934 from mainline
48576              
48577              propagate lexical warnings from surrounding scope correctly
48578              within string eval() (from Paul Marquess)
48579      Branch: maint-5.6/perl
48580           !> pp_ctl.c t/pragma/warn/pp_ctl
48581 ____________________________________________________________________________
48582 [  7263] By: gsar                                  on 2000/10/16  02:56:53
48583         Log: integrate change#5932 from mainline
48584              
48585              add rsignal(), whichsig() and do_join() to public API list
48586              (mod_perl uses them to good advantage)
48587      Branch: maint-5.6/perl
48588           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
48589 ____________________________________________________________________________
48590 [  7262] By: gsar                                  on 2000/10/16  02:55:53
48591         Log: integrate change#5931 from mainline
48592              
48593              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
48594      Branch: maint-5.6/perl
48595           !> pp_hot.c regexec.c t/op/pat.t
48596 ____________________________________________________________________________
48597 [  7261] By: gsar                                  on 2000/10/16  02:55:01
48598         Log: integrate change#5930 from mainline
48599              
48600              small os390 tweaks (from Peter Prymmer)
48601      Branch: maint-5.6/perl
48602           !> config_h.SH makedepend.SH
48603 ____________________________________________________________________________
48604 [  7260] By: gsar                                  on 2000/10/16  02:54:10
48605         Log: integrate change#5929 from mainline
48606              
48607              pod nits
48608      Branch: maint-5.6/perl
48609           !> pod/perlguts.pod
48610 ____________________________________________________________________________
48611 [  7259] By: gsar                                  on 2000/10/16  02:52:55
48612         Log: integrate change#5927 from mainline
48613              
48614              arrange for next() to resume at the unstack op rather than the
48615              loop conditional, so that scope cleanup happens correctly
48616              (from Stephen McCamant)
48617      Branch: maint-5.6/perl
48618           !> op.c pp_ctl.c t/op/misc.t
48619 ____________________________________________________________________________
48620 [  7258] By: gsar                                  on 2000/10/16  02:51:38
48621         Log: integrate change#5926 from mainline
48622              
48623              on windows, reserve 16M of stack rather than 128M (allows more
48624              threads to run concurrently)
48625      Branch: maint-5.6/perl
48626           !> win32/Makefile win32/makefile.mk
48627 ____________________________________________________________________________
48628 [  7257] By: gsar                                  on 2000/10/16  02:50:37
48629         Log: integrate change#5925 from mainline
48630              
48631              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
48632      Branch: maint-5.6/perl
48633           !> toke.c
48634 ____________________________________________________________________________
48635 [  7256] By: gsar                                  on 2000/10/16  02:49:36
48636         Log: integrate change#5924 from mainline
48637              
48638              avoid using uninitialized memory in require version check
48639      Branch: maint-5.6/perl
48640           !> pp_ctl.c universal.c
48641 ____________________________________________________________________________
48642 [  7255] By: gsar                                  on 2000/10/16  02:48:03
48643         Log: integrate changes#5923,5928,6009 from mainline
48644              
48645              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
48646      Branch: maint-5.6/perl
48647           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
48648 ____________________________________________________________________________
48649 [  7254] By: gsar                                  on 2000/10/16  02:44:46
48650         Log: integrate change#5922 from mainline
48651              
48652              commentary about IoTYPE() (from Nathan Torkington)
48653      Branch: maint-5.6/perl
48654           !> sv.h
48655 ____________________________________________________________________________
48656 [  7253] By: gsar                                  on 2000/10/16  02:43:49
48657         Log: integrate change#5921 from mainline
48658              
48659              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
48660      Branch: maint-5.6/perl
48661           !> sv.c t/lib/charnames.t t/pragma/utf8.t
48662 ____________________________________________________________________________
48663 [  7252] By: gsar                                  on 2000/10/16  02:42:31
48664         Log: integrate change#5920 from mainline
48665              
48666              Larry's fix for buggy propagation of utf8-ness in join(); add test
48667      Branch: maint-5.6/perl
48668           !> doop.c t/op/ver.t
48669 ____________________________________________________________________________
48670 [  7251] By: gsar                                  on 2000/10/16  02:41:14
48671         Log: integrate changes#5915..5919 from mainline
48672              
48673              various (pod tweaks &c)
48674      Branch: maint-5.6/perl
48675           !> (integrate 33 files)
48676 ____________________________________________________________________________
48677 [  7250] By: gsar                                  on 2000/10/16  02:38:16
48678         Log: integrate change#5914 from mainline
48679              
48680              caller() wasn't returning the right number of elements for
48681              eval {...}
48682      Branch: maint-5.6/perl
48683           !> pp_ctl.c t/pragma/warn/9enabled
48684 ____________________________________________________________________________
48685 [  7249] By: gsar                                  on 2000/10/16  02:37:02
48686         Log: integrate change#5913 from mainline
48687              
48688              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
48689              (from Mark-Jason Dominus)
48690      Branch: maint-5.6/perl
48691           !> pod/perlfunc.pod
48692 ____________________________________________________________________________
48693 [  7248] By: gsar                                  on 2000/10/16  02:35:58
48694         Log: integrate change#5912 from mainline
48695              
48696              fix totally broken caching in UNIVERSAL::isa() (from
48697              Nick Ing-Simmons)
48698      Branch: maint-5.6/perl
48699           !> t/op/universal.t universal.c
48700 ____________________________________________________________________________
48701 [  7247] By: gsar                                  on 2000/10/16  02:34:27
48702         Log: integrate changes#5910,5911 from mainline
48703              
48704              typo in pod
48705              
48706              add linebreak properties from unicode/LineBrk.txt (from
48707              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
48708      Branch: maint-5.6/perl
48709           +> (branch 29 files)
48710           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
48711 ____________________________________________________________________________
48712 [  7246] By: gsar                                  on 2000/10/16  02:33:29
48713         Log: integrate change#5909 from mainline
48714              
48715              mode argument to do_binmode() should be file mode, not boolean
48716      Branch: maint-5.6/perl
48717           !> pp_sys.c
48718 ____________________________________________________________________________
48719 [  7245] By: gsar                                  on 2000/10/16  02:31:04
48720         Log: integrate change#5908 from mainline
48721              
48722              introduce illegal symbols into null package so that
48723              gv_fetchpv(...,TRUE) always returns a valid GV even when the
48724              symbol is trapped by strictures (avoids coredumps)
48725      Branch: maint-5.6/perl
48726           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
48727           !> t/pragma/strict-vars
48728 ____________________________________________________________________________
48729 [  7244] By: jhi                                   on 2000/10/16  02:29:54
48730         Log: Subject: $Carp::ExportLevel confusion in Exporter
48731              From: "Ben Tilly" <ben_tilly@hotmail.com>
48732              Date: Sat, 14 Oct 2000 16:44:34 EDT
48733              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
48734      Branch: perl
48735            ! lib/Exporter/Heavy.pm
48736 ____________________________________________________________________________
48737 [  7243] By: jhi                                   on 2000/10/16  02:28:33
48738         Log: Subject: [PATCH perlguts.pod] Document offset hack
48739              From: Simon Cozens <simon@cozens.net>
48740              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
48741              Date: Sat, 14 Oct 2000 19:32:25 +0100
48742      Branch: perl
48743            ! pod/perlguts.pod
48744 ____________________________________________________________________________
48745 [  7242] By: gsar                                  on 2000/10/16  02:26:51
48746         Log: integrate changes#5905,5906,5907,6064 from mainline
48747              
48748              printf/sprintf didn't get quad types right under use64bitint
48749      Branch: maint-5.6/perl
48750           !> pp_sys.c sv.c t/op/64bitint.t
48751 ____________________________________________________________________________
48752 [  7241] By: jhi                                   on 2000/10/16  02:22:44
48753         Log: Subject: small pod patch
48754              From: Dan Boorstein <dan_boo@bellsouth.net>
48755              Date: Sat, 14 Oct 2000 14:29:24 -0400
48756              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
48757      Branch: perl
48758            ! pod/perlfaq7.pod pod/perlmod.pod
48759 ____________________________________________________________________________
48760 [  7240] By: jhi                                   on 2000/10/16  02:13:46
48761         Log: -w cleanup.
48762              
48763              Subject: Re: Problems with bleadperl 
48764              From: "Stephen P. Potter" <spp@ds.net>
48765              Date: Fri, 13 Oct 2000 13:32:49 -0400
48766              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
48767      Branch: perl
48768            ! t/pragma/overload.t
48769 ____________________________________________________________________________
48770 [  7239] By: jhi                                   on 2000/10/16  01:41:18
48771         Log: One more ~utf8 tweak.
48772      Branch: perl
48773            ! t/op/bop.t
48774 ____________________________________________________________________________
48775 [  7238] By: jhi                                   on 2000/10/16  01:34:14
48776         Log: Tweak the test of #7235.
48777      Branch: perl
48778            ! t/op/bop.t
48779 ____________________________________________________________________________
48780 [  7237] By: jhi                                   on 2000/10/16  01:25:04
48781         Log: Fix a couple of compiler-noted nits in #7235.
48782      Branch: perl
48783            ! pp.c
48784 ____________________________________________________________________________
48785 [  7236] By: jhi                                   on 2000/10/16  01:22:46
48786         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
48787      Branch: perl
48788            ! pp.c pp_hot.c
48789 ____________________________________________________________________________
48790 [  7235] By: jhi                                   on 2000/10/15  16:24:44
48791         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
48792              
48793              From: Simon Cozens <simon@cozens.net>
48794              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
48795              Date: Sat, 14 Oct 2000 20:52:13 +0100
48796              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
48797      Branch: perl
48798            ! pp.c t/op/bop.t utf8.h
48799 ____________________________________________________________________________
48800 [  7234] By: jhi                                   on 2000/10/15  15:19:29
48801         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
48802              The problem was that rx->minlen was in chars while pp_split()
48803              thought it would be in bytes. 
48804      Branch: perl
48805            ! pp.c t/pragma/utf8.t
48806 ____________________________________________________________________________
48807 [  7233] By: jhi                                   on 2000/10/14  20:24:24
48808         Log: Document FNCASE=y as discussed in the bug 20000902.009.
48809      Branch: perl
48810            ! README.dos
48811 ____________________________________________________________________________
48812 [  7232] By: jhi                                   on 2000/10/14  18:52:21
48813         Log: Add test for bug id 20000427.003 (which seems to have
48814              been fixed) (also duplicate as 20000427.004, though
48815              with a higher severity).  Move one utf8 from op/append
48816              to pragma/utf8, tag the tests with bug ids.
48817      Branch: perl
48818            ! t/op/append.t t/pragma/utf8.t
48819 ____________________________________________________________________________
48820 [  7231] By: jhi                                   on 2000/10/14  17:28:37
48821         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
48822      Branch: perl
48823            ! t/pragma/utf8.t
48824 ____________________________________________________________________________
48825 [  7230] By: jhi                                   on 2000/10/14  14:24:50
48826         Log: Needs to be conditional on SunOS 4.
48827              
48828              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
48829              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
48830              Date: Sat, 14 Oct 2000 13:37:49 +0100
48831              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
48832      Branch: metaconfig/U/perl
48833            ! End.U
48834      Branch: perl
48835            ! Configure myconfig.SH pod/perldelta.pod
48836 ____________________________________________________________________________
48837 [  7229] By: jhi                                   on 2000/10/14  00:49:22
48838         Log: Update Changes.
48839      Branch: perl
48840            ! Changes patchlevel.h
48841 ____________________________________________________________________________
48842 [  7228] By: jhi                                   on 2000/10/14  00:46:10
48843         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
48844              From: Peter Prymmer <pvhp@forte.com>
48845              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
48846              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
48847      Branch: perl
48848            ! lib/utf8.pm
48849 ____________________________________________________________________________
48850 [  7227] By: jhi                                   on 2000/10/13  23:20:30
48851         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
48852      Branch: perl
48853            ! t/op/tie.t
48854 ____________________________________________________________________________
48855 [  7226] By: jhi                                   on 2000/10/13  22:14:32
48856         Log: Tweak #7225.
48857              
48858              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
48859              From: Peter Prymmer <pvhp@forte.com>
48860              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
48861              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
48862      Branch: perl
48863            ! t/op/sprintf.t
48864 ____________________________________________________________________________
48865 [  7225] By: jhi                                   on 2000/10/13  22:11:31
48866         Log: op/sprintf.t patch for OS/390 (and any other host with limited
48867              floating-point exponent length)
48868              
48869              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
48870              From: Dominic Dunlop <domo@computer.org>
48871              Date: Fri, 13 Oct 2000 19:17:57 +0200
48872              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
48873      Branch: perl
48874            ! t/op/sprintf.t
48875 ____________________________________________________________________________
48876 [  7224] By: jhi                                   on 2000/10/13  18:40:48
48877         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
48878      Branch: perl
48879            ! toke.c
48880 ____________________________________________________________________________
48881 [  7223] By: jhi                                   on 2000/10/13  18:37:13
48882         Log: Thinko in #7222.
48883      Branch: perl
48884            ! utf8.c
48885 ____________________________________________________________________________
48886 [  7222] By: jhi                                   on 2000/10/13  18:05:23
48887         Log: Use UTF8SKIP(), from Simon Cozens.
48888      Branch: perl
48889            ! utf8.c
48890 ____________________________________________________________________________
48891 [  7221] By: jhi                                   on 2000/10/13  15:43:19
48892         Log: (accidentally empty check-in)
48893      Branch: perl
48894            ! utf8.c
48895 ____________________________________________________________________________
48896 [  7220] By: jhi                                   on 2000/10/13  15:23:51
48897         Log: Add (optimistically) Storable to static extensions.
48898      Branch: perl
48899            ! hints/uwin.sh hints/vmesa.sh
48900 ____________________________________________________________________________
48901 [  7219] By: jhi                                   on 2000/10/13  15:20:05
48902         Log: Amdahl UTS doesn't seem to do dynaloading.
48903      Branch: perl
48904            ! hints/uts.sh
48905 ____________________________________________________________________________
48906 [  7218] By: jhi                                   on 2000/10/13  15:15:20
48907         Log: Slight tweak of the code to appease Amdahl UTS cc.
48908      Branch: perl
48909            ! pp.c
48910 ____________________________________________________________________________
48911 [  7217] By: jhi                                   on 2000/10/13  14:50:42
48912         Log: In Amdahl UTS "struct sv" is defined by a system header,
48913              <ksync.h>.
48914      Branch: perl
48915            ! perl.h sv.h
48916 ____________________________________________________________________________
48917 [  7216] By: jhi                                   on 2000/10/13  11:58:25
48918         Log: Ilya implemented the memory profiling API.
48919      Branch: perl
48920            ! Todo
48921 ____________________________________________________________________________
48922 [  7215] By: jhi                                   on 2000/10/13  02:56:38
48923         Log: Subject: [PATCH 5.7.0] Perl API for mstats
48924              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48925              Date: Thu, 12 Oct 2000 22:52:40 -0400
48926              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
48927      Branch: perl
48928            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
48929 ____________________________________________________________________________
48930 [  7214] By: jhi                                   on 2000/10/13  02:55:38
48931         Log: Subject: [PATCH 5.7.0] IVs in mtats
48932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
48933              Date: Thu, 12 Oct 2000 22:51:04 -0400
48934              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
48935      Branch: perl
48936            ! malloc.c perl.h
48937 ____________________________________________________________________________
48938 [  7213] By: jhi                                   on 2000/10/13  02:31:47
48939         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
48940      Branch: perl
48941            ! pod/perldiag.pod pp_sys.c
48942 ____________________________________________________________________________
48943 [  7212] By: jhi                                   on 2000/10/13  01:27:38
48944         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
48945              From: Peter Prymmer <pvhp@forte.com>
48946              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
48947              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
48948      Branch: perl
48949            ! t/op/oct.t
48950 ____________________________________________________________________________
48951 [  7211] By: jhi                                   on 2000/10/13  00:35:09
48952         Log: Update Changes.
48953      Branch: perl
48954            ! Changes patchlevel.h
48955 ____________________________________________________________________________
48956 [  7210] By: jhi                                   on 2000/10/12  23:59:40
48957         Log: The Install.pm third of
48958              
48959              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48960              From: Bill Campbell <bill@celestial.com>
48961              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48962              Date: Thu, 5 Oct 2000 18:04:51 -0700
48963      Branch: perl
48964            ! lib/ExtUtils/Install.pm
48965 ____________________________________________________________________________
48966 [  7209] By: jhi                                   on 2000/10/12  23:58:43
48967         Log: Two thirds of
48968              
48969              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
48970              Date: Thu, 5 Oct 2000 18:04:51 -0700
48971              From: Bill Campbell <bill@celestial.com>
48972              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
48973              
48974              The Install.pm changes will be submitted separately because
48975              they need some work and discussion still.
48976      Branch: perl
48977            ! lib/getopts.pl lib/termcap.pl
48978 ____________________________________________________________________________
48979 [  7208] By: jhi                                   on 2000/10/12  23:41:19
48980         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
48981              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
48982              Date:     Thu, 12 Oct 2000 07:30:02 EDT
48983              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
48984      Branch: perl
48985            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
48986            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
48987 ____________________________________________________________________________
48988 [  7207] By: jhi                                   on 2000/10/12  23:39:01
48989         Log: An updated EBCDIC tr patch.
48990              
48991              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
48992              From: Peter Prymmer <pvhp@forte.com>
48993              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
48994              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
48995      Branch: perl
48996            ! t/op/tr.t
48997 ____________________________________________________________________________
48998 [  7206] By: jhi                                   on 2000/10/12  23:34:55
48999         Log: Upgrade to CPAN 1.58, from Andreas König.
49000      Branch: perl
49001            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
49002 ____________________________________________________________________________
49003 [  7205] By: jhi                                   on 2000/10/12  23:29:08
49004         Log: Introduce the man[24-8] variables, from Andy Dougherty.
49005      Branch: metaconfig/U/perl
49006            + mandirs.U mandirstyle.U
49007      Branch: perl
49008            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49009            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
49010            ! vos/config.h vos/config.pl vos/config_h.SH_orig
49011            ! win32/config.bc win32/config.gc win32/config.vc
49012 ____________________________________________________________________________
49013 [  7204] By: gsar                                  on 2000/10/12  18:11:24
49014         Log: restore change#7202
49015      Branch: perl
49016            ! mg.c
49017 ____________________________________________________________________________
49018 [  7203] By: gsar                                  on 2000/10/12  18:09:40
49019         Log: another test of the Emergency Broadcast System--back out 
49020              change#7202
49021      Branch: perl
49022            ! mg.c
49023 ____________________________________________________________________________
49024 [  7202] By: gsar                                  on 2000/10/12  16:40:47
49025         Log: (submitted on behalf of Jarkko)
49026              Fix the lib/encode.t subtest 6 failure as reported by Andreas
49027              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
49028              was unearthed by change 7182, as was a bug in HTML::Entities.
49029      Branch: perl
49030            ! mg.c
49031 ____________________________________________________________________________
49032 [  7201] By: jhi                                   on 2000/10/11  03:16:05
49033         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
49034      Branch: perl
49035            ! pp_hot.c t/pragma/utf8.t
49036 ____________________________________________________________________________
49037 [  7200] By: jhi                                   on 2000/10/11  00:40:30
49038         Log: The #7198 was a false alarm.
49039      Branch: perl
49040            ! pp_hot.c
49041 ____________________________________________________________________________
49042 [  7199] By: jhi                                   on 2000/10/11  00:26:04
49043         Log: Remove duplicated code.
49044      Branch: perl
49045            ! t/lib/cgi-html.t
49046 ____________________________________________________________________________
49047 [  7198] By: jhi                                   on 2000/10/10  23:30:46
49048         Log: (Retracted by #7200.)
49049      Branch: perl
49050            ! pp_hot.c
49051 ____________________________________________________________________________
49052 [  7197] By: jhi                                   on 2000/10/10  21:49:30
49053         Log: Add the test case for #7190, from the original bug report
49054              by Andreas König.
49055      Branch: perl
49056            ! t/pragma/utf8.t
49057 ____________________________________________________________________________
49058 [  7196] By: jhi                                   on 2000/10/10  21:40:49
49059         Log: Reapply Andy's patch and regen Configure.
49060      Branch: perl
49061            ! Configure INSTALL Makefile.SH Porting/Glossary
49062            ! Porting/config.sh config_h.SH epoc/config.sh installperl
49063            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
49064            ! win32/config.vc
49065 ____________________________________________________________________________
49066 [  7195] By: jhi                                   on 2000/10/10  21:09:30
49067         Log: Use the versiononly instead of the installscripts,
49068              retract the changes 7146 and 7147.
49069      Branch: perl
49070            ! Configure INSTALL Makefile.SH Porting/Glossary
49071            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
49072            ! installperl uconfig.sh vos/config.def win32/config.bc
49073            ! win32/config.gc win32/config.vc
49074 ____________________________________________________________________________
49075 [  7194] By: jhi                                   on 2000/10/10  21:06:15
49076         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
49077              From: Peter Prymmer <pvhp@forte.com>
49078              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
49079              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
49080      Branch: perl
49081            ! t/op/ver.t
49082 ____________________________________________________________________________
49083 [  7193] By: jhi                                   on 2000/10/10  21:05:12
49084         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
49085              From: Peter Prymmer <pvhp@forte.com>
49086              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
49087              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
49088      Branch: perl
49089            ! t/op/tr.t
49090 ____________________________________________________________________________
49091 [  7192] By: jhi                                   on 2000/10/10  20:57:30
49092         Log: Add versiononly, delete installscripts, from Andy Dougherty.
49093      Branch: metaconfig
49094            - U/installdirs/installscripts.U
49095      Branch: metaconfig/U/perl
49096            + versiononly.U
49097 ____________________________________________________________________________
49098 [  7191] By: jhi                                   on 2000/10/10  19:41:21
49099         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
49100              From: Peter Prymmer <pvhp@forte.com>
49101              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
49102              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
49103      Branch: perl
49104            ! pod/perlebcdic.pod
49105 ____________________________________________________________________________
49106 [  7190] By: jhi                                   on 2000/10/10  19:26:14
49107         Log: Subject: Re: utf8 concat, mg_get
49108              From: Simon Cozens <simon@cozens.net>
49109              Date: Tue, 10 Oct 2000 17:40:17 +0100
49110              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
49111      Branch: perl
49112            ! pp_hot.c
49113 ____________________________________________________________________________
49114 [  7189] By: jhi                                   on 2000/10/10  19:23:03
49115         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
49116              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
49117              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
49118              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
49119      Branch: perl
49120            ! lib/ExtUtils/MM_Unix.pm
49121 ____________________________________________________________________________
49122 [  7188] By: jhi                                   on 2000/10/10  15:31:24
49123         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
49124              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
49125              Date: Fri, 14 Jul 2000 10:47:36 +0100
49126              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
49127      Branch: perl
49128            ! README.win32
49129 ____________________________________________________________________________
49130 [  7187] By: jhi                                   on 2000/10/10  13:30:10
49131         Log: Quote the temp file name, needed in Win32 because the
49132              default name unfortunately contains spaces, shouldn't
49133              hurt elsewhere.
49134              
49135              Subject: FW: perldoc fails if $TEMP contains spaces
49136              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
49137              Date: Thu, 14 Sep 2000 08:58:45 +0100
49138              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
49139      Branch: perl
49140            ! utils/perldoc.PL
49141 ____________________________________________________________________________
49142 [  7186] By: jhi                                   on 2000/10/10  13:16:27
49143         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
49144              From: hv@hugo.hybyte.com
49145              Date: Tue, 10 Oct 2000 14:10:20 +0100
49146              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
49147      Branch: perl
49148            ! t/lib/thr5005.t util.c
49149 ____________________________________________________________________________
49150 [  7185] By: jhi                                   on 2000/10/10  12:06:22
49151         Log: Upgrade to podlators 1.04, from Russ Allbery.
49152      Branch: perl
49153            ! lib/Pod/Man.pm lib/Pod/Text.pm
49154 ____________________________________________________________________________
49155 [  7184] By: jhi                                   on 2000/10/10  12:01:32
49156         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
49157      Branch: perl
49158            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
49159 ____________________________________________________________________________
49160 [  7183] By: jhi                                   on 2000/10/09  23:47:15
49161         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
49162              From: Peter Prymmer <pvhp@forte.com>
49163              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
49164              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
49165      Branch: perl
49166            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
49167 ____________________________________________________________________________
49168 [  7182] By: jhi                                   on 2000/10/09  23:43:16
49169         Log: Make eq work again with utf8 (disabling the upgrading
49170              should no more be necessary since the copies of the
49171              scalars are upgraded, not the scalars themselves).
49172              Takes care of ID 20001009.001.  (The claimed length()
49173              bug in 20001009.001 seems bogus to me.)
49174      Branch: perl
49175            ! sv.c t/pragma/utf8.t
49176 ____________________________________________________________________________
49177 [  7181] By: gsar                                  on 2000/10/09  19:41:54
49178         Log: tweak for change#7173
49179      Branch: perl
49180            ! win32/win32sck.c
49181 ____________________________________________________________________________
49182 [  7180] By: gsar                                  on 2000/10/09  19:26:56
49183         Log: on Windows, clean targets might not work under some flavors of the shell
49184      Branch: perl
49185            ! win32/Makefile win32/makefile.mk
49186 ____________________________________________________________________________
49187 [  7179] By: jhi                                   on 2000/10/09  19:21:02
49188         Log: Update Changes.
49189      Branch: perl
49190            ! Changes patchlevel.h
49191 ____________________________________________________________________________
49192 [  7178] By: jhi                                   on 2000/10/09  19:18:23
49193         Log: Warn about unknown scripts.
49194              
49195              Subject: Re: ideas? patches? [PATCH bleadperl]
49196              From: Dominic Dunlop <domo@computer.org>
49197              Date: Mon, 9 Oct 2000 14:57:17 +0200
49198              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
49199      Branch: perl
49200            ! lib/charnames.pm
49201 ____________________________________________________________________________
49202 [  7177] By: jhi                                   on 2000/10/09  19:13:27
49203         Log: Change #7160 had a nasty typo.
49204      Branch: metaconfig
49205            ! U/compline/Compile.U
49206      Branch: perl
49207            ! Configure config_h.SH
49208 ____________________________________________________________________________
49209 [  7176] By: gsar                                  on 2000/10/09  18:59:33
49210         Log: pod nit
49211      Branch: perl
49212            ! pod/perlport.pod
49213 ____________________________________________________________________________
49214 [  7175] By: gsar                                  on 2000/10/09  18:54:28
49215         Log: Windows9x doesn't support link(), despite what Config.pm
49216              might think
49217      Branch: perl
49218            ! lib/ExtUtils/Manifest.pm
49219 ____________________________________________________________________________
49220 [  7174] By: gsar                                  on 2000/10/09  18:50:03
49221         Log: avoid nonportable example code
49222      Branch: perl
49223            ! lib/File/Copy.pm
49224 ____________________________________________________________________________
49225 [  7173] By: gsar                                  on 2000/10/09  18:46:54
49226         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
49227              being used) when closing a socket handle
49228      Branch: perl
49229            ! win32/win32.c win32/win32.h win32/win32sck.c
49230 ____________________________________________________________________________
49231 [  7172] By: gsar                                  on 2000/10/09  18:41:40
49232         Log: on Windows, cwd strings in the environment should be of the
49233              form =X:=X:\foo instead of =X=X:\foo\
49234      Branch: perl
49235            ! win32/vdir.h
49236 ____________________________________________________________________________
49237 [  7171] By: gsar                                  on 2000/10/09  18:30:09
49238         Log: on Windows, LoadLibrary() could load an extension DLL multiple
49239              times if forward slashes are used in the path
49240      Branch: perl
49241            ! win32/win32.c
49242 ____________________________________________________________________________
49243 [  7170] By: jhi                                   on 2000/10/09  17:53:59
49244         Log: Add a todo note about overloadable assertions.
49245      Branch: perl
49246            ! Todo-5.6
49247 ____________________________________________________________________________
49248 [  7169] By: jhi                                   on 2000/10/09  13:43:45
49249         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
49250              From: mjd@plover.com
49251              Date: 9 Oct 2000 00:24:44 -0000
49252              Message-ID: <20001009002444.10616.qmail@plover.com>
49253      Branch: perl
49254            ! pod/perldebguts.pod
49255 ____________________________________________________________________________
49256 [  7168] By: nick                                  on 2000/10/08  13:16:33
49257         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
49258              is not right thing to do on (e.g. x86). Network order is also "right" for
49259              X fonts.
49260      Branch: perl
49261            ! ext/Encode/Encode.pm
49262 ____________________________________________________________________________
49263 [  7167] By: nick                                  on 2000/10/08  12:54:42
49264         Log: Make "encodings" work post-install when Encode/*.enc files may not
49265              be in same directory as Encode.pm
49266      Branch: perl
49267            ! ext/Encode/Encode.pm
49268 ____________________________________________________________________________
49269 [  7166] By: nick                                  on 2000/10/08  11:51:26
49270         Log: Work round the fact that $hash->{$key} does not take into account
49271              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
49272              so that key is always in the "expected" encoding - i.e. same way we put
49273              it in the hash.
49274      Branch: perl
49275            ! ext/Encode/Encode.pm
49276 ____________________________________________________________________________
49277 [  7165] By: gsar                                  on 2000/10/08  04:15:29
49278         Log: save_re_context() could reset PL_curcop to freed memory, causing core
49279              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
49280      Branch: perl
49281            ! pp_ctl.c
49282 ____________________________________________________________________________
49283 [  7164] By: jhi                                   on 2000/10/06  20:51:48
49284         Log: UTF8ize split() so that the cloned substrings get the UTF8
49285              flag of the original scalar.  Problem reported by Simon Cozens.
49286      Branch: perl
49287            ! pp.c t/pragma/utf8.t
49288 ____________________________________________________________________________
49289 [  7163] By: nick                                  on 2000/10/06  20:48:34
49290         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
49291              got a false +ve and so did not reach code which would have un-FAKEd the SV.
49292      Branch: perl
49293            ! sv.c
49294 ____________________________________________________________________________
49295 [  7162] By: nick                                  on 2000/10/06  20:25:37
49296         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
49297              To fix  (sort {$a <=> $b} keys %hash) in particular but
49298              should cover a number of other as-yet-unknown cases as well.
49299      Branch: perl
49300            ! sv.c
49301 ____________________________________________________________________________
49302 [  7161] By: jhi                                   on 2000/10/06  19:56:18
49303         Log: Change the version number of Tie::Handle in the core to 4.0,
49304              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
49305              
49306              Subject: Note on Tie::Handle
49307              From: andreas.koenig@anima.de (Andreas J. Koenig)
49308              Date:      06 Oct 2000 21:48:58 +0200
49309              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
49310      Branch: perl
49311            ! lib/Tie/Handle.pm
49312 ____________________________________________________________________________
49313 [  7160] By: jhi                                   on 2000/10/06  18:20:35
49314         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
49315              as the first option of cc/ld because of ultrapicky compilers
49316              (e.g. OS/390 R2.5)
49317      Branch: metaconfig
49318            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
49319            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
49320            ! U/compline/orderlib.U U/modified/Cppsym.U
49321            ! U/modified/d_access.U
49322      Branch: metaconfig/U/perl
49323            ! Checkcc.U d_dlsymun.U gccvers.U
49324      Branch: perl
49325            ! Configure config_h.SH
49326 ____________________________________________________________________________
49327 [  7159] By: jhi                                   on 2000/10/06  13:56:39
49328         Log: Update Changes.
49329      Branch: perl
49330            ! Changes patchlevel.h
49331 ____________________________________________________________________________
49332 [  7158] By: jhi                                   on 2000/10/06  12:48:40
49333         Log: Eliminate $Is_VMS code from the test.
49334              
49335              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
49336              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49337              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
49338              Date:     Thu, 5 Oct 2000 07:46:33 EDT
49339      Branch: perl
49340            ! t/lib/b.t
49341 ____________________________________________________________________________
49342 [  7157] By: jhi                                   on 2000/10/06  12:47:13
49343         Log: Also the $ccflags is needed for the C compiler check.
49344              
49345              Subject: Configure (check for C-compiler)
49346              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49347              Date: Fri, 06 Oct 2000 08:47:15 +0200
49348              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
49349      Branch: metaconfig/U/perl
49350            ! Checkcc.U
49351      Branch: perl
49352            ! Configure config_h.SH
49353 ____________________________________________________________________________
49354 [  7156] By: jhi                                   on 2000/10/06  11:45:15
49355         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
49356      Branch: perl
49357            ! perl.c pp_ctl.c sv.h utf8.c
49358 ____________________________________________________________________________
49359 [  7155] By: jhi                                   on 2000/10/06  11:40:41
49360         Log: IO::Handle->syswrite() did not handle length omission
49361              like CORE::syswrite() does.
49362              
49363              Subject: [Fwd] IO::Handle, syswrite and arguments
49364              From: Graham Barr <gbarr@pobox.com>
49365              Date: Fri, 6 Oct 2000 10:22:05 +0100
49366              Message-ID: <20001006102205.U6312@pobox.com>
49367              
49368              The original patch from andrew@ugh.net.au.
49369      Branch: perl
49370            ! ext/IO/lib/IO/Handle.pm
49371 ____________________________________________________________________________
49372 [  7154] By: jhi                                   on 2000/10/06  01:42:15
49373         Log: Tweak #7153.
49374      Branch: perl
49375            ! utf8.h
49376 ____________________________________________________________________________
49377 [  7153] By: jhi                                   on 2000/10/06  00:39:55
49378         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
49379      Branch: perl
49380            ! utf8.h
49381 ____________________________________________________________________________
49382 [  7152] By: jhi                                   on 2000/10/06  00:38:11
49383         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
49384      Branch: perl
49385            ! perl.c pp_ctl.c sv.h utf8.c
49386 ____________________________________________________________________________
49387 [  7151] By: jhi                                   on 2000/10/06  00:36:38
49388         Log: Subject: Re: Questions about Tie::Array and perl modules
49389              From: Nick Ing-Simmons <nik@tiuk.ti.com>
49390              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
49391              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
49392              
49393              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
49394      Branch: perl
49395            ! lib/Tie/Array.pm t/op/array.t
49396 ____________________________________________________________________________
49397 [  7150] By: jhi                                   on 2000/10/05  00:20:45
49398         Log: Regen Changes.
49399      Branch: perl
49400            ! Changes patchlevel.h
49401 ____________________________________________________________________________
49402 [  7149] By: jhi                                   on 2000/10/05  00:20:01
49403         Log: Regen toc.
49404      Branch: perl
49405            ! pod/perltoc.pod
49406 ____________________________________________________________________________
49407 [  7148] By: jhi                                   on 2000/10/04  23:35:08
49408         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
49409              reported several times by Dominic Dunlop, for example in
49410              ID 20000315.008.  Patch from Dominic.  Patch affects at
49411              least MachTen, and possibly other oldish BSDs. Should not
49412              break non-broken platforms (tested on LinuxPPC). 
49413      Branch: perl
49414            ! doio.c
49415 ____________________________________________________________________________
49416 [  7147] By: jhi                                   on 2000/10/04  23:26:34
49417         Log: The one that got away from 7146.
49418      Branch: metaconfig
49419            + U/installdirs/installscripts.U
49420 ____________________________________________________________________________
49421 [  7146] By: jhi                                   on 2000/10/04  23:25:04
49422         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
49423              suggested by H. Merijn Brand.
49424      Branch: perl
49425            ! Configure INSTALL Makefile.SH Porting/Glossary
49426            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
49427            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
49428            ! win32/config.vc
49429 ____________________________________________________________________________
49430 [  7145] By: jhi                                   on 2000/10/04  22:08:21
49431         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
49432              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49433              Date: Wed, 4 Oct 2000 17:37:46 -0400
49434              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
49435      Branch: perl
49436            ! utils/h2xs.PL
49437 ____________________________________________________________________________
49438 [  7144] By: jhi                                   on 2000/10/04  18:11:41
49439         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
49440              From: Jeff Pinyan <jeffp@crusoe.net>
49441              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
49442              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
49443      Branch: perl
49444            ! pod/perlrun.pod
49445 ____________________________________________________________________________
49446 [  7143] By: jhi                                   on 2000/10/04  18:09:58
49447         Log: Subject: perlhack.pod Patch for Externals Tools
49448              From: Fisher Mark <fisherm@tce.com>
49449              Date: Tue, 3 Oct 2000 15:43:27 -0500 
49450              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
49451      Branch: perl
49452            ! pod/perlhack.pod
49453 ____________________________________________________________________________
49454 [  7142] By: jhi                                   on 2000/10/04  18:08:41
49455         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
49456              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
49457              Date:     Wed, 4 Oct 2000 12:11:11 EDT
49458              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
49459      Branch: perl
49460            ! vms/vms.c
49461 ____________________________________________________________________________
49462 [  7141] By: jhi                                   on 2000/10/04  12:20:16
49463         Log: Subject: [PATCH 5.7.0] h2xs not working
49464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49465              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
49466              Date: Tue, 3 Oct 2000 21:43:01 -0400
49467              
49468              Subject: [PATCH 5.7.0] h2xs not documenting the created module
49469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49470              Date: Tue, 3 Oct 2000 22:55:19 -0400
49471              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
49472      Branch: perl
49473            ! utils/h2xs.PL
49474 ____________________________________________________________________________
49475 [  7140] By: jhi                                   on 2000/10/04  11:53:44
49476         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
49477              From: nick@babyhippo.com
49478              Date: Wed, 4 Oct 2000 12:06:45 +0100
49479              Message-Id: <20001004120645.A7356@babyhippo.com>
49480              
49481              Retract 7118 and 7135.
49482      Branch: perl
49483            ! installman installperl op.c t/pragma/subs.t
49484 ____________________________________________________________________________
49485 [  7139] By: jhi                                   on 2000/10/03  22:09:41
49486         Log: It is possible to have no hosts database at all.  Pointed out in
49487              
49488              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
49489              From: Peter Prymmer <pvhp@forte.com>
49490              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
49491              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
49492      Branch: metaconfig
49493            ! U/modified/myhostname.U
49494      Branch: perl
49495            ! Configure config_h.SH
49496 ____________________________________________________________________________
49497 [  7138] By: jhi                                   on 2000/10/03  21:49:49
49498         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
49499              From: Peter Prymmer <pvhp@forte.com>
49500              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
49501              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
49502      Branch: perl
49503            ! pp_sys.c
49504 ____________________________________________________________________________
49505 [  7137] By: jhi                                   on 2000/10/03  20:10:05
49506         Log: One remaining nit less at the VMS mailbox sizing.
49507      Branch: perl
49508            ! vms/vms.c
49509 ____________________________________________________________________________
49510 [  7136] By: jhi                                   on 2000/10/03  20:08:47
49511         Log: Test harness update to sync with the new perlcc,
49512              from Simon Cozens.
49513      Branch: perl
49514            ! t/TEST t/UTEST
49515 ____________________________________________________________________________
49516 [  7135] By: jhi                                   on 2000/10/03  15:15:42
49517         Log: Subject: Re: PATCH for 20001003.004
49518              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
49519              From: "AARON B. DOSSETT" <aaron@iglou.com>
49520              Message-Id: <E13gTay-0006od-00@iglou.com>
49521      Branch: perl
49522            ! installman installperl
49523 ____________________________________________________________________________
49524 [  7134] By: jhi                                   on 2000/10/03  15:00:34
49525         Log: Subject: [ID 20001003.006] B::Debug not -w clean
49526              From: Nicholas Clark <nick@babyhippo.co.uk>
49527              Date: Tue, 03 Oct 2000 15:46:32 +0100
49528              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
49529      Branch: perl
49530            ! ext/B/B/Debug.pm
49531 ____________________________________________________________________________
49532 [  7133] By: jhi                                   on 2000/10/03  14:58:39
49533         Log: Scale down the VMS message boxes, by Charles Lane.
49534              Fix for ID 20000903.009, workaround at
49535              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
49536      Branch: perl
49537            ! vms/vms.c
49538 ____________________________________________________________________________
49539 [  7132] By: jhi                                   on 2000/10/03  11:20:37
49540         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
49541      Branch: perl
49542            + t/lib/st-lock.t t/lib/st-utf8.t
49543            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
49544            ! ext/Storable/Storable.xs t/lib/st-recurse.t
49545 ____________________________________________________________________________
49546 [  7131] By: jhi                                   on 2000/10/03  03:38:23
49547         Log: Encode nits.
49548      Branch: perl
49549            ! MANIFEST Makefile.SH
49550 ____________________________________________________________________________
49551 [  7130] By: jhi                                   on 2000/10/03  03:31:05
49552         Log: Update Changes.
49553      Branch: perl
49554            ! Changes patchlevel.h
49555 ____________________________________________________________________________
49556 [  7129] By: jhi                                   on 2000/10/03  02:24:02
49557         Log: Misplaced else.
49558      Branch: metaconfig/U/perl
49559            ! d_strtoll.U
49560      Branch: perl
49561            ! Configure config_h.SH
49562 ____________________________________________________________________________
49563 [  7128] By: jhi                                   on 2000/10/03  02:08:29
49564         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
49565              From: sthoenna@efn.org
49566              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
49567              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
49568      Branch: metaconfig/U/perl
49569            ! d_strtoll.U
49570      Branch: perl
49571            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
49572 ____________________________________________________________________________
49573 [  7127] By: jhi                                   on 2000/10/03  01:13:14
49574         Log: Update Changes.
49575      Branch: perl
49576            ! Changes patchlevel.h
49577 ____________________________________________________________________________
49578 [  7126] By: jhi                                   on 2000/10/03  00:57:08
49579         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
49580              as suggested by Olaf Flebbe and Nick Clark.
49581      Branch: perl
49582            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
49583 ____________________________________________________________________________
49584 [  7125] By: jhi                                   on 2000/10/03  00:50:56
49585         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
49586              From: Nick Clark <nick@plum.flirble.org>
49587              Date: Mon, 2 Oct 2000 11:03:24 +0100
49588              Message-Id: <20001002110324.D20073@plum.flirble.org>
49589              
49590              Also fixes bug ID 20001002.005.
49591      Branch: perl
49592            ! t/lib/encode.t
49593 ____________________________________________________________________________
49594 [  7124] By: jhi                                   on 2000/10/03  00:34:59
49595         Log: Subject: [PATCH 5.7.0] Epoc update
49596              From: Olaf Flebbe <o.flebbe@gmx.de>
49597              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
49598              Message-ID: <26423.969484586@www10.gmx.net>
49599      Branch: perl
49600            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
49601            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
49602            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
49603            ! util.c util.h
49604 ____________________________________________________________________________
49605 [  7123] By: jhi                                   on 2000/10/03  00:30:07
49606         Log: Regen headers.
49607      Branch: perl
49608            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
49609 ____________________________________________________________________________
49610 [  7122] By: jhi                                   on 2000/10/03  00:10:48
49611         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
49612      Branch: perl
49613            ! hints/openbsd.sh
49614 ____________________________________________________________________________
49615 [  7121] By: jhi                                   on 2000/10/03  00:05:06
49616         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
49617              From: <abigail@foad.org>
49618              Date: Tue, 26 Sep 2000 13:36:14 -0400
49619              Message-ID: <20000926173614.4356.qmail@foad.org>
49620      Branch: perl
49621            ! pod/perlop.pod
49622 ____________________________________________________________________________
49623 [  7120] By: jhi                                   on 2000/10/03  00:04:00
49624         Log: Inside require() $^S was always left undefined.
49625              
49626              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
49627              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49628              Date: Wed, 27 Sep 2000 18:54:49 -0400
49629              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
49630      Branch: perl
49631            ! cop.h mg.c pp_ctl.c util.c
49632 ____________________________________________________________________________
49633 [  7119] By: jhi                                   on 2000/10/03  00:00:16
49634         Log: Subject: [PATCH] DLL not restartabke with threaded perl
49635              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
49636              Date: Thu, 28 Sep 2000 09:20:46 +0100
49637              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
49638      Branch: perl
49639            ! perl.c
49640 ____________________________________________________________________________
49641 [  7118] By: jhi                                   on 2000/10/02  23:59:20
49642         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
49643              From: Nicholas Clark <nick@ccl4.org>
49644              Date: Thu, 28 Sep 2000 11:52:24 +0100
49645              Message-ID: <20000928115224.D7924@plum.flirble.org>
49646      Branch: perl
49647            ! op.c
49648 ____________________________________________________________________________
49649 [  7117] By: jhi                                   on 2000/10/02  23:57:51
49650         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
49651              From: Nicholas Clark <nick@babyhippo.co.uk>
49652              Date: Thu, 28 Sep 2000 12:18:10 +0100
49653              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
49654              
49655              Did not apply cleanly, manual intervention was needed.
49656      Branch: perl
49657            ! ext/B/B/Bytecode.pm utils/perlcc.PL
49658 ____________________________________________________________________________
49659 [  7116] By: jhi                                   on 2000/10/02  23:50:40
49660         Log: Document the issue (is not a syntax error, kind of)
49661              
49662              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
49663              From: Nicholas Clark <nick@ccl4.org>
49664              Date: Thu, 28 Sep 2000 17:12:42 +0100
49665              Message-ID: <20000928171242.K7924@plum.flirble.org>
49666      Branch: perl
49667            ! pod/perldata.pod
49668 ____________________________________________________________________________
49669 [  7115] By: jhi                                   on 2000/10/02  23:48:58
49670         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
49671              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49672              Date: Thu, 28 Sep 2000 21:55:31 -0400
49673              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
49674      Branch: perl
49675            ! regexec.c
49676 ____________________________________________________________________________
49677 [  7114] By: jhi                                   on 2000/10/02  23:47:57
49678         Log: Subject: DOC PATCH 5.6.0
49679              From: mjd@plover.com
49680              Date: 30 Sep 2000 06:02:34 -0000
49681              Message-ID: <20000930060234.4559.qmail@plover.com>
49682      Branch: perl
49683            ! pod/perldebguts.pod
49684 ____________________________________________________________________________
49685 [  7113] By: jhi                                   on 2000/10/02  23:46:43
49686         Log: SOCK_DGRAM and listen() do not mix as reported in
49687              
49688              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
49689              From: Petter Reinholdtsen <pere@hungry.com>
49690              Date: Sun, 1 Oct 2000 10:57:20 +0800
49691              Message-Id: <200010010257.KAA05735@localhost.localdomain>
49692              
49693              The patch for 5.7.0+ had to be reengineered, though.
49694      Branch: perl
49695            ! ext/IO/lib/IO/Socket/UNIX.pm
49696 ____________________________________________________________________________
49697 [  7112] By: jhi                                   on 2000/10/02  23:36:57
49698         Log: Subject: Re: [PATCH 5.005_64 missed]
49699              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49700              Date: Sun, 1 Oct 2000 18:50:10 -0400
49701              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
49702      Branch: perl
49703            ! pod/perlxs.pod
49704 ____________________________________________________________________________
49705 [  7111] By: jhi                                   on 2000/10/02  23:35:40
49706         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
49707              From: Radu Greab <radu@netsoft.ro>
49708              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
49709              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
49710      Branch: perl
49711            ! op.c opcode.pl t/op/substr.t
49712 ____________________________________________________________________________
49713 [  7110] By: jhi                                   on 2000/10/02  23:32:38
49714         Log: Subject: [PATCH] Fix aliasing of tied filehandles
49715              From: Daniel Chetlin <daniel@chetlin.com>
49716              Date: Mon, 2 Oct 2000 14:53:27 -0700
49717              Message-ID: <20001002145327.C1617@ilmd>
49718      Branch: perl
49719            ! perl.h pp_hot.c t/op/tiehandle.t
49720 ____________________________________________________________________________
49721 [  7109] By: jhi                                   on 2000/10/02  23:31:30
49722         Log: s/Robin Parker/Robin Barker/
49723      Branch: perl
49724            ! Changes5.6
49725 ____________________________________________________________________________
49726 [  7108] By: jhi                                   on 2000/10/02  23:15:46
49727         Log: Retract #7091 as suggested in
49728              
49729              From: Robin Barker <rmb1@cise.npl.co.uk> 
49730              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
49731              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
49732              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
49733      Branch: perl
49734            ! embed.pl proto.h
49735 ____________________________________________________________________________
49736 [  7107] By: nick                                  on 2000/10/02  18:23:14
49737         Log: A few tweaks to get Tk803 to work with Encode scheme.
49738      Branch: perl
49739            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
49740 ____________________________________________________________________________
49741 [  7106] By: nick                                  on 2000/10/01  21:34:14
49742         Log: Add checking cases to Encode's toUnicode and fromUnicode.
49743      Branch: perl
49744            ! ext/Encode/Encode.pm
49745 ____________________________________________________________________________
49746 [  7105] By: nick                                  on 2000/10/01  17:18:01
49747         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
49748              To read and use them.
49749              Add a lib/encode.t which checks a few things.
49750      Branch: perl
49751            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
49752            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
49753            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
49754            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
49755            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
49756            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
49757            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
49758            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
49759            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
49760            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
49761            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
49762            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
49763            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
49764            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
49765            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
49766            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
49767            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
49768            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
49769            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
49770            + ext/Encode/Encode/iso2022-jp.enc
49771            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
49772            + ext/Encode/Encode/iso8859-1.enc
49773            + ext/Encode/Encode/iso8859-2.enc
49774            + ext/Encode/Encode/iso8859-3.enc
49775            + ext/Encode/Encode/iso8859-4.enc
49776            + ext/Encode/Encode/iso8859-5.enc
49777            + ext/Encode/Encode/iso8859-6.enc
49778            + ext/Encode/Encode/iso8859-7.enc
49779            + ext/Encode/Encode/iso8859-8.enc
49780            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
49781            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
49782            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
49783            + ext/Encode/Encode/macCentEuro.enc
49784            + ext/Encode/Encode/macCroatian.enc
49785            + ext/Encode/Encode/macCyrillic.enc
49786            + ext/Encode/Encode/macDingbats.enc
49787            + ext/Encode/Encode/macGreek.enc
49788            + ext/Encode/Encode/macIceland.enc
49789            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
49790            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
49791            + ext/Encode/Encode/macTurkish.enc
49792            + ext/Encode/Encode/macUkraine.enc
49793            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
49794            + t/lib/encode.t
49795            ! MANIFEST ext/Encode/Encode.pm
49796 ____________________________________________________________________________
49797 [  7104] By: nick                                  on 2000/09/30  13:04:30
49798         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
49799              From: Daniel Chetlin <daniel@chetlin.com>
49800              Date: Mon, 18 Sep 2000 05:05:40 -0700
49801              Message-Id: <20000918050540.C652@ilmd>
49802      Branch: perl
49803            ! lib/overload.pm sv.c t/pragma/overload.t
49804 ____________________________________________________________________________
49805 [  7103] By: nick                                  on 2000/09/30  12:53:36
49806         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
49807              From: Johan Vromans <jvromans@squirrel.nl>
49808              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
49809              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
49810      Branch: perl
49811            ! pod/Makefile.SH
49812 ____________________________________________________________________________
49813 [  7102] By: nick                                  on 2000/09/30  12:52:31
49814         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
49815              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49816              Date: Sat, 16 Sep 2000 16:36:45 -0400
49817              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
49818      Branch: perl
49819            ! ext/B/B/Deparse.pm
49820 ____________________________________________________________________________
49821 [  7101] By: nick                                  on 2000/09/30  12:51:41
49822         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
49823              From: Craig A. Berry <craig.berry@psinetcs.com>
49824              Date: Sat, 16 Sep 2000 10:11:10 -0500
49825              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
49826      Branch: perl
49827            ! vms/vms.c
49828 ____________________________________________________________________________
49829 [  7100] By: nick                                  on 2000/09/30  12:50:33
49830         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49831              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49832              Date: Fri, 15 Sep 2000 16:37:58 -0400
49833              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
49834      Branch: perl
49835            ! t/op/append.t
49836 ____________________________________________________________________________
49837 [  7099] By: nick                                  on 2000/09/30  12:49:35
49838         Log: Subject: Re: unicode support and perl [ID 20000901.097]
49839              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49840              Date: Fri, 15 Sep 2000 16:25:30 -0400
49841              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
49842      Branch: perl
49843            ! pp_hot.c
49844 ____________________________________________________________________________
49845 [  7098] By: nick                                  on 2000/09/30  12:48:00
49846         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
49847              From: Gisle Aas <gisle@ActiveState.com>
49848              Date: 15 Sep 2000 16:23:41 +0200
49849              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
49850      Branch: perl
49851            ! toke.c
49852 ____________________________________________________________________________
49853 [  7097] By: nick                                  on 2000/09/30  12:45:16
49854         Log: Subject: [PATCH] Nits in perlmod.pod
49855              From: Daniel Chetlin <daniel@chetlin.com>
49856              Date: Fri, 15 Sep 2000 02:04:09 -0700
49857              Message-Id: <20000915020409.A2104@ilmd>
49858      Branch: perl
49859            ! pod/perlmod.pod
49860 ____________________________________________________________________________
49861 [  7096] By: nick                                  on 2000/09/30  12:18:00
49862         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
49863              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
49864              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
49865              0 to checking to get the warning.
49866      Branch: perl
49867            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
49868            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
49869            ! regexec.c sv.c toke.c utf8.c
49870 ____________________________________________________________________________
49871 [  7095] By: nick                                  on 2000/09/15  16:55:59
49872         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
49873              
49874              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
49875              From: Spider Boardman <spider@Orb.Nashua.NH.US>
49876              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
49877              Date: Fri, 15 Sep 2000 06:37:30 -0400
49878      Branch: perl
49879            ! ext/Encode/Encode.xs sv.c
49880 ____________________________________________________________________________
49881 [  7094] By: jhi                                   on 2000/09/15  03:23:32
49882         Log: Update Changes.
49883      Branch: perl
49884            ! Changes patchlevel.h
49885 ____________________________________________________________________________
49886 [  7093] By: jhi                                   on 2000/09/15  03:11:44
49887         Log: Fix for the charnames.t failures from Spider Boardman.
49888      Branch: perl
49889            ! toke.c
49890 ____________________________________________________________________________
49891 [  7092] By: jhi                                   on 2000/09/15  00:15:48
49892         Log: Botched the #7090 check-in.
49893      Branch: perl
49894            ! sv.c
49895 ____________________________________________________________________________
49896 [  7091] By: jhi                                   on 2000/09/14  23:33:24
49897         Log: Part of #7081 didn't come through.
49898      Branch: perl
49899            ! embed.pl proto.h
49900 ____________________________________________________________________________
49901 [  7090] By: jhi                                   on 2000/09/14  23:17:39
49902         Log: Subject: Re: perl@7078 
49903              From: Spider Boardman <spider@web.zk3.dec.com>
49904              Date: Thu, 14 Sep 2000 19:06:36 -0400
49905              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
49906      Branch: perl
49907            ! sv.c toke.c
49908 ____________________________________________________________________________
49909 [  7089] By: jhi                                   on 2000/09/14  23:11:21
49910         Log: Small portability tweaks.
49911      Branch: perl
49912            ! ext/Encode/Encode.xs
49913 ____________________________________________________________________________
49914 [  7088] By: jhi                                   on 2000/09/14  22:57:23
49915         Log: Fake return to pacify picky compilers.
49916      Branch: perl
49917            ! ext/Encode/Encode.xs
49918 ____________________________________________________________________________
49919 [  7087] By: jhi                                   on 2000/09/14  22:53:37
49920         Log: Subject: [PATCH] utf8.c apidoc
49921              From: Simon Cozens <simon@cozens.net>
49922              Date: Thu, 14 Sep 2000 23:46:57 +0100
49923              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
49924      Branch: perl
49925            ! perlapi.c pod/perlapi.pod utf8.c
49926 ____________________________________________________________________________
49927 [  7086] By: jhi                                   on 2000/09/14  22:40:38
49928         Log: We don't need to count the high bit bytes, a boolean is enough. 
49929      Branch: perl
49930            ! sv.c
49931 ____________________________________________________________________________
49932 [  7085] By: jhi                                   on 2000/09/14  21:20:09
49933         Log: Replace #7084 with
49934              
49935              Subject: Re: perl@7078 
49936              From: Spider Boardman <spider@web.zk3.dec.com>
49937              Date: Thu, 14 Sep 2000 17:09:36 -0400
49938              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
49939      Branch: perl
49940            ! sv.c utf8.c
49941 ____________________________________________________________________________
49942 [  7084] By: jhi                                   on 2000/09/14  20:03:34
49943         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
49944              convertable to bytes by checking it doesn't go above 0xc3
49945              
49946              Subject: Re: perl@7078
49947              From: Simon Cozens <simon@cozens.net>
49948              Date: Thu, 14 Sep 2000 20:59:19 +0100
49949              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
49950      Branch: perl
49951            ! utf8.c
49952 ____________________________________________________________________________
49953 [  7083] By: jhi                                   on 2000/09/14  19:38:47
49954         Log: Subject: Re: perl@7078
49955              From: Simon Cozens <simon@cozens.net>
49956              Date: Thu, 14 Sep 2000 20:13:09 +0100
49957              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
49958      Branch: perl
49959            ! t/op/bop.t
49960 ____________________________________________________________________________
49961 [  7082] By: jhi                                   on 2000/09/14  17:50:44
49962         Log: The one that got away.
49963      Branch: perl
49964            ! lib/File/Find.pm
49965 ____________________________________________________________________________
49966 [  7081] By: jhi                                   on 2000/09/14  17:45:35
49967         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
49968              From: Robin Barker <rmb1@cise.npl.co.uk>
49969              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
49970              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
49971      Branch: perl
49972            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
49973            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
49974            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
49975            ! regcomp.c toke.c universal.c
49976 ____________________________________________________________________________
49977 [  7080] By: jhi                                   on 2000/09/14  17:40:35
49978         Log: Problems picked up by AIX cc.
49979              
49980              Subject: Re: perl@7078 (patch included)
49981              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
49982              Date: Thu, 14 Sep 2000 18:53:30 +0200
49983              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
49984      Branch: perl
49985            ! ext/Encode/Encode.xs
49986 ____________________________________________________________________________
49987 [  7079] By: jhi                                   on 2000/09/14  17:38:27
49988         Log: Subject: File::Find 5.7.0 POD nits
49989              From: Rich Morin <rdm@cfcl.com>
49990              Date: Wed, 13 Sep 2000 22:03:58 -0700
49991              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
49992      Branch: perl
49993            ! lib/File/Find.pm
49994 ____________________________________________________________________________
49995 [  7078] By: jhi                                   on 2000/09/14  14:58:20
49996         Log: Update Changes.
49997      Branch: perl
49998            ! Changes patchlevel.h
49999 ____________________________________________________________________________
50000 [  7077] By: jhi                                   on 2000/09/14  14:55:54
50001         Log: Compilation warnings and an error.
50002      Branch: perl
50003            ! sv.c
50004 ____________________________________________________________________________
50005 [  7076] By: jhi                                   on 2000/09/14  14:42:56
50006         Log: Fix for a parsing bug, not for the original bug.
50007              
50008              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
50009              From: Spider Boardman <spider@web.zk3.dec.com>
50010              Date: Wed, 13 Sep 2000 17:52:20 -0400
50011              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
50012      Branch: perl
50013            ! regcomp.c
50014 ____________________________________________________________________________
50015 [  7075] By: jhi                                   on 2000/09/14  14:40:40
50016         Log: Batch of UTF-8 patches from Simon Cozens.
50017      Branch: perl
50018            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
50019            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
50020            ! toke.c utf8.c
50021 ____________________________________________________________________________
50022 [  7074] By: jhi                                   on 2000/09/14  14:29:58
50023         Log: Subject: Re: Two advertising clauses need to be removed
50024              From: Russ Allbery <rra@stanford.edu>
50025              Date: 13 Sep 2000 18:50:26 -0700
50026              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
50027      Branch: perl
50028            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
50029 ____________________________________________________________________________
50030 [  7073] By: jhi                                   on 2000/09/14  14:28:20
50031         Log: Subject: [PATCH] de-wall t/README
50032              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50033              Date: Wed, 13 Sep 2000 17:46:55 -0700
50034              Message-ID: <//Bw5gzkge/e092yn@efn.org>
50035      Branch: perl
50036            ! t/README
50037 ____________________________________________________________________________
50038 [  7072] By: jhi                                   on 2000/09/14  14:25:10
50039         Log: Hints optimization.
50040              
50041              Subject: Minor nit
50042              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50043              Date: Wed, 13 Sep 2000 21:42:07 +0200
50044              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
50045      Branch: perl
50046            ! hints/hpux.sh
50047 ____________________________________________________________________________
50048 [  7071] By: jhi                                   on 2000/09/14  14:23:30
50049         Log: Allow chop() and chomp() to be overridden.
50050              
50051              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
50052              From: "Casey R. Tweten" <crt@kiski.net>
50053              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
50054              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
50055      Branch: perl
50056            ! toke.c
50057 ____________________________________________________________________________
50058 [  7070] By: jhi                                   on 2000/09/14  14:20:36
50059         Log: The return value of setlocale must be copied away.
50060              
50061              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
50062              From: Alan Burlison <Alan.Burlison@uk.sun.com>
50063              Date: Wed, 13 Sep 2000 16:27:37 +0100 
50064              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
50065      Branch: perl
50066            ! util.c
50067 ____________________________________________________________________________
50068 [  7069] By: jhi                                   on 2000/09/14  14:16:27
50069         Log: Remove vestiges of tr//CU.
50070              
50071              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50072              From: Nick Clark <nick@plum.flirble.org>
50073              Date: Tue, 12 Sep 2000 22:50:14 +0100
50074              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
50075              
50076              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
50077              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
50078              Date: Tue, 12 Sep 2000 21:38:48 -0700
50079              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
50080      Branch: perl
50081            ! op.h pod/perlunicode.pod
50082 ____________________________________________________________________________
50083 [  7068] By: jhi                                   on 2000/09/13  14:18:39
50084         Log: Add the Encode extension.  The code is still largely just skeleton.
50085      Branch: perl
50086            + ext/Encode/Encode.pm ext/Encode/Encode.xs
50087            + ext/Encode/Makefile.PL ext/Encode/Todo
50088            ! MANIFEST Todo-5.6
50089 ____________________________________________________________________________
50090 [  7067] By: jhi                                   on 2000/09/12  17:43:33
50091         Log: Allow for whitespace between "#" and "line" in cpp output.
50092              
50093              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
50094              From: Calle Dybedahl <calle@lysator.liu.se>
50095              Date: 12 Sep 2000 19:38:02 +0200 
50096              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
50097      Branch: perl
50098            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
50099 ____________________________________________________________________________
50100 [  7066] By: gsar                                  on 2000/09/12  17:24:29
50101         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
50102              initialization in all the threads on Windows
50103      Branch: perl
50104            ! win32/win32.c
50105 ____________________________________________________________________________
50106 [  7065] By: jhi                                   on 2000/09/12  15:11:31
50107         Log: Update Changes.
50108      Branch: perl
50109            ! Changes patchlevel.h
50110 ____________________________________________________________________________
50111 [  7064] By: jhi                                   on 2000/09/12  14:54:54
50112         Log: Retract #7062, the pod tests are not ready.
50113      Branch: perl
50114            ! t/TEST t/harness
50115 ____________________________________________________________________________
50116 [  7063] By: jhi                                   on 2000/09/12  14:25:41
50117         Log: The #7054 truncated Configure badly.
50118      Branch: metaconfig/U/perl
50119            ! End.U
50120      Branch: perl
50121            ! Configure config_h.SH
50122 ____________________________________________________________________________
50123 [  7062] By: jhi                                   on 2000/09/12  14:08:32
50124         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
50125              From: sthoenna@efn.org
50126              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
50127              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
50128      Branch: perl
50129            ! t/TEST t/harness
50130 ____________________________________________________________________________
50131 [  7061] By: jhi                                   on 2000/09/12  14:07:18
50132         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
50133              From: sthoenna@efn.org
50134              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
50135              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
50136      Branch: perl
50137            ! pod/perlxs.pod
50138 ____________________________________________________________________________
50139 [  7060] By: jhi                                   on 2000/09/12  14:06:08
50140         Log: Break up the myconfig lines a bit.
50141              
50142              Subject: perlbug/perl -V output format
50143              From: sthoenna@efn.org
50144              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
50145              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
50146      Branch: perl
50147            ! myconfig.SH
50148 ____________________________________________________________________________
50149 [  7059] By: jhi                                   on 2000/09/12  14:05:04
50150         Log: Test for the #7049.
50151              
50152              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
50153              From: andreas.koenig@anima.de (Andreas J. Koenig)
50154              Date: 12 Sep 2000 06:42:01 +0200
50155              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
50156      Branch: perl
50157            ! t/op/my.t
50158 ____________________________________________________________________________
50159 [  7058] By: jhi                                   on 2000/09/12  14:03:05
50160         Log: Subject: [patch: perl@7045] vms updates
50161              From: Peter Prymmer <pvhp@forte.com>
50162              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
50163              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
50164      Branch: perl
50165            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
50166 ____________________________________________________________________________
50167 [  7057] By: jhi                                   on 2000/09/12  14:00:51
50168         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
50169              From: sthoenna@efn.org
50170              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
50171              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
50172      Branch: perl
50173            ! t/op/64bitint.t
50174 ____________________________________________________________________________
50175 [  7056] By: jhi                                   on 2000/09/12  13:58:14
50176         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
50177              From: Jeff Pinyan <jeffp@crusoe.net>
50178              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
50179              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
50180      Branch: perl
50181            ! pod/perlfunc.pod
50182 ____________________________________________________________________________
50183 [  7055] By: jhi                                   on 2000/09/12  13:56:32
50184         Log: Do in VMS as the #7054 does.
50185      Branch: perl
50186            ! configure.com
50187 ____________________________________________________________________________
50188 [  7054] By: jhi                                   on 2000/09/12  13:50:31
50189         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
50190              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50191              Date: Mon, 11 Sep 2000 08:33:09 +0100
50192              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
50193      Branch: metaconfig/U/perl
50194            ! End.U
50195      Branch: perl
50196            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
50197            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
50198 ____________________________________________________________________________
50199 [  7053] By: jhi                                   on 2000/09/12  13:29:19
50200         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
50201              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
50202              Date:     Tue, 12 Sep 2000 08:35:59 EDT
50203              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
50204      Branch: perl
50205            ! vms/test.com
50206 ____________________________________________________________________________
50207 [  7052] By: jhi                                   on 2000/09/11  23:01:50
50208         Log: Document the SvUTF8*().
50209      Branch: perl
50210            ! pod/perlapi.pod sv.h
50211 ____________________________________________________________________________
50212 [  7051] By: gsar                                  on 2000/09/11  14:46:30
50213         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
50214              (missed a spot when fixing up op_pmreplroot hack for ithreads)
50215      Branch: perl
50216            ! op.c t/op/split.t
50217 ____________________________________________________________________________
50218 [  7050] By: nick                                  on 2000/09/11  10:03:51
50219         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
50220              
50221              Subject: borland C++ win32.c tweak
50222              From: Vadim Konovalov <vkonovalov@lucent.com>
50223              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
50224              Date: Mon, 11 Sep 2000 11:22:33 +0400
50225      Branch: perl
50226            ! win32/win32.c
50227 ____________________________________________________________________________
50228 [  7049] By: nick                                  on 2000/09/11  09:57:33
50229         Log: Point fix for s/// on foreach (keys %xxx).
50230      Branch: perl
50231            ! pp_hot.c
50232 ____________________________________________________________________________
50233 [  7048] By: jhi                                   on 2000/09/10  23:37:09
50234         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
50235              by Pod::Text, from Brad Appleton.
50236      Branch: perl
50237            ! t/pod/testp2pt.pl
50238 ____________________________________________________________________________
50239 [  7047] By: jhi                                   on 2000/09/10  14:32:53
50240         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
50241              by Russ Allbery.
50242      Branch: perl
50243            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
50244 ____________________________________________________________________________
50245 [  7046] By: jhi                                   on 2000/09/10  14:15:08
50246         Log: Upgrade to CPAN 1.57_65, from Andreas König.
50247      Branch: perl
50248            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50249 ____________________________________________________________________________
50250 [  7045] By: jhi                                   on 2000/09/08  21:36:32
50251         Log: Update Changes.
50252      Branch: perl
50253            ! Changes patchlevel.h
50254 ____________________________________________________________________________
50255 [  7044] By: jhi                                   on 2000/09/08  21:29:56
50256         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
50257              From: Peter Prymmer <pvhp@forte.com>
50258              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
50259              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
50260      Branch: perl
50261            ! configure.com
50262 ____________________________________________________________________________
50263 [  7043] By: jhi                                   on 2000/09/08  21:27:50
50264         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
50265              From: Peter Prymmer <pvhp@forte.com>
50266              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
50267              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
50268      Branch: perl
50269            ! Makefile.SH installperl
50270 ____________________________________________________________________________
50271 [  7042] By: jhi                                   on 2000/09/08  21:23:21
50272         Log: Continue #7041.
50273      Branch: perl
50274            ! cygwin/Makefile.SHs os2/Makefile.SHs
50275 ____________________________________________________________________________
50276 [  7041] By: jhi                                   on 2000/09/08  21:18:10
50277         Log: Do away with memory models cruft.  Sorry, PDP users.
50278      Branch: metaconfig
50279            ! U/modified/cc.U U/modified/libpth.U
50280      Branch: perl
50281            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
50282            ! Porting/config_H cflags.SH config_h.SH configure.com
50283            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
50284            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
50285            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
50286 ____________________________________________________________________________
50287 [  7040] By: jhi                                   on 2000/09/08  14:34:18
50288         Log: Major rewrite of s2p.  And I mean really major, it is
50289              an implementation of sed in perl.  If called as s2p it
50290              will function as s2p.  Note: needs non-UNIXifying.
50291              
50292              Subject: s2p
50293              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
50294              Date: Mon, 28 Aug 2000 14:05:12 +0200
50295              Message-ID: <39AA5578.2102E2AA@alcatel.at>
50296      Branch: perl
50297            ! x2p/s2p.PL
50298 ____________________________________________________________________________
50299 [  7039] By: jhi                                   on 2000/09/08  14:19:49
50300         Log: Re-allow vec() for characters > 255.
50301              
50302              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
50303              From: Spider Boardman <spider@web.zk3.dec.com>
50304              Date: Fri, 08 Sep 2000 02:21:02 -0400
50305              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
50306      Branch: perl
50307            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
50308            ! t/op/vec.t
50309 ____________________________________________________________________________
50310 [  7038] By: jhi                                   on 2000/09/08  14:14:18
50311         Log: Subject: [PATCH lib/Benchmark.pm]
50312              From: <abigail@foad.org>
50313              Date: Thu, 7 Sep 2000 15:03:20 -0400
50314              Message-ID: <20000907190320.888.qmail@foad.org>
50315      Branch: perl
50316            ! lib/Benchmark.pm
50317 ____________________________________________________________________________
50318 [  7037] By: jhi                                   on 2000/09/08  14:11:06
50319         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
50320              
50321              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
50322              From: Spider Boardman <spider@web.zk3.dec.com>
50323              Date: Fri, 08 Sep 2000 01:30:27 -0400
50324              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
50325      Branch: perl
50326            ! op.c
50327 ____________________________________________________________________________
50328 [  7036] By: jhi                                   on 2000/09/08  14:08:58
50329         Log: Subject: [ID 20000908.002] perlipc documentation bug.
50330              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
50331              Date: Fri, 08 Sep 2000 12:38:32 +0200
50332              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
50333      Branch: perl
50334            ! pod/perlipc.pod
50335 ____________________________________________________________________________
50336 [  7035] By: jhi                                   on 2000/09/08  14:03:12
50337         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
50338              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
50339              Date: Fri, 08 Sep 2000 11:47:34 +0200
50340              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
50341      Branch: perl
50342            ! hints/dec_osf.sh
50343 ____________________________________________________________________________
50344 [  7034] By: jhi                                   on 2000/09/08  13:59:35
50345         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
50346              From: Simon Cozens <simon@cozens.net>
50347              Date: Thu, 7 Sep 2000 20:40:38 +0100
50348              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
50349      Branch: perl
50350            ! pp_hot.c
50351 ____________________________________________________________________________
50352 [  7033] By: jhi                                   on 2000/09/08  04:03:03
50353         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
50354              From: "Larry W. Virden" <lvirden@cas.org>
50355              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
50356              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
50357      Branch: perl
50358            ! pod/perldiag.pod
50359 ____________________________________________________________________________
50360 [  7032] By: jhi                                   on 2000/09/07  22:18:30
50361         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
50362              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
50363              Date: Mon, 04 Sep 2000 13:16:38 -0700
50364              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
50365      Branch: perl
50366            ! lib/perl5db.pl
50367 ____________________________________________________________________________
50368 [  7031] By: jhi                                   on 2000/09/07  22:02:29
50369         Log: Fix the ccversion detection for 5.1 and beyond.
50370              
50371              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
50372              From: Spider Boardman <spider@leggy.zk3.dec.com>
50373              Date: Thu, 7 Sep 2000 17:54:27 -0400
50374              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
50375      Branch: perl
50376            ! hints/dec_osf.sh
50377 ____________________________________________________________________________
50378 [  7030] By: jhi                                   on 2000/09/07  19:12:28
50379         Log: Fix for
50380              
50381              Subject: [ID 20000903.001] \w in utf8-strings
50382              From: Marc Lehmann <pcg@goof.com>
50383              Date: Sun, 03 Sep 2000 09:44:29 +0200
50384              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
50385              
50386              and various related nits.
50387      Branch: perl
50388            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
50389 ____________________________________________________________________________
50390 [  7029] By: jhi                                   on 2000/09/07  18:49:09
50391         Log: Fix the URL, but the server is still missing in action.
50392              
50393              Subject: [ID 20000905.002] perlfaq1.pod URL error
50394              From: "Larry W. Virden" <lvirden@cas.org>
50395              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
50396              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
50397      Branch: perl
50398            ! pod/perlfaq1.pod
50399 ____________________________________________________________________________
50400 [  7028] By: jhi                                   on 2000/09/07  18:47:13
50401         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
50402              From: Hugo <hv@crypt.compulink.co.uk>
50403              Date: Tue, 05 Sep 2000 14:13:37 +0100
50404              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
50405      Branch: perl
50406            ! toke.c
50407 ____________________________________________________________________________
50408 [  7027] By: jhi                                   on 2000/09/07  18:45:35
50409         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
50410              From: Daniel Chetlin <daniel@chetlin.com>
50411              Date: Tue, 5 Sep 2000 04:57:07 -0700
50412              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
50413      Branch: perl
50414            ! pod/perlfaq6.pod pod/perlop.pod
50415 ____________________________________________________________________________
50416 [  7026] By: jhi                                   on 2000/09/07  18:44:01
50417         Log: Document the new ref() semantics.
50418              
50419              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
50420              From: Gisle Aas <gisle@ActiveState.com>
50421              Date: 05 Sep 2000 08:10:30 +0200
50422              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
50423      Branch: perl
50424            ! pod/perldelta.pod
50425 ____________________________________________________________________________
50426 [  7025] By: jhi                                   on 2000/09/07  18:42:27
50427         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
50428              
50429              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
50430              From: Gisle Aas <gisle@ActiveState.com>
50431              Date: 05 Sep 2000 08:11:40 +0200
50432              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
50433      Branch: perl
50434            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
50435 ____________________________________________________________________________
50436 [  7024] By: jhi                                   on 2000/09/07  18:39:32
50437         Log: Subject: [PATCH] Modernize Opcode.pm documentation
50438              From: Gisle Aas <gisle@ActiveState.com>
50439              Date: 4 Sep 2000 00:18:55 -0000
50440              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
50441      Branch: perl
50442            ! ext/Opcode/Opcode.pm
50443 ____________________________________________________________________________
50444 [  7023] By: jhi                                   on 2000/09/07  18:37:42
50445         Log: Subject: [PATCH] Tied filehandle documentation
50446              From: Gisle Aas <gisle@ActiveState.com>
50447              Date: 4 Sep 2000 00:14:40 -0000
50448              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
50449      Branch: perl
50450            ! pod/perlfunc.pod pod/perltie.pod
50451 ____________________________________________________________________________
50452 [  7022] By: jhi                                   on 2000/09/07  18:35:37
50453         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
50454              From: Gisle Aas <gisle@ActiveState.com>
50455              Date: 4 Sep 2000 00:04:22 -0000
50456              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
50457      Branch: perl
50458            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
50459 ____________________________________________________________________________
50460 [  7021] By: jhi                                   on 2000/09/07  18:33:22
50461         Log: Subject: small apidoc fix
50462              From: Marc Lehmann <pcg@goof.com>
50463              Date: Sun, 3 Sep 2000 05:12:06 +0200
50464              Message-ID: <20000903051206.A5909@cerebro.laendle>
50465      Branch: perl
50466            ! pod/perlapi.pod utf8.c
50467 ____________________________________________________________________________
50468 [  7020] By: jhi                                   on 2000/09/07  16:14:57
50469         Log: Tiny perldelta nits.
50470      Branch: perl
50471            ! pod/perldelta.pod
50472 ____________________________________________________________________________
50473 [  7019] By: jhi                                   on 2000/09/07  16:04:20
50474         Log: Guard against bad string->int conversion for quads.
50475      Branch: perl
50476            ! t/op/64bitint.t
50477 ____________________________________________________________________________
50478 [  7018] By: jhi                                   on 2000/09/06  17:07:03
50479         Log: Update Unicode todo list.
50480      Branch: perl
50481            ! Todo-5.6
50482 ____________________________________________________________________________
50483 [  7017] By: jhi                                   on 2000/09/05  21:16:01
50484         Log: Document the SvIOK_.*UV().
50485      Branch: perl
50486            ! pod/perlapi.pod sv.h
50487 ____________________________________________________________________________
50488 [  7016] By: nick                                  on 2000/09/03  21:54:46
50489         Log: Hash lookup of constant strings optimization:
50490              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
50491              to string table (as per sharepvn). Add newSV_pvn_share to create such
50492              a thing. Make hv.c compare addresses of strings and skip string compare
50493              if equal. Make method_named and helem ops use these shared-string SVs
50494              when arg is constant. Make keys op return shared-string SVs (less clearly
50495              a win).
50496      Branch: perl
50497            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
50498            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
50499            ! pod/perlintern.pod pp_hot.c proto.h sv.c
50500 ____________________________________________________________________________
50501 [  7015] By: jhi                                   on 2000/09/02  17:48:59
50502         Log: This is 5.7.0.
50503      Branch: perl
50504            ! Changes
50505 ____________________________________________________________________________
50506 [  7014] By: jhi                                   on 2000/09/02  17:35:45
50507         Log: Changes and patchlevel tweaks.
50508      Branch: perl
50509            ! Changes patchlevel.h
50510 ____________________________________________________________________________
50511 [  7013] By: jhi                                   on 2000/09/02  17:30:50
50512         Log: Update Changes.
50513      Branch: perl
50514            ! Changes patchlevel.h
50515 ____________________________________________________________________________
50516 [  7012] By: nick                                  on 2000/09/02  17:25:20
50517         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
50518      Branch: perl
50519            ! gv.c lib/overload.pm
50520 ____________________________________________________________________________
50521 [  7011] By: jhi                                   on 2000/09/02  17:16:25
50522         Log: Update perlhist.
50523      Branch: perl
50524            ! pod/perlhist.pod
50525 ____________________________________________________________________________
50526 [  7010] By: jhi                                   on 2000/09/02  17:01:35
50527         Log: perldelta nits.
50528      Branch: perl
50529            ! pod/perldelta.pod
50530 ____________________________________________________________________________
50531 [  7009] By: nick                                  on 2000/09/02  16:48:35
50532         Log: If overloaded %{} etc. return the object do not loop.
50533              Thus  sub deref { $_[0] } functions if object is wanted type.
50534      Branch: perl
50535            ! pp.h
50536 ____________________________________________________________________________
50537 [  7008] By: jhi                                   on 2000/09/02  16:26:11
50538         Log: Retab MANIFEST.
50539      Branch: perl
50540            ! ext/Storable/MANIFEST
50541 ____________________________________________________________________________
50542 [  7007] By: jhi                                   on 2000/09/02  16:23:02
50543         Log: Make certain cc is set before trying to run it.
50544      Branch: perl
50545            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
50546 ____________________________________________________________________________
50547 [  7006] By: jhi                                   on 2000/09/02  15:45:41
50548         Log: Unicode notes.
50549      Branch: perl
50550            ! pod/perldelta.pod
50551 ____________________________________________________________________________
50552 [  7005] By: jhi                                   on 2000/09/02  15:42:11
50553         Log: Various Configure nits by Philip Newton,
50554              plus the ebcdic one by me.
50555      Branch: metaconfig
50556            + U/modified/pager.U
50557            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
50558      Branch: metaconfig/U/perl
50559            ! Devel.U quadfio.U
50560      Branch: perl
50561            ! Configure config_h.SH
50562 ____________________________________________________________________________
50563 [  7004] By: jhi                                   on 2000/09/02  15:06:14
50564         Log: Apparently avoiding the swapping is too costly.
50565              
50566              From: "Ben Tilly" <ben_tilly@hotmail.com>
50567              Subject: Re: the door is closed.
50568              Date: Fri, 01 Sep 2000 20:23:16 EDT
50569              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
50570      Branch: perl
50571            ! pod/perlfaq4.pod
50572 ____________________________________________________________________________
50573 [  7003] By: nick                                  on 2000/09/02  12:26:04
50574         Log: Undo part of change 6489 which looks like a bulk edit which
50575              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
50576              The supressing of main:: on return from select() is undesirable.
50577      Branch: perl
50578            ! pp_sys.c
50579 ____________________________________________________________________________
50580 [  7002] By: jhi                                   on 2000/09/01  23:08:54
50581         Log: Update Changes.
50582      Branch: perl
50583            ! Changes patchlevel.h
50584 ____________________________________________________________________________
50585 [  7001] By: jhi                                   on 2000/09/01  23:00:13
50586         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
50587              From: Peter Prymmer <pvhp@forte.com>
50588              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
50589              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
50590              
50591              plus rework the http: spots as suggested by Tom Christiansen,
50592              plus regen perltoc.
50593      Branch: perl
50594            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
50595            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
50596 ____________________________________________________________________________
50597 [  7000] By: jhi                                   on 2000/09/01  22:36:01
50598         Log: Only the first line, thank you very much.
50599      Branch: perl
50600            ! hints/solaris_2.sh
50601 ____________________________________________________________________________
50602 [  6999] By: gsar                                  on 2000/09/01  22:16:40
50603         Log: change#6791 accidentally clobbered change#6710, put it back
50604      Branch: perl
50605            ! win32/win32.c
50606 ____________________________________________________________________________
50607 [  6998] By: jhi                                   on 2000/09/01  22:14:16
50608         Log: Mention the HP-UX LP64 freak failure.
50609      Branch: perl
50610            ! pod/perldelta.pod
50611 ____________________________________________________________________________
50612 [  6997] By: jhi                                   on 2000/09/01  21:48:32
50613         Log: Detypo.
50614      Branch: perl
50615            ! hints/hpux.sh
50616 ____________________________________________________________________________
50617 [  6996] By: jhi                                   on 2000/09/01  21:27:10
50618         Log: Update Changes.
50619      Branch: perl
50620            ! Changes patchlevel.h
50621 ____________________________________________________________________________
50622 [  6995] By: jhi                                   on 2000/09/01  21:14:24
50623         Log: Mi splgn s gnin.g
50624      Branch: perl
50625            ! pp_ctl.c
50626 ____________________________________________________________________________
50627 [  6994] By: jhi                                   on 2000/09/01  21:09:54
50628         Log: Subject: http:// in L<>
50629              From: Nicholas Clark <nick@ccl4.org>
50630              Date: Fri, 1 Sep 2000 22:03:21 +0100
50631              Message-ID: <20000901220321.B72074@plum.flirble.org>
50632      Branch: perl
50633            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
50634 ____________________________________________________________________________
50635 [  6993] By: jhi                                   on 2000/09/01  21:06:54
50636         Log: Update to Storable 1.0, from Raphael Manfredi.
50637      Branch: perl
50638            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
50639            ! ext/Storable/Makefile.PL ext/Storable/README
50640            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
50641            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
50642            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
50643            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
50644            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
50645            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
50646 ____________________________________________________________________________
50647 [  6992] By: jhi                                   on 2000/09/01  20:43:05
50648         Log: Mention known sfio+linux buglet.
50649      Branch: perl
50650            ! pod/perldelta.pod
50651 ____________________________________________________________________________
50652 [  6991] By: jhi                                   on 2000/09/01  20:40:11
50653         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
50654              From: Peter Prymmer <pvhp@forte.com>
50655              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
50656              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
50657      Branch: perl
50658            ! vms/vms.c
50659 ____________________________________________________________________________
50660 [  6990] By: jhi                                   on 2000/09/01  20:25:26
50661         Log: Retract #6986.
50662      Branch: perl
50663            ! hints/solaris_2.sh
50664 ____________________________________________________________________________
50665 [  6989] By: jhi                                   on 2000/09/01  20:23:00
50666         Log: Mergesort is back.
50667      Branch: perl
50668            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
50669 ____________________________________________________________________________
50670 [  6988] By: jhi                                   on 2000/09/01  19:37:40
50671         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
50672              From: Mike Guy <mjtg@cam.ac.uk>
50673              Date: Fri, 01 Sep 2000 17:43:33 +0100
50674              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
50675      Branch: perl
50676            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
50677            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
50678 ____________________________________________________________________________
50679 [  6987] By: jhi                                   on 2000/09/01  19:17:10
50680         Log: Regen perltoc.
50681      Branch: perl
50682            ! pod/perltoc.pod
50683 ____________________________________________________________________________
50684 [  6986] By: jhi                                   on 2000/09/01  18:51:10
50685         Log: Subject: Re: Solaris x86 has no SPARC libraries!
50686              From: Lupe Christoph <lupe@lupe-christoph.de>
50687              Date: Fri, 1 Sep 2000 20:41:20 +0200
50688              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
50689      Branch: perl
50690            ! hints/solaris_2.sh
50691 ____________________________________________________________________________
50692 [  6985] By: jhi                                   on 2000/09/01  18:28:10
50693         Log: Update Changes.
50694      Branch: perl
50695            ! Changes patchlevel.h
50696 ____________________________________________________________________________
50697 [  6984] By: jhi                                   on 2000/09/01  18:26:53
50698         Log: Feature ordering tweak.
50699      Branch: perl
50700            ! myconfig.SH
50701 ____________________________________________________________________________
50702 [  6983] By: jhi                                   on 2000/09/01  18:19:50
50703         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50704              From: <abigail@foad.org>
50705              Date: Fri, 1 Sep 2000 13:07:32 -0400
50706              Message-ID: <20000901170732.18249.qmail@foad.org>
50707      Branch: perl
50708            ! t/pragma/overload.t
50709 ____________________________________________________________________________
50710 [  6982] By: jhi                                   on 2000/09/01  18:17:54
50711         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
50712              so that case-ignoring systems like DCL can tell them from
50713              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
50714      Branch: metaconfig/U/perl
50715            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
50716      Branch: perl
50717            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50718            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
50719            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
50720            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
50721            ! vos/config.def vos/config.h vos/config_h.SH_orig
50722            ! win32/config.bc win32/config.gc win32/config.vc
50723 ____________________________________________________________________________
50724 [  6981] By: nick                                  on 2000/09/01  17:21:57
50725         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
50726              warning when UNTIE exists and instead pass the cound of extra references to
50727              the UNTIE method.
50728      Branch: perl
50729            ! pod/perltie.pod pp_sys.c
50730 ____________________________________________________________________________
50731 [  6980] By: jhi                                   on 2000/09/01  16:54:44
50732         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
50733              From: Peter Prymmer <pvhp@forte.com>
50734              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
50735              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
50736      Branch: perl
50737            ! configure.com
50738 ____________________________________________________________________________
50739 [  6979] By: jhi                                   on 2000/09/01  16:06:20
50740         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
50741              From: Mike Guy <mjtg@cam.ac.uk> 
50742              Date: Fri, 01 Sep 2000 16:49:27 +0100
50743              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
50744      Branch: perl
50745            ! t/base/rs.t
50746 ____________________________________________________________________________
50747 [  6978] By: jhi                                   on 2000/09/01  16:00:42
50748         Log: Update to PodParser 1.18, from Brad Appleton.
50749      Branch: perl
50750            ! lib/Pod/Checker.pm t/pod/find.t
50751 ____________________________________________________________________________
50752 [  6977] By: jhi                                   on 2000/09/01  14:48:58
50753         Log: Subject: Nit in Configure (bleadperl@6961)
50754              From: Lupe Christoph <lupe@lupe-christoph.de>
50755              Date: Fri, 1 Sep 2000 16:34:29 +0200
50756              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
50757      Branch: metaconfig
50758            ! U/compline/ccflags.U
50759      Branch: perl
50760            ! Configure config_h.SH
50761 ____________________________________________________________________________
50762 [  6976] By: jhi                                   on 2000/09/01  14:39:52
50763         Log: Update Changes.
50764      Branch: perl
50765            ! Changes patchlevel.h
50766 ____________________________________________________________________________
50767 [  6975] By: jhi                                   on 2000/09/01  14:37:36
50768         Log: microperl config update.
50769      Branch: perl
50770            ! uconfig.h uconfig.sh
50771 ____________________________________________________________________________
50772 [  6974] By: jhi                                   on 2000/09/01  14:36:53
50773         Log: Document known deficiencies.
50774      Branch: perl
50775            ! pod/perldelta.pod
50776 ____________________________________________________________________________
50777 [  6973] By: jhi                                   on 2000/09/01  14:10:20
50778         Log: Mention warnings fixes and updates.
50779      Branch: perl
50780            ! pod/perldelta.pod
50781 ____________________________________________________________________________
50782 [  6972] By: jhi                                   on 2000/09/01  14:01:52
50783         Log: Drop unused argument.
50784              
50785              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
50786              From: Spider Boardman <spider@web.zk3.dec.com>
50787              Date: Thu, 31 Aug 2000 16:10:15 -0400
50788              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
50789      Branch: perl
50790            ! toke.c
50791 ____________________________________________________________________________
50792 [  6971] By: jhi                                   on 2000/09/01  13:59:24
50793         Log: Add the overload warnings to perldiag.
50794      Branch: perl
50795            ! lib/overload.pm pod/perldiag.pod
50796 ____________________________________________________________________________
50797 [  6970] By: jhi                                   on 2000/09/01  13:55:10
50798         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50799              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
50800              Date: Fri, 1 Sep 2000 13:43:15 +0100 
50801              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
50802      Branch: perl
50803            ! lib/overload.pm t/pragma/overload.t
50804 ____________________________________________________________________________
50805 [  6969] By: jhi                                   on 2000/09/01  13:52:27
50806         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
50807              From: <abigail@foad.org>
50808              Date: Fri, 1 Sep 2000 05:46:54 -0400
50809              Message-ID: <20000901094654.6476.qmail@foad.org>
50810      Branch: perl
50811            ! lib/overload.pm
50812 ____________________________________________________________________________
50813 [  6968] By: jhi                                   on 2000/09/01  13:50:05
50814         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
50815              From: Daniel Chetlin <daniel@chetlin.com>
50816              Date: Fri, 1 Sep 2000 02:10:55 -0700
50817              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
50818      Branch: perl
50819            ! pod/perlretut.pod
50820 ____________________________________________________________________________
50821 [  6967] By: jhi                                   on 2000/09/01  13:47:54
50822         Log: Part of the solution.
50823              
50824              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
50825              From: Mike Guy <mjtg@cam.ac.uk>
50826              Date: Fri, 01 Sep 2000 14:16:01 +0100
50827              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
50828      Branch: perl
50829            ! gv.c mg.c
50830 ____________________________________________________________________________
50831 [  6966] By: jhi                                   on 2000/09/01  13:46:17
50832         Log: Subject: CPAN.pm beta 1.57_57 for the core
50833              From: andreas.koenig@anima.de (Andreas J. Koenig)
50834              Date: 01 Sep 2000 15:16:31 +0200
50835              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
50836      Branch: perl
50837            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
50838 ____________________________________________________________________________
50839 [  6965] By: jhi                                   on 2000/09/01  13:43:18
50840         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
50841              From: "Craig A. Berry" <craig.berry@psinetcs.com>
50842              Date: Fri, 01 Sep 2000 01:47:22 -0500
50843              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
50844      Branch: perl
50845            ! pod/perldelta.pod vms/vms.c
50846 ____________________________________________________________________________
50847 [  6964] By: jhi                                   on 2000/09/01  13:35:35
50848         Log: File::Temp patches from Andreas König,
50849              
50850              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
50851              From: andreas.koenig@anima.de (Andreas J. Koenig)
50852              Date: 01 Sep 2000 10:07:20 +0200
50853              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
50854              
50855              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
50856              From: andreas.koenig@anima.de (Andreas J. Koenig)
50857              Date: 31 Aug 2000 23:26:08 +0200
50858              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
50859      Branch: perl
50860            ! lib/File/Temp.pm t/lib/ftmp-security.t
50861 ____________________________________________________________________________
50862 [  6963] By: jhi                                   on 2000/09/01  02:22:24
50863         Log: Retract the mergesort code, way too incompatible licensing
50864              and copyrights.
50865      Branch: perl
50866            ! pod/perldelta.pod pp_ctl.c
50867 ____________________________________________________________________________
50868 [  6962] By: jhi                                   on 2000/08/31  23:27:32
50869         Log: Update Changes.
50870      Branch: perl
50871            ! Changes patchlevel.h
50872 ____________________________________________________________________________
50873 [  6961] By: jhi                                   on 2000/08/31  23:20:04
50874         Log: Small tweaks all over.
50875      Branch: metaconfig
50876            ! U/compline/d_gconvert.U
50877      Branch: perl
50878            ! AUTHORS Configure config_h.SH pp_ctl.c
50879 ____________________________________________________________________________
50880 [  6960] By: jhi                                   on 2000/08/31  22:39:36
50881         Log: Further rewording.
50882      Branch: perl
50883            ! pp_ctl.c
50884 ____________________________________________________________________________
50885 [  6959] By: jhi                                   on 2000/08/31  21:26:44
50886         Log: More address tweaking.
50887      Branch: perl
50888            ! AUTHORS Changes
50889 ____________________________________________________________________________
50890 [  6958] By: jhi                                   on 2000/08/31  20:47:25
50891         Log: AUTHORS tweaks, from Peter Prymmer.
50892              
50893              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
50894              From: Peter Prymmer <pvhp@forte.com>
50895              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
50896              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
50897      Branch: perl
50898            ! AUTHORS MAINTAIN
50899 ____________________________________________________________________________
50900 [  6957] By: jhi                                   on 2000/08/31  20:34:43
50901         Log: perldelta tweaks.
50902      Branch: perl
50903            ! pod/perldelta.pod
50904 ____________________________________________________________________________
50905 [  6956] By: jhi                                   on 2000/08/31  19:11:06
50906         Log: Regen perltoc.
50907      Branch: perl
50908            ! pod/perltoc.pod
50909 ____________________________________________________________________________
50910 [  6955] By: jhi                                   on 2000/08/31  19:06:30
50911         Log: Clarify the mergesort situation.
50912      Branch: perl
50913            ! pp_ctl.c
50914 ____________________________________________________________________________
50915 [  6954] By: jhi                                   on 2000/08/31  18:24:17
50916         Log: Move the Solaris 7 scan to use64bitall, make the
50917              failure to find 64-bot sparc libc to mention the
50918              possibility of being in an intel, from Lupe and Alan.
50919      Branch: perl
50920            ! hints/solaris_2.sh
50921 ____________________________________________________________________________
50922 [  6953] By: jhi                                   on 2000/08/31  18:09:20
50923         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
50924              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
50925      Branch: metaconfig
50926            ! U/compline/d_gconvert.U U/threads/archname.U
50927      Branch: metaconfig/U/perl
50928            ! perlxv.U
50929      Branch: perl
50930            ! Configure config_h.SH sv.c
50931 ____________________________________________________________________________
50932 [  6952] By: jhi                                   on 2000/08/31  17:42:24
50933         Log: :: not allowed in pathnames, change to .
50934              
50935              Subject: [PATCH perl@6938] cygwin port
50936              From: "Fifer, Eric" <EFifer@sanwaint.com>
50937              Date: Thu, 31 Aug 2000 16:32:59 +0100
50938              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
50939      Branch: metaconfig/U/perl
50940            ! perlxv.U
50941 ____________________________________________________________________________
50942 [  6951] By: jhi                                   on 2000/08/31  17:02:05
50943         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
50944      Branch: perl
50945            ! perl.h
50946 ____________________________________________________________________________
50947 [  6950] By: jhi                                   on 2000/08/31  16:26:08
50948         Log: More author updates.
50949              
50950              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
50951              From: Simon Cozens <simon@cozens.net>
50952              Date: Thu, 31 Aug 2000 17:13:32 +0100
50953              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
50954      Branch: perl
50955            ! AUTHORS
50956 ____________________________________________________________________________
50957 [  6949] By: jhi                                   on 2000/08/31  16:04:49
50958         Log: POSIX doesn't report long double values under -Duselongdouble
50959              when the long doubles are "real" (bigger than doubles).
50960              
50961              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
50962              From: Spider Boardman <spider@peano.zk3.dec.com>
50963              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
50964              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
50965      Branch: perl
50966            ! ext/POSIX/POSIX.xs
50967 ____________________________________________________________________________
50968 [  6948] By: jhi                                   on 2000/08/31  15:25:10
50969         Log: Update Changes.
50970      Branch: perl
50971            ! Changes patchlevel.h
50972 ____________________________________________________________________________
50973 [  6947] By: jhi                                   on 2000/08/31  15:22:29
50974         Log: Document UNTIE in a very minimalistic way.
50975      Branch: perl
50976            ! pod/perlfunc.pod pod/perltie.pod
50977 ____________________________________________________________________________
50978 [  6946] By: jhi                                   on 2000/08/31  15:15:23
50979         Log: Document known failures.
50980      Branch: perl
50981            ! pod/perldelta.pod
50982 ____________________________________________________________________________
50983 [  6945] By: jhi                                   on 2000/08/31  15:07:00
50984         Log: Don't attach -ld to the archname if pointless.
50985      Branch: metaconfig
50986            ! U/threads/archname.U
50987      Branch: perl
50988            ! Configure config_h.SH
50989 ____________________________________________________________________________
50990 [  6944] By: jhi                                   on 2000/08/31  14:37:42
50991         Log: Wrap the test in eval.
50992              
50993              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
50994              From: Tim Jenness <timj@jach.hawaii.edu>
50995              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
50996              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
50997      Branch: perl
50998            ! t/lib/ftmp-security.t
50999 ____________________________________________________________________________
51000 [  6943] By: jhi                                   on 2000/08/31  14:30:57
51001         Log: Make -Dusemorebits find long doubles in Solaris.
51002      Branch: perl
51003            ! hints/solaris_2.sh
51004 ____________________________________________________________________________
51005 [  6942] By: jhi                                   on 2000/08/31  13:48:45
51006         Log: Clarify the third case of ftmp-security warnings.
51007      Branch: perl
51008            ! INSTALL
51009 ____________________________________________________________________________
51010 [  6941] By: jhi                                   on 2000/08/31  13:40:31
51011         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
51012              From: <abigail@foad.org>
51013              Date: Thu, 31 Aug 2000 01:35:05 -0400
51014              Message-ID: <20000831053505.32120.qmail@foad.org>
51015      Branch: perl
51016            ! pod/perldelta.pod
51017 ____________________________________________________________________________
51018 [  6940] By: jhi                                   on 2000/08/31  13:38:48
51019         Log: Issue useful diagnostic on unknown pod commands.
51020              
51021              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
51022              From: <abigail@foad.org>
51023              Date: Thu, 31 Aug 2000 03:41:18 -0400
51024              Message-ID: <20000831074118.24880.qmail@foad.org>
51025      Branch: perl
51026            ! lib/Pod/Man.pm
51027 ____________________________________________________________________________
51028 [  6939] By: jhi                                   on 2000/08/31  13:34:33
51029         Log: Reveal Borland's isnan.
51030              
51031              Subject: build with BC++ tweak
51032              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
51033              Date: Thu, 31 Aug 2000 13:09:37 +0400
51034              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
51035      Branch: perl
51036            ! win32/win32.h
51037 ____________________________________________________________________________
51038 [  6938] By: jhi                                   on 2000/08/31  05:01:20
51039         Log: Update Changes.
51040      Branch: perl
51041            ! Changes patchlevel.h
51042 ____________________________________________________________________________
51043 [  6937] By: jhi                                   on 2000/08/31  04:26:23
51044         Log: sscanf() may be the only way to read long doubles from strings.
51045      Branch: metaconfig/U/perl
51046            ! longdblfio.U
51047      Branch: perl
51048            ! Configure config_h.SH perl.h util.c
51049 ____________________________________________________________________________
51050 [  6936] By: jhi                                   on 2000/08/31  04:18:19
51051         Log: The #6929 was too skimpy.
51052      Branch: perl
51053            ! sv.c
51054 ____________________________________________________________________________
51055 [  6935] By: jhi                                   on 2000/08/31  02:47:07
51056         Log: Subject: Re: typos in pods
51057              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51058              Date: Wed, 30 Aug 2000 19:25:34 -0700
51059              Message-ID: <eIcr5gzkg25X092yn@efn.org>
51060      Branch: perl
51061            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
51062 ____________________________________________________________________________
51063 [  6934] By: jhi                                   on 2000/08/31  02:42:55
51064         Log: Missed one Unicode file.
51065      Branch: perl
51066            + lib/unicode/UCDFF301.html
51067 ____________________________________________________________________________
51068 [  6933] By: jhi                                   on 2000/08/30  23:42:27
51069         Log: Update Changes.
51070      Branch: perl
51071            ! Changes patchlevel.h
51072 ____________________________________________________________________________
51073 [  6932] By: jhi                                   on 2000/08/30  23:40:07
51074         Log: Mention UNTIE in perldelta.  Still needs documenting
51075              in perltie et alia.
51076      Branch: perl
51077            ! pod/perldelta.pod
51078 ____________________________________________________________________________
51079 [  6931] By: jhi                                   on 2000/08/30  23:36:02
51080         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
51081              From: <abigail@foad.org>
51082              Date: Wed, 30 Aug 2000 19:28:07 -0400
51083              Message-ID: <20000830232807.305.qmail@foad.org>
51084      Branch: perl
51085            ! pod/perldelta.pod
51086 ____________________________________________________________________________
51087 [  6930] By: jhi                                   on 2000/08/30  23:32:40
51088         Log: Update to Unicode 3.0.1.
51089      Branch: perl
51090            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
51091            + lib/unicode/PropList.txt lib/unicode/README.perl
51092            + lib/unicode/UCD301.html lib/unicode/Unicode.301
51093            - lib/unicode/Props.txt lib/unicode/UCD300.html
51094            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
51095            ! (edit 257 files)
51096 ____________________________________________________________________________
51097 [  6929] By: jhi                                   on 2000/08/30  22:38:18
51098         Log: Heap decorruption.
51099              
51100              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
51101              From: Alan Burlison <Alan.Burlison@uk.sun.com>
51102              Date: Wed, 30 Aug 2000 22:39:52 +0100
51103              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
51104      Branch: perl
51105            ! sv.c
51106 ____________________________________________________________________________
51107 [  6928] By: jhi                                   on 2000/08/30  22:29:34
51108         Log: Retract the dummy test, skip the security tests (instead of failing),
51109              explain what the warnings mean.
51110      Branch: perl
51111            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
51112 ____________________________________________________________________________
51113 [  6927] By: jhi                                   on 2000/08/30  22:14:13
51114         Log: Change the internal implementation of sort() to be mergesort
51115              instead of quicksort, from John Linderman <jpl@research.att.com>.
51116              Gives us better worst case, better average case, and stability.
51117              What's there not to like?  (Small fixes for threaded builds
51118              were required).
51119      Branch: perl
51120            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
51121 ____________________________________________________________________________
51122 [  6926] By: jhi                                   on 2000/08/30  20:55:20
51123         Log: A better fix for the Socket building problem from Craig Berry.
51124      Branch: perl
51125            ! vms/vms.c
51126 ____________________________________________________________________________
51127 [  6925] By: jhi                                   on 2000/08/30  20:20:25
51128         Log: Subject: [PATCH] Re: UNTIE method 
51129              From: Nick Ing-Simmons <nik@tiuk.ti.com>
51130              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
51131              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
51132      Branch: perl
51133            ! pp_sys.c t/op/tie.t
51134 ____________________________________________________________________________
51135 [  6924] By: jhi                                   on 2000/08/30  20:17:11
51136         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
51137              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51138              Date: Wed, 30 Aug 2000 15:03:14 -0500
51139              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
51140      Branch: perl
51141            ! vms/vms.c
51142 ____________________________________________________________________________
51143 [  6923] By: jhi                                   on 2000/08/30  20:15:18
51144         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
51145              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51146              Date: Wed, 30 Aug 2000 13:30:36 -0500
51147              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
51148      Branch: perl
51149            ! vms/vms.c
51150 ____________________________________________________________________________
51151 [  6922] By: jhi                                   on 2000/08/30  19:54:43
51152         Log: Better options for rsync.
51153      Branch: perl
51154            ! pod/perlhack.pod
51155 ____________________________________________________________________________
51156 [  6921] By: jhi                                   on 2000/08/30  19:40:16
51157         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
51158              From: Rick Delaney <rick@consumercontact.com>
51159              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
51160              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
51161      Branch: perl
51162            ! pod/perlfunc.pod
51163 ____________________________________________________________________________
51164 [  6920] By: jhi                                   on 2000/08/30  19:36:40
51165         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
51166              From: Peter Prymmer <pvhp@forte.com>
51167              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
51168              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
51169      Branch: perl
51170            ! configure.com
51171 ____________________________________________________________________________
51172 [  6919] By: jhi                                   on 2000/08/30  14:52:02
51173         Log: Update Changes.
51174      Branch: perl
51175            ! Changes patchlevel.h
51176 ____________________________________________________________________________
51177 [  6918] By: jhi                                   on 2000/08/30  14:48:34
51178         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
51179      Branch: perl
51180            ! lib/ExtUtils/typemap
51181 ____________________________________________________________________________
51182 [  6917] By: jhi                                   on 2000/08/30  14:46:34
51183         Log: Subject: typos in pods
51184              From: Nicholas Clark <nick@ccl4.org>
51185              Date: Wed, 30 Aug 2000 01:12:50 +0100
51186              Message-ID: <20000830011249.A61388@plum.flirble.org>
51187      Branch: perl
51188            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
51189            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
51190            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
51191            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
51192 ____________________________________________________________________________
51193 [  6916] By: jhi                                   on 2000/08/30  14:19:09
51194         Log: Document Storable problems on Crays.  (Will have
51195              to document all the other Storable problems, too.)
51196      Branch: perl
51197            ! pod/perldelta.pod
51198 ____________________________________________________________________________
51199 [  6915] By: jhi                                   on 2000/08/30  14:06:02
51200         Log: Subject: [PATCH] fix misc cast warnings
51201              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51202              Date: Tue, 29 Aug 2000 23:16:14 -0700
51203              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
51204      Branch: perl
51205            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
51206            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
51207            ! os2/os2ish.h
51208 ____________________________________________________________________________
51209 [  6914] By: jhi                                   on 2000/08/30  14:03:45
51210         Log: Timestamp mismatch again.  Need to fix this dependence on
51211              config_h.SH timestamp, since it's the contents of config_h.SH
51212              that matter.
51213      Branch: perl
51214            ! uconfig.h uconfig.sh
51215 ____________________________________________________________________________
51216 [  6913] By: jhi                                   on 2000/08/30  13:54:06
51217         Log: Don't say "Perl 5.0 source kit".
51218      Branch: perl
51219            ! perl.c
51220 ____________________________________________________________________________
51221 [  6912] By: jhi                                   on 2000/08/30  13:51:24
51222         Log: Reset archname and archname64 always, forcing them be
51223              recomputed at each Configure run, make Configure and
51224              the hints files agree on the naming of largefiles variables.
51225      Branch: metaconfig
51226            ! U/threads/archname.U
51227      Branch: metaconfig/U/perl
51228            ! use64bits.U
51229      Branch: perl
51230            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
51231            ! hints/linux.sh hints/solaris_2.sh
51232 ____________________________________________________________________________
51233 [  6911] By: jhi                                   on 2000/08/30  13:30:13
51234         Log: Put back the slice accidentally removed by #6907.
51235      Branch: perl
51236            ! hints/solaris_2.sh
51237 ____________________________________________________________________________
51238 [  6910] By: jhi                                   on 2000/08/30  01:24:26
51239         Log: Be consistent: other Net::get* do export theirs.
51240              
51241              Subject: Re: Net::protoent does not export 'getproto'
51242              From: Yasushi Nakajima <sey@jkc.co.jp>
51243              Date: Wed, 30 Aug 2000 09:53:14 +0900
51244              Message-Id: <200008300051.DAA24700@taku.hut.fi>
51245      Branch: perl
51246            ! lib/Net/protoent.pm
51247 ____________________________________________________________________________
51248 [  6909] By: jhi                                   on 2000/08/30  01:17:25
51249         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
51250              From: Gurusamy Sarathy <gsar@ActiveState.com>
51251              Date: Tue, 29 Aug 2000 17:17:07 -0700
51252              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
51253      Branch: perl
51254            ! cop.h
51255 ____________________________________________________________________________
51256 [  6908] By: jhi                                   on 2000/08/30  00:58:05
51257         Log: Update Changes.
51258      Branch: perl
51259            ! Changes patchlevel.h
51260 ____________________________________________________________________________
51261 [  6907] By: jhi                                   on 2000/08/30  00:57:22
51262         Log: Introduce ccname to keep track of what compiler kind of we have.
51263      Branch: metaconfig/U/perl
51264            ! Checkcc.U gccvers.U
51265      Branch: perl
51266            ! Configure config_h.SH hints/solaris_2.sh
51267 ____________________________________________________________________________
51268 [  6906] By: jhi                                   on 2000/08/30  00:25:47
51269         Log: Put back the flags dump as reasoned in
51270              
51271              Subject: Re: [PATCH] Glob dumping
51272              From: Mike Guy <mjtg@cam.ac.uk> 
51273              Date: Tue, 29 Aug 2000 21:41:32 +0100
51274              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
51275      Branch: perl
51276            ! dump.c t/lib/peek.t
51277 ____________________________________________________________________________
51278 [  6905] By: jhi                                   on 2000/08/30  00:16:17
51279         Log: Make the epsilon to be relative, not absolute.
51280              
51281              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
51282              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
51283              Date: Tue, 29 Aug 2000 19:58:56 -0400
51284              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
51285      Branch: perl
51286            ! t/lib/trig.t
51287 ____________________________________________________________________________
51288 [  6904] By: jhi                                   on 2000/08/30  00:13:09
51289         Log: From now on, Gisle is on my list of usual suspects :-)
51290              Retract #6902.
51291      Branch: perl
51292            ! ext/Opcode/Safe.pm
51293 ____________________________________________________________________________
51294 [  6903] By: jhi                                   on 2000/08/29  23:51:20
51295         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
51296              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51297              Date: Tue, 29 Aug 2000 18:43:26 -0500
51298              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
51299      Branch: perl
51300            + vms/vmspipe.com
51301            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
51302            ! vms/vms.c
51303 ____________________________________________________________________________
51304 [  6902] By: jhi                                   on 2000/08/29  23:44:14
51305         Log: Retry what #6882 attempted.
51306              
51307              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
51308              From: Gisle Aas <gisle@ActiveState.com>
51309              Date: 30 Aug 2000 00:33:09 +0200
51310              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
51311      Branch: perl
51312            ! ext/Opcode/Safe.pm
51313 ____________________________________________________________________________
51314 [  6901] By: jhi                                   on 2000/08/29  22:59:32
51315         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
51316              From: Hugo <hv@crypt.compulink.co.uk>
51317              Date: Mon, 12 Jun 2000 19:36:08 +0100
51318              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
51319      Branch: perl
51320            ! sv.c
51321 ____________________________________________________________________________
51322 [  6900] By: jhi                                   on 2000/08/29  22:58:35
51323         Log: Admit that we are leaking scalars.
51324              
51325              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
51326              From: Spider Boardman <spider@leggy.zk3.dec.com>
51327              Date: Tue, 29 Aug 2000 18:48:29 -0400
51328              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
51329      Branch: perl
51330            ! t/pragma/warnings.t
51331 ____________________________________________________________________________
51332 [  6899] By: jhi                                   on 2000/08/29  20:53:13
51333         Log: Update Changes.
51334      Branch: perl
51335            ! Changes patchlevel.h
51336 ____________________________________________________________________________
51337 [  6898] By: jhi                                   on 2000/08/29  20:46:21
51338         Log: Undo namespace pollution of #6878.
51339              
51340              Subject: Re: Net::protoent does not export 'getproto'
51341              From: Mike Guy <mjtg@cam.ac.uk>
51342              Date: Tue, 29 Aug 2000 21:32:37 +0100
51343              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
51344      Branch: perl
51345            ! lib/Net/protoent.pm
51346 ____________________________________________________________________________
51347 [  6897] By: jhi                                   on 2000/08/29  20:44:29
51348         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
51349              From: Peter Prymmer <pvhp@forte.com>
51350              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
51351              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
51352      Branch: perl
51353            ! pod/perlebcdic.pod
51354 ____________________________________________________________________________
51355 [  6896] By: jhi                                   on 2000/08/29  20:40:57
51356         Log: There's no point repeating the 'revision' (5) of perl5.
51357      Branch: metaconfig/U/perl
51358            ! Devel.U patchlevel.U
51359      Branch: perl
51360            ! Configure config_h.SH
51361 ____________________________________________________________________________
51362 [  6895] By: jhi                                   on 2000/08/29  20:16:58
51363         Log: Regen Configure for #6894.
51364      Branch: metaconfig/U/perl
51365            ! perladmin.U
51366      Branch: perl
51367            ! Configure config_h.SH
51368 ____________________________________________________________________________
51369 [  6894] By: jhi                                   on 2000/08/29  19:59:52
51370         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
51371              From: "Philip Newton" <Philip.Newton@gmx.net>
51372              Date: Tue, 29 Aug 2000 21:39:14 +0200
51373              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
51374      Branch: perl
51375            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
51376            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
51377            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
51378            ! utils/perlbug.PL
51379 ____________________________________________________________________________
51380 [  6893] By: jhi                                   on 2000/08/29  19:55:30
51381         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
51382              From: "Philip Newton" <Philip.Newton@gmx.net>
51383              Date: Tue, 29 Aug 2000 21:39:14 +0200
51384              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
51385      Branch: perl
51386            ! installhtml
51387 ____________________________________________________________________________
51388 [  6892] By: jhi                                   on 2000/08/29  19:53:59
51389         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
51390              From: "Philip Newton" <Philip.Newton@gmx.net>
51391              Date: Tue, 29 Aug 2000 21:48:18 +0200
51392              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
51393      Branch: perl
51394            ! lib/File/Temp.pm
51395 ____________________________________________________________________________
51396 [  6891] By: jhi                                   on 2000/08/29  18:30:03
51397         Log: Nail the ID 20000828.023.
51398      Branch: perl
51399            ! ext/Storable/Storable.xs
51400 ____________________________________________________________________________
51401 [  6890] By: jhi                                   on 2000/08/29  16:50:17
51402         Log: Under usethreads the dumped variable is IN_PAD.
51403              
51404              Subject: Re: [PATCH] Glob dumping
51405              From: Gisle Aas <gisle@ActiveState.com>
51406              Date: 29 Aug 2000 18:45:05 +0200
51407              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
51408      Branch: perl
51409            ! t/lib/peek.t
51410 ____________________________________________________________________________
51411 [  6889] By: jhi                                   on 2000/08/29  15:17:37
51412         Log: Update Changes.
51413      Branch: perl
51414            ! Changes patchlevel.h
51415 ____________________________________________________________________________
51416 [  6888] By: jhi                                   on 2000/08/29  14:49:59
51417         Log: Retract #6882, broke the safe tests.
51418      Branch: perl
51419            ! ext/Opcode/Safe.pm
51420 ____________________________________________________________________________
51421 [  6887] By: jhi                                   on 2000/08/29  14:47:06
51422         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
51423              From: Gisle Aas <gisle@ActiveState.com> 
51424              Date: 09 Jun 2000 20:00:11 +0200
51425              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
51426      Branch: perl
51427            ! utils/perldoc.PL
51428 ____________________________________________________________________________
51429 [  6886] By: jhi                                   on 2000/08/29  14:42:45
51430         Log: The #6881 removed one dump line.
51431      Branch: perl
51432            ! t/lib/peek.t
51433 ____________________________________________________________________________
51434 [  6885] By: jhi                                   on 2000/08/29  14:30:47
51435         Log: Don't forget to tidy up.
51436      Branch: perl
51437            ! t/lib/ftmp-security.t
51438 ____________________________________________________________________________
51439 [  6884] By: jhi                                   on 2000/08/29  14:25:17
51440         Log: Disabling the one test is a bit tricky.
51441      Branch: perl
51442            ! t/lib/ftmp-security.t
51443 ____________________________________________________________________________
51444 [  6883] By: jhi                                   on 2000/08/29  14:16:25
51445         Log: Disable one of the tests for now.
51446      Branch: perl
51447            ! t/lib/ftmp-security.t
51448 ____________________________________________________________________________
51449 [  6882] By: jhi                                   on 2000/08/29  14:05:50
51450         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
51451              From: gisle@aas.no
51452              Date: 29 Aug 2000 10:35:06 -0000
51453              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
51454      Branch: perl
51455            ! ext/Opcode/Safe.pm
51456 ____________________________________________________________________________
51457 [  6881] By: jhi                                   on 2000/08/29  14:03:51
51458         Log: Subject: [PATCH] Glob dumping
51459              From: Gisle Aas <gisle@ActiveState.com>
51460              Date: 29 Aug 2000 07:59:42 -0000
51461              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
51462      Branch: perl
51463            ! dump.c
51464 ____________________________________________________________________________
51465 [  6880] By: jhi                                   on 2000/08/29  14:02:01
51466         Log: Subject: [PATCH] Warnings in B::Deparse
51467              From: <abigail@foad.org>
51468              Date: Tue, 29 Aug 2000 00:00:01 -0400
51469              Message-ID: <20000829040001.2999.qmail@foad.org>
51470      Branch: perl
51471            ! ext/B/B/Deparse.pm
51472 ____________________________________________________________________________
51473 [  6879] By: jhi                                   on 2000/08/29  13:57:26
51474         Log: Missed a change in #6869.
51475      Branch: perl
51476            ! mg.c
51477 ____________________________________________________________________________
51478 [  6878] By: jhi                                   on 2000/08/29  13:45:04
51479         Log: Subject: Net::protoent does not export 'getproto'
51480              From: Yasushi Nakajima <sey@jkc.co.jp>
51481              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
51482      Branch: perl
51483            ! lib/Net/protoent.pm
51484 ____________________________________________________________________________
51485 [  6877] By: jhi                                   on 2000/08/29  13:39:19
51486         Log: Patches all over for people and the files they (hopefully) care about.
51487      Branch: perl
51488            ! AUTHORS Changes MAINTAIN
51489 ____________________________________________________________________________
51490 [  6876] By: jhi                                   on 2000/08/29  12:53:54
51491         Log: Fix for thinko in #6848.
51492              
51493              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
51494              From: Lupe Christoph <lupe@lupe-christoph.de>
51495              Date: Tue, 29 Aug 2000 09:04:08 +0200
51496              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
51497      Branch: perl
51498            ! ext/Thread/Thread.xs
51499 ____________________________________________________________________________
51500 [  6875] By: jhi                                   on 2000/08/29  12:50:14
51501         Log: Update to Getopt::Long 2.24, from Johan Vromans.
51502      Branch: perl
51503            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
51504 ____________________________________________________________________________
51505 [  6874] By: jhi                                   on 2000/08/29  02:09:53
51506         Log: Use minimal @INC in tests, most of the time just '../lib',
51507              so that we simply can't pick up stuff from other Perls than
51508              the one we are testing.  Pointed out by
51509              
51510              From: Mike Guy <mjtg@cam.ac.uk>
51511              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
51512              Date: Fri, 25 Aug 2000 15:15:59 +0100
51513              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
51514      Branch: perl
51515            ! (edit 185 files)
51516 ____________________________________________________________________________
51517 [  6873] By: jhi                                   on 2000/08/29  01:07:11
51518         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
51519              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51520              Date: Mon, 28 Aug 2000 17:45:52 -0700
51521              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
51522      Branch: perl
51523            ! Makefile.SH hints/os2.sh
51524 ____________________________________________________________________________
51525 [  6872] By: jhi                                   on 2000/08/28  23:33:39
51526         Log: Subject: [PATCH bleedperl@6866] spellings
51527              From: marcel@codewerk.com (Marcel Grunauer)
51528              Date: Tue, 29 Aug 2000 01:19:59 +0200
51529              Message-Id: <200008282319.BAA29862@gandalf.local>
51530      Branch: perl
51531            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
51532            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
51533            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
51534 ____________________________________________________________________________
51535 [  6871] By: jhi                                   on 2000/08/28  23:22:09
51536         Log: Take out the SUIDMAIL thing, that will not be
51537              a problem in 5.7.*.
51538      Branch: perl
51539            ! patchlevel.h
51540 ____________________________________________________________________________
51541 [  6870] By: jhi                                   on 2000/08/28  23:19:30
51542         Log: -S is the silent flag, -s is the strip flag.
51543              
51544              Subject: [PATCH] Re: [PATCH] make no-install          
51545              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
51546              Date: Mon, 28 Aug 2000 15:12:55 -0700
51547              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
51548      Branch: perl
51549            ! Makefile.SH
51550 ____________________________________________________________________________
51551 [  6869] By: jhi                                   on 2000/08/28  23:12:05
51552         Log: Subject: [PATCH bleedperl@6856] warnings fixes
51553              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
51554              Date: Mon, 28 Aug 2000 23:55:06 +0100
51555              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
51556      Branch: perl
51557            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
51558            ! warnings.h warnings.pl
51559 ____________________________________________________________________________
51560 [  6868] By: jhi                                   on 2000/08/28  21:38:22
51561         Log: Potential cruft.
51562      Branch: perl
51563            ! Makefile.SH
51564 ____________________________________________________________________________
51565 [  6867] By: jhi                                   on 2000/08/28  21:35:36
51566         Log: Update Changes.
51567      Branch: perl
51568            ! Changes patchlevel.h
51569 ____________________________________________________________________________
51570 [  6866] By: jhi                                   on 2000/08/28  21:33:49
51571         Log: Subject: hv.h Doc Patch
51572              From: Fisher Mark <fisherm@tce.com>
51573              Date: Mon, 28 Aug 2000 16:24:59 -0500
51574              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
51575      Branch: perl
51576            ! hv.h
51577 ____________________________________________________________________________
51578 [  6865] By: jhi                                   on 2000/08/28  21:02:15
51579         Log: Add -ld to archname on long tr...double platforms.
51580      Branch: metaconfig
51581            ! U/threads/archname.U
51582      Branch: perl
51583            ! Configure config_h.SH
51584 ____________________________________________________________________________
51585 [  6864] By: jhi                                   on 2000/08/28  20:38:59
51586         Log: An attempt to fix the problem reported in
51587              
51588              Subject: Building perl@6856 using gcc/AIX 4.3.3 
51589              From: Daniel Muino <dmuino@afip.gov.ar> 
51590              Date: Mon, 28 Aug 2000 15:50:01 -0300   
51591              Message-ID: <20000828155001.A14403@con2-dgi>
51592              
51593              I can't test this properly since the gcc installation I have
51594              access to seems to be botched (gcc is calling the AIX cpp,
51595              a losing proposition...)
51596      Branch: perl
51597            ! hints/aix.sh
51598 ____________________________________________________________________________
51599 [  6863] By: jhi                                   on 2000/08/28  18:57:52
51600         Log: Fix for ID 20000828.001, long doubles were not formatted
51601              correctly (showed up in $], which stopped installing perl).
51602      Branch: perl
51603            ! sv.c
51604 ____________________________________________________________________________
51605 [  6862] By: jhi                                   on 2000/08/28  18:07:15
51606         Log: Typo in #6858.
51607      Branch: perl
51608            ! lib/Cwd.pm
51609 ____________________________________________________________________________
51610 [  6861] By: jhi                                   on 2000/08/28  17:57:27
51611         Log: opmini.o may be left around if a build is interrupted.
51612      Branch: perl
51613            ! Makefile.SH
51614 ____________________________________________________________________________
51615 [  6860] By: jhi                                   on 2000/08/28  16:52:50
51616         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
51617              From: Daniel Chetlin <daniel@chetlin.com>
51618              Date: Mon, 28 Aug 2000 01:14:18 -0700
51619              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
51620      Branch: perl
51621            ! lib/overload.pm
51622 ____________________________________________________________________________
51623 [  6859] By: jhi                                   on 2000/08/28  16:08:46
51624         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
51625              From: Nicholas Clark <nick@ccl4.org>
51626              Date: Mon, 28 Aug 2000 16:03:27 +0100
51627              Message-Id: <20000828160327.C49785@plum.flirble.org>
51628      Branch: perl
51629            ! ext/ByteLoader/bytecode.h
51630 ____________________________________________________________________________
51631 [  6858] By: jhi                                   on 2000/08/28  16:02:10
51632         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
51633              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
51634              Date: Mon, 28 Aug 2000 13:08:30 +0200
51635              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
51636      Branch: perl
51637            ! lib/Cwd.pm
51638 ____________________________________________________________________________
51639 [  6857] By: jhi                                   on 2000/08/28  15:42:47
51640         Log: display_format used as a class method without arguments was broken,
51641              reported in
51642              
51643              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
51644              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
51645              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
51646              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
51647      Branch: perl
51648            ! lib/Math/Complex.pm t/lib/complex.t
51649 ____________________________________________________________________________
51650 [  6856] By: jhi                                   on 2000/08/27  22:09:48
51651         Log: Update Changes.
51652      Branch: perl
51653            ! Changes patchlevel.h
51654 ____________________________________________________________________________
51655 [  6855] By: jhi                                   on 2000/08/27  21:59:21
51656         Log: Retract #6853 (false alarm).
51657      Branch: perl
51658            ! lib/ExtUtils/xsubpp
51659 ____________________________________________________________________________
51660 [  6854] By: jhi                                   on 2000/08/27  21:37:44
51661         Log: Update Changes.
51662      Branch: perl
51663            ! Changes patchlevel.h
51664 ____________________________________________________________________________
51665 [  6853] By: jhi                                   on 2000/08/27  21:37:16
51666         Log: Subject: [PATCH perl@6850] workaround for xsubpp
51667              From: Hugo <hv@crypt.compulink.co.uk>
51668              Date: Sun, 27 Aug 2000 22:30:25 +0100
51669              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
51670      Branch: perl
51671            ! lib/ExtUtils/xsubpp
51672 ____________________________________________________________________________
51673 [  6852] By: jhi                                   on 2000/08/27  21:33:58
51674         Log: Big-endian 64-bit patch from Raphael Manfredi.
51675      Branch: perl
51676            ! ext/Storable/Storable.xs
51677 ____________________________________________________________________________
51678 [  6851] By: jhi                                   on 2000/08/27  21:22:21
51679         Log: More ruthless editing from Hugo van der Sanden.
51680      Branch: perl
51681            ! pod/perldelta.pod
51682 ____________________________________________________________________________
51683 [  6850] By: jhi                                   on 2000/08/27  16:11:46
51684         Log: Update Changes.
51685      Branch: perl
51686            ! Changes patchlevel.h
51687 ____________________________________________________________________________
51688 [  6849] By: jhi                                   on 2000/08/27  16:11:05
51689         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
51690      Branch: perl
51691            ! configpm pod/perldelta.pod
51692 ____________________________________________________________________________
51693 [  6848] By: jhi                                   on 2000/08/27  15:35:08
51694         Log: Use the actual thread type, not the pointer-to-struct.
51695      Branch: perl
51696            ! ext/Thread/Thread.xs
51697 ____________________________________________________________________________
51698 [  6847] By: jhi                                   on 2000/08/27  15:30:49
51699         Log: Test nit.
51700      Branch: perl
51701            ! t/pragma/warn/pp_sys
51702 ____________________________________________________________________________
51703 [  6846] By: jhi                                   on 2000/08/27  15:19:02
51704         Log: Passing -R in ldflags makes now it to appear in the default
51705              for lddlflags, just like with -L.
51706              
51707              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
51708              From: Lupe Christoph <lupe@lupe-christoph.de>
51709              Date: Sun, 27 Aug 2000 10:28:21 +0200
51710              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
51711      Branch: metaconfig/U/perl
51712            ! dlsrc.U
51713      Branch: perl
51714            ! Configure
51715 ____________________________________________________________________________
51716 [  6845] By: jhi                                   on 2000/08/27  15:08:54
51717         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
51718              From: Alan Burlison <Alan.Burlison@uk.sun.com>
51719              Date: Sat, 26 Aug 2000 22:23:27 +0100
51720              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
51721      Branch: perl
51722            ! lib/ExtUtils/MM_Unix.pm
51723 ____________________________________________________________________________
51724 [  6844] By: jhi                                   on 2000/08/27  15:02:37
51725         Log: DJGPP update from Laszlo Molnar.
51726              
51727              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
51728              From: ml1050 <ml1050@freemail.hu>
51729              Date: Sat, 26 Aug 2000 23:24:40 +0200
51730              Message-Id: <20000826232440.A439@freemail.hu>
51731      Branch: perl
51732            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
51733            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
51734 ____________________________________________________________________________
51735 [  6843] By: jhi                                   on 2000/08/27  14:53:58
51736         Log: Subject: installman buglet
51737              From: Lupe Christoph <lupe@lupe-christoph.de>
51738              Date: Sun, 27 Aug 2000 14:38:59 +0200
51739              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
51740      Branch: perl
51741            ! installman
51742 ____________________________________________________________________________
51743 [  6842] By: jhi                                   on 2000/08/27  14:52:08
51744         Log: Can't get the test to reliably work thanks to the
51745              inaccurateness of floating point.  "Resolves" bug ids
51746              20000826.003, 20000826.009, 20000826.010,
51747      Branch: perl
51748            ! t/lib/trig.t
51749 ____________________________________________________________________________
51750 [  6841] By: jhi                                   on 2000/08/26  15:53:58
51751         Log: Update Changes.
51752      Branch: perl
51753            ! Changes patchlevel.h
51754 ____________________________________________________________________________
51755 [  6840] By: jhi                                   on 2000/08/26  14:23:03
51756         Log: grep -e isn't portable.
51757              
51758              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
51759              From: chris@broadband.att.com
51760              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
51761              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
51762      Branch: perl
51763            ! hints/solaris_2.sh
51764 ____________________________________________________________________________
51765 [  6839] By: jhi                                   on 2000/08/26  14:12:23
51766         Log: no-install target a la make -n.
51767              
51768              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
51769              From: <abigail@foad.org>
51770              Date: Sat, 26 Aug 2000 03:57:34 -0400
51771              Message-ID: <20000826075735.18912.qmail@foad.org>
51772      Branch: perl
51773            ! Makefile.SH installman installperl
51774 ____________________________________________________________________________
51775 [  6838] By: jhi                                   on 2000/08/26  14:06:33
51776         Log: Retract #6826 as the #6828 should be do the same
51777              in a More Correct Way.
51778      Branch: perl
51779            ! installperl
51780 ____________________________________________________________________________
51781 [  6837] By: jhi                                   on 2000/08/26  05:24:00
51782         Log: More casting.
51783      Branch: perl
51784            ! ext/Storable/Storable.xs
51785 ____________________________________________________________________________
51786 [  6836] By: jhi                                   on 2000/08/26  05:05:46
51787         Log: Nicer in decimal.
51788      Branch: perl
51789            ! ext/Storable/Storable.xs
51790 ____________________________________________________________________________
51791 [  6835] By: jhi                                   on 2000/08/26  05:03:50
51792         Log: There be no UVdf.
51793      Branch: perl
51794            ! ext/Storable/Storable.xs
51795 ____________________________________________________________________________
51796 [  6834] By: jhi                                   on 2000/08/26  05:00:18
51797         Log: Continue IVdfing and UVxfing.
51798      Branch: perl
51799            ! ext/Storable/Storable.xs
51800 ____________________________________________________________________________
51801 [  6833] By: jhi                                   on 2000/08/26  04:53:14
51802         Log: Use IVdf.
51803      Branch: perl
51804            ! ext/Storable/Storable.xs
51805 ____________________________________________________________________________
51806 [  6832] By: jhi                                   on 2000/08/26  04:40:41
51807         Log: Document PTR2XX and INT2PTR.
51808      Branch: perl
51809            ! pod/perlguts.pod
51810 ____________________________________________________________________________
51811 [  6831] By: jhi                                   on 2000/08/26  04:33:18
51812         Log: Use UVxf, PTR2UV, NVff.
51813      Branch: perl
51814            ! ext/Storable/Storable.xs
51815 ____________________________________________________________________________
51816 [  6830] By: jhi                                   on 2000/08/26  04:31:32
51817         Log: Update the test count.
51818      Branch: perl
51819            ! t/lib/trig.t
51820 ____________________________________________________________________________
51821 [  6829] By: jhi                                   on 2000/08/26  03:05:50
51822         Log: Subject: [PATCH] installation not quite silent yet.
51823              From: <abigail@foad.org>
51824              Date: Fri, 25 Aug 2000 20:07:53 -0400
51825              Message-ID: <20000826000753.7822.qmail@foad.org>
51826      Branch: perl
51827            ! installman installperl
51828 ____________________________________________________________________________
51829 [  6828] By: jhi                                   on 2000/08/26  03:05:14
51830         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51831              From: Spider Boardman <spider@web.zk3.dec.com>
51832              Date: Fri, 25 Aug 2000 19:12:40 -0400
51833              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
51834      Branch: perl
51835            ! gv.c
51836 ____________________________________________________________________________
51837 [  6827] By: jhi                                   on 2000/08/25  23:54:34
51838         Log: Support preserving extremely big/small angles.
51839      Branch: perl
51840            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
51841 ____________________________________________________________________________
51842 [  6826] By: jhi                                   on 2000/08/25  23:01:20
51843         Log: Patch installperl to be long double-aware.
51844              
51845              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
51846              From: Spider Boardman <spider@web.zk3.dec.com>
51847              Date: Fri, 25 Aug 2000 18:15:23 -0400
51848              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
51849      Branch: perl
51850            ! installperl
51851 ____________________________________________________________________________
51852 [  6825] By: jhi                                   on 2000/08/25  22:58:25
51853         Log: Remove duplicately applied patch shards.
51854              
51855              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
51856              From: Spider Boardman <spider@leggy.zk3.dec.com>
51857              Date: Fri, 25 Aug 2000 16:45:03 -0400
51858              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
51859      Branch: perl
51860            ! t/lib/cgi-html.t
51861 ____________________________________________________________________________
51862 [  6824] By: jhi                                   on 2000/08/25  22:57:00
51863         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51864              From: Daniel Chetlin <daniel@chetlin.com>
51865              Date: Fri, 25 Aug 2000 12:23:16 -0700
51866              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
51867              
51868              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
51869              From: Daniel Chetlin <daniel@chetlin.com>
51870              Date: Fri, 25 Aug 2000 14:47:19 -0700
51871              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
51872      Branch: perl
51873            ! installman
51874 ____________________________________________________________________________
51875 [  6823] By: jhi                                   on 2000/08/25  22:44:17
51876         Log: Timestamp problem?
51877      Branch: perl
51878            ! uconfig.h uconfig.sh
51879 ____________________________________________________________________________
51880 [  6822] By: jhi                                   on 2000/08/25  19:01:06
51881         Log: One forgotten file from #6816.
51882      Branch: perl
51883            ! vos/config.h
51884 ____________________________________________________________________________
51885 [  6821] By: jhi                                   on 2000/08/25  18:56:39
51886         Log: Regen Changes.
51887      Branch: perl
51888            ! Changes patchlevel.h
51889 ____________________________________________________________________________
51890 [  6820] By: jhi                                   on 2000/08/25  18:52:35
51891         Log: Fix Changes ordering.
51892      Branch: perl
51893            ! Changes
51894 ____________________________________________________________________________
51895 [  6819] By: jhi                                   on 2000/08/25  18:50:25
51896         Log: Update Changes.
51897      Branch: perl
51898            ! Changes patchlevel.h
51899 ____________________________________________________________________________
51900 [  6818] By: jhi                                   on 2000/08/25  18:47:45
51901         Log: Tweak the sfio/useperlio logic, hopefully as wished in
51902              
51903              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
51904              From: Nicholas Clark <nick@babyhippo.co.uk>
51905              Date: Fri, 25 Aug 2000 12:01:45 +0100
51906              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
51907      Branch: metaconfig/U/perl
51908            ! d_sfio.U
51909      Branch: perl
51910            ! Configure
51911 ____________________________________________________________________________
51912 [  6817] By: jhi                                   on 2000/08/25  18:32:51
51913         Log: Allow microperl to assume <math.h>, without it the math
51914              functions like floor() are assumed to return int, which makes
51915              for core dumps in machines where integer and floating register
51916              don't mix.
51917      Branch: perl
51918            ! uconfig.h uconfig.sh
51919 ____________________________________________________________________________
51920 [  6816] By: jhi                                   on 2000/08/25  18:27:17
51921         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
51922              the problem reported in
51923              
51924              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
51925              From: danhale@us.ibm.com
51926              Date: Fri, 25 Aug 2000 10:58:06 -0400
51927              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
51928      Branch: metaconfig/U/perl
51929            + d_socks5_init.U
51930      Branch: perl
51931            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
51932            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
51933            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
51934            ! win32/config.gc win32/config.vc
51935 ____________________________________________________________________________
51936 [  6815] By: jhi                                   on 2000/08/25  17:43:31
51937         Log: A solution for the retrieve_fd autosplit warning,
51938              idea suggested by Mike Guy.
51939      Branch: perl
51940            ! ext/Storable/Storable.pm
51941 ____________________________________________________________________________
51942 [  6814] By: jhi                                   on 2000/08/25  17:16:03
51943         Log: Add install-silent target.
51944      Branch: perl
51945            ! Makefile.SH
51946 ____________________________________________________________________________
51947 [  6813] By: jhi                                   on 2000/08/25  17:14:23
51948         Log: Subject: Re: [PATCH] More silencing of installman.
51949              From: <abigail@foad.org>
51950              Date: Thu, 24 Aug 2000 19:27:03 -0400
51951              Message-ID: <20000824232703.7001.qmail@foad.org>
51952              
51953              Subject: Re: [PATCH] More silencing of installman.
51954              From: <abigail@foad.org>
51955              Date: Fri, 25 Aug 2000 03:00:58 -0400
51956              Message-ID: <20000825070058.10697.qmail@foad.org>
51957      Branch: perl
51958            ! installman
51959 ____________________________________________________________________________
51960 [  6812] By: jhi                                   on 2000/08/25  17:11:28
51961         Log: installperl --verbose and --silent.
51962              
51963              Subject: Re: [PATCH] More silencing of installman.
51964              From: <abigail@foad.org>
51965              Message-ID: <20000825064430.9719.qmail@foad.org>
51966              Date: Fri, 25 Aug 2000 02:44:30 -0400
51967      Branch: perl
51968            ! installperl
51969 ____________________________________________________________________________
51970 [  6811] By: jhi                                   on 2000/08/25  17:05:43
51971         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
51972              From: "Peter J. Farley III" <pjfarley@banet.net>
51973              Date: Thu, 24 Aug 2000 21:58:03 -0400
51974              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
51975              
51976              (applied slightly modified)
51977      Branch: perl
51978            ! lib/ExtUtils/MM_Unix.pm
51979 ____________________________________________________________________________
51980 [  6810] By: jhi                                   on 2000/08/25  17:01:18
51981         Log: Missing parts of 
51982              
51983              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
51984              From: Peter Prymmer <pvhp@forte.com>
51985              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
51986              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
51987      Branch: perl
51988            ! t/lib/cgi-html.t
51989 ____________________________________________________________________________
51990 [  6809] By: jhi                                   on 2000/08/25  16:46:32
51991         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
51992              From: "Craig A. Berry" <craig.berry@psinetcs.com>
51993              Date: Thu, 24 Aug 2000 19:13:11 -0500
51994              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
51995      Branch: perl
51996            ! vms/vms.c
51997 ____________________________________________________________________________
51998 [  6808] By: jhi                                   on 2000/08/25  16:39:22
51999         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
52000              From: Peter Prymmer <pvhp@forte.com>
52001              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
52002              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
52003      Branch: perl
52004            ! configure.com
52005 ____________________________________________________________________________
52006 [  6807] By: jhi                                   on 2000/08/25  16:36:37
52007         Log: Better wording for the vec lvalue diagnostic.
52008              
52009              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
52010              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
52011              Date: Wed, 23 Aug 2000 14:12:16 -0400
52012              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
52013      Branch: perl
52014            ! pod/perldiag.pod
52015 ____________________________________________________________________________
52016 [  6806] By: jhi                                   on 2000/08/24  18:17:22
52017         Log: Subject: [PATCH] More silencing of installman.
52018              From: <abigail@foad.org>
52019              Date: Thu, 24 Aug 2000 14:01:44 -0400
52020              Message-ID: <20000824180144.20062.qmail@foad.org>
52021      Branch: perl
52022            ! installman
52023 ____________________________________________________________________________
52024 [  6805] By: jhi                                   on 2000/08/24  15:00:31
52025         Log: Update Changes.
52026      Branch: perl
52027            ! Changes patchlevel.h
52028 ____________________________________________________________________________
52029 [  6804] By: jhi                                   on 2000/08/24  14:59:07
52030         Log: Regen perltoc.
52031      Branch: perl
52032            ! pod/perltoc.pod
52033 ____________________________________________________________________________
52034 [  6803] By: jhi                                   on 2000/08/24  14:44:39
52035         Log: Show the doc file, not the temp file.
52036      Branch: perl
52037            ! installman
52038 ____________________________________________________________________________
52039 [  6802] By: jhi                                   on 2000/08/24  14:41:53
52040         Log: Continue silencing.
52041      Branch: perl
52042            ! installman
52043 ____________________________________________________________________________
52044 [  6801] By: jhi                                   on 2000/08/24  14:34:40
52045         Log: Actually do something with the silencer option.
52046      Branch: perl
52047            ! installman
52048 ____________________________________________________________________________
52049 [  6800] By: jhi                                   on 2000/08/24  14:26:22
52050         Log: Make installman to recognize the silence flag -S.
52051      Branch: perl
52052            ! installman
52053 ____________________________________________________________________________
52054 [  6799] By: jhi                                   on 2000/08/24  13:49:38
52055         Log: DOS patches and portability/porting notes, from Tim Jenness.
52056      Branch: perl
52057            ! lib/File/Temp.pm
52058 ____________________________________________________________________________
52059 [  6798] By: jhi                                   on 2000/08/24  13:48:27
52060         Log: Create directories in silence.
52061              
52062              Subject: [PATCH] Another silencer for MakeMaker
52063              From: andreas.koenig@anima.de (Andreas J. Koenig)
52064              Date: 24 Aug 2000 14:18:52 +0200
52065              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
52066      Branch: perl
52067            ! lib/ExtUtils/Command.pm
52068 ____________________________________________________________________________
52069 [  6797] By: jhi                                   on 2000/08/24  13:46:42
52070         Log: More liberal parsing of version numbers.
52071              
52072              Subject: Re: CPAN.pm beta for testing available
52073              From: andreas.koenig@anima.de (Andreas J. Koenig)
52074              Date: 24 Aug 2000 13:51:57 +0200
52075              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
52076      Branch: perl
52077            ! lib/CPAN.pm
52078 ____________________________________________________________________________
52079 [  6796] By: jhi                                   on 2000/08/24  13:44:36
52080         Log: Make "make install" by default silent.  A new "install-verbose"
52081              target is verbose.
52082      Branch: perl
52083            ! Makefile.SH
52084 ____________________________________________________________________________
52085 [  6795] By: jhi                                   on 2000/08/24  13:39:14
52086         Log: Add silencer flags to installperl.
52087              
52088              Subject: [PATCH] Making installperl silent.
52089              From: <abigail@foad.org>
52090              Date: Thu, 24 Aug 2000 05:01:45 -0400
52091              Message-ID: <20000824090145.13141.qmail@foad.org>
52092      Branch: perl
52093            ! installperl
52094 ____________________________________________________________________________
52095 [  6794] By: jhi                                   on 2000/08/24  13:35:50
52096         Log: installperl couldn't tell whether it had run tests or not.
52097              
52098              Subject: [PATCH] Re: installperl and t/TEST
52099              From: <abigail@foad.org>
52100              Date: Thu, 24 Aug 2000 04:00:53 -0400
52101              Message-ID: <20000824080053.2494.qmail@foad.org>
52102      Branch: perl
52103            ! Makefile.SH installperl
52104 ____________________________________________________________________________
52105 [  6793] By: jhi                                   on 2000/08/24  13:27:50
52106         Log: Drop the separate perlbc, perlcc -b should be enough.
52107      Branch: perl
52108            - utils/perlbc.PL
52109            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
52110 ____________________________________________________________________________
52111 [  6792] By: jhi                                   on 2000/08/24  04:41:30
52112         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
52113              plus the typo fix from Peter Prymmer.
52114      Branch: perl
52115            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
52116            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
52117 ____________________________________________________________________________
52118 [  6791] By: jhi                                   on 2000/08/24  02:10:43
52119         Log: Replace #6705 with a minimal doc patch.
52120              
52121              Subject: [PATCH 5.6.0] replace change #6705
52122              From: Jan Dubois <jand@ActiveState.com>
52123              Date: Wed, 23 Aug 2000 18:31:51 -0700
52124              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
52125      Branch: perl
52126            ! lib/Win32.pod win32/win32.c
52127 ____________________________________________________________________________
52128 [  6790] By: jhi                                   on 2000/08/23  17:52:00
52129         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
52130              From: Mike Guy <mjtg@cam.ac.uk>
52131              Date: Wed, 23 Aug 2000 18:38:46 +0100
52132              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
52133      Branch: perl
52134            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
52135 ____________________________________________________________________________
52136 [  6789] By: jhi                                   on 2000/08/23  15:34:21
52137         Log: Update Changes.
52138      Branch: perl
52139            ! Changes patchlevel.h
52140 ____________________________________________________________________________
52141 [  6788] By: jhi                                   on 2000/08/23  15:33:40
52142         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
52143              From: Wilfredo Sánchez <wsanchez@apple.com>
52144              Date: Tue, 22 Aug 2000 19:31:27 -0700
52145              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
52146      Branch: perl
52147            ! perl.h
52148 ____________________________________________________________________________
52149 [  6787] By: jhi                                   on 2000/08/23  15:29:31
52150         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
52151              From: Spider Boardman <spider@leggy.zk3.dec.com>
52152              Date: Wed, 23 Aug 2000 10:33:23 -0400
52153              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
52154      Branch: perl
52155            ! lib/Pod/Html.pm
52156 ____________________________________________________________________________
52157 [  6786] By: jhi                                   on 2000/08/23  15:28:11
52158         Log: Bad makefile.
52159      Branch: perl
52160            ! ext/B/Makefile.PL
52161 ____________________________________________________________________________
52162 [  6785] By: jhi                                   on 2000/08/23  14:37:04
52163         Log: Update Changes.
52164      Branch: perl
52165            ! Changes patchlevel.h
52166 ____________________________________________________________________________
52167 [  6784] By: jhi                                   on 2000/08/23  13:58:41
52168         Log: Portability fix from Hugo van der Sanden.
52169      Branch: perl
52170            ! ext/re/Makefile.PL
52171 ____________________________________________________________________________
52172 [  6783] By: jhi                                   on 2000/08/23  13:53:53
52173         Log: Storable support, v-version fixes.
52174              
52175              Subject: CPAN.pm beta for testing available
52176              From: andreas.koenig@anima.de (Andreas J. Koenig)
52177              Date: 22 Aug 2000 23:31:33 +0200
52178              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
52179      Branch: perl
52180            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
52181 ____________________________________________________________________________
52182 [  6782] By: jhi                                   on 2000/08/23  13:51:26
52183         Log: Mac and other portability updates from Chris Nandor.
52184      Branch: perl
52185            ! pod/perlmodinstall.pod
52186 ____________________________________________________________________________
52187 [  6781] By: jhi                                   on 2000/08/23  13:47:33
52188         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
52189              From: Peter Prymmer <pvhp@forte.com>
52190              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
52191              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
52192      Branch: perl
52193            ! ext/Storable/Storable.xs
52194 ____________________________________________________________________________
52195 [  6780] By: jhi                                   on 2000/08/23  13:33:34
52196         Log: VMS MMS (make) wants null action.
52197      Branch: perl
52198            ! ext/B/Makefile.PL
52199 ____________________________________________________________________________
52200 [  6779] By: jhi                                   on 2000/08/22  19:44:47
52201         Log: Forgot portability nit.
52202      Branch: perl
52203            ! t/lib/st-forgive.t
52204 ____________________________________________________________________________
52205 [  6778] By: jhi                                   on 2000/08/22  19:35:25
52206         Log: Be portable.
52207      Branch: perl
52208            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
52209            ! t/lib/st-store.t
52210 ____________________________________________________________________________
52211 [  6777] By: jhi                                   on 2000/08/22  18:50:53
52212         Log: Update Changes.
52213      Branch: perl
52214            ! Changes patchlevel.h
52215 ____________________________________________________________________________
52216 [  6776] By: jhi                                   on 2000/08/22  18:44:46
52217         Log: cSVOPo_*v things index into the current PL_curpad
52218              under ithreads, which is different from the curpad
52219              used by the XSUB.  (In other words, the code as-is
52220              before this patch wouldn't work under ithreads.)
52221              From Sarathy.
52222      Branch: perl
52223            ! ext/B/B.xs
52224 ____________________________________________________________________________
52225 [  6775] By: jhi                                   on 2000/08/22  18:18:37
52226         Log: Make the selection of NVff et al stricter.
52227      Branch: metaconfig/U/perl
52228            ! perlxvf.U
52229      Branch: perl
52230            ! Configure config_h.SH
52231 ____________________________________________________________________________
52232 [  6774] By: jhi                                   on 2000/08/22  17:19:42
52233         Log: perldelta nits.
52234      Branch: perl
52235            ! pod/perldelta.pod
52236 ____________________________________________________________________________
52237 [  6773] By: jhi                                   on 2000/08/22  17:06:26
52238         Log: Long double fixes from Spider Boardman.
52239              
52240              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
52241              From: system PRIVILEGED account <root@peano.zk3.dec.com>
52242              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
52243              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
52244      Branch: perl
52245            ! t/lib/bigfltpm.t t/lib/st-06compat.t
52246 ____________________________________________________________________________
52247 [  6772] By: jhi                                   on 2000/08/22  15:04:53
52248         Log: Update Changes.
52249      Branch: perl
52250            ! Changes patchlevel.h
52251 ____________________________________________________________________________
52252 [  6771] By: jhi                                   on 2000/08/22  15:01:44
52253         Log: perldelta fixes from Hugo van der Sanden.
52254      Branch: perl
52255            ! pod/perldelta.pod
52256 ____________________________________________________________________________
52257 [  6770] By: jhi                                   on 2000/08/22  14:34:49
52258         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
52259              From: Hugo <hv@crypt.compulink.co.uk>
52260              Date: Tue, 22 Aug 2000 11:21:53 +0100
52261              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
52262      Branch: perl
52263            ! regcomp.c
52264 ____________________________________________________________________________
52265 [  6769] By: jhi                                   on 2000/08/22  14:30:02
52266         Log: Add Yitzchak, reformat.
52267      Branch: perl
52268            ! Changes config_h.SH
52269 ____________________________________________________________________________
52270 [  6768] By: jhi                                   on 2000/08/22  14:21:35
52271         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
52272              and Spider Boardman.
52273      Branch: metaconfig
52274            ! U/compline/d_gconvert.U
52275      Branch: perl
52276            ! Configure
52277 ____________________________________________________________________________
52278 [  6767] By: jhi                                   on 2000/08/22  14:11:24
52279         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
52280              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52281              Date: Mon, 21 Aug 2000 19:08:31 -0700
52282              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
52283      Branch: perl
52284            - ext/Storable/patchlevel.h
52285            ! MANIFEST ext/Storable/MANIFEST
52286 ____________________________________________________________________________
52287 [  6766] By: jhi                                   on 2000/08/22  13:49:29
52288         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
52289              From: Peter Prymmer <pvhp@forte.com>
52290              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
52291              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
52292      Branch: perl
52293            ! configure.com ext/Storable/Makefile.PL
52294 ____________________________________________________________________________
52295 [  6765] By: jhi                                   on 2000/08/22  13:44:59
52296         Log: Subject: [PATCH blead] B:: missing dependency
52297              From: Hugo <hv@crypt.compulink.co.uk>
52298              Date: Tue, 22 Aug 2000 06:44:33 +0100
52299              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
52300      Branch: perl
52301            ! ext/B/Makefile.PL
52302 ____________________________________________________________________________
52303 [  6764] By: jhi                                   on 2000/08/22  13:38:12
52304         Log: More bytecompiler.
52305      Branch: perl
52306            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
52307 ____________________________________________________________________________
52308 [  6763] By: jhi                                   on 2000/08/22  13:36:44
52309         Log: Bytecompiler patches from Benjamin Stuhl.
52310      Branch: perl
52311            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
52312            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
52313            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
52314            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
52315            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
52316            ! perl.c perlapi.h pod/perldelta.pod
52317 ____________________________________________________________________________
52318 [  6762] By: jhi                                   on 2000/08/21  23:43:40
52319         Log: An obsoleted diagnostic.
52320      Branch: perl
52321            ! pod/perldelta.pod
52322 ____________________________________________________________________________
52323 [  6761] By: jhi                                   on 2000/08/21  23:01:45
52324         Log: The #6759 wasn't quite right.
52325      Branch: perl
52326            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
52327            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
52328            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52329            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52330            ! t/lib/st-tieditems.t
52331 ____________________________________________________________________________
52332 [  6760] By: jhi                                   on 2000/08/21  22:35:49
52333         Log: Be verydeepclean.
52334      Branch: perl
52335            ! Makefile.SH
52336 ____________________________________________________________________________
52337 [  6759] By: jhi                                   on 2000/08/21  22:25:40
52338         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
52339              From: Peter Prymmer <pvhp@forte.com>
52340              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
52341              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
52342      Branch: perl
52343            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
52344            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
52345            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52346            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52347            ! t/lib/st-tieditems.t
52348 ____________________________________________________________________________
52349 [  6758] By: jhi                                   on 2000/08/21  22:22:32
52350         Log: Few more casts, need reported in
52351              
52352              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
52353              From: Mike Stok <mike@stok.co.uk>
52354              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
52355              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
52356              
52357              and
52358              
52359              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
52360              From: abigail@foad.org
52361              Date: 21 Aug 2000 21:31:34 -0000
52362              Message-Id: <20000821213134.30170.qmail@foad.org>
52363      Branch: perl
52364            ! ext/Storable/Storable.xs
52365 ____________________________________________________________________________
52366 [  6757] By: jhi                                   on 2000/08/21  18:37:07
52367         Log: Update Changes.
52368      Branch: perl
52369            ! Changes patchlevel.h
52370 ____________________________________________________________________________
52371 [  6756] By: jhi                                   on 2000/08/21  18:34:02
52372         Log: A pod nit.
52373              
52374              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
52375              From: <abigail@foad.org>
52376              Date: Mon, 21 Aug 2000 14:00:16 -0400
52377              Message-ID: <20000821180016.28627.qmail@foad.org>
52378      Branch: perl
52379            ! pod/perlre.pod
52380 ____________________________________________________________________________
52381 [  6755] By: jhi                                   on 2000/08/21  18:30:56
52382         Log: Use PodParser 1.18 new test.
52383      Branch: perl
52384            ! t/pod/special_seqs.t t/pod/special_seqs.xr
52385 ____________________________________________________________________________
52386 [  6754] By: jhi                                   on 2000/08/21  18:28:35
52387         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
52388              patches cannot be applied since #6712 conflicts.
52389      Branch: perl
52390            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
52391 ____________________________________________________________________________
52392 [  6753] By: jhi                                   on 2000/08/21  18:15:11
52393         Log: Weed out some smaller changes.
52394      Branch: perl
52395            ! pod/perldelta.pod
52396 ____________________________________________________________________________
52397 [  6752] By: jhi                                   on 2000/08/21  18:02:30
52398         Log: Also under djgpp the timestamps are funky.
52399      Branch: perl
52400            ! t/op/stat.t
52401 ____________________________________________________________________________
52402 [  6751] By: jhi                                   on 2000/08/21  17:55:56
52403         Log: Tweak the floating point output routine preferences.
52404      Branch: metaconfig
52405            ! U/compline/d_gconvert.U
52406      Branch: perl
52407            ! Configure
52408 ____________________________________________________________________________
52409 [  6750] By: jhi                                   on 2000/08/21  17:51:29
52410         Log: Unicos/mk requires elaborate paranoia.
52411      Branch: perl
52412            ! lib/Math/Complex.pm
52413 ____________________________________________________________________________
52414 [  6749] By: gsar                                  on 2000/08/21  16:53:31
52415         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
52416      Branch: perl
52417            ! lib/Cwd.pm
52418 ____________________________________________________________________________
52419 [  6748] By: gsar                                  on 2000/08/21  16:22:19
52420         Log: free TLS slot properly on Windows
52421      Branch: perl
52422            ! thread.h win32/perllib.c win32/win32thread.h
52423 ____________________________________________________________________________
52424 [  6747] By: jhi                                   on 2000/08/21  16:20:58
52425         Log: Rename the macro argument because some preprocessors
52426              can't tell the difference and expand arguments also inside
52427              double quoted strings.
52428      Branch: perl
52429            ! regcomp.c
52430 ____________________________________________________________________________
52431 [  6746] By: jhi                                   on 2000/08/21  16:09:41
52432         Log: Support long doubles in Storable.
52433              
52434              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
52435              From: Radu Greab <radu@netsoft.ro>
52436              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
52437              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
52438      Branch: perl
52439            ! ext/Storable/Storable.xs
52440 ____________________________________________________________________________
52441 [  6745] By: jhi                                   on 2000/08/21  15:51:40
52442         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
52443              From: "Fifer, Eric" <EFifer@sanwaint.com>
52444              Date: Mon, 21 Aug 2000 15:34:49 +0100
52445              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
52446      Branch: perl
52447            ! t/pragma/warn/9enabled
52448 ____________________________________________________________________________
52449 [  6744] By: jhi                                   on 2000/08/21  15:39:35
52450         Log: Document the endianness of Alpha more precisely.
52451      Branch: perl
52452            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
52453            ! pod/perlport.pod
52454 ____________________________________________________________________________
52455 [  6743] By: jhi                                   on 2000/08/21  14:47:05
52456         Log: perldelta fixes from the p5p crowd.
52457      Branch: perl
52458            ! pod/perldelta.pod pod/perlop.pod
52459 ____________________________________________________________________________
52460 [  6742] By: jhi                                   on 2000/08/21  13:34:51
52461         Log: Update to Pod::LaTeX 0.53.
52462              
52463              Subject: [PATCH] lib/Pod/LaTeX.pm updates
52464              From: Tim Jenness <timj@jach.hawaii.edu>
52465              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
52466              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
52467      Branch: perl
52468            ! lib/Pod/LaTeX.pm
52469 ____________________________________________________________________________
52470 [  6741] By: jhi                                   on 2000/08/21  13:33:01
52471         Log: Subject: [PATCH] os2.c fix for use64bitint
52472              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52473              Date: Mon, 21 Aug 2000 01:32:25 -0700
52474              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
52475      Branch: perl
52476            ! os2/os2.c
52477 ____________________________________________________________________________
52478 [  6740] By: jhi                                   on 2000/08/21  13:28:52
52479         Log: Array context keeps slithering in.
52480              
52481              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
52482              From: Daniel Chetlin <daniel@chetlin.com>
52483              Date: Sun, 20 Aug 2000 21:40:25 -0700
52484              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
52485      Branch: perl
52486            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
52487            ! pod/perldebtut.pod
52488 ____________________________________________________________________________
52489 [  6739] By: jhi                                   on 2000/08/21  13:23:55
52490         Log: Big-endian quad fixes for Storable from Radu Greab,
52491              plus few explicit null casts for picky compilers.
52492      Branch: perl
52493            ! ext/Storable/Storable.xs
52494 ____________________________________________________________________________
52495 [  6738] By: gsar                                  on 2000/08/21  05:56:13
52496         Log: small tweaks for change#6705: avoid C++ style comments in C code;
52497              use Perl's malloc API rather than the low level system one
52498      Branch: perl
52499            ! win32/win32.c
52500 ____________________________________________________________________________
52501 [  6737] By: gsar                                  on 2000/08/21  05:35:41
52502         Log: add Storable to list of extensions on Windows
52503      Branch: perl
52504            ! win32/Makefile win32/makefile.mk
52505 ____________________________________________________________________________
52506 [  6736] By: jhi                                   on 2000/08/21  02:57:53
52507         Log: Update Changes.
52508      Branch: perl
52509            ! Changes patchlevel.h
52510 ____________________________________________________________________________
52511 [  6735] By: jhi                                   on 2000/08/21  02:57:20
52512         Log: Draft 0.
52513      Branch: perl
52514            ! pod/perldelta.pod
52515 ____________________________________________________________________________
52516 [  6734] By: jhi                                   on 2000/08/21  02:57:03
52517         Log: Add Storable 0.7.2 from Raphael Manfredi,
52518              plus the patch from
52519              
52520              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
52521              From: Radu Greab <radu@netsoft.ro>
52522              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
52523              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
52524              
52525              plus changes to get Storable to compile with
52526              picky ANSI compilers.
52527      Branch: perl
52528            + ext/Storable/ChangeLog ext/Storable/MANIFEST
52529            + ext/Storable/Makefile.PL ext/Storable/README
52530            + ext/Storable/Storable.pm ext/Storable/Storable.xs
52531            + ext/Storable/patchlevel.h t/lib/st-06compat.t
52532            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
52533            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
52534            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
52535            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
52536            + t/lib/st-tieditems.t
52537            ! MANIFEST
52538 ____________________________________________________________________________
52539 [  6733] By: jhi                                   on 2000/08/21  02:29:09
52540         Log: The correct cleaning order is an art.
52541      Branch: perl
52542            ! Makefile.SH
52543 ____________________________________________________________________________
52544 [  6732] By: jhi                                   on 2000/08/21  01:23:39
52545         Log: The #6724 is here.
52546      Branch: perl
52547            ! t/lib/ftmp-security.t
52548 ____________________________________________________________________________
52549 [  6731] By: jhi                                   on 2000/08/20  23:17:03
52550         Log: s/this one/the 5.6.0 release/
52551      Branch: perl
52552            ! pod/perl56delta.pod
52553 ____________________________________________________________________________
52554 [  6730] By: jhi                                   on 2000/08/20  23:07:34
52555         Log: Mention perlebcdic and perlposix-bc.
52556      Branch: perl
52557            ! pod/perlport.pod
52558 ____________________________________________________________________________
52559 [  6729] By: jhi                                   on 2000/08/20  21:32:59
52560         Log: Document the number of exponent digits.
52561      Branch: perl
52562            ! pod/perlfunc.pod
52563 ____________________________________________________________________________
52564 [  6728] By: jhi                                   on 2000/08/20  21:16:47
52565         Log: Use File::Spec->tmpdir().
52566              
52567              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
52568              From: Tim Jenness <timj@jach.hawaii.edu>
52569              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
52570              MIME-Version: 1.0
52571              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
52572      Branch: perl
52573            ! utils/perlbug.PL
52574 ____________________________________________________________________________
52575 [  6727] By: jhi                                   on 2000/08/20  20:43:32
52576         Log: Update Changes.
52577      Branch: perl
52578            ! Changes patchlevel.h
52579 ____________________________________________________________________________
52580 [  6726] By: jhi                                   on 2000/08/20  20:41:44
52581         Log: The veryclean target needs to clobber.
52582      Branch: perl
52583            ! Makefile.SH
52584 ____________________________________________________________________________
52585 [  6725] By: jhi                                   on 2000/08/20  20:37:38
52586         Log: Document odd vs even subreleases and -Dusedevel.
52587      Branch: perl
52588            ! INSTALL
52589 ____________________________________________________________________________
52590 [  6724] By: jhi                                   on 2000/08/20  19:58:05
52591         Log: Use temporary directory instead of current directory.
52592              
52593              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
52594              From: Tim Jenness <timj@jach.hawaii.edu>
52595              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
52596              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
52597      Branch: perl
52598            ! t/lib/ftmp-security.t
52599 ____________________________________________________________________________
52600 [  6723] By: jhi                                   on 2000/08/20  19:55:55
52601         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
52602              From: andreas.koenig@anima.de (Andreas J. Koenig)
52603              Date: 20 Aug 2000 15:52:03 +0200
52604              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
52605      Branch: perl
52606            ! lib/ExtUtils/MM_Unix.pm
52607 ____________________________________________________________________________
52608 [  6722] By: jhi                                   on 2000/08/20  19:46:01
52609         Log: Update to CGI 2.72, from Lincoln Stein.
52610      Branch: perl
52611            ! lib/CGI.pm
52612 ____________________________________________________________________________
52613 [  6721] By: jhi                                   on 2000/08/20  19:43:54
52614         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
52615              From: Radu Greab <radu@netsoft.ro>
52616              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
52617              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
52618      Branch: perl
52619            ! ext/GDBM_File/GDBM_File.xs
52620 ____________________________________________________________________________
52621 [  6720] By: jhi                                   on 2000/08/20  19:42:01
52622         Log: pp_open() could pass an uninitialized filename down to do_open9().
52623      Branch: perl
52624            ! pp_sys.c
52625 ____________________________________________________________________________
52626 [  6719] By: jhi                                   on 2000/08/20  14:06:41
52627         Log: UTF8 concat fixes.
52628              
52629              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
52630              From: Hugo <hv@crypt.compulink.co.uk>
52631              Date: Sun, 20 Aug 2000 07:30:46 +0100
52632              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
52633      Branch: perl
52634            ! pp_hot.c t/op/append.t
52635 ____________________________________________________________________________
52636 [  6718] By: jhi                                   on 2000/08/20  02:09:37
52637         Log: Let's try #6717 again.
52638      Branch: perl
52639            ! lib/File/Temp.pm
52640 ____________________________________________________________________________
52641 [  6717] By: jhi                                   on 2000/08/20  01:56:55
52642         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
52643              From: "Craig A. Berry" <craig.berry@metamorgs.com>
52644              Date: Sat, 19 Aug 2000 18:15:39 -0500
52645              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
52646      Branch: perl
52647            ! lib/File/Temp.pm
52648 ____________________________________________________________________________
52649 [  6716] By: jhi                                   on 2000/08/19  15:50:11
52650         Log: Update Changes.
52651      Branch: perl
52652            ! Changes patchlevel.h
52653 ____________________________________________________________________________
52654 [  6715] By: jhi                                   on 2000/08/19  15:39:09
52655         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
52656              From: Jonathan D Johnston <jdjohnston2@juno.com>
52657              Date: Thu, 17 Aug 2000 23:13:01 -0400       
52658              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
52659      Branch: perl
52660            ! pod/perlfunc.pod
52661 ____________________________________________________________________________
52662 [  6714] By: jhi                                   on 2000/08/19  15:34:04
52663         Log: Introduce a 'veryclean' target that is like 'distclean'
52664              but also removes *~ and *.orig.
52665      Branch: perl
52666            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
52667            ! utils/Makefile x2p/Makefile.SH
52668 ____________________________________________________________________________
52669 [  6713] By: jhi                                   on 2000/08/19  14:15:45
52670         Log: Put back the long double avoidance code to POSIX.xs
52671              because VMS seems to need it still.
52672      Branch: perl
52673            ! ext/POSIX/POSIX.xs
52674 ____________________________________________________________________________
52675 [  6712] By: jhi                                   on 2000/08/19  14:10:41
52676         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
52677              From: Peter Prymmer <pvhp@forte.com>
52678              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
52679              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
52680      Branch: perl
52681            ! lib/Pod/Find.pm t/pod/find.t
52682 ____________________________________________________________________________
52683 [  6711] By: jhi                                   on 2000/08/19  14:09:19
52684         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
52685              From: Peter Prymmer <pvhp@forte.com>
52686              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
52687              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
52688              cc: vmsperl@perl.org
52689      Branch: perl
52690            ! t/lib/peek.t
52691 ____________________________________________________________________________
52692 [  6710] By: jhi                                   on 2000/08/19  14:08:01
52693         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
52694              From: Jan Dubois <jand@ActiveState.com>
52695              Date: Fri, 18 Aug 2000 16:31:48 -0700
52696              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
52697      Branch: perl
52698            ! win32/win32.c
52699 ____________________________________________________________________________
52700 [  6709] By: jhi                                   on 2000/08/19  14:06:57
52701         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
52702              
52703              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
52704              From: Spider.Boardman@Orb.Nashua.NH.US
52705              Date: Fri, 18 Aug 2000 18:41:14 -0400
52706              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
52707      Branch: perl
52708            ! regcomp.c
52709 ____________________________________________________________________________
52710 [  6708] By: jhi                                   on 2000/08/18  22:04:49
52711         Log: Update Changes.
52712      Branch: perl
52713            ! Changes patchlevel.h
52714 ____________________________________________________________________________
52715 [  6707] By: jhi                                   on 2000/08/18  21:55:14
52716         Log: Add warnif(), check warnings further up the stack,
52717              all the warnings functions now can take an optional object reference.
52718              
52719              Subject: [PATCH bleedperl@6691] warnings pragma update
52720              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
52721              Date: Fri, 18 Aug 2000 22:42:06 +0100
52722              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
52723      Branch: perl
52724            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
52725            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
52726            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
52727 ____________________________________________________________________________
52728 [  6706] By: jhi                                   on 2000/08/18  21:41:45
52729         Log: Typo in pp_complement().
52730              
52731              Subject: [PATCH perl-current] Deparse
52732              From: Peter Scott <Peter@PSDT.com>
52733              Date: Fri, 18 Aug 2000 12:44:37 -0700
52734              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
52735      Branch: perl
52736            ! ext/B/B/Deparse.pm
52737 ____________________________________________________________________________
52738 [  6705] By: jhi                                   on 2000/08/18  21:25:59
52739         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
52740              From: Jan Dubois <jand@ActiveState.com>
52741              Date: Fri, 18 Aug 2000 14:22:51 -0700
52742              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
52743      Branch: perl
52744            ! lib/Win32.pod win32/win32.c
52745 ____________________________________________________________________________
52746 [  6704] By: jhi                                   on 2000/08/18  21:16:14
52747         Log: Don't eat leading os from index entries.
52748              
52749              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
52750              From: Russ Allbery <rra@stanford.edu>
52751              Date: 10 Aug 2000 20:49:25 -0700
52752              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
52753      Branch: perl
52754            ! lib/Pod/Man.pm
52755 ____________________________________________________________________________
52756 [  6703] By: jhi                                   on 2000/08/18  21:07:06
52757         Log: Add [[:blank:]] as suggested in
52758              
52759              Subject: [ID 20000716.024] [=cc=] / [:blank:]
52760              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
52761              Date: Sun, 16 Jul 2000 17:55:29 -0700
52762              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
52763              
52764              (the [=cc=] has already been taken care of by #6439
52765              so the whole bug report can be closed)
52766              
52767              and make [[:space:]] to be equivalent to isspace(3)
52768              (as opposed to \s, which is isSPACE()).  The difference
52769              is that now [[:space:]] matches the mythical vertical tab,
52770              while \s doesn't.
52771      Branch: perl
52772            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
52773            ! regexec.c t/op/pat.t
52774 ____________________________________________________________________________
52775 [  6702] By: jhi                                   on 2000/08/18  18:47:47
52776         Log: The new tests were missing from #6415.
52777      Branch: perl
52778            ! t/op/bop.t
52779 ____________________________________________________________________________
52780 [  6701] By: jhi                                   on 2000/08/18  18:20:40
52781         Log: Document the NDBM_File and ODBM_File as SDBM_File
52782              was documented in #6417.
52783      Branch: perl
52784            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
52785            ! ext/SDBM_File/SDBM_File.pm
52786 ____________________________________________________________________________
52787 [  6700] By: jhi                                   on 2000/08/18  18:10:39
52788         Log: Subject: [PATCH perl@6698] cygwin port
52789              From: "Fifer, Eric" <EFifer@sanwaint.com>
52790              Date: Fri, 18 Aug 2000 17:30:05 +0100
52791              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
52792      Branch: perl
52793            ! lib/File/Temp.pm
52794 ____________________________________________________________________________
52795 [  6699] By: jhi                                   on 2000/08/18  16:21:49
52796         Log: Document code point which makes if (defined %stash::) to work
52797              (noted by Spider Boardman).
52798      Branch: perl
52799            ! op.c
52800 ____________________________________________________________________________
52801 [  6698] By: jhi                                   on 2000/08/18  13:43:27
52802         Log: Update Changes.
52803      Branch: perl
52804            ! Changes patchlevel.h
52805 ____________________________________________________________________________
52806 [  6697] By: jhi                                   on 2000/08/18  13:35:57
52807         Log: Tiny Getopt::Long patch from Johan Vromans.
52808      Branch: perl
52809            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
52810 ____________________________________________________________________________
52811 [  6696] By: jhi                                   on 2000/08/18  13:26:14
52812         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
52813              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
52814              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
52815              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
52816      Branch: perl
52817            ! pod/perldiag.pod pod/perlsyn.pod
52818 ____________________________________________________________________________
52819 [  6695] By: jhi                                   on 2000/08/18  13:13:26
52820         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
52821              From: Daniel Chetlin <daniel@chetlin.com>
52822              Date: Fri, 18 Aug 2000 03:13:36 -0700
52823              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
52824      Branch: perl
52825            ! pod/perlfunc.pod
52826 ____________________________________________________________________________
52827 [  6694] By: jhi                                   on 2000/08/18  13:08:05
52828         Log: Subject: [PATCH] perltrap.pod spring cleaning
52829              From: Daniel Chetlin <daniel@chetlin.com>
52830              Date: Fri, 18 Aug 2000 03:06:54 -0700
52831              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
52832              
52833              plus Mike Guy's nitfix.
52834      Branch: perl
52835            ! pod/perltrap.pod
52836 ____________________________________________________________________________
52837 [  6693] By: jhi                                   on 2000/08/18  13:00:26
52838         Log: Unbuffer the output.
52839              
52840              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
52841              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
52842              Date: Thu, 17 Aug 2000 18:39:29 -0700
52843              Message-ID: <RPJn5gzkgydf092yn@efn.org>
52844      Branch: perl
52845            ! t/op/fork.t
52846 ____________________________________________________________________________
52847 [  6692] By: jhi                                   on 2000/08/18  05:19:17
52848         Log: Delete the image, too, not just its MANIFEStation.
52849      Branch: perl
52850            - lib/CGI/eg/wilogo.gif
52851 ____________________________________________________________________________
52852 [  6691] By: jhi                                   on 2000/08/18  05:10:26
52853         Log: Propagate new Configure vars.
52854      Branch: perl
52855            ! configure.com epoc/config.sh uconfig.h uconfig.sh
52856            ! vos/config.def vos/config.h vos/config_h.SH_orig
52857            ! win32/config.bc win32/config.gc win32/config.vc
52858            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
52859 ____________________________________________________________________________
52860 [  6690] By: jhi                                   on 2000/08/18  04:30:56
52861         Log: Update Changes.
52862      Branch: perl
52863            ! Changes patchlevel.h
52864 ____________________________________________________________________________
52865 [  6689] By: jhi                                   on 2000/08/18  04:12:30
52866         Log: Fix the lib/complex failure of
52867              
52868              From: abigail@foad.org
52869              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52870              Date: 15 Aug 2000 04:06:38 -0000
52871              Message-Id: <20000815040638.8524.qmail@foad.org> 
52872              
52873              Linux long double accuracy issue: something that
52874              when printed with %g looks like "2" but int() of it is 1.
52875      Branch: perl
52876            ! lib/Math/Complex.pm
52877 ____________________________________________________________________________
52878 [  6688] By: jhi                                   on 2000/08/18  03:15:35
52879         Log: The byteorder code in #6671 was wrong.
52880      Branch: perl
52881            ! configpm
52882 ____________________________________________________________________________
52883 [  6687] By: jhi                                   on 2000/08/18  02:08:42
52884         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
52885              From: Jan Dubois <jand@ActiveState.com>
52886              Date: Thu, 17 Aug 2000 18:31:55 -0700
52887              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
52888      Branch: perl
52889            ! sv.c
52890 ____________________________________________________________________________
52891 [  6686] By: jhi                                   on 2000/08/18  02:04:15
52892         Log: Use NVs in POSIX math, not doubles.
52893              
52894              From: abigail@foad.org
52895              Subject: [ID 20000817.014] POSIX & modfl
52896              Date: 17 Aug 2000 20:49:18 -0000
52897              Message-Id: <20000817204918.23123.qmail@foad.org>
52898      Branch: perl
52899            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
52900 ____________________________________________________________________________
52901 [  6685] By: jhi                                   on 2000/08/18  02:02:12
52902         Log: Introduce NVef, NVff, and NVgf, use the middle one.
52903              (helps for lib/peek + Linux + long doubles)  Reported in
52904              
52905              From: abigail@foad.org
52906              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
52907              Date: 15 Aug 2000 04:06:38 -0000
52908              Message-Id: <20000815040638.8524.qmail@foad.org> 
52909              
52910              (note: the lib/complex failure has not yet been addressed)
52911      Branch: metaconfig/U/perl
52912            ! perlxvf.U
52913      Branch: perl
52914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
52915            ! config_h.SH dump.c perl.h pod/perlguts.pod
52916 ____________________________________________________________________________
52917 [  6684] By: jhi                                   on 2000/08/17  23:22:19
52918         Log: Add byteorder to the myconfig output.
52919      Branch: perl
52920            ! myconfig.SH
52921 ____________________________________________________________________________
52922 [  6683] By: jhi                                   on 2000/08/17  23:20:19
52923         Log: The image doth not exist, spotted by Johan Vromans.
52924      Branch: perl
52925            ! MANIFEST
52926 ____________________________________________________________________________
52927 [  6682] By: jhi                                   on 2000/08/17  22:38:16
52928         Log: Document what the backtick returns if the command fails.
52929      Branch: perl
52930            ! pod/perlop.pod
52931 ____________________________________________________________________________
52932 [  6681] By: jhi                                   on 2000/08/17  22:33:12
52933         Log: Do not use prototyping here.
52934              
52935              Subject: [ID 20000817.016] [PATCH] Peek.xs
52936              From: abigail@foad.org
52937              Date: 17 Aug 2000 20:55:56 -0000
52938              Message-Id: <20000817205556.24270.qmail@foad.org>
52939      Branch: perl
52940            ! ext/Devel/Peek/Makefile.PL
52941 ____________________________________________________________________________
52942 [  6680] By: jhi                                   on 2000/08/17  19:46:43
52943         Log: Don't propose using modules built for 5.005 if no binary
52944              compatibility with 5.005 is attempted.
52945              
52946              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
52947              Subject: Minor nit with 5.7.0 (6655)
52948              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
52949              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
52950      Branch: metaconfig
52951            ! U/installdirs/inc_version_list.U
52952      Branch: perl
52953            ! Configure config_h.SH
52954 ____________________________________________________________________________
52955 [  6679] By: jhi                                   on 2000/08/17  19:16:39
52956         Log: Microperl config update.
52957      Branch: perl
52958            ! uconfig.h uconfig.sh
52959 ____________________________________________________________________________
52960 [  6678] By: jhi                                   on 2000/08/17  19:16:13
52961         Log: The #6648 wasn't protective enough for limited platforms
52962              (like microperl).
52963      Branch: perl
52964            ! dump.c sv.c
52965 ____________________________________________________________________________
52966 [  6677] By: jhi                                   on 2000/08/17  14:46:35
52967         Log: Update Changes.
52968      Branch: perl
52969            ! Changes patchlevel.h
52970 ____________________________________________________________________________
52971 [  6676] By: jhi                                   on 2000/08/17  14:44:02
52972         Log: Add perlebcdic from Peter Prymmer, regen toc.
52973      Branch: perl
52974            + pod/perlebcdic.pod
52975            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
52976 ____________________________________________________________________________
52977 [  6675] By: jhi                                   on 2000/08/17  14:41:52
52978         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
52979      Branch: perl
52980            ! pod/perldebtut.pod
52981 ____________________________________________________________________________
52982 [  6674] By: jhi                                   on 2000/08/17  14:29:43
52983         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
52984              
52985              Subject: [ID 20000724.006] -DLEAKTEST problem
52986              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
52987              Date: Tue, 25 Jul 2000 00:36:32 -0500
52988              Message-Id: <20000725003632.A26186@www.llamacom.com>
52989              
52990              Reminder sent
52991              
52992              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
52993              From: Hugo <hv@crypt.compulink.co.uk>
52994              Date: Thu, 17 Aug 2000 15:23:42 +0100
52995              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
52996      Branch: perl
52997            ! util.c
52998 ____________________________________________________________________________
52999 [  6673] By: jhi                                   on 2000/08/17  04:07:10
53000         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
53001              From: John Peacock <JPeacock@UnivPress.com>
53002              Date: Tue, 01 Aug 2000 09:38:12 -0400
53003              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
53004      Branch: perl
53005            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
53006 ____________________________________________________________________________
53007 [  6672] By: jhi                                   on 2000/08/17  03:04:35
53008         Log: Subject: [PATCH] Cwd.pm now uses strict
53009              From: Tim Jenness <timj@jach.hawaii.edu>
53010              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
53011              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
53012      Branch: perl
53013            ! lib/Cwd.pm
53014 ____________________________________________________________________________
53015 [  6671] By: jhi                                   on 2000/08/17  02:16:35
53016         Log: Make $Config{byteorder} more magical so that it is
53017              dynamically computed: nice for 'fat binaries'.
53018              
53019              Subject: [PATCH]: default byteorder
53020              From: Wilfredo Sánchez <wsanchez@apple.com>
53021              Date: Mon, 31 Jul 2000 19:45:31 -0700
53022              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
53023      Branch: perl
53024            ! configpm
53025 ____________________________________________________________________________
53026 [  6670] By: gsar                                  on 2000/08/17  01:22:21
53027         Log: move WNOHANG definition to where other such things are
53028      Branch: perl
53029            ! win32/win32.h
53030 ____________________________________________________________________________
53031 [  6669] By: jhi                                   on 2000/08/17  01:19:17
53032         Log: Update Changes.
53033      Branch: perl
53034            ! Changes patchlevel.h
53035 ____________________________________________________________________________
53036 [  6668] By: jhi                                   on 2000/08/17  01:16:29
53037         Log: Doc nits spotted by Richard Soderberg.
53038      Branch: perl
53039            ! README.posix-bc README.vmesa
53040 ____________________________________________________________________________
53041 [  6667] By: jhi                                   on 2000/08/17  01:12:11
53042         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
53043              From: "Casey R. Tweten" <crt@kiski.net>
53044              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
53045              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
53046      Branch: perl
53047            ! pod/perldebtut.pod
53048 ____________________________________________________________________________
53049 [  6666] By: jhi                                   on 2000/08/17  01:09:31
53050         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
53051              From: "Casey R. Tweten" <crt@kiski.net>
53052              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
53053              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
53054      Branch: perl
53055            ! lib/Shell.pm
53056 ____________________________________________________________________________
53057 [  6665] By: gsar                                  on 2000/08/17  01:03:52
53058         Log: add "ok" targets from change#6632 in makefile.mk
53059      Branch: perl
53060            ! pod/perlport.pod win32/Makefile win32/makefile.mk
53061 ____________________________________________________________________________
53062 [  6664] By: gsar                                  on 2000/08/17  00:56:11
53063         Log: avoid warnings from dense compiler
53064      Branch: perl
53065            ! win32/win32.c
53066 ____________________________________________________________________________
53067 [  6663] By: jhi                                   on 2000/08/17  00:51:49
53068         Log: Tweak the regex compilation errors once more.
53069      Branch: perl
53070            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
53071            ! t/op/regmesg.t t/pragma/warn/regcomp
53072 ____________________________________________________________________________
53073 [  6662] By: gsar                                  on 2000/08/17  00:28:19
53074         Log: trailing new %ENV entries weren't being pushed into the real
53075              environment of subprocesses on Windows
53076      Branch: perl
53077            ! t/op/magic.t win32/perlhost.h
53078 ____________________________________________________________________________
53079 [  6661] By: gsar                                  on 2000/08/17  00:19:20
53080         Log: waitpid() now handles externally spawned pids correctly;
53081              fixes for backtick/wait/waitpid failures on Windows 9x
53082              
53083              these changes make the pid returned by process functions on
53084              Windows 9x always positive by clearing the high bit (which
53085              is always set on Win9x); pseudo-process PIDs are likewise
53086              always negative now on Win9x (just as on NT/2000)
53087      Branch: perl
53088            ! pp_sys.c win32/perlhost.h win32/win32.c
53089 ____________________________________________________________________________
53090 [  6660] By: jhi                                   on 2000/08/17  00:04:32
53091         Log: Retract #6645.
53092      Branch: perl
53093            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53094            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
53095            ! t/op/sprintf.t
53096 ____________________________________________________________________________
53097 [  6659] By: gsar                                  on 2000/08/16  23:59:28
53098         Log: on windows, the return values from wait() and waitpid() don't
53099              match those of pseudo-pids
53100      Branch: perl
53101            ! pp_sys.c t/op/fork.t util.c win32/win32.c
53102 ____________________________________________________________________________
53103 [  6658] By: gsar                                  on 2000/08/16  23:56:14
53104         Log: pod nit seen in passing
53105      Branch: perl
53106            ! pod/perlfunc.pod
53107 ____________________________________________________________________________
53108 [  6657] By: gsar                                  on 2000/08/16  23:53:42
53109         Log: change#6328 could make close(SOCKET) return false on windows
53110              when it shouldn't
53111      Branch: perl
53112            ! win32/win32sck.c
53113 ____________________________________________________________________________
53114 [  6656] By: gsar                                  on 2000/08/16  23:46:57
53115         Log: check that the number pseudo children doesn't exceed
53116              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
53117              the WaitForMultipleObjects() limit that would cause wait()
53118              to crash)
53119              
53120              wait() and waitpid() could potentially be rewritten to use
53121              more than one thread to do the waiting to eliminate this
53122              limitation
53123      Branch: perl
53124            ! win32/perlhost.h
53125 ____________________________________________________________________________
53126 [  6655] By: jhi                                   on 2000/08/16  14:11:05
53127         Log: Update Changes.
53128      Branch: perl
53129            ! Changes patchlevel.h
53130 ____________________________________________________________________________
53131 [  6654] By: jhi                                   on 2000/08/16  14:10:12
53132         Log: Update to perldebtut 1.9, from Richard Foley.
53133      Branch: perl
53134            ! pod/perldebtut.pod
53135 ____________________________________________________________________________
53136 [  6653] By: jhi                                   on 2000/08/16  14:08:17
53137         Log: Change the regx compilation error markers to use = instead of <
53138              since pod makes using the latter quite messy.  Reported in
53139              ID 20000814.006 by Abigail and in
53140              Subject: Unknown escape E<> ?
53141              From: Lupe Christoph <lupe@lupe-christoph.de>
53142              Date: Fri, 11 Aug 2000 00:30:27 +0200
53143              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
53144      Branch: perl
53145            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
53146            ! t/op/regmesg.t t/pragma/warn/regcomp
53147 ____________________________________________________________________________
53148 [  6652] By: jhi                                   on 2000/08/16  13:25:31
53149         Log: Change the perlbug address to perl.org since it's more forgiving.
53150              
53151              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
53152              From: abigail@foad.org
53153              Date: 15 Aug 2000 04:15:40 -0000
53154              Message-Id: <20000815041540.8633.qmail@foad.org>
53155      Branch: perl
53156            ! utils/perlbug.PL
53157 ____________________________________________________________________________
53158 [  6651] By: jhi                                   on 2000/08/16  13:22:35
53159         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
53160              From: Tim Jenness <timj@jach.hawaii.edu>
53161              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
53162              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
53163      Branch: perl
53164            ! lib/Cwd.pm
53165 ____________________________________________________________________________
53166 [  6650] By: jhi                                   on 2000/08/16  13:18:13
53167         Log: Update to CPAN 1.57.
53168              
53169              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
53170              From: andreas.koenig@anima.de (Andreas J. Koenig)
53171              Date: 16 Aug 2000 15:09:46 +0200
53172              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
53173      Branch: perl
53174            ! lib/CPAN.pm
53175 ____________________________________________________________________________
53176 [  6649] By: jhi                                   on 2000/08/16  13:12:31
53177         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
53178              From: "Larry W. Virden" <lvirden@cas.org>
53179              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
53180              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
53181      Branch: perl
53182            ! README.hpux
53183 ____________________________________________________________________________
53184 [  6648] By: jhi                                   on 2000/08/16  13:03:53
53185         Log: The numeric locale was reset to "C" by s?printf and never restored.
53186              
53187              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53188              From: Christian Kirsch <ck@held.mind.de>
53189              Date: Wed, 9 Aug 2000 17:05:17 +0200
53190              Message-Id: <20000809170517.A25389@held>
53191              
53192              No test since adding the failing example to locale.t
53193              does not fail -- probably because the locale settings are so
53194              thoroughly tweaked by that time.  Running the example standalone
53195              does fail, though.  UPDATE: test case added at change #7540.
53196      Branch: perl
53197            ! dump.c perl.h pp.c pp_ctl.c sv.c
53198 ____________________________________________________________________________
53199 [  6647] By: jhi                                   on 2000/08/16  00:07:54
53200         Log: Update Changes and test semi-automatic patchlevel updating.
53201      Branch: perl
53202            ! Changes patchlevel.h
53203 ____________________________________________________________________________
53204 [  6646] By: jhi                                   on 2000/08/15  23:35:07
53205         Log: Fix a dependency problem.
53206              
53207              Subject: [PATCH: 6640] VMS Makefile.SH update
53208              From: Peter Prymmer <pvhp@forte.com>
53209              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
53210              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
53211      Branch: perl
53212            ! vms/descrip_mms.template
53213 ____________________________________________________________________________
53214 [  6645] By: jhi                                   on 2000/08/15  23:33:23
53215         Log: (Retracted by #6660)
53216              
53217              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
53218              From: Dominic Dunlop <domo@computer.org>
53219              Date: Tue, 15 Aug 2000 22:20:52 +0200
53220              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
53221      Branch: metaconfig/U/perl
53222            + d_printfed.U
53223      Branch: perl
53224            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53225            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
53226            ! t/op/sprintf.t
53227 ____________________________________________________________________________
53228 [  6644] By: jhi                                   on 2000/08/15  21:17:20
53229         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
53230              From: abigail@foad.org
53231              Date: 15 Aug 2000 20:12:41 -0000
53232              Message-Id: <20000815201241.25556.qmail@foad.org>
53233      Branch: perl
53234            ! INSTALL
53235 ____________________________________________________________________________
53236 [  6643] By: jhi                                   on 2000/08/15  21:15:28
53237         Log: (an already applied patch)
53238      Branch: perl
53239            ! lib/CGI.pm
53240 ____________________________________________________________________________
53241 [  6642] By: gsar                                  on 2000/08/15  19:54:05
53242         Log: magic callbacks all need to have same type signature
53243      Branch: perl
53244            ! embed.pl mg.c proto.h
53245 ____________________________________________________________________________
53246 [  6641] By: jhi                                   on 2000/08/15  17:56:27
53247         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)
53248              From: Mike Guy <mjtg@cam.ac.uk>
53249              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
53250              Date: Tue, 15 Aug 2000 18:26:45 +0100
53251              
53252              Only the peek.t part applied, not the hash quality part.
53253      Branch: perl
53254            ! t/lib/peek.t
53255 ____________________________________________________________________________
53256 [  6640] By: jhi                                   on 2000/08/15  16:37:37
53257         Log: Update Changes.
53258      Branch: perl
53259            ! Changes
53260 ____________________________________________________________________________
53261 [  6639] By: jhi                                   on 2000/08/15  16:34:55
53262         Log: Missed a file from #6638.
53263      Branch: perl
53264            ! lib/File/Temp.pm
53265 ____________________________________________________________________________
53266 [  6638] By: jhi                                   on 2000/08/15  16:33:19
53267         Log: Subject: [PATCH perl@6620] cygwin port
53268              From: "Fifer, Eric" <EFifer@sanwaint.com>
53269              Date: Tue, 15 Aug 2000 17:00:49 +0100
53270              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
53271      Branch: perl
53272            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
53273 ____________________________________________________________________________
53274 [  6637] By: jhi                                   on 2000/08/15  16:29:22
53275         Log: Subject: [PATCH] debugger exit code should reflect user exit code
53276              From: Mike Guy <mjtg@cam.ac.uk>
53277              Date: Tue, 15 Aug 2000 16:55:59 +0100
53278              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
53279      Branch: perl
53280            ! lib/perl5db.pl
53281 ____________________________________________________________________________
53282 [  6636] By: jhi                                   on 2000/08/15  15:30:58
53283         Log: Update Changes.
53284      Branch: perl
53285            ! Changes
53286 ____________________________________________________________________________
53287 [  6635] By: jhi                                   on 2000/08/15  15:27:21
53288         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
53289      Branch: metaconfig
53290            ! U/mkglossary U/mksample
53291      Branch: metaconfig/U/perl
53292            ! Devel.U
53293      Branch: perl
53294            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
53295 ____________________________________________________________________________
53296 [  6634] By: jhi                                   on 2000/08/15  14:11:55
53297         Log: Don't blow limited stacks, a lower number is enough to
53298              tickle the lookbehind limit.
53299              
53300              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
53301              From: Dominic Dunlop <domo@computer.org>
53302              Date: Tue, 15 Aug 2000 13:51:24 +0200
53303              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
53304      Branch: perl
53305            ! t/op/regmesg.t
53306 ____________________________________________________________________________
53307 [  6633] By: jhi                                   on 2000/08/15  14:01:46
53308         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
53309              From: Mike Guy <mjtg@cam.ac.uk>
53310              Date: Tue, 15 Aug 2000 12:10:50 +0100
53311              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
53312      Branch: perl
53313            ! utils/perldoc.PL
53314 ____________________________________________________________________________
53315 [  6632] By: jhi                                   on 2000/08/15  13:58:48
53316         Log: make ok etc also for win32.
53317              
53318              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
53319              From: Prymmer/Kahn <pvhp@best.com>
53320              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
53321              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
53322      Branch: perl
53323            ! win32/Makefile
53324 ____________________________________________________________________________
53325 [  6631] By: jhi                                   on 2000/08/15  13:45:03
53326         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
53327      Branch: perl
53328            ! lib/Test.pm
53329 ____________________________________________________________________________
53330 [  6630] By: jhi                                   on 2000/08/15  03:25:09
53331         Log: Update Changes.
53332      Branch: perl
53333            ! Changes
53334 ____________________________________________________________________________
53335 [  6629] By: jhi                                   on 2000/08/15  03:23:53
53336         Log: magic_regdatum_set() is void, not int.
53337      Branch: perl
53338            ! embed.pl mg.c proto.h
53339 ____________________________________________________________________________
53340 [  6628] By: jhi                                   on 2000/08/15  03:08:02
53341         Log: Make the user to give up his firstborn, err, to knowingly
53342              verify installing an unstable developer release.  Also bump
53343              the release to 5.7.0, but leave a patch tag in the local
53344              patches saying that this is not yet the real thing.
53345      Branch: metaconfig
53346            ! U/modified/Instruct.U
53347      Branch: metaconfig/U/perl
53348            + Devel.U
53349      Branch: perl
53350            ! Configure patchlevel.h
53351 ____________________________________________________________________________
53352 [  6627] By: jhi                                   on 2000/08/14  22:32:52
53353         Log: README.os2 update.
53354              
53355              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
53356              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
53357              Date: Wed, 02 Aug 2000 21:55:09 -0700
53358              Message-ID: <tsPi5gzkgegX092yn@efn.org>
53359      Branch: perl
53360            ! README.os2
53361 ____________________________________________________________________________
53362 [  6626] By: jhi                                   on 2000/08/14  21:00:02
53363         Log: Subject: Re: File::Temp problems on VMS in bleedperl
53364              From: Tim Jenness <timj@jach.hawaii.edu>
53365              cc: vmsperl@perl.org
53366              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
53367              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
53368      Branch: perl
53369            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
53370 ____________________________________________________________________________
53371 [  6625] By: jhi                                   on 2000/08/14  20:52:16
53372         Log: Add SUIDMAIL as was done for the CERT alert.
53373      Branch: perl
53374            ! patchlevel.h
53375 ____________________________________________________________________________
53376 [  6624] By: jhi                                   on 2000/08/14  20:48:50
53377         Log: Subject: sfio2000
53378              From: Daniel Muino <dmuino@afip.gov.ar>
53379              Date: Mon, 14 Aug 2000 16:58:11 -0300
53380              Message-ID: <20000814165811.B16368@con2-dgi>
53381      Branch: perl
53382            ! perlsdio.h perlsfio.h
53383 ____________________________________________________________________________
53384 [  6623] By: jhi                                   on 2000/08/14  20:47:36
53385         Log: Subject: warning: storage class after type is obsolescent
53386              From: Daniel Muino <dmuino@afip.gov.ar>
53387              Date: Mon, 14 Aug 2000 16:42:47 -0300
53388              Message-ID: <20000814164247.A16368@con2-dgi>
53389      Branch: perl
53390            ! regcomp.pl regnodes.h
53391 ____________________________________________________________________________
53392 [  6622] By: jhi                                   on 2000/08/14  20:43:05
53393         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
53394              From: abigail@foad.org
53395              Date: 14 Aug 2000 20:00:10 -0000
53396              Message-Id: <20000814200010.27271.qmail@foad.org>
53397      Branch: perl
53398            ! Changes
53399 ____________________________________________________________________________
53400 [  6621] By: jhi                                   on 2000/08/14  15:23:05
53401         Log: Update Changes.
53402      Branch: perl
53403            ! Changes
53404 ____________________________________________________________________________
53405 [  6620] By: jhi                                   on 2000/08/14  15:22:14
53406         Log: Subject: Re: [PATCH] @+, @- readonly
53407              From: Mike Guy <mjtg@cam.ac.uk>
53408              Date: Mon, 14 Aug 2000 15:26:55 +0100
53409              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
53410      Branch: perl
53411            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
53412            ! sv.c t/op/pat.t
53413 ____________________________________________________________________________
53414 [  6619] By: jhi                                   on 2000/08/14  14:12:08
53415         Log: Update Changes.
53416      Branch: perl
53417            ! Changes
53418 ____________________________________________________________________________
53419 [  6618] By: jhi                                   on 2000/08/14  14:09:34
53420         Log: For now remove the mail code.
53421      Branch: perl
53422            ! perl.c
53423 ____________________________________________________________________________
53424 [  6617] By: jhi                                   on 2000/08/14  14:08:28
53425         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
53426      Branch: perl
53427            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
53428            ! pod/perlfaq8.pod pod/perlsec.pod
53429 ____________________________________________________________________________
53430 [  6616] By: jhi                                   on 2000/08/14  14:00:11
53431         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53432              From: Mike Guy <mjtg@cam.ac.uk>
53433              Date: Mon, 14 Aug 2000 08:26:02 +0100
53434              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
53435      Branch: perl
53436            ! lib/perl5db.pl
53437 ____________________________________________________________________________
53438 [  6615] By: jhi                                   on 2000/08/14  13:58:45
53439         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
53440              From: Mike Guy <mjtg@cam.ac.uk>
53441              Date: Mon, 14 Aug 2000 08:04:22 +0100
53442              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
53443      Branch: perl
53444            ! gv.c mg.c t/op/pat.t
53445 ____________________________________________________________________________
53446 [  6614] By: jhi                                   on 2000/08/14  13:56:45
53447         Log: Subject: Test fails / warnings with perl-current #6612
53448              From: Mike Guy <mjtg@cam.ac.uk>
53449              Date: Mon, 14 Aug 2000 07:57:23 +0100
53450              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
53451      Branch: perl
53452            ! t/lib/b.t t/lib/peek.t
53453 ____________________________________________________________________________
53454 [  6613] By: jhi                                   on 2000/08/14  13:45:33
53455         Log: VMS configure.com update continues.
53456      Branch: perl
53457            - vms/configure.com
53458            ! MANIFEST configure.com
53459 ____________________________________________________________________________
53460 [  6612] By: jhi                                   on 2000/08/13  22:13:35
53461         Log: Update Changes.
53462      Branch: perl
53463            ! Changes
53464 ____________________________________________________________________________
53465 [  6611] By: jhi                                   on 2000/08/13  16:21:45
53466         Log: Upgrade to CGI 2.71, from Lincoln Stein.
53467      Branch: perl
53468            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
53469 ____________________________________________________________________________
53470 [  6610] By: jhi                                   on 2000/08/13  15:09:16
53471         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
53472              From: Mike Guy <mjtg@cam.ac.uk>
53473              Date: Sun, 13 Aug 2000 13:45:51 +0100
53474              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
53475      Branch: perl
53476            ! t/op/regmesg.t
53477 ____________________________________________________________________________
53478 [  6609] By: jhi                                   on 2000/08/13  14:31:26
53479         Log: Andreas says that 1.56 is fine, so reverting back to it.
53480      Branch: perl
53481            ! lib/CPAN.pm
53482 ____________________________________________________________________________
53483 [  6608] By: jhi                                   on 2000/08/13  05:34:20
53484         Log: Update Changes.
53485      Branch: perl
53486            ! Changes
53487 ____________________________________________________________________________
53488 [  6607] By: jhi                                   on 2000/08/13  05:32:01
53489         Log: Put back the \z changes of #5406 to CPAN.pm.
53490      Branch: perl
53491            ! lib/CPAN.pm
53492 ____________________________________________________________________________
53493 [  6606] By: jhi                                   on 2000/08/13  05:20:16
53494         Log: Fix-n-skip the tests under 5005threads.
53495      Branch: perl
53496            ! t/lib/b.t
53497 ____________________________________________________________________________
53498 [  6605] By: jhi                                   on 2000/08/13  05:07:48
53499         Log: Fix the test for 5005threads.
53500      Branch: perl
53501            ! t/lib/peek.t
53502 ____________________________________________________________________________
53503 [  6604] By: jhi                                   on 2000/08/13  03:35:37
53504         Log: Should have deleted this in #6603.
53505      Branch: perl
53506            - vms/subconfigure.com
53507 ____________________________________________________________________________
53508 [  6603] By: jhi                                   on 2000/08/12  18:29:32
53509         Log: Rewrite of vms/subconfigure.com as configure.com,
53510              from Peter Prymmer and the vmsperl crew.
53511      Branch: perl
53512            + vms/configure.com
53513            ! MANIFEST
53514 ____________________________________________________________________________
53515 [  6602] By: jhi                                   on 2000/08/11  13:00:01
53516         Log: PlainText.pm is dead.
53517      Branch: perl
53518            - lib/Pod/PlainText.pm
53519            ! MANIFEST
53520 ____________________________________________________________________________
53521 [  6601] By: jhi                                   on 2000/08/11  04:06:45
53522         Log: Update Changes.
53523      Branch: perl
53524            ! Changes
53525 ____________________________________________________________________________
53526 [  6600] By: jhi                                   on 2000/08/11  04:06:10
53527         Log: Add a few missing files, update MANIFEST.
53528      Branch: perl
53529            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
53530            + lib/Pod/PlainText.pm t/pod/find.t
53531            ! MANIFEST t/op/regmesg.t
53532 ____________________________________________________________________________
53533 [  6599] By: jhi                                   on 2000/08/11  03:31:10
53534         Log: Add Perl debugging tutorial, regen toc. 
53535              
53536              Subject: perldebtut.pod
53537              From: Richard Foley <Richard.Foley@m.dasa.de>
53538              Date: Wed, 09 Aug 2000 10:17:15 +0200
53539              Message-id: <3991138B.262247B8@m.dasa.de>
53540      Branch: perl
53541            + pod/perldebtut.pod
53542            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
53543 ____________________________________________________________________________
53544 [  6598] By: jhi                                   on 2000/08/11  02:48:56
53545         Log: tiny Changes edit
53546      Branch: perl
53547            ! Changes
53548 ____________________________________________________________________________
53549 [  6597] By: jhi                                   on 2000/08/11  02:39:04
53550         Log: Tests for #6589.
53551              
53552              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53553              From: simon@brecon.co.uk (Simon Cozens)
53554              Date: 11 Aug 2000 02:24:52 GMT
53555              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
53556      Branch: perl
53557            ! t/lib/b.t
53558 ____________________________________________________________________________
53559 [  6596] By: jhi                                   on 2000/08/11  01:50:07
53560         Log: Update Changes.
53561      Branch: perl
53562            ! Changes
53563 ____________________________________________________________________________
53564 [  6595] By: jhi                                   on 2000/08/11  01:47:16
53565         Log: nitfix
53566      Branch: perl
53567            ! Changes
53568 ____________________________________________________________________________
53569 [  6594] By: jhi                                   on 2000/08/11  01:36:16
53570         Log: Subject: Getting perlio and threads to compile
53571              From: Lupe Christoph <lupe@lupe-christoph.de>
53572              Date: Wed, 9 Aug 2000 11:35:54 +0200
53573              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
53574              
53575              (the Solaris version changes in Configure skipped)
53576      Branch: perl
53577            ! hints/solaris_2.sh thread.h
53578 ____________________________________________________________________________
53579 [  6593] By: jhi                                   on 2000/08/11  01:30:16
53580         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
53581              From: simon@brecon.co.uk (Simon Cozens)
53582              Date: 1 Aug 2000 06:55:19 GMT
53583              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
53584      Branch: perl
53585            ! lib/utf8.pm
53586 ____________________________________________________________________________
53587 [  6592] By: jhi                                   on 2000/08/11  01:26:39
53588         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
53589              From: Peter Scott <Peter@PeterScott.com>
53590              Date: Thu, 10 Aug 2000 08:23:27 -0700
53591              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
53592      Branch: perl
53593            ! lib/perl5db.pl
53594 ____________________________________________________________________________
53595 [  6591] By: jhi                                   on 2000/08/11  01:22:02
53596         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
53597              From: Hugo <hv@crypt.compulink.co.uk>
53598              Date: Thu, 10 Aug 2000 19:23:04 +0100
53599              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
53600      Branch: perl
53601            ! regexec.c t/op/pat.t
53602 ____________________________________________________________________________
53603 [  6590] By: jhi                                   on 2000/08/11  01:19:19
53604         Log: Preprocessing and postprocessing for File::Find.
53605              
53606              Subject: Patch to Find::File.pm to allow alphabetical results
53607              From: Joe Smith <jsmith@inwap.com>
53608              Date: Wed, 9 Aug 2000 02:44:54 -0700
53609              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
53610      Branch: perl
53611            ! lib/File/Find.pm
53612 ____________________________________________________________________________
53613 [  6589] By: jhi                                   on 2000/08/11  01:12:39
53614         Log: B::Deparse didn't do sub attributes.
53615              
53616              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
53617              From: simon@brecon.co.uk (Simon Cozens)
53618              Date: 9 Aug 2000 04:49:20 GMT
53619              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
53620      Branch: perl
53621            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
53622 ____________________________________________________________________________
53623 [  6588] By: jhi                                   on 2000/08/11  01:06:40
53624         Log: Subject: debugger "d" command doesnt check line number
53625              From: Mike Guy <mjtg@cam.ac.uk>
53626              Date: Tue, 08 Aug 2000 21:54:29 +0100
53627              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
53628      Branch: perl
53629            ! lib/perl5db.pl mg.c pod/perldiag.pod
53630 ____________________________________________________________________________
53631 [  6587] By: jhi                                   on 2000/08/11  00:45:03
53632         Log: sleep(1) does not necessarily return 1.
53633              
53634              Subject: [PATCH bleadperl] op/lex_assign.t  
53635              From: Hugo <hv@crypt.compulink.co.uk>
53636              Date: Thu, 03 Aug 2000 14:34:22 +0100        
53637              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
53638      Branch: perl
53639            ! t/op/lex_assign.t
53640 ____________________________________________________________________________
53641 [  6586] By: jhi                                   on 2000/08/11  00:31:50
53642         Log: Document the IO::Select timeout.
53643      Branch: perl
53644            ! ext/IO/lib/IO/Select.pm
53645 ____________________________________________________________________________
53646 [  6585] By: jhi                                   on 2000/08/11  00:13:54
53647         Log: Forgot contributor.
53648      Branch: perl
53649            ! Changes
53650 ____________________________________________________________________________
53651 [  6584] By: jhi                                   on 2000/08/11  00:09:19
53652         Log: detypo
53653      Branch: perl
53654            ! Changes
53655 ____________________________________________________________________________
53656 [  6583] By: jhi                                   on 2000/08/11  00:07:53
53657         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
53658              
53659              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
53660              From: Mike Guy <mjtg@cam.ac.uk> 
53661              Date: Thu, 10 Aug 2000 15:50:54 +0100
53662              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
53663      Branch: perl
53664            ! sv.c t/op/int.t
53665 ____________________________________________________________________________
53666 [  6582] By: jhi                                   on 2000/08/10  23:29:32
53667         Log: Update Changes.
53668      Branch: perl
53669            ! Changes
53670 ____________________________________________________________________________
53671 [  6581] By: jhi                                   on 2000/08/10  23:26:16
53672         Log: Put back the std @INC thing.
53673      Branch: perl
53674            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
53675            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
53676            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
53677            ! t/lib/gol-oo.t
53678 ____________________________________________________________________________
53679 [  6580] By: jhi                                   on 2000/08/10  23:03:34
53680         Log: Update to CGI 2.70, from Lincoln Stein.
53681      Branch: perl
53682            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
53683            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
53684            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
53685            ! t/lib/cgi-request.t
53686 ____________________________________________________________________________
53687 [  6579] By: jhi                                   on 2000/08/10  22:41:50
53688         Log: Update to CPAN 1.56, from Andreas König.
53689      Branch: perl
53690            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
53691 ____________________________________________________________________________
53692 [  6578] By: jhi                                   on 2000/08/10  22:38:13
53693         Log: Update to Pod::Parser 1.17, from Brad Appleton.
53694      Branch: perl
53695            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
53696            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
53697            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
53698            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
53699            ! t/pod/include.t t/pod/included.t t/pod/lref.t
53700            ! t/pod/multiline_items.t t/pod/nested_items.t
53701            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
53702            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
53703            ! t/pod/special_seqs.t
53704 ____________________________________________________________________________
53705 [  6577] By: jhi                                   on 2000/08/10  22:35:41
53706         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
53707      Branch: perl
53708            ! AUTHORS MAINTAIN
53709 ____________________________________________________________________________
53710 [  6576] By: jhi                                   on 2000/08/10  22:24:54
53711         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
53712      Branch: perl
53713            + t/lib/gol-oo.t
53714            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
53715            ! t/lib/gol-compat.t t/lib/gol-linkage.t
53716 ____________________________________________________________________________
53717 [  6575] By: jhi                                   on 2000/08/10  22:02:07
53718         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
53719      Branch: perl
53720            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
53721 ____________________________________________________________________________
53722 [  6574] By: jhi                                   on 2000/08/10  21:55:03
53723         Log: Iterating perl6 description.
53724      Branch: perl
53725            ! pod/perlfaq1.pod
53726 ____________________________________________________________________________
53727 [  6573] By: jhi                                   on 2000/08/10  21:48:26
53728         Log: Revert the sv.c part of #6559, a better fix is needed.
53729      Branch: perl
53730            ! sv.c
53731 ____________________________________________________________________________
53732 [  6572] By: jhi                                   on 2000/08/10  20:33:43
53733         Log: It's the 2ndO'ROSSC.
53734      Branch: perl
53735            ! pod/perlfaq1.pod
53736 ____________________________________________________________________________
53737 [  6571] By: jhi                                   on 2000/08/10  15:55:48
53738         Log: detypo
53739      Branch: perl
53740            ! pod/perlfaq1.pod
53741 ____________________________________________________________________________
53742 [  6570] By: jhi                                   on 2000/08/10  14:11:17
53743         Log: An exceptionally sticky typo.
53744      Branch: perl
53745            ! Changes
53746 ____________________________________________________________________________
53747 [  6569] By: jhi                                   on 2000/08/10  14:09:33
53748         Log: detypo (and test Changes updating script)
53749      Branch: perl
53750            ! Changes
53751 ____________________________________________________________________________
53752 [  6568] By: jhi                                   on 2000/08/10  14:07:07
53753         Log: Update Changes.
53754      Branch: perl
53755            ! Changes
53756 ____________________________________________________________________________
53757 [  6567] By: jhi                                   on 2000/08/10  14:06:19
53758         Log: Amend the description of Perl6.
53759              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
53760              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
53761              Date: Wed, 9 Aug 2000 22:11:06 -0500
53762              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
53763      Branch: perl
53764            ! pod/perlfaq1.pod
53765 ____________________________________________________________________________
53766 [  6566] By: jhi                                   on 2000/08/10  13:58:57
53767         Log: Subject: Remove dead entry in perldiag
53768              From: Mike Guy <mjtg@cam.ac.uk>
53769              Date: Thu, 10 Aug 2000 14:19:19 +0100
53770              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
53771      Branch: perl
53772            ! pod/perldiag.pod
53773 ____________________________________________________________________________
53774 [  6565] By: jhi                                   on 2000/08/10  13:51:48
53775         Log: Zero entries were skipped, fix from Adrian Goalby
53776              <argoalby@yahoo.co.uk>
53777      Branch: perl
53778            ! lib/unicode/Number.pl lib/unicode/mktables.PL
53779 ____________________________________________________________________________
53780 [  6564] By: jhi                                   on 2000/08/10  13:00:12
53781         Log: Subject: [PATCH 5.6.0] cygwin port
53782              From: "Fifer, Eric" <EFifer@sanwaint.com>
53783              Date: Thu, 10 Aug 2000 13:15:36 +0100
53784              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
53785      Branch: perl
53786            ! README.cygwin hints/cygwin.sh
53787 ____________________________________________________________________________
53788 [  6563] By: jhi                                   on 2000/08/10  12:55:16
53789         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
53790      Branch: perl
53791            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
53792 ____________________________________________________________________________
53793 [  6562] By: gsar                                  on 2000/08/10  08:38:39
53794         Log: warn is a macro, avoid using at a variable to avoid warnings
53795              in some configurations; readdir.t is too conservative in
53796              estimating number of *.t's
53797      Branch: perl
53798            ! t/op/readdir.t util.c
53799 ____________________________________________________________________________
53800 [  6561] By: jhi                                   on 2000/08/09  23:35:42
53801         Log: Update Changes.
53802      Branch: perl
53803            ! Changes
53804 ____________________________________________________________________________
53805 [  6560] By: jhi                                   on 2000/08/09  23:05:47
53806         Log: Subject: Re: enhanced(?) regex error messages
53807              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53808              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
53809              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
53810              
53811              (plus two small patches sent privately)
53812              (this still seems to leave few test failures)
53813      Branch: perl
53814            + t/op/regmesg.t
53815            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
53816            ! t/pragma/warn/regcomp
53817 ____________________________________________________________________________
53818 [  6559] By: jhi                                   on 2000/08/09  20:41:18
53819         Log: (The fix did work but was not right, retracted in #6573)
53820              
53821              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
53822              From: Christian Kirsch <ck@held.mind.de>
53823              Date: Wed, 9 Aug 2000 17:05:17 +0200
53824              Message-Id: <20000809170517.A25389@held>
53825      Branch: perl
53826            ! sv.c t/pragma/locale.t
53827 ____________________________________________________________________________
53828 [  6558] By: jhi                                   on 2000/08/08  22:34:08
53829         Log: Tiny updates on the contributors list.
53830      Branch: perl
53831            ! Changes
53832 ____________________________________________________________________________
53833 [  6557] By: jhi                                   on 2000/08/08  19:34:28
53834         Log: Double check that we have a dirhandle.
53835      Branch: perl
53836            ! util.c
53837 ____________________________________________________________________________
53838 [  6556] By: jhi                                   on 2000/08/08  19:01:51
53839         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
53840              May be repopulated with fresh maintained examples.
53841      Branch: perl
53842            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
53843            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
53844            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
53845            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
53846            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
53847            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
53848            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
53849            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
53850            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
53851            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
53852            + lib/CGI/eg/wilogo_gif.uu
53853            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
53854            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
53855            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
53856            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
53857            - eg/cgi/frameset.cgi eg/cgi/index.html
53858            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
53859            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
53860            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
53861            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
53862            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
53863            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
53864            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
53865            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
53866            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
53867            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
53868            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
53869            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
53870            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
53871            - eg/van/vanish eg/who eg/wrapsuid
53872            ! MANIFEST
53873 ____________________________________________________________________________
53874 [  6555] By: jhi                                   on 2000/08/08  18:51:08
53875         Log: Delete chat2 as requested by Randal.
53876              
53877              Subject: Re: perlfaq8 coyness
53878              From: merlyn@stonehenge.com (Randal L. Schwartz) 
53879              Date: 15 May 2000 18:52:42 -0700 
53880              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
53881      Branch: perl
53882            - lib/chat2.pl
53883            ! MANIFEST
53884 ____________________________________________________________________________
53885 [  6554] By: jhi                                   on 2000/08/08  18:31:35
53886         Log: Regen global.sym.
53887      Branch: perl
53888            ! global.sym
53889 ____________________________________________________________________________
53890 [  6553] By: jhi                                   on 2000/08/08  18:28:13
53891         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
53892              (either perlbug or p5p ate the original), plus regen
53893              perlapi and perltoc. 
53894      Branch: perl
53895            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
53896            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
53897            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
53898            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
53899            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
53900            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
53901            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
53902            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
53903            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
53904            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
53905 ____________________________________________________________________________
53906 [  6552] By: jhi                                   on 2000/08/08  18:06:29
53907         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
53908              From: Mike Guy <mjtg@cam.ac.uk>
53909              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
53910              Date: Tue, 08 Aug 2000 15:51:27 +0100
53911      Branch: perl
53912            ! doop.c sv.h t/op/join.t t/pragma/overload.t
53913 ____________________________________________________________________________
53914 [  6551] By: jhi                                   on 2000/08/08  18:01:11
53915         Log: Re-apply #6549.
53916      Branch: perl
53917            ! lib/perl5db.pl
53918 ____________________________________________________________________________
53919 [  6550] By: jhi                                   on 2000/08/08  17:43:08
53920         Log: Accidental retraction of #6549.
53921      Branch: perl
53922            ! lib/perl5db.pl
53923 ____________________________________________________________________________
53924 [  6549] By: jhi                                   on 2000/08/08  17:40:04
53925         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
53926              From: Mike Guy <mjtg@cam.ac.uk>
53927              Date: Mon, 07 Aug 2000 21:49:58 +0100
53928              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
53929      Branch: perl
53930            ! lib/perl5db.pl
53931 ____________________________________________________________________________
53932 [  6548] By: jhi                                   on 2000/08/08  17:37:57
53933         Log: Document here-doc better.
53934              
53935              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
53936              From: Mike Guy <mjtg@cam.ac.uk>
53937              Date: Mon, 07 Aug 2000 14:02:09 +0100
53938              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
53939      Branch: perl
53940            ! pod/perldata.pod
53941 ____________________________________________________________________________
53942 [  6547] By: jhi                                   on 2000/08/08  17:33:34
53943         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
53944              From: "Randy J. Ray" <rjray@redhat.com>
53945              Date: Mon, 07 Aug 2000 19:12:25 -0700
53946              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
53947      Branch: perl
53948            ! perl.c pod/perlrun.pod
53949 ____________________________________________________________________________
53950 [  6546] By: jhi                                   on 2000/08/08  17:29:26
53951         Log: Subject: Re: enhanced(?) regex error messages 
53952              From: Hugo <hv@crypt.compulink.co.uk>
53953              Date: Tue, 08 Aug 2000 03:25:51 +0100
53954              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
53955              
53956              plus Capitalize the error messages, plus perldiag them.
53957      Branch: perl
53958            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
53959 ____________________________________________________________________________
53960 [  6545] By: jhi                                   on 2000/08/08  13:59:28
53961         Log: Augment #6539 a bit: don't croak if there's magic in the air.
53962              
53963              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
53964              From: Hugo <hv@crypt.compulink.co.uk>
53965              Date: Tue, 08 Aug 2000 03:02:03 +0100
53966              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
53967      Branch: perl
53968            ! pp.c t/op/bless.t
53969 ____________________________________________________________________________
53970 [  6544] By: jhi                                   on 2000/08/07  21:11:52
53971         Log: Make the test -w clean.
53972      Branch: perl
53973            ! t/op/bless.t
53974 ____________________________________________________________________________
53975 [  6543] By: jhi                                   on 2000/08/07  19:49:53
53976         Log: use warnings instead of $^W.
53977      Branch: perl
53978            ! t/op/bless.t
53979 ____________________________________________________________________________
53980 [  6542] By: jhi                                   on 2000/08/07  17:41:41
53981         Log: Disable a portability warning Because We Know What We Are Doing.
53982      Branch: perl
53983            ! t/op/bless.t
53984 ____________________________________________________________________________
53985 [  6541] By: jhi                                   on 2000/08/07  17:29:51
53986         Log: Tiny tidying on report_evil_fh().
53987      Branch: perl
53988            ! util.c
53989 ____________________________________________________________________________
53990 [  6540] By: jhi                                   on 2000/08/07  16:37:38
53991         Log: Make regular expression parse error messages easier to understand.
53992              
53993              Subject: Re: enhanced(?) regex error messages
53994              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
53995              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
53996              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
53997      Branch: perl
53998            ! regcomp.c
53999 ____________________________________________________________________________
54000 [  6539] By: jhi                                   on 2000/08/07  16:12:27
54001         Log: Make bless(REF, REF) a fatal error, add bless tests.
54002              
54003              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
54004              From: Hugo <hv@crypt.compulink.co.uk>
54005              Date: Mon, 07 Aug 2000 16:59:38 +0100
54006              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
54007      Branch: perl
54008            + t/op/bless.t
54009            ! MANIFEST pod/perldiag.pod pp.c sv.c
54010 ____________________________________________________________________________
54011 [  6538] By: jhi                                   on 2000/08/07  15:59:43
54012         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
54013              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
54014              Date: Thu, 3 Aug 2000 14:29:21 -0700
54015              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
54016      Branch: perl
54017            ! lib/lib_pm.PL
54018 ____________________________________________________________________________
54019 [  6537] By: jhi                                   on 2000/08/07  15:47:18
54020         Log: Retract #6419 for now since it breaks in AFS and MachTen.
54021      Branch: perl
54022            ! lib/Cwd.pm
54023 ____________________________________________________________________________
54024 [  6536] By: jhi                                   on 2000/08/07  15:05:29
54025         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
54026              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
54027              The security hole exists only in suidperls, which isn't
54028              installed or even built by default.
54029      Branch: perl
54030            ! perl.c
54031 ____________________________________________________________________________
54032 [  6535] By: jhi                                   on 2000/08/07  14:45:14
54033         Log: tr memory corruption fix from Simon Cozens.
54034      Branch: perl
54035            ! doop.c
54036 ____________________________________________________________________________
54037 [  6534] By: jhi                                   on 2000/08/06  11:38:16
54038         Log: Document a bit that UDP is not what you might think.
54039              
54040              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
54041              From: Lupe Christoph <lupe@lupe-christoph.de>
54042              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
54043              Date: Mon, 24 Jul 2000 08:59:15 +0200
54044      Branch: perl
54045            ! pod/perlipc.pod
54046 ____________________________________________________________________________
54047 [  6533] By: jhi                                   on 2000/08/06  11:35:01
54048         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
54049              From: Jeff Pinyan <jeffp@hut.crusoe.net>
54050              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
54051              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
54052      Branch: perl
54053            ! pod/perlfunc.pod
54054 ____________________________________________________________________________
54055 [  6532] By: jhi                                   on 2000/08/06  03:45:41
54056         Log: Have symbols for the IoTYPEs.
54057      Branch: perl
54058            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
54059 ____________________________________________________________________________
54060 [  6531] By: jhi                                   on 2000/08/06  01:33:55
54061         Log: Continue fixing the io warnings.  This also
54062              sort of fixes bug ID 20000802.003: the core dump
54063              is no more.  Whether the current behaviour is correct
54064              (giving a warning: "Not a format reference"), is another matter.
54065      Branch: perl
54066            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
54067            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
54068 ____________________________________________________________________________
54069 [  6530] By: jhi                                   on 2000/08/05  21:33:12
54070         Log: Change the Policy policy: now -Dprefix= with an existing
54071              Policy.sh and prefix == siteprefix == vendorprefix, then all
54072              of them follow along the new prefix.
54073              
54074              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
54075              From: Andy Dougherty <doughera@lafayette.edu>
54076              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
54077              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
54078      Branch: perl
54079            ! Policy_sh.SH
54080 ____________________________________________________________________________
54081 [  6529] By: jhi                                   on 2000/08/05  18:57:28
54082         Log: Zap lib/Sys directory when cleaning up.
54083      Branch: perl
54084            ! Makefile.SH
54085 ____________________________________________________________________________
54086 [  6528] By: jhi                                   on 2000/08/05  18:40:44
54087         Log: Essential prototype changes were missing from #6527.
54088              Also make report_evil_fh() more bomb-proof.
54089      Branch: perl
54090            ! embed.h util.c
54091 ____________________________________________________________________________
54092 [  6527] By: jhi                                   on 2000/08/05  03:22:05
54093         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
54094              From: "Ronald F. Guilmette" <rfg@monkeys.com>
54095              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
54096              Message-Id: <200007242247.PAA52177@monkeys.com>
54097      Branch: perl
54098            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
54099 ____________________________________________________________________________
54100 [  6526] By: jhi                                   on 2000/08/04  21:23:27
54101         Log: gcc versions might have (parentheses) in them.
54102      Branch: metaconfig/U/perl
54103            ! gccvers.U
54104      Branch: perl
54105            ! Configure config_h.SH
54106 ____________________________________________________________________________
54107 [  6525] By: jhi                                   on 2000/08/04  20:23:12
54108         Log: Weed buglets pointed out by
54109              
54110              From: Lupe Christoph <lupe@lupe-christoph.de>
54111              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
54112              Date: Fri, 4 Aug 2000 17:34:39 +0200
54113              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
54114      Branch: metaconfig/U/perl
54115            ! gccvers.U uselfs.U
54116      Branch: perl
54117            ! Configure config_h.SH
54118 ____________________________________________________________________________
54119 [  6524] By: jhi                                   on 2000/08/04  19:02:08
54120         Log: Warn under -w if lstat(FH) is attempted.
54121              
54122              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
54123              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
54124              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
54125              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
54126      Branch: perl
54127            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
54128            ! t/pragma/warn/pp_sys
54129 ____________________________________________________________________________
54130 [  6523] By: jhi                                   on 2000/08/04  12:31:11
54131         Log: Subject: New perlcc, take 2
54132              From: simon@brecon.co.uk (Simon Cozens)
54133              Date: 4 Aug 2000 06:21:04 GMT
54134              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
54135      Branch: perl
54136            ! utils/perlcc.PL
54137 ____________________________________________________________________________
54138 [  6522] By: jhi                                   on 2000/08/04  12:26:33
54139         Log: Subject: Re: Array vs. List context
54140              From: Daniel Chetlin <daniel@chetlin.com>
54141              Date: Fri, 4 Aug 2000 00:22:44 -0700
54142              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
54143      Branch: perl
54144            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
54145            ! pod/perlfaq4.pod
54146 ____________________________________________________________________________
54147 [  6521] By: jhi                                   on 2000/08/04  12:22:38
54148         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
54149              From: Raymund Will <ray@caldera.de>
54150              Date: Fri, 4 Aug 2000 12:07:09 +0200
54151              Message-Id: <20000804120709.A14982@caldera.de>
54152      Branch: perl
54153            ! configure.gnu
54154 ____________________________________________________________________________
54155 [  6520] By: jhi                                   on 2000/08/04  04:09:06
54156         Log: After the #6519 a warning about stat() is just that,
54157              not about a filetest, which now have their own warning.
54158      Branch: perl
54159            ! pod/perldiag.pod
54160 ____________________________________________________________________________
54161 [  6519] By: jhi                                   on 2000/08/04  04:06:30
54162         Log: In the warnings call filehandles consistently so;
54163              add "unopened" warning for stat().
54164      Branch: perl
54165            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
54166            ! t/pragma/warn/pp_sys
54167 ____________________________________________________________________________
54168 [  6518] By: jhi                                   on 2000/08/04  02:55:35
54169         Log: Subject: Minor tweak to perlvar.pod
54170              From: "Stephen P. Potter" <spp@ds.net>
54171              Date: Tue, 18 Apr 2000 09:26:03 -0400
54172              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
54173      Branch: perl
54174            ! pod/perlvar.pod
54175 ____________________________________________________________________________
54176 [  6517] By: jhi                                   on 2000/08/04  02:50:08
54177         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
54178              From: "Clinton Pierce" <cpierce1@ford.com>
54179              Date: Wed, 21 Jul 1999 16:45:31 -0400
54180              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
54181              
54182              Fix by Stephen Potter (visible in the bug db but not in p5p?)
54183      Branch: perl
54184            ! pod/perlfunc.pod pod/perlop.pod
54185 ____________________________________________________________________________
54186 [  6516] By: jhi                                   on 2000/08/04  02:09:25
54187         Log: This is 6512.  Really.
54188      Branch: perl
54189            ! dump.c
54190 ____________________________________________________________________________
54191 [  6515] By: jhi                                   on 2000/08/04  01:25:50
54192         Log: mention the idea of @( and @)
54193      Branch: perl
54194            ! Todo-5.6
54195 ____________________________________________________________________________
54196 [  6514] By: bailey                                on 2000/08/04  01:18:46
54197         Log: YA resync with mainstem, including VMS patches from others
54198      Branch: vmsperl
54199           +> (branch 48 files)
54200            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
54201           !> (integrate 354 files)
54202 ____________________________________________________________________________
54203 [  6513] By: jhi                                   on 2000/08/04  01:18:18
54204         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
54205              From: Mark Dickinson <dickins3@fas.harvard.edu>
54206              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
54207              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
54208      Branch: perl
54209            ! t/op/grent.t t/op/pwent.t
54210 ____________________________________________________________________________
54211 [  6512] By: jhi                                   on 2000/08/04  01:14:06
54212         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
54213              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54214              Date: Wed, 02 Aug 2000 10:51:01 +0100
54215              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
54216      Branch: perl
54217            ! sv.c
54218 ____________________________________________________________________________
54219 [  6511] By: jhi                                   on 2000/08/04  00:57:00
54220         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
54221              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54222              Date: Thu, 03 Aug 2000 17:20:04 -0700
54223              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
54224      Branch: metaconfig
54225            ! U/modified/Cppsym.U
54226      Branch: perl
54227            ! Configure config_h.SH
54228 ____________________________________________________________________________
54229 [  6510] By: jhi                                   on 2000/08/04  00:25:28
54230         Log: detypo
54231      Branch: perl
54232            ! Makefile.SH
54233 ____________________________________________________________________________
54234 [  6509] By: jhi                                   on 2000/08/03  23:43:18
54235         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
54236              From: Dominic Dunlop <domo@computer.org>
54237              Date: Thu, 3 Aug 2000 22:16:46 +0200
54238              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
54239      Branch: perl
54240            ! t/op/sprintf.t
54241 ____________________________________________________________________________
54242 [  6508] By: jhi                                   on 2000/08/03  23:40:37
54243         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
54244              From: Hugo <hv@crypt.compulink.co.uk>
54245              Date: Thu, 03 Aug 2000 18:25:30 +0100
54246              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
54247      Branch: perl
54248            ! regcomp.c t/op/re_tests
54249 ____________________________________________________________________________
54250 [  6507] By: jhi                                   on 2000/08/03  23:38:28
54251         Log: Subject: [PATCH] sv.h documentation - SvLEN
54252              From: Mike Guy <mjtg@cam.ac.uk>
54253              Date: Thu, 03 Aug 2000 14:43:09 +0100
54254              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
54255      Branch: perl
54256            ! sv.h
54257 ____________________________________________________________________________
54258 [  6506] By: jhi                                   on 2000/08/03  15:49:14
54259         Log: Disable the fix_pl hack for now.
54260      Branch: perl
54261            ! Makefile.SH
54262 ____________________________________________________________________________
54263 [  6505] By: jhi                                   on 2000/08/03  13:49:04
54264         Log: Add a URL for FSF.
54265              
54266              Subject: Patch for README
54267              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
54268              Date: Wed, 2 Aug 2000 13:25:09 -0500
54269              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
54270      Branch: perl
54271            ! README
54272 ____________________________________________________________________________
54273 [  6504] By: jhi                                   on 2000/08/03  13:29:19
54274         Log: Be more informative on what is skipped and why,
54275              also repeat the list at the end.
54276      Branch: perl
54277            ! Porting/p4desc
54278 ____________________________________________________________________________
54279 [  6503] By: jhi                                   on 2000/08/03  13:07:05
54280         Log: Circumvent the removal of .patch by fix_pl.
54281              
54282              Subject: Re: [ID 20000802.011] unable to 'make test'          
54283              From: simon@brecon.co.uk (Simon Cozens) 
54284              Date: 3 Aug 2000 04:17:00 GMT
54285              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
54286      Branch: perl
54287            ! Makefile.SH
54288 ____________________________________________________________________________
54289 [  6502] By: jhi                                   on 2000/08/03  00:14:34
54290         Log: Add the missing setproctitle unit.
54291      Branch: metaconfig/U/perl
54292            + d_setproctitle.U
54293 ____________________________________________________________________________
54294 [  6501] By: jhi                                   on 2000/08/03  00:00:26
54295         Log: The subtest 4 may fail also on VOBS, as pointed out
54296              by Nick Ing-Simmons in November 1999, bug id 19991124.003
54297              (but the failure in that bug report isn't the subtest 4).
54298      Branch: perl
54299            ! t/op/stat.t
54300 ____________________________________________________________________________
54301 [  6500] By: jhi                                   on 2000/08/02  23:49:30
54302         Log: Better skip message for the test; one of the two problems in
54303              
54304              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
54305              From: Lupe Christoph <lupe@lupe-christoph.de>
54306              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
54307              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
54308      Branch: perl
54309            ! t/op/numconvert.t
54310 ____________________________________________________________________________
54311 [  6499] By: jhi                                   on 2000/08/02  22:49:16
54312         Log: Allow "no Module;" even if there is no 'unimport'.
54313              
54314              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
54315              From: mjd@plover.com
54316              Date: 24 Mar 2000 15:24:34 -0000
54317              Message-Id: <20000324152434.15160.qmail@plover.com>
54318      Branch: perl
54319            ! gv.c
54320 ____________________________________________________________________________
54321 [  6498] By: jhi                                   on 2000/08/02  22:42:58
54322         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
54323              that are hopefully soon put into use.
54324      Branch: perl
54325            ! opcode.h opcode.pl opnames.h
54326 ____________________________________________________________________________
54327 [  6497] By: gsar                                  on 2000/08/02  22:28:59
54328         Log: require.t needs binmode() to work on windows
54329      Branch: perl
54330            ! t/comp/require.t
54331 ____________________________________________________________________________
54332 [  6496] By: jhi                                   on 2000/08/02  22:08:51
54333         Log: Document the IVdf UVuf UVof UVxf.
54334      Branch: perl
54335            ! pod/perlguts.pod
54336 ____________________________________________________________________________
54337 [  6495] By: jhi                                   on 2000/08/02  21:54:26
54338         Log: detypo #6494
54339      Branch: perl
54340            ! ext/Data/Dumper/Dumper.xs
54341 ____________________________________________________________________________
54342 [  6494] By: jhi                                   on 2000/08/02  21:49:17
54343         Log: Dump UVs as UVs in Data::Dumper.
54344              
54345              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
54346              From: Gurusamy Sarathy <gsar@ActiveState.com>
54347              Date: Thu, 27 Apr 2000 12:26:25 -0700
54348              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
54349      Branch: perl
54350            ! ext/Data/Dumper/Dumper.xs
54351 ____________________________________________________________________________
54352 [  6493] By: jhi                                   on 2000/08/02  17:01:58
54353         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
54354              From: Hugo <hv@crypt.compulink.co.uk>
54355              Date: Wed, 02 Aug 2000 14:53:56 +0100
54356              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
54357      Branch: perl
54358            ! regexec.c t/op/re_tests
54359 ____________________________________________________________________________
54360 [  6492] By: jhi                                   on 2000/08/02  15:02:46
54361         Log: The new setproctitle() feature is available only in 
54362              bleeding edge FreeBSD.  From Paul Saab.
54363      Branch: perl
54364            ! mg.c
54365 ____________________________________________________________________________
54366 [  6491] By: jhi                                   on 2000/08/02  13:34:36
54367         Log: The tr utf8 patching continues.
54368              
54369              Subject: Re: #6469, too many tests claimed in require.t
54370              From: simon@brecon.co.uk (Simon Cozens)
54371              Date: 2 Aug 2000 02:37:17 GMT
54372              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
54373              
54374              (the logic of the test was the wrong way round in the patch)
54375      Branch: perl
54376            ! doop.c
54377 ____________________________________________________________________________
54378 [  6490] By: jhi                                   on 2000/08/02  13:27:38
54379         Log: The name of a filehandle does not have <these>.
54380      Branch: perl
54381            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
54382            ! t/pragma/warn/pp_sys util.c
54383 ____________________________________________________________________________
54384 [  6489] By: jhi                                   on 2000/08/02  04:26:46
54385         Log: Remove the extraneous "main::" prefix from all the
54386              "opened only for", "on closed", and "never opened" warnings.
54387              
54388              Subject: Re: inappropriate warning
54389              From: Gurusamy Sarathy <gsar@ActiveState.com>
54390              Date: Mon, 20 Mar 2000 11:28:02 -0800
54391              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
54392      Branch: perl
54393            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
54394            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
54395            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
54396 ____________________________________________________________________________
54397 [  6488] By: jhi                                   on 2000/08/02  03:02:57
54398         Log: memcpy has n o in it, as pinted ut by Sarathy.
54399      Branch: perl
54400            ! pod/perlguts.pod
54401 ____________________________________________________________________________
54402 [  6487] By: jhi                                   on 2000/08/02  02:44:51
54403         Log: Document in one place the memory abstractions used in Perl core.
54404              
54405              Subject: Re: Memory abstraction
54406              From: simon@brecon.co.uk (Simon Cozens)
54407              Date: 2 Aug 2000 02:20:23 GMT
54408              Organization: Earth.li Origins
54409      Branch: perl
54410            ! pod/perlguts.pod
54411 ____________________________________________________________________________
54412 [  6486] By: jhi                                   on 2000/08/02  02:41:57
54413         Log: regen_headers, regen perltoc.
54414      Branch: perl
54415            ! perlapi.c pod/perltoc.pod
54416 ____________________________________________________________________________
54417 [  6485] By: jhi                                   on 2000/08/02  01:43:33
54418         Log: "This little thing tests for a file .patch, and if it contains
54419              a number, pops into patchlevel.h" (making it easier to track
54420              which development version people are reporting bugs against)
54421              
54422              Subject: Patchlevel autogeneration for repository perls
54423              From: simon@brecon.co.uk (Simon Cozens)
54424              Date: 14 Jul 2000 07:12:15 GMT
54425              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
54426      Branch: perl
54427            + fix_pl
54428            ! MANIFEST Makefile.SH
54429 ____________________________________________________________________________
54430 [  6484] By: jhi                                   on 2000/08/02  01:32:54
54431         Log: FreeBSD 3.* updates from
54432              
54433              From: Paul Saab <ps@yahoo-inc.com>
54434              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
54435              Date: Tue, 1 Aug 2000 15:41:39 -0700
54436              Message-Id: <20000801154139.A53740@yahoo-inc.com>
54437      Branch: perl
54438            ! hints/freebsd.sh
54439 ____________________________________________________________________________
54440 [  6483] By: jhi                                   on 2000/08/02  01:27:44
54441         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
54442              instead one must use setproctitle().  This was already addressed
54443              by change #6457, but the below has a new variant for FreeBSD 4.0
54444              or later, and the matter is also documented more.
54445              
54446              From: Paul Saab <ps@yahoo-inc.com>
54447              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
54448              Date: Tue, 1 Aug 2000 15:41:39 -0700
54449              Message-Id: <20000801154139.A53740@yahoo-inc.com>
54450      Branch: metaconfig/U/perl
54451            + i_libutil.U
54452      Branch: perl
54453            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
54454 ____________________________________________________________________________
54455 [  6482] By: jhi                                   on 2000/08/01  22:17:32
54456         Log: The test from this
54457              
54458              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
54459              Date: Sat, 15 Apr 2000 17:03:44 +0100
54460              From: Tom Hughes <tom@compton.nu>
54461              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
54462              
54463              was missing, the code change went in as #5989
54464              (which had a different test?)
54465      Branch: perl
54466            ! t/op/misc.t
54467 ____________________________________________________________________________
54468 [  6481] By: jhi                                   on 2000/08/01  21:48:38
54469         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
54470              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
54471              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
54472              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
54473      Branch: perl
54474            ! perl.h
54475 ____________________________________________________________________________
54476 [  6480] By: jhi                                   on 2000/08/01  18:05:28
54477         Log: Make p4desc to skip non-mainperl branches by default.
54478      Branch: perl
54479            ! Porting/p4desc
54480 ____________________________________________________________________________
54481 [  6479] By: jhi                                   on 2000/08/01  17:29:19
54482         Log: If gccosandvers is equal to osname, clear gccosandvers.
54483      Branch: metaconfig/U/perl
54484            ! gccvers.U
54485      Branch: perl
54486            ! Configure config_h.SH
54487 ____________________________________________________________________________
54488 [  6478] By: jhi                                   on 2000/08/01  15:54:08
54489         Log: BOM patching from Simon Cozens.
54490      Branch: perl
54491            ! toke.c
54492 ____________________________________________________________________________
54493 [  6477] By: jhi                                   on 2000/08/01  04:50:33
54494         Log: Stash away the largefiles flags and libswanted.
54495      Branch: perl
54496            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
54497 ____________________________________________________________________________
54498 [  6476] By: gsar                                  on 2000/08/01  04:24:24
54499         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
54500              on Windows)
54501      Branch: perl
54502            ! t/pragma/utf8.t utf8.c win32/win32.c
54503 ____________________________________________________________________________
54504 [  6475] By: jhi                                   on 2000/08/01  03:35:24
54505         Log: Make chr() for values >127 to create utf8 when under utf8.
54506              
54507              Subject: Re: uft8/chr()
54508              From: simon@brecon.co.uk (Simon Cozens)
54509              Date: 1 Aug 2000 02:37:02 GMT
54510              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
54511      Branch: perl
54512            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
54513 ____________________________________________________________________________
54514 [  6474] By: jhi                                   on 2000/08/01  02:36:18
54515         Log: In Digital UNIX warn if gcc explicitly chosen because even
54516              2.95.2 is known to cause problems.
54517      Branch: perl
54518            ! hints/dec_osf.sh
54519 ____________________________________________________________________________
54520 [  6473] By: jhi                                   on 2000/08/01  02:00:56
54521         Log: Make the safety catch for buggy gccs work with triple version
54522              numbers like 2.95.2.  Reported in
54523              
54524              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
54525              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
54526              Date: Mon, 31 Jul 2000 14:55:06 +0200
54527              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
54528      Branch: perl
54529            ! hints/dec_osf.sh
54530 ____________________________________________________________________________
54531 [  6472] By: jhi                                   on 2000/08/01  01:13:33
54532         Log: Subject: fix and question re: waitpid() under win32
54533              From: Brian Clarke <clarke@appliedmeta.com>
54534              Date: Fri, 28 Jul 2000 15:18:29 -0400
54535              Message-ID: <3981DC85.290314EB@appliedmeta.com>
54536              
54537              Slightly reformatted and WNOHANG # define moved to win32.h
54538              so that also POSIX.xs sees it, as suggsted by Sarathy.
54539      Branch: perl
54540            ! win32/win32.c win32/win32.h
54541 ____________________________________________________________________________
54542 [  6471] By: jhi                                   on 2000/08/01  00:55:05
54543         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
54544              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54545              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
54546              Date: Mon, 31 Jul 2000 13:28:51 +0100
54547              
54548              (aka ID 20000730.002)
54549      Branch: perl
54550            ! op.c t/op/tr.t
54551 ____________________________________________________________________________
54552 [  6470] By: jhi                                   on 2000/07/31  23:34:42
54553         Log: Document the problem with -P in HP-UX and its workaround.
54554              
54555              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
54556              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
54557              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
54558              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
54559      Branch: perl
54560            ! README.hpux
54561 ____________________________________________________________________________
54562 [  6469] By: jhi                                   on 2000/07/31  04:15:02
54563         Log: The swallow_bom() saga continues.  The #23 of require.t
54564              (UTF16-LE) still fails (silently, no output) but the #22
54565              (UTF16-BE) seems to be working now.  The root of the
54566              failure may be in sv_gets(): is it UTF-16LE-aware,
54567              especially when it comes to line endings? 
54568      Branch: perl
54569            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
54570            ! t/comp/require.t toke.c utf8.c
54571 ____________________________________________________________________________
54572 [  6468] By: jhi                                   on 2000/07/30  19:05:48
54573         Log: Find green threads before native threads.
54574              
54575              Subject: Re: Patch to jpl/JNI/Makefile.PL
54576              From: Jens Thomsen <jens@fiend.cis.com>
54577              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
54578              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
54579      Branch: perl
54580            ! jpl/JNI/Makefile.PL
54581 ____________________________________________________________________________
54582 [  6467] By: jhi                                   on 2000/07/30  18:36:22
54583         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
54584      Branch: perl
54585            ! doop.c
54586 ____________________________________________________________________________
54587 [  6466] By: jhi                                   on 2000/07/30  04:37:29
54588         Log: A new version of the "remove UPPERACSE string comparison"
54589              operators.  The problem with the previous one (change #6454)
54590              was that it was for Perl 5.6.0.  From Paul Marquess.
54591      Branch: perl
54592            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
54593            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
54594            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54595 ____________________________________________________________________________
54596 [  6465] By: jhi                                   on 2000/07/29  22:39:56
54597         Log: Do not upgrade SVs into utf8 just because they participate
54598              in eq or cmp.  Reported and fix suggested in
54599              
54600              Subject: [ID 20000720.009] sv_eq UTF8 bug
54601              From: "Simon Cozens" <simon@othersideofthe.earth.li>
54602              Date: 21 Jul 2000 04:37:29 -0000
54603              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
54604              
54605              Exercise for the kind reader: should we or should we not
54606              cache the utf8 conversion alonside the SV? (as magic,
54607              as thestrxfrm()ed version is cached under use locale)
54608              Argue both for and against.
54609      Branch: perl
54610            ! sv.c
54611 ____________________________________________________________________________
54612 [  6464] By: jhi                                   on 2000/07/29  22:36:22
54613         Log: Subject: UTF8 concat
54614              From: simon@brecon.co.uk (Simon Cozens) 
54615              Date: 30 Jun 2000 06:13:25 GMT
54616              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
54617              
54618              (with a memory leak fixed, plus a few casts added)
54619              
54620              This also seems to help for
54621              
54622              Subject: [ID 20000716.015] join UTF8 weirdness
54623              From: root <root@ak-71.mind.de> 
54624              Date: Sat, 15 Jul 2000 15:29:54 +0200
54625              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
54626              
54627              (from Andreas König)
54628      Branch: perl
54629            ! pp_hot.c
54630 ____________________________________________________________________________
54631 [  6463] By: jhi                                   on 2000/07/29  00:55:39
54632         Log: Tune the comments and hopefully stop a memory leak.
54633      Branch: perl
54634            ! toke.c utf8.c
54635 ____________________________________________________________________________
54636 [  6462] By: jhi                                   on 2000/07/29  00:16:53
54637         Log: The problem described in this
54638              
54639              Subject: [ID 20000322.018] named chars aren't magical enough
54640              From: root <root@dixie.cscaper.com>     
54641              Date: Wed, 22 Mar 2000 18:37:42 -0700
54642              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
54643              
54644              has been fixed in perl 5.6.0 but just in case added a test
54645              to keep it away.  (The report from Joseph Hall.)
54646      Branch: perl
54647            ! t/lib/charnames.t
54648 ____________________________________________________________________________
54649 [  6461] By: jhi                                   on 2000/07/28  23:56:36
54650         Log: Tiny fixes for #6460.
54651      Branch: metaconfig/U/perl
54652            ! gccvers.U
54653      Branch: perl
54654            ! Configure config_h.SH
54655 ____________________________________________________________________________
54656 [  6460] By: jhi                                   on 2000/07/28  23:24:41
54657         Log: Warn if the version of the operating system used to compile gcc
54658              differs from the current version of the operating system.
54659              Also display the gcc compilation os and version in myconfig.
54660              Inspiration from
54661              
54662              Subject: Re: [ID 20000710.003] ERRORS!!         
54663              From: "Kurt D. Starsinic" <kstar@chapin.edu>
54664              Date: Mon, 10 Jul 2000 15:54:16 -0400
54665              Message-ID: <20000710155416.A1384@O2.chapin.edu>
54666      Branch: metaconfig/U/perl
54667            ! gccvers.U
54668      Branch: perl
54669            ! Configure config_h.SH myconfig.SH
54670 ____________________________________________________________________________
54671 [  6459] By: jhi                                   on 2000/07/28  22:00:32
54672         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
54673              letter to $Config{osvers}.
54674      Branch: metaconfig
54675            ! U/modified/Oldconfig.U
54676      Branch: perl
54677            ! Configure config_h.SH
54678 ____________________________________________________________________________
54679 [  6458] By: jhi                                   on 2000/07/28  04:15:39
54680         Log: Back out #6454, doesn't seem to work.
54681              (Reason: that patch was for perl 5.6.0, not perl-current)
54682              (A version of the patch for perl-current came in later as #6466)
54683      Branch: perl
54684            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
54685            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
54686            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54687 ____________________________________________________________________________
54688 [  6457] By: jhi                                   on 2000/07/27  23:31:49
54689         Log: Use setproctitle() if available to modify $0.
54690              
54691              Subject: setting $* on BSD4 broken
54692              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
54693              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
54694              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
54695      Branch: metaconfig
54696            ! U/modified/Myinit.U
54697      Branch: perl
54698            ! Configure config_h.SH mg.c
54699 ____________________________________________________________________________
54700 [  6456] By: jhi                                   on 2000/07/27  14:50:47
54701         Log: Allow "no AutoLoader;", based on change #6444,
54702              suggested by Graham Barr.
54703      Branch: perl
54704            ! lib/AutoLoader.pm
54705 ____________________________________________________________________________
54706 [  6455] By: jhi                                   on 2000/07/27  14:19:10
54707         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
54708              From: rspier@pobox.com (Robert Spier)
54709              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
54710              Message-ID: <14720.15855.787664.424783@rls.cx>
54711      Branch: perl
54712            ! pod/perldiag.pod
54713 ____________________________________________________________________________
54714 [  6454] By: jhi                                   on 2000/07/27  14:03:02
54715         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
54716              for a long time).
54717              
54718              Reported in
54719              
54720              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
54721              From: Ryan Herbert <rherbert@sycamorehq.com>
54722              Date: Mon, 17 Jul 2000 11:40:42 -0400
54723              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
54724              
54725              Patched in
54726              
54727              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
54728              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
54729              Date: Wed, 26 Jul 2000 23:40:18 +0100
54730              Message-ID: <000001bff752$79511880$0a17073e@tiny>
54731              
54732              based on an earlier patch from Stephen P. Potter.
54733              
54734              (Removed later by change #6458 because this patch was for
54735              perl 5.6.0, not perl-current)
54736      Branch: perl
54737            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
54738            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
54739            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
54740 ____________________________________________________________________________
54741 [  6453] By: jhi                                   on 2000/07/27  13:48:02
54742         Log: Subject: [PATCH] fixes bug 20000508.004
54743              From: Michael Stevens <mstevens@globnix.org>
54744              Date: Thu, 27 Jul 2000 13:49:04 +0100
54745              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
54746      Branch: perl
54747            ! pod/perldata.pod
54748 ____________________________________________________________________________
54749 [  6452] By: jhi                                   on 2000/07/26  23:51:26
54750         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
54751              and Craig A. Berry.
54752      Branch: perl
54753            ! lib/File/Temp.pm pod/perlport.pod
54754 ____________________________________________________________________________
54755 [  6451] By: jhi                                   on 2000/07/26  19:43:30
54756         Log: Be wary of close()s, too.
54757              
54758              Subject: Re: [PATCH] perlbug cleanup
54759              From: Tim Jenness <t.jenness@jach.hawaii.edu>
54760              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
54761              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
54762      Branch: perl
54763            ! utils/perlbug.PL
54764 ____________________________________________________________________________
54765 [  6450] By: jhi                                   on 2000/07/26  18:41:40
54766         Log: Subject: Minor doc patch: handy.h
54767              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
54768              Date: Wed, 26 Jul 2000 15:34:25 -0300
54769              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
54770      Branch: perl
54771            ! handy.h pod/perlapi.pod
54772 ____________________________________________________________________________
54773 [  6449] By: jhi                                   on 2000/07/26  18:23:55
54774         Log: Subject: [PATCH] minor doc change - perlguts
54775              From: Michael Stevens <mstevens@globnix.org>
54776              Date: Thu, 13 Jul 2000 12:39:18 +0100
54777              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
54778      Branch: perl
54779            ! pod/perlguts.pod
54780 ____________________________________________________________________________
54781 [  6448] By: jhi                                   on 2000/07/26  18:20:30
54782         Log: open() wariness in perlbug.
54783              
54784              Subject: [PATCH] perlbug cleanup
54785              From: Michael Stevens <mstevens@globnix.org>
54786              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
54787              Date: Thu, 13 Jul 2000 15:52:23 +0100
54788      Branch: perl
54789            ! utils/perlbug.PL
54790 ____________________________________________________________________________
54791 [  6447] By: jhi                                   on 2000/07/26  18:13:04
54792         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
54793      Branch: perl
54794            ! lib/File/Temp.pm t/lib/ftmp-security.t
54795 ____________________________________________________________________________
54796 [  6446] By: jhi                                   on 2000/07/26  18:06:32
54797         Log: docfix from Peter Scott <Peter@PSDT.com>.
54798      Branch: perl
54799            ! pod/perlfunc.pod
54800 ____________________________________________________________________________
54801 [  6445] By: jhi                                   on 2000/07/26  17:53:31
54802         Log: Fix *foo{FORMAT}.
54803              
54804              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
54805              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54806              Date: Wed, 26 Jul 2000 19:51:02 +0200
54807              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
54808              
54809              From: Graham Barr <gbarr@pobox.com>
54810              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
54811              Date: Wed, 26 Jul 2000 17:38:36 +0100
54812              Message-ID: <20000726173836.L472@pobox.com>
54813      Branch: perl
54814            ! pp.c sv.c t/op/gv.t
54815 ____________________________________________________________________________
54816 [  6444] By: jhi                                   on 2000/07/26  17:49:14
54817         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
54818              from Graham Barr in the module list.
54819      Branch: perl
54820            ! gv.c pod/perlobj.pod
54821 ____________________________________________________________________________
54822 [  6443] By: jhi                                   on 2000/07/26  16:06:56
54823         Log: More split() doc and test patches from Mike Guy.
54824      Branch: perl
54825            ! pod/perlfunc.pod t/op/split.t
54826 ____________________________________________________________________________
54827 [  6442] By: jhi                                   on 2000/07/26  16:05:30
54828         Log: MacOS nits from Matthias Neeracher.
54829      Branch: perl
54830            ! perl.c pp_ctl.c
54831 ____________________________________________________________________________
54832 [  6441] By: jhi                                   on 2000/07/26  04:39:57
54833         Log: Subject: [PATCH] split /^/
54834              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54835              Date: Tue, 25 Jul 2000 14:18:57 +0100
54836              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
54837              
54838              (with notes from tchrist and gbarr)
54839      Branch: perl
54840            ! pod/perlfunc.pod t/op/split.t
54841 ____________________________________________________________________________
54842 [  6440] By: jhi                                   on 2000/07/26  04:32:32
54843         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
54844              From: Peter Prymmer <pvhp@forte.com>
54845              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
54846              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
54847      Branch: perl
54848            ! vms/munchconfig.c
54849 ____________________________________________________________________________
54850 [  6439] By: jhi                                   on 2000/07/26  04:31:01
54851         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
54852              to be fatal errors (instead of by default ignoring them, and
54853              ignoring with a bug: even though -w gave an error, the opening [
54854              was left in)  Reported in:
54855              
54856              Subject: [ID 20000716.024] [=cc=] / [:blank:]
54857              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
54858              Date: Sun, 16 Jul 2000 17:55:29 -0700
54859              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
54860      Branch: perl
54861            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
54862 ____________________________________________________________________________
54863 [  6438] By: jhi                                   on 2000/07/25  15:41:15
54864         Log: Subject: [PATCH] av.c apidoc
54865              From: simon@brecon.co.uk (Simon Cozens)
54866              Date: 24 Jul 2000 06:40:52 GMT
54867              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
54868      Branch: perl
54869            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
54870            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
54871 ____________________________________________________________________________
54872 [  6437] By: jhi                                   on 2000/07/25  14:05:36
54873         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
54874              From: "Stephen P. Potter" <spp@ds.net>
54875              Date: Mon, 24 Jul 2000 14:22:23 -0400
54876              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
54877      Branch: perl
54878            ! pod/perllocale.pod
54879 ____________________________________________________________________________
54880 [  6436] By: jhi                                   on 2000/07/25  14:02:03
54881         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
54882              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54883              Date: Mon, 24 Jul 2000 18:04:28 +0100
54884              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
54885      Branch: perl
54886            ! t/lib/syslfs.t t/op/lfs.t
54887 ____________________________________________________________________________
54888 [  6435] By: jhi                                   on 2000/07/25  13:59:28
54889         Log: Get UTF16 BOMs working.  Patch from
54890              
54891              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54892              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54893              Date: Tue, 25 Jul 2000 12:52:45 +0100
54894              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
54895              
54896              and notes from
54897              
54898              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
54899              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54900              Date: Tue, 25 Jul 2000 11:43:25 +0100
54901              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
54902      Branch: perl
54903            ! t/comp/require.t toke.c utf8.c
54904 ____________________________________________________________________________
54905 [  6434] By: jhi                                   on 2000/07/25  02:39:54
54906         Log: Make the "uninit variable" warning to say "concat or string"
54907              or "join or string" when in concat or join .
54908              
54909              Subject: Re: [ID 20000403.009] uninitialised concatenation???
54910              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54911              Date: Tue, 04 Apr 2000 18:22:58 +0100
54912              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
54913              
54914              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
54915              From: William R Ward <hermit@BayView.COM>
54916              Date: Thu, 30 Mar 2000 19:50:03 -0800
54917              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
54918      Branch: perl
54919            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
54920            ! t/pragma/warn/op t/pragma/warn/sv
54921 ____________________________________________________________________________
54922 [  6433] By: jhi                                   on 2000/07/24  17:52:56
54923         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
54924      Branch: perl
54925            ! lib/File/Spec/VMS.pm
54926 ____________________________________________________________________________
54927 [  6432] By: jhi                                   on 2000/07/24  17:44:44
54928         Log: Test cases for #6431.
54929              
54930              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54931              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54932              Date: Mon, 24 Jul 2000 15:32:29 +0100
54933              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
54934      Branch: perl
54935            ! t/op/pat.t t/op/split.t
54936 ____________________________________________________________________________
54937 [  6431] By: jhi                                   on 2000/07/24  17:43:17
54938         Log: Bind op fix.
54939              
54940              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
54941              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
54942              Date: Mon, 17 Jul 2000 20:04:56 +0100
54943              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
54944      Branch: perl
54945            ! op.c
54946 ____________________________________________________________________________
54947 [  6430] By: jhi                                   on 2000/07/24  03:42:42
54948         Log: Subject: [ID 20000716.023] syslog test fails without sockets
54949              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
54950              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
54951              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
54952      Branch: metaconfig/U/perl
54953            ! Extensions.U
54954      Branch: perl
54955            ! Configure config_h.SH
54956 ____________________________________________________________________________
54957 [  6429] By: jhi                                   on 2000/07/24  03:11:52
54958         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
54959              case, but add also notes explaining the relationship of this
54960              patch and the earlier notes by Sarathy.
54961              
54962              Subject: Map is still slow
54963              From: "Ben Tilly" <ben_tilly@hotmail.com>
54964              Date: Sat, 15 Jul 2000 17:23:27 EDT
54965              Message-ID: <20000715212327.21656.qmail@hotmail.com>
54966      Branch: perl
54967            ! pp_ctl.c
54968 ____________________________________________________________________________
54969 [  6428] By: jhi                                   on 2000/07/24  02:58:52
54970         Log: Documentation to explain the behaviour of map().
54971              
54972              Subject: Re: Map is still slow 
54973              From: Gurusamy Sarathy <gsar@ActiveState.com>
54974              Date: Sat, 15 Jul 2000 16:05:09 -0700
54975              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
54976      Branch: perl
54977            ! pp_ctl.c
54978 ____________________________________________________________________________
54979 [  6427] By: jhi                                   on 2000/07/24  02:50:03
54980         Log: Add tests for
54981              [ID 19991110.003] another matching finding by pcre author
54982              which has already been fixed by some patch, as verified in
54983              
54984              Subject: Re: two regex bugs from the mists of time (well, last November)
54985              From: Hugo <hv@crypt.compulink.co.uk>
54986              Date: Sat, 22 Jul 2000 18:12:58 +0100
54987              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
54988      Branch: perl
54989            ! t/op/re_tests
54990 ____________________________________________________________________________
54991 [  6426] By: jhi                                   on 2000/07/24  02:11:20
54992         Log: A missing 'break' after the [[:space:]] switch case.
54993              
54994              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
54995              From: "Stephen P. Potter" <spp@ds.net>
54996              Date: Tue, 18 Jul 2000 16:25:17 -0400
54997              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
54998      Branch: perl
54999            ! regcomp.c
55000 ____________________________________________________________________________
55001 [  6425] By: jhi                                   on 2000/07/24  02:06:12
55002         Log: The output might have been produced in the wrong order.
55003              
55004              Subject: [ID 20000720.003] [PATCH] t/op/write.t
55005              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55006              Date: Thu, 20 Jul 2000 18:49:18 +0100
55007              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
55008      Branch: perl
55009            ! t/op/write.t
55010 ____________________________________________________________________________
55011 [  6424] By: jhi                                   on 2000/07/24  02:00:07
55012         Log: Use STDOUT consistently.
55013              
55014              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
55015              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55016              Date: Thu, 20 Jul 2000 18:04:01 +0100
55017              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
55018      Branch: perl
55019            ! lib/Test/Harness.pm
55020 ____________________________________________________________________________
55021 [  6423] By: jhi                                   on 2000/07/24  01:54:54
55022         Log: Protect against "wild next"s, that is, callbacks doing "next"
55023              instead of "return".
55024              
55025              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
55026              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55027              Date: Tue, 18 Jul 2000 11:30:16 +0100
55028              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
55029      Branch: perl
55030            ! lib/File/Find.pm
55031 ____________________________________________________________________________
55032 [  6422] By: jhi                                   on 2000/07/24  01:35:47
55033         Log: Out-of-date note removed.
55034              
55035              Subject: [PATCH] documentation perlipc
55036              From: rspier@pobox.com (Robert Spier)
55037              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
55038              Message-ID: <14711.35178.572612.502654@rls.cx>
55039      Branch: perl
55040            ! pod/perlipc.pod
55041 ____________________________________________________________________________
55042 [  6421] By: jhi                                   on 2000/07/24  00:09:18
55043         Log: Send all installperl messages to STDERR and be -w clean.
55044              
55045              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
55046              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55047              Date: Sat, 22 Jul 2000 14:02:11 +0100
55048              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
55049      Branch: perl
55050            ! installperl
55051 ____________________________________________________________________________
55052 [  6420] By: jhi                                   on 2000/07/24  00:04:19
55053         Log: Decutandpasto.
55054              
55055              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
55056              From: "Richard Soderberg" <rs@crystalflame.net>
55057              Date: Sun, 23 Jul 2000 01:37:23 -0700
55058              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
55059      Branch: perl
55060            ! pod/perlipc.pod
55061 ____________________________________________________________________________
55062 [  6419] By: jhi                                   on 2000/07/24  00:01:12
55063         Log: A cleaner abs_path().
55064              Subject: Re: unix alternative to Cwd.pm
55065              From: Jeff Pinyan <jeffp@crusoe.net>
55066              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
55067              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
55068      Branch: perl
55069            ! lib/Cwd.pm
55070 ____________________________________________________________________________
55071 [  6418] By: jhi                                   on 2000/07/23  23:48:56
55072         Log: Detypo.
55073              
55074              Subject: [PATCH perl-current] Typo in hints/powerux.sh
55075              From: "Richard Soderberg" <rs@crystalflame.net>
55076              Date: Sun, 23 Jul 2000 01:27:33 -0700
55077              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
55078      Branch: perl
55079            ! hints/powerux.sh
55080 ____________________________________________________________________________
55081 [  6417] By: jhi                                   on 2000/07/17  22:13:31
55082         Log: Subject: SDBM_File documentation
55083              From: mjd@plover.com
55084              Date: 16 Jul 2000 17:41:17 -0000
55085              Message-ID: <20000716174117.18515.qmail@plover.com>
55086      Branch: perl
55087            ! ext/SDBM_File/SDBM_File.pm
55088 ____________________________________________________________________________
55089 [  6416] By: jhi                                   on 2000/07/17  19:13:26
55090         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
55091      Branch: perl
55092            ! hints/mpeix.sh mpeix/relink
55093 ____________________________________________________________________________
55094 [  6415] By: jhi                                   on 2000/07/15  14:11:02
55095         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
55096              the utf8 'characters' can be more than one octet).
55097              
55098              Date: Sat, 15 Jul 2000 00:21:56 +0100
55099              From: Tom Hughes <tom@compton.nu>
55100              Subject: Re: [ID 20000714.002]
55101              Message-ID: <db2334de49.tom@compton.compton.nu>
55102              
55103              Reported in
55104              
55105              Subject: [ID 20000714.002]
55106              From: "Simon Cozens" <simon@othersideofthe.earth.li>
55107              Date: 14 Jul 2000 15:13:09 -0000
55108              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
55109      Branch: perl
55110            ! doop.c
55111 ____________________________________________________________________________
55112 [  6414] By: jhi                                   on 2000/07/15  03:13:41
55113         Log: another VMS build tweak from Peter Prymmer
55114      Branch: perl
55115            ! vms/descrip_mms.template
55116 ____________________________________________________________________________
55117 [  6413] By: jhi                                   on 2000/07/15  03:10:40
55118         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
55119      Branch: perl
55120            ! vms/perlvms.pod
55121 ____________________________________________________________________________
55122 [  6412] By: jhi                                   on 2000/07/15  00:31:05
55123         Log: More docs for sv functions.
55124              
55125              Subject: [PATCH cfgperl] sv.c apidoc
55126              From: simon@brecon.co.uk (Simon Cozens)
55127              Date: 13 Jul 2000 09:00:20 GMT
55128              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
55129              
55130              Subject: Re: [PATCH cfgperl] sv.c apidoc
55131              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55132              Date: Thu, 13 Jul 2000 12:27:41 +0100
55133              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
55134              
55135              Subject: Re: [PATCH cfgperl] sv.c apidoc
55136              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55137              Date: Thu, 13 Jul 2000 13:23:09 +0100
55138              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
55139              
55140              Subject: Re: [PATCH cfgperl] sv.c apidoc
55141              From: simon@brecon.co.uk (Simon Cozens)
55142              Date: 14 Jul 2000 06:51:02 GMT
55143              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
55144      Branch: perl
55145            ! embed.pl pod/perlapi.pod sv.c
55146 ____________________________________________________________________________
55147 [  6411] By: jhi                                   on 2000/07/15  00:10:41
55148         Log: lib/b test fixes from Peter Prymmer.
55149      Branch: perl
55150            ! t/lib/b.t
55151 ____________________________________________________________________________
55152 [  6410] By: jhi                                   on 2000/07/15  00:02:09
55153         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
55154              From: Hugo <hv@crypt.compulink.co.uk>
55155              Date: Fri, 14 Jul 2000 23:05:20 +0100
55156              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
55157              
55158              Didn't anymore apply, but that point still could use another fix.
55159      Branch: perl
55160            ! pod/perlfunc.pod
55161 ____________________________________________________________________________
55162 [  6409] By: jhi                                   on 2000/07/14  23:15:15
55163         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
55164              not in pod, from Peter Prymmer
55165      Branch: perl
55166            ! vms/descrip_mms.template
55167 ____________________________________________________________________________
55168 [  6408] By: jhi                                   on 2000/07/14  20:35:05
55169         Log: The bug report
55170              [ID 19991110.002] minimal matching discrepancy found by pcre author
55171              seems to have been fixed (though differently from what was suggested
55172              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
55173      Branch: perl
55174            ! t/op/re_tests
55175 ____________________________________________________________________________
55176 [  6407] By: jhi                                   on 2000/07/14  17:38:08
55177         Log: Fix AutoSplit to use File::Spec the right way in VMS,
55178              from Peter Prymmer.
55179      Branch: perl
55180            ! lib/AutoSplit.pm
55181 ____________________________________________________________________________
55182 [  6406] By: jhi                                   on 2000/07/14  14:13:22
55183         Log: Merge perlhacktut into perlhack, update perlguts.
55184              
55185              Subject: Re: Perlhacktut
55186              From: simon@brecon.co.uk (Simon Cozens)
55187              Date: 14 Jul 2000 06:49:21 GMT
55188              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
55189              
55190              Subject: Re: Perlhacktut
55191              From: simon@brecon.co.uk (Simon Cozens)
55192              Date: 14 Jul 2000 07:09:45 GMT
55193              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
55194      Branch: perl
55195            ! pod/perlguts.pod pod/perlhack.pod
55196 ____________________________________________________________________________
55197 [  6405] By: jhi                                   on 2000/07/14  14:02:31
55198         Log: Integrate with Sarathy.
55199      Branch: cfgperl
55200           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
55201           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
55202           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
55203 ____________________________________________________________________________
55204 [  6404] By: gsar                                  on 2000/07/14  12:15:02
55205         Log: PERL_OBJECT build tweaks
55206      Branch: perl
55207            ! toke.c
55208 ____________________________________________________________________________
55209 [  6403] By: gsar                                  on 2000/07/14  11:23:41
55210         Log: inconsistent types needs casts
55211      Branch: perl
55212            ! toke.c
55213 ____________________________________________________________________________
55214 [  6402] By: gsar                                  on 2000/07/14  11:12:04
55215         Log: typos in change#6399, regen headers
55216      Branch: perl
55217            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
55218 ____________________________________________________________________________
55219 [  6401] By: gsar                                  on 2000/07/14  10:59:12
55220         Log: typecasts needed for change#6394
55221      Branch: perl
55222            ! toke.c
55223 ____________________________________________________________________________
55224 [  6400] By: gsar                                  on 2000/07/14  10:49:37
55225         Log: integrate cfgperl contents into mainline
55226      Branch: perl
55227           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
55228           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
55229 ____________________________________________________________________________
55230 [  6399] By: gsar                                  on 2000/07/14  10:38:35
55231         Log: enable UTF-16 filter by default if relevant BOM is seen; various
55232              cleanups (typos, misformatted code, and small bugs)
55233      Branch: perl
55234            ! doop.c embed.pl mg.c op.c pp.c toke.c
55235 ____________________________________________________________________________
55236 [  6398] By: gsar                                  on 2000/07/14  08:55:38
55237         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
55238              name suggests anyway)
55239      Branch: perl
55240            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
55241 ____________________________________________________________________________
55242 [  6397] By: gsar                                  on 2000/07/14  08:44:33
55243         Log: move new variables to the end of the interpreter structure (for
55244              bincompat in code that doesn't #include XSUB.h)
55245      Branch: perl
55246            ! intrpvar.h
55247 ____________________________________________________________________________
55248 [  6396] By: gsar                                  on 2000/07/14  08:13:58
55249         Log: MakeMaker should not remove editor backups (*~) on `make clean`
55250              by default (completes change#6383)
55251      Branch: perl
55252            ! lib/ExtUtils/MM_Unix.pm
55253 ____________________________________________________________________________
55254 [  6395] By: jhi                                   on 2000/07/14  05:20:33
55255         Log: Replace change #6337 with a better one.
55256              
55257              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
55258              From: Hugo <hv@crypt.compulink.co.uk>
55259              Date: Fri, 14 Jul 2000 04:16:20 +0100
55260              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
55261      Branch: cfgperl
55262            ! regexec.c t/op/re_tests
55263 ____________________________________________________________________________
55264 [  6394] By: jhi                                   on 2000/07/14  01:33:59
55265         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
55266      Branch: cfgperl
55267            ! embed.pl global.sym proto.h toke.c
55268 ____________________________________________________________________________
55269 [  6393] By: jhi                                   on 2000/07/13  23:41:23
55270         Log: remove discarded test
55271      Branch: cfgperl
55272            ! MANIFEST
55273 ____________________________________________________________________________
55274 [  6392] By: jhi                                   on 2000/07/13  23:32:25
55275         Log: The {multiplier} of a fixed substring was overlooked which
55276              caused a wrong initial search offset for that substring.
55277              
55278              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
55279              From: Hugo <hv@crypt.compulink.co.uk>
55280              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
55281              Date: Thu, 13 Jul 2000 19:27:13 +0100
55282      Branch: cfgperl
55283            ! regcomp.c t/op/re_tests
55284 ____________________________________________________________________________
55285 [  6391] By: jhi                                   on 2000/07/13  16:37:42
55286         Log: typo fix from Craig Berry
55287      Branch: cfgperl
55288            ! vms/subconfigure.com
55289 ____________________________________________________________________________
55290 [  6390] By: jhi                                   on 2000/07/13  13:20:12
55291         Log: Integrate with Sarathy.
55292      Branch: cfgperl
55293            - t/op/method2entersub.t
55294           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
55295           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
55296           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
55297           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
55298 ____________________________________________________________________________
55299 [  6389] By: jhi                                   on 2000/07/13  13:18:48
55300         Log: Detypo from Peter Prymmer, part of #6388.
55301      Branch: cfgperl
55302            ! Configure config_h.SH
55303      Branch: metaconfig
55304            ! U/modified/d_longlong.U
55305 ____________________________________________________________________________
55306 [  6388] By: gsar                                  on 2000/07/13  06:33:40
55307         Log: typos (spotted by Peter Prymmer)
55308      Branch: perl
55309            ! Configure t/lib/english.t
55310 ____________________________________________________________________________
55311 [  6387] By: gsar                                  on 2000/07/13  05:35:28
55312         Log: new selfloader.t in change#6183 doesn't close DATA handles,
55313              and thus fails to clean up tmp files on dosish platforms
55314      Branch: perl
55315            ! t/lib/selfloader.t
55316 ____________________________________________________________________________
55317 [  6386] By: gsar                                  on 2000/07/12  21:42:39
55318         Log: sprintf test tweaks (from Dominic Dunlop)
55319      Branch: perl
55320            ! t/op/sprintf.t
55321 ____________________________________________________________________________
55322 [  6385] By: gsar                                  on 2000/07/12  21:33:46
55323         Log: fix bugs in processing %v-*d and similar format specs (from
55324              Avi Finkel <avi@finkel.org>)
55325      Branch: perl
55326            ! sv.c t/op/sprintf.t
55327 ____________________________________________________________________________
55328 [  6384] By: gsar                                  on 2000/07/12  16:04:19
55329         Log: readd missing perldelta.pod changes from changes#6339,6376
55330      Branch: perl
55331            ! pod/perldelta.pod
55332 ____________________________________________________________________________
55333 [  6383] By: gsar                                  on 2000/07/12  16:00:51
55334         Log: don't clobber *.orig files on *clean targets
55335      Branch: perl
55336            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
55337 ____________________________________________________________________________
55338 [  6382] By: gsar                                  on 2000/07/12  07:59:12
55339         Log: fix broken integrations in cfgperl
55340      Branch: cfgperl
55341           !> Changes pod/perldelta.pod
55342 ____________________________________________________________________________
55343 [  6381] By: gsar                                  on 2000/07/12  07:42:17
55344         Log: integrate cfgperl changes into mainline
55345      Branch: perl
55346            ! Changes
55347           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
55348           !> pod/perlre.pod
55349 ____________________________________________________________________________
55350 [  6380] By: gsar                                  on 2000/07/12  07:31:00
55351         Log: get sprintf.t to adjust properly for 3-digit exponents
55352      Branch: perl
55353            ! t/op/sprintf.t
55354 ____________________________________________________________________________
55355 [  6379] By: gsar                                  on 2000/07/12  06:40:04
55356         Log: change#6174 needs corresponding change in win32/config_h.PL,
55357              which grovels through config_h.SH to find the config.h name
55358      Branch: perl
55359            ! win32/config_h.PL
55360 ____________________________________________________________________________
55361 [  6378] By: jhi                                   on 2000/07/12  05:03:59
55362         Log: Do the cc sanity check both before the hints and
55363              after the cc selction.
55364      Branch: cfgperl
55365            ! Configure config_h.SH
55366      Branch: metaconfig
55367            ! U/modified/Oldconfig.U U/modified/cc.U
55368      Branch: metaconfig/U/perl
55369            + Checkcc.U
55370 ____________________________________________________________________________
55371 [  6377] By: jhi                                   on 2000/07/12  02:49:22
55372         Log: Fix nits noticed by Boston.pm.
55373      Branch: cfgperl
55374            ! pod/perlre.pod
55375 ____________________________________________________________________________
55376 [  6376] By: jhi                                   on 2000/07/11  21:22:13
55377         Log: Configure cosmetics and perldelta.
55378      Branch: cfgperl
55379            ! Configure config_h.SH pod/perldelta.pod
55380      Branch: metaconfig
55381            ! U/modified/cc.U
55382 ____________________________________________________________________________
55383 [  6375] By: gsar                                  on 2000/07/11  21:17:35
55384         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
55385      Branch: perl
55386            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
55387            ! win32/win32sck.c
55388 ____________________________________________________________________________
55389 [  6374] By: gsar                                  on 2000/07/11  20:48:50
55390         Log: tweak for build failure under multiplicity
55391      Branch: perl
55392            ! toke.c
55393 ____________________________________________________________________________
55394 [  6373] By: gsar                                  on 2000/07/11  20:37:23
55395         Log: integrate cfgperl changes#6325..6373 into mainline
55396              (NOTE: today's batch of integrations still untested)
55397      Branch: perl
55398           +> ext/DynaLoader/hints/netbsd.pl
55399            ! Changes
55400           !> (integrate 26 files)
55401 ____________________________________________________________________________
55402 [  6372] By: jhi                                   on 2000/07/11  20:30:36
55403         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
55404              regen perltoc.
55405      Branch: cfgperl
55406            + pod/perlbook.pod
55407            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
55408            ! pod/perltoc.pod
55409 ____________________________________________________________________________
55410 [  6371] By: jhi                                   on 2000/07/11  20:08:56
55411         Log: Minor cleanups on the booklist.
55412      Branch: cfgperl
55413            ! pod/perlfaq2.pod
55414 ____________________________________________________________________________
55415 [  6370] By: jhi                                   on 2000/07/11  19:31:13
55416         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
55417      Branch: cfgperl
55418            ! t/pragma/overload.t
55419 ____________________________________________________________________________
55420 [  6369] By: gsar                                  on 2000/07/11  19:27:48
55421         Log: integrate cfgperl changes#6293..6324 into mainline
55422      Branch: perl
55423           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
55424            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
55425           !> (integrate 30 files)
55426 ____________________________________________________________________________
55427 [  6368] By: gsar                                  on 2000/07/11  19:18:57
55428         Log: skip integrate of problematic change#6292 from cfgperl into mainline
55429      Branch: perl
55430           !> pp_hot.c
55431 ____________________________________________________________________________
55432 [  6367] By: gsar                                  on 2000/07/11  19:17:21
55433         Log: integrate cfgperl changes#6288..6290 into mainline
55434      Branch: perl
55435           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
55436 ____________________________________________________________________________
55437 [  6366] By: gsar                                  on 2000/07/11  19:11:18
55438         Log: integrate cfgperl changes#6268..6282 into mainline
55439      Branch: perl
55440           !> (integrate 30 files)
55441 ____________________________________________________________________________
55442 [  6365] By: gsar                                  on 2000/07/11  18:57:00
55443         Log: delete new accidentally branched file
55444      Branch: perl
55445            - t/op/method2entersub.t
55446 ____________________________________________________________________________
55447 [  6364] By: gsar                                  on 2000/07/11  18:55:13
55448         Log: skip integrate of change#6267 from cfgperl into mainline (the
55449              method call optimization is flawed without additional hints
55450              from user about immutableness of @ISA and no runtime method
55451              definitions)
55452      Branch: perl
55453           +> t/op/method2entersub.t
55454           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
55455           !> perl.h t/op/sprintf.t xsutils.c
55456 ____________________________________________________________________________
55457 [  6363] By: gsar                                  on 2000/07/11  18:49:43
55458         Log: integrate cfgperl changes#6261..6266 into mainline
55459      Branch: perl
55460           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
55461           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
55462           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
55463           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
55464 ____________________________________________________________________________
55465 [  6362] By: gsar                                  on 2000/07/11  18:43:26
55466         Log: integrate cfgperl changes#6252..6260 into mainline
55467      Branch: perl
55468           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
55469           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
55470           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
55471           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
55472 ____________________________________________________________________________
55473 [  6361] By: gsar                                  on 2000/07/11  18:37:12
55474         Log: skip integrate of problematic change#6251 from cfgperl into mainline
55475      Branch: perl
55476           !> lib/Exporter.pm
55477 ____________________________________________________________________________
55478 [  6360] By: gsar                                  on 2000/07/11  18:34:56
55479         Log: integrate cfgperl change#6250 into mainline
55480      Branch: perl
55481           +> t/op/my_stash.t
55482           !> MANIFEST embed.pl proto.h toke.c
55483 ____________________________________________________________________________
55484 [  6359] By: gsar                                  on 2000/07/11  18:21:19
55485         Log: integrate cfgperl changes#6242..6249 into mainline
55486      Branch: perl
55487           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
55488           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
55489           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
55490           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
55491           !> t/lib/peek.t utf8.c
55492 ____________________________________________________________________________
55493 [  6358] By: gsar                                  on 2000/07/11  18:15:45
55494         Log: skip integrate of problematic change#6241 from cfgperl into mainline
55495      Branch: perl
55496           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
55497 ____________________________________________________________________________
55498 [  6357] By: jhi                                   on 2000/07/11  18:15:16
55499         Log: Fix for
55500              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
55501              From: Roderick Schertler <roderick@argon.org> 
55502              Date: Tue, 11 Jul 2000 13:55:05 -0400 
55503              Message-Id: <200007111755.NAA05077@jones.argon.org> 
55504      Branch: cfgperl
55505            ! doio.c
55506 ____________________________________________________________________________
55507 [  6356] By: jhi                                   on 2000/07/11  18:12:51
55508         Log: Typo in #6341.
55509      Branch: cfgperl
55510            ! pp_hot.c
55511 ____________________________________________________________________________
55512 [  6355] By: gsar                                  on 2000/07/11  18:12:10
55513         Log: integrate cfgperl changes#6231..6240 into mainline
55514      Branch: perl
55515           +> pod/perlutil.pod
55516           !> (integrate 35 files)
55517 ____________________________________________________________________________
55518 [  6354] By: jhi                                   on 2000/07/11  18:04:34
55519         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
55520              From: Dominic Dunlop <domo@computer.org> 
55521              Date: Tue, 11 Jul 2000 12:27:33 +0200 
55522              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
55523              
55524              Replaces change #6268.
55525      Branch: cfgperl
55526            ! t/op/sprintf.t
55527 ____________________________________________________________________________
55528 [  6353] By: gsar                                  on 2000/07/11  17:59:51
55529         Log: skip integrate of problematic change#6230 from cfgperl into mainline
55530              (a later version of File::Spec is already in mainline)
55531      Branch: perl
55532           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
55533           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
55534 ____________________________________________________________________________
55535 [  6352] By: gsar                                  on 2000/07/11  17:57:48
55536         Log: integrate cfgperl changes#6224..6229 into mainline
55537      Branch: perl
55538           +> lib/lib.pm.PL
55539            - lib/lib.pm
55540           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
55541           !> lib/English.pm op.c t/lib/english.t
55542 ____________________________________________________________________________
55543 [  6351] By: gsar                                  on 2000/07/11  17:50:10
55544         Log: skip integrate of problematic change#6223 from cfgperl into mainline
55545      Branch: perl
55546           !> doio.c
55547 ____________________________________________________________________________
55548 [  6350] By: gsar                                  on 2000/07/11  17:48:28
55549         Log: integrate cfgperl changes#6220..6222 into mainline
55550      Branch: perl
55551           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
55552           !> toke.c utf8.c win32/win32.h
55553 ____________________________________________________________________________
55554 [  6349] By: gsar                                  on 2000/07/11  17:46:13
55555         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
55556              mainline
55557      Branch: perl
55558           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
55559           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
55560           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55561 ____________________________________________________________________________
55562 [  6348] By: jhi                                   on 2000/07/11  17:45:49
55563         Log: README.posix-bc podified from Thomas Dorner.
55564      Branch: cfgperl
55565            ! README.posix-bc
55566 ____________________________________________________________________________
55567 [  6347] By: gsar                                  on 2000/07/11  17:42:04
55568         Log: integrate cfgperl change#6217 into mainline
55569      Branch: perl
55570           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
55571           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
55572           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
55573 ____________________________________________________________________________
55574 [  6346] By: gsar                                  on 2000/07/11  17:39:37
55575         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
55576              mainline
55577      Branch: perl
55578           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
55579           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
55580           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
55581           !> perlapi.h pod/perlapi.pod
55582 ____________________________________________________________________________
55583 [  6345] By: gsar                                  on 2000/07/11  17:36:42
55584         Log: integrate cfgperl changes#6207..6210 into mainline
55585      Branch: perl
55586           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
55587           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
55588 ____________________________________________________________________________
55589 [  6344] By: gsar                                  on 2000/07/11  17:31:20
55590         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
55591              mainline
55592      Branch: perl
55593           !> (integrate 40 files)
55594 ____________________________________________________________________________
55595 [  6343] By: gsar                                  on 2000/07/11  17:19:08
55596         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
55597      Branch: perl
55598           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
55599            ! Changes
55600           !> (integrate 34 files)
55601 ____________________________________________________________________________
55602 [  6342] By: jhi                                   on 2000/07/11  16:05:48
55603         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
55604              To: perl5-porters@perl.org
55605              From: Karsten Sperling <spiff@phreax.net>
55606              Date: Mon, 10 Jul 2000 15:12:52 +0200
55607              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
55608      Branch: cfgperl
55609            ! lib/Symbol.pm
55610 ____________________________________________________________________________
55611 [  6341] By: jhi                                   on 2000/07/11  15:59:23
55612         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
55613              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55614              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
55615              Date: Fri, 07 Jul 2000 17:57:16 +0100
55616      Branch: cfgperl
55617            ! pp_hot.c
55618 ____________________________________________________________________________
55619 [  6340] By: jhi                                   on 2000/07/11  15:55:47
55620         Log: Subject: Re: format bug report  [Patch]
55621              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55622              Date: Wed, 05 Jul 2000 13:12:52 +0200
55623              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
55624              
55625              Subject: Re: format bug report  [Patch]
55626              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
55627              Date: Wed, 05 Jul 2000 14:10:01 +0200
55628              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
55629      Branch: cfgperl
55630            ! t/op/write.t toke.c
55631 ____________________________________________________________________________
55632 [  6339] By: jhi                                   on 2000/07/11  13:54:09
55633         Log: Be less forgiving about ambiguous and illegal tr ranges.
55634              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
55635              From: Mark-Jason Dominus <mjd@plover.com>
55636              Date: Tue, 04 Jul 2000 10:00:12 -0400
55637              Message-ID: <20000704140012.17772.qmail@plover.com>
55638              
55639              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
55640              From: Mark-Jason Dominus <mjd@plover.com>
55641              Date: Wed, 05 Jul 2000 09:37:36 -0400
55642              Message-ID: <20000705133736.27293.qmail@plover.com>
55643      Branch: cfgperl
55644            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
55645 ____________________________________________________________________________
55646 [  6338] By: jhi                                   on 2000/07/11  13:31:24
55647         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
55648              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
55649              Date: Tue, 11 Jul 2000 13:50:51 +0100
55650              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
55651      Branch: cfgperl
55652            ! sv.c
55653 ____________________________________________________________________________
55654 [  6337] By: jhi                                   on 2000/07/11  13:29:14
55655         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
55656              From: Hugo <hv@crypt.compulink.co.uk>
55657              Date: Tue, 11 Jul 2000 12:44:50 +0100
55658              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
55659      Branch: cfgperl
55660            ! regexec.c t/op/re_tests
55661 ____________________________________________________________________________
55662 [  6336] By: jhi                                   on 2000/07/11  13:26:47
55663         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
55664              From: simon@brecon.co.uk (Simon Cozens)
55665              Date: 7 Jul 2000 11:26:09 GMT
55666              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
55667      Branch: cfgperl
55668            ! mg.c
55669 ____________________________________________________________________________
55670 [  6335] By: jhi                                   on 2000/07/11  13:23:37
55671         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
55672              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
55673              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
55674              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
55675      Branch: cfgperl
55676            + ext/DynaLoader/hints/netbsd.pl
55677            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
55678 ____________________________________________________________________________
55679 [  6334] By: jhi                                   on 2000/07/11  13:20:38
55680         Log: Subject: PATCH perlguts.pod: Document D and d magic types
55681              From: mjd@plover.com
55682              Date: 5 Jul 2000 18:01:51 -0000
55683              Message-ID: <20000705180151.29413.qmail@plover.com>
55684      Branch: cfgperl
55685            ! pod/perlguts.pod
55686 ____________________________________________________________________________
55687 [  6333] By: jhi                                   on 2000/07/11  13:15:51
55688         Log: Precedence goof, fix based on
55689              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
55690              From: Hugo <hv@crypt.compulink.co.uk>
55691              Date: Tue, 11 Jul 2000 12:52:38 +0100
55692              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
55693      Branch: cfgperl
55694            ! t/op/taint.t
55695 ____________________________________________________________________________
55696 [  6332] By: jhi                                   on 2000/07/11  12:40:17
55697         Log: Integrate with Sarathy.
55698      Branch: cfgperl
55699           !> win32/win32sck.c
55700 ____________________________________________________________________________
55701 [  6331] By: jhi                                   on 2000/07/10  20:14:16
55702         Log: Sprinkle ldlibpath.
55703      Branch: cfgperl
55704            ! pod/Makefile.SH
55705 ____________________________________________________________________________
55706 [  6330] By: jhi                                   on 2000/07/10  17:54:49
55707         Log: More POSIX.pod tweaks.
55708      Branch: cfgperl
55709            ! ext/POSIX/POSIX.pod
55710 ____________________________________________________________________________
55711 [  6329] By: jhi                                   on 2000/07/10  14:02:12
55712         Log: Reorder perl.pod once more.
55713      Branch: cfgperl
55714            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55715 ____________________________________________________________________________
55716 [  6328] By: gsar                                  on 2000/07/10  07:06:00
55717         Log: accept() leaks memory on windows due to incorrect ordering of
55718              closesocket() and fclose() calls
55719      Branch: perl
55720            ! win32/win32sck.c
55721 ____________________________________________________________________________
55722 [  6327] By: gsar                                  on 2000/07/10  06:49:17
55723         Log: winsock options weren't being set in all threads under ithreads
55724              (caused send()s from second and subsequent threads to fail)
55725      Branch: perl
55726            ! win32/win32sck.c
55727 ____________________________________________________________________________
55728 [  6326] By: jhi                                   on 2000/07/08  02:45:40
55729         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
55730              was cast to an unsigned (32-bit) integer with wild abandon.
55731      Branch: cfgperl
55732            ! ext/Devel/DProf/DProf.xs
55733 ____________________________________________________________________________
55734 [  6325] By: jhi                                   on 2000/07/07  18:50:33
55735         Log: Remove perlbook, update perlfaq book listing,
55736              rearrange perl.pod, regenerate perltoc.
55737      Branch: cfgperl
55738            - pod/perlbook.pod
55739            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
55740            ! pod/perlfaq2.pod pod/perltoc.pod
55741 ____________________________________________________________________________
55742 [  6324] By: jhi                                   on 2000/07/07  14:03:40
55743         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
55744      Branch: cfgperl
55745            ! sv.h toke.c
55746 ____________________________________________________________________________
55747 [  6323] By: jhi                                   on 2000/07/06  16:03:55
55748         Log: Fix complaints of buildtoc.
55749      Branch: cfgperl
55750            + lib/Win32.pod
55751            - pod/Win32.pod
55752            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
55753 ____________________________________________________________________________
55754 [  6322] By: jhi                                   on 2000/07/06  15:15:52
55755         Log: Add =head1 NAMEs so that buildtoc is happy.
55756              (The CGI::Util nit reported to Lincoln.)
55757      Branch: cfgperl
55758            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
55759            ! pod/perltoc.pod
55760 ____________________________________________________________________________
55761 [  6321] By: jhi                                   on 2000/07/06  03:16:04
55762         Log: Config is being used.
55763      Branch: cfgperl
55764            ! t/op/method.t
55765 ____________________________________________________________________________
55766 [  6320] By: jhi                                   on 2000/07/06  03:13:13
55767         Log: Integrate with Sarathy.
55768      Branch: cfgperl
55769           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
55770 ____________________________________________________________________________
55771 [  6319] By: jhi                                   on 2000/07/06  03:11:46
55772         Log: Autogenerate pod/Makefile and pod/buildtoc.
55773              buildtoc also checks whether the existin pods are
55774              mentioned in MANIFEST and perl.pod, and vice versa.
55775              (None of the thusly found discrepancies fixed yet.)
55776              roffitall also needs to be autogenerated similarly but it
55777              seems so badly out of date that I didn't touch it yet.
55778      Branch: cfgperl
55779            + pod/Makefile.SH pod/buildtoc.PL
55780            - pod/Makefile pod/buildtoc
55781            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
55782 ____________________________________________________________________________
55783 [  6318] By: gsar                                  on 2000/07/05  22:10:54
55784         Log: fix UNC path handling on Windows under ithreads, and chdir()
55785              return value when given a non-existent directory
55786      Branch: perl
55787            ! win32/vdir.h
55788 ____________________________________________________________________________
55789 [  6317] By: gsar                                  on 2000/07/05  22:08:19
55790         Log: winsock cleanup never done on Windows (leads to handle leaks)
55791      Branch: perl
55792            ! win32/perllib.c win32/win32sck.c
55793 ____________________________________________________________________________
55794 [  6316] By: gsar                                  on 2000/07/05  22:06:19
55795         Log: some debugger output does not go to the socket when RemotePort is set
55796      Branch: perl
55797            ! lib/perl5db.pl
55798 ____________________________________________________________________________
55799 [  6315] By: jhi                                   on 2000/07/05  00:25:21
55800         Log: Integrate with Sarathy, preliminary fix for unicos
55801              alignment problems in [ID 20000612.002] Perl problem on Cray system.
55802      Branch: cfgperl
55803            ! sv.h
55804           !> pp_hot.c
55805 ____________________________________________________________________________
55806 [  6314] By: gsar                                  on 2000/07/04  23:34:02
55807         Log: tyop in change#6306
55808      Branch: perl
55809            ! pp_hot.c
55810 ____________________________________________________________________________
55811 [  6313] By: jhi                                   on 2000/07/04  22:14:38
55812         Log: Multiline string literals ENONPORTABLE.
55813      Branch: cfgperl
55814            ! pp_hot.c
55815 ____________________________________________________________________________
55816 [  6312] By: jhi                                   on 2000/07/04  20:34:44
55817         Log: Integrate with Sarathy.
55818      Branch: cfgperl
55819           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
55820           !> t/op/method.t
55821 ____________________________________________________________________________
55822 [  6311] By: jhi                                   on 2000/07/04  20:30:56
55823         Log: More POSIX.pod embellishment.
55824      Branch: cfgperl
55825            ! ext/POSIX/POSIX.pod
55826 ____________________________________________________________________________
55827 [  6310] By: gsar                                  on 2000/07/04  17:28:48
55828         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
55829      Branch: perl
55830            ! t/lib/b.t
55831 ____________________________________________________________________________
55832 [  6309] By: jhi                                   on 2000/07/04  17:22:18
55833         Log: The #6308 required a little bit more.
55834      Branch: cfgperl
55835            ! Makefile.SH win32/Makefile
55836 ____________________________________________________________________________
55837 [  6308] By: jhi                                   on 2000/07/04  16:35:24
55838         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
55839      Branch: cfgperl
55840            + lib/lib_pm.PL
55841            - lib/lib.pm.PL
55842            ! MANIFEST Makefile.SH
55843 ____________________________________________________________________________
55844 [  6307] By: jhi                                   on 2000/07/04  16:28:58
55845         Log: Win32 patches for cfgperl from Sarathy.
55846      Branch: cfgperl
55847            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
55848            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
55849            ! thread.h toke.c util.c win32/Makefile win32/win32.c
55850 ____________________________________________________________________________
55851 [  6306] By: gsar                                  on 2000/07/04  16:28:40
55852         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
55853              (from Richard Soderberg <rs@oregonnet.com>)
55854      Branch: perl
55855            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
55856 ____________________________________________________________________________
55857 [  6305] By: jhi                                   on 2000/07/04  16:24:24
55858         Log: Integrate with Sarathy.
55859      Branch: cfgperl
55860           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
55861           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55862           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
55863           !> proto.h win32/win32.c
55864 ____________________________________________________________________________
55865 [  6304] By: gsar                                  on 2000/07/04  16:17:24
55866         Log: missing perldiag entry for unpack("w",...) diagnostic (from
55867              Andreas Koenig)
55868      Branch: perl
55869            ! pod/perldiag.pod
55870 ____________________________________________________________________________
55871 [  6303] By: gsar                                  on 2000/07/04  16:14:44
55872         Log: remove rel2abs prototypes (from Barrie Slaymaker)
55873      Branch: perl
55874            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
55875            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55876 ____________________________________________________________________________
55877 [  6302] By: gsar                                  on 2000/07/04  04:59:35
55878         Log: adjust change#6299
55879      Branch: perl
55880            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
55881            ! win32/win32.c
55882 ____________________________________________________________________________
55883 [  6301] By: jhi                                   on 2000/07/04  04:50:07
55884         Log: Integrate with Sarathy.
55885      Branch: cfgperl
55886           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
55887           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
55888           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
55889 ____________________________________________________________________________
55890 [  6300] By: gsar                                  on 2000/07/04  04:42:09
55891         Log: PERL_OBJECT build tweak
55892      Branch: perl
55893            ! perl.h
55894 ____________________________________________________________________________
55895 [  6299] By: gsar                                  on 2000/07/04  04:37:00
55896         Log: fix memory leak on Windows (PL_sys_intern contents were never
55897              freed)
55898      Branch: perl
55899            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
55900            ! perlapi.c proto.h win32/win32.c
55901 ____________________________________________________________________________
55902 [  6298] By: gsar                                  on 2000/07/04  04:15:59
55903         Log: fix large memory leak that has been around for ever, masked by
55904              -DPURIFY (most of the arenas were never freed!)
55905      Branch: perl
55906            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
55907 ____________________________________________________________________________
55908 [  6297] By: gsar                                  on 2000/07/04  04:07:46
55909         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
55910      Branch: perl
55911            ! perl.c
55912 ____________________________________________________________________________
55913 [  6296] By: jhi                                   on 2000/06/30  18:28:37
55914         Log: Elaborate POSIX.pod.  Still needs work.
55915      Branch: cfgperl
55916            ! ext/POSIX/POSIX.pod
55917 ____________________________________________________________________________
55918 [  6295] By: jhi                                   on 2000/06/30  14:58:18
55919         Log: Point to perlipc for more SysV IPC examples.
55920      Branch: cfgperl
55921            ! pod/perlfunc.pod
55922 ____________________________________________________________________________
55923 [  6294] By: gsar                                  on 2000/06/30  14:47:45
55924         Log: slurp mode fix in change#4736 still not quite right
55925      Branch: perl
55926            ! pp_hot.c t/io/argv.t
55927 ____________________________________________________________________________
55928 [  6293] By: jhi                                   on 2000/06/30  12:02:55
55929         Log: Integrate with Sarathy.
55930      Branch: cfgperl
55931           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
55932 ____________________________________________________________________________
55933 [  6292] By: jhi                                   on 2000/06/30  12:01:11
55934         Log: From: simon@brecon.co.uk (Simon Cozens)
55935              Subject: UTF8 concat
55936              Date: 30 Jun 2000 06:13:25 GMT
55937              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
55938      Branch: cfgperl
55939            ! pp_hot.c
55940 ____________________________________________________________________________
55941 [  6291] By: gsar                                  on 2000/06/30  04:37:33
55942         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
55943              when @_ is modified, causing coredumps
55944      Branch: perl
55945            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
55946 ____________________________________________________________________________
55947 [  6290] By: jhi                                   on 2000/06/30  02:21:44
55948         Log: Integrate with Sarathy.
55949      Branch: cfgperl
55950           !> vms/vms.c vms/vmsish.h
55951 ____________________________________________________________________________
55952 [  6289] By: jhi                                   on 2000/06/30  02:21:02
55953         Log: Check VERSIONs.
55954      Branch: cfgperl
55955            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55956            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55957            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
55958 ____________________________________________________________________________
55959 [  6288] By: jhi                                   on 2000/06/30  02:18:52
55960         Log: Integrate with Sarathy.
55961      Branch: cfgperl
55962           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
55963           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
55964           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
55965           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
55966 ____________________________________________________________________________
55967 [  6287] By: gsar                                  on 2000/06/30  02:17:08
55968         Log: integrate vmsperl changes into mainline
55969      Branch: perl
55970           !> vms/vms.c vms/vmsish.h
55971 ____________________________________________________________________________
55972 [  6285] By: gsar                                  on 2000/06/30  02:05:28
55973         Log: localize %INC in a Safe compartment so that use/require work
55974              (many other magic globals probably need similar treatment)
55975      Branch: perl
55976            ! ext/Opcode/Opcode.xs
55977 ____________________________________________________________________________
55978 [  6284] By: gsar                                  on 2000/06/30  01:54:54
55979         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
55980              about Windows
55981      Branch: perl
55982            ! pod/perlembed.pod
55983 ____________________________________________________________________________
55984 [  6283] By: jhi                                   on 2000/06/30  01:50:10
55985         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
55986              From: Barrie Slaymaker <barries@jester.slaysys.com>
55987              Date: Wed, 28 Jun 2000 11:35:29 -0400
55988              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
55989      Branch: perl
55990            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
55991            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
55992            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
55993            ! lib/File/Spec/Win32.pm
55994 ____________________________________________________________________________
55995 [  6282] By: jhi                                   on 2000/06/29  22:57:22
55996         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
55997              From: Dan Sugalski <dan@sidhe.org>
55998              Date: Tue, 06 Jun 2000 11:59:50 -0400
55999              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
56000      Branch: cfgperl
56001            ! vms/vms.c
56002 ____________________________________________________________________________
56003 [  6281] By: jhi                                   on 2000/06/29  22:52:50
56004         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
56005              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
56006              Date: Wed, 7 Jun 2000 04:02:04 -0500
56007              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
56008      Branch: cfgperl
56009            ! utils/h2xs.PL
56010 ____________________________________________________________________________
56011 [  6280] By: jhi                                   on 2000/06/29  22:45:47
56012         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
56013              From: rspier@pobox.com (Robert Spier)
56014              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
56015              Message-ID: <14654.31913.845602.610277@rls.cx>
56016      Branch: cfgperl
56017            ! utils/h2xs.PL
56018 ____________________________________________________________________________
56019 [  6279] By: jhi                                   on 2000/06/29  22:38:16
56020         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
56021              From: Tim Ayers <tayers@bridge.com>
56022              Date: Thu, 08 Jun 2000 08:11:06 +0200
56023              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
56024              [resent by Richard Foley, Message-Id probably wrong]
56025      Branch: cfgperl
56026            ! pod/perlsub.pod
56027 ____________________________________________________________________________
56028 [  6278] By: jhi                                   on 2000/06/29  22:21:45
56029         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
56030              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
56031              Date: Fri, 09 Jun 2000 12:39:27 -0400
56032              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
56033              (plus update the version "number" of Text::Wrap)
56034      Branch: cfgperl
56035            ! lib/Text/Wrap.pm
56036 ____________________________________________________________________________
56037 [  6277] By: jhi                                   on 2000/06/29  22:13:10
56038         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
56039              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56040              Date: Mon, 12 Jun 2000 14:55:59 +0100
56041              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
56042      Branch: cfgperl
56043            ! pod/perlfunc.pod
56044 ____________________________________________________________________________
56045 [  6276] By: jhi                                   on 2000/06/29  22:11:06
56046         Log: Subject: [PATCH] Re: eval documentation: context
56047              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
56048              Date: Mon, 12 Jun 2000 15:07:29 +0100
56049              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
56050      Branch: cfgperl
56051            ! pod/perlfunc.pod
56052 ____________________________________________________________________________
56053 [  6275] By: jhi                                   on 2000/06/29  21:59:46
56054         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
56055              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
56056              Date: Tue, 13 Jun 2000 02:43:48 -0500
56057              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
56058      Branch: cfgperl
56059            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
56060 ____________________________________________________________________________
56061 [  6274] By: jhi                                   on 2000/06/29  21:56:14
56062         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
56063              From: Andy Dougherty <doughera@lafayette.edu>
56064              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
56065              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
56066      Branch: cfgperl
56067            ! ext/File/Glob/Glob.pm
56068 ____________________________________________________________________________
56069 [  6273] By: jhi                                   on 2000/06/29  21:49:09
56070         Log: Subject: [PATCH] xsub attributes
56071              From: Doug MacEachern <dougm@covalent.net>
56072              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
56073              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
56074      Branch: cfgperl
56075            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
56076            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
56077 ____________________________________________________________________________
56078 [  6272] By: jhi                                   on 2000/06/29  21:41:28
56079         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
56080              From: Tom Phoenix <rootbeer@redcat.com>
56081              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
56082              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
56083      Branch: cfgperl
56084            ! lib/Net/Ping.pm
56085 ____________________________________________________________________________
56086 [  6271] By: jhi                                   on 2000/06/29  21:36:55
56087         Log: Subject: PATCH pod/perltie.pod
56088              From: Ian Phillipps <Ian.Phillipps@iname.com>
56089              Date: Fri, 16 Jun 2000 00:17:19 +0100
56090              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
56091              (only the first hunk, the second hunk had already been done
56092              by some other patch)
56093      Branch: cfgperl
56094            ! pod/perltie.pod
56095 ____________________________________________________________________________
56096 [  6270] By: jhi                                   on 2000/06/29  21:24:51
56097         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
56098              From: Nicholas Clark <nick@talking.bollo.cx>
56099              Date: Fri, 23 Jun 2000 16:21:15 +0100
56100              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
56101      Branch: cfgperl
56102            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
56103            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
56104 ____________________________________________________________________________
56105 [  6269] By: jhi                                   on 2000/06/29  19:38:15
56106         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
56107              silence few compiler warnings.
56108      Branch: cfgperl
56109            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
56110 ____________________________________________________________________________
56111 [  6268] By: jhi                                   on 2000/06/29  18:21:50
56112         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
56113              From: Dominic Dunlop <domo@computer.org> 
56114              Date: Thu, 29 Jun 2000 12:32:39 +0200 
56115              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
56116      Branch: cfgperl
56117            ! t/op/sprintf.t
56118 ____________________________________________________________________________
56119 [  6267] By: jhi                                   on 2000/06/29  18:16:07
56120         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
56121              From: Doug MacEachern <dougm@covalent.net>
56122              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
56123              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
56124      Branch: cfgperl
56125            + t/op/method2entersub.t
56126            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
56127            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
56128            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
56129            ! xsutils.c
56130 ____________________________________________________________________________
56131 [  6266] By: jhi                                   on 2000/06/29  15:11:15
56132         Log: Subject: [PATCH 5.6.0] cygwin port
56133              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
56134              From: "Fifer, Eric" <EFifer@sanwaint.com>
56135              Date: Thu, 29 Jun 2000 12:58:29 +0100
56136      Branch: cfgperl
56137            ! cygwin/Makefile.SHs
56138 ____________________________________________________________________________
56139 [  6265] By: jhi                                   on 2000/06/29  15:04:05
56140         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
56141              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56142              Date: Wed, 28 Jun 2000 17:50:12 -0700
56143              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
56144      Branch: cfgperl
56145            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
56146 ____________________________________________________________________________
56147 [  6264] By: jhi                                   on 2000/06/29  15:00:57
56148         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
56149              From: Marty Lucich <marty@netcom.com>
56150              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
56151              Message-Id: <200006282116.OAA11148@netcom.com>
56152              ccdlflags update (the BSD/OS 4.1 part had already been taken
56153              care of by #6141).
56154      Branch: cfgperl
56155            ! hints/bsdos.sh
56156 ____________________________________________________________________________
56157 [  6263] By: jhi                                   on 2000/06/29  13:47:44
56158         Log: tr fixes from Simon Cozens
56159      Branch: cfgperl
56160            ! doop.c
56161 ____________________________________________________________________________
56162 [  6262] By: jhi                                   on 2000/06/28  18:46:01
56163         Log: Subject: 5.6.0 Patch for EPOC
56164              From: Olaf Flebbe <o.flebbe@gmx.de>
56165              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
56166              Message-ID: <23449.960929969@www11.gmx.net>
56167      Branch: cfgperl
56168            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
56169            ! epoc/epocish.h
56170 ____________________________________________________________________________
56171 [  6261] By: jhi                                   on 2000/06/28  18:29:07
56172         Log: Subject: Re: [PATCH cfgperl] BOMs away!
56173              From: simon@brecon.co.uk (Simon Cozens)
56174              Date: 17 Jun 2000 11:49:57 GMT
56175              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
56176      Branch: cfgperl
56177            ! pod/perldiag.pod t/comp/require.t toke.c
56178 ____________________________________________________________________________
56179 [  6260] By: jhi                                   on 2000/06/28  17:47:16
56180         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
56181              From: simon@brecon.co.uk (Simon Cozens) 
56182              Date: 17 Jun 2000 11:56:44 GMT 
56183              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
56184              pack U0, pack C0
56185      Branch: cfgperl
56186            ! pod/perlfunc.pod pp.c t/op/pack.t
56187 ____________________________________________________________________________
56188 [  6259] By: jhi                                   on 2000/06/28  16:43:17
56189         Log: perlnewmod was missing from MANIFEST.
56190      Branch: cfgperl
56191            ! MANIFEST
56192 ____________________________________________________________________________
56193 [  6258] By: jhi                                   on 2000/06/28  15:54:30
56194         Log: linenumber tweak
56195      Branch: cfgperl
56196            ! t/pragma/warn/regcomp
56197 ____________________________________________________________________________
56198 [  6257] By: jhi                                   on 2000/06/28  15:50:44
56199         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
56200              From: Doug MacEachern <dougm@covalent.net>
56201              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
56202              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
56203              (one part of the patch had been applied earlier)
56204      Branch: cfgperl
56205            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
56206 ____________________________________________________________________________
56207 [  6256] By: jhi                                   on 2000/06/28  15:40:22
56208         Log: tweaks from Simon Cozens to further fix tr/// under utf8
56209      Branch: cfgperl
56210            ! doop.c
56211 ____________________________________________________________________________
56212 [  6255] By: jhi                                   on 2000/06/28  15:33:45
56213         Log: small thinko tweaks
56214      Branch: cfgperl
56215            ! lib/IPC/Open3.pm t/op/my_stash.t
56216 ____________________________________________________________________________
56217 [  6254] By: jhi                                   on 2000/06/28  15:33:25
56218         Log: Subject: tr///, help wanted.
56219              From: simon@brecon.co.uk (Simon Cozens)
56220              Date: 28 Jun 2000 11:29:04 GMT
56221              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
56222      Branch: cfgperl
56223            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
56224            ! pp_proto.h proto.h t/op/tr.t
56225 ____________________________________________________________________________
56226 [  6253] By: jhi                                   on 2000/06/28  15:09:17
56227         Log: Paranoia tweak on #6249.
56228              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
56229              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
56230              Date: Sun, 25 Jun 2000 23:43:12 -0400
56231              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
56232      Branch: cfgperl
56233            ! lib/IPC/Open3.pm
56234 ____________________________________________________________________________
56235 [  6252] By: jhi                                   on 2000/06/28  15:01:38
56236         Log: Document #6249 and #6251.
56237      Branch: cfgperl
56238            ! lib/Exporter.pm lib/IPC/Open3.pm
56239 ____________________________________________________________________________
56240 [  6251] By: jhi                                   on 2000/06/28  14:50:43
56241         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
56242              From: Doug MacEachern <dougm@covalent.net>
56243              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
56244              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
56245      Branch: cfgperl
56246            ! lib/Exporter.pm
56247 ____________________________________________________________________________
56248 [  6250] By: jhi                                   on 2000/06/28  14:45:23
56249         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
56250              From: Doug MacEachern <dougm@covalent.net>
56251              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
56252              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
56253      Branch: cfgperl
56254            + t/op/my_stash.t
56255            ! MANIFEST embed.pl global.sym proto.h toke.c
56256 ____________________________________________________________________________
56257 [  6249] By: jhi                                   on 2000/06/28  14:36:34
56258         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
56259              From: Frank Tobin <ftobin@uiuc.edu>
56260              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
56261              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
56262      Branch: cfgperl
56263            ! lib/IPC/Open3.pm
56264 ____________________________________________________________________________
56265 [  6248] By: jhi                                   on 2000/06/28  14:11:25
56266         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
56267              From: Mark-Jason Dominus <mjd@plover.com>
56268              Date: Tue, 27 Jun 2000 22:36:42 -0400
56269              Message-ID: <20000628023642.12166.qmail@plover.com>
56270      Branch: cfgperl
56271            ! pod/perlfunc.pod
56272 ____________________________________________________________________________
56273 [  6247] By: jhi                                   on 2000/06/27  12:46:37
56274         Log: Tweak $VERSION, patch from Doug MacEachern.
56275      Branch: cfgperl
56276            ! lib/File/Spec.pm
56277 ____________________________________________________________________________
56278 [  6246] By: jhi                                   on 2000/06/27  03:34:46
56279         Log: Allow for standalone testing.
56280      Branch: cfgperl
56281            ! t/lib/filefunc.t t/lib/filespec.t
56282 ____________________________________________________________________________
56283 [  6245] By: jhi                                   on 2000/06/27  02:50:02
56284         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
56285              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
56286              Date: Sat, 24 Jun 2000 13:06:20 +0100
56287              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
56288      Branch: cfgperl
56289            ! ext/DynaLoader/DynaLoader_pm.PL
56290 ____________________________________________________________________________
56291 [  6244] By: jhi                                   on 2000/06/27  02:46:10
56292         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
56293              From: Doug MacEachern <dougm@covalent.net>
56294              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
56295              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
56296      Branch: cfgperl
56297            ! gv.c sv.c t/lib/peek.t
56298 ____________________________________________________________________________
56299 [  6243] By: jhi                                   on 2000/06/27  02:38:07
56300         Log: Subject: [PATCH] is_utf8_string
56301              From: simon@brecon.co.uk (Simon Cozens)
56302              Date: 26 Jun 2000 02:25:59 GMT
56303              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
56304      Branch: cfgperl
56305            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
56306            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
56307            ! proto.h utf8.c
56308 ____________________________________________________________________________
56309 [  6242] By: jhi                                   on 2000/06/27  02:24:00
56310         Log: Subject: [PATCH] bytes<->utf8 fixes
56311              From: simon@brecon.co.uk (Simon Cozens)
56312              Date: 26 Jun 2000 04:55:45 GMT
56313              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
56314      Branch: cfgperl
56315            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
56316 ____________________________________________________________________________
56317 [  6241] By: jhi                                   on 2000/06/27  02:12:42
56318         Log: Do no -warn on \_, only on \alpha.
56319              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
56320              From: David Dyck <dcd@tc.fluke.com>
56321              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
56322              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
56323      Branch: cfgperl
56324            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
56325 ____________________________________________________________________________
56326 [  6240] By: jhi                                   on 2000/06/27  02:00:01
56327         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
56328              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
56329              Date: Mon, 26 Jun 2000 18:40:14 +0100
56330              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
56331      Branch: cfgperl
56332            ! utils/h2xs.PL
56333 ____________________________________________________________________________
56334 [  6239] By: jhi                                   on 2000/06/27  01:53:40
56335         Log: Configure maintenance.  Sever some dependency cycles,
56336              separate gccversion from the cc unit,
56337              address [ID 20000623.006] Configure script patch for using gcc on AIX
56338              (but solve it a little bit differently),
56339              unduplex some accidentally duplicated units,
56340              suggest using gcc if no cc available
56341              (p5p thread: "Solaris configure: counterproposal", 1999-09)
56342      Branch: cfgperl
56343            ! Configure Todo-5.6 config_h.SH
56344      Branch: metaconfig
56345            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
56346            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
56347      Branch: metaconfig/U/perl
56348            + gccvers.U
56349            ! d_getespwnam.U d_getprpwnam.U i_prot.U
56350 ____________________________________________________________________________
56351 [  6238] By: jhi                                   on 2000/06/25  18:04:56
56352         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
56353              From: Dan Sugalski <dan@sidhe.org>
56354              Date: Fri, 23 Jun 2000 17:00:00 -0400
56355              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
56356      Branch: cfgperl
56357            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
56358 ____________________________________________________________________________
56359 [  6237] By: jhi                                   on 2000/06/25  16:36:45
56360         Log: Tweak embed.pl, regen headers.
56361      Branch: cfgperl
56362            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
56363            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
56364            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
56365            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
56366            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
56367 ____________________________________________________________________________
56368 [  6236] By: jhi                                   on 2000/06/25  15:26:42
56369         Log: Regen headers.
56370      Branch: cfgperl
56371            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
56372            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
56373            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
56374            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
56375            ! regnodes.h warnings.h
56376 ____________________________________________________________________________
56377 [  6235] By: jhi                                   on 2000/06/23  19:39:35
56378         Log: The thread begun by
56379              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
56380              From: Kevin.Ruscoe@ubsw.com
56381              Date: Fri, 16 Jun 2000 16:38:51 +0100
56382              Message-Id: <H000019b03c300d6@MHS>
56383      Branch: cfgperl
56384            ! hints/solaris_2.sh
56385 ____________________________________________________________________________
56386 [  6234] By: jhi                                   on 2000/06/23  19:23:36
56387         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
56388              because when run as services (Win32ese for daemons)
56389              no environment variables are set and tmpdir ends up as /tmp,
56390              which is ambiguous.
56391              
56392              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
56393              From: matt@sergeant.org
56394              Date: 16 Jun 2000 16:30:43 -0000
56395              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
56396      Branch: cfgperl
56397            ! lib/File/Spec/Win32.pm
56398 ____________________________________________________________________________
56399 [  6233] By: jhi                                   on 2000/06/23  19:18:58
56400         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
56401              From: Mark-Jason Dominus <mjd@plover.com>
56402              Date: Fri, 16 Jun 2000 20:53:04 -0400
56403              Message-ID: <20000617005304.8008.qmail@plover.com>
56404      Branch: cfgperl
56405            ! op.h
56406 ____________________________________________________________________________
56407 [  6232] By: jhi                                   on 2000/06/23  16:10:02
56408         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
56409              From: simon@brecon.co.uk (Simon Cozens)
56410              Date: 19 Jun 2000 15:18:27 GMT
56411              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
56412              
56413              plus update pod/Makefile and regenerate perltoc
56414      Branch: cfgperl
56415            + pod/perlutil.pod
56416            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
56417 ____________________________________________________________________________
56418 [  6231] By: jhi                                   on 2000/06/23  15:19:18
56419         Log: Subject: [PATCH 5.6.0] cygwin port
56420              From: "Fifer, Eric" <EFifer@sanwaint.com>
56421              Date: Tue, 20 Jun 2000 14:30:58 +0100
56422              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
56423      Branch: cfgperl
56424            ! README.cygwin lib/File/Find.pm
56425 ____________________________________________________________________________
56426 [  6230] By: jhi                                   on 2000/06/23  14:25:21
56427         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
56428      Branch: cfgperl
56429            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
56430            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
56431            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
56432            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
56433 ____________________________________________________________________________
56434 [  6229] By: jhi                                   on 2000/06/23  14:13:34
56435         Log: Subject: README.hpux version 0.6.1
56436              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
56437              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
56438              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
56439      Branch: cfgperl
56440            ! README.hpux
56441 ____________________________________________________________________________
56442 [  6228] By: jhi                                   on 2000/06/23  14:07:20
56443         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
56444              From: Doug MacEachern <dougm@covalent.net>
56445              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
56446              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
56447      Branch: cfgperl
56448            ! op.c
56449 ____________________________________________________________________________
56450 [  6227] By: jhi                                   on 2000/06/23  14:01:06
56451         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
56452              From: Doug MacEachern <dougm@covalent.net>
56453              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
56454              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
56455      Branch: cfgperl
56456            + lib/lib.pm.PL
56457            - lib/lib.pm
56458            ! MANIFEST Makefile.SH
56459 ____________________________________________________________________________
56460 [  6226] By: jhi                                   on 2000/06/23  13:53:07
56461         Log: Subject: [PATCH] remove forward declarations in Socket.pm
56462              From: Doug MacEachern <dougm@covalent.net>
56463              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
56464              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
56465              
56466              From: Doug MacEachern <dougm@covalent.net>
56467              Subject: Re: [PATCH] remove forward declarations in Socket.pm
56468              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
56469              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
56470      Branch: cfgperl
56471            ! ext/Socket/Socket.pm op.c
56472 ____________________________________________________________________________
56473 [  6225] By: jhi                                   on 2000/06/23  13:41:52
56474         Log: Add source code filenames to apidoc.
56475              From: simon@brecon.co.uk (Simon Cozens)
56476              Subject: [PATCH embed.pl] Source X-ref
56477              Date: 22 Jun 2000 02:18:49 GMT
56478              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
56479      Branch: cfgperl
56480            ! embed.pl
56481 ____________________________________________________________________________
56482 [  6224] By: jhi                                   on 2000/06/23  13:32:33
56483         Log: A way to avoid English.pm performance hit.
56484              From: root <root@jester.slaysys.com>
56485              Subject: [YAPATCH English.pm] My turn to putt again
56486              Date: Thu, 22 Jun 2000 20:33:58 -0400
56487              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
56488      Branch: cfgperl
56489            ! lib/English.pm t/lib/english.t
56490 ____________________________________________________________________________
56491 [  6223] By: jhi                                   on 2000/06/23  13:27:06
56492         Log: Avoid double close().
56493              Subject: [PATCH] avoid double close()
56494              From: Doug MacEachern <dougm@covalent.net>
56495              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
56496              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
56497      Branch: cfgperl
56498            ! doio.c
56499 ____________________________________________________________________________
56500 [  6222] By: jhi                                   on 2000/06/23  13:25:54
56501         Log: doc typo fix
56502              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
56503              From: Ian Phillipps <Ian.Phillipps@iname.com>
56504              Date: Fri, 23 Jun 2000 10:40:58 +0100
56505              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
56506      Branch: cfgperl
56507            ! lib/Pod/Usage.pm
56508 ____________________________________________________________________________
56509 [  6221] By: jhi                                   on 2000/06/23  13:24:15
56510         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
56511              From: simon@brecon.co.uk (Simon Cozens)
56512              Subject: [PATCH] Eliminate tr///[CU][CU]
56513              Date: 23 Jun 2000 11:05:40 GMT
56514              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
56515      Branch: cfgperl
56516            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
56517 ____________________________________________________________________________
56518 [  6220] By: jhi                                   on 2000/06/22  16:07:51
56519         Log: Win32 patches from Benjamin Stuhl.
56520      Branch: cfgperl
56521            ! makedef.pl win32/win32.h
56522 ____________________________________________________________________________
56523 [  6219] By: jhi                                   on 2000/06/22  16:06:34
56524         Log: Bytecode patches from Benjamin Stuhl.
56525      Branch: cfgperl
56526            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56527            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
56528            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56529 ____________________________________________________________________________
56530 [  6218] By: jhi                                   on 2000/06/15  23:54:16
56531         Log: Bytecode patches from Benjamin Stuhl.
56532      Branch: cfgperl
56533            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
56534 ____________________________________________________________________________
56535 [  6217] By: jhi                                   on 2000/06/09  13:38:29
56536         Log: Rename the fdpid locking and integrate with Sarathy.
56537      Branch: cfgperl
56538            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
56539            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
56540            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
56541            ! win32/win32.c
56542           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
56543 ____________________________________________________________________________
56544 [  6216] By: gsar                                  on 2000/06/08  14:54:21
56545         Log: be more optimal about clearing @_
56546      Branch: perl
56547            ! cop.h
56548 ____________________________________________________________________________
56549 [  6215] By: gsar                                  on 2000/06/08  14:33:04
56550         Log: tweak comment about @DB::args
56551      Branch: perl
56552            ! av.h pp_ctl.c
56553 ____________________________________________________________________________
56554 [  6214] By: gsar                                  on 2000/06/08  13:57:54
56555         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
56556              caller() wants to populate @DB::args with it (causes a coredump
56557              in Carp::confess())
56558      Branch: perl
56559            ! cop.h t/op/runlevel.t
56560 ____________________________________________________________________________
56561 [  6213] By: gsar                                  on 2000/06/08  07:06:35
56562         Log: back out change#6106 (seems problematic)
56563      Branch: perl
56564            ! hints/solaris_2.sh
56565 ____________________________________________________________________________
56566 [  6212] By: jhi                                   on 2000/06/07  03:10:36
56567         Log: Continuing mopup for #6204.
56568      Branch: cfgperl
56569            ! ext/B/defsubs_h.PL
56570 ____________________________________________________________________________
56571 [  6211] By: jhi                                   on 2000/06/07  02:41:50
56572         Log: Mopup for #6204.
56573              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
56574              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
56575              This is comes from const() where POK isn't on when expected.
56576      Branch: cfgperl
56577            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
56578            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56579            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
56580            ! perlapi.h pod/perlapi.pod
56581 ____________________________________________________________________________
56582 [  6210] By: jhi                                   on 2000/06/07  01:56:29
56583         Log: Mopup for #6207 and #6209.
56584      Branch: cfgperl
56585            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
56586 ____________________________________________________________________________
56587 [  6209] By: jhi                                   on 2000/06/07  01:33:12
56588         Log: Lock PL_fdpid against race conditions, based on:
56589              Subject: [PATCH 5.6.0]subprocess fixup for threads
56590              From: Dan Sugalski <dan@sidhe.org>
56591              To: perl5-porters@perl.org
56592              Date: Tue, 11 Apr 2000 17:02:32 -0400
56593              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
56594      Branch: cfgperl
56595            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
56596            ! win32/win32.c
56597 ____________________________________________________________________________
56598 [  6208] By: jhi                                   on 2000/06/07  01:05:23
56599         Log: Regen headers for #6207.
56600      Branch: cfgperl
56601            ! embed.h global.sym objXSUB.h proto.h
56602 ____________________________________________________________________________
56603 [  6207] By: jhi                                   on 2000/06/06  23:43:13
56604         Log: Subject: [PATCH 5.6.0] Threadsafe patches
56605              From: Dan Sugalski <dan@sidhe.org>
56606              To: perl5-porters@perl.org
56607              Date: Mon, 08 May 2000 18:08:13 -0400
56608              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
56609      Branch: cfgperl
56610            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
56611            ! proto.h sv.h util.c
56612 ____________________________________________________________________________
56613 [  6206] By: jhi                                   on 2000/06/06  23:21:23
56614         Log: Subject: [PATCH] Eliminate $a/$b in pod
56615              From: David Glasser <me@davidglasser.net>
56616              To: perl5-porters@perl.org
56617              Date: Mon, 29 May 2000 21:15:59 -0400
56618              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
56619      Branch: cfgperl
56620            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
56621            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
56622            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
56623            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
56624            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
56625            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
56626            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
56627            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
56628            ! pod/perlvar.pod pod/perlxs.pod
56629 ____________________________________________________________________________
56630 [  6205] By: jhi                                   on 2000/06/06  23:12:14
56631         Log: Subject: [PATCH] Win32 improvements
56632              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
56633              To: gsar@activestate.com, perl5-porters@perl.org
56634              Date: Mon, 29 May 2000 17:22:24 PDT
56635              Message-ID: <20000530002224.91142.qmail@hotmail.com>
56636              (MUA had mangled many lines by wordwrapping)
56637      Branch: cfgperl
56638            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
56639 ____________________________________________________________________________
56640 [  6204] By: jhi                                   on 2000/06/06  23:01:50
56641         Log: Subject: [PATCH] B::Bytecode patches
56642              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
56643              To: gsar@activestate.com, jhi@iki.fi
56644              Cc: perl5-porters@perl.org
56645              Message-ID: <20000602202526.48694.qmail@hotmail.com>
56646              (MUA had mangled many lines by wordwrapping)
56647      Branch: cfgperl
56648            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
56649            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
56650            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
56651            ! intrpvar.h perl.c
56652 ____________________________________________________________________________
56653 [  6203] By: jhi                                   on 2000/06/06  22:32:43
56654         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
56655              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
56656              Date: Tue, 06 Jun 2000 13:07:45 -0700
56657              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
56658      Branch: cfgperl
56659            ! pod/perldiag.pod
56660 ____________________________________________________________________________
56661 [  6202] By: jhi                                   on 2000/06/06  19:38:35
56662         Log: Integrate with Sarathy.
56663      Branch: cfgperl
56664           !> perl.c
56665 ____________________________________________________________________________
56666 [  6201] By: gsar                                  on 2000/06/06  00:42:59
56667         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
56668              does a PUSHMARK that's never ever POPMARKed; in general, only
56669              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
56670              Perl_eval_[sp]v() don't because they don't take any incoming
56671              arguments (this leak has been around since the original version
56672              of perl_eval_pv() in 5.003_97e)
56673      Branch: perl
56674            ! perl.c
56675 ____________________________________________________________________________
56676 [  6200] By: jhi                                   on 2000/06/04  03:44:52
56677         Log: Update to cperl-mode.el 4.31 from
56678              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
56679              Subject: A couple of notes
56680              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
56681              To: Mailing list Perl5 <perl5-porters@perl.org>
56682              Date: Sat, 3 Jun 2000 23:33:32 -0400
56683              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
56684      Branch: cfgperl
56685            ! emacs/cperl-mode.el
56686 ____________________________________________________________________________
56687 [  6199] By: jhi                                   on 2000/06/03  15:11:05
56688         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
56689              From: Dan Sugalski <dan@sidhe.org>
56690              To: perl5-porters@perl.org, vmsperl@perl.org
56691              Date: Fri, 02 Jun 2000 17:30:51 -0400
56692              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
56693      Branch: cfgperl
56694            ! vms/descrip_mms.template vms/gen_shrfls.pl
56695 ____________________________________________________________________________
56696 [  6198] By: jhi                                   on 2000/06/03  14:59:15
56697         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
56698              From: Dan Sugalski <dan@sidhe.org>
56699              To: vmsperl@perl.org, perl5-porters@perl.org
56700              Date: Fri, 02 Jun 2000 16:00:41 -0400
56701              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
56702              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
56703      Branch: cfgperl
56704            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
56705            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
56706            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
56707 ____________________________________________________________________________
56708 [  6197] By: jhi                                   on 2000/06/03  14:41:30
56709         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
56710              From: John Borwick <jhborwic@unity.ncsu.edu>
56711              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
56712              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
56713      Branch: cfgperl
56714            ! pod/perlsyn.pod
56715 ____________________________________________________________________________
56716 [  6196] By: jhi                                   on 2000/06/03  14:38:09
56717         Log: Integrate with Sarathy.
56718      Branch: cfgperl
56719           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56720           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56721           !> vms/perly_c.vms
56722 ____________________________________________________________________________
56723 [  6195] By: gsar                                  on 2000/06/02  22:43:13
56724         Log: fix yet another eval"" leak under USE_ITHREADS
56725      Branch: perl
56726            ! op.c
56727 ____________________________________________________________________________
56728 [  6194] By: gsar                                  on 2000/06/02  18:22:06
56729         Log: fix small eval"" memory leaks under USE_ITHREADS
56730      Branch: perl
56731            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
56732            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
56733            ! vms/perly_c.vms
56734 ____________________________________________________________________________
56735 [  6193] By: jhi                                   on 2000/06/01  13:03:56
56736         Log: Signals-be-gone for microperl.
56737      Branch: cfgperl
56738            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
56739 ____________________________________________________________________________
56740 [  6192] By: jhi                                   on 2000/06/01  12:52:02
56741         Log: Integrate with Sarathy.
56742      Branch: cfgperl
56743           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
56744           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
56745           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
56746           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
56747           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
56748           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
56749           !> t/op/vec.t utils/h2xs.PL
56750 ____________________________________________________________________________
56751 [  6191] By: gsar                                  on 2000/06/01  09:38:21
56752         Log: vec() loses numericalness (modified version of patch suggested
56753              by Robin Barker)
56754      Branch: perl
56755            ! doop.c t/op/vec.t
56756 ____________________________________________________________________________
56757 [  6190] By: gsar                                  on 2000/06/01  09:26:15
56758         Log: submit missing embed.pl change
56759      Branch: perl
56760            ! embed.pl
56761 ____________________________________________________________________________
56762 [  6189] By: gsar                                  on 2000/06/01  09:05:34
56763         Log: counting tr/// corrupts later operation (from M.J.T Guy)
56764      Branch: perl
56765            ! doop.c t/op/tr.t
56766 ____________________________________________________________________________
56767 [  6188] By: gsar                                  on 2000/06/01  08:58:39
56768         Log: h2xs tweaks
56769      Branch: perl
56770            ! utils/h2xs.PL
56771 ____________________________________________________________________________
56772 [  6187] By: gsar                                  on 2000/06/01  08:50:07
56773         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
56774              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
56775      Branch: perl
56776            + lib/Pod/LaTeX.pm
56777            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
56778            ! pod/pod2latex.PL
56779 ____________________________________________________________________________
56780 [  6186] By: gsar                                  on 2000/06/01  08:24:40
56781         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
56782              <wolfgang.laun@alcatel.at>)
56783      Branch: perl
56784            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
56785            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
56786 ____________________________________________________________________________
56787 [  6185] By: gsar                                  on 2000/06/01  08:12:00
56788         Log: remove incorrect documentation about implicit split to @_ in
56789              list context, which never really worked in perl 5 (from
56790              M.J.T. Guy)
56791      Branch: perl
56792            ! pod/perlfunc.pod pod/perltrap.pod
56793 ____________________________________________________________________________
56794 [  6184] By: gsar                                  on 2000/06/01  07:52:27
56795         Log: tweak for change#6127
56796      Branch: perl
56797            ! perl.c
56798 ____________________________________________________________________________
56799 [  6183] By: gsar                                  on 2000/06/01  07:41:02
56800         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
56801              <nick@ccl4.org>)
56802      Branch: perl
56803            + t/lib/selfloader.t
56804            ! MANIFEST lib/SelfLoader.pm
56805 ____________________________________________________________________________
56806 [  6182] By: jhi                                   on 2000/06/01  00:34:42
56807         Log: Be Cleaner Part Deux.
56808      Branch: cfgperl
56809            ! Makefile.SH
56810 ____________________________________________________________________________
56811 [  6181] By: jhi                                   on 2000/06/01  00:32:09
56812         Log: Integrate with Sarathy.
56813      Branch: cfgperl
56814           !> pp.c t/op/arith.t
56815 ____________________________________________________________________________
56816 [  6180] By: jhi                                   on 2000/06/01  00:31:13
56817         Log: microperl nits from Simon Cozens.
56818      Branch: cfgperl
56819            + uconfig.h
56820            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
56821            ! unixish.h
56822 ____________________________________________________________________________
56823 [  6179] By: gsar                                  on 2000/05/31  22:37:51
56824         Log: buggy modulus on UVs introduced by change#3378 (resulted in
56825              4063328477 % 65535 amounting to 27406, instead of 27407)
56826      Branch: perl
56827            ! pp.c t/op/arith.t
56828 ____________________________________________________________________________
56829 [  6178] By: jhi                                   on 2000/05/31  21:52:41
56830         Log: Be cleaner.
56831      Branch: cfgperl
56832            ! Makefile.SH
56833 ____________________________________________________________________________
56834 [  6177] By: jhi                                   on 2000/05/31  21:47:33
56835         Log: Substitution utf8 patch from Simon Cozens.
56836      Branch: cfgperl
56837            ! pp_hot.c
56838 ____________________________________________________________________________
56839 [  6176] By: jhi                                   on 2000/05/31  21:45:34
56840         Log: Single-quoted utf8 patch from Simon Cozens.
56841      Branch: cfgperl
56842            ! toke.c
56843 ____________________________________________________________________________
56844 [  6175] By: jhi                                   on 2000/05/31  21:40:18
56845         Log: Integrate with Sarathy.
56846      Branch: cfgperl
56847           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
56848 ____________________________________________________________________________
56849 [  6174] By: jhi                                   on 2000/05/31  21:37:31
56850         Log: microperl changes from Simon Cozens; Makefile for microperl
56851              written from scratch; few casts added as microperl compilation
56852              doesn't have all prototypes available.
56853      Branch: cfgperl
56854            + Makefile.micro README.micro Todo.micro uconfig.sh
56855            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
56856            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
56857      Branch: metaconfig
56858            + U/modified/Config_h.U
56859 ____________________________________________________________________________
56860 [  6173] By: jhi                                   on 2000/05/31  20:00:24
56861         Log: metaconfig maintenance.
56862      Branch: metaconfig
56863            + U/modified/Inhdr.U U/typedefs/inotype.U
56864      Branch: metaconfig/U/perl
56865            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
56866            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
56867 ____________________________________________________________________________
56868 [  6172] By: gsar                                  on 2000/05/31  05:05:42
56869         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
56870              (from Ilya Zakharevich)
56871      Branch: perl
56872            ! regexec.c t/op/re_tests
56873 ____________________________________________________________________________
56874 [  6171] By: gsar                                  on 2000/05/31  05:01:47
56875         Log: scalar() doesn't force scalar context when used in void context
56876              (from Simon Cozens)
56877      Branch: perl
56878            ! op.c t/op/wantarray.t
56879 ____________________________________________________________________________
56880 [  6170] By: gsar                                  on 2000/05/31  04:41:33
56881         Log: change#6142 needs tweaks to tests to work where there's no symlink()
56882              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
56883      Branch: perl
56884            ! t/lib/filefind.t
56885 ____________________________________________________________________________
56886 [  6169] By: gsar                                  on 2000/05/31  04:29:49
56887         Log: integrate cfgperl contents into mainline
56888      Branch: perl
56889           +> pod/perlmodlib.PL pod/perlnewmod.pod
56890           !> (integrate 42 files)
56891 ____________________________________________________________________________
56892 [  6168] By: jhi                                   on 2000/05/30  22:53:37
56893         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
56894      Branch: cfgperl
56895            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56896            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
56897            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
56898            ! win32/config.bc win32/config.gc win32/config.vc
56899            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56900            ! win32/config_h.PL win32/config_sh.PL
56901      Branch: metaconfig/U/perl
56902            ! perlxv.U
56903 ____________________________________________________________________________
56904 [  6167] By: jhi                                   on 2000/05/30  22:20:21
56905         Log: tweak todo 
56906      Branch: cfgperl
56907            ! Todo-5.6
56908 ____________________________________________________________________________
56909 [  6166] By: jhi                                   on 2000/05/30  22:11:51
56910         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
56911              in case somebody wants to write an extension for more
56912              shadow database interfaces.
56913      Branch: cfgperl
56914            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
56915            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
56916            ! vos/config.def vos/config.h vos/config_h.SH_orig
56917            ! win32/config.bc win32/config.gc win32/config.vc
56918            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
56919      Branch: metaconfig
56920            ! U/modified/Myinit.U
56921      Branch: metaconfig/U/perl
56922            + d_getespwnam.U d_getprpwnam.U i_prot.U
56923 ____________________________________________________________________________
56924 [  6165] By: jhi                                   on 2000/05/30  18:35:34
56925         Log: Integrate with Sarathy.
56926      Branch: cfgperl
56927           !> op.c
56928 ____________________________________________________________________________
56929 [  6164] By: jhi                                   on 2000/05/30  18:30:16
56930         Log: detypo
56931      Branch: cfgperl
56932            ! Configure config_h.SH
56933      Branch: metaconfig/U/perl
56934            ! perlxv.U
56935 ____________________________________________________________________________
56936 [  6163] By: gsar                                  on 2000/05/30  03:24:03
56937         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
56938      Branch: perl
56939            ! op.c
56940 ____________________________________________________________________________
56941 [  6162] By: gsar                                  on 2000/05/30  03:09:38
56942         Log: fix memory leak in method call optimization (change#3768);
56943              made C<eval "$x->foo()"> leak
56944      Branch: perl
56945            ! op.c
56946 ____________________________________________________________________________
56947 [  6161] By: jhi                                   on 2000/05/29  17:56:26
56948         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
56949              both from Simon Cozens.
56950      Branch: cfgperl
56951            + pod/perlmodlib.PL pod/perlnewmod.pod
56952            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
56953            ! pod/perlmodlib.pod pod/perltoc.pod
56954 ____________________________________________________________________________
56955 [  6160] By: jhi                                   on 2000/05/29  17:23:55
56956         Log: Changes for the File::Temp 0.08 (change #6159) test suite
56957              to fit better into the Perl distribution test framework.
56958      Branch: cfgperl
56959            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
56960            ! t/lib/ftmp-tempfile.t
56961 ____________________________________________________________________________
56962 [  6159] By: jhi                                   on 2000/05/29  16:55:36
56963         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
56964      Branch: cfgperl
56965            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
56966            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
56967 ____________________________________________________________________________
56968 [  6158] By: bailey                                on 2000/05/29  16:22:08
56969         Log: Add fallback to tmpfile for use in cases where user's relying on
56970              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
56971              Lane's patch)
56972      Branch: vmsperl
56973            ! vms/vms.c vms/vmsish.h
56974 ____________________________________________________________________________
56975 [  6157] By: jhi                                   on 2000/05/29  03:10:36
56976         Log: Regen Configure to jive with #6149.
56977      Branch: cfgperl
56978            ! Configure
56979      Branch: metaconfig
56980            ! U/modified/Getfile.U
56981 ____________________________________________________________________________
56982 [  6156] By: jhi                                   on 2000/05/29  03:01:38
56983         Log: Integrate with Sarathy.
56984      Branch: cfgperl
56985           +> ext/DynaLoader/dl_mac.xs
56986           !> (integrate 38 files)
56987 ____________________________________________________________________________
56988 [  6155] By: gsar                                  on 2000/05/28  21:15:58
56989         Log: small bug in change#6144; remove random \xA0 character that snuck
56990              in via change#6145
56991      Branch: perl
56992            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
56993 ____________________________________________________________________________
56994 [  6154] By: gsar                                  on 2000/05/28  21:04:19
56995         Log: avoid type mismatch warning
56996      Branch: perl
56997            ! perl.c
56998 ____________________________________________________________________________
56999 [  6153] By: gsar                                  on 2000/05/28  20:58:31
57000         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
57001              <nick@Bagpuss.uk.boo.com>)
57002      Branch: perl
57003            ! lib/Test/Harness.pm
57004 ____________________________________________________________________________
57005 [  6152] By: gsar                                  on 2000/05/28  20:53:42
57006         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
57007      Branch: perl
57008            ! regexec.c
57009 ____________________________________________________________________________
57010 [  6151] By: gsar                                  on 2000/05/28  20:50:28
57011         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
57012      Branch: perl
57013            ! regexec.c
57014 ____________________________________________________________________________
57015 [  6150] By: gsar                                  on 2000/05/28  20:39:58
57016         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
57017      Branch: perl
57018            ! pod/perlrequick.pod
57019 ____________________________________________________________________________
57020 [  6149] By: gsar                                  on 2000/05/28  20:35:16
57021         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
57022              <troc@netrus.net>)
57023      Branch: perl
57024            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
57025            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
57026            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
57027            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
57028 ____________________________________________________________________________
57029 [  6148] By: gsar                                  on 2000/05/28  20:21:07
57030         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
57031      Branch: perl
57032            ! lib/ExtUtils/MM_Unix.pm
57033 ____________________________________________________________________________
57034 [  6147] By: gsar                                  on 2000/05/28  20:12:41
57035         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
57036              (from Peter Prymmer)
57037      Branch: perl
57038            ! vms/subconfigure.com
57039 ____________________________________________________________________________
57040 [  6146] By: gsar                                  on 2000/05/28  20:06:15
57041         Log: doc typo
57042      Branch: perl
57043            ! lib/warnings.pm warnings.h warnings.pl
57044 ____________________________________________________________________________
57045 [  6145] By: gsar                                  on 2000/05/28  18:44:33
57046         Log: make xsubpp skip embedded pod (from Matthias Neeracher
57047              <neeri@iis.ee.ethz.ch>)
57048      Branch: perl
57049            ! lib/ExtUtils/xsubpp
57050 ____________________________________________________________________________
57051 [  6144] By: gsar                                  on 2000/05/28  18:42:49
57052         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
57053              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
57054              <neeri@iis.ee.ethz.ch>)
57055      Branch: perl
57056            ! lib/AutoSplit.pm
57057 ____________________________________________________________________________
57058 [  6143] By: gsar                                  on 2000/05/28  18:41:12
57059         Log: MacOS support, part 1 (from Matthias Neeracher
57060              <neeri@iis.ee.ethz.ch>)
57061      Branch: perl
57062            + ext/DynaLoader/dl_mac.xs
57063            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
57064            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
57065            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
57066            ! util.h
57067 ____________________________________________________________________________
57068 [  6142] By: gsar                                  on 2000/05/28  18:21:51
57069         Log: File::Find fails to chdir when chasing symlinks (from
57070              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
57071      Branch: perl
57072            ! lib/File/Find.pm t/lib/filefind.t
57073 ____________________________________________________________________________
57074 [  6141] By: jhi                                   on 2000/05/28  14:25:15
57075         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
57076              forwarded by Peter Seebach from the bsdi-users mailing list.
57077              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
57078      Branch: perl
57079            ! hints/bsdos.sh
57080 ____________________________________________________________________________
57081 [  6140] By: jhi                                   on 2000/05/28  14:11:57
57082         Log: Integrate with Sarathy.
57083      Branch: cfgperl
57084           +> (branch 30 files)
57085           !> (integrate 93 files)
57086 ____________________________________________________________________________
57087 [  6139] By: gsar                                  on 2000/05/28  10:01:48
57088         Log: revise mktables.PL for bugs and newness in Unicode 3.0
57089              (from James Bence <jbence@amgen.com>)
57090      Branch: perl
57091            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
57092            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
57093            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
57094            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
57095            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
57096            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
57097            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
57098            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
57099            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
57100            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
57101            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
57102            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
57103            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
57104            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
57105            + lib/unicode/Is/SylWU.pl
57106            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
57107            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
57108            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
57109            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
57110            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
57111            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
57112            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
57113            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
57114            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
57115            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
57116            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
57117            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
57118            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
57119            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
57120            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
57121            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
57122            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
57123            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
57124            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
57125            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
57126            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
57127            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
57128            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
57129            ! lib/unicode/Makefile lib/unicode/mktables.PL
57130 ____________________________________________________________________________
57131 [  6138] By: gsar                                  on 2000/05/28  08:50:32
57132         Log: add note about the handling of negative indices to tied arrays
57133              (from Michael G Schwern <schwern@pobox.com>)
57134      Branch: perl
57135            ! pod/perltie.pod
57136 ____________________________________________________________________________
57137 [  6137] By: gsar                                  on 2000/05/28  08:46:10
57138         Log: fix bogus redeclaration warning for "our" variables in different
57139              scopes
57140      Branch: perl
57141            ! op.c t/pragma/strict-vars
57142 ____________________________________________________________________________
57143 [  6136] By: gsar                                  on 2000/05/28  08:31:20
57144         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
57145      Branch: perl
57146            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
57147 ____________________________________________________________________________
57148 [  6135] By: gsar                                  on 2000/05/28  08:17:50
57149         Log: enable Test::Harness to dynamically determine column width etc.
57150              (from Rob Napier <rnapier@employees.org>)
57151      Branch: perl
57152            ! lib/Test/Harness.pm
57153 ____________________________________________________________________________
57154 [  6134] By: gsar                                  on 2000/05/28  08:13:39
57155         Log: make Test::Harness use wait.h/WCOREDUMP if available
57156              (from Ben Tilly <ben_tilly@hotmail.com>)
57157      Branch: perl
57158            ! lib/Test/Harness.pm
57159 ____________________________________________________________________________
57160 [  6133] By: gsar                                  on 2000/05/28  08:08:05
57161         Log: elide bogus test in change#6132
57162      Branch: perl
57163            ! t/pragma/warn/9enabled
57164 ____________________________________________________________________________
57165 [  6132] By: gsar                                  on 2000/05/28  08:03:14
57166         Log: warnings::enabled() doesn't fall back to looking at $^W if
57167              caller isn't using lexical warnings (from Paul Marquess)
57168      Branch: perl
57169            ! pp_ctl.c t/pragma/warn/9enabled
57170 ____________________________________________________________________________
57171 [  6131] By: gsar                                  on 2000/05/28  07:57:47
57172         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
57173      Branch: perl
57174            ! ext/POSIX/POSIX.pm
57175 ____________________________________________________________________________
57176 [  6130] By: gsar                                  on 2000/05/28  07:29:12
57177         Log: fix places that mean C<"word" character> but say C<alphanumeric
57178              character>
57179      Branch: perl
57180            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
57181 ____________________________________________________________________________
57182 [  6129] By: gsar                                  on 2000/05/28  07:18:41
57183         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
57184      Branch: perl
57185            ! vms/test.com
57186 ____________________________________________________________________________
57187 [  6128] By: gsar                                  on 2000/05/28  07:12:55
57188         Log: new perlxstut example for passing/returning refs to arrays
57189              (from David Lowe <dlowe@pootpoot.com>)
57190      Branch: perl
57191            ! pod/perlxstut.pod
57192 ____________________________________________________________________________
57193 [  6127] By: gsar                                  on 2000/05/28  07:02:50
57194         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
57195              failed (from Gisle Aas)
57196      Branch: perl
57197            ! cop.h perl.c
57198 ____________________________________________________________________________
57199 [  6126] By: gsar                                  on 2000/05/28  06:39:53
57200         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
57201              (reworked variant of patch suggested by Simon Cozens)
57202      Branch: perl
57203            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
57204            ! pp_hot.c proto.h t/op/gv.t
57205 ____________________________________________________________________________
57206 [  6125] By: gsar                                  on 2000/05/28  05:14:55
57207         Log: enable propagating exception objects via Perl_croak() in XS code
57208              (from Gisle Aas)
57209      Branch: perl
57210            ! util.c
57211 ____________________________________________________________________________
57212 [  6124] By: gsar                                  on 2000/05/28  05:07:28
57213         Log: integrate vmsperl contents into mainline
57214      Branch: perl
57215           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
57216           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
57217           !> vms/vmsish.h
57218 ____________________________________________________________________________
57219 [  6123] By: gsar                                  on 2000/05/28  05:03:53
57220         Log: clarify gotcha with #line directives (from Rocco Caputo
57221              <troc@netrus.net>)
57222      Branch: perl
57223            ! pod/perldebug.pod pod/perlsyn.pod
57224 ____________________________________________________________________________
57225 [  6122] By: gsar                                  on 2000/05/28  04:58:29
57226         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
57227              (from Mark-Jason Dominus)
57228      Branch: perl
57229            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
57230            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
57231            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
57232            ! toke.c
57233 ____________________________________________________________________________
57234 [  6121] By: bailey                                on 2000/05/25  04:46:54
57235         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
57236              lists (based on fixes by Craig Berry)
57237      Branch: vmsperl
57238            ! lib/File/Spec/VMS.pm
57239 ____________________________________________________________________________
57240 [  6120] By: bailey                                on 2000/05/25  04:25:38
57241         Log: Add missing escape (Charles Lane)
57242      Branch: vmsperl
57243            ! t/op/lex_assign.t
57244 ____________________________________________________________________________
57245 [  6119] By: bailey                                on 2000/05/25  04:21:25
57246         Log: Quiet error messages in vmsish.t (Charles Lane)
57247      Branch: vmsperl
57248            ! vms/ext/vmsish.t
57249 ____________________________________________________________________________
57250 [  6118] By: bailey                                on 2000/05/25  04:17:57
57251         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
57252              Flatten case labels in switch statements uniformly (Charles Bailey)
57253      Branch: vmsperl
57254            ! vms/vms.c
57255 ____________________________________________________________________________
57256 [  6117] By: bailey                                on 2000/05/25  03:58:09
57257         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
57258      Branch: vmsperl
57259            ! vms/vmsish.h
57260 ____________________________________________________________________________
57261 [  6116] By: bailey                                on 2000/05/25  03:11:15
57262         Log: Miscellaneous cosmetic fixes (Charles Lane)
57263      Branch: vmsperl
57264            ! lib/ExtUtils/MM_VMS.pm
57265 ____________________________________________________________________________
57266 [  6115] By: bailey                                on 2000/05/25  03:10:36
57267         Log: Add bounds checking for several strings (Charles Lane)
57268      Branch: vmsperl
57269            ! vms/vms.c
57270 ____________________________________________________________________________
57271 [  6114] By: bailey                                on 2000/05/25  02:25:34
57272         Log: Urk -- undo previous removal of vmsish 'exit' change
57273      Branch: vmsperl
57274            ! vms/ext/vmsish.pm vms/vmsish.h
57275 ____________________________________________________________________________
57276 [  6113] By: bailey                                on 2000/05/24  02:24:40
57277         Log: Ugly workaround for version-specific RTL error
57278      Branch: vmsperl
57279            ! vms/vms.c
57280 ____________________________________________________________________________
57281 [  6112] By: bailey                                on 2000/05/24  02:19:55
57282         Log: Check for existence of file before trying to delete
57283      Branch: vmsperl
57284            ! vms/test.com
57285 ____________________________________________________________________________
57286 [  6111] By: bailey                                on 2000/05/23  23:35:13
57287         Log: Resync with mainline prior to post-5.6.0 updates
57288      Branch: vmsperl
57289           +> (branch 49 files)
57290            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
57291            ! vms/ext/vmsish.pm
57292           !> (integrate 334 files)
57293 ____________________________________________________________________________
57294 [  6110] By: jhi                                   on 2000/05/23  19:28:32
57295         Log: todo tweak
57296      Branch: cfgperl
57297            ! Todo-5.6
57298 ____________________________________________________________________________
57299 [  6109] By: jhi                                   on 2000/05/18  17:38:54
57300         Log: Integrate with Sarathy.
57301      Branch: cfgperl
57302           !> mg.c perl.h win32/perlhost.h
57303 ____________________________________________________________________________
57304 [  6108] By: gsar                                  on 2000/05/17  02:24:56
57305         Log: reenable fake signal handling on Windows, bugs and all
57306      Branch: perl
57307            ! mg.c perl.h win32/perlhost.h
57308 ____________________________________________________________________________
57309 [  6107] By: jhi                                   on 2000/05/15  18:01:41
57310         Log: Tweak the todo list.
57311      Branch: cfgperl
57312            ! Todo-5.6
57313 ____________________________________________________________________________
57314 [  6106] By: jhi                                   on 2000/05/15  13:41:48
57315         Log: The (Configure) script refuses to go on, after asking for
57316              'You may also choose to try maximal 64-bitness....'.
57317              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
57318              -- Patrick Zima
57319              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
57320      Branch: cfgperl
57321            ! hints/solaris_2.sh
57322 ____________________________________________________________________________
57323 [  6105] By: jhi                                   on 2000/05/11  14:37:43
57324         Log: Integrate with Sarathy.
57325      Branch: cfgperl
57326           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
57327           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
57328 ____________________________________________________________________________
57329 [  6104] By: gsar                                  on 2000/05/11  03:39:07
57330         Log: PL_sys_intern was being initialized too late on windows
57331      Branch: perl
57332            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
57333            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
57334 ____________________________________________________________________________
57335 [  6103] By: jhi                                   on 2000/05/09  19:42:20
57336         Log: Test tweaking for Unicos continues.
57337      Branch: cfgperl
57338            ! t/op/64bitint.t
57339 ____________________________________________________________________________
57340 [  6102] By: jhi                                   on 2000/05/09  16:47:27
57341         Log: The test suite tweak in #6101 wasn't quite right.
57342      Branch: cfgperl
57343            ! t/lib/complex.t
57344 ____________________________________________________________________________
57345 [  6101] By: jhi                                   on 2000/05/09  15:35:34
57346         Log: Hints and test tweaks for Unicos.
57347      Branch: cfgperl
57348            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
57349 ____________________________________________________________________________
57350 [  6100] By: jhi                                   on 2000/05/08  21:15:06
57351         Log: More compilation tweakery from Allen Smith.
57352      Branch: cfgperl
57353            ! hints/irix_6.sh
57354 ____________________________________________________________________________
57355 [  6099] By: jhi                                   on 2000/05/08  19:21:18
57356         Log: Tweaks for the cc bugs from Allen Smith.
57357      Branch: cfgperl
57358            ! hints/irix_6.sh
57359 ____________________________________________________________________________
57360 [  6098] By: jhi                                   on 2000/05/08  19:13:37
57361         Log: Add a note about other, yet unsupported, shadow password APIs.
57362      Branch: cfgperl
57363            ! pp_sys.c
57364 ____________________________________________________________________________
57365 [  6097] By: jhi                                   on 2000/05/08  18:46:34
57366         Log: Add a note about possible compilation problems from Allen Smith.
57367      Branch: cfgperl
57368            ! hints/irix_6.sh
57369 ____________________________________________________________________________
57370 [  6096] By: jhi                                   on 2000/05/08  17:33:10
57371         Log: Integrate with Sarathy.
57372      Branch: cfgperl
57373           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
57374           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
57375 ____________________________________________________________________________
57376 [  6095] By: jhi                                   on 2000/05/08  16:21:33
57377         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
57378              might be useful in future.
57379      Branch: cfgperl
57380            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57381            ! config_h.SH
57382      Branch: metaconfig
57383            ! U/installdirs/inc_version_list.U
57384      Branch: metaconfig/U/perl
57385            ! perlxv.U
57386 ____________________________________________________________________________
57387 [  6094] By: gsar                                  on 2000/05/08  14:22:22
57388         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
57389      Branch: perl
57390            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
57391            ! hints/cygwin.sh pp_sys.c
57392 ____________________________________________________________________________
57393 [  6093] By: gsar                                  on 2000/05/08  12:52:28
57394         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
57395              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
57396      Branch: perl
57397            ! pp_sys.c sv.c win32/perlhost.h
57398 ____________________________________________________________________________
57399 [  6092] By: jhi                                   on 2000/05/07  22:40:34
57400         Log: Regen perltoc with the fixed buildtoc.
57401      Branch: cfgperl
57402            ! pod/perltoc.pod
57403 ____________________________________________________________________________
57404 [  6091] By: jhi                                   on 2000/05/07  22:24:16
57405         Log: Integrate with Sarathy.
57406      Branch: cfgperl
57407           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
57408           !> t/op/substr.t toke.c
57409 ____________________________________________________________________________
57410 [  6090] By: gsar                                  on 2000/05/07  19:47:07
57411         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
57412              [NI]OK; added tests for both
57413      Branch: perl
57414            ! perl.c pp_hot.c sv.c t/op/substr.t
57415 ____________________________________________________________________________
57416 [  6089] By: gsar                                  on 2000/05/07  18:18:38
57417         Log: buildtoc tweak to fix newline lossage
57418      Branch: perl
57419            ! pod/buildtoc
57420 ____________________________________________________________________________
57421 [  6088] By: jhi                                   on 2000/05/07  16:35:36
57422         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
57423              because we do not use those.  The HAS_GETSPNAM remains,
57424              though, because we still do use that.
57425      Branch: cfgperl
57426            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57427            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
57428            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
57429            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
57430            ! win32/config.vc win32/config_H.bc win32/config_H.gc
57431            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
57432 ____________________________________________________________________________
57433 [  6087] By: gsar                                  on 2000/05/07  16:05:16
57434         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
57435      Branch: perl
57436            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
57437 ____________________________________________________________________________
57438 [  6086] By: jhi                                   on 2000/05/07  15:27:07
57439         Log: Integrate with Sarathy.
57440      Branch: cfgperl
57441           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57442           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
57443           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
57444           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
57445           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
57446           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
57447 ____________________________________________________________________________
57448 [  6085] By: gsar                                  on 2000/05/07  05:52:02
57449         Log: repeat operator (x) doesn't preserve utf8-ness
57450      Branch: perl
57451            ! pp.c t/op/substr.t
57452 ____________________________________________________________________________
57453 [  6084] By: gsar                                  on 2000/05/07  05:39:55
57454         Log: substr() does not preserve utf8-ness (from Stefan Eissing
57455              <Eissing@medicaldataservice.de>); added tests
57456      Branch: perl
57457            ! pp.c t/op/substr.t
57458 ____________________________________________________________________________
57459 [  6083] By: gsar                                  on 2000/05/07  05:24:46
57460         Log: note about undocumented caller() return value (from M.J.T. Guy);
57461              yet another peek.t tweak
57462      Branch: perl
57463            ! pod/perlfunc.pod t/lib/peek.t
57464 ____________________________________________________________________________
57465 [  6082] By: gsar                                  on 2000/05/07  05:08:40
57466         Log: peek.t non-portable to ithreads
57467      Branch: perl
57468            ! t/lib/peek.t
57469 ____________________________________________________________________________
57470 [  6081] By: gsar                                  on 2000/05/07  04:17:04
57471         Log: better default perlbug categories for ok reports (from Richard Foley)
57472      Branch: perl
57473            ! utils/perlbug.PL
57474 ____________________________________________________________________________
57475 [  6080] By: gsar                                  on 2000/05/07  04:08:07
57476         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
57477              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
57478      Branch: perl
57479            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
57480            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
57481            ! AUTHORS MAINTAIN MANIFEST
57482 ____________________________________________________________________________
57483 [  6079] By: gsar                                  on 2000/05/07  04:01:38
57484         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
57485      Branch: perl
57486            ! lib/Carp/Heavy.pm
57487 ____________________________________________________________________________
57488 [  6078] By: gsar                                  on 2000/05/07  01:24:19
57489         Log: workaround for CRT bug in chdir() (from Charles Lane, via
57490              Peter Prymmer)
57491      Branch: perl
57492            ! iperlsys.h vms/vms.c vms/vmsish.h
57493 ____________________________________________________________________________
57494 [  6077] By: gsar                                  on 2000/05/07  01:22:23
57495         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
57496              and Tom Phoenix)
57497      Branch: perl
57498            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
57499 ____________________________________________________________________________
57500 [  6076] By: gsar                                  on 2000/05/06  17:36:29
57501         Log: integrate cfgperl contents into mainline
57502      Branch: perl
57503           +> t/lib/peek.t
57504           !> Configure MANIFEST Porting/Glossary Porting/config.sh
57505           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
57506           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
57507           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
57508 ____________________________________________________________________________
57509 [  6075] By: jhi                                   on 2000/05/05  18:56:10
57510         Log: Make the test more portable.
57511      Branch: cfgperl
57512            ! t/lib/peek.t
57513 ____________________________________________________________________________
57514 [  6074] By: jhi                                   on 2000/05/05  18:49:20
57515         Log: Introduce t/lib/peek.t.
57516      Branch: cfgperl
57517            + t/lib/peek.t
57518            ! MANIFEST
57519 ____________________________________________________________________________
57520 [  6073] By: jhi                                   on 2000/05/05  14:30:45
57521         Log: Complex tweaks.
57522      Branch: cfgperl
57523            ! lib/Math/Complex.pm t/lib/complex.t
57524 ____________________________________________________________________________
57525 [  6072] By: jhi                                   on 2000/05/05  12:27:13
57526         Log: Integrate with Sarathy.
57527      Branch: cfgperl
57528           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57529           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57530           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
57531           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
57532 ____________________________________________________________________________
57533 [  6071] By: gsar                                  on 2000/05/05  02:24:46
57534         Log: misformatted perllocal.pod (from Tim Jenness
57535              <t.jenness@jach.hawaii.edu>)
57536      Branch: perl
57537            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
57538 ____________________________________________________________________________
57539 [  6070] By: gsar                                  on 2000/05/05  02:16:52
57540         Log: remove misleading comment (from M.J.T. Guy)
57541      Branch: perl
57542            ! t/lib/anydbm.t
57543 ____________________________________________________________________________
57544 [  6069] By: gsar                                  on 2000/05/05  02:15:13
57545         Log: File::Spec compatibility update (from Barrie Slaymaker
57546              <barries@slaysys.com>)
57547      Branch: perl
57548            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
57549            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
57550 ____________________________________________________________________________
57551 [  6068] By: gsar                                  on 2000/05/05  02:01:50
57552         Log: note about values()
57553      Branch: perl
57554            ! pod/perlfunc.pod
57555 ____________________________________________________________________________
57556 [  6067] By: gsar                                  on 2000/05/05  01:33:09
57557         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
57558      Branch: perl
57559            ! win32/win32.c
57560 ____________________________________________________________________________
57561 [  6066] By: gsar                                  on 2000/05/05  01:23:43
57562         Log: s/END/CHECK/
57563      Branch: perl
57564            ! perl.c
57565 ____________________________________________________________________________
57566 [  6065] By: jhi                                   on 2000/05/04  17:30:22
57567         Log: Integrate with Sarathy.
57568      Branch: cfgperl
57569           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
57570 ____________________________________________________________________________
57571 [  6064] By: gsar                                  on 2000/05/04  17:26:14
57572         Log: change#5905 wasn't quite right--it's intent only applies when arguments
57573              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
57574      Branch: perl
57575            ! pp_sys.c sv.c
57576 ____________________________________________________________________________
57577 [  6063] By: gsar                                  on 2000/05/04  16:52:29
57578         Log: tokeq() could read unallocated field in argument
57579      Branch: perl
57580            ! toke.c
57581 ____________________________________________________________________________
57582 [  6062] By: gsar                                  on 2000/05/04  16:34:51
57583         Log: additional tests for utf8.t
57584      Branch: perl
57585            ! t/pragma/utf8.t
57586 ____________________________________________________________________________
57587 [  6061] By: gsar                                  on 2000/05/04  16:09:28
57588         Log: change#5921 neglected to make eq honor "use bytes"
57589      Branch: perl
57590            ! sv.c
57591 ____________________________________________________________________________
57592 [  6060] By: jhi                                   on 2000/05/04  15:30:16
57593         Log: Integrate with Sarathy.
57594      Branch: cfgperl
57595           !> perl.c regcomp.c t/pragma/utf8.t
57596 ____________________________________________________________________________
57597 [  6059] By: jhi                                   on 2000/05/04  15:26:37
57598         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
57599              in natively 64-bit platforms where a long is a quad (no need
57600              for long longs).  Also added bias for IVs.
57601      Branch: cfgperl
57602            ! toke.c
57603 ____________________________________________________________________________
57604 [  6058] By: gsar                                  on 2000/05/04  00:19:14
57605         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
57606              (spotted by Donald Kinzer <dkinzer@premia.com>)
57607      Branch: perl
57608            ! perl.c
57609 ____________________________________________________________________________
57610 [  6057] By: gsar                                  on 2000/05/03  18:34:01
57611         Log: fix broken parsing of /\x{ab}/
57612      Branch: perl
57613            ! regcomp.c t/pragma/utf8.t
57614 ____________________________________________________________________________
57615 [  6056] By: jhi                                   on 2000/05/03  17:57:16
57616         Log: The search of infinity continues, this time simplified.
57617      Branch: cfgperl
57618            ! lib/Math/Complex.pm
57619 ____________________________________________________________________________
57620 [  6055] By: jhi                                   on 2000/05/03  17:45:30
57621         Log: Detypo.
57622      Branch: cfgperl
57623            ! hints/unicos.sh
57624 ____________________________________________________________________________
57625 [  6054] By: jhi                                   on 2000/05/02  22:28:27
57626         Log: Be more forgiving in POSIX about HUGE_VALL.
57627      Branch: cfgperl
57628            ! ext/POSIX/POSIX.xs
57629 ____________________________________________________________________________
57630 [  6053] By: jhi                                   on 2000/05/02  22:25:05
57631         Log: Integrate with Sarathy.
57632      Branch: cfgperl
57633           !> hints/irix_6.sh pod/perlop.pod
57634 ____________________________________________________________________________
57635 [  6052] By: jhi                                   on 2000/05/02  22:24:31
57636         Log: Unicos hint tweak.
57637      Branch: cfgperl
57638            ! hints/unicos.sh
57639 ____________________________________________________________________________
57640 [  6051] By: jhi                                   on 2000/05/02  22:21:26
57641         Log: Complex tweakery.
57642      Branch: cfgperl
57643            ! lib/Math/Complex.pm t/lib/complex.t
57644 ____________________________________________________________________________
57645 [  6050] By: jhi                                   on 2000/05/02  19:26:22
57646         Log: Use setxxent()/endxxent().
57647      Branch: cfgperl
57648            ! t/op/grent.t t/op/pwent.t
57649 ____________________________________________________________________________
57650 [  6049] By: jhi                                   on 2000/05/02  19:06:02
57651         Log: Test both the scalar and list contexts.
57652      Branch: cfgperl
57653            ! t/op/grent.t t/op/pwent.t
57654 ____________________________________________________________________________
57655 [  6048] By: gsar                                  on 2000/05/02  18:29:10
57656         Log: add note about how $( doesn't interpolate in REs (from
57657              Philip Newton <newton@ficus.frogspace.net>)
57658      Branch: perl
57659            ! pod/perlop.pod
57660 ____________________________________________________________________________
57661 [  6047] By: jhi                                   on 2000/05/02  17:41:24
57662         Log: Call getspnam() only iff needd.
57663      Branch: cfgperl
57664            ! pp_sys.c
57665 ____________________________________________________________________________
57666 [  6046] By: gsar                                  on 2000/05/02  17:07:25
57667         Log: libscheck has insufficient checks for n32 libs (from
57668              Albert Chin-A-Young <china@thewrittenword.com>)
57669      Branch: perl
57670            ! hints/irix_6.sh
57671 ____________________________________________________________________________
57672 [  6045] By: jhi                                   on 2000/05/02  13:57:17
57673         Log: Integrate with Sarathy.
57674      Branch: cfgperl
57675           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
57676           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
57677 ____________________________________________________________________________
57678 [  6044] By: gsar                                  on 2000/05/02  06:48:19
57679         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
57680              such that underscores are only ignored in literal numbers,
57681              "\x{...}", and hex/oct argument
57682      Branch: perl
57683            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
57684 ____________________________________________________________________________
57685 [  6043] By: gsar                                  on 2000/05/02  02:22:29
57686         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
57687      Branch: perl
57688            ! pod/perlretut.pod
57689 ____________________________________________________________________________
57690 [  6042] By: gsar                                  on 2000/05/02  02:17:51
57691         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
57692      Branch: perl
57693            ! pod/perltrap.pod
57694 ____________________________________________________________________________
57695 [  6041] By: gsar                                  on 2000/05/02  01:53:51
57696         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
57697              to compensate
57698      Branch: perl
57699            ! Porting/makerel
57700 ____________________________________________________________________________
57701 [  6040] By: gsar                                  on 2000/05/02  01:51:57
57702         Log: missing files in MANIFEST
57703      Branch: perl
57704            ! MANIFEST
57705 ____________________________________________________________________________
57706 [  6039] By: jhi                                   on 2000/05/02  00:36:46
57707         Log: Infinite problems.
57708      Branch: cfgperl
57709            ! lib/Math/Complex.pm
57710 ____________________________________________________________________________
57711 [  6038] By: jhi                                   on 2000/05/02  00:06:38
57712         Log: pwent/spent #ifdef imbalance.
57713      Branch: cfgperl
57714            ! pp_sys.c
57715 ____________________________________________________________________________
57716 [  6037] By: jhi                                   on 2000/05/01  22:50:11
57717         Log: Use HUGE_VALL if applicable.
57718      Branch: cfgperl
57719            ! ext/POSIX/POSIX.xs util.c
57720 ____________________________________________________________________________
57721 [  6036] By: jhi                                   on 2000/05/01  22:20:53
57722         Log: Correct Freudian slip.
57723      Branch: cfgperl
57724            ! pp_sys.c
57725 ____________________________________________________________________________
57726 [  6035] By: jhi                                   on 2000/05/01  21:07:38
57727         Log: Continue on the pwent/spent case.
57728      Branch: cfgperl
57729            ! pp_sys.c
57730 ____________________________________________________________________________
57731 [  6034] By: jhi                                   on 2000/05/01  17:45:14
57732         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
57733              adjustments in 6032 conflicted badly with this, will have
57734              to revisit them later.
57735      Branch: cfgperl
57736           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
57737           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
57738           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
57739           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
57740           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
57741           !> t/lib/cgi-html.t t/lib/cgi-request.t
57742 ____________________________________________________________________________
57743 [  6033] By: jhi                                   on 2000/05/01  17:40:49
57744         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
57745      Branch: cfgperl
57746            ! pp_sys.c
57747 ____________________________________________________________________________
57748 [  6032] By: gsar                                  on 2000/05/01  15:56:32
57749         Log: whitespace adjustments
57750      Branch: perl
57751            ! pp_sys.c
57752 ____________________________________________________________________________
57753 [  6031] By: gsar                                  on 2000/05/01  15:19:41
57754         Log: small nits in diagnostics.pm (from Robin Barker)
57755      Branch: perl
57756            ! lib/diagnostics.pm pod/perldiag.pod
57757 ____________________________________________________________________________
57758 [  6030] By: gsar                                  on 2000/05/01  08:39:18
57759         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
57760              for @- and @+ (from Johan Vromans)
57761      Branch: perl
57762            ! lib/English.pm pod/perlvar.pod
57763 ____________________________________________________________________________
57764 [  6029] By: gsar                                  on 2000/05/01  08:16:10
57765         Log: add CGI.pm v2.66 (from Lincoln Stein)
57766      Branch: perl
57767            + lib/CGI/Util.pm t/lib/cgi-pretty.t
57768            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
57769            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
57770            ! t/lib/cgi-html.t t/lib/cgi-request.t
57771 ____________________________________________________________________________
57772 [  6028] By: gsar                                  on 2000/05/01  06:34:41
57773         Log: Pod::Man generates groff-incompatible macro definition (from
57774              Tom Christiansen)
57775      Branch: perl
57776            ! lib/Pod/Man.pm
57777 ____________________________________________________________________________
57778 [  6027] By: gsar                                  on 2000/05/01  06:31:36
57779         Log: podlators-1.02 update (from Russ Allbery)
57780      Branch: perl
57781            ! lib/Pod/Man.pm lib/Pod/Text.pm
57782 ____________________________________________________________________________
57783 [  6026] By: jhi                                   on 2000/04/30  23:24:23
57784         Log: Integrate with Sarathy.
57785      Branch: cfgperl
57786           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57787           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
57788           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57789           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57790           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
57791           !> t/lib/syslog.t toke.c win32/win32.h
57792 ____________________________________________________________________________
57793 [  6025] By: gsar                                  on 2000/04/30  18:17:47
57794         Log: Is{Alnum,Alpha,Word} don't match titlecase
57795              
57796              TODO: IsSpace is defined recursively!
57797              
57798              (both spotted by Larry)
57799      Branch: perl
57800            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
57801            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
57802 ____________________________________________________________________________
57803 [  6024] By: gsar                                  on 2000/04/30  17:50:19
57804         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
57805              (from Hugo van der Sanden)
57806      Branch: perl
57807            ! toke.c
57808 ____________________________________________________________________________
57809 [  6023] By: gsar                                  on 2000/04/30  17:14:43
57810         Log: debugger stomps on $. (from M.J.T. Guy)
57811      Branch: perl
57812            ! lib/perl5db.pl
57813 ____________________________________________________________________________
57814 [  6022] By: gsar                                  on 2000/04/30  16:59:22
57815         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
57816      Branch: perl
57817            ! sv.c
57818 ____________________________________________________________________________
57819 [  6021] By: gsar                                  on 2000/04/29  21:00:08
57820         Log: remove Win2K issue in pod (fixed by change#6020)
57821      Branch: perl
57822            ! README.win32 pod/perl56delta.pod
57823 ____________________________________________________________________________
57824 [  6020] By: gsar                                  on 2000/04/29  20:51:49
57825         Log: test tweak
57826      Branch: perl
57827            ! t/lib/open3.t
57828 ____________________________________________________________________________
57829 [  6019] By: gsar                                  on 2000/04/29  20:34:27
57830         Log: windows portability tweaks
57831      Branch: perl
57832            ! t/lib/b.t win32/win32.h
57833 ____________________________________________________________________________
57834 [  6018] By: gsar                                  on 2000/04/29  19:55:24
57835         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
57836              make _PATH_LOG() return "" if unavailable
57837      Branch: perl
57838            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
57839            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
57840 ____________________________________________________________________________
57841 [  6017] By: jhi                                   on 2000/04/28  22:49:46
57842         Log: Integrate with Sarathy.
57843      Branch: cfgperl
57844           !> op.c perl.c pod/perldiag.pod t/lib/b.t
57845 ____________________________________________________________________________
57846 [  6016] By: jhi                                   on 2000/04/28  22:46:14
57847         Log: Do not warn that an infinity does not look like a number.
57848      Branch: cfgperl
57849            ! sv.c
57850 ____________________________________________________________________________
57851 [  6015] By: gsar                                  on 2000/04/28  22:35:49
57852         Log: tweak test for portability
57853      Branch: perl
57854            ! t/lib/b.t
57855 ____________________________________________________________________________
57856 [  6014] By: gsar                                  on 2000/04/28  22:05:31
57857         Log: glob() loading File::Glob behind the scenes may cause syntax errors
57858      Branch: perl
57859            ! op.c
57860 ____________________________________________________________________________
57861 [  6013] By: gsar                                  on 2000/04/28  21:25:22
57862         Log: tweak change#5945 to display correct switch name in diagnostic
57863      Branch: perl
57864            ! perl.c pod/perldiag.pod
57865 ____________________________________________________________________________
57866 [  6012] By: jhi                                   on 2000/04/28  21:08:12
57867         Log: Integrate with Sarathy.
57868      Branch: cfgperl
57869           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
57870           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
57871           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
57872 ____________________________________________________________________________
57873 [  6011] By: jhi                                   on 2000/04/28  21:04:46
57874         Log: &HUGE_VAL is not defined, it exists.
57875      Branch: cfgperl
57876            ! lib/Math/Complex.pm
57877 ____________________________________________________________________________
57878 [  6010] By: gsar                                  on 2000/04/28  21:02:58
57879         Log: clarify note about shadow password support (from
57880              gellyfish@gellyfish.com)
57881      Branch: perl
57882            ! pod/perlfunc.pod
57883 ____________________________________________________________________________
57884 [  6009] By: gsar                                  on 2000/04/28  21:00:00
57885         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
57886      Branch: perl
57887            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
57888 ____________________________________________________________________________
57889 [  6008] By: gsar                                  on 2000/04/28  20:56:33
57890         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
57891      Branch: perl
57892            ! installperl vms/subconfigure.com
57893 ____________________________________________________________________________
57894 [  6007] By: gsar                                  on 2000/04/28  20:51:21
57895         Log: note about compile failures and END blocks (from M.J.T. Guy)
57896      Branch: perl
57897            ! pod/perl56delta.pod pod/perlmod.pod
57898 ____________________________________________________________________________
57899 [  6006] By: jhi                                   on 2000/04/28  20:42:14
57900         Log: Regen Configure.
57901      Branch: cfgperl
57902            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
57903            ! config_h.SH
57904 ____________________________________________________________________________
57905 [  6005] By: gsar                                  on 2000/04/28  20:41:16
57906         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
57907      Branch: perl
57908            ! utils/perldoc.PL
57909 ____________________________________________________________________________
57910 [  6004] By: jhi                                   on 2000/04/28  20:28:21
57911         Log: Integrate with Sarathy.
57912      Branch: cfgperl
57913           !> Configure INSTALL Porting/Glossary Porting/config.sh
57914           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
57915           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
57916           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
57917           !> win32/config.vc win32/win32.c
57918 ____________________________________________________________________________
57919 [  6003] By: gsar                                  on 2000/04/28  20:11:20
57920         Log: allow REG_EXPAND_SZ keys in Windows registry (from
57921              John Clayton <John.Clayton@barclayscapital.com>)
57922      Branch: perl
57923            ! win32/win32.c
57924 ____________________________________________________________________________
57925 [  6002] By: gsar                                  on 2000/04/28  19:34:16
57926         Log: destructive sv_setsv() can lose UV-ness from source, causing
57927              numeric promotions/comparisons to fail to do the right thing
57928      Branch: perl
57929            ! sv.c
57930 ____________________________________________________________________________
57931 [  6001] By: gsar                                  on 2000/04/28  18:44:15
57932         Log: support additional library locations via $Config{otherlibdirs}
57933              (from Andy Dougherty)
57934      Branch: perl
57935            ! Configure INSTALL Porting/Glossary Porting/config.sh
57936            ! Porting/config_H config_h.SH epoc/config.sh perl.c
57937            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
57938            ! win32/config.bc win32/config.gc win32/config.vc
57939 ____________________________________________________________________________
57940 [  6000] By: gsar                                  on 2000/04/28  18:26:58
57941         Log: reworked otherlibdirs.U (from Andy Dougherty)
57942      Branch: metaconfig
57943            ! U/installdirs/otherlibdirs.U
57944 ____________________________________________________________________________
57945 [  5999] By: gsar                                  on 2000/04/28  18:17:07
57946         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
57947      Branch: perl
57948            ! t/pragma/warn/toke toke.c
57949 ____________________________________________________________________________
57950 [  5998] By: jhi                                   on 2000/04/28  13:32:17
57951         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
57952      Branch: cfgperl
57953            ! lib/Math/Complex.pm
57954 ____________________________________________________________________________
57955 [  5997] By: jhi                                   on 2000/04/28  13:14:04
57956         Log: Preserve $!.
57957      Branch: cfgperl
57958            ! lib/Math/Complex.pm
57959 ____________________________________________________________________________
57960 [  5996] By: jhi                                   on 2000/04/28  12:59:23
57961         Log: Integrate with Sarathy.
57962      Branch: cfgperl
57963           +> pod/perlrequick.pod pod/perlretut.pod
57964           !> (integrate 51 files)
57965 ____________________________________________________________________________
57966 [  5995] By: gsar                                  on 2000/04/28  09:37:36
57967         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
57968      Branch: perl
57969            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
57970 ____________________________________________________________________________
57971 [  5994] By: gsar                                  on 2000/04/28  09:33:26
57972         Log: fix for missed accounting for null byte in pack("Z",...) (from
57973              M.J.T. Guy)
57974      Branch: perl
57975            ! pp.c t/op/pack.t
57976 ____________________________________________________________________________
57977 [  5993] By: gsar                                  on 2000/04/28  09:30:05
57978         Log: various minor tweaks seen on p5p
57979      Branch: perl
57980            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
57981 ____________________________________________________________________________
57982 [  5992] By: gsar                                  on 2000/04/28  09:08:19
57983         Log: pod nit (from Simon Cozens)
57984      Branch: perl
57985            ! pod/perlop.pod
57986 ____________________________________________________________________________
57987 [  5991] By: gsar                                  on 2000/04/28  09:06:36
57988         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
57989      Branch: perl
57990            ! README.posix-bc hints/posix-bc.sh
57991 ____________________________________________________________________________
57992 [  5990] By: gsar                                  on 2000/04/28  08:54:52
57993         Log: use $ENV{LIB} to search for libs under Visual C compiler
57994              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
57995      Branch: perl
57996            ! lib/ExtUtils/Liblist.pm
57997 ____________________________________________________________________________
57998 [  5989] By: gsar                                  on 2000/04/28  08:27:12
57999         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
58000              itself and no other (from Tom Hughes)
58001      Branch: perl
58002            ! t/op/array.t toke.c
58003 ____________________________________________________________________________
58004 [  5988] By: gsar                                  on 2000/04/28  08:01:38
58005         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
58006              <paul@miraclefish.com>)
58007      Branch: perl
58008            ! lib/ExtUtils/MakeMaker.pm
58009 ____________________________________________________________________________
58010 [  5987] By: gsar                                  on 2000/04/28  07:53:09
58011         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
58012      Branch: perl
58013            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
58014 ____________________________________________________________________________
58015 [  5986] By: gsar                                  on 2000/04/28  07:44:17
58016         Log: add regular expressions tutorial and quick-start guide (from
58017              Mark Kvale <kvale@phy.ucsf.edu>)
58018      Branch: perl
58019            + pod/perlrequick.pod pod/perlretut.pod
58020            ! AUTHORS MAINTAIN MANIFEST
58021 ____________________________________________________________________________
58022 [  5985] By: gsar                                  on 2000/04/28  07:30:28
58023         Log: forked child may not exit correctly if it failed to open
58024              /dev/console (from Graham Barr)
58025      Branch: perl
58026            ! ext/Sys/Syslog/Syslog.pm
58027 ____________________________________________________________________________
58028 [  5984] By: gsar                                  on 2000/04/28  07:27:20
58029         Log: attributes::reftype() doesn't work on tied argument
58030      Branch: perl
58031            ! xsutils.c
58032 ____________________________________________________________________________
58033 [  5983] By: gsar                                  on 2000/04/28  07:15:04
58034         Log: numeric conversion of non-number in change#3378 tramples on
58035              OOK offset, causing segfaults
58036      Branch: perl
58037            ! sv.c
58038 ____________________________________________________________________________
58039 [  5982] By: gsar                                  on 2000/04/28  04:48:25
58040         Log: avoid error in IO::Socket::INET when given an unknown service name
58041              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
58042      Branch: perl
58043            ! ext/IO/lib/IO/Socket/INET.pm
58044 ____________________________________________________________________________
58045 [  5981] By: gsar                                  on 2000/04/28  04:31:31
58046         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
58047              prototype mismatch with CORE::glob(); update pod and tests to
58048              suit (File::Glob::glob() is still available for backward
58049              compatibility, but should be considered deprecated)
58050      Branch: perl
58051            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
58052            ! t/lib/glob-taint.t
58053 ____________________________________________________________________________
58054 [  5980] By: gsar                                  on 2000/04/28  03:47:29
58055         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
58056              <ghudson@mit.edu>)
58057      Branch: metaconfig
58058            ! U/modified/Options.U
58059      Branch: perl
58060            ! Configure
58061 ____________________________________________________________________________
58062 [  5979] By: gsar                                  on 2000/04/28  03:07:54
58063         Log: under useithreads, constant pad entries could inadvertantly be
58064              shared across threads (from Eric Blood <eblood@xmission.com>);
58065              added Eric's test case to testsuite
58066      Branch: perl
58067            ! op.c t/op/misc.t
58068 ____________________________________________________________________________
58069 [  5978] By: gsar                                  on 2000/04/27  21:13:00
58070         Log: sync version numbers in File::Spec with the ones on CPAN
58071              (from Barrie Slaymaker)
58072      Branch: perl
58073            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
58074            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
58075            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
58076 ____________________________________________________________________________
58077 [  5977] By: gsar                                  on 2000/04/27  21:07:29
58078         Log: autoquote barewords followed by newline and arrow properly
58079              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
58080      Branch: perl
58081            ! t/pragma/warn/toke toke.c
58082 ____________________________________________________________________________
58083 [  5976] By: gsar                                  on 2000/04/27  20:41:20
58084         Log: DB_File v1.73 update (from Paul Marquess)
58085      Branch: perl
58086            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
58087            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
58088 ____________________________________________________________________________
58089 [  5975] By: gsar                                  on 2000/04/27  20:34:24
58090         Log: allow sort() reentrancy (variant of patch suggested by
58091              Hugo van der Sanden)
58092      Branch: perl
58093            ! pp_ctl.c t/op/sort.t
58094 ____________________________________________________________________________
58095 [  5974] By: gsar                                  on 2000/04/27  19:46:57
58096         Log: change#4197 somehow missed initializing PL_errors, meaning
58097              sytax error queueing wasn't working outside eval"" at all;
58098              also fixed eval"" to localize PL_error_count, so that compile-time
58099              eval's don't clobber the error state of the outer context
58100      Branch: perl
58101            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
58102            ! t/pragma/warn/toke
58103 ____________________________________________________________________________
58104 [  5973] By: gsar                                  on 2000/04/27  18:29:05
58105         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
58106      Branch: perl
58107            ! regcomp.c regexec.c t/op/re_tests
58108 ____________________________________________________________________________
58109 [  5972] By: jhi                                   on 2000/04/27  18:22:41
58110         Log: Integrate with Sarathy.
58111      Branch: cfgperl
58112           +> t/lib/b.t t/lib/syslog.t
58113           !> (integrate 31 files)
58114 ____________________________________________________________________________
58115 [  5971] By: jhi                                   on 2000/04/27  18:18:46
58116         Log: Unicos tweaks from Mark P. Lutz.
58117      Branch: cfgperl
58118            ! hints/unicos.sh lib/Math/Complex.pm
58119 ____________________________________________________________________________
58120 [  5970] By: gsar                                  on 2000/04/27  18:05:11
58121         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
58122              IV is >32bits
58123      Branch: perl
58124            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
58125 ____________________________________________________________________________
58126 [  5969] By: gsar                                  on 2000/04/27  17:50:56
58127         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
58128      Branch: perl
58129            + t/lib/syslog.t
58130            ! MANIFEST ext/Sys/Syslog/Syslog.pm
58131 ____________________________________________________________________________
58132 [  5968] By: gsar                                  on 2000/04/27  17:44:49
58133         Log: tolerate spaces in group names in test on solaris (from David Boyce
58134              <dsb@boyski.com>)
58135      Branch: perl
58136            ! t/op/groups.t
58137 ____________________________________________________________________________
58138 [  5967] By: gsar                                  on 2000/04/27  17:41:22
58139         Log: improved docs on the warn_uninit diagnostic (from David Glasser
58140              and Simon Cozens)
58141      Branch: perl
58142            ! pod/perldiag.pod
58143 ____________________________________________________________________________
58144 [  5966] By: gsar                                  on 2000/04/27  16:54:58
58145         Log: add testsuite for B backends, fix bug in B::Deparse (from
58146              Simon Cozens <simon@brecon.co.uk>)
58147      Branch: perl
58148            + t/lib/b.t
58149            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
58150 ____________________________________________________________________________
58151 [  5965] By: gsar                                  on 2000/04/27  16:10:37
58152         Log: avoid "will not stay shared" warnings for our variables (from
58153              Robin Barker)
58154      Branch: perl
58155            ! op.c t/pragma/warn/op
58156 ____________________________________________________________________________
58157 [  5964] By: gsar                                  on 2000/04/27  07:05:05
58158         Log: reformat to 72 columns (again)
58159      Branch: perl
58160            ! pod/perldiag.pod
58161 ____________________________________________________________________________
58162 [  5963] By: gsar                                  on 2000/04/27  06:28:31
58163         Log: patch from Larry to make (\&) prototype work; added tests for
58164              the same
58165      Branch: perl
58166            ! op.c t/comp/proto.t
58167 ____________________________________________________________________________
58168 [  5962] By: gsar                                  on 2000/04/27  06:15:47
58169         Log: updated README.hpux (from Jeff Okamoto)
58170      Branch: perl
58171            ! README.hpux
58172 ____________________________________________________________________________
58173 [  5961] By: gsar                                  on 2000/04/27  05:55:03
58174         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
58175      Branch: perl
58176            ! emacs/cperl-mode.el
58177 ____________________________________________________________________________
58178 [  5960] By: gsar                                  on 2000/04/27  05:49:26
58179         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
58180      Branch: perl
58181            ! INSTALL
58182 ____________________________________________________________________________
58183 [  5959] By: gsar                                  on 2000/04/27  05:33:41
58184         Log: doubled words in pods (from Simon Cozens
58185              <simon.p.cozens@jp.pwcglobal.com>)
58186      Branch: perl
58187            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
58188            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
58189            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
58190            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
58191            ! pod/perltootc.pod
58192 ____________________________________________________________________________
58193 [  5958] By: gsar                                  on 2000/04/27  05:11:39
58194         Log: change#3569 deleted some essential code, revert; avoid use of
58195              atexit() to make DynaLoader work properly on AIX under mod_perl
58196              (from Jens-Uwe Mager <jum@helios.de>)
58197      Branch: perl
58198            ! ext/DynaLoader/dl_aix.xs
58199 ____________________________________________________________________________
58200 [  5957] By: gsar                                  on 2000/04/27  04:54:51
58201         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
58202      Branch: perl
58203            ! pod/perlmod.pod
58204 ____________________________________________________________________________
58205 [  5956] By: gsar                                  on 2000/04/27  04:51:47
58206         Log: better diagnostics on failed tests (from Ilya Zakharevich)
58207      Branch: perl
58208            ! t/op/lex_assign.t
58209 ____________________________________________________________________________
58210 [  5955] By: gsar                                  on 2000/04/27  04:26:44
58211         Log: longstanding bug exposed by change#3307: sort arguments weren't
58212              compiled with the right wantarray context (ensuing runtime lookup
58213              via block_gimme() was getting the incidental context of the
58214              sort() itself)
58215      Branch: perl
58216            ! op.c t/op/sort.t
58217 ____________________________________________________________________________
58218 [  5954] By: gsar                                  on 2000/04/26  23:42:12
58219         Log: integrate cfgperl contents into mainline
58220      Branch: perl
58221           !> (integrate 30 files)
58222 ____________________________________________________________________________
58223 [  5953] By: jhi                                   on 2000/04/26  23:06:42
58224         Log: Integrate with Sarathy.
58225      Branch: cfgperl
58226           !> README.win32 ext/B/B/Deparse.pm
58227           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
58228           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
58229           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
58230           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
58231           !> utils/perldoc.PL vms/perlvms.pod
58232 ____________________________________________________________________________
58233 [  5952] By: jhi                                   on 2000/04/26  23:03:46
58234         Log: Undo "use integer" addition from 64bitint as it seems
58235              to break most of the subtests in Digital UNIX;
58236              Unicos needs to find another way.
58237      Branch: cfgperl
58238            ! t/op/64bitint.t
58239 ____________________________________________________________________________
58240 [  5951] By: jhi                                   on 2000/04/26  22:57:53
58241         Log: Be more robust on "extreme" (large absolute value)
58242              arguments.  Originally reported by Daniel Connelly
58243              as a problem with asinh() on large negative arguments,
58244              asinh() used to bail out because an argument to log()
58245              ended up being zero.  Ilya Zakharevich proposed using
58246              Taylor's series in such cases, which for such large
58247              arguments is a very good approximation.
58248      Branch: cfgperl
58249            ! lib/Math/Complex.pm t/lib/complex.t
58250 ____________________________________________________________________________
58251 [  5950] By: gsar                                  on 2000/04/25  19:13:12
58252         Log: reformat perldiag to avoid long lines
58253      Branch: perl
58254            ! pod/perldiag.pod
58255 ____________________________________________________________________________
58256 [  5949] By: gsar                                  on 2000/04/25  18:41:11
58257         Log: make perldoc use the pod2man from the same version (from
58258              M.J.T. Guy)
58259      Branch: perl
58260            ! utils/perldoc.PL
58261 ____________________________________________________________________________
58262 [  5948] By: gsar                                  on 2000/04/25  18:21:57
58263         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
58264              <kompas@kompas.usr.onet.pl>)
58265      Branch: perl
58266            ! lib/vars.pm
58267 ____________________________________________________________________________
58268 [  5947] By: gsar                                  on 2000/04/25  18:11:53
58269         Log: use &dl_error rather than &dl_load_file as the guard for calling
58270              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
58271              statically built perl)
58272      Branch: perl
58273            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
58274 ____________________________________________________________________________
58275 [  5946] By: jhi                                   on 2000/04/25  17:37:54
58276         Log: Document that tr() is not tr(1).
58277      Branch: cfgperl
58278            ! pod/perlop.pod
58279 ____________________________________________________________________________
58280 [  5945] By: gsar                                  on 2000/04/25  16:34:33
58281         Log: make module name mandatory after -M switch; reorder perldiag
58282              alphabetically (from Mark-Jason Dominus)
58283      Branch: perl
58284            ! perl.c pod/perldiag.pod
58285 ____________________________________________________________________________
58286 [  5944] By: jhi                                   on 2000/04/25  01:15:18
58287         Log: On second thoughts frexp() does have two arguments.
58288      Branch: cfgperl
58289            ! perl.h
58290 ____________________________________________________________________________
58291 [  5943] By: jhi                                   on 2000/04/24  22:56:32
58292         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
58293              Now pp_ncmp() returns undef is either operand is a NaN.
58294      Branch: cfgperl
58295            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58296            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
58297            ! vms/subconfigure.com vos/config.def vos/config.h
58298            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
58299            ! win32/config.vc win32/config_H.bc win32/config_H.gc
58300            ! win32/config_H.vc
58301      Branch: metaconfig/U/perl
58302            + d_modfl.U
58303 ____________________________________________________________________________
58304 [  5942] By: jhi                                   on 2000/04/24  19:45:17
58305         Log: Regen Configure to match #5937.
58306      Branch: cfgperl
58307            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
58308            ! config_h.SH
58309      Branch: metaconfig
58310            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
58311 ____________________________________________________________________________
58312 [  5941] By: jhi                                   on 2000/04/24  19:24:11
58313         Log: Further Unicos fixes for Mark Lutz.
58314      Branch: cfgperl
58315            ! hints/unicos.sh pp_ctl.c
58316 ____________________________________________________________________________
58317 [  5940] By: jhi                                   on 2000/04/24  19:09:06
58318         Log: Various Unicos 10.0.0.6 fixes.
58319              
58320              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
58321              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
58322              Reply-To: tecmpl1@triton.ca.boeing.com 
58323              To: perl5-porters@perl.org 
58324              Date: Fri, 14 Apr 2000 20:21:00 GMT 
58325              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
58326      Branch: cfgperl
58327            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
58328 ____________________________________________________________________________
58329 [  5939] By: gsar                                  on 2000/04/24  19:01:24
58330         Log: more pod nits (from Larry Virden)
58331      Branch: perl
58332            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
58333            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
58334            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
58335 ____________________________________________________________________________
58336 [  5938] By: gsar                                  on 2000/04/24  18:54:01
58337         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
58338      Branch: perl
58339            ! ext/B/B/Deparse.pm
58340 ____________________________________________________________________________
58341 [  5937] By: jhi                                   on 2000/04/24  17:39:00
58342         Log: Integrate with Sarathy.
58343      Branch: cfgperl
58344           +> (branch 31 files)
58345           !> (integrate 73 files)
58346 ____________________________________________________________________________
58347 [  5936] By: gsar                                  on 2000/04/24  17:30:06
58348         Log: additional tests for change#5934 (from Paul Marquess, who also
58349              sent in the same fix)
58350      Branch: perl
58351            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
58352            ! t/pragma/warn/5nolint t/pragma/warn/6default
58353 ____________________________________________________________________________
58354 [  5935] By: jhi                                   on 2000/04/24  17:26:05
58355         Log: Do not assume sign propagation.
58356              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
58357              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
58358              To: payner@ncifcrf.gov, perl5-porters@perl.org 
58359              Date: Tue, 18 Apr 2000 18:24:49 +0100 
58360              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
58361      Branch: cfgperl
58362            ! t/op/bop.t t/op/misc.t
58363 ____________________________________________________________________________
58364 [  5934] By: gsar                                  on 2000/04/24  17:16:54
58365         Log: propagate lexical warnings from surrounding scope correctly
58366              within string eval()
58367      Branch: perl
58368            ! pp_ctl.c t/pragma/warn/pp_ctl
58369 ____________________________________________________________________________
58370 [  5933] By: jhi                                   on 2000/04/24  17:01:07
58371         Log: Flatten the cpp jungle doing the nosuid checking.
58372      Branch: cfgperl
58373            ! perl.c
58374 ____________________________________________________________________________
58375 [  5932] By: gsar                                  on 2000/04/24  09:08:14
58376         Log: add rsignal(), whichsig() and do_join() to public API list
58377              (mod_perl uses them to good advantage)
58378      Branch: perl
58379            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
58380 ____________________________________________________________________________
58381 [  5931] By: gsar                                  on 2000/04/24  09:01:40
58382         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
58383      Branch: perl
58384            ! pp_hot.c regexec.c t/op/pat.t
58385 ____________________________________________________________________________
58386 [  5930] By: gsar                                  on 2000/04/24  08:58:33
58387         Log: small os390 tweaks (from Peter Prymmer)
58388      Branch: perl
58389            ! config_h.SH makedepend.SH
58390 ____________________________________________________________________________
58391 [  5929] By: gsar                                  on 2000/04/24  08:55:25
58392         Log: pod nits
58393      Branch: perl
58394            ! pod/perlguts.pod
58395 ____________________________________________________________________________
58396 [  5928] By: gsar                                  on 2000/04/24  08:50:13
58397         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
58398      Branch: perl
58399            ! ext/IO/lib/IO/Poll.pm
58400 ____________________________________________________________________________
58401 [  5927] By: gsar                                  on 2000/04/24  08:43:24
58402         Log: arrange for next() to resume at the unstack op rather than the
58403              loop conditional, so that scope cleanup happens correctly
58404              (from Stephen McCamant)
58405      Branch: perl
58406            ! op.c pp_ctl.c t/op/misc.t
58407 ____________________________________________________________________________
58408 [  5926] By: gsar                                  on 2000/04/24  08:18:40
58409         Log: on windows, reserve 16M of stack rather than 128M (allows more
58410              threads to run concurrently)
58411      Branch: perl
58412            ! win32/Makefile win32/makefile.mk
58413 ____________________________________________________________________________
58414 [  5925] By: gsar                                  on 2000/04/24  08:13:52
58415         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
58416      Branch: perl
58417            ! toke.c
58418 ____________________________________________________________________________
58419 [  5924] By: gsar                                  on 2000/04/24  08:08:59
58420         Log: avoid using uninitialized memory in require version check
58421      Branch: perl
58422            ! pp_ctl.c universal.c
58423 ____________________________________________________________________________
58424 [  5923] By: gsar                                  on 2000/04/24  07:20:14
58425         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
58426      Branch: perl
58427            ! ext/IO/lib/IO/Poll.pm
58428 ____________________________________________________________________________
58429 [  5922] By: gsar                                  on 2000/04/24  07:08:42
58430         Log: commentary about IoTYPE() (from Nathan Torkington)
58431      Branch: perl
58432            ! sv.h
58433 ____________________________________________________________________________
58434 [  5921] By: gsar                                  on 2000/04/24  06:58:26
58435         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
58436              by fix
58437      Branch: perl
58438            ! sv.c t/lib/charnames.t t/pragma/utf8.t
58439 ____________________________________________________________________________
58440 [  5920] By: gsar                                  on 2000/04/24  06:37:59
58441         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
58442      Branch: perl
58443            ! doop.c t/op/ver.t
58444 ____________________________________________________________________________
58445 [  5919] By: gsar                                  on 2000/04/24  06:21:58
58446         Log: Configure might miss old directories when prefix must be
58447              expanded (from Robin Barker)
58448      Branch: metaconfig
58449            ! U/installdirs/inc_version_list.U
58450      Branch: perl
58451            ! Configure
58452 ____________________________________________________________________________
58453 [  5918] By: gsar                                  on 2000/04/24  06:16:11
58454         Log: VMS nits in glob() test (from Charles Lane)
58455      Branch: perl
58456            ! t/lib/glob-basic.t
58457 ____________________________________________________________________________
58458 [  5917] By: gsar                                  on 2000/04/24  06:11:56
58459         Log: various pod nits (from Larry Virden and others)
58460      Branch: perl
58461            ! README.amiga README.hpux README.machten README.os2
58462            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
58463            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
58464            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
58465            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
58466            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
58467            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
58468            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
58469            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
58470 ____________________________________________________________________________
58471 [  5916] By: gsar                                  on 2000/04/24  05:52:43
58472         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
58473              <wjones@tc.fluke.com>)
58474      Branch: perl
58475            ! t/lib/glob-basic.t
58476 ____________________________________________________________________________
58477 [  5915] By: gsar                                  on 2000/04/24  05:07:01
58478         Log: supported platforms mixed up
58479      Branch: perl
58480            ! pod/perl56delta.pod pod/perlport.pod
58481 ____________________________________________________________________________
58482 [  5914] By: gsar                                  on 2000/04/24  04:56:08
58483         Log: caller() wasn't returning the right number of elements for
58484              eval {...}
58485      Branch: perl
58486            ! pp_ctl.c t/pragma/warn/9enabled
58487 ____________________________________________________________________________
58488 [  5913] By: gsar                                  on 2000/04/24  04:35:41
58489         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
58490              Mark-Jason Dominus)
58491      Branch: perl
58492            ! pod/perlfunc.pod
58493 ____________________________________________________________________________
58494 [  5912] By: gsar                                  on 2000/04/24  04:17:15
58495         Log: fix totally broken caching in UNIVERSAL::isa() (from
58496              Nick Ing-Simmons)
58497      Branch: perl
58498            ! t/op/universal.t universal.c
58499 ____________________________________________________________________________
58500 [  5911] By: gsar                                  on 2000/04/24  03:39:47
58501         Log: add linebreak properties from unicode/LineBrk.txt (from
58502              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
58503      Branch: perl
58504            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
58505            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
58506            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
58507            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
58508            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
58509            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
58510            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
58511            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
58512            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
58513            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
58514            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
58515            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
58516            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
58517            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
58518            + lib/unicode/Is/LbrkZW.pl
58519            ! lib/unicode/mktables.PL
58520 ____________________________________________________________________________
58521 [  5910] By: gsar                                  on 2000/04/24  03:23:10
58522         Log: typo in pod
58523      Branch: perl
58524            ! ext/Thread/Thread.pm
58525 ____________________________________________________________________________
58526 [  5909] By: gsar                                  on 2000/04/24  03:22:03
58527         Log: mode argument to do_binmode() should be file mode, not boolean
58528      Branch: perl
58529            ! pp_sys.c
58530 ____________________________________________________________________________
58531 [  5908] By: gsar                                  on 2000/04/16  16:51:08
58532         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
58533              always returns a valid GV even when the symbol is trapped by strictures
58534              (avoids coredumps)
58535              
58536              TODO: the C<package;> hack needs similar treatment
58537      Branch: perl
58538            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
58539            ! t/pragma/strict-vars
58540 ____________________________________________________________________________
58541 [  5907] By: jhi                                   on 2000/03/31  23:42:56
58542         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
58543              an assumption which #5905 demolished.
58544      Branch: cfgperl
58545            ! pp_sys.c
58546 ____________________________________________________________________________
58547 [  5906] By: jhi                                   on 2000/03/31  18:54:37
58548         Log: Typo in #5905.
58549      Branch: cfgperl
58550            ! t/op/64bitint.t
58551 ____________________________________________________________________________
58552 [  5905] By: jhi                                   on 2000/03/31  18:50:54
58553         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
58554              reported by Joseph N. Hall.  The bug was that even with use64bitint
58555              one had to use the prefixes q, L, or ll with printf/sprintf,
58556              contrary to the documentation and common sense.
58557      Branch: cfgperl
58558            ! sv.c t/op/64bitint.t
58559 ____________________________________________________________________________
58560 [  5904] By: gsar                                  on 2000/03/28  02:31:32
58561         Log: add Changes, perldelta.pod
58562      Branch: perl
58563            + Changes pod/perldelta.pod
58564 ____________________________________________________________________________
58565 [  5903] By: gsar                                  on 2000/03/28  02:03:55
58566         Log: rename Changes and perldelta.pod
58567      Branch: perl
58568           +> Changes5.6 pod/perl56delta.pod
58569            - Changes pod/perldelta.pod
58570            ! MANIFEST
58571 ____________________________________________________________________________
58572 [  5902] By: gsar                                  on 2000/03/28  01:59:14
58573         Log: create maint-5.6 branch
58574      Branch: maint-5.6/perl
58575           +> (branch 1611 files)
58576 ____________________________________________________________________________
58577 [  5901] By: jhi                                   on 2000/03/23  05:48:43
58578         Log: Integrate with Sarathy.
58579      Branch: cfgperl
58580           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
58581 ____________________________________________________________________________
58582 [  5900] By: gsar                                  on 2000/03/23  05:42:43
58583         Log: three guesses on what this is :-)
58584      Branch: perl
58585            ! Changes